@nswds/app 1.62.2 → 1.64.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/globals.css +352 -107
- package/dist/index.cjs +14099 -12356
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +29 -55
- package/dist/index.d.ts +29 -55
- package/dist/index.js +14096 -12358
- package/dist/index.js.map +1 -1
- package/dist/styles.css +370 -120
- package/dist/styles.css.map +1 -1
- package/package.json +13 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nswds/app",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.64.0",
|
|
4
4
|
"main": "dist/index.cjs",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@headlessui/react": "^2.2.1",
|
|
41
41
|
"@hookform/resolvers": "^5.1.1",
|
|
42
42
|
"@libsql/client": "^0.15.10",
|
|
43
|
-
"@nswds/tokens": "^2.
|
|
43
|
+
"@nswds/tokens": "^2.18.1",
|
|
44
44
|
"@radix-ui/react-accordion": "^1.2.10",
|
|
45
45
|
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
46
46
|
"@radix-ui/react-aspect-ratio": "^1.1.2",
|
|
@@ -105,24 +105,14 @@
|
|
|
105
105
|
"zustand": "^5.0.5"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@chromatic-com/storybook": "^
|
|
108
|
+
"@chromatic-com/storybook": "^4.1.0",
|
|
109
109
|
"@eslint/eslintrc": "^3",
|
|
110
110
|
"@semantic-release/changelog": "^6.0.3",
|
|
111
111
|
"@semantic-release/git": "^10.0.1",
|
|
112
|
-
"@storybook/addon-a11y": "^
|
|
113
|
-
"@storybook/addon-
|
|
114
|
-
"@storybook/addon-
|
|
115
|
-
"@storybook/addon-
|
|
116
|
-
"@storybook/addon-onboarding": "^8.6.12",
|
|
117
|
-
"@storybook/addon-storysource": "^8.6.12",
|
|
118
|
-
"@storybook/addon-themes": "^8.6.12",
|
|
119
|
-
"@storybook/blocks": "^8.6.12",
|
|
120
|
-
"@storybook/experimental-addon-test": "^8.6.12",
|
|
121
|
-
"@storybook/experimental-nextjs-vite": "^8.6.12",
|
|
122
|
-
"@storybook/manager-api": "^8.6.12",
|
|
123
|
-
"@storybook/react": "^8.6.12",
|
|
124
|
-
"@storybook/test": "^8.6.12",
|
|
125
|
-
"@storybook/theming": "^8.6.12",
|
|
112
|
+
"@storybook/addon-a11y": "^9.1.2",
|
|
113
|
+
"@storybook/addon-links": "^9.1.2",
|
|
114
|
+
"@storybook/addon-onboarding": "^9.1.2",
|
|
115
|
+
"@storybook/addon-themes": "^9.1.2",
|
|
126
116
|
"@types/culori": "^2.1.1",
|
|
127
117
|
"@types/node": "^20.17.28",
|
|
128
118
|
"@types/prismjs": "^1.26.5",
|
|
@@ -136,7 +126,7 @@
|
|
|
136
126
|
"eslint-config-next": "15.2.3",
|
|
137
127
|
"eslint-config-prettier": "^10.1.1",
|
|
138
128
|
"eslint-plugin-prettier": "^5.2.3",
|
|
139
|
-
"eslint-plugin-storybook": "^
|
|
129
|
+
"eslint-plugin-storybook": "^9.1.2",
|
|
140
130
|
"playwright": "^1.51.1",
|
|
141
131
|
"postcss": "^8.5.3",
|
|
142
132
|
"prettier": "^3.5.3",
|
|
@@ -144,10 +134,13 @@
|
|
|
144
134
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
145
135
|
"react-email": "4.0.7",
|
|
146
136
|
"semantic-release": "^24.2.3",
|
|
147
|
-
"storybook": "^
|
|
137
|
+
"storybook": "^9.1.2",
|
|
148
138
|
"tsup": "^8.4.0",
|
|
149
139
|
"typescript": "^5.8.3",
|
|
150
|
-
"vitest": "^3.0.9"
|
|
140
|
+
"vitest": "^3.0.9",
|
|
141
|
+
"@storybook/addon-docs": "^9.1.2",
|
|
142
|
+
"@storybook/nextjs-vite": "^9.1.2",
|
|
143
|
+
"@storybook/addon-vitest": "9.1.2"
|
|
151
144
|
},
|
|
152
145
|
"peerDependencies": {
|
|
153
146
|
"next": ">=13.0.0",
|