@ornikar/bumper 3.9.0 → 3.9.1

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 (79) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/definitions/system/content/typography/Typography.d.ts.map +1 -1
  3. package/dist/index-metro.es.android.js +1 -0
  4. package/dist/index-metro.es.android.js.map +1 -1
  5. package/dist/index-metro.es.ios.js +1 -0
  6. package/dist/index-metro.es.ios.js.map +1 -1
  7. package/dist/index-node-22.22.cjs.js +1 -0
  8. package/dist/index-node-22.22.cjs.js.map +1 -1
  9. package/dist/index-node-22.22.cjs.web.js +1 -0
  10. package/dist/index-node-22.22.cjs.web.js.map +1 -1
  11. package/dist/index-node-22.22.es.mjs +1 -0
  12. package/dist/index-node-22.22.es.mjs.map +1 -1
  13. package/dist/index-node-22.22.es.web.mjs +1 -0
  14. package/dist/index-node-22.22.es.web.mjs.map +1 -1
  15. package/dist/index.es.js +1 -0
  16. package/dist/index.es.js.map +1 -1
  17. package/dist/index.es.web.js +1 -0
  18. package/dist/index.es.web.js.map +1 -1
  19. package/dist/tsbuildinfo +1 -1
  20. package/package.json +1 -1
  21. package/src/system/actions/Button/__snapshots__/Button.features.stories.tsx.snap +46 -0
  22. package/src/system/actions/Button/__snapshots__/Button.stories.tsx.snap +1 -0
  23. package/src/system/actions/Button/__snapshots_web__/Button.features.stories.tsx.snap +46 -46
  24. package/src/system/actions/Button/__snapshots_web__/Button.stories.tsx.snap +1 -1
  25. package/src/system/actions/IconButton/__snapshots__/IconButton.features.stories.tsx.snap +3 -0
  26. package/src/system/actions/IconButton/__snapshots_web__/IconButton.features.stories.tsx.snap +3 -3
  27. package/src/system/content/icon/__snapshots__/Icon.features.stories.tsx.snap +13 -0
  28. package/src/system/content/icon/__snapshots_web__/Icon.features.stories.tsx.snap +13 -13
  29. package/src/system/content/typography/Typography.tsx +1 -0
  30. package/src/system/content/typography/__snapshots__/Typography.features.stories.tsx.snap +47 -0
  31. package/src/system/content/typography/__snapshots__/Typography.stories.tsx.snap +1 -0
  32. package/src/system/content/typography/__snapshots__/TypographyIcon.features.stories.tsx.snap +26 -0
  33. package/src/system/content/typography/__snapshots__/TypographyLink.features.stories.tsx.snap +18 -0
  34. package/src/system/content/typography/__snapshots__/TypographyLink.stories.tsx.snap +1 -0
  35. package/src/system/content/typography/__snapshots_web__/Typography.features.stories.tsx.snap +47 -47
  36. package/src/system/content/typography/__snapshots_web__/Typography.stories.tsx.snap +1 -1
  37. package/src/system/content/typography/__snapshots_web__/TypographyIcon.features.stories.tsx.snap +26 -26
  38. package/src/system/content/typography/__snapshots_web__/TypographyLink.features.stories.tsx.snap +18 -18
  39. package/src/system/content/typography/__snapshots_web__/TypographyLink.stories.tsx.snap +1 -1
  40. package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.features.stories.tsx.snap +47 -0
  41. package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.stories.tsx.snap +10 -0
  42. package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.features.stories.tsx.snap +47 -47
  43. package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.stories.tsx.snap +10 -10
  44. package/src/system/core/primitives/__snapshots__/Center.features.stories.tsx.snap +4 -0
  45. package/src/system/core/primitives/__snapshots__/Center.stories.tsx.snap +1 -0
  46. package/src/system/core/primitives/__snapshots__/Pressable.features.stories.tsx.snap +10 -0
  47. package/src/system/core/primitives/__snapshots__/Pressable.stories.tsx.snap +1 -0
  48. package/src/system/core/primitives/__snapshots__/Stack.features.stories.tsx.snap +36 -0
  49. package/src/system/core/primitives/__snapshots__/Stack.stories.tsx.snap +3 -0
  50. package/src/system/core/primitives/__snapshots__/View.features.stories.tsx.snap +63 -0
  51. package/src/system/core/primitives/__snapshots_web__/Center.features.stories.tsx.snap +4 -4
  52. package/src/system/core/primitives/__snapshots_web__/Center.stories.tsx.snap +1 -1
  53. package/src/system/core/primitives/__snapshots_web__/Pressable.features.stories.tsx.snap +10 -10
  54. package/src/system/core/primitives/__snapshots_web__/Pressable.stories.tsx.snap +1 -1
  55. package/src/system/core/primitives/__snapshots_web__/Stack.features.stories.tsx.snap +36 -36
  56. package/src/system/core/primitives/__snapshots_web__/Stack.stories.tsx.snap +3 -3
  57. package/src/system/core/primitives/__snapshots_web__/View.features.stories.tsx.snap +63 -63
  58. package/src/system/core/themes/light/__snapshots__/light.stories.tsx.snap +147 -0
  59. package/src/system/core/themes/light/__snapshots_web__/light.stories.tsx.snap +147 -147
  60. package/src/system/core/tokens/__snapshots__/breakpoints.stories.tsx.snap +11 -0
  61. package/src/system/core/tokens/__snapshots__/bumperIcon.stories.tsx.snap +7 -0
  62. package/src/system/core/tokens/__snapshots__/fonts.stories.tsx.snap +67 -0
  63. package/src/system/core/tokens/__snapshots__/radius.stories.tsx.snap +11 -0
  64. package/src/system/core/tokens/__snapshots__/size.stories.tsx.snap +25 -0
  65. package/src/system/core/tokens/__snapshots__/space.stories.tsx.snap +52 -0
  66. package/src/system/core/tokens/__snapshots_web__/breakpoints.stories.tsx.snap +11 -11
  67. package/src/system/core/tokens/__snapshots_web__/bumperIcon.stories.tsx.snap +7 -7
  68. package/src/system/core/tokens/__snapshots_web__/fonts.stories.tsx.snap +67 -67
  69. package/src/system/core/tokens/__snapshots_web__/radius.stories.tsx.snap +11 -11
  70. package/src/system/core/tokens/__snapshots_web__/size.stories.tsx.snap +25 -25
  71. package/src/system/core/tokens/__snapshots_web__/space.stories.tsx.snap +52 -52
  72. package/src/system/core/tokens/palettes/__snapshots__/deepPurpleColorPalette.stories.tsx.snap +137 -0
  73. package/src/system/core/tokens/palettes/__snapshots_web__/deepPurpleColorPalette.stories.tsx.snap +137 -137
  74. package/src/system/dataDisplays/Badge/__snapshots__/Badge.features.stories.tsx.snap +8 -0
  75. package/src/system/dataDisplays/Badge/__snapshots__/Badge.stories.tsx.snap +1 -0
  76. package/src/system/dataDisplays/Badge/__snapshots_web__/Badge.features.stories.tsx.snap +8 -8
  77. package/src/system/dataDisplays/Badge/__snapshots_web__/Badge.stories.tsx.snap +1 -1
  78. package/src/system/loading/loader/__snapshots__/Loader.features.stories.tsx.snap +2 -0
  79. package/src/system/loading/loader/__snapshots_web__/Loader.features.stories.tsx.snap +2 -2
