@pinceau/style
Advanced tools
Comparing version 1.0.0-beta.10 to 1.0.0-beta.13
{ | ||
"name": "@pinceau/style", | ||
"type": "module", | ||
"version": "1.0.0-beta.10", | ||
"version": "1.0.0-beta.13", | ||
"homepage": "https://github.com/Tahul/pinceau#readme", | ||
"bugs": { | ||
"url": "https://github.com/Tahul/pinceau/issues" | ||
}, | ||
"repository": { | ||
@@ -10,5 +12,3 @@ "type": "git", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Tahul/pinceau/issues" | ||
}, | ||
"type": "module", | ||
"exports": { | ||
@@ -42,14 +42,14 @@ ".": { | ||
"ultrahtml": "npm:@pinceau/ultrahtml@1.5.2", | ||
"@pinceau/core": "1.0.0-beta.10", | ||
"@pinceau/stringify": "1.0.0-beta.10", | ||
"@pinceau/theme": "1.0.0-beta.10" | ||
"@pinceau/core": "1.0.0-beta.13", | ||
"@pinceau/stringify": "1.0.0-beta.13", | ||
"@pinceau/theme": "1.0.0-beta.13" | ||
}, | ||
"devDependencies": { | ||
"@pinceau/configs": "1.0.0-beta.10" | ||
"@pinceau/configs": "1.0.0-beta.13" | ||
}, | ||
"scripts": { | ||
"build": "unbuild", | ||
"stub": "unbuild --stub", | ||
"clean": "rm -rf dist" | ||
"clean": "rm -rf dist", | ||
"stub": "unbuild --stub" | ||
} | ||
} |
@@ -46,4 +46,2 @@ import type { PinceauContext, PinceauTransformContext, PinceauTransformFunction, PropMatch } from '@pinceau/core' | ||
console.log(pinceauContext.$theme) | ||
// Transform css() declaration to string | ||
@@ -50,0 +48,0 @@ const css = stringify( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1593135
17268
+ Added@pinceau/core@1.0.0-beta.13(transitive)
+ Added@pinceau/stringify@1.0.0-beta.13(transitive)
+ Added@pinceau/theme@1.0.0-beta.13(transitive)
- Removed@pinceau/core@1.0.0-beta.10(transitive)
- Removed@pinceau/stringify@1.0.0-beta.10(transitive)
- Removed@pinceau/theme@1.0.0-beta.10(transitive)
Updated@pinceau/core@1.0.0-beta.13
Updated@pinceau/theme@1.0.0-beta.13