@aic-kits/react 0.6.0 → 0.7.0

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.
@@ -1,4 +1,4 @@
1
- export type Space = 'none' | 'xxs' | 'xs' | 'sm' | 'sm-md' | 'md' | 'md-lg' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl';
1
+ export type Space = 'none' | 'xxs' | 'xs' | 'sm' | 'sm-md' | 'md' | 'md-lg' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '-xxs' | '-xs' | '-sm' | '-sm-md' | '-md' | '-md-lg' | '-lg' | '-xl' | '-2xl' | '-3xl' | '-4xl';
2
2
  export type Spaces = Record<Space, number>;
3
3
  export declare const getSpaces: (baseSpace: number) => Spaces;
4
4
  export declare const isSpace: (key: string) => key is Space;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aic-kits/react",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
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": "fa7c2c8895b4383f4cc49322754dd1543a9d1ce7"
49
+ "gitHead": "24d946461e9d1740f8957a610cd4a19e1d103ae6"
50
50
  }