@razorwind/css 0.0.28 → 0.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/generate.cjs CHANGED
@@ -1 +1 @@
1
- Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}});const e=require("./rolldown-runtime-Chgba0Kb.cjs");let t=require("@razorwind/core/plugin"),n=require("@razorwind/style-dictionary/generate");n=e.n(n,1);var r=e.t({default:()=>i}),i=(0,t.definePlugin)(e=>(0,n.default)({platforms:{css:{transformGroup:`css`,files:[{destination:e?.outputPath||`src/styles.css`}]}}}),{name:`css:generate`});exports.default=i,Object.defineProperty(exports,"t",{enumerable:!0,get:function(){return r}});
1
+ Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}});const e=require("./rolldown-runtime-Chgba0Kb.cjs");let t=require("@razorwind/core/plugin"),n=require("@razorwind/style-dictionary/generate");n=e.n(n,1);var r=e.t({default:()=>i}),i=(0,t.definePlugin)(e=>(0,n.default)({platforms:{css:{transformGroup:`css`,files:[{destination:e?.outputPath||`src/styles.css`,format:`css/variables`}]}}}),{name:`css:generate`});exports.default=i,Object.defineProperty(exports,"t",{enumerable:!0,get:function(){return r}});
package/dist/generate.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import{t as e}from"./rolldown-runtime-DK3Fl9T5.mjs";import{definePlugin as t}from"@razorwind/core/plugin";import n from"@razorwind/style-dictionary/generate";var r=e({default:()=>i}),i=t(e=>n({platforms:{css:{transformGroup:`css`,files:[{destination:e?.outputPath||`src/styles.css`}]}}}),{name:`css:generate`});export{i as default,r as t};
1
+ import{t as e}from"./rolldown-runtime-DK3Fl9T5.mjs";import{definePlugin as t}from"@razorwind/core/plugin";import n from"@razorwind/style-dictionary/generate";var r=e({default:()=>i}),i=t(e=>n({platforms:{css:{transformGroup:`css`,files:[{destination:e?.outputPath||`src/styles.css`,format:`css/variables`}]}}}),{name:`css:generate`});export{i as default,r as t};
2
2
  //# sourceMappingURL=generate.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@razorwind/css",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "type": "module",
5
5
  "description": "Razorwind CSS plugin that can create CSS files from design tokens or read a CSS file and return the design tokens.",
6
6
  "repository": {
@@ -74,8 +74,8 @@
74
74
  "dependencies": {
75
75
  "@power-plant/core": "^0.0.90",
76
76
  "@power-plant/dtcg-schema": "^0.0.1",
77
- "@razorwind/core": "^0.0.45",
78
- "@razorwind/style-dictionary": "^0.0.31",
77
+ "@razorwind/core": "^0.0.46",
78
+ "@razorwind/style-dictionary": "^0.0.32",
79
79
  "@stryke/fs": "^0.33.110",
80
80
  "@stryke/path": "^0.29.35",
81
81
  "@stryke/type-checks": "^0.6.41",
@@ -88,5 +88,5 @@
88
88
  "typescript": "^6.0.3"
89
89
  },
90
90
  "publishConfig": { "access": "public" },
91
- "gitHead": "8646ac01928c5b68108e86adf33fb78941b35902"
91
+ "gitHead": "0bfdb728cdb6c241eae5072dab7984fe48146c22"
92
92
  }