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