@regardio/brand 0.3.4 → 0.4.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.
Files changed (1) hide show
  1. package/package.json +9 -2
package/package.json CHANGED
@@ -7,6 +7,9 @@
7
7
  "description": "Regardio Brand Assets",
8
8
  "devDependencies": {
9
9
  "@regardio/dev": "1.9.4",
10
+ "@storybook/addon-a11y": "10.1.11",
11
+ "@storybook/addon-docs": "10.1.11",
12
+ "@storybook/addon-vitest": "10.1.11",
10
13
  "@storybook/react-vite": "10.1.11",
11
14
  "@svgr/cli": "8.1.0",
12
15
  "@svgr/plugin-jsx": "8.1.0",
@@ -17,15 +20,19 @@
17
20
  "@types/react": "19.2.7",
18
21
  "@types/react-dom": "19.2.3",
19
22
  "@vitejs/plugin-react": "5.1.2",
23
+ "@vitest/browser-playwright": "^4.0.16",
24
+ "@vitest/coverage-v8": "^4.0.16",
20
25
  "linkedom": "0.18.12",
21
26
  "node-html-parser": "7.0.1",
27
+ "playwright": "^1.57.0",
22
28
  "react": "19.2.3",
23
29
  "react-dom": "19.2.3",
24
30
  "storybook": "10.1.11",
25
31
  "svgo": "4.0.0",
26
32
  "tailwindcss": "4.1.18",
27
33
  "typescript": "5.9.3",
28
- "vite": "7.3.0"
34
+ "vite": "7.3.0",
35
+ "vitest": "^4.0.16"
29
36
  },
30
37
  "exports": {
31
38
  "./colors.css": {
@@ -147,5 +154,5 @@
147
154
  },
148
155
  "sideEffects": false,
149
156
  "type": "module",
150
- "version": "0.3.4"
157
+ "version": "0.4.0"
151
158
  }