@regardio/react 0.7.10 → 0.7.14

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 +116 -126
package/package.json CHANGED
@@ -1,16 +1,10 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "@regardio/react",
4
- "version": "0.7.10",
4
+ "version": "0.7.14",
5
5
  "private": false,
6
6
  "description": "Regardio React UI components",
7
- "keywords": [
8
- "react",
9
- "components",
10
- "ui",
11
- "regardio",
12
- "tailwindcss"
13
- ],
7
+ "keywords": ["react", "components", "ui", "regardio", "tailwindcss"],
14
8
  "homepage": "https://github.com/regardio/react/blob/main/README.md",
15
9
  "bugs": {
16
10
  "url": "https://github.com/regardio/react/issues"
@@ -21,186 +15,181 @@
21
15
  },
22
16
  "license": "MIT",
23
17
  "author": "Bernd Matzner <bernd.matzner@regard.io>",
24
- "sideEffects": [
25
- "./src/tailwind.css"
26
- ],
18
+ "sideEffects": ["./src/tailwind.css"],
27
19
  "type": "module",
28
20
  "exports": {
29
- "./tailwind.css": "./src/tailwind.css",
30
21
  "./background-slideshow": {
31
- "types": "./dist/background-slideshow/index.d.mts",
32
- "import": "./dist/background-slideshow/index.mjs"
22
+ "import": "./dist/background-slideshow/index.mjs",
23
+ "types": "./dist/background-slideshow/index.d.mts"
33
24
  },
34
25
  "./blurry-gradient": {
35
- "types": "./dist/blurry-gradient/index.d.mts",
36
- "import": "./dist/blurry-gradient/index.mjs"
26
+ "import": "./dist/blurry-gradient/index.mjs",
27
+ "types": "./dist/blurry-gradient/index.d.mts"
37
28
  },
38
29
  "./button": {
39
- "types": "./dist/button/index.d.mts",
40
- "import": "./dist/button/index.mjs"
30
+ "import": "./dist/button/index.mjs",
31
+ "types": "./dist/button/index.d.mts"
41
32
  },
42
33
  "./carousel": {
43
- "types": "./dist/carousel/index.d.mts",
44
- "import": "./dist/carousel/index.mjs"
34
+ "import": "./dist/carousel/index.mjs",
35
+ "types": "./dist/carousel/index.d.mts"
45
36
  },
46
37
  "./checkbox": {
47
- "types": "./dist/checkbox/index.d.mts",
48
- "import": "./dist/checkbox/index.mjs"
38
+ "import": "./dist/checkbox/index.mjs",
39
+ "types": "./dist/checkbox/index.d.mts"
49
40
  },
50
41
  "./checkbox-group": {
51
- "types": "./dist/checkbox-group/index.d.mts",
52
- "import": "./dist/checkbox-group/index.mjs"
42
+ "import": "./dist/checkbox-group/index.mjs",
43
+ "types": "./dist/checkbox-group/index.d.mts"
53
44
  },
54
45
  "./countdown": {
55
- "types": "./dist/countdown/index.d.mts",
56
- "import": "./dist/countdown/index.mjs"
46
+ "import": "./dist/countdown/index.mjs",
47
+ "types": "./dist/countdown/index.d.mts"
57
48
  },
58
49
  "./field": {
59
- "types": "./dist/field/index.d.mts",
60
- "import": "./dist/field/index.mjs"
50
+ "import": "./dist/field/index.mjs",
51
+ "types": "./dist/field/index.d.mts"
61
52
  },
62
53
  "./fieldset": {
63
- "types": "./dist/fieldset/index.d.mts",
64
- "import": "./dist/fieldset/index.mjs"
54
+ "import": "./dist/fieldset/index.mjs",
55
+ "types": "./dist/fieldset/index.d.mts"
65
56
  },
66
57
  "./form": {
67
- "types": "./dist/form/index.d.mts",
68
- "import": "./dist/form/index.mjs"
58
+ "import": "./dist/form/index.mjs",
59
+ "types": "./dist/form/index.d.mts"
69
60
  },
70
61
  "./generic-error": {
71
- "types": "./dist/generic-error/index.d.mts",
72
- "import": "./dist/generic-error/index.mjs"
62
+ "import": "./dist/generic-error/index.mjs",
63
+ "types": "./dist/generic-error/index.d.mts"
73
64
  },
74
65
  "./grid": {
75
- "types": "./dist/grid/index.d.mts",
76
- "import": "./dist/grid/index.mjs"
66
+ "import": "./dist/grid/index.mjs",
67
+ "types": "./dist/grid/index.d.mts"
77
68
  },
78
69
  "./heading": {
79
- "types": "./dist/heading/index.d.mts",
80
- "import": "./dist/heading/index.mjs"
70
+ "import": "./dist/heading/index.mjs",
71
+ "types": "./dist/heading/index.d.mts"
81
72
  },
82
73
  "./highlight": {
83
- "types": "./dist/highlight/index.d.mts",
84
- "import": "./dist/highlight/index.mjs"
74
+ "import": "./dist/highlight/index.mjs",
75
+ "types": "./dist/highlight/index.d.mts"
76
+ },
77
+ "./hooks/use-current-route-data": {
78
+ "import": "./dist/hooks/use-current-route-data.mjs",
79
+ "types": "./dist/hooks/use-current-route-data.d.mts"
80
+ },
81
+ "./hooks/use-focus-search": {
82
+ "import": "./dist/hooks/use-focus-search.mjs",
83
+ "types": "./dist/hooks/use-focus-search.d.mts"
84
+ },
85
+ "./hooks/use-matches-data": {
86
+ "import": "./dist/hooks/use-matches-data.mjs",
87
+ "types": "./dist/hooks/use-matches-data.d.mts"
88
+ },
89
+ "./hooks/use-media-query": {
90
+ "import": "./dist/hooks/use-media-query.mjs",
91
+ "types": "./dist/hooks/use-media-query.d.mts"
92
+ },
93
+ "./hooks/use-mobile": {
94
+ "import": "./dist/hooks/use-mobile.mjs",
95
+ "types": "./dist/hooks/use-mobile.d.mts"
96
+ },
97
+ "./hooks/use-nonce": {
98
+ "import": "./dist/hooks/use-nonce.mjs",
99
+ "types": "./dist/hooks/use-nonce.d.mts"
100
+ },
101
+ "./hooks/use-orientation": {
102
+ "import": "./dist/hooks/use-orientation.mjs",
103
+ "types": "./dist/hooks/use-orientation.d.mts"
104
+ },
105
+ "./hooks/use-user": {
106
+ "import": "./dist/hooks/use-user.mjs",
107
+ "types": "./dist/hooks/use-user.d.mts"
85
108
  },
86
109
  "./icon-button": {
87
- "types": "./dist/icon-button/index.d.mts",
88
- "import": "./dist/icon-button/index.mjs"
110
+ "import": "./dist/icon-button/index.mjs",
111
+ "types": "./dist/icon-button/index.d.mts"
89
112
  },
90
113
  "./if": {
91
- "types": "./dist/if/index.d.mts",
92
- "import": "./dist/if/index.mjs"
114
+ "import": "./dist/if/index.mjs",
115
+ "types": "./dist/if/index.d.mts"
93
116
  },
94
117
  "./iframe": {
95
- "types": "./dist/iframe/index.d.mts",
96
- "import": "./dist/iframe/index.mjs"
118
+ "import": "./dist/iframe/index.mjs",
119
+ "types": "./dist/iframe/index.d.mts"
97
120
  },
98
121
  "./input": {
99
- "types": "./dist/input/index.d.mts",
100
- "import": "./dist/input/index.mjs"
122
+ "import": "./dist/input/index.mjs",
123
+ "types": "./dist/input/index.d.mts"
101
124
  },
102
125
  "./link": {
103
- "types": "./dist/link/index.d.mts",
104
- "import": "./dist/link/index.mjs"
126
+ "import": "./dist/link/index.mjs",
127
+ "types": "./dist/link/index.d.mts"
105
128
  },
106
129
  "./list": {
107
- "types": "./dist/list/index.d.mts",
108
- "import": "./dist/list/index.mjs"
130
+ "import": "./dist/list/index.mjs",
131
+ "types": "./dist/list/index.d.mts"
109
132
  },
110
133
  "./markdown-container": {
111
- "types": "./dist/markdown-container/index.d.mts",
112
- "import": "./dist/markdown-container/index.mjs"
134
+ "import": "./dist/markdown-container/index.mjs",
135
+ "types": "./dist/markdown-container/index.d.mts"
113
136
  },
114
137
  "./password-input": {
115
- "types": "./dist/password-input/index.d.mts",
116
- "import": "./dist/password-input/index.mjs"
138
+ "import": "./dist/password-input/index.mjs",
139
+ "types": "./dist/password-input/index.d.mts"
117
140
  },
118
141
  "./picture": {
119
- "types": "./dist/picture/index.d.mts",
120
- "import": "./dist/picture/index.mjs"
142
+ "import": "./dist/picture/index.mjs",
143
+ "types": "./dist/picture/index.d.mts"
121
144
  },
122
145
  "./protected-email": {
123
- "types": "./dist/protected-email/index.d.mts",
124
- "import": "./dist/protected-email/index.mjs"
146
+ "import": "./dist/protected-email/index.mjs",
147
+ "types": "./dist/protected-email/index.d.mts"
125
148
  },
126
149
  "./radio": {
127
- "types": "./dist/radio/index.d.mts",
128
- "import": "./dist/radio/index.mjs"
150
+ "import": "./dist/radio/index.mjs",
151
+ "types": "./dist/radio/index.d.mts"
129
152
  },
130
153
  "./radio-group": {
131
- "types": "./dist/radio-group/index.d.mts",
132
- "import": "./dist/radio-group/index.mjs"
154
+ "import": "./dist/radio-group/index.mjs",
155
+ "types": "./dist/radio-group/index.d.mts"
133
156
  },
134
157
  "./slider": {
135
- "types": "./dist/slider/index.d.mts",
136
- "import": "./dist/slider/index.mjs"
158
+ "import": "./dist/slider/index.mjs",
159
+ "types": "./dist/slider/index.d.mts"
137
160
  },
138
161
  "./switch": {
139
- "types": "./dist/switch/index.d.mts",
140
- "import": "./dist/switch/index.mjs"
162
+ "import": "./dist/switch/index.mjs",
163
+ "types": "./dist/switch/index.d.mts"
141
164
  },
165
+ "./tailwind.css": "./src/tailwind.css",
142
166
  "./text": {
143
- "types": "./dist/text/index.d.mts",
144
- "import": "./dist/text/index.mjs"
167
+ "import": "./dist/text/index.mjs",
168
+ "types": "./dist/text/index.d.mts"
145
169
  },
146
170
  "./toggle": {
147
- "types": "./dist/toggle/index.d.mts",
148
- "import": "./dist/toggle/index.mjs"
149
- },
150
- "./hooks/use-current-route-data": {
151
- "types": "./dist/hooks/use-current-route-data.d.mts",
152
- "import": "./dist/hooks/use-current-route-data.mjs"
153
- },
154
- "./hooks/use-focus-search": {
155
- "types": "./dist/hooks/use-focus-search.d.mts",
156
- "import": "./dist/hooks/use-focus-search.mjs"
157
- },
158
- "./hooks/use-matches-data": {
159
- "types": "./dist/hooks/use-matches-data.d.mts",
160
- "import": "./dist/hooks/use-matches-data.mjs"
161
- },
162
- "./hooks/use-media-query": {
163
- "types": "./dist/hooks/use-media-query.d.mts",
164
- "import": "./dist/hooks/use-media-query.mjs"
165
- },
166
- "./hooks/use-mobile": {
167
- "types": "./dist/hooks/use-mobile.d.mts",
168
- "import": "./dist/hooks/use-mobile.mjs"
169
- },
170
- "./hooks/use-nonce": {
171
- "types": "./dist/hooks/use-nonce.d.mts",
172
- "import": "./dist/hooks/use-nonce.mjs"
173
- },
174
- "./hooks/use-orientation": {
175
- "types": "./dist/hooks/use-orientation.d.mts",
176
- "import": "./dist/hooks/use-orientation.mjs"
177
- },
178
- "./hooks/use-user": {
179
- "types": "./dist/hooks/use-user.d.mts",
180
- "import": "./dist/hooks/use-user.mjs"
171
+ "import": "./dist/toggle/index.mjs",
172
+ "types": "./dist/toggle/index.d.mts"
181
173
  },
182
174
  "./utils/author": {
183
- "types": "./dist/utils/author/index.d.mts",
184
- "import": "./dist/utils/author/index.mjs"
175
+ "import": "./dist/utils/author/index.mjs",
176
+ "types": "./dist/utils/author/index.d.mts"
185
177
  },
186
178
  "./utils/text": {
187
- "types": "./dist/utils/text/index.d.mts",
188
- "import": "./dist/utils/text/index.mjs"
179
+ "import": "./dist/utils/text/index.mjs",
180
+ "types": "./dist/utils/text/index.d.mts"
189
181
  }
190
182
  },
