@devup-ui/react 1.0.17 → 1.0.19

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/README.md CHANGED
@@ -42,6 +42,12 @@ npm install @devup-ui/next-plugin
42
42
 
43
43
  # on vite
44
44
  npm install @devup-ui/vite-plugin
45
+
46
+ # on rsbuild
47
+ npm install @devup-ui/rsbuild-plugin
48
+
49
+ # on webpack
50
+ npm install @devup-ui/webpack-plugin
45
51
  ```
46
52
 
47
53
  ## Features
@@ -68,13 +74,19 @@ npm install @devup-ui/vite-plugin
68
74
 
69
75
  ## Comparison Benchmarks
70
76
 
71
- Next.js Build Time and Build Size (AMD Ryzen 9 9950X, 128GB RAM, Windows 11)
72
-
73
- | Library | Build Time | Build Size |
74
- |-----------|------------|--------------|
75
- | kuma-ui | 20.933s | 57,295,073b |
76
- | chakra-ui | 36.961s | 129,527,610b |
77
- | devup-ui | 15.162s | 48,047,678b |
77
+ Next.js Build Time and Build Size (github action - ubuntu-latest)
78
+
79
+ | Library | Version | Build Time | Build Size |
80
+ |--------------------------|----------|------------|-------------------|
81
+ | tailwindcss | 4.1.13 | 20.22s | 57,415,796 bytes |
82
+ | styleX | 0.15.4 | 38.97s | 76,257,820 bytes |
83
+ | vanilla-extract | 1.17.4 | 20.09s | 59,366,237 bytes |
84
+ | kuma-ui | 1.5.9 | 21.61s | 67,422,085 bytes |
85
+ | panda-css | 1.3.1 | 22.01s | 62,431,065 bytes |
86
+ | chakra-ui | 3.27.0 | 29.99s | 210,122,493 bytes |
87
+ | mui | 7.3.2 | 22.21s | 94,231,958 bytes |
88
+ | devup-ui(per-file css) | 1.0.18 | 18.23s | 57,440,953 bytes |
89
+ | devup-ui(single css) | 1.0.18 | 18.35s | 57,409,008 bytes |
78
90
 
79
91
  ## How it works
80
92
 
@@ -1,4 +1,4 @@
1
- import { DevupComponentProps } from '../types/props';
1
+ import { DevupComponentBaseProps, DevupComponentProps } from '../types/props';
2
2
  import { Merge } from '../types/utils';
3
- export declare function Box<T extends React.ElementType = 'div'>(props: Merge<React.ComponentProps<T>, DevupComponentProps<T>>): React.ReactElement;
3
+ export declare function Box<T extends React.ElementType = 'div'>(props: Merge<DevupComponentBaseProps<T>, DevupComponentProps<T>>): React.ReactElement;
4
4
  //# sourceMappingURL=Box.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../src/components/Box.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,GAAG,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,EAErD,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC5D,KAAK,CAAC,YAAY,CAEpB"}
1
+ {"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../src/components/Box.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,mBAAmB,EACpB,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,GAAG,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,EAErD,KAAK,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC/D,KAAK,CAAC,YAAY,CAEpB"}
@@ -1,4 +1,4 @@
1
- import { DevupComponentProps } from '../types/props';
1
+ import { DevupComponentBaseProps, DevupComponentProps } from '../types/props';
2
2
  import { Merge } from '../types/utils';
3
- export declare function Button<T extends React.ElementType = 'button'>(props: Merge<React.ComponentProps<T>, DevupComponentProps<T>>): React.ReactElement;
3
+ export declare function Button<T extends React.ElementType = 'button'>(props: Merge<DevupComponentBaseProps<T>, DevupComponentProps<T>>): React.ReactElement;
4
4
  //# sourceMappingURL=Button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../src/components/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,MAAM,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,QAAQ,EAE3D,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC5D,KAAK,CAAC,YAAY,CAEpB"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../src/components/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,mBAAmB,EACpB,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,MAAM,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,QAAQ,EAE3D,KAAK,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC/D,KAAK,CAAC,YAAY,CAEpB"}
@@ -1,4 +1,4 @@
1
- import { DevupComponentProps } from '../types/props';
1
+ import { DevupComponentBaseProps, DevupComponentProps } from '../types/props';
2
2
  import { Merge } from '../types/utils';
3
- export declare function Center<T extends React.ElementType = 'div'>(props: Merge<React.ComponentProps<T>, DevupComponentProps<T>>): React.ReactElement;
3
+ export declare function Center<T extends React.ElementType = 'div'>(props: Merge<DevupComponentBaseProps<T>, DevupComponentProps<T>>): React.ReactElement;
4
4
  //# sourceMappingURL=Center.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Center.d.ts","sourceRoot":"","sources":["../../src/components/Center.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,MAAM,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,EAExD,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC5D,KAAK,CAAC,YAAY,CAEpB"}
1
+ {"version":3,"file":"Center.d.ts","sourceRoot":"","sources":["../../src/components/Center.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,mBAAmB,EACpB,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,MAAM,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,EAExD,KAAK,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC/D,KAAK,CAAC,YAAY,CAEpB"}
@@ -1,4 +1,4 @@
1
- import { DevupComponentProps } from '../types/props';
1
+ import { DevupComponentBaseProps, DevupComponentProps } from '../types/props';
2
2
  import { Merge } from '../types/utils';
3
- export declare function Flex<T extends React.ElementType = 'div'>(props: Merge<React.ComponentProps<T>, DevupComponentProps<T>>): React.ReactElement;
3
+ export declare function Flex<T extends React.ElementType = 'div'>(props: Merge<DevupComponentBaseProps<T>, DevupComponentProps<T>>): React.ReactElement;
4
4
  //# sourceMappingURL=Flex.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Flex.d.ts","sourceRoot":"","sources":["../../src/components/Flex.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,IAAI,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,EAEtD,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC5D,KAAK,CAAC,YAAY,CAEpB"}
1
+ {"version":3,"file":"Flex.d.ts","sourceRoot":"","sources":["../../src/components/Flex.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,mBAAmB,EACpB,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,IAAI,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,EAEtD,KAAK,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC/D,KAAK,CAAC,YAAY,CAEpB"}
@@ -1,4 +1,4 @@
1
- import { DevupComponentProps } from '../types/props';
1
+ import { DevupComponentBaseProps, DevupComponentProps } from '../types/props';
2
2
  import { Merge } from '../types/utils';
3
- export declare function Grid<T extends React.ElementType = 'div'>(props: Merge<React.ComponentProps<T>, DevupComponentProps<T>>): React.ReactElement;
3
+ export declare function Grid<T extends React.ElementType = 'div'>(props: Merge<DevupComponentBaseProps<T>, DevupComponentProps<T>>): React.ReactElement;
4
4
  //# sourceMappingURL=Grid.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../src/components/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,IAAI,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,EAEtD,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC5D,KAAK,CAAC,YAAY,CAEpB"}
1
+ {"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../src/components/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,mBAAmB,EACpB,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,IAAI,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,EAEtD,KAAK,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC/D,KAAK,CAAC,YAAY,CAEpB"}
@@ -1,4 +1,4 @@
1
- import { DevupComponentProps } from '../types/props';
1
+ import { DevupComponentBaseProps, DevupComponentProps } from '../types/props';
2
2
  import { Merge } from '../types/utils';
3
- export declare function Image<T extends React.ElementType = 'img'>(props: Merge<React.ComponentProps<T>, DevupComponentProps<T>>): React.ReactElement;
3
+ export declare function Image<T extends React.ElementType = 'img'>(props: Merge<DevupComponentBaseProps<T>, DevupComponentProps<T>>): React.ReactElement;
4
4
  //# sourceMappingURL=Image.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../src/components/Image.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,KAAK,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,EAEvD,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC5D,KAAK,CAAC,YAAY,CAEpB"}
1
+ {"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../src/components/Image.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,mBAAmB,EACpB,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,KAAK,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,EAEvD,KAAK,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC/D,KAAK,CAAC,YAAY,CAEpB"}
@@ -1,4 +1,4 @@
1
- import { DevupComponentProps } from '../types/props';
1
+ import { DevupComponentBaseProps, DevupComponentProps } from '../types/props';
2
2
  import { Merge } from '../types/utils';
3
- export declare function Input<T extends React.ElementType = 'input'>(props: Merge<React.ComponentProps<T>, DevupComponentProps<T>>): React.ReactElement;
3
+ export declare function Input<T extends React.ElementType = 'input'>(props: Merge<DevupComponentBaseProps<T>, DevupComponentProps<T>>): React.ReactElement;
4
4
  //# sourceMappingURL=Input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../src/components/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,KAAK,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,OAAO,EAEzD,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC5D,KAAK,CAAC,YAAY,CAEpB"}
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../src/components/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,mBAAmB,EACpB,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,KAAK,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,OAAO,EAEzD,KAAK,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC/D,KAAK,CAAC,YAAY,CAEpB"}
@@ -1,4 +1,4 @@
1
- import { DevupComponentProps } from '../types/props';
1
+ import { DevupComponentBaseProps, DevupComponentProps } from '../types/props';
2
2
  import { Merge } from '../types/utils';
3
- export declare function Text<T extends React.ElementType = 'span'>(props: Merge<React.ComponentProps<T>, DevupComponentProps<T>>): React.ReactElement;
3
+ export declare function Text<T extends React.ElementType = 'span'>(props: Merge<DevupComponentBaseProps<T>, DevupComponentProps<T>>): React.ReactElement;
4
4
  //# sourceMappingURL=Text.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../src/components/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,IAAI,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,MAAM,EAEvD,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC5D,KAAK,CAAC,YAAY,CAEpB"}
1
+ {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../src/components/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,mBAAmB,EACpB,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,IAAI,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,MAAM,EAEvD,KAAK,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC/D,KAAK,CAAC,YAAY,CAEpB"}
@@ -1,4 +1,4 @@
1
- import { DevupComponentProps } from '../types/props';
1
+ import { DevupComponentBaseProps, DevupComponentProps } from '../types/props';
2
2
  import { Merge } from '../types/utils';
3
- export declare function VStack<T extends React.ElementType = 'div'>(props: Merge<React.ComponentProps<T>, DevupComponentProps<T>>): React.ReactElement;
3
+ export declare function VStack<T extends React.ElementType = 'div'>(props: Merge<DevupComponentBaseProps<T>, DevupComponentProps<T>>): React.ReactElement;
4
4
  //# sourceMappingURL=VStack.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VStack.d.ts","sourceRoot":"","sources":["../../src/components/VStack.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,MAAM,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,EAExD,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC5D,KAAK,CAAC,YAAY,CAEpB"}
1
+ {"version":3,"file":"VStack.d.ts","sourceRoot":"","sources":["../../src/components/VStack.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,mBAAmB,EACpB,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAE3C,wBAAgB,MAAM,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,EAExD,KAAK,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAC/D,KAAK,CAAC,YAAY,CAEpB"}
@@ -25,4 +25,21 @@ export interface DevupComponentProps<T extends React.ElementType> extends DevupP
25
25
  as?: T;
26
26
  styleVars?: Record<string, string | undefined>;
27
27
  }
28
+ export type DevupComponentBaseProps<T extends React.ElementType> = DevupElementTypeProps<T> & DevupComponentAdditionalProps<T>;
29
+ export type DevupElementTypeProps<T extends React.ElementType> = T extends string ? React.ComponentProps<T> : object;
30
+ export type DevupComponentAdditionalProps<T extends React.ElementType, P extends React.ComponentProps<T> = React.ComponentProps<T>> = (Partial<P> extends P ? {
31
+ props?: FilterChildren<P>;
32
+ } : {
33
+ props: FilterChildren<P>;
34
+ }) & (P extends {
35
+ children: infer U;
36
+ } ? {
37
+ children: U;
38
+ } : P extends {
39
+ children?: infer U;
40
+ } ? {
41
+ children?: U;
42
+ } : object);
43
+ type FilterChildren<T> = Omit<T, 'children'>;
44
+ export {};
28
45
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/props/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAEzC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAC1D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAA;AACrC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAA;AAC1D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAA;AAClD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AACvD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAA;AACzD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAA;AAC9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAA;AAC9C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAA;AAC3D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAA;AACtD,OAAO,KAAK,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAA;AAC7E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAA;AAE9C,MAAM,WAAW,mBACf,SAAQ,sBAAsB,EAC5B,kBAAkB,EAClB,oBAAoB,EACpB,qBAAqB,EACrB,gBAAgB,EAChB,iBAAiB,EACjB,sBAAsB,EACtB,oBAAoB,EACpB,gBAAgB,EAChB,gBAAgB;CAAG;AAEvB,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAClC;KACG,CAAC,IAAI,MAAM,UAAU,CAAC,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;CACzD,EACD,mBAAmB,CACpB,CAAA;AAED,MAAM,WAAW,UAAW,SAAQ,gBAAgB,EAAE,kBAAkB;CAAG;AAE3E,MAAM,WAAW,mBACf,SAAQ,UAAU,EAChB,uBAAuB;CAAG;AAE9B,MAAM,WAAW,mBAAmB,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,CAC9D,SAAQ,mBAAmB;IAC3B,EAAE,CAAC,EAAE,CAAC,CAAA;IACN,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,CAAA;CAC/C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/props/index.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "css-in-js-framework",
17
17
  "react"
18
18
  ],
19
- "version": "1.0.17",
19
+ "version": "1.0.19",
20
20
  "type": "module",
21
21
  "publishConfig": {
22
22
  "access": "public"
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "rollup-plugin-preserve-directives": "^0.4.0",
43
- "vite": "^7.1.3",
43
+ "vite": "^7.1.6",
44
44
  "vite-plugin-dts": "^4.5.4",
45
45
  "typescript": "^5.9.2",
46
46
  "@types/react": "^19"