@spark-ui/components 10.11.11 → 10.11.13

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/components",
3
- "version": "10.11.11",
3
+ "version": "10.11.13",
4
4
  "license": "MIT",
5
5
  "description": "Spark (Leboncoin design system) components.",
6
6
  "exports": {
@@ -27,6 +27,9 @@
27
27
  ]
28
28
  }
29
29
  },
30
+ "files": [
31
+ "dist"
32
+ ],
30
33
  "publishConfig": {
31
34
  "access": "public"
32
35
  },
@@ -50,9 +53,9 @@
50
53
  "@react-aria/toast": "^3.0.0-beta.18",
51
54
  "@react-stately/numberfield": "3.9.11",
52
55
  "@react-stately/toast": "^3.0.0-beta.7",
53
- "@spark-ui/hooks": "^10.11.11",
54
- "@spark-ui/icons": "^10.11.11",
55
- "@spark-ui/internal-utils": "^10.11.11",
56
+ "@spark-ui/hooks": "^10.11.13",
57
+ "@spark-ui/icons": "^10.11.13",
58
+ "@spark-ui/internal-utils": "^10.11.13",
56
59
  "@zag-js/pagination": "1.14.0",
57
60
  "@zag-js/react": "1.14.0",
58
61
  "class-variance-authority": "0.7.1",
@@ -79,5 +82,5 @@
79
82
  "url": "https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3A%22Component%3A+button%22"
80
83
  },
81
84
  "homepage": "https://sparkui.vercel.app",
82
- "gitHead": "e769016f5d6b00cfd4057f967b824117f1f0d6f9"
85
+ "gitHead": "07ad5d7ce91b5ef16bcd9a004bdc6767620f4c5d"
83
86
  }