@@ -28,6 +28,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
28
28
  "fontSize": 16,
29
29
  "letterSpacing": 0.3,
30
30
  "lineHeight": 24,
31
+ "textAlign": "left",
31
32
  }
32
33
  }
33
34
  suppressHighlighting={true}
@@ -66,6 +67,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
66
67
  "fontSize": 14,
67
68
  "letterSpacing": 0.3,
68
69
  "lineHeight": 20,
70
+ "textAlign": "left",
69
71
  }
70
72
  }
71
73
  suppressHighlighting={true}
@@ -88,6 +90,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
88
90
  "fontSize": 14,
89
91
  "letterSpacing": 0.3,
90
92
  "lineHeight": 20,
93
+ "textAlign": "left",
91
94
  }
92
95
  }
93
96
  suppressHighlighting={true}
@@ -142,6 +145,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
142
145
  "fontSize": 14,
143
146
  "letterSpacing": 0.3,
144
147
  "lineHeight": 20,
148
+ "textAlign": "left",
145
149
  }
146
150
  }
147
151
  suppressHighlighting={true}
@@ -164,6 +168,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
164
168
  "fontSize": 14,
165
169
  "letterSpacing": 0.3,
166
170
  "lineHeight": 20,
171
+ "textAlign": "left",
167
172
  }
