@aic-kits/react 0.16.0 → 0.16.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.
- package/dist/index.cjs +33 -33
- package/dist/index.js +1810 -1805
- package/dist/utils/responsiveness.d.ts +1 -1
- package/package.json +2 -2
|
@@ -10,7 +10,7 @@ export type ResponsiveKey = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
|
10
10
|
export declare const RESPONSIVE_BREAKPOINTS: Record<ResponsiveKey, number>;
|
|
11
11
|
/**
|
|
12
12
|
* The breakpoints used in the responsive system.
|
|
13
|
-
|
|
13
|
+
* @public
|
|
14
14
|
*/
|
|
15
15
|
export declare const RESPONSIVE_BREAKPOINT_KEYS: ResponsiveKey[];
|
|
16
16
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aic-kits/react",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"vite-plugin-dts": "^4.3.0",
|
|
47
47
|
"vitest": "^2.1.8"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "59303f9561f3ccd31c2165ff7ef056b8ee8555a0"
|
|
50
50
|
}
|