@plumeria/core 4.0.4 → 4.0.5

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/css.d.ts CHANGED
@@ -76,4 +76,4 @@ declare const x: (className: string, style: Style) => {
76
76
  style: Style;
77
77
  };
78
78
 
79
- export { type CSSProperties, type CreateStyle, css, x };
79
+ export { type CSSProperties, type CreateStyle, css, x };
package/dist/css.js CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  function errorFn(fn) {
3
2
  throw new Error(`css.${fn} requires bundler-plugin setup`);
4
3
  }
@@ -49,4 +48,4 @@ const x = (className, style) => ({
49
48
  });
50
49
 
51
50
  exports.css = css;
52
- exports.x = x;
51
+ exports.x = x;
package/dist/css.mjs CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  function errorFn(fn) {
3
2
  throw new Error(`css.${fn} requires bundler-plugin setup`);
4
3
  }
@@ -48,4 +47,4 @@ const x = (className, style) => ({
48
47
  style
49
48
  });
50
49
 
51
- export { css, x };
50
+ export { css, x };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "description": "An atomic CSS runtime designed to disappear.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",