@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 Radius 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 Radius 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 Radius 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 Radius 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 Radius 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 Radius 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 Radius 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}
@@ -270,6 +277,7 @@ exports[`Bumper/Core/Tokens Radius 1`] = `
270
277
  "fontSize": 14,
271
278
  "letterSpacing": 0.3,
272
279
  "lineHeight": 20,
280
+ "textAlign": "left",
273
281
  }
274
282
  }
275
283
  suppressHighlighting={true}
@@ -293,6 +301,7 @@ exports[`Bumper/Core/Tokens Radius 1`] = `
293
301
  "fontSize": 14,
294
302
  "letterSpacing": 0.3,
295
303
  "lineHeight": 20,
304
+ "textAlign": "left",
296
305
  }
297
306
  }
298
307
  suppressHighlighting={true}
@@ -338,6 +347,7 @@ exports[`Bumper/Core/Tokens Radius 1`] = `
338
347
  "fontSize": 14,
339
348
  "letterSpacing": 0.3,
340
349
  "lineHeight": 20,
350
+ "textAlign": "left",
341
351
  }
342
352
  }
343
353
  suppressHighlighting={true}
@@ -361,6 +371,7 @@ exports[`Bumper/Core/Tokens Radius 1`] = `
361
371
  "fontSize": 14,
362
372
  "letterSpacing": 0.3,
363
373
  "lineHeight": 20,
374
+ "textAlign": "left",
364
375
  }
365
376
  }
366
377
  suppressHighlighting={true}
