@orangecheck/design 0.31.0 → 0.32.0
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/components.d.mts +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/components.js +37 -0
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +35 -1
- package/dist/components.mjs.map +1 -1
- package/dist/composites.d.mts +9 -1
- package/dist/composites.d.ts +9 -1
- package/dist/composites.js +37 -0
- package/dist/composites.js.map +1 -1
- package/dist/composites.mjs +35 -1
- package/dist/composites.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +37 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +35 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orangecheck/design",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
4
4
|
"description": "OrangeCheck design system — multi-theme tokens, primitives, and family composites for the .ochk.io sub-sites. Tailwind 4 + Next.js Pages Router. Not for third-party integration.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"orangecheck",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"peerDependencies": {
|
|
108
108
|
"@orangecheck/auth-client": "^2.17.0",
|
|
109
109
|
"lucide-react": ">=0.400.0",
|
|
110
|
-
"next": "^15.0.0",
|
|
110
|
+
"next": "^15.0.0 || ^16.0.0",
|
|
111
111
|
"next-themes": "^0.4.0",
|
|
112
112
|
"react": "^18.0.0 || ^19.0.0",
|
|
113
113
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
@@ -115,24 +115,23 @@
|
|
|
115
115
|
"devDependencies": {
|
|
116
116
|
"@orangecheck/auth-client": "^2.17.0",
|
|
117
117
|
"@playwright/test": "^1.48.0",
|
|
118
|
-
"@storybook/
|
|
119
|
-
"@storybook/
|
|
120
|
-
"@storybook/react-vite": "^8.4.7",
|
|
118
|
+
"@storybook/react": "^10",
|
|
119
|
+
"@storybook/react-vite": "^10",
|
|
121
120
|
"@tailwindcss/vite": "^4.0.0",
|
|
122
121
|
"@types/qrcode": "^1.5.5",
|
|
123
122
|
"@types/react": "^19.0.0",
|
|
124
123
|
"@types/react-dom": "^19.0.0",
|
|
125
124
|
"lucide-react": "^0.544.0",
|
|
126
|
-
"next": "
|
|
125
|
+
"next": "16.3.4",
|
|
127
126
|
"next-themes": "^0.4.6",
|
|
128
127
|
"react": "19.1.0",
|
|
129
128
|
"react-dom": "19.1.0",
|
|
130
|
-
"storybook": "^
|
|
129
|
+
"storybook": "^10",
|
|
131
130
|
"tailwindcss": "^4.0.0",
|
|
132
131
|
"tsup": "^8.3.5",
|
|
133
132
|
"tw-animate-css": "^1.4.0",
|
|
134
133
|
"typescript": "^5.6.3",
|
|
135
|
-
"vite": "^
|
|
134
|
+
"vite": "^8"
|
|
136
135
|
},
|
|
137
136
|
"publishConfig": {
|
|
138
137
|
"access": "public"
|