package/CHANGELOG.md DELETED
@@ -1,411 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [10.11.11](https://github.com/leboncoin/spark-web/compare/v10.11.10...v10.11.11) (2025-07-25)
7
-
8
- **Note:** Version bump only for package @spark-ui/components
9
-
10
- ## [10.11.10](https://github.com/leboncoin/spark-web/compare/v10.11.9...v10.11.10) (2025-07-24)
11
-
12
- **Note:** Version bump only for package @spark-ui/components
13
-
14
- ## [10.11.9](https://github.com/leboncoin/spark-web/compare/v10.11.8...v10.11.9) (2025-07-23)
15
-
16
- **Note:** Version bump only for package @spark-ui/components
17
-
18
- ## [10.11.8](https://github.com/leboncoin/spark-web/compare/v10.11.7...v10.11.8) (2025-07-21)
19
-
20
- ### Bug Fixes
21
-
22
- - **components:** remove overscroll behaviour on the carousel ([c5e3a1f](https://github.com/leboncoin/spark-web/commit/c5e3a1fdffa98c2e9e213397c7273f13051746ba))
23
-
24
- ## [10.11.7](https://github.com/leboncoin/spark-web/compare/v10.11.6...v10.11.7) (2025-07-18)
25
-
26
- **Note:** Version bump only for package @spark-ui/components
27
-
28
- ## [10.11.6](https://github.com/leboncoin/spark-web/compare/v10.11.5...v10.11.6) (2025-07-18)
29
-
30
- **Note:** Version bump only for package @spark-ui/components
31
-
32
- ## [10.11.5](https://github.com/leboncoin/spark-web/compare/v10.11.4...v10.11.5) (2025-07-16)
33
-
34
- ### Bug Fixes
35
-
36
- - **components:** yet another attempt to fix the mess of react-aria versions ([aa2e344](https://github.com/leboncoin/spark-web/commit/aa2e344329645189f4beda643c2a0c569a553495))
37
-
38
- ## [10.11.4](https://github.com/leboncoin/spark-web/compare/v10.11.3...v10.11.4) (2025-07-16)
39
-
40
- ### Bug Fixes
41
-
42
- - **components:** fixed version for react-aria toast ([d7cf39b](https://github.com/leboncoin/spark-web/commit/d7cf39b28e6a869c618ac58f46c2caf48a413e1e))
43
-
44
- ## [10.11.3](https://github.com/leboncoin/spark-web/compare/v10.11.2...v10.11.3) (2025-07-16)
45
-
46
- ### Bug Fixes
47
-
48
- - **components:** forced beta version of react-stately toast ([452b321](https://github.com/leboncoin/spark-web/commit/452b32183e34719436020811088e0cadd8f958d4))
49
-
50
- ## [10.11.2](https://github.com/leboncoin/spark-web/compare/v10.11.1...v10.11.2) (2025-07-15)
51
-
52
- ### Bug Fixes
53
-
54
- - **components:** local fork of react-stately/toast to resolve deps issue ([36b7ce4](https://github.com/leboncoin/spark-web/commit/36b7ce4acd31a7b9909a25df29d0e05675c49516))
55
-
56
- ## [10.11.1](https://github.com/leboncoin/spark-web/compare/v10.11.0...v10.11.1) (2025-07-11)
57
-
58
- ### Bug Fixes
59
-
60
- - **components:** carousel - open aria-label attribute ([5967eb2](https://github.com/leboncoin/spark-web/commit/5967eb23e1f80cf0428191295943cd73766858aa))
61
-
62
- # [10.11.0](https://github.com/leboncoin/spark-web/compare/v10.10.0...v10.11.0) (2025-07-10)
63
-
64
- ### Features
65
-
66
- - **components:** added surfaceInverse intent to button ([331b724](https://github.com/leboncoin/spark-web/commit/331b724dfafc33bcfdaee178b3bff07de48462b4))
67
-
68
- # [10.10.0](https://github.com/leboncoin/spark-web/compare/v10.9.0...v10.10.0) (2025-07-03)
69
-
70
- ### Features
71
-
72
- - **components:** migrated accordion from ZagJS to BaseUI ([1607bf5](https://github.com/leboncoin/spark-web/commit/1607bf512a22e9bf482ede8c6bfb56e0cee8926e))
73
-
74
- # [10.9.0](https://github.com/leboncoin/spark-web/compare/v10.8.2...v10.9.0) (2025-07-01)
75
-
76
- ### Features
77
-
78
- - **components:** added fade scroll indicator on Drawer ([4bc8f20](https://github.com/leboncoin/spark-web/commit/4bc8f2008a4daa12c13060b91929b5dc73eaaf2c))
79
- - **components:** fade scroll effect on Dialog ([4b5d171](https://github.com/leboncoin/spark-web/commit/4b5d171a20e6433a61bbd6ccf7b680aa1e74c0ed))
80
-
81
- ## [10.8.2](https://github.com/leboncoin/spark-web/compare/v10.8.1...v10.8.2) (2025-07-01)
82
-
83
- **Note:** Version bump only for package @spark-ui/components
84
-
85
- ## [10.8.1](https://github.com/leboncoin/spark-web/compare/v10.8.0...v10.8.1) (2025-07-01)
86
-
87
- ### Bug Fixes
88
-
89
- - **components:** avatar, improving error detection on image ([f8624d5](https://github.com/leboncoin/spark-web/commit/f8624d5759637e83a0b7a3f371a5681a074d616a))
90
-
91
- # [10.8.0](https://github.com/leboncoin/spark-web/compare/v10.7.7...v10.8.0) (2025-06-27)
92
-
93
- ### Features
94
-
95
- - **components:** carousel pagePicker can now be inside the carousel ([249b34b](https://github.com/leboncoin/spark-web/commit/249b34b152ed570811ee32aeb57d8cd662748c7c))
96
-
97
- ## [10.7.7](https://github.com/leboncoin/spark-web/compare/v10.7.6...v10.7.7) (2025-06-27)
98
-
99
- ### Bug Fixes
100
-
101
- - **components:** active tab trigger text is now bold ([f682e9a](https://github.com/leboncoin/spark-web/commit/f682e9a8852e50c012759d54e46d769985e985cd))
102
- - **components:** switch - improved contrast when toggled off ([0fb07d3](https://github.com/leboncoin/spark-web/commit/0fb07d3d3e7d4163858c33f18e0ac34d8a9f5bf2))
103
- - **components:** updated design of progresstracker ([c46abd4](https://github.com/leboncoin/spark-web/commit/c46abd4b3bfb8a4be90309f9da96259c2d1bcf03))
104
-
105
- ## [10.7.6](https://github.com/leboncoin/spark-web/compare/v10.7.5...v10.7.6) (2025-06-13)
106
-
107
- **Note:** Version bump only for package @spark-ui/components
108
-
109
- ## [10.7.5](https://github.com/leboncoin/spark-web/compare/v10.7.4...v10.7.5) (2025-06-13)
110
-
111
- ### Bug Fixes
112
-
113
- - **components:** added missing data-spark attrs ([9c31e6f](https://github.com/leboncoin/spark-web/commit/9c31e6fc8d341fff2da7207020e785f1c4553761))
114
-
115
- ## [10.7.4](https://github.com/leboncoin/spark-web/compare/v10.7.3...v10.7.4) (2025-06-12)
116
-
117
- **Note:** Version bump only for package @spark-ui/components
118
-
119
- ## [10.7.3](https://github.com/leboncoin/spark-web/compare/v10.7.2...v10.7.3) (2025-06-10)
120
-
121
- **Note:** Version bump only for package @spark-ui/components
122
-
123
- ## [10.7.2](https://github.com/leboncoin/spark-web/compare/v10.7.1...v10.7.2) (2025-06-05)
124
-
125
- **Note:** Version bump only for package @spark-ui/components
126
-
127
- ## [10.7.1](https://github.com/leboncoin/spark-web/compare/v10.7.0...v10.7.1) (2025-06-03)
128
-
129
- **Note:** Version bump only for package @spark-ui/components
130
-
131
- # [10.7.0](https://github.com/leboncoin/spark-web/compare/v10.6.8...v10.7.0) (2025-06-02)
132
-
133
- ### Features
134
-
135
- - **components:** replaced button ghost design with underlined design ([0d1f03d](https://github.com/leboncoin/spark-web/commit/0d1f03d4dab59b21961cdcf8109e09e35f0730fe))
136
- - **components:** updated ghost button design ([325a4a6](https://github.com/leboncoin/spark-web/commit/325a4a6531bb2167796f8c3fca8763a071701a1e))
137
-
138
- ## [10.6.8](https://github.com/leboncoin/spark-web/compare/v10.6.7...v10.6.8) (2025-06-02)
139
-
140
- **Note:** Version bump only for package @spark-ui/components
141
-
142
- ## [10.6.7](https://github.com/leboncoin/spark-web/compare/v10.6.6...v10.6.7) (2025-06-02)
143
-
144
- **Note:** Version bump only for package @spark-ui/components
145
-
146
- ## [10.6.6](https://github.com/leboncoin/spark-web/compare/v10.6.5...v10.6.6) (2025-05-28)
147
-
148
- **Note:** Version bump only for package @spark-ui/components
149
-
150
- ## [10.6.5](https://github.com/leboncoin/spark-web/compare/v10.6.4...v10.6.5) (2025-05-28)
151
-
152
- ### Bug Fixes
153
-
154
- - **components:** forward props to CarouselControls ([897ca26](https://github.com/leboncoin/spark-web/commit/897ca2654b44bc98609f226f18ff7b7a4660a7a2))
155
-
156
- ## [10.6.4](https://github.com/leboncoin/spark-web/compare/v10.6.3...v10.6.4) (2025-05-28)
157
-
158
- **Note:** Version bump only for package @spark-ui/components
159
-
160
- ## [10.6.3](https://github.com/leboncoin/spark-web/compare/v10.6.2...v10.6.3) (2025-05-28)
161
-
162
- **Note:** Version bump only for package @spark-ui/components
163
-
164
- ## [10.6.2](https://github.com/leboncoin/spark-web/compare/v10.6.1...v10.6.2) (2025-05-28)
165
-
166
- **Note:** Version bump only for package @spark-ui/components
167
-
168
- ## [10.6.1](https://github.com/leboncoin/spark-web/compare/v10.6.0...v10.6.1) (2025-05-22)
169
-
170
- **Note:** Version bump only for package @spark-ui/components
171
-
172
- # [10.6.0](https://github.com/leboncoin/spark-web/compare/v10.5.10...v10.6.0) (2025-05-22)
173
-
174
- **Note:** Version bump only for package @spark-ui/components
175
-
176
- ## [10.5.10](https://github.com/leboncoin/spark-web/compare/v10.5.9...v10.5.10) (2025-05-20)
177
-
178
- **Note:** Version bump only for package @spark-ui/components
179
-
180
- ## [10.5.9](https://github.com/leboncoin/spark-web/compare/v10.5.8...v10.5.9) (2025-05-20)
181
-
182
- **Note:** Version bump only for package @spark-ui/components
183
-
184
- ## [10.5.8](https://github.com/leboncoin/spark-web/compare/v10.5.7...v10.5.8) (2025-05-20)
185
-
186
- **Note:** Version bump only for package @spark-ui/components
187
-
188
- ## [10.5.7](https://github.com/leboncoin/spark-web/compare/v10.5.6...v10.5.7) (2025-05-19)
189
-
190
- **Note:** Version bump only for package @spark-ui/components
191
-
192
- ## [10.5.6](https://github.com/leboncoin/spark-web/compare/v10.5.5...v10.5.6) (2025-05-19)
193
-
194
- **Note:** Version bump only for package @spark-ui/components
195
-
196
- ## [10.5.5](https://github.com/leboncoin/spark-web/compare/v10.5.4...v10.5.5) (2025-05-19)
197
-
198
- **Note:** Version bump only for package @spark-ui/components
199
-
200
- ## [10.5.4](https://github.com/leboncoin/spark-web/compare/v10.5.3...v10.5.4) (2025-05-15)
201
-
202
- ### Bug Fixes
203
-
204
- - **components:** forward props to ComboboxItem ([11c879b](https://github.com/leboncoin/spark-web/commit/11c879b827c515381b70b7a2746106a501a83972))
205
-
206
- ## [10.5.3](https://github.com/leboncoin/spark-web/compare/v10.5.2...v10.5.3) (2025-05-15)
207
-
208
- **Note:** Version bump only for package @spark-ui/components
209
-
210
- ## [10.5.2](https://github.com/leboncoin/spark-web/compare/v10.5.1...v10.5.2) (2025-05-15)
211
-
212
- **Note:** Version bump only for package @spark-ui/components
213
-
214
- ## [10.5.1](https://github.com/leboncoin/spark-web/compare/v10.5.0...v10.5.1) (2025-05-13)
215
-
216
- **Note:** Version bump only for package @spark-ui/components
217
-
218
- # [10.5.0](https://github.com/leboncoin/spark-web/compare/v10.4.3...v10.5.0) (2025-05-12)
219
-
220
- **Note:** Version bump only for package @spark-ui/components
221
-
222
- ## [10.4.3](https://github.com/leboncoin/spark-web/compare/v10.4.2...v10.4.3) (2025-05-12)
223
-
224
- **Note:** Version bump only for package @spark-ui/components
225
-
226
- ## [10.4.2](https://github.com/leboncoin/spark-web/compare/v10.4.1...v10.4.2) (2025-05-12)
227
-
228
- **Note:** Version bump only for package @spark-ui/components
229
-
230
- ## [10.4.1](https://github.com/leboncoin/spark-web/compare/v10.4.0...v10.4.1) (2025-05-12)
231
-
232
- **Note:** Version bump only for package @spark-ui/components
233
-
234
- # [10.4.0](https://github.com/leboncoin/spark-web/compare/v10.3.6...v10.4.0) (2025-05-07)
235
-
236
- ### Features
237
-
238
- - **components:** formfield chars count now support screen readers ([39efd0c](https://github.com/leboncoin/spark-web/commit/39efd0cbcc336fcaa78db8a7731669ce274a174a))
239
-
240
- ## [10.3.6](https://github.com/leboncoin/spark-web/compare/v10.3.5...v10.3.6) (2025-05-07)
241
-
242
- **Note:** Version bump only for package @spark-ui/components
243
-
244
- ## [10.3.5](https://github.com/leboncoin/spark-web/compare/v10.3.4...v10.3.5) (2025-05-07)
245
-
246
- **Note:** Version bump only for package @spark-ui/components
247
-
248
- ## [10.3.4](https://github.com/leboncoin/spark-web/compare/v10.3.3...v10.3.4) (2025-05-06)
249
-
250
- **Note:** Version bump only for package @spark-ui/components
251
-
252
- ## [10.3.3](https://github.com/leboncoin/spark-web/compare/v10.3.2...v10.3.3) (2025-05-06)
253
-
254
- **Note:** Version bump only for package @spark-ui/components
255
-
256
- ## [10.3.2](https://github.com/leboncoin/spark-web/compare/v10.3.1...v10.3.2) (2025-05-06)
257
-
258
- **Note:** Version bump only for package @spark-ui/components
259
-
260
- ## [10.3.1](https://github.com/leboncoin/spark-web/compare/v10.3.0...v10.3.1) (2025-05-05)
261
-
262
- **Note:** Version bump only for package @spark-ui/components
263
-
264
- # [10.3.0](https://github.com/leboncoin/spark-web/compare/v10.2.9...v10.3.0) (2025-05-05)
265
-
266
- ### Features
267
-
268
- - **components:** clear button on textarea ([6ee2313](https://github.com/leboncoin/spark-web/commit/6ee2313c2d08a8d1e6c28793e5887fb973b65e0b))
269
-
270
- ## [10.2.9](https://github.com/leboncoin/spark-web/compare/v10.2.8...v10.2.9) (2025-04-25)
271
-
272
- **Note:** Version bump only for package @spark-ui/components
273
-
274
- ## [10.2.8](https://github.com/leboncoin/spark-web/compare/v10.2.7...v10.2.8) (2025-04-25)
275
-
276
- **Note:** Version bump only for package @spark-ui/components
277
-
278
- ## [10.2.7](https://github.com/leboncoin/spark-web/compare/v10.2.6...v10.2.7) (2025-04-24)
279
-
280
- ### Bug Fixes
281
-
282
- - **components:** reverting combobox a11y to investigate why it impacts ARIA role in cypress env ([ac0e96d](https://github.com/leboncoin/spark-web/commit/ac0e96debb337c5f7e7a1ad19e48d04c035b3477))
283
-
284
- ## [10.2.6](https://github.com/leboncoin/spark-web/compare/v10.2.5...v10.2.6) (2025-04-23)
285
-
286
- ### Bug Fixes
287
-
288
- - **components:** update overlay color for dialogs ([aed9cff](https://github.com/leboncoin/spark-web/commit/aed9cff196e124cbbfe525b2b0d5c9334968653e))
289
-
290
- ## [10.2.5](https://github.com/leboncoin/spark-web/compare/v10.2.4...v10.2.5) (2025-04-16)
291
-
292
- ### Bug Fixes
293
-
294
- - **components:** disabling aria-live polite on carousel with multiple slides per page ([3c32ace](https://github.com/leboncoin/spark-web/commit/3c32ace5d1fb63f8c5a8af2e4ec224bb2584fc2f))
295
- - **components:** fixed markup of Combobox.Empty ([a0335b9](https://github.com/leboncoin/spark-web/commit/a0335b9f246907b1178b3ae66126f675ade6d11f))
296
- - **components:** removed redundant aria-haspopup from combobox ([5692b9e](https://github.com/leboncoin/spark-web/commit/5692b9e90f6797e8639ee329eb4be867bb472955))
297
-
298
- ## [10.2.4](https://github.com/leboncoin/spark-web/compare/v10.2.3...v10.2.4) (2025-04-15)
299
-
300
- ### Bug Fixes
301
-
302
- - **components:** fixed text color of input native autocomplete text ([7bcb387](https://github.com/leboncoin/spark-web/commit/7bcb3873d855193753105fde304a16493df5d62f))
303
-
304
- ## [10.2.3](https://github.com/leboncoin/spark-web/compare/v10.2.2...v10.2.3) (2025-04-13)
305
-
306
- **Note:** Version bump only for package @spark-ui/components
307
-
308
- ## [10.2.2](https://github.com/leboncoin/spark-web/compare/v10.2.1...v10.2.2) (2025-04-11)
309
-
310
- **Note:** Version bump only for package @spark-ui/components
311
-
312
- ## [10.2.1](https://github.com/leboncoin/spark-web/compare/v10.2.0...v10.2.1) (2025-04-10)
313
-
314
- ### Bug Fixes
315
-
316
- - **components:** combobox - sync async options load with input ([1f48f9e](https://github.com/leboncoin/spark-web/commit/1f48f9e69e26f886a0b1f8ace6819b98acd47b89))
317
-
318
- # [10.2.0](https://github.com/leboncoin/spark-web/compare/v10.1.1...v10.2.0) (2025-04-09)
319
-
320
- ### Features
321
-
322
- - **components:** progress - screen reader optimization ([9541840](https://github.com/leboncoin/spark-web/commit/9541840cce1acc14c39beebd8774817704f6b132))
323
-
324
- ## [10.1.1](https://github.com/leboncoin/spark-web/compare/v10.1.0...v10.1.1) (2025-04-08)
325
-
326
- ### Bug Fixes
327
-
328
- - **components:** improved tabs trigger focus speed ([71a1ef7](https://github.com/leboncoin/spark-web/commit/71a1ef75efb87100ec9e301ecf0a5ba13a62d8e3))
329
-
330
- # [10.1.0](https://github.com/leboncoin/spark-web/compare/v10.0.13...v10.1.0) (2025-04-08)
331
-
332
- ### Bug Fixes
333
-
334
- - **components:** avatar feedbacks after testing session ([4dcd7cb](https://github.com/leboncoin/spark-web/commit/4dcd7cb80b4285107877f7501794fd5dd41736c2))
335
-
336
- ### Features
337
-
338
- - **components:** avatar component ([ef7c3e2](https://github.com/leboncoin/spark-web/commit/ef7c3e2ced314d11285ad83d4cf7228028e7f781))
339
-
340
- ## [10.0.13](https://github.com/leboncoin/spark-web/compare/v10.0.12...v10.0.13) (2025-04-03)
341
-
342
- **Note:** Version bump only for package @spark-ui/components
343
-
344
- ## [10.0.12](https://github.com/leboncoin/spark-web/compare/v10.0.11...v10.0.12) (2025-04-03)
345
-
346
- **Note:** Version bump only for package @spark-ui/components
347
-
348
- ## [10.0.11](https://github.com/leboncoin/spark-web/compare/v10.0.10...v10.0.11) (2025-04-02)
349
-
350
- **Note:** Version bump only for package @spark-ui/components
351
-
352
- ## [10.0.10](https://github.com/leboncoin/spark-web/compare/v10.0.9...v10.0.10) (2025-04-02)
353
-
354
- **Note:** Version bump only for package @spark-ui/components
355
-
356
- ## [10.0.9](https://github.com/leboncoin/spark-web/compare/v10.0.8...v10.0.9) (2025-04-02)
357
-
358
- **Note:** Version bump only for package @spark-ui/components
359
-
360
- ## [10.0.8](https://github.com/leboncoin/spark-web/compare/v10.0.7...v10.0.8) (2025-04-01)
361
-
362
- **Note:** Version bump only for package @spark-ui/components
363
-
364
- ## [10.0.7](https://github.com/leboncoin/spark-web/compare/v10.0.6...v10.0.7) (2025-03-25)
365
-
366
- ### Bug Fixes
367
-
368
- - **components:** removed inherited form-field require attr from combobox ([970c956](https://github.com/leboncoin/spark-web/commit/970c956b1212c30bc6561c232c5dcbbaff6e8cec))
369
-
370
- ## [10.0.6](https://github.com/leboncoin/spark-web/compare/v10.0.5...v10.0.6) (2025-03-25)
371
-
372
- ### Bug Fixes
373
-
374
- - **hooks:** grouped hooks packages in a single package ([83397e1](https://github.com/leboncoin/spark-web/commit/83397e16cc8d2410abbd1d55296b4764728b47ad))
375
-
376
- ## [10.0.5](https://github.com/leboncoin/spark-web/compare/v10.0.4...v10.0.5) (2025-03-25)
377
-
378
- ### Bug Fixes
379
-
380
- - **components:** fixed accessible description on combobox input ([678d449](https://github.com/leboncoin/spark-web/commit/678d4491b58a097ed04d2cbd93170650655ba97b))
381
-
382
- ## [10.0.4](https://github.com/leboncoin/spark-web/compare/v10.0.3...v10.0.4) (2025-03-24)
383
-
384
- **Note:** Version bump only for package @spark-ui/components
385
-
386
- ## [10.0.3](https://github.com/leboncoin/spark-web/compare/v10.0.2...v10.0.3) (2025-03-24)
387
-
388
- ### Bug Fixes
389
-
390
- - isolate form-field code to be shared across components ([350d9a6](https://github.com/leboncoin/spark-web/commit/350d9a65afc4e8be9e6ee1c9949bb762dbd4c481))
391
-
392
- ## [10.0.2](https://github.com/leboncoin/spark-web/compare/v10.0.1...v10.0.2) (2025-03-24)
393
-
394
- ### Bug Fixes
395
-
396
- - form-field context in input components was lost after build ([ebfc456](https://github.com/leboncoin/spark-web/commit/ebfc45675f63a1b85025ecd37ff6282984eeb604))
397
-
398
- ## [10.0.1](https://github.com/leboncoin/spark-web/compare/v10.0.0...v10.0.1) (2025-03-24)
399
-
400
- **Note:** Version bump only for package @spark-ui/components
401
-
402
- # [10.0.0](https://github.com/leboncoin/spark-web/compare/v9.4.8...v10.0.0) (2025-03-24)
403
-
404
- ### Code Refactoring
405
-
406
- - grouped all components into a single package ([d521202](https://github.com/leboncoin/spark-web/commit/d5212023e4db8b88bc565deb3b6b92d23d894793))
407
-
408
- ### BREAKING CHANGES
409
-
410
- - new package is @spark-ui/components and enables individual imports by doing
411
- @spark-ui/components/button
package/global.d.ts DELETED
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- /// <reference types="react-dom" />
3
-
4
- declare global {
5
- namespace JSX {
6
- interface IntrinsicElements {
7
- [elemName: string]: any
8
- }
9
- }
10
- }
11
-
12
- export {}
package/tsconfig.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "extends": "../../tsconfig.json",
3
- "include": [".", "../../global.d.ts", "./global.d.ts"],
4
- "exclude": ["dist", "build", "node_modules"],
5
- "compilerOptions" : {
6
- "incremental": false,
7
- "jsx": "react-jsx"
8
- }
9
- }
package/tsup.config.ts DELETED
@@ -1,12 +0,0 @@
1
- import { defineConfig } from 'tsup'
2
-
3
- export default defineConfig(() => {
4
- return {
5
- entryPoints: ['src/*/index.(ts|tsx)'],
6
- format: ['cjs', 'esm'],
7
- dts: true,
8
- sourcemap: true,
9
- external: ['react', '@spark-ui/components/form-field'],
10
- noExternal: ['!@spark-ui/components/form-field'],
11
- }
12
- })