191
- "files": [
192
- "dist",
193
- "src"
194
- ],
183
+ "files": ["dist", "src"],
195
184
  "scripts": {
196
- "build": "tsdown && pnpm fix",
185
+ "build": "exec-s tsdown fix",
197
186
  "clean": "exec-clean .turbo dist",
198
187
  "dev": "tsdown --watch",
199
- "fix": "exec-p fix:*",
188
+ "fix": "exec-s fix:pkg fix:md fix:biome",
200
189
  "fix:biome": "lint-biome check --write --unsafe .",
201
190
  "fix:md": "lint-md --fix",
202
191
  "fix:pkg": "lint-package --fix",
203
- "lint": "exec-p lint:*",
192
+ "lint": "exec-s lint:md lint:biome",
204
193
  "lint:biome": "lint-biome check .",
205
194
  "lint:md": "lint-md",
206
195
  "lint:pkg": "lint-package",
@@ -211,6 +200,7 @@
211
200
  "storybook:build": "storybook build -o storybook-static",
212
201
  "test": "exec-s test:*",
213
202
  "test:unit": "vitest run",
203
+ "tsdown": "tsdown",
214
204
  "typecheck": "exec-tsc --noEmit",
215
205
  "version": "flow-changeset version"
216
206
  },
@@ -218,39 +208,39 @@
218
208
  "@base-ui/react": "1.2.0",
