@regardio/react 0.7.17 → 0.7.20

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 +16 -18
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "@regardio/react",
4
- "version": "0.7.17",
4
+ "version": "0.7.20",
5
5
  "private": false,
6
6
  "description": "Regardio React UI components",
7
7
  "keywords": ["react", "components", "ui", "regardio", "tailwindcss"],
@@ -182,35 +182,36 @@
182
182
  },
183
183
  "files": ["dist", "src"],
184
184
  "scripts": {
185
- "build": "exec-s tsdown fix",
185
+ "build": "tsdown",
186
186
  "clean": "exec-clean .turbo dist",
187
187
  "dev": "tsdown --watch",
188
188
  "fix": "exec-s fix:pkg fix:md fix:biome",
189
189
  "fix:biome": "lint-biome check --write --unsafe .",
190
190
  "fix:md": "lint-md --fix",
191
191
  "fix:pkg": "lint-package --fix",
192
+ "flow:hotfix": "flow-hotfix",
193
+ "flow:release": "flow-release",
194
+ "flow:ship": "flow-ship",
192
195
  "lint": "exec-s lint:md lint:biome",
193
196
  "lint:biome": "lint-biome check .",
194
197
  "lint:md": "lint-md",
195
198
  "lint:pkg": "lint-package",
196
199
  "prepare": "exec-husky",
197
- "release": "flow-release",
198
200
  "report": "vitest run --coverage",
199
201
  "storybook": "storybook dev -p 6006",
200
202
  "storybook:build": "storybook build -o storybook-static",
201
203
  "test": "exec-s test:*",
202
204
  "test:unit": "vitest run",
203
205
  "tsdown": "tsdown",
204
- "typecheck": "exec-tsc --noEmit",
205
- "version": "flow-changeset version"
206
+ "typecheck": "exec-tsc --noEmit"
206
207
  },
207
208
  "dependencies": {
208
209
  "@base-ui/react": "1.2.0",
209
210
  "@maptiler/sdk": "3.11.1",
210
211
  "@mdx-js/react": "3.1.1",
211
- "@regardio/js": "0.7.6",
212
- "@regardio/tailwind": "0.3.5",
213
- "@supabase/supabase-js": "2.97.0",
212
+ "@regardio/js": "0.7.8",
213
+ "@regardio/tailwind": "0.3.8",
214
+ "@supabase/supabase-js": "2.98.0",
214
215
  "cmdk": "1.1.1",
215
216
  "embla-carousel": "8.6.0",
216
217
  "embla-carousel-react": "8.6.0",
@@ -230,17 +231,17 @@
230
231
  "zod": "4.3.6"
231
232
  },
232
233
  "devDependencies": {
233
- "@regardio/dev": "1.13.8",
234
- "@storybook/addon-a11y": "10.2.10",
235
- "@storybook/addon-docs": "10.2.10",
236
- "@storybook/addon-vitest": "10.2.10",
237
- "@storybook/react-vite": "10.2.10",
234
+ "@regardio/dev": "1.15.1",
235
+ "@storybook/addon-a11y": "10.2.13",
236
+ "@storybook/addon-docs": "10.2.13",
237
+ "@storybook/addon-vitest": "10.2.13",
238
+ "@storybook/react-vite": "10.2.13",
238
239
  "@tailwindcss/vite": "4.2.1",
239
240
  "@testing-library/jest-dom": "6.9.1",
240
241
  "@testing-library/react": "16.3.2",
241
242
  "@total-typescript/ts-reset": "0.6.1",
242
243
  "@types/leaflet": "1.9.21",
243
- "@types/node": "25.3.0",
244
+ "@types/node": "25.3.1",
244
245
  "@types/react": "19.2.14",
245
246
  "@types/react-dom": "19.2.3",
246
247
  "@vitejs/plugin-react": "5.1.4",
@@ -249,7 +250,7 @@
249
250
  "@vitest/ui": "4.0.18",
250
251
  "jsdom": "28.1.0",
251
252
  "playwright": "1.58.2",
252
- "storybook": "10.2.10",
253
+ "storybook": "10.2.13",
253
254
  "tailwindcss": "4.2.1",
254
255
  "tsdown": "0.20.3",
255
256
  "typescript": "5.9.3",
@@ -258,8 +259,5 @@
258
259
  },
259
260
  "engines": {
260
261
  "node": ">=18"
261
- },
262
- "publishConfig": {
263
- "access": "public"
264
262
  }
265
263
  }