@grantbii/design-system 1.13.0 → 1.13.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/core/foundations/index.d.ts +2 -1
- package/core/foundations/index.js +2 -1
- package/core/foundations/index.js.map +1 -1
- package/core/foundations/loaders.d.ts +1 -0
- package/core/foundations/loaders.js +2 -0
- package/core/foundations/loaders.js.map +1 -0
- package/package.json +24 -25
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export * as Responsive from "./responsive";
|
|
2
1
|
export * as Colors from "./colors";
|
|
3
2
|
export * as Flags from "./flags";
|
|
4
3
|
export * as Icons from "./icons";
|
|
4
|
+
export * as Loaders from "./loaders";
|
|
5
|
+
export * as Responsive from "./responsive";
|
|
5
6
|
export type * from "./types";
|
|
6
7
|
export * as Typography from "./typography";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export * as Responsive from "./responsive";
|
|
2
1
|
export * as Colors from "./colors";
|
|
3
2
|
export * as Flags from "./flags";
|
|
4
3
|
export * as Icons from "./icons";
|
|
4
|
+
export * as Loaders from "./loaders";
|
|
5
|
+
export * as Responsive from "./responsive";
|
|
5
6
|
export * as Typography from "./typography";
|
|
6
7
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../core/foundations/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../core/foundations/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAE3C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC","sourcesContent":["export * as Colors from \"./colors\";\nexport * as Flags from \"./flags\";\nexport * as Icons from \"./icons\";\nexport * as Loaders from \"./loaders\";\nexport * as Responsive from \"./responsive\";\nexport type * from \"./types\";\nexport * as Typography from \"./typography\";\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "react-spinners";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loaders.js","sourceRoot":"","sources":["../../../core/foundations/loaders.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC","sourcesContent":["export * from \"react-spinners\";\n"]}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@grantbii/design-system",
|
|
3
3
|
"author": "Grantbii",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
|
-
"version": "1.13.
|
|
5
|
+
"version": "1.13.2",
|
|
6
6
|
"description": "Grantbii's Design System",
|
|
7
7
|
"homepage": "https://design.grantbii.com",
|
|
8
8
|
"repository": {
|
|
@@ -26,42 +26,41 @@
|
|
|
26
26
|
"react-spinners": "0.17.0"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@grantbii/ui-core": "^1.8.
|
|
30
|
-
"next": "^16.1
|
|
29
|
+
"@grantbii/ui-core": "^1.8.4",
|
|
30
|
+
"next": "^16.2.1",
|
|
31
31
|
"react": ">=18 <20",
|
|
32
32
|
"react-dom": ">=18 <20",
|
|
33
|
-
"styled-components": "^6.3.
|
|
33
|
+
"styled-components": "^6.3.12"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@chromatic-com/storybook": "5.
|
|
37
|
-
"@
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"@storybook/addon-
|
|
41
|
-
"@storybook/addon-
|
|
42
|
-
"@storybook/
|
|
43
|
-
"@storybook/addon-vitest": "10.2.15",
|
|
44
|
-
"@storybook/nextjs-vite": "10.2.15",
|
|
36
|
+
"@chromatic-com/storybook": "5.1.1",
|
|
37
|
+
"@grantbii/ui-core": "1.8.4",
|
|
38
|
+
"@storybook/addon-a11y": "10.3.3",
|
|
39
|
+
"@storybook/addon-docs": "10.3.3",
|
|
40
|
+
"@storybook/addon-onboarding": "10.3.3",
|
|
41
|
+
"@storybook/addon-vitest": "10.3.3",
|
|
42
|
+
"@storybook/nextjs-vite": "10.3.3",
|
|
45
43
|
"@types/node": "22.18.0",
|
|
46
44
|
"@types/react": "19.2.14",
|
|
47
45
|
"@types/react-dom": "19.2.3",
|
|
48
|
-
"@vitest/browser": "4.
|
|
49
|
-
"@vitest/browser-playwright": "4.
|
|
50
|
-
"@vitest/coverage-v8": "4.
|
|
51
|
-
"eslint": "9.39.
|
|
52
|
-
"eslint-config-next": "16.1
|
|
53
|
-
"eslint-
|
|
46
|
+
"@vitest/browser": "4.1.1",
|
|
47
|
+
"@vitest/browser-playwright": "4.1.1",
|
|
48
|
+
"@vitest/coverage-v8": "4.1.1",
|
|
49
|
+
"eslint": "9.39.4",
|
|
50
|
+
"eslint-config-next": "16.2.1",
|
|
51
|
+
"eslint-config-prettier": "10.1.8",
|
|
52
|
+
"eslint-plugin-storybook": "10.3.3",
|
|
54
53
|
"husky": "9.1.7",
|
|
55
|
-
"lint-staged": "16.
|
|
56
|
-
"next": "16.1
|
|
54
|
+
"lint-staged": "16.4.0",
|
|
55
|
+
"next": "16.2.1",
|
|
57
56
|
"playwright": "1.58.2",
|
|
58
57
|
"prettier": "3.8.1",
|
|
59
58
|
"react": "19.2.4",
|
|
60
59
|
"react-dom": "19.2.4",
|
|
61
|
-
"storybook": "10.
|
|
62
|
-
"styled-components": "6.3.
|
|
63
|
-
"typescript": "
|
|
64
|
-
"vitest": "4.
|
|
60
|
+
"storybook": "10.3.3",
|
|
61
|
+
"styled-components": "6.3.12",
|
|
62
|
+
"typescript": "6.0.2",
|
|
63
|
+
"vitest": "4.1.1"
|
|
65
64
|
},
|
|
66
65
|
"lint-staged": {
|
|
67
66
|
"**/*.{html,css,json,md,yaml}": [
|