168
173
  }
169
174
  suppressHighlighting={true}
@@ -218,6 +223,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
218
223
  "fontSize": 14,
219
224
  "letterSpacing": 0.3,
220
225
  "lineHeight": 20,
226
+ "textAlign": "left",
221
227
  }
222
228
  }
223
229
  suppressHighlighting={true}
@@ -240,6 +246,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
240
246
  "fontSize": 14,
241
247
  "letterSpacing": 0.3,
242
248
  "lineHeight": 20,
249
+ "textAlign": "left",
243
250
  }
244
251
  }
245
252
  suppressHighlighting={true}
@@ -294,6 +301,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
294
301
  "fontSize": 14,
295
302
  "letterSpacing": 0.3,
296
303
  "lineHeight": 20,
304
+ "textAlign": "left",
297
305
  }
298
306
  }
299
307
  suppressHighlighting={true}
@@ -316,6 +324,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
316
324
  "fontSize": 14,
317
325
  "letterSpacing": 0.3,
318
326
  "lineHeight": 20,
327
+ "textAlign": "left",
319
328
  }
320
329
  }
321
330
  suppressHighlighting={true}
@@ -370,6 +379,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
370
379
  "fontSize": 14,
371
380
  "letterSpacing": 0.3,
372
381
  "lineHeight": 20,
382
+ "textAlign": "left",
373
383
  }
374
384
  }
375
385
  suppressHighlighting={true}
@@ -392,6 +402,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
392
402
  "fontSize": 14,
393
403
  "letterSpacing": 0.3,
394
404
  "lineHeight": 20,
405
+ "textAlign": "left",
395
406
  }
396
407
  }
397
408
  suppressHighlighting={true}
@@ -28,6 +28,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
28
28
  "fontSize": 16,
29
29
  "letterSpacing": 0.3,
30
30
  "lineHeight": 24,
31
+ "textAlign": "left",
31
32
  }
32
33
  }
33
34
  suppressHighlighting={true}
@@ -66,6 +67,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
66
67
  "fontSize": 14,
67
68
  "letterSpacing": 0.3,
68
69
  "lineHeight": 20,
70
+ "textAlign": "left",
69
71
  }
70
72
  }
71
73
  suppressHighlighting={true}
@@ -89,6 +91,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
89
91
  "fontSize": 14,
90
92
  "letterSpacing": 0.3,
91
93
  "lineHeight": 20,
94
+ "textAlign": "left",
92
95
  }
93
96
  }
94
97
  suppressHighlighting={true}
@@ -134,6 +137,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
134
137
  "fontSize": 14,
135
138
  "letterSpacing": 0.3,
136
139
  "lineHeight": 20,
140
+ "textAlign": "left",
137
141
  }
138
142
  }
139
143
  suppressHighlighting={true}
@@ -157,6 +161,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
157
161
  "fontSize": 14,
158
162
  "letterSpacing": 0.3,
159
163
  "lineHeight": 20,
164
+ "textAlign": "left",
160
165
  }