@@ -28,6 +28,7 @@ exports[`Bumper/Core/Tokens Size 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 Size 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 Size 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}
@@ -135,6 +138,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
135
138
  "fontSize": 14,
136
139
  "letterSpacing": 0.3,
137
140
  "lineHeight": 20,
141
+ "textAlign": "left",
138
142
  }
139
143
  }
140
144
  suppressHighlighting={true}
@@ -158,6 +162,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
158
162
  "fontSize": 14,
159
163
  "letterSpacing": 0.3,
160
164
  "lineHeight": 20,
165
+ "textAlign": "left",
161
166
  }
162
167
  }
163
168
  suppressHighlighting={true}
@@ -204,6 +209,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
204
209
  "fontSize": 14,
205
210
  "letterSpacing": 0.3,
206
211
  "lineHeight": 20,
212
+ "textAlign": "left",
207
213
  }
208
214
  }
209
215
  suppressHighlighting={true}
@@ -227,6 +233,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
227
233
  "fontSize": 14,
228
234
  "letterSpacing": 0.3,
229
235
  "lineHeight": 20,
236
+ "textAlign": "left",
230
237
  }
231
238
  }
232
239
  suppressHighlighting={true}
@@ -273,6 +280,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
273
280
  "fontSize": 14,
274
281
  "letterSpacing": 0.3,
275
282
  "lineHeight": 20,
283
+ "textAlign": "left",
276
284
  }
277
285
  }
278
286
  suppressHighlighting={true}
@@ -296,6 +304,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
296
304
  "fontSize": 14,
297
305
  "letterSpacing": 0.3,
298
306
  "lineHeight": 20,
307
+ "textAlign": "left",
299
308
  }
300
309
  }
301
310
  suppressHighlighting={true}
@@ -342,6 +351,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
342
351
  "fontSize": 14,
343
352
  "letterSpacing": 0.3,
344
353
  "lineHeight": 20,
354
+ "textAlign": "left",
345
355
  }
346
356
  }
347
357
  suppressHighlighting={true}
@@ -365,6 +375,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
365
375
  "fontSize": 14,
366
376
  "letterSpacing": 0.3,
367
377
  "lineHeight": 20,
378
+ "textAlign": "left",
368
379
  }
369
380
  }
370
381
  suppressHighlighting={true}
@@ -411,6 +422,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
411
422
  "fontSize": 14,
412
423
  "letterSpacing": 0.3,
413
424
  "lineHeight": 20,
425
+ "textAlign": "left",
414
426
  }
415
427
  }
416
428
  suppressHighlighting={true}
@@ -434,6 +446,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
434
446
  "fontSize": 14,
435
447
  "letterSpacing": 0.3,
436
448
  "lineHeight": 20,
449
+ "textAlign": "left",
437
450
  }
438
451
  }
439
452
  suppressHighlighting={true}
@@ -480,6 +493,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
480
493
  "fontSize": 14,
481
494
  "letterSpacing": 0.3,
482
495
  "lineHeight": 20,
496
+ "textAlign": "left",
483
497
  }
484
498
  }
485
499
  suppressHighlighting={true}
@@ -503,6 +517,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
503
517
  "fontSize": 14,
504
518
  "letterSpacing": 0.3,
505
519
  "lineHeight": 20,
520
+ "textAlign": "left",
506
521
  }
507
522
  }
508
523
  suppressHighlighting={true}
@@ -549,6 +564,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
549
564
  "fontSize": 14,
550
565
  "letterSpacing": 0.3,
551
566
  "lineHeight": 20,
567
+ "textAlign": "left",
552
568
  }
553
569
  }
554
570
  suppressHighlighting={true}
@@ -572,6 +588,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
572
588
  "fontSize": 14,
573
589
  "letterSpacing": 0.3,
574
590
  "lineHeight": 20,
591
+ "textAlign": "left",
575
592
  }
576
593
  }
577
594
  suppressHighlighting={true}
@@ -618,6 +635,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
618
635
  "fontSize": 14,
619
636
  "letterSpacing": 0.3,
620
637
  "lineHeight": 20,
638
+ "textAlign": "left",
621
639
  }
622
640
  }
623
641
  suppressHighlighting={true}
@@ -641,6 +659,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
641
659
  "fontSize": 14,
642
660
  "letterSpacing": 0.3,
643
661
  "lineHeight": 20,
662
+ "textAlign": "left",
644
663
  }
645
664
  }
646
665
  suppressHighlighting={true}
@@ -687,6 +706,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
687
706
  "fontSize": 14,
688
707
  "letterSpacing": 0.3,
689
708
  "lineHeight": 20,
709
+ "textAlign": "left",
690
710
  }
691
711
  }
692
712
  suppressHighlighting={true}
@@ -710,6 +730,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
710
730
  "fontSize": 14,
711
731
  "letterSpacing": 0.3,
712
732
  "lineHeight": 20,
733
+ "textAlign": "left",
713
734
  }
714
735
  }
715
736
  suppressHighlighting={true}
@@ -756,6 +777,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
756
777
  "fontSize": 14,
757
778
  "letterSpacing": 0.3,
758
779
  "lineHeight": 20,
780
+ "textAlign": "left",
759
781
  }
760
782
  }
761
783
  suppressHighlighting={true}
@@ -779,6 +801,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
779
801
  "fontSize": 14,
780
802
  "letterSpacing": 0.3,
781
803
  "lineHeight": 20,
804
+ "textAlign": "left",
782
805
  }
783
806
  }
784
807
  suppressHighlighting={true}
@@ -825,6 +848,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
825
848
  "fontSize": 14,
826
849
  "letterSpacing": 0.3,
827
850
  "lineHeight": 20,
851
+ "textAlign": "left",
828
852
  }
829
853
  }
830
854
  suppressHighlighting={true}
@@ -848,6 +872,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
848
872
  "fontSize": 14,
849
873
  "letterSpacing": 0.3,
850
874
  "lineHeight": 20,
875
+ "textAlign": "left",
851
876
  }
852
877
  }
853
878
  suppressHighlighting={true}
@@ -28,6 +28,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
28
28
  "fontSize": 38,
29
29
  "letterSpacing": 0,
30
30
  "lineHeight": 44,
31
+ "textAlign": "left",
31
32
  }
32
33
  }
33
34
  suppressHighlighting={true}
@@ -42,6 +43,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
42
43
  "fontSize": 16,
43
44
  "letterSpacing": 0.3,
44
45
  "lineHeight": 24,
46
+ "textAlign": "left",
45
47
  }
46
48
  }
47
49
  suppressHighlighting={true}
@@ -80,6 +82,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
80
82
  "fontSize": 14,
81
83
  "letterSpacing": 0.3,
82
84
  "lineHeight": 20,
85
+ "textAlign": "left",
83
86
  }
84
87
  }
85
88
  suppressHighlighting={true}
@@ -103,6 +106,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
103
106
  "fontSize": 14,
104
107
  "letterSpacing": 0.3,
105
108
  "lineHeight": 20,
109
+ "textAlign": "left",
106
110
  }
107
111
  }
108
112
  suppressHighlighting={true}
@@ -149,6 +153,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
149
153
  "fontSize": 14,
150
154
  "letterSpacing": 0.3,
151
155
  "lineHeight": 20,
156
+ "textAlign": "left",
152
157
  }
153
158
  }
154
159
  suppressHighlighting={true}
@@ -172,6 +177,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
172
177
  "fontSize": 14,
173
178
  "letterSpacing": 0.3,
174
179
  "lineHeight": 20,
180
+ "textAlign": "left",
175
181
  }
176
182
  }
177
183
  suppressHighlighting={true}
@@ -218,6 +224,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
218
224
  "fontSize": 14,
219
225
  "letterSpacing": 0.3,
220
226
  "lineHeight": 20,
227
+ "textAlign": "left",
221
228
  }
222
229
  }
223
230
  suppressHighlighting={true}
@@ -241,6 +248,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
241
248
  "fontSize": 14,
242
249
  "letterSpacing": 0.3,
243
250
  "lineHeight": 20,
251
+ "textAlign": "left",
244
252
  }
245
253
  }
246
254
  suppressHighlighting={true}
@@ -287,6 +295,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
287
295
  "fontSize": 14,
288
296
  "letterSpacing": 0.3,
289
297
  "lineHeight": 20,
298
+ "textAlign": "left",
290
299
  }
291
300
  }
292
301
  suppressHighlighting={true}
@@ -310,6 +319,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
310
319
  "fontSize": 14,
311
320
  "letterSpacing": 0.3,
312
321
  "lineHeight": 20,
322
+ "textAlign": "left",
313
323
  }
314
324
  }
315
325
  suppressHighlighting={true}
@@ -356,6 +366,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
356
366
  "fontSize": 14,
357
367
  "letterSpacing": 0.3,
358
368
  "lineHeight": 20,
369
+ "textAlign": "left",
359
370
  }
360
371
  }
361
372
  suppressHighlighting={true}
@@ -379,6 +390,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
379
390
  "fontSize": 14,
380
391
  "letterSpacing": 0.3,
381
392
  "lineHeight": 20,
393
+ "textAlign": "left",
382
394
  }
383
395
  }
384
396
  suppressHighlighting={true}
@@ -425,6 +437,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
425
437
  "fontSize": 14,
426
438
  "letterSpacing": 0.3,
427
439
  "lineHeight": 20,
440
+ "textAlign": "left",
428
441
  }
429
442
  }
430
443
  suppressHighlighting={true}
@@ -448,6 +461,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
448
461
  "fontSize": 14,
449
462
  "letterSpacing": 0.3,
450
463
  "lineHeight": 20,
464
+ "textAlign": "left",
451
465
  }
452
466
  }
453
467
  suppressHighlighting={true}
@@ -494,6 +508,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
494
508
  "fontSize": 14,
495
509
  "letterSpacing": 0.3,
496
510
  "lineHeight": 20,
511
+ "textAlign": "left",
497
512
  }
498
513
  }
499
514
  suppressHighlighting={true}
@@ -517,6 +532,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
517
532
  "fontSize": 14,
518
533
  "letterSpacing": 0.3,
519
534
  "lineHeight": 20,
535
+ "textAlign": "left",
520
536
  }
521
537
  }
522
538
  suppressHighlighting={true}
@@ -563,6 +579,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
563
579
  "fontSize": 14,
564
580
  "letterSpacing": 0.3,
565
581
  "lineHeight": 20,
582
+ "textAlign": "left",
566
583
  }
567
584
  }
568
585
  suppressHighlighting={true}
@@ -586,6 +603,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
586
603
  "fontSize": 14,
587
604
  "letterSpacing": 0.3,
588
605
  "lineHeight": 20,
606
+ "textAlign": "left",
589
607
  }
590
608
  }
591
609
  suppressHighlighting={true}
@@ -632,6 +650,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
632
650
  "fontSize": 14,
633
651
  "letterSpacing": 0.3,
634
652
  "lineHeight": 20,
653
+ "textAlign": "left",
635
654
  }
636
655
  }
637
656
  suppressHighlighting={true}
@@ -655,6 +674,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
655
674
  "fontSize": 14,
656
675
  "letterSpacing": 0.3,
657
676
  "lineHeight": 20,
677
+ "textAlign": "left",
658
678
  }
659
679
  }
660
680
  suppressHighlighting={true}
@@ -701,6 +721,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
701
721
  "fontSize": 14,
702
722
  "letterSpacing": 0.3,
703
723
  "lineHeight": 20,
724
+ "textAlign": "left",
704
725
  }
705
726
  }
706
727
  suppressHighlighting={true}
@@ -724,6 +745,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
724
745
  "fontSize": 14,
725
746
  "letterSpacing": 0.3,
726
747
  "lineHeight": 20,
748
+ "textAlign": "left",
727
749
  }
728
750
  }
729
751
  suppressHighlighting={true}
@@ -770,6 +792,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
770
792
  "fontSize": 14,
771
793
  "letterSpacing": 0.3,
772
794
  "lineHeight": 20,
795
+ "textAlign": "left",
773
796
  }
774
797
  }
775
798
  suppressHighlighting={true}
@@ -793,6 +816,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
793
816
  "fontSize": 14,
794
817
  "letterSpacing": 0.3,
795
818
  "lineHeight": 20,
819
+ "textAlign": "left",
796
820
  }
797
821
  }
798
822
  suppressHighlighting={true}
@@ -839,6 +863,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
839
863
  "fontSize": 14,
840
864
  "letterSpacing": 0.3,
841
865
  "lineHeight": 20,
866
+ "textAlign": "left",
842
867
  }
843
868
  }
844
869
  suppressHighlighting={true}
@@ -862,6 +887,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
862
887
  "fontSize": 14,
863
888
  "letterSpacing": 0.3,
864
889
  "lineHeight": 20,
890
+ "textAlign": "left",
865
891
  }
866
892
  }
867
893
  suppressHighlighting={true}
@@ -908,6 +934,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
908
934
  "fontSize": 14,
909
935
  "letterSpacing": 0.3,
910
936
  "lineHeight": 20,
937
+ "textAlign": "left",
911
938
  }
912
939
  }
913
940
  suppressHighlighting={true}
@@ -931,6 +958,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
931
958
  "fontSize": 14,
932
959
  "letterSpacing": 0.3,
933
960
  "lineHeight": 20,
961
+ "textAlign": "left",
934
962
  }
935
963
  }
936
964
  suppressHighlighting={true}
@@ -977,6 +1005,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
977
1005
  "fontSize": 14,
978
1006
  "letterSpacing": 0.3,
979
1007
  "lineHeight": 20,
1008
+ "textAlign": "left",
980
1009
  }
981
1010
  }
982
1011
  suppressHighlighting={true}
@@ -1000,6 +1029,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1000
1029
  "fontSize": 14,
1001
1030
  "letterSpacing": 0.3,
1002
1031
  "lineHeight": 20,
1032
+ "textAlign": "left",
1003
1033
  }
1004
1034
  }
1005
1035
  suppressHighlighting={true}
@@ -1046,6 +1076,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1046
1076
  "fontSize": 14,
1047
1077
  "letterSpacing": 0.3,
1048
1078
  "lineHeight": 20,
1079
+ "textAlign": "left",
1049
1080
  }
1050
1081
  }
1051
1082
  suppressHighlighting={true}
@@ -1069,6 +1100,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1069
1100
  "fontSize": 14,
1070
1101
  "letterSpacing": 0.3,
1071
1102
  "lineHeight": 20,
1103
+ "textAlign": "left",
1072
1104
  }
1073
1105
  }
1074
1106
  suppressHighlighting={true}
@@ -1115,6 +1147,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1115
1147
  "fontSize": 14,
1116
1148
  "letterSpacing": 0.3,
1117
1149
  "lineHeight": 20,
1150
+ "textAlign": "left",
1118
1151
  }
1119
1152
  }
1120
1153
  suppressHighlighting={true}
@@ -1138,6 +1171,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1138
1171
  "fontSize": 14,
1139
1172
  "letterSpacing": 0.3,
1140
1173
  "lineHeight": 20,
1174
+ "textAlign": "left",
1141
1175
  }
1142
1176
  }
1143
1177
  suppressHighlighting={true}
@@ -1184,6 +1218,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1184
1218
  "fontSize": 14,
1185
1219
  "letterSpacing": 0.3,
1186
1220
  "lineHeight": 20,
1221
+ "textAlign": "left",
1187
1222
  }
1188
1223
  }
1189
1224
  suppressHighlighting={true}
@@ -1207,6 +1242,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1207
1242
  "fontSize": 14,
1208
1243
  "letterSpacing": 0.3,
1209
1244
  "lineHeight": 20,
1245
+ "textAlign": "left",
1210
1246
  }
1211
1247
  }
1212
1248
  suppressHighlighting={true}
@@ -1253,6 +1289,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1253
1289
  "fontSize": 14,
1254
1290
  "letterSpacing": 0.3,
1255
1291
  "lineHeight": 20,
1292
+ "textAlign": "left",
1256
1293
  }
1257
1294
  }
1258
1295
  suppressHighlighting={true}
@@ -1276,6 +1313,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1276
1313
  "fontSize": 14,
1277
1314
  "letterSpacing": 0.3,
1278
1315
  "lineHeight": 20,
1316
+ "textAlign": "left",
1279
1317
  }
1280
1318
  }
1281
1319
  suppressHighlighting={true}
@@ -1322,6 +1360,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1322
1360
  "fontSize": 14,
1323
1361
  "letterSpacing": 0.3,
1324
1362
  "lineHeight": 20,
1363
+ "textAlign": "left",
1325
1364
  }
1326
1365
  }
1327
1366
  suppressHighlighting={true}
@@ -1345,6 +1384,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1345
1384
  "fontSize": 14,
1346
1385
  "letterSpacing": 0.3,
1347
1386
  "lineHeight": 20,
1387
+ "textAlign": "left",
1348
1388
  }
1349
1389
  }
1350
1390
  suppressHighlighting={true}
@@ -1391,6 +1431,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1391
1431
  "fontSize": 14,
1392
1432
  "letterSpacing": 0.3,
1393
1433
  "lineHeight": 20,
1434
+ "textAlign": "left",
1394
1435
  }
1395
1436
  }
1396
1437
  suppressHighlighting={true}
@@ -1414,6 +1455,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1414
1455
  "fontSize": 14,
1415
1456
  "letterSpacing": 0.3,
1416
1457
  "lineHeight": 20,
1458
+ "textAlign": "left",
1417
1459
  }
1418
1460
  }
1419
1461
  suppressHighlighting={true}
@@ -1460,6 +1502,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1460
1502
  "fontSize": 14,
1461
1503
  "letterSpacing": 0.3,
1462
1504
  "lineHeight": 20,
1505
+ "textAlign": "left",
1463
1506
  }
1464
1507
  }
1465
1508
  suppressHighlighting={true}
@@ -1483,6 +1526,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1483
1526
  "fontSize": 14,
1484
1527
  "letterSpacing": 0.3,
1485
1528
  "lineHeight": 20,
1529
+ "textAlign": "left",
1486
1530
  }
1487
1531
  }
1488
1532
  suppressHighlighting={true}
@@ -1529,6 +1573,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1529
1573
  "fontSize": 14,
1530
1574
  "letterSpacing": 0.3,
1531
1575
  "lineHeight": 20,
1576
+ "textAlign": "left",
1532
1577
  }
1533
1578
  }
1534
1579
  suppressHighlighting={true}
@@ -1552,6 +1597,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1552
1597
  "fontSize": 14,
1553
1598
  "letterSpacing": 0.3,
1554
1599
  "lineHeight": 20,
1600
+ "textAlign": "left",
1555
1601
  }
1556
1602
  }
1557
1603
  suppressHighlighting={true}
@@ -1598,6 +1644,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1598
1644
  "fontSize": 14,
1599
1645
  "letterSpacing": 0.3,
1600
1646
  "lineHeight": 20,
1647
+ "textAlign": "left",
1601
1648
  }
1602
1649
  }
1603
1650
  suppressHighlighting={true}
@@ -1621,6 +1668,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1621
1668
  "fontSize": 14,
1622
1669
  "letterSpacing": 0.3,
1623
1670
  "lineHeight": 20,
1671
+ "textAlign": "left",
1624
1672
  }
1625
1673
  }
1626
1674
  suppressHighlighting={true}
@@ -1667,6 +1715,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1667
1715
  "fontSize": 14,
1668
1716
  "letterSpacing": 0.3,
1669
1717
  "lineHeight": 20,
1718
+ "textAlign": "left",
1670
1719
  }
1671
1720
  }
1672
1721
  suppressHighlighting={true}
@@ -1690,6 +1739,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1690
1739
  "fontSize": 14,
1691
1740
  "letterSpacing": 0.3,
1692
1741
  "lineHeight": 20,
1742
+ "textAlign": "left",
1693
1743
  }
1694
1744
  }
1695
1745
  suppressHighlighting={true}
@@ -1736,6 +1786,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1736
1786
  "fontSize": 14,
1737
1787
  "letterSpacing": 0.3,
1738
1788
  "lineHeight": 20,
1789
+ "textAlign": "left",
1739
1790
  }
1740
1791
  }
1741
1792
  suppressHighlighting={true}
@@ -1759,6 +1810,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
1759
1810
  "fontSize": 14,
1760
1811
  "letterSpacing": 0.3,
1761
1812
  "lineHeight": 20,
1813
+ "textAlign": "left",
1762
1814
  }
1763
1815
  }
1764
1816
  suppressHighlighting={true}