@commercetools/nimbus 0.0.4-rc8 → 0.0.5-rc1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools/nimbus",
3
- "version": "0.0.4-rc8",
4
- "main": "./dist/index.umd.cjs",
3
+ "version": "0.0.5-rc1",
4
+ "main": "./dist/index.cjs",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",
7
7
  "types": "./dist/index.d.ts",
@@ -28,7 +28,6 @@
28
28
  "sideEffects": [
29
29
  "*.css"
30
30
  ],
31
- "source": "src/index.ts",
32
31
  "typesVersions": {
33
32
  "*": {
34
33
  "*": [
@@ -37,54 +36,54 @@
37
36
  }
38
37
  },
39
38
  "dependencies": {
40
- "react-aria": "^3.37.0",
41
- "react-aria-components": "1.6.0",
42
- "react-stately": "^3.35.0",
39
+ "react-aria": "catalog:react",
40
+ "react-aria-components": "catalog:react",
41
+ "react-stately": "catalog:react",
43
42
  "react-hotkeys-hook": "^4.6.1",
44
43
  "react-use": "^17.5.1",
45
- "next-themes": "^0.4.6",
46
- "@emotion/is-prop-valid": "^1.3.1"
44
+ "next-themes": "catalog:react",
45
+ "@emotion/is-prop-valid": "catalog:react"
47
46
  },
48
47
  "devDependencies": {
49
- "@chakra-ui/cli": "^3.15.1",
50
- "@chakra-ui/react": "^3.15.1",
51
- "@pandacss/types": "^0.53.3",
48
+ "@chakra-ui/cli": "catalog:react",
49
+ "@chakra-ui/react": "catalog:react",
50
+ "@commercetools/nimbus-icons": "workspace:^",
51
+ "@commercetools/nimbus-tokens": "workspace:^",
52
+ "@pandacss/types": "catalog:react",
52
53
  "@react-aria/optimize-locales-plugin": "^1.1.4",
53
- "@storybook/addon-a11y": "^8.6.12",
54
- "@storybook/addon-essentials": "^8.6.12",
55
- "@storybook/experimental-addon-test": "^8.6.12",
56
- "@storybook/preview-api": "^8.6.12",
57
- "@storybook/react": "^8.6.12",
58
- "@storybook/react-vite": "^8.6.12",
59
- "@storybook/test": "^8.6.12",
60
- "@testing-library/react": "^16.3.0",
61
- "@testing-library/user-event": "^14.6.1",
62
- "@types/react": "^18.3.12",
63
- "@types/react-dom": "^18.3.1",
64
- "@vitejs/plugin-react": "^4.3.4",
65
- "@vitest/browser": "^3.1.1",
66
- "@vitest/coverage-v8": "^3.1.1",
54
+ "@storybook/addon-a11y": "catalog:tooling",
55
+ "@storybook/addon-essentials": "catalog:tooling",
56
+ "@storybook/experimental-addon-test": "catalog:tooling",
57
+ "@storybook/preview-api": "catalog:tooling",
58
+ "@storybook/react": "catalog:tooling",
59
+ "@storybook/react-vite": "catalog:tooling",
60
+ "@storybook/test": "catalog:tooling",
61
+ "@testing-library/react": "catalog:tooling",
62
+ "@testing-library/user-event": "catalog:tooling",
63
+ "@types/react": "catalog:react",
64
+ "@types/react-dom": "catalog:react",
65
+ "@vitejs/plugin-react": "catalog:tooling",
66
+ "@vitest/browser": "catalog:tooling",
67
+ "@vitest/coverage-v8": "catalog:tooling",
67
68
  "apca-w3": "^0.1.9",
68
69
  "axe-core": "^4.10.2",
69
- "playwright": "^1.51.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"
70
+ "playwright": "catalog:tooling",
71
+ "react": "catalog:react",
72
+ "react-dom": "catalog:react",
73
+ "storybook": "catalog:tooling",
74
+ "storybook-dark-mode": "catalog:tooling",
75
+ "vite": "catalog:tooling",
76
+ "vite-plugin-dts": "catalog:tooling",
77
+ "vite-tsconfig-paths": "catalog:tooling",
78
+ "vitest": "catalog:tooling"
80
79
  },
81
80
  "peerDependencies": {
82
- "@chakra-ui/react": "^3.15.1",
83
- "react": "^18.3.1",
84
- "react-dom": "^18.3.1",
85
- "typescript": "~5.8.3",
86
- "@commercetools/nimbus-icons": "^0.0.2",
87
- "@commercetools/nimbus-tokens": "^0.0.2"
81
+ "@chakra-ui/react": "catalog:react",
82
+ "@commercetools/nimbus-icons": "workspace:^",
83
+ "@commercetools/nimbus-tokens": "workspace:^",
84
+ "react": "catalog:react",
85
+ "react-dom": "catalog:react",
86
+ "typescript": "catalog:tooling"
88
87
  },
89
88
  "scripts": {
90
89
  "build": "pnpm run build-theme-typings && pnpm run build-lib",
@@ -95,4 +94,4 @@
95
94
  "storybook": "storybook dev -p 6006",
96
95
  "build-storybook": "storybook build"
97
96
  }
98
- }
97
+ }