161
166
  }
162
167
  suppressHighlighting={true}
@@ -202,6 +207,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
202
207
  "fontSize": 14,
203
208
  "letterSpacing": 0.3,
204
209
  "lineHeight": 20,
210
+ "textAlign": "left",
205
211
  }
206
212
  }
207
213
  suppressHighlighting={true}
@@ -225,6 +231,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
225
231
  "fontSize": 14,
226
232
  "letterSpacing": 0.3,
227
233
  "lineHeight": 20,
234
+ "textAlign": "left",
228
235
  }
229
236
  }
230
237
  suppressHighlighting={true}
@@ -28,6 +28,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
28
28
  "fontSize": 16,
29
29
  "letterSpacing": 0.3,
30
30
  "lineHeight": 24,
31
+ "textAlign": "left",
31
32
  }
32
33
  }
33
34
  suppressHighlighting={true}
@@ -66,6 +67,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
66
67
  "fontSize": 14,
67
68
  "letterSpacing": 0.3,
68
69
  "lineHeight": 20,
70
+ "textAlign": "left",
69
71
  }
70
72
  }
71
73
  suppressHighlighting={true}
@@ -88,6 +90,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
88
90
  "fontSize": 12,
89
91
  "letterSpacing": 0.3,
90
92
  "lineHeight": 16,
93
+ "textAlign": "left",
91
94
  }
92
95
  }
93
96
  suppressHighlighting={true}
@@ -106,6 +109,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
106
109
  "fontSize": 56,
107
110
  "letterSpacing": 0,
108
111
  "lineHeight": 64,
112
+ "textAlign": "left",
109
113
  }
110
114
  }
111
115
  suppressHighlighting={true}
@@ -137,6 +141,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
137
141
  "fontSize": 14,
138
142
  "letterSpacing": 0.3,
139
143
  "lineHeight": 20,
144
+ "textAlign": "left",
140
145
  }
141
146
  }
142
147
  suppressHighlighting={true}
@@ -159,6 +164,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
159
164
  "fontSize": 12,
160
165
  "letterSpacing": 0.3,
161
166
  "lineHeight": 16,
167
+ "textAlign": "left",
162
168
  }
163
169
  }
164
170
  suppressHighlighting={true}
@@ -177,6 +183,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
177
183
  "fontSize": 48,
178
184
  "letterSpacing": 0,
179
185
  "lineHeight": 56,
186
+ "textAlign": "left",
180
187
  }
181
188
  }
182
189
  suppressHighlighting={true}
@@ -208,6 +215,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
208
215
  "fontSize": 14,
209
216
  "letterSpacing": 0.3,
210
217
  "lineHeight": 20,
218
+ "textAlign": "left",
211
219
  }
212
220
  }
213
221
  suppressHighlighting={true}
@@ -230,6 +238,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
230
238
  "fontSize": 12,
231
239
  "letterSpacing": 0.3,
232
240
  "lineHeight": 16,
241
+ "textAlign": "left",
233
242
  }
234
243
  }
235
244
  suppressHighlighting={true}
@@ -248,6 +257,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
248
257
  "fontSize": 38,
249
258
  "letterSpacing": 0,
250
259
  "lineHeight": 44,
260
+ "textAlign": "left",
251
261
  }
252
262
  }
253
263
  suppressHighlighting={true}
@@ -279,6 +289,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
279
289
  "fontSize": 14,
280
290
  "letterSpacing": 0.3,
281
291
  "lineHeight": 20,
292
+ "textAlign": "left",
282
293
  }
283
294
  }
284
295
  suppressHighlighting={true}
@@ -301,6 +312,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
301
312
  "fontSize": 12,
302
313
  "letterSpacing": 0.3,
303
314
  "lineHeight": 16,
315
+ "textAlign": "left",
304
316
  }
305
317
  }
306
318
  suppressHighlighting={true}
@@ -319,6 +331,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
319
331
  "fontSize": 28,
