@regardio/react 0.7.20 → 0.7.21

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 +13 -13
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.20",
4
+ "version": "0.7.21",
5
5
  "private": false,
6
6
  "description": "Regardio React UI components",
7
7
  "keywords": ["react", "components", "ui", "regardio", "tailwindcss"],
@@ -185,23 +185,23 @@
185
185
  "build": "tsdown",
186
186
  "clean": "exec-clean .turbo dist",
187
187
  "dev": "tsdown --watch",
188
- "fix": "exec-s fix:pkg fix:md fix:biome",
189
188
  "fix:biome": "lint-biome check --write --unsafe .",
190
189
  "fix:md": "lint-md --fix",
191
190
  "fix:pkg": "lint-package --fix",
192
- "flow:hotfix": "flow-hotfix",
193
- "flow:release": "flow-release",
194
- "flow:ship": "flow-ship",
195
- "lint": "exec-s lint:md lint:biome",
191
+ "fix": "exec-s fix:pkg fix:md fix:biome",
196
192
  "lint:biome": "lint-biome check .",
197
193
  "lint:md": "lint-md",
198
194
  "lint:pkg": "lint-package",
195
+ "lint": "exec-s lint:md lint:biome",
199
196
  "prepare": "exec-husky",
200
197
  "report": "vitest run --coverage",
201
- "storybook": "storybook dev -p 6006",
198
+ "ship:hotfix": "ship-hotfix",
199
+ "ship:production": "ship-production",
200
+ "ship:staging": "ship-staging",
202
201
  "storybook:build": "storybook build -o storybook-static",
203
- "test": "exec-s test:*",
202
+ "storybook": "storybook dev -p 6006",
204
203
  "test:unit": "vitest run",
204
+ "test": "exec-s test:*",
205
205
  "tsdown": "tsdown",
206
206
  "typecheck": "exec-tsc --noEmit"
207
207
  },
@@ -209,8 +209,8 @@
209
209
  "@base-ui/react": "1.2.0",
210
210
  "@maptiler/sdk": "3.11.1",
211
211
  "@mdx-js/react": "3.1.1",
212
- "@regardio/js": "0.7.8",
213
- "@regardio/tailwind": "0.3.8",
212
+ "@regardio/js": "0.7.9",
213
+ "@regardio/tailwind": "0.3.9",
214
214
  "@supabase/supabase-js": "2.98.0",
215
215
  "cmdk": "1.1.1",
216
216
  "embla-carousel": "8.6.0",
@@ -221,7 +221,7 @@
221
221
  "lucide-react": "0.575.0",
222
222
  "markdown-to-jsx": "9.7.6",
223
223
  "react": "19.2.4",
224
- "react-day-picker": "9.13.2",
224
+ "react-day-picker": "9.14.0",
225
225
  "react-dom": "19.2.4",
226
226
  "react-hook-form": "7.71.2",
227
227
  "react-resizable-panels": "4.6.5",
@@ -231,7 +231,7 @@
231
231
  "zod": "4.3.6"
232
232
  },
233
233
  "devDependencies": {
234
- "@regardio/dev": "1.15.1",
234
+ "@regardio/dev": "1.16.0",
235
235
  "@storybook/addon-a11y": "10.2.13",
236
236
  "@storybook/addon-docs": "10.2.13",
237
237
  "@storybook/addon-vitest": "10.2.13",
@@ -241,7 +241,7 @@
241
241
  "@testing-library/react": "16.3.2",
242
242
  "@total-typescript/ts-reset": "0.6.1",
243
243
  "@types/leaflet": "1.9.21",
244
- "@types/node": "25.3.1",
244
+ "@types/node": "25.3.2",
245
245
  "@types/react": "19.2.14",
246
246
  "@types/react-dom": "19.2.3",
247
247
  "@vitejs/plugin-react": "5.1.4",