@flipdish/ui-library 0.11.4 → 0.11.5

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 +9 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flipdish/ui-library",
3
- "version": "0.11.4",
3
+ "version": "0.11.5",
4
4
  "description": "Flipdish Design System — atomic-design component library (Tailwind v4 + UntitledUI + React Aria).",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -183,6 +183,8 @@
183
183
  "@storybook/addon-mcp": "^0.6.0",
184
184
  "@storybook/react-vite": "^10.4.6",
185
185
  "@tailwindcss/vite": "^4.3.1",
186
+ "@testing-library/jest-dom": "^6.9.1",
187
+ "@testing-library/react": "^16.3.2",
186
188
  "@tiptap/core": "^3.27.1",
187
189
  "@tiptap/extension-image": "^3.27.1",
188
190
  "@tiptap/extension-placeholder": "^3.27.1",
@@ -194,11 +196,13 @@
194
196
  "@types/node": "^24.0.0",
195
197
  "@types/react": "^19.0.0",
196
198
  "@types/react-dom": "^19.0.0",
199
+ "@vitejs/plugin-react-swc": "^4.3.1",
197
200
  "chromatic": "^17.4.1",
198
201
  "clsx": "^2.1.1",
199
202
  "embla-carousel-react": "^8.6.0",
200
203
  "hast-util-to-jsx-runtime": "^2.3.6",
201
204
  "input-otp": "^1.4.2",
205
+ "jsdom": "^29.1.1",
202
206
  "motion": "^12.40.0",
203
207
  "qr-code-styling": "^1.9.2",
204
208
  "react": "^19.0.0",
@@ -215,13 +219,15 @@
215
219
  "tailwind-merge": "^3.6.0",
216
220
  "tailwind-variants": "^3.2.2",
217
221
  "tailwindcss": "^4.3.1",
218
- "vite": "^8.0.16"
222
+ "vite": "^8.0.16",
223
+ "vitest": "^4.1.10"
219
224
  },
220
225
  "scripts": {
221
226
  "build": "rimraf dist && rollup -c && tsc -p tsconfig.build.json",
222
227
  "lint:imports": "node scripts/check-deep-imports.mjs",
223
228
  "typecheck": "tsc --noEmit",
224
- "test": "node --test \"src/**/*.test.ts\"",
229
+ "test": "vitest run",
230
+ "test:watch": "vitest",
225
231
  "typecheck:native": "tsc --noEmit -p tsconfig.native.json",
226
232
  "storybook": "storybook dev -p 6006",
227
233
  "build-storybook": "storybook build",