@abumble/design-system 0.0.16 → 0.0.17
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 +30 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abumble/design-system",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"src/styles.css"
|
|
@@ -105,9 +105,11 @@
|
|
|
105
105
|
"./styles.css": "./src/styles.css"
|
|
106
106
|
},
|
|
107
107
|
"scripts": {
|
|
108
|
+
"version": "npm run build",
|
|
109
|
+
"postversion": "git push",
|
|
108
110
|
"build:js": "vite build && tsc -p tsconfig.build.json --emitDeclarationOnly",
|
|
109
111
|
"build": "npm run clean && npm run build:js",
|
|
110
|
-
"clean": "
|
|
112
|
+
"clean": "rimraf dist",
|
|
111
113
|
"prepublishOnly": "npm run build",
|
|
112
114
|
"publish:npm": "npm publish --access public",
|
|
113
115
|
"dev": "vite",
|
|
@@ -120,6 +122,13 @@
|
|
|
120
122
|
"devDependencies": {
|
|
121
123
|
"@chromatic-com/storybook": "^4.1.2",
|
|
122
124
|
"@eslint/js": "^9.39.1",
|
|
125
|
+
"@radix-ui/react-collapsible": "^1.1.12",
|
|
126
|
+
"@radix-ui/react-context-menu": "^2.2.16",
|
|
127
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
128
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
129
|
+
"@radix-ui/react-separator": "^1.1.7",
|
|
130
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
131
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
123
132
|
"@storybook/addon-a11y": "^10.0.7",
|
|
124
133
|
"@storybook/addon-docs": "^10.0.7",
|
|
125
134
|
"@storybook/addon-onboarding": "^10.0.7",
|
|
@@ -133,54 +142,48 @@
|
|
|
133
142
|
"@vitest/browser-playwright": "^4.0.9",
|
|
134
143
|
"@vitest/coverage-v8": "^4.0.9",
|
|
135
144
|
"autoprefixer": "^10.4.22",
|
|
145
|
+
"class-variance-authority": "^0.7.1",
|
|
146
|
+
"clsx": "^2.1.1",
|
|
147
|
+
"embla-carousel": "^8.6.0",
|
|
148
|
+
"embla-carousel-react": "^8.6.0",
|
|
136
149
|
"eslint": "^9.39.1",
|
|
137
150
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
138
151
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
139
152
|
"eslint-plugin-storybook": "^10.0.7",
|
|
140
153
|
"globals": "^16.5.0",
|
|
154
|
+
"lucide-react": "^0.544.0",
|
|
141
155
|
"playwright": "^1.56.1",
|
|
142
156
|
"postcss": "^8.5.6",
|
|
143
157
|
"prettier": "^3.6.2",
|
|
158
|
+
"react": "^19.2.0",
|
|
159
|
+
"react-dom": "^19.2.0",
|
|
160
|
+
"rimraf": "^6.1.2",
|
|
144
161
|
"storybook": "^10.0.7",
|
|
162
|
+
"tailwind-merge": "^3.0.2",
|
|
163
|
+
"tailwindcss": "^4.1.17",
|
|
145
164
|
"typescript": "~5.9.3",
|
|
146
165
|
"typescript-eslint": "^8.46.3",
|
|
147
166
|
"vite": "^7.2.2",
|
|
148
167
|
"vite-tsconfig-paths": "^5.1.4",
|
|
149
|
-
"vitest": "^4.0.9"
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
"react-dom": "^19.2.0",
|
|
153
|
-
"tailwindcss": "^4.1.17",
|
|
154
|
-
"clsx": "^2.1.1",
|
|
155
|
-
"tailwind-merge": "^3.0.2",
|
|
156
|
-
"class-variance-authority": "^0.7.1",
|
|
157
|
-
"embla-carousel": "^8.6.0",
|
|
158
|
-
"embla-carousel-react": "^8.6.0",
|
|
168
|
+
"vitest": "^4.0.9"
|
|
169
|
+
},
|
|
170
|
+
"peerDependencies": {
|
|
159
171
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
160
172
|
"@radix-ui/react-context-menu": "^2.2.16",
|
|
161
173
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
162
174
|
"@radix-ui/react-popover": "^1.1.15",
|
|
163
175
|
"@radix-ui/react-separator": "^1.1.7",
|
|
164
176
|
"@radix-ui/react-slot": "^1.2.3",
|
|
165
|
-
"@radix-ui/react-tooltip": "^1.2.8"
|
|
166
|
-
|
|
167
|
-
|
|
177
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
178
|
+
"class-variance-authority": "^0.7.1",
|
|
179
|
+
"clsx": "^2.1.1",
|
|
180
|
+
"embla-carousel": "^8.6.0",
|
|
181
|
+
"embla-carousel-react": "^8.6.0",
|
|
168
182
|
"lucide-react": ">=0.544.0",
|
|
169
183
|
"react": ">=19.0.0",
|
|
170
184
|
"react-dom": ">=19.0.0",
|
|
171
|
-
"tailwindcss": ">=4.0.0",
|
|
172
|
-
"clsx": "^2.1.1",
|
|
173
185
|
"tailwind-merge": "^3.0.2",
|
|
174
|
-
"
|
|
175
|
-
"embla-carousel": "^8.6.0",
|
|
176
|
-
"embla-carousel-react": "^8.6.0",
|
|
177
|
-
"@radix-ui/react-collapsible": "^1.1.12",
|
|
178
|
-
"@radix-ui/react-context-menu": "^2.2.16",
|
|
179
|
-
"@radix-ui/react-dialog": "^1.1.15",
|
|
180
|
-
"@radix-ui/react-popover": "^1.1.15",
|
|
181
|
-
"@radix-ui/react-separator": "^1.1.7",
|
|
182
|
-
"@radix-ui/react-slot": "^1.2.3",
|
|
183
|
-
"@radix-ui/react-tooltip": "^1.2.8"
|
|
186
|
+
"tailwindcss": ">=4.0.0"
|
|
184
187
|
},
|
|
185
188
|
"license": "MIT"
|
|
186
189
|
}
|