@spark-web/box 0.0.0-snapshot-release-20260409001813

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/CHANGELOG.md ADDED
@@ -0,0 +1,696 @@
1
+ # @spark-web/box
2
+
3
+ ## 0.0.0-snapshot-release-20260409001813
4
+
5
+ ### Patch Changes
6
+
7
+ - [#782](https://github.com/brighte-labs/spark-web/pull/782)
8
+ [`b18cf44`](https://github.com/brighte-labs/spark-web/commit/b18cf4426df1e94b005ece8d93996459dc3e41d6)
9
+ Thanks [@jacobporci-brighte](https://github.com/jacobporci-brighte)! -
10
+ **docs:** add CLAUDE.md AI context files to foundation and form packages;
11
+ patch data-table with manual sort and spinner overlay patterns
12
+
13
+ ## 6.0.0
14
+
15
+ ### Minor Changes
16
+
17
+ - [#667](https://github.com/brighte-labs/spark-web/pull/667)
18
+ [`80d9c15`](https://github.com/brighte-labs/spark-web/commit/80d9c156a40bbcd2b1a91a2d0403b3c8e9b47b4e)
19
+ Thanks [@Leo704099](https://github.com/Leo704099)! - Support react 17 to 19
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ [[`80d9c15`](https://github.com/brighte-labs/spark-web/commit/80d9c156a40bbcd2b1a91a2d0403b3c8e9b47b4e)]:
25
+ - @spark-web/theme@5.13.0
26
+ - @spark-web/utils@5.1.0
27
+
28
+ ## 5.2.2
29
+
30
+ ### Patch Changes
31
+
32
+ - [#698](https://github.com/brighte-labs/spark-web/pull/698)
33
+ [`814b373`](https://github.com/brighte-labs/spark-web/commit/814b373cbe9fcf0757738c78eef6b516624df62c)
34
+ Thanks [@michtntbrighte](https://github.com/michtntbrighte)! - Bump version
35
+
36
+ - Updated dependencies
37
+ [[`814b373`](https://github.com/brighte-labs/spark-web/commit/814b373cbe9fcf0757738c78eef6b516624df62c)]:
38
+ - @spark-web/theme@5.12.1
39
+
40
+ ## 5.2.1
41
+
42
+ ### Patch Changes
43
+
44
+ - Updated dependencies
45
+ [[`1995db7`](https://github.com/brighte-labs/spark-web/commit/1995db7f4342803732c7648ab3ca6d32442cc347)]:
46
+ - @spark-web/theme@5.12.0
47
+
48
+ ## 5.2.0
49
+
50
+ ### Minor Changes
51
+
52
+ - [#632](https://github.com/brighte-labs/spark-web/pull/632)
53
+ [`ecb2391`](https://github.com/brighte-labs/spark-web/commit/ecb23918e5994e174bb9b48accd52db940dbcbf0)
54
+ Thanks [@ralcoriza-brighte](https://github.com/ralcoriza-brighte)! - Introduce
55
+ component-level theming to TextInput component
56
+
57
+ ## 5.1.0
58
+
59
+ ### Minor Changes
60
+
61
+ - [#604](https://github.com/brighte-labs/spark-web/pull/604)
62
+ [`da80ee8`](https://github.com/brighte-labs/spark-web/commit/da80ee8a9c454c77fcb2d34b643d85201834c3f0)
63
+ Thanks [@ralcoriza-brighte](https://github.com/ralcoriza-brighte)! - Support
64
+ component-level theming for ContentDialog
65
+
66
+ Add support for components being allowed in the title prop
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies
71
+ [[`da80ee8`](https://github.com/brighte-labs/spark-web/commit/da80ee8a9c454c77fcb2d34b643d85201834c3f0)]:
72
+ - @spark-web/theme@5.10.0
73
+
74
+ ## 5.0.1
75
+
76
+ ### Patch Changes
77
+
78
+ - [#552](https://github.com/brighte-labs/spark-web/pull/552)
79
+ [`d8e6181`](https://github.com/brighte-labs/spark-web/commit/d8e6181ad5b58b3f76ac524f14f1e898ab1d6aa4)
80
+ Thanks [@chrischua-brighte](https://github.com/chrischua-brighte)! - update
81
+ theme package version
82
+
83
+ ## 5.0.0
84
+
85
+ ### Major Changes
86
+
87
+ - This release of spark-web standardises the version across all packages to be
88
+ **`v5`**, primarily signifying the switch from `@emotion/css` to
89
+ `@emotion/react` as one of the key dependencies of the entire library, in
90
+ order to support server-side rendering / SSR.
91
+
92
+ This release also introduces support for theming, to allow for more co-branded
93
+ experiences across our web applications. It also supports component-level
94
+ theming for `<Button />`, `<ButtonLink />`, and `<Checkbox />`, which provides
95
+ the capability to override the global theme available inside an application.
96
+
97
+ To use this in an application, you can wrap the affected areas with a
98
+ `ThemeProvider`:
99
+
100
+ ```
101
+ <ThemeProvider theme="pantheon">
102
+ <Input type="text" />
103
+ <Button type="submit" />
104
+ </ThemeProvider>
105
+ ```
106
+
107
+ Part of the theming capabilities includes a new theme for `spark-web` called
108
+ "pantheon", which should map with our co-branding efforts in the Pantheon
109
+ project. It currently includes a small set of colors and its corresponding
110
+ font family.
111
+
112
+ ### Patch Changes
113
+
114
+ - [#532](https://github.com/brighte-labs/spark-web/pull/532)
115
+ [`631573c`](https://github.com/brighte-labs/spark-web/commit/631573cb72981d99b9afa4ad559123f44e47b2a9)
116
+ Thanks [@ralcoriza-brighte](https://github.com/ralcoriza-brighte)! - Fix
117
+ type-related issues
118
+
119
+ - Updated dependencies
120
+ [[`631573c`](https://github.com/brighte-labs/spark-web/commit/631573cb72981d99b9afa4ad559123f44e47b2a9)]:
121
+ - @spark-web/theme@5.0.0
122
+ - @spark-web/utils@5.0.0
123
+
124
+ ## 5.0.0-rc.31
125
+
126
+ ### Patch Changes
127
+
128
+ - Fix type-related issues
129
+
130
+ - Updated dependencies []:
131
+ - @spark-web/theme@5.0.0-rc.31
132
+ - @spark-web/utils@5.0.0-rc.31
133
+
134
+ ## 5.0.0-rc.30
135
+
136
+ ### Minor Changes
137
+
138
+ - Adopt latest changes from stable main branch
139
+
140
+ ### Patch Changes
141
+
142
+ - Updated dependencies []:
143
+ - @spark-web/theme@5.0.0-rc.30
144
+ - @spark-web/utils@5.0.0-rc.30
145
+
146
+ ## 5.0.0-rc.29
147
+
148
+ ### Minor Changes
149
+
150
+ - Revise stylesheet maps to align with theme name change
151
+
152
+ ### Patch Changes
153
+
154
+ - Updated dependencies []:
155
+ - @spark-web/theme@5.0.0-rc.29
156
+ - @spark-web/utils@5.0.0-rc.29
157
+
158
+ ## 5.0.0-rc.28
159
+
160
+ ### Minor Changes
161
+
162
+ - Move fonts to theme package; Introduce Pantheon font family and stylesheet
163
+
164
+ ### Patch Changes
165
+
166
+ - Updated dependencies []:
167
+ - @spark-web/theme@5.0.0-rc.28
168
+ - @spark-web/utils@5.0.0-rc.28
169
+
170
+ ## 5.0.0-rc.27
171
+
172
+ ### Minor Changes
173
+
174
+ - Remove theme prop in button link
175
+
176
+ ### Patch Changes
177
+
178
+ - Updated dependencies []:
179
+ - @spark-web/theme@5.0.0-rc.27
180
+ - @spark-web/utils@5.0.0-rc.27
181
+
182
+ ## 5.0.0-rc.26
183
+
184
+ ### Minor Changes
185
+
186
+ - Roll back on using theme prop for component level theming; prefer using
187
+ ThemeProvider in applications instead
188
+
189
+ ### Patch Changes
190
+
191
+ - Updated dependencies []:
192
+ - @spark-web/theme@5.0.0-rc.26
193
+ - @spark-web/utils@5.0.0-rc.26
194
+
195
+ ## 5.0.0-rc.25
196
+
197
+ ### Minor Changes
198
+
199
+ - Implement checkbox tokens for test theme
200
+
201
+ ### Patch Changes
202
+
203
+ - Updated dependencies []:
204
+ - @spark-web/theme@5.0.0-rc.25
205
+ - @spark-web/utils@5.0.0-rc.25
206
+
207
+ ## 5.0.0-rc.24
208
+
209
+ ### Minor Changes
210
+
211
+ - Resolve issues with package build output
212
+
213
+ ### Patch Changes
214
+
215
+ - Updated dependencies []:
216
+ - @spark-web/theme@5.0.0-rc.24
217
+ - @spark-web/utils@5.0.0-rc.24
218
+
219
+ ## 2.0.0-rc.21
220
+
221
+ ### Minor Changes
222
+
223
+ - Introduce global theming provider to set global default theme
224
+
225
+ ### Patch Changes
226
+
227
+ - Updated dependencies []:
228
+ - @spark-web/theme@4.0.0-rc.21
229
+ - @spark-web/utils@2.0.0-rc.21
230
+
231
+ ## 2.0.0-rc.20
232
+
233
+ ### Minor Changes
234
+
235
+ - Support for component-level theming; button-level theming
236
+
237
+ ### Patch Changes
238
+
239
+ - Updated dependencies []:
240
+ - @spark-web/theme@4.0.0-rc.20
241
+ - @spark-web/utils@2.0.0-rc.20
242
+
243
+ ## 2.0.0-rc.19
244
+
245
+ ### Major Changes
246
+
247
+ - test
248
+
249
+ ### Patch Changes
250
+
251
+ - Updated dependencies []:
252
+ - @spark-web/theme@4.0.0-rc.19
253
+ - @spark-web/utils@2.0.0-rc.19
254
+
255
+ ## 2.0.0-rc.18
256
+
257
+ ### Major Changes
258
+
259
+ - tests
260
+
261
+ ### Patch Changes
262
+
263
+ - Updated dependencies []:
264
+ - @spark-web/theme@4.0.0-rc.18
265
+ - @spark-web/utils@2.0.0-rc.18
266
+
267
+ ## 2.0.0-rc.17
268
+
269
+ ### Major Changes
270
+
271
+ - test
272
+
273
+ ### Patch Changes
274
+
275
+ - Updated dependencies []:
276
+ - @spark-web/theme@4.0.0-rc.17
277
+ - @spark-web/utils@2.0.0-rc.17
278
+
279
+ ## 2.0.0-rc.16
280
+
281
+ ### Major Changes
282
+
283
+ - test
284
+
285
+ ### Patch Changes
286
+
287
+ - Updated dependencies []:
288
+ - @spark-web/theme@4.0.0-rc.16
289
+ - @spark-web/utils@2.0.0-rc.16
290
+
291
+ ## 2.0.0-rc.15
292
+
293
+ ### Major Changes
294
+
295
+ - test
296
+
297
+ ### Patch Changes
298
+
299
+ - Updated dependencies []:
300
+ - @spark-web/theme@4.0.0-rc.15
301
+ - @spark-web/utils@2.0.0-rc.15
302
+
303
+ ## 2.0.0-rc.14
304
+
305
+ ### Major Changes
306
+
307
+ - test
308
+
309
+ ### Patch Changes
310
+
311
+ - Updated dependencies []:
312
+ - @spark-web/theme@4.0.0-rc.14
313
+ - @spark-web/utils@2.0.0-rc.14
314
+
315
+ ## 2.0.0-rc.13
316
+
317
+ ### Major Changes
318
+
319
+ - test
320
+
321
+ ### Patch Changes
322
+
323
+ - Updated dependencies []:
324
+ - @spark-web/theme@4.0.0-rc.13
325
+ - @spark-web/utils@2.0.0-rc.13
326
+
327
+ ## 2.0.0-rc.12
328
+
329
+ ### Major Changes
330
+
331
+ - test
332
+
333
+ ### Patch Changes
334
+
335
+ - Updated dependencies []:
336
+ - @spark-web/theme@4.0.0-rc.12
337
+ - @spark-web/utils@2.0.0-rc.12
338
+
339
+ ## 2.0.0-rc.11
340
+
341
+ ### Major Changes
342
+
343
+ - test
344
+
345
+ ### Patch Changes
346
+
347
+ - Updated dependencies []:
348
+ - @spark-web/theme@4.0.0-rc.11
349
+ - @spark-web/utils@2.0.0-rc.11
350
+
351
+ ## 2.0.0-rc.10
352
+
353
+ ### Major Changes
354
+
355
+ - test
356
+
357
+ ### Patch Changes
358
+
359
+ - Updated dependencies []:
360
+ - @spark-web/theme@4.0.0-rc.10
361
+ - @spark-web/utils@2.0.0-rc.10
362
+
363
+ ## 2.0.0-rc.9
364
+
365
+ ### Major Changes
366
+
367
+ - test
368
+
369
+ ### Patch Changes
370
+
371
+ - Updated dependencies []:
372
+ - @spark-web/theme@4.0.0-rc.9
373
+ - @spark-web/utils@2.0.0-rc.9
374
+
375
+ ## 2.0.0-rc.8
376
+
377
+ ### Major Changes
378
+
379
+ - test
380
+
381
+ ### Patch Changes
382
+
383
+ - Updated dependencies []:
384
+ - @spark-web/theme@4.0.0-rc.8
385
+ - @spark-web/utils@2.0.0-rc.8
386
+
387
+ ## 2.0.0-rc.7
388
+
389
+ ### Major Changes
390
+
391
+ - test
392
+
393
+ ### Patch Changes
394
+
395
+ - Updated dependencies []:
396
+ - @spark-web/theme@4.0.0-rc.7
397
+ - @spark-web/utils@2.0.0-rc.7
398
+
399
+ ## 2.0.0-rc.6
400
+
401
+ ### Major Changes
402
+
403
+ - test
404
+
405
+ ### Patch Changes
406
+
407
+ - Updated dependencies []:
408
+ - @spark-web/theme@4.0.0-rc.6
409
+ - @spark-web/utils@2.0.0-rc.6
410
+
411
+ ## 2.0.0-rc.5
412
+
413
+ ### Major Changes
414
+
415
+ - test
416
+
417
+ ### Patch Changes
418
+
419
+ - Updated dependencies []:
420
+ - @spark-web/theme@4.0.0-rc.5
421
+ - @spark-web/utils@2.0.0-rc.5
422
+
423
+ ## 2.0.0-rc.4
424
+
425
+ ### Major Changes
426
+
427
+ - bug
428
+
429
+ ### Patch Changes
430
+
431
+ - Updated dependencies []:
432
+ - @spark-web/theme@4.0.0-rc.4
433
+ - @spark-web/utils@2.0.0-rc.4
434
+
435
+ ## 2.0.0-rc.3
436
+
437
+ ### Major Changes
438
+
439
+ - upgrade package
440
+
441
+ ### Patch Changes
442
+
443
+ - Updated dependencies []:
444
+ - @spark-web/theme@4.0.0-rc.3
445
+ - @spark-web/utils@2.0.0-rc.3
446
+
447
+ ## 2.0.0-rc.2
448
+
449
+ ### Major Changes
450
+
451
+ - add parser
452
+
453
+ ### Patch Changes
454
+
455
+ - Updated dependencies []:
456
+ - @spark-web/theme@4.0.0-rc.2
457
+ - @spark-web/utils@2.0.0-rc.2
458
+
459
+ ## 2.0.0-rc.1
460
+
461
+ ### Major Changes
462
+
463
+ - rc
464
+
465
+ ### Patch Changes
466
+
467
+ - Updated dependencies []:
468
+ - @spark-web/theme@4.0.0-rc.1
469
+ - @spark-web/utils@2.0.0-rc.1
470
+
471
+ ## 2.0.0-rc.0
472
+
473
+ ### Major Changes
474
+
475
+ - rc versio
476
+
477
+ ### Patch Changes
478
+
479
+ - Updated dependencies []:
480
+ - @spark-web/theme@4.0.0-rc.0
481
+ - @spark-web/utils@2.0.0-rc.0
482
+
483
+ ## 1.2.1
484
+
485
+ ### Patch Changes
486
+
487
+ - [#492](https://github.com/brighte-labs/spark-web/pull/492)
488
+ [`58fc72d`](https://github.com/brighte-labs/spark-web/commit/58fc72d1c8db542a827c0d33344911cfed4e4d16)
489
+ Thanks [@peterp-brighte](https://github.com/peterp-brighte)! - fix reset for
490
+ sup
491
+
492
+ - Updated dependencies
493
+ [[`58fc72d`](https://github.com/brighte-labs/spark-web/commit/58fc72d1c8db542a827c0d33344911cfed4e4d16)]:
494
+ - @spark-web/utils@1.3.1
495
+
496
+ ## 1.2.0
497
+
498
+ ### Minor Changes
499
+
500
+ - [#382](https://github.com/brighte-labs/spark-web/pull/382)
501
+ [`955bf5d`](https://github.com/brighte-labs/spark-web/commit/955bf5d7698bfdf45e7f317aa3e726c81d3444c0)
502
+ Thanks [@dilipt-brighte](https://github.com/dilipt-brighte)! - Updates React
503
+ version to latest (18.2.0)
504
+
505
+ ### Patch Changes
506
+
507
+ - Updated dependencies
508
+ [[`955bf5d`](https://github.com/brighte-labs/spark-web/commit/955bf5d7698bfdf45e7f317aa3e726c81d3444c0)]:
509
+ - @spark-web/theme@3.2.0
510
+ - @spark-web/utils@1.3.0
511
+
512
+ ## 1.1.0
513
+
514
+ ### Minor Changes
515
+
516
+ - [#234](https://github.com/brighte-labs/spark-web/pull/234)
517
+ [`adc5e9e`](https://github.com/brighte-labs/spark-web/commit/adc5e9e6c99acd117f3261edcefdb5573132441b)
518
+ Thanks [@justinnhan](https://github.com/justinnhan)! - Implemented single
519
+ direction border prop for box component
520
+
521
+ ### Patch Changes
522
+
523
+ - [#246](https://github.com/brighte-labs/spark-web/pull/246)
524
+ [`de99b9c`](https://github.com/brighte-labs/spark-web/commit/de99b9c7f72373bd1902cf67f5cfec9a1e1db01c)
525
+ Thanks [@lukebennett88](https://github.com/lukebennett88)! - Remove
526
+ destructuring from theme object
527
+
528
+ - [#218](https://github.com/brighte-labs/spark-web/pull/218)
529
+ [`6fc8d1b`](https://github.com/brighte-labs/spark-web/commit/6fc8d1bc37e25d0cd622bc37f68a1d92eb5961b5)
530
+ Thanks [@nderkim](https://github.com/nderkim)! - Rename files to kebab case
531
+
532
+ - [#222](https://github.com/brighte-labs/spark-web/pull/222)
533
+ [`7f93c45`](https://github.com/brighte-labs/spark-web/commit/7f93c45bbae8c765e10df9d0dd7615473797749b)
534
+ Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update
535
+ dependencies
536
+
537
+ - [#242](https://github.com/brighte-labs/spark-web/pull/242)
538
+ [`6df05f7`](https://github.com/brighte-labs/spark-web/commit/6df05f764e4181c140d6547d6b897d0210468f6a)
539
+ Thanks [@lukebennett88](https://github.com/lukebennett88)! - - Add homepage
540
+ and repository keys to package.json
541
+ - Add CHANGELOG and README to files key in package.json
542
+ - Updated dependencies
543
+ [[`6fc8d1b`](https://github.com/brighte-labs/spark-web/commit/6fc8d1bc37e25d0cd622bc37f68a1d92eb5961b5),
544
+ [`7f93c45`](https://github.com/brighte-labs/spark-web/commit/7f93c45bbae8c765e10df9d0dd7615473797749b),
545
+ [`62f7de8`](https://github.com/brighte-labs/spark-web/commit/62f7de8a2e1df5ae088c093d3acdaa868d3f61fe),
546
+ [`6df05f7`](https://github.com/brighte-labs/spark-web/commit/6df05f764e4181c140d6547d6b897d0210468f6a)]:
547
+ - @spark-web/theme@3.1.0
548
+ - @spark-web/utils@1.2.3
549
+
550
+ ## 1.0.9
551
+
552
+ ### Patch Changes
553
+
554
+ - [#208](https://github.com/brighte-labs/spark-web/pull/208)
555
+ [`1ea26ef`](https://github.com/brighte-labs/spark-web/commit/1ea26ef04a3b45875ed0dd2326eeab1fbe1e4bc5)
556
+ Thanks [@lukebennett88](https://github.com/lukebennett88)! - Lower required
557
+ node version
558
+
559
+ - Updated dependencies
560
+ [[`1ea26ef`](https://github.com/brighte-labs/spark-web/commit/1ea26ef04a3b45875ed0dd2326eeab1fbe1e4bc5)]:
561
+ - @spark-web/theme@3.0.6
562
+ - @spark-web/utils@1.2.2
563
+
564
+ ## 1.0.8
565
+
566
+ ### Patch Changes
567
+
568
+ - [#197](https://github.com/brighte-labs/spark-web/pull/197)
569
+ [`94016d8`](https://github.com/brighte-labs/spark-web/commit/94016d84e26bbe55833bbcbab847a2cce6041538)
570
+ Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update packages
571
+
572
+ - Updated dependencies
573
+ [[`94016d8`](https://github.com/brighte-labs/spark-web/commit/94016d84e26bbe55833bbcbab847a2cce6041538)]:
574
+ - @spark-web/theme@3.0.5
575
+ - @spark-web/utils@1.2.1
576
+
577
+ ## 1.0.7
578
+
579
+ ### Patch Changes
580
+
581
+ - [#173](https://github.com/brighte-labs/spark-web/pull/173)
582
+ [`90b7e9c`](https://github.com/brighte-labs/spark-web/commit/90b7e9cf4eb7e864d765c74b22c3dedf3d262e25)
583
+ Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update babel
584
+ dependency
585
+
586
+ - Updated dependencies
587
+ [[`90b7e9c`](https://github.com/brighte-labs/spark-web/commit/90b7e9cf4eb7e864d765c74b22c3dedf3d262e25),
588
+ [`c3867af`](https://github.com/brighte-labs/spark-web/commit/c3867af7b77dfae3580ab63a5d5c9e8452f2da62)]:
589
+ - @spark-web/theme@3.0.3
590
+ - @spark-web/utils@1.2.0
591
+
592
+ ## 1.0.6
593
+
594
+ ### Patch Changes
595
+
596
+ - [#167](https://github.com/brighte-labs/spark-web/pull/167)
597
+ [`4f79350`](https://github.com/brighte-labs/spark-web/commit/4f793508fdb43ddd452f0d59a3126101f9fa5459)
598
+ Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update Babel
599
+
600
+ - Updated dependencies
601
+ [[`4f79350`](https://github.com/brighte-labs/spark-web/commit/4f793508fdb43ddd452f0d59a3126101f9fa5459),
602
+ [`60f7281`](https://github.com/brighte-labs/spark-web/commit/60f7281c4a194d934a2ce561cad47e737b0fb48e)]:
603
+ - @spark-web/theme@3.0.2
604
+ - @spark-web/utils@1.1.5
605
+
606
+ ## 1.0.5
607
+
608
+ ### Patch Changes
609
+
610
+ - [#113](https://github.com/brighte-labs/spark-web/pull/113)
611
+ [`156236d`](https://github.com/brighte-labs/spark-web/commit/156236d2474aee66a0b8e2030635f9c08a5b78ba)
612
+ Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update
613
+ dependencies
614
+
615
+ - Updated dependencies
616
+ [[`156236d`](https://github.com/brighte-labs/spark-web/commit/156236d2474aee66a0b8e2030635f9c08a5b78ba)]:
617
+ - @spark-web/theme@3.0.1
618
+ - @spark-web/utils@1.1.3
619
+
620
+ ## 1.0.4
621
+
622
+ ### Patch Changes
623
+
624
+ - [#52](https://github.com/brighte-labs/spark-web/pull/52)
625
+ [`82ab744`](https://github.com/brighte-labs/spark-web/commit/82ab744f198466810f3386bc459b8ab4d57c820e)
626
+ Thanks [@lukebennett88](https://github.com/lukebennett88)! - Add files array
627
+ to package.json files
628
+
629
+ * [#84](https://github.com/brighte-labs/spark-web/pull/84)
630
+ [`df618d9`](https://github.com/brighte-labs/spark-web/commit/df618d92d534e06f06ecedc95ea6bdd51cdc906b)
631
+ Thanks [@ChristopherMitchell242](https://github.com/ChristopherMitchell242)! -
632
+ Data attribute added to component props to allow consumers to attach custom
633
+ attributes to components
634
+ * Updated dependencies
635
+ [[`182a53a`](https://github.com/brighte-labs/spark-web/commit/182a53a484892df48754e89dd714459a7f69fcff),
636
+ [`82ab744`](https://github.com/brighte-labs/spark-web/commit/82ab744f198466810f3386bc459b8ab4d57c820e)]:
637
+ - @spark-web/theme@3.0.0
638
+ - @spark-web/utils@1.1.2
639
+
640
+ ## 1.0.3
641
+
642
+ ### Patch Changes
643
+
644
+ - [#42](https://github.com/brighte-labs/spark-web/pull/42)
645
+ [`435779a`](https://github.com/brighte-labs/spark-web/commit/435779aa42bd635bbf43e1fd41724c666402caa2)
646
+ Thanks [@lukebennett88](https://github.com/lukebennett88)! - Prevent multiple
647
+ versions of React
648
+
649
+ - Updated dependencies
650
+ [[`435779a`](https://github.com/brighte-labs/spark-web/commit/435779aa42bd635bbf43e1fd41724c666402caa2)]:
651
+ - @spark-web/theme@2.0.2
652
+ - @spark-web/utils@1.1.1
653
+
654
+ ## 1.0.2
655
+
656
+ ### Patch Changes
657
+
658
+ - [#40](https://github.com/brighte-labs/spark-web/pull/40)
659
+ [`062c8ab`](https://github.com/brighte-labs/spark-web/commit/062c8ab8c7b4120f8d14c269b5f7801288c678ca)
660
+ Thanks [@lukebennett88](https://github.com/lukebennett88)! - Add
661
+ @babel/transform-runtime
662
+
663
+ - Updated dependencies
664
+ [[`062c8ab`](https://github.com/brighte-labs/spark-web/commit/062c8ab8c7b4120f8d14c269b5f7801288c678ca)]:
665
+ - @spark-web/theme@2.0.1
666
+ - @spark-web/utils@1.0.2
667
+
668
+ ## 1.0.1
669
+
670
+ ### Patch Changes
671
+
672
+ - [#36](https://github.com/brighte-labs/spark-web/pull/36)
673
+ [`8546f8f`](https://github.com/brighte-labs/spark-web/commit/8546f8f05daaa79ea3ff954c6c4928a7a2d0622d)
674
+ Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update Babel
675
+ config
676
+
677
+ - Updated dependencies
678
+ [[`aebff30`](https://github.com/brighte-labs/spark-web/commit/aebff30c86cb0a9db22b545c46159ce0d1c14afb),
679
+ [`8546f8f`](https://github.com/brighte-labs/spark-web/commit/8546f8f05daaa79ea3ff954c6c4928a7a2d0622d)]:
680
+ - @spark-web/theme@2.0.0
681
+ - @spark-web/utils@1.0.1
682
+
683
+ ## 1.0.0
684
+
685
+ ### Major Changes
686
+
687
+ - [#27](https://github.com/brighte-labs/spark-web/pull/27)
688
+ [`4c8e398`](https://github.com/brighte-labs/spark-web/commit/4c8e3988f8a59d3dab60a6b67b1128b6ff2a5f2c)
689
+ Thanks [@JedWatson](https://github.com/JedWatson)! - Initial Version
690
+
691
+ ### Patch Changes
692
+
693
+ - Updated dependencies
694
+ [[`4c8e398`](https://github.com/brighte-labs/spark-web/commit/4c8e3988f8a59d3dab60a6b67b1128b6ff2a5f2c)]:
695
+ - @spark-web/theme@1.0.0
696
+ - @spark-web/utils@1.0.0