320
332
  "letterSpacing": 0,
321
333
  "lineHeight": 32,
334
+ "textAlign": "left",
322
335
  }
323
336
  }
324
337
  suppressHighlighting={true}
@@ -350,6 +363,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
350
363
  "fontSize": 14,
351
364
  "letterSpacing": 0.3,
352
365
  "lineHeight": 20,
366
+ "textAlign": "left",
353
367
  }
354
368
  }
355
369
  suppressHighlighting={true}
@@ -372,6 +386,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
372
386
  "fontSize": 12,
373
387
  "letterSpacing": 0.3,
374
388
  "lineHeight": 16,
389
+ "textAlign": "left",
375
390
  }
376
391
  }
377
392
  suppressHighlighting={true}
@@ -390,6 +405,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
390
405
  "fontSize": 24,
391
406
  "letterSpacing": 0,
392
407
  "lineHeight": 28,
408
+ "textAlign": "left",
393
409
  }
394
410
  }
395
411
  suppressHighlighting={true}
@@ -421,6 +437,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
421
437
  "fontSize": 14,
422
438
  "letterSpacing": 0.3,
423
439
  "lineHeight": 20,
440
+ "textAlign": "left",
424
441
  }
425
442
  }
426
443
  suppressHighlighting={true}
@@ -443,6 +460,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
443
460
  "fontSize": 12,
444
461
  "letterSpacing": 0.3,
445
462
  "lineHeight": 16,
463
+ "textAlign": "left",
446
464
  }
447
465
  }
448
466
  suppressHighlighting={true}
@@ -461,6 +479,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
461
479
  "fontSize": 20,
462
480
  "letterSpacing": 0,
463
481
  "lineHeight": 24,
482
+ "textAlign": "left",
464
483
  }
465
484
  }
466
485
  suppressHighlighting={true}
@@ -492,6 +511,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
492
511
  "fontSize": 14,
493
512
  "letterSpacing": 0.3,
494
513
  "lineHeight": 20,
514
+ "textAlign": "left",
495
515
  }
496
516
  }
497
517
  suppressHighlighting={true}
@@ -514,6 +534,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
514
534
  "fontSize": 12,
515
535
  "letterSpacing": 0.3,
516
536
  "lineHeight": 16,
537
+ "textAlign": "left",
517
538
  }
518
539
  }
519
540
  suppressHighlighting={true}
@@ -532,6 +553,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
532
553
  "fontSize": 16,
533
554
  "letterSpacing": 0,
534
555
  "lineHeight": 20,
556
+ "textAlign": "left",
535
557
  }
536
558
  }
537
559
  suppressHighlighting={true}
@@ -563,6 +585,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
563
585
  "fontSize": 14,
564
586
  "letterSpacing": 0.3,
565
587
  "lineHeight": 20,
588
+ "textAlign": "left",
566
589
  }
567
590
  }
568
591
  suppressHighlighting={true}
@@ -585,6 +608,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
585
608
  "fontSize": 12,
586
609
  "letterSpacing": 0.3,
587
610
  "lineHeight": 16,
611
+ "textAlign": "left",
588
612
  }
589
613
  }
590
614
  suppressHighlighting={true}
@@ -603,6 +627,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
603
627
  "fontSize": 24,
604
628
  "letterSpacing": 0.3,
605
629
  "lineHeight": 32,
630
+ "textAlign": "left",
606
631
  }
607
632
  }
608
633
  suppressHighlighting={true}
@@ -634,6 +659,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
634
659
  "fontSize": 14,
635
660
  "letterSpacing": 0.3,
636
661
  "lineHeight": 20,
662
+ "textAlign": "left",
637
663
  }
638
664
  }
639
665
  suppressHighlighting={true}
@@ -656,6 +682,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
656
682
  "fontSize": 12,
657
683
  "letterSpacing": 0.3,
658
684
  "lineHeight": 16,
685
+ "textAlign": "left",
659
686
  }
660
687
  }