219
209
  "@maptiler/sdk": "3.11.1",
220
210
  "@mdx-js/react": "3.1.1",
221
- "@regardio/js": "0.7.3",
222
- "@regardio/tailwind": "0.3.3",
223
- "@supabase/supabase-js": "2.96.0",
211
+ "@regardio/js": "0.7.5",
212
+ "@regardio/tailwind": "0.3.4",
213
+ "@supabase/supabase-js": "2.97.0",
224
214
  "cmdk": "1.1.1",
225
215
  "embla-carousel": "8.6.0",
226
216
  "embla-carousel-react": "8.6.0",
227
217
  "input-otp": "1.4.2",
228
218
  "intl-parse-accept-language": "1.0.0",
229
219
  "leaflet": "alpha",
230
- "lucide-react": "0.574.0",
231
- "markdown-to-jsx": "9.7.4",
220
+ "lucide-react": "0.575.0",
221
+ "markdown-to-jsx": "9.7.6",
232
222
  "react": "19.2.4",
233
223
  "react-day-picker": "9.13.2",
234
224
  "react-dom": "19.2.4",
235
- "react-hook-form": "7.71.1",
236
- "react-resizable-panels": "4.6.4",
225
+ "react-hook-form": "7.71.2",
226
+ "react-resizable-panels": "4.6.5",
237
227
  "react-router": "7.13.0",
