@bigtablet/design-system 3.2.2 → 3.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigtablet/design-system",
3
- "version": "3.2.2",
3
+ "version": "3.3.0",
4
4
  "description": "Bigtablet Design System UI Components",
5
5
  "type": "module",
6
6
  "types": "dist/index.d.ts",
@@ -33,8 +33,7 @@
33
33
  ],
34
34
  "sideEffects": [
35
35
  "**/*.css",
36
- "**/*.scss",
37
- "./dist/next.css"
36
+ "**/*.scss"
38
37
  ],
39
38
  "scripts": {
40
39
  "build": "tsup && pnpm run copy:scss && pnpm run build:vanilla",
@@ -67,7 +66,7 @@
67
66
  "packageManager": "pnpm@10.20.0",
68
67
  "peerDependencies": {
69
68
  "lucide-react": ">=0.552.0",
70
- "next": ">=16",
69
+ "next": ">=15",
71
70
  "react": "^19",
72
71
  "react-dom": "^19"
73
72
  },
@@ -81,31 +80,31 @@
81
80
  "@commitlint/cli": "^21.0.1",
82
81
  "@commitlint/core": "^21.0.1",
83
82
  "@size-limit/preset-small-lib": "^12.1.0",
84
- "@storybook/addon-a11y": "^10.4.0",
85
- "@storybook/addon-docs": "^10.4.0",
86
- "@storybook/addon-vitest": "^10.4.0",
87
- "@storybook/react": "^10.4.0",
88
- "@storybook/react-vite": "^10.4.0",
83
+ "@storybook/addon-a11y": "^10.4.6",
84
+ "@storybook/addon-docs": "^10.4.6",
85
+ "@storybook/addon-vitest": "^10.4.6",
86
+ "@storybook/react": "^10.4.6",
87
+ "@storybook/react-vite": "^10.4.6",
89
88
  "@testing-library/dom": "^10.4.1",
90
89
  "@testing-library/jest-dom": "^6.9.1",
91
90
  "@testing-library/react": "^16.3.2",
92
91
  "@types/node": "^25.9.1",
93
- "@types/react": "^19.2.15",
92
+ "@types/react": "^19.2.17",
94
93
  "@types/react-dom": "^19.2.3",
95
94
  "@vitest/browser-playwright": "^4.1.6",
96
95
  "@vitest/coverage-v8": "^4.1.6",
97
96
  "esbuild-sass-plugin": "^3.7.0",
98
97
  "husky": "^9.1.7",
99
98
  "jsdom": "^29.1.1",
100
- "lucide-react": "^1.16.0",
99
+ "lucide-react": "^1.21.0",
101
100
  "next": "^16.2.6",
102
101
  "playwright": "^1.60.0",
103
102
  "postcss-scss": "^4.0.9",
104
- "react": "^19.2.6",
105
- "react-dom": "^19.2.6",
103
+ "react": "^19.2.7",
104
+ "react-dom": "^19.2.7",
106
105
  "sass-embedded": "^1.99.0",
107
106
  "size-limit": "^12.1.0",
108
- "storybook": "^10.4.0",
107
+ "storybook": "^10.4.6",
109
108
  "stylelint": "^17.13.0",
110
109
  "tsup": "^8.5.1",
111
110
  "tsx": "^4.22.3",
@@ -125,6 +124,10 @@
125
124
  {
126
125
  "path": "dist/vanilla/bigtablet.min.js",
127
126
  "limit": "5 kB"
127
+ },
128
+ {
129
+ "path": "dist/index.css",
130
+ "limit": "130 kB"
128
131
  }
129
132
  ],
130
133
  "pnpm": {
@@ -138,7 +141,8 @@
138
141
  "postcss": "^8.5.10",
139
142
  "esbuild": "^0.28.1",
140
143
  "js-yaml": "^4.2.0",
141
- "@vitest/browser": "^4.1.8"
144
+ "@vitest/browser": "^4.1.8",
145
+ "undici": "^7.28.0"
142
146
  }
143
147
  },
144
148
  "dependencies": {