661
688
  suppressHighlighting={true}
@@ -674,6 +701,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
674
701
  "fontSize": 18,
675
702
  "letterSpacing": 0.3,
676
703
  "lineHeight": 26,
704
+ "textAlign": "left",
677
705
  }
678
706
  }
679
707
  suppressHighlighting={true}
@@ -705,6 +733,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
705
733
  "fontSize": 14,
706
734
  "letterSpacing": 0.3,
707
735
  "lineHeight": 20,
736
+ "textAlign": "left",
708
737
  }
709
738
  }
710
739
  suppressHighlighting={true}
@@ -727,6 +756,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
727
756
  "fontSize": 12,
728
757
  "letterSpacing": 0.3,
729
758
  "lineHeight": 16,
759
+ "textAlign": "left",
730
760
  }
731
761
  }
732
762
  suppressHighlighting={true}
@@ -745,6 +775,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
745
775
  "fontSize": 16,
746
776
  "letterSpacing": 0.3,
747
777
  "lineHeight": 24,
778
+ "textAlign": "left",
748
779
  }
749
780
  }
750
781
  suppressHighlighting={true}
@@ -776,6 +807,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
776
807
  "fontSize": 14,
777
808
  "letterSpacing": 0.3,
778
809
  "lineHeight": 20,
810
+ "textAlign": "left",
779
811
  }
780
812
  }
781
813
  suppressHighlighting={true}
@@ -798,6 +830,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
798
830
  "fontSize": 12,
799
831
  "letterSpacing": 0.3,
800
832
  "lineHeight": 16,
833
+ "textAlign": "left",
801
834
  }
802
835
  }
803
836
  suppressHighlighting={true}
@@ -816,6 +849,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
816
849
  "fontSize": 14,
817
850
  "letterSpacing": 0.3,
818
851
  "lineHeight": 20,
852
+ "textAlign": "left",
819
853
  }
820
854
  }
821
855
  suppressHighlighting={true}
@@ -847,6 +881,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
847
881
  "fontSize": 14,
848
882
  "letterSpacing": 0.3,
849
883
  "lineHeight": 20,
884
+ "textAlign": "left",
850
885
  }
851
886
  }
852
887
  suppressHighlighting={true}
@@ -869,6 +904,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
869
904
  "fontSize": 12,
870
905
  "letterSpacing": 0.3,
871
906
  "lineHeight": 16,
907
+ "textAlign": "left",
872
908
  }
873
909
  }
874
910
  suppressHighlighting={true}
@@ -887,6 +923,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
887
923
  "fontSize": 12,
888
924
  "letterSpacing": 0.3,
889
925
  "lineHeight": 16,
926
+ "textAlign": "left",
890
927
  }
891
928
  }
892
929
  suppressHighlighting={true}
@@ -918,6 +955,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
918
955
  "fontSize": 14,
919
956
  "letterSpacing": 0.3,
920
957
  "lineHeight": 20,
958
+ "textAlign": "left",
921
959
  }
922
960
  }
923
961
  suppressHighlighting={true}
@@ -940,6 +978,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
940
978
  "fontSize": 12,
941
979
  "letterSpacing": 0.3,
942
980
  "lineHeight": 16,
981
+ "textAlign": "left",
943
982
  }
944
983
  }
945
984
  suppressHighlighting={true}
@@ -958,6 +997,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
958
997
  "fontSize": 16,
959
998
  "letterSpacing": 0,
960
999
  "lineHeight": 20,
1000
+ "textAlign": "left",
961
1001
  }
962
1002
  }
963
1003
  suppressHighlighting={true}
@@ -989,6 +1029,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
989
1029
  "fontSize": 14,
990
1030
  "letterSpacing": 0.3,
991
1031
  "lineHeight": 20,
1032
+ "textAlign": "left",
992
1033
  }
993
1034
  }
994
1035
  suppressHighlighting={true}
@@ -1011,6 +1052,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1011
1052
  "fontSize": 12,
