@commercetools/nimbus 0.0.3 → 0.0.4-rc2
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 +27 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +44 -8
- package/dist/index.js +76 -55
- package/dist/index.js.map +1 -1
- package/package.json +54 -44
- package/dist/index.umd.cjs +0 -27
- package/dist/index.umd.cjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools/nimbus",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4-rc2",
|
|
4
4
|
"main": "./dist/index.umd.cjs",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -13,12 +13,14 @@
|
|
|
13
13
|
},
|
|
14
14
|
"require": {
|
|
15
15
|
"types": "./dist/index.d.ts",
|
|
16
|
-
"default": "./dist/index.
|
|
16
|
+
"default": "./dist/index.cjs"
|
|
17
17
|
}
|
|
18
|
-
}
|
|
18
|
+
},
|
|
19
|
+
"./package.json": "./package.json"
|
|
19
20
|
},
|
|
20
21
|
"files": [
|
|
21
|
-
"dist"
|
|
22
|
+
"dist",
|
|
23
|
+
"package.json"
|
|
22
24
|
],
|
|
23
25
|
"publishConfig": {
|
|
24
26
|
"access": "public"
|
|
@@ -34,50 +36,58 @@
|
|
|
34
36
|
]
|
|
35
37
|
}
|
|
36
38
|
},
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"react-aria": "^3.37.0",
|
|
41
|
+
"react-aria-components": "1.6.0",
|
|
42
|
+
"react-stately": "^3.35.0",
|
|
43
|
+
"react-hotkeys-hook": "^4.6.1"
|
|
44
|
+
},
|
|
37
45
|
"devDependencies": {
|
|
38
|
-
"@chakra-ui/cli": "
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@storybook/
|
|
44
|
-
"@storybook/
|
|
45
|
-
"@storybook/
|
|
46
|
-
"@storybook/
|
|
47
|
-
"@
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
51
|
-
"@
|
|
52
|
-
"@
|
|
53
|
-
"@
|
|
46
|
+
"@chakra-ui/cli": "^3.15.1",
|
|
47
|
+
"@chakra-ui/react": "^3.15.1",
|
|
48
|
+
"@emotion/is-prop-valid": "^1.3.1",
|
|
49
|
+
"@pandacss/types": "^0.53.3",
|
|
50
|
+
"@react-aria/optimize-locales-plugin": "^1.1.4",
|
|
51
|
+
"@storybook/addon-a11y": "^8.6.12",
|
|
52
|
+
"@storybook/addon-essentials": "^8.6.12",
|
|
53
|
+
"@storybook/experimental-addon-test": "^8.6.12",
|
|
54
|
+
"@storybook/preview-api": "^8.6.12",
|
|
55
|
+
"@storybook/react": "^8.6.12",
|
|
56
|
+
"@storybook/react-vite": "^8.6.12",
|
|
57
|
+
"@storybook/test": "^8.6.12",
|
|
58
|
+
"@testing-library/react": "^16.3.0",
|
|
59
|
+
"@testing-library/user-event": "^14.6.1",
|
|
60
|
+
"@types/react": "^18.3.12",
|
|
61
|
+
"@types/react-dom": "^18.3.1",
|
|
62
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
63
|
+
"@vitest/browser": "^3.1.1",
|
|
64
|
+
"@vitest/coverage-v8": "^3.1.1",
|
|
54
65
|
"apca-w3": "^0.1.9",
|
|
55
66
|
"axe-core": "^4.10.2",
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
67
|
+
"next-themes": "^0.4.6",
|
|
68
|
+
"playwright": "^1.51.1",
|
|
69
|
+
"react-use": "^17.5.1",
|
|
70
|
+
"react": "^18.3.1",
|
|
71
|
+
"react-dom": "^18.3.1",
|
|
72
|
+
"storybook": "^8.6.12",
|
|
73
|
+
"storybook-dark-mode": "^4.0.2",
|
|
74
|
+
"vite": "^6.2.6",
|
|
75
|
+
"vite-plugin-dts": "^4.5.3",
|
|
76
|
+
"vite-tsconfig-paths": "^5.1.4",
|
|
77
|
+
"vitest": "^3.1.1",
|
|
78
|
+
"@commercetools/nimbus-icons": "^0.0.2",
|
|
79
|
+
"@commercetools/nimbus-tokens": "^0.0.2"
|
|
63
80
|
},
|
|
64
81
|
"peerDependencies": {
|
|
65
|
-
"react": "
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"@
|
|
73
|
-
"@
|
|
74
|
-
"@react-aria/optimize-locales-plugin": "^1.1.4",
|
|
75
|
-
"next-themes": "catalog:react",
|
|
76
|
-
"react-aria": "catalog:react",
|
|
77
|
-
"react-aria-components": "catalog:react",
|
|
78
|
-
"react-hotkeys-hook": "^4.6.1",
|
|
79
|
-
"react-stately": "catalog:react",
|
|
80
|
-
"react-use": "^17.5.1"
|
|
82
|
+
"@chakra-ui/react": "^3.15.1",
|
|
83
|
+
"@emotion/is-prop-valid": "^1.3.1",
|
|
84
|
+
"next-themes": "^0.4.6",
|
|
85
|
+
"react": "^18.3.1",
|
|
86
|
+
"react-dom": "^18.3.1",
|
|
87
|
+
"react-use": "^17.5.1",
|
|
88
|
+
"typescript": "~5.8.3",
|
|
89
|
+
"@commercetools/nimbus-icons": "^0.0.2",
|
|
90
|
+
"@commercetools/nimbus-tokens": "^0.0.2"
|
|
81
91
|
},
|
|
82
92
|
"scripts": {
|
|
83
93
|
"build": "pnpm run build-theme-typings && pnpm run build-lib",
|
|
@@ -88,4 +98,4 @@
|
|
|
88
98
|
"storybook": "storybook dev -p 6006",
|
|
89
99
|
"build-storybook": "storybook build"
|
|
90
100
|
}
|
|
91
|
-
}
|
|
101
|
+
}
|