@orion-ds/react 1.2.5 → 1.2.7

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-ds/react",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "type": "module",
5
5
  "description": "Orion Design System - React component library with 39 fully-documented AI-ready components",
6
6
  "author": "Orion Design System Team",
@@ -83,16 +83,14 @@
83
83
  "registry": "https://registry.npmjs.org/"
84
84
  },
85
85
  "peerDependencies": {
86
+ "@orion-ds/core": "^1.2.0",
86
87
  "react": "^19.2.4",
87
- "react-dom": "^19.2.4",
88
- "@orion-ds/core": "^1.2.0"
88
+ "react-dom": "^19.2.4"
89
89
  },
90
90
  "dependencies": {
91
91
  "lucide-react": "^0.563.0"
92
92
  },
93
93
  "devDependencies": {
94
- "react": "^19.2.4",
95
- "react-dom": "^19.2.4",
96
94
  "@storybook/addon-essentials": "^8.6.14",
97
95
  "@storybook/addon-interactions": "^8.6.14",
98
96
  "@storybook/addon-links": "^8.6.15",
@@ -102,11 +100,14 @@
102
100
  "@testing-library/jest-dom": "^6.9.1",
103
101
  "@testing-library/react": "^16.3.2",
104
102
  "@testing-library/user-event": "^14.6.1",
103
+ "@types/node": "^25.2.1",
105
104
  "@types/react": "^19.2.9",
106
105
  "@types/react-dom": "^19.2.3",
107
106
  "@vitejs/plugin-react": "^5.1.2",
108
107
  "@vitest/ui": "^4.0.18",
109
108
  "jsdom": "^27.4.0",
109
+ "react": "^19.2.4",
110
+ "react-dom": "^19.2.4",
110
111
  "storybook": "^8.6.15",
111
112
  "typescript": "^5.9.3",
112
113
  "vite": "^7.3.1",