1012
1053
  "letterSpacing": 0.3,
1013
1054
  "lineHeight": 16,
1055
+ "textAlign": "left",
1014
1056
  }
1015
1057
  }
1016
1058
  suppressHighlighting={true}
@@ -1029,6 +1071,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1029
1071
  "fontSize": 14,
1030
1072
  "letterSpacing": 0,
1031
1073
  "lineHeight": 18,
1074
+ "textAlign": "left",
1032
1075
  }
1033
1076
  }
1034
1077
  suppressHighlighting={true}
@@ -1060,6 +1103,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1060
1103
  "fontSize": 14,
1061
1104
  "letterSpacing": 0.3,
1062
1105
  "lineHeight": 20,
1106
+ "textAlign": "left",
1063
1107
  }
1064
1108
  }
1065
1109
  suppressHighlighting={true}
@@ -1082,6 +1126,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1082
1126
  "fontSize": 12,
1083
1127
  "letterSpacing": 0.3,
1084
1128
  "lineHeight": 16,
1129
+ "textAlign": "left",
1085
1130
  }
1086
1131
  }
1087
1132
  suppressHighlighting={true}
@@ -1100,6 +1145,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1100
1145
  "fontSize": 12,
1101
1146
  "letterSpacing": 0,
1102
1147
  "lineHeight": 14,
1148
+ "textAlign": "left",
1103
1149
  }
1104
1150
  }
1105
1151
  suppressHighlighting={true}
@@ -1131,6 +1177,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1131
1177
  "fontSize": 14,
1132
1178
  "letterSpacing": 0.3,
1133
1179
  "lineHeight": 20,
1180
+ "textAlign": "left",
1134
1181
  }
1135
1182
  }
1136
1183
  suppressHighlighting={true}
@@ -1153,6 +1200,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1153
1200
  "fontSize": 12,
1154
1201
  "letterSpacing": 0.3,
1155
1202
  "lineHeight": 16,
1203
+ "textAlign": "left",
1156
1204
  }
1157
1205
  }
1158
1206
  suppressHighlighting={true}
@@ -1171,6 +1219,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1171
1219
  "fontSize": 40,
1172
1220
  "letterSpacing": 0,
1173
1221
  "lineHeight": 40,
1222
+ "textAlign": "left",
1174
1223
  "textTransform": "uppercase",
1175
1224
  }
1176
1225
  }
@@ -1203,6 +1252,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1203
1252
  "fontSize": 14,
1204
1253
  "letterSpacing": 0.3,
1205
1254
  "lineHeight": 20,
1255
+ "textAlign": "left",
1206
1256
  }
1207
1257
  }
1208
1258
  suppressHighlighting={true}
@@ -1225,6 +1275,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1225
1275
  "fontSize": 12,
1226
1276
  "letterSpacing": 0.3,
1227
1277
  "lineHeight": 16,
1278
+ "textAlign": "left",
1228
1279
  }
1229
1280
  }
1230
1281
  suppressHighlighting={true}
@@ -1243,6 +1294,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1243
1294
  "fontSize": 32,
1244
1295
  "letterSpacing": 0,
1245
1296
  "lineHeight": 40,
1297
+ "textAlign": "left",
1246
1298
  "textTransform": "uppercase",
1247
1299
  }
1248
1300
  }
@@ -1275,6 +1327,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1275
1327
  "fontSize": 14,
1276
1328
  "letterSpacing": 0.3,
1277
1329
  "lineHeight": 20,
1330
+ "textAlign": "left",
1278
1331
  }
1279
1332
  }
1280
1333
  suppressHighlighting={true}
@@ -1297,6 +1350,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1297
1350
  "fontSize": 12,
1298
1351
  "letterSpacing": 0.3,
1299
1352
  "lineHeight": 16,
1353
+ "textAlign": "left",
1300
1354
  }
1301
1355
  }
1302
1356
  suppressHighlighting={true}