238
228
  "tailwind-variants": "3.2.2",
239
229
  "vaul": "1.1.2",
240
230
  "zod": "4.3.6"
241
231
  },
242
232
  "devDependencies": {
243
- "@regardio/dev": "1.13.5",
233
+ "@regardio/dev": "1.13.8",
244
234
  "@storybook/addon-a11y": "10.2.10",
245
235
  "@storybook/addon-docs": "10.2.10",
246
236
  "@storybook/addon-vitest": "10.2.10",
247
237
  "@storybook/react-vite": "10.2.10",
248
- "@tailwindcss/vite": "4.1.18",
238
+ "@tailwindcss/vite": "4.2.0",
249
239
  "@testing-library/jest-dom": "6.9.1",
250
240
  "@testing-library/react": "16.3.2",
251
241
  "@total-typescript/ts-reset": "0.6.1",
252
242
  "@types/leaflet": "1.9.21",
253
- "@types/node": "25.2.3",
243
+ "@types/node": "25.3.0",
254
244
  "@types/react": "19.2.14",
255
245
  "@types/react-dom": "19.2.3",
256
246
  "@vitejs/plugin-react": "5.1.4",
@@ -260,7 +250,7 @@
260
250
  "jsdom": "28.1.0",
261
251
  "playwright": "1.58.2",
262
252
  "storybook": "10.2.10",
263
- "tailwindcss": "4.1.18",
253
+ "tailwindcss": "4.2.0",
264
254
  "tsdown": "0.20.3",
265
255
  "typescript": "5.9.3",
266
256
  "vite": "7.3.1",