@orion-ds/react 5.3.1 → 5.3.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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-ds/react",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "type": "module",
5
5
  "description": "Orion Design System - React component library with 40+ AI-ready components and 9 templates",
6
6
  "author": "Orion Design System Team",
@@ -75,7 +75,7 @@
75
75
  "BUNDLE_OPTIMIZATION.md"
76
76
  ],
77
77
  "scripts": {
78
- "copy:assets": "mkdir -p assets/tokens && cp ../../theme.css assets/theme.css && cp ../../tokens/generated.css assets/tokens/generated.css",
78
+ "copy:assets": "mkdir -p assets/tokens && node -e \"const fs=require('fs');[{p:'../../theme.css',n:'theme.css'},{p:'../../tokens/generated.css',n:'tokens/generated.css'}].forEach(({p,n})=>{if(!fs.existsSync(p)){console.error('ERROR: '+n+' not found. Run npm run build:tokens first.');process.exit(1)}})\" && cp ../../theme.css assets/theme.css && cp ../../tokens/generated.css assets/tokens/generated.css",
79
79
  "build": "npm run copy:assets && vite build && npm run build:styles",
80
80
  "build:styles": "node scripts/bundle-styles.js",
81
81
  "type-check": "tsc --noEmit",
@@ -145,6 +145,7 @@
145
145
  "peerDependencies": {
146
146
  "@dnd-kit/core": "^6.0.0",
147
147
  "@dnd-kit/sortable": "^8.0.0",
148
+ "@dnd-kit/utilities": "^3.2.0",
148
149
  "date-fns": "^4.0.0",
149
150
  "lucide-react": ">=0.400.0",
150
151
  "react": "^18.0.0 || ^19.0.0",