@bigtablet/design-system 2.4.0 → 2.4.2
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/index.css +141 -141
- package/dist/index.d.ts +69 -69
- package/dist/index.js +439 -413
- package/package.json +24 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigtablet/design-system",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"description": "Bigtablet Design System UI Components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -79,46 +79,46 @@
|
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@biomejs/biome": "^2.4.10",
|
|
81
81
|
"@commitlint/cli": "^20.5.0",
|
|
82
|
-
"@commitlint/core": "^20.5.
|
|
82
|
+
"@commitlint/core": "^20.5.3",
|
|
83
83
|
"@material-symbols/svg-300": "^0.44.0",
|
|
84
84
|
"@material-symbols/svg-400": "^0.44.0",
|
|
85
85
|
"@semantic-release/changelog": "^6.0.3",
|
|
86
86
|
"@semantic-release/git": "^10.0.1",
|
|
87
87
|
"@semantic-release/github": "^12.0.1",
|
|
88
88
|
"@semantic-release/npm": "^13.1.1",
|
|
89
|
-
"@size-limit/preset-small-lib": "^12.0
|
|
90
|
-
"@storybook/addon-a11y": "^10.3.
|
|
91
|
-
"@storybook/addon-docs": "^10.3.
|
|
92
|
-
"@storybook/addon-vitest": "^10.3.
|
|
93
|
-
"@storybook/react": "^10.3.
|
|
94
|
-
"@storybook/react-vite": "^10.3.
|
|
89
|
+
"@size-limit/preset-small-lib": "^12.1.0",
|
|
90
|
+
"@storybook/addon-a11y": "^10.3.6",
|
|
91
|
+
"@storybook/addon-docs": "^10.3.6",
|
|
92
|
+
"@storybook/addon-vitest": "^10.3.6",
|
|
93
|
+
"@storybook/react": "^10.3.6",
|
|
94
|
+
"@storybook/react-vite": "^10.3.6",
|
|
95
95
|
"@testing-library/dom": "^10.4.1",
|
|
96
96
|
"@testing-library/jest-dom": "^6.9.1",
|
|
97
97
|
"@testing-library/react": "^16.3.2",
|
|
98
98
|
"@types/node": "^24",
|
|
99
99
|
"@types/react": "^19.2.14",
|
|
100
|
-
"@types/react-dom": "^19",
|
|
101
|
-
"@vitest/browser-playwright": "^4.1.
|
|
102
|
-
"@vitest/coverage-v8": "^4.1.
|
|
103
|
-
"chromatic": "^16.
|
|
100
|
+
"@types/react-dom": "^19.2.3",
|
|
101
|
+
"@vitest/browser-playwright": "^4.1.5",
|
|
102
|
+
"@vitest/coverage-v8": "^4.1.5",
|
|
103
|
+
"chromatic": "^16.8.0",
|
|
104
104
|
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
105
105
|
"esbuild-sass-plugin": "^3.7.0",
|
|
106
106
|
"husky": "^9.1.7",
|
|
107
|
-
"jsdom": "^29.
|
|
108
|
-
"lucide-react": "^1.
|
|
109
|
-
"next": "^16.2.
|
|
110
|
-
"playwright": "^1.
|
|
111
|
-
"react": "^19.2.
|
|
112
|
-
"react-dom": "^19.2.
|
|
113
|
-
"sass-embedded": "^1.
|
|
107
|
+
"jsdom": "^29.1.1",
|
|
108
|
+
"lucide-react": "^1.14.0",
|
|
109
|
+
"next": "^16.2.4",
|
|
110
|
+
"playwright": "^1.59.1",
|
|
111
|
+
"react": "^19.2.5",
|
|
112
|
+
"react-dom": "^19.2.5",
|
|
113
|
+
"sass-embedded": "^1.99.0",
|
|
114
114
|
"semantic-release": "^25.0.1",
|
|
115
|
-
"size-limit": "^12.0
|
|
116
|
-
"storybook": "^10.3.
|
|
115
|
+
"size-limit": "^12.1.0",
|
|
116
|
+
"storybook": "^10.3.6",
|
|
117
117
|
"tsup": "^8.5.0",
|
|
118
118
|
"tsx": "^4.21.0",
|
|
119
119
|
"typescript": "^6.0.3",
|
|
120
120
|
"vite": "^6.4.2",
|
|
121
|
-
"vitest": "^4.1.
|
|
121
|
+
"vitest": "^4.1.5"
|
|
122
122
|
},
|
|
123
123
|
"publishConfig": {
|
|
124
124
|
"access": "public",
|
|
@@ -141,7 +141,8 @@
|
|
|
141
141
|
"lodash-es": "^4.18.1",
|
|
142
142
|
"immutable": "^5.1.5",
|
|
143
143
|
"minimatch": "^10.2.4",
|
|
144
|
-
"handlebars": "^4.7.9"
|
|
144
|
+
"handlebars": "^4.7.9",
|
|
145
|
+
"postcss": "^8.5.10"
|
|
145
146
|
}
|
|
146
147
|
}
|
|
147
148
|
}
|