@plumeria/core 6.3.1 → 6.3.2

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.
Files changed (2) hide show
  1. package/dist/css.d.mts +1 -1
  2. package/package.json +1 -1
package/dist/css.d.mts CHANGED
@@ -72,6 +72,6 @@ declare const createTheme: <const T extends CreateTheme>(_rule: T) => ReturnVari
72
72
  declare const createStatic: <const T extends CreateStatic>(_rule: T) => T;
73
73
  declare const keyframes: (_rule: Keyframes) => string;
74
74
  declare const viewTransition: (_rule: ViewTransition) => string;
75
- declare const variants: <T extends Variant>(_rule: T) => (_props: { [K in keyof T]?: keyof T[K] }) => CSSProperties;
75
+ declare const variants: <T extends Variant>(_rule: T) => (_props: { [K in keyof T]: keyof T[K] }) => CSSProperties;
76
76
 
77
77
  export { type CSSProperties, type CreateStyle, create, createStatic, createTheme, keyframes, props, variants, viewTransition };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "6.3.1",
3
+ "version": "6.3.2",
4
4
  "description": "An atomic CSS runtime designed to disappear.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",