@plumeria/core 7.5.0 → 7.5.1

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/lib/css.d.ts CHANGED
@@ -49,4 +49,4 @@ declare module '@plumeria/core' {
49
49
  export const variants: variants;
50
50
  export const marker: marker;
51
51
  export const extended: extended;
52
- }
52
+ }
package/lib/css.js CHANGED
@@ -1 +1 @@
1
- export {};
1
+ export {};
package/lib/types.d.ts CHANGED
@@ -149,4 +149,4 @@ export type {
149
149
  Variants,
150
150
  Marker,
151
151
  Extended,
152
- };
152
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "7.5.0",
3
+ "version": "7.5.1",
4
4
  "description": "A type-only CSS extract.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",