@@ -1315,6 +1369,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1315
1369
  "fontSize": 24,
1316
1370
  "letterSpacing": 0,
1317
1371
  "lineHeight": 28,
1372
+ "textAlign": "left",
1318
1373
  "textTransform": "uppercase",
1319
1374
  }
1320
1375
  }
@@ -1347,6 +1402,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1347
1402
  "fontSize": 14,
1348
1403
  "letterSpacing": 0.3,
1349
1404
  "lineHeight": 20,
1405
+ "textAlign": "left",
1350
1406
  }
1351
1407
  }
1352
1408
  suppressHighlighting={true}
@@ -1369,6 +1425,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1369
1425
  "fontSize": 12,
1370
1426
  "letterSpacing": 0.3,
1371
1427
  "lineHeight": 16,
1428
+ "textAlign": "left",
1372
1429
  }
1373
1430
  }
1374
1431
  suppressHighlighting={true}
@@ -1387,6 +1444,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1387
1444
  "fontSize": 18,
1388
1445
  "letterSpacing": 0,
1389
1446
  "lineHeight": 20,
1447
+ "textAlign": "left",
1390
1448
  "textTransform": "uppercase",
1391
1449
  }
1392
1450
  }
@@ -1419,6 +1477,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1419
1477
  "fontSize": 14,
1420
1478
  "letterSpacing": 0.3,
1421
1479
  "lineHeight": 20,
1480
+ "textAlign": "left",
1422
1481
  }
1423
1482
  }
1424
1483
  suppressHighlighting={true}
@@ -1441,6 +1500,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1441
1500
  "fontSize": 12,
1442
1501
  "letterSpacing": 0.3,
1443
1502
  "lineHeight": 16,
1503
+ "textAlign": "left",
1444
1504
  }
1445
1505
  }
1446
1506
  suppressHighlighting={true}
@@ -1459,6 +1519,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1459
1519
  "fontSize": 16,
1460
1520
  "letterSpacing": 0,
1461
1521
  "lineHeight": 18,
1522
+ "textAlign": "left",
1462
1523
  "textTransform": "uppercase",
1463
1524
  }
1464
1525
  }
@@ -1491,6 +1552,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1491
1552
  "fontSize": 14,
1492
1553
  "letterSpacing": 0.3,
1493
1554
  "lineHeight": 20,
1555
+ "textAlign": "left",
1494
1556
  }
1495
1557
  }
1496
1558
  suppressHighlighting={true}
@@ -1513,6 +1575,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1513
1575
  "fontSize": 12,
1514
1576
  "letterSpacing": 0.3,
1515
1577
  "lineHeight": 16,
1578
+ "textAlign": "left",
1516
1579
  }
1517
1580
  }
1518
1581
  suppressHighlighting={true}
@@ -1531,6 +1594,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1531
1594
  "fontSize": 14,
1532
1595
  "letterSpacing": 0,
1533
1596
  "lineHeight": 16,
1597
+ "textAlign": "left",
1534
1598
  "textTransform": "uppercase",
1535
1599
  }
1536
1600
  }
@@ -1563,6 +1627,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1563
1627
  "fontSize": 14,
1564
1628
  "letterSpacing": 0.3,
1565
1629
  "lineHeight": 20,
1630
+ "textAlign": "left",
1566
1631
  }
1567
1632
  }
1568
1633
  suppressHighlighting={true}
@@ -1585,6 +1650,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1585
1650
  "fontSize": 12,
1586
1651
  "letterSpacing": 0.3,
1587
1652
  "lineHeight": 16,
1653
+ "textAlign": "left",
1588
1654
  }
1589
1655
  }
1590
1656
  suppressHighlighting={true}
@@ -1603,6 +1669,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1603
1669
  "fontSize": 12,
1604
1670
  "letterSpacing": 0,
1605
1671
  "lineHeight": 14,
1672
+ "textAlign": "left",
1606
1673
  "textTransform": "uppercase",
1607
1674
  }
1608
1675
  }