@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/Themes Light 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}
@@ -90,6 +91,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
90
91
  "fontSize": 14,
91
92
  "letterSpacing": 0.3,
92
93
  "lineHeight": 20,
94
+ "textAlign": "left",
93
95
  }
94
96
  }
95
97
  suppressHighlighting={true}
@@ -106,6 +108,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
106
108
  "fontSize": 14,
107
109
  "letterSpacing": 0.3,
108
110
  "lineHeight": 20,
111
+ "textAlign": "left",
109
112
  }
110
113
  }
111
114
  suppressHighlighting={true}
@@ -161,6 +164,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
161
164
  "fontSize": 14,
162
165
  "letterSpacing": 0.3,
163
166
  "lineHeight": 20,
167
+ "textAlign": "left",
164
168
  }
165
169
  }
166
170
  suppressHighlighting={true}
@@ -177,6 +181,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
177
181
  "fontSize": 14,
178
182
  "letterSpacing": 0.3,
179
183
  "lineHeight": 20,
184
+ "textAlign": "left",
180
185
  }
181
186
  }
182
187
  suppressHighlighting={true}
@@ -232,6 +237,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
232
237
  "fontSize": 14,
233
238
  "letterSpacing": 0.3,
234
239
  "lineHeight": 20,
240
+ "textAlign": "left",
235
241
  }
236
242
  }
237
243
  suppressHighlighting={true}
@@ -248,6 +254,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
248
254
  "fontSize": 14,
249
255
  "letterSpacing": 0.3,
250
256
  "lineHeight": 20,
257
+ "textAlign": "left",
251
258
  }
252
259
  }
253
260
  suppressHighlighting={true}
@@ -317,6 +324,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
317
324
  "fontSize": 14,
318
325
  "letterSpacing": 0.3,
319
326
  "lineHeight": 20,
327
+ "textAlign": "left",
320
328
  }
321
329
  }
322
330
  suppressHighlighting={true}
@@ -333,6 +341,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
333
341
  "fontSize": 14,
334
342
  "letterSpacing": 0.3,
335
343
  "lineHeight": 20,
344
+ "textAlign": "left",
336
345
  }
337
346
  }
338
347
  suppressHighlighting={true}
@@ -402,6 +411,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
402
411
  "fontSize": 14,
403
412
  "letterSpacing": 0.3,
404
413
  "lineHeight": 20,
414
+ "textAlign": "left",
405
415
  }
406
416
  }
407
417
  suppressHighlighting={true}
@@ -418,6 +428,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
418
428
  "fontSize": 14,
419
429
  "letterSpacing": 0.3,
420
430
  "lineHeight": 20,
431
+ "textAlign": "left",
421
432
  }
422
433
  }
423
434
  suppressHighlighting={true}
@@ -487,6 +498,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
487
498
  "fontSize": 14,
488
499
  "letterSpacing": 0.3,
489
500
  "lineHeight": 20,
501
+ "textAlign": "left",
490
502
  }
491
503
  }
492
504
  suppressHighlighting={true}
@@ -503,6 +515,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
503
515
  "fontSize": 14,
504
516
  "letterSpacing": 0.3,
505
517
  "lineHeight": 20,
518
+ "textAlign": "left",
506
519
  }
507
520
  }
508
521
  suppressHighlighting={true}
@@ -558,6 +571,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
558
571
  "fontSize": 14,
559
572
  "letterSpacing": 0.3,
560
573
  "lineHeight": 20,
574
+ "textAlign": "left",
561
575
  }
562
576
  }
563
577
  suppressHighlighting={true}
@@ -574,6 +588,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
574
588
  "fontSize": 14,
575
589
  "letterSpacing": 0.3,
576
590
  "lineHeight": 20,
591
+ "textAlign": "left",
577
592
  }
578
593
  }
579
594
  suppressHighlighting={true}
@@ -629,6 +644,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
629
644
  "fontSize": 14,
630
645
  "letterSpacing": 0.3,
631
646
  "lineHeight": 20,
647
+ "textAlign": "left",
632
648
  }
633
649
  }
634
650
  suppressHighlighting={true}
@@ -645,6 +661,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
645
661
  "fontSize": 14,
646
662
  "letterSpacing": 0.3,
647
663
  "lineHeight": 20,
664
+ "textAlign": "left",
648
665
  }
649
666
  }
650
667
  suppressHighlighting={true}
@@ -714,6 +731,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
714
731
  "fontSize": 14,
715
732
  "letterSpacing": 0.3,
716
733
  "lineHeight": 20,
734
+ "textAlign": "left",
717
735
  }
718
736
  }
719
737
  suppressHighlighting={true}
@@ -730,6 +748,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
730
748
  "fontSize": 14,
731
749
  "letterSpacing": 0.3,
732
750
  "lineHeight": 20,
751
+ "textAlign": "left",
733
752
  }
734
753
  }
735
754
  suppressHighlighting={true}
@@ -785,6 +804,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
785
804
  "fontSize": 14,
786
805
  "letterSpacing": 0.3,
787
806
  "lineHeight": 20,
807
+ "textAlign": "left",
788
808
  }
789
809
  }
790
810
  suppressHighlighting={true}
@@ -801,6 +821,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
801
821
  "fontSize": 14,
802
822
  "letterSpacing": 0.3,
803
823
  "lineHeight": 20,
824
+ "textAlign": "left",
804
825
  }
805
826
  }
806
827
  suppressHighlighting={true}
@@ -856,6 +877,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
856
877
  "fontSize": 14,
857
878
  "letterSpacing": 0.3,
858
879
  "lineHeight": 20,
880
+ "textAlign": "left",
859
881
  }
860
882
  }
861
883
  suppressHighlighting={true}
@@ -872,6 +894,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
872
894
  "fontSize": 14,
873
895
  "letterSpacing": 0.3,
874
896
  "lineHeight": 20,
897
+ "textAlign": "left",
875
898
  }
876
899
  }
877
900
  suppressHighlighting={true}
@@ -927,6 +950,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
927
950
  "fontSize": 14,
928
951
  "letterSpacing": 0.3,
929
952
  "lineHeight": 20,
953
+ "textAlign": "left",
930
954
  }
931
955
  }
932
956
  suppressHighlighting={true}
@@ -943,6 +967,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
943
967
  "fontSize": 14,
944
968
  "letterSpacing": 0.3,
945
969
  "lineHeight": 20,
970
+ "textAlign": "left",
946
971
  }
947
972
  }
948
973
  suppressHighlighting={true}
@@ -998,6 +1023,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
998
1023
  "fontSize": 14,
999
1024
  "letterSpacing": 0.3,
1000
1025
  "lineHeight": 20,
1026
+ "textAlign": "left",
1001
1027
  }
1002
1028
  }
1003
1029
  suppressHighlighting={true}
@@ -1014,6 +1040,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1014
1040
  "fontSize": 14,
1015
1041
  "letterSpacing": 0.3,
1016
1042
  "lineHeight": 20,
1043
+ "textAlign": "left",
1017
1044
  }
1018
1045
  }
1019
1046
  suppressHighlighting={true}
@@ -1069,6 +1096,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1069
1096
  "fontSize": 14,
1070
1097
  "letterSpacing": 0.3,
1071
1098
  "lineHeight": 20,
1099
+ "textAlign": "left",
1072
1100
  }
1073
1101
  }
1074
1102
  suppressHighlighting={true}
@@ -1085,6 +1113,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1085
1113
  "fontSize": 14,
1086
1114
  "letterSpacing": 0.3,
1087
1115
  "lineHeight": 20,
1116
+ "textAlign": "left",
1088
1117
  }
1089
1118
  }
1090
1119
  suppressHighlighting={true}
@@ -1140,6 +1169,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1140
1169
  "fontSize": 14,
1141
1170
  "letterSpacing": 0.3,
1142
1171
  "lineHeight": 20,
1172
+ "textAlign": "left",
1143
1173
  }
1144
1174
  }
1145
1175
  suppressHighlighting={true}
@@ -1156,6 +1186,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1156
1186
  "fontSize": 14,
1157
1187
  "letterSpacing": 0.3,
1158
1188
  "lineHeight": 20,
1189
+ "textAlign": "left",
1159
1190
  }
1160
1191
  }
1161
1192
  suppressHighlighting={true}
@@ -1225,6 +1256,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1225
1256
  "fontSize": 14,
1226
1257
  "letterSpacing": 0.3,
1227
1258
  "lineHeight": 20,
1259
+ "textAlign": "left",
1228
1260
  }
1229
1261
  }
1230
1262
  suppressHighlighting={true}
@@ -1241,6 +1273,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1241
1273
  "fontSize": 14,
1242
1274
  "letterSpacing": 0.3,
1243
1275
  "lineHeight": 20,
1276
+ "textAlign": "left",
1244
1277
  }
1245
1278
  }
1246
1279
  suppressHighlighting={true}
@@ -1296,6 +1329,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1296
1329
  "fontSize": 14,
1297
1330
  "letterSpacing": 0.3,
1298
1331
  "lineHeight": 20,
1332
+ "textAlign": "left",
1299
1333
  }
1300
1334
  }
1301
1335
  suppressHighlighting={true}
@@ -1312,6 +1346,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1312
1346
  "fontSize": 14,
1313
1347
  "letterSpacing": 0.3,
1314
1348
  "lineHeight": 20,
1349
+ "textAlign": "left",
1315
1350
  }
1316
1351
  }
1317
1352
  suppressHighlighting={true}
@@ -1367,6 +1402,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1367
1402
  "fontSize": 14,
1368
1403
  "letterSpacing": 0.3,
1369
1404
  "lineHeight": 20,
1405
+ "textAlign": "left",
1370
1406
  }
1371
1407
  }
1372
1408
  suppressHighlighting={true}
@@ -1383,6 +1419,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1383
1419
  "fontSize": 14,
1384
1420
  "letterSpacing": 0.3,
1385
1421
  "lineHeight": 20,
1422
+ "textAlign": "left",
1386
1423
  }
1387
1424
  }
1388
1425
  suppressHighlighting={true}
@@ -1438,6 +1475,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1438
1475
  "fontSize": 14,
1439
1476
  "letterSpacing": 0.3,
1440
1477
  "lineHeight": 20,
1478
+ "textAlign": "left",
1441
1479
  }
1442
1480
  }
1443
1481
  suppressHighlighting={true}
@@ -1454,6 +1492,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1454
1492
  "fontSize": 14,
1455
1493
  "letterSpacing": 0.3,
1456
1494
  "lineHeight": 20,
1495
+ "textAlign": "left",
1457
1496
  }
1458
1497
  }
1459
1498
  suppressHighlighting={true}
@@ -1509,6 +1548,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1509
1548
  "fontSize": 14,
1510
1549
  "letterSpacing": 0.3,
1511
1550
  "lineHeight": 20,
1551
+ "textAlign": "left",
1512
1552
  }
1513
1553
  }
1514
1554
  suppressHighlighting={true}
@@ -1525,6 +1565,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1525
1565
  "fontSize": 14,
1526
1566
  "letterSpacing": 0.3,
1527
1567
  "lineHeight": 20,
1568
+ "textAlign": "left",
1528
1569
  }
1529
1570
  }
1530
1571
  suppressHighlighting={true}
@@ -1580,6 +1621,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1580
1621
  "fontSize": 14,
1581
1622
  "letterSpacing": 0.3,
1582
1623
  "lineHeight": 20,
1624
+ "textAlign": "left",
1583
1625
  }
1584
1626
  }
1585
1627
  suppressHighlighting={true}
@@ -1596,6 +1638,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1596
1638
  "fontSize": 14,
1597
1639
  "letterSpacing": 0.3,
1598
1640
  "lineHeight": 20,
1641
+ "textAlign": "left",
1599
1642
  }
1600
1643
  }
1601
1644
  suppressHighlighting={true}
@@ -1651,6 +1694,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1651
1694
  "fontSize": 14,
1652
1695
  "letterSpacing": 0.3,
1653
1696
  "lineHeight": 20,
1697
+ "textAlign": "left",
1654
1698
  }
1655
1699
  }
1656
1700
  suppressHighlighting={true}
@@ -1667,6 +1711,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1667
1711
  "fontSize": 14,
1668
1712
  "letterSpacing": 0.3,
1669
1713
  "lineHeight": 20,
1714
+ "textAlign": "left",
1670
1715
  }
1671
1716
  }
1672
1717
  suppressHighlighting={true}
@@ -1722,6 +1767,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1722
1767
  "fontSize": 14,
1723
1768
  "letterSpacing": 0.3,
1724
1769
  "lineHeight": 20,
1770
+ "textAlign": "left",
1725
1771
  }
1726
1772
  }
1727
1773
  suppressHighlighting={true}
@@ -1738,6 +1784,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1738
1784
  "fontSize": 14,
1739
1785
  "letterSpacing": 0.3,
1740
1786
  "lineHeight": 20,
1787
+ "textAlign": "left",
1741
1788
  }
1742
1789
  }
1743
1790
  suppressHighlighting={true}
@@ -1793,6 +1840,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1793
1840
  "fontSize": 14,
1794
1841
  "letterSpacing": 0.3,
1795
1842
  "lineHeight": 20,
1843
+ "textAlign": "left",
1796
1844
  }
1797
1845
  }
1798
1846
  suppressHighlighting={true}
@@ -1809,6 +1857,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1809
1857
  "fontSize": 14,
1810
1858
  "letterSpacing": 0.3,
1811
1859
  "lineHeight": 20,
1860
+ "textAlign": "left",
1812
1861
  }
1813
1862
  }
1814
1863
  suppressHighlighting={true}
@@ -1864,6 +1913,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1864
1913
  "fontSize": 14,
1865
1914
  "letterSpacing": 0.3,
1866
1915
  "lineHeight": 20,
1916
+ "textAlign": "left",
1867
1917
  }
1868
1918
  }
1869
1919
  suppressHighlighting={true}
@@ -1880,6 +1930,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1880
1930
  "fontSize": 14,
1881
1931
  "letterSpacing": 0.3,
1882
1932
  "lineHeight": 20,
1933
+ "textAlign": "left",
1883
1934
  }
1884
1935
  }
1885
1936
  suppressHighlighting={true}
@@ -1935,6 +1986,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1935
1986
  "fontSize": 14,
1936
1987
  "letterSpacing": 0.3,
1937
1988
  "lineHeight": 20,
1989
+ "textAlign": "left",
1938
1990
  }
1939
1991
  }
1940
1992
  suppressHighlighting={true}
@@ -1951,6 +2003,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1951
2003
  "fontSize": 14,
1952
2004
  "letterSpacing": 0.3,
1953
2005
  "lineHeight": 20,
2006
+ "textAlign": "left",
1954
2007
  }
1955
2008
  }
1956
2009
  suppressHighlighting={true}
@@ -2006,6 +2059,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2006
2059
  "fontSize": 14,
2007
2060
  "letterSpacing": 0.3,
2008
2061
  "lineHeight": 20,
2062
+ "textAlign": "left",
2009
2063
  }
2010
2064
  }
2011
2065
  suppressHighlighting={true}
@@ -2022,6 +2076,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2022
2076
  "fontSize": 14,
2023
2077
  "letterSpacing": 0.3,
2024
2078
  "lineHeight": 20,
2079
+ "textAlign": "left",
2025
2080
  }
2026
2081
  }
2027
2082
  suppressHighlighting={true}
@@ -2077,6 +2132,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2077
2132
  "fontSize": 14,
2078
2133
  "letterSpacing": 0.3,
2079
2134
  "lineHeight": 20,
2135
+ "textAlign": "left",
2080
2136
  }
2081
2137
  }
2082
2138
  suppressHighlighting={true}
@@ -2093,6 +2149,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2093
2149
  "fontSize": 14,
2094
2150
  "letterSpacing": 0.3,
2095
2151
  "lineHeight": 20,
2152
+ "textAlign": "left",
2096
2153
  }
2097
2154
  }
2098
2155
  suppressHighlighting={true}
@@ -2148,6 +2205,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2148
2205
  "fontSize": 14,
2149
2206
  "letterSpacing": 0.3,
2150
2207
  "lineHeight": 20,
2208
+ "textAlign": "left",
2151
2209
  }
2152
2210
  }
2153
2211
  suppressHighlighting={true}
@@ -2164,6 +2222,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2164
2222
  "fontSize": 14,
2165
2223
  "letterSpacing": 0.3,
2166
2224
  "lineHeight": 20,
2225
+ "textAlign": "left",
2167
2226
  }
2168
2227
  }
2169
2228
  suppressHighlighting={true}
@@ -2219,6 +2278,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2219
2278
  "fontSize": 14,
2220
2279
  "letterSpacing": 0.3,
2221
2280
  "lineHeight": 20,
2281
+ "textAlign": "left",
2222
2282
  }
2223
2283
  }
2224
2284
  suppressHighlighting={true}
@@ -2235,6 +2295,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2235
2295
  "fontSize": 14,
2236
2296
  "letterSpacing": 0.3,
2237
2297
  "lineHeight": 20,
2298
+ "textAlign": "left",
2238
2299
  }
2239
2300
  }
2240
2301
  suppressHighlighting={true}
@@ -2290,6 +2351,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2290
2351
  "fontSize": 14,
2291
2352
  "letterSpacing": 0.3,
2292
2353
  "lineHeight": 20,
2354
+ "textAlign": "left",
2293
2355
  }
2294
2356
  }
2295
2357
  suppressHighlighting={true}
@@ -2306,6 +2368,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2306
2368
  "fontSize": 14,
2307
2369
  "letterSpacing": 0.3,
2308
2370
  "lineHeight": 20,
2371
+ "textAlign": "left",
2309
2372
  }
2310
2373
  }
2311
2374
  suppressHighlighting={true}
@@ -2361,6 +2424,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2361
2424
  "fontSize": 14,
2362
2425
  "letterSpacing": 0.3,
2363
2426
  "lineHeight": 20,
2427
+ "textAlign": "left",
2364
2428
  }
2365
2429
  }
2366
2430
  suppressHighlighting={true}
@@ -2377,6 +2441,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2377
2441
  "fontSize": 14,
2378
2442
  "letterSpacing": 0.3,
2379
2443
  "lineHeight": 20,
2444
+ "textAlign": "left",
2380
2445
  }
2381
2446
  }
2382
2447
  suppressHighlighting={true}
@@ -2432,6 +2497,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2432
2497
  "fontSize": 14,
2433
2498
  "letterSpacing": 0.3,
2434
2499
  "lineHeight": 20,
2500
+ "textAlign": "left",
2435
2501
  }
2436
2502
  }
2437
2503
  suppressHighlighting={true}
@@ -2448,6 +2514,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2448
2514
  "fontSize": 14,
2449
2515
  "letterSpacing": 0.3,
2450
2516
  "lineHeight": 20,
2517
+ "textAlign": "left",
2451
2518
  }
2452
2519
  }
2453
2520
  suppressHighlighting={true}
@@ -2503,6 +2570,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2503
2570
  "fontSize": 14,
2504
2571
  "letterSpacing": 0.3,
2505
2572
  "lineHeight": 20,
2573
+ "textAlign": "left",
2506
2574
  }
2507
2575
  }
2508
2576
  suppressHighlighting={true}
@@ -2519,6 +2587,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2519
2587
  "fontSize": 14,
2520
2588
  "letterSpacing": 0.3,
2521
2589
  "lineHeight": 20,
2590
+ "textAlign": "left",
2522
2591
  }
2523
2592
  }
2524
2593
  suppressHighlighting={true}
@@ -2574,6 +2643,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2574
2643
  "fontSize": 14,
2575
2644
  "letterSpacing": 0.3,
2576
2645
  "lineHeight": 20,
2646
+ "textAlign": "left",
2577
2647
  }
2578
2648
  }
2579
2649
  suppressHighlighting={true}
@@ -2590,6 +2660,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2590
2660
  "fontSize": 14,
2591
2661
  "letterSpacing": 0.3,
2592
2662
  "lineHeight": 20,
2663
+ "textAlign": "left",
2593
2664
  }
2594
2665
  }
2595
2666
  suppressHighlighting={true}
@@ -2645,6 +2716,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2645
2716
  "fontSize": 14,
2646
2717
  "letterSpacing": 0.3,
2647
2718
  "lineHeight": 20,
2719
+ "textAlign": "left",
2648
2720
  }
2649
2721
  }
2650
2722
  suppressHighlighting={true}
@@ -2661,6 +2733,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2661
2733
  "fontSize": 14,
2662
2734
  "letterSpacing": 0.3,
2663
2735
  "lineHeight": 20,
2736
+ "textAlign": "left",
2664
2737
  }
2665
2738
  }
2666
2739
  suppressHighlighting={true}
@@ -2716,6 +2789,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2716
2789
  "fontSize": 14,
2717
2790
  "letterSpacing": 0.3,
2718
2791
  "lineHeight": 20,
2792
+ "textAlign": "left",
2719
2793
  }
2720
2794
  }
2721
2795
  suppressHighlighting={true}
@@ -2732,6 +2806,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2732
2806
  "fontSize": 14,
2733
2807
  "letterSpacing": 0.3,
2734
2808
  "lineHeight": 20,
2809
+ "textAlign": "left",
2735
2810
  }
2736
2811
  }
2737
2812
  suppressHighlighting={true}
@@ -2787,6 +2862,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2787
2862
  "fontSize": 14,
2788
2863
  "letterSpacing": 0.3,
2789
2864
  "lineHeight": 20,
2865
+ "textAlign": "left",
2790
2866
  }
2791
2867
  }
2792
2868
  suppressHighlighting={true}
@@ -2803,6 +2879,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2803
2879
  "fontSize": 14,
2804
2880
  "letterSpacing": 0.3,
2805
2881
  "lineHeight": 20,
2882
+ "textAlign": "left",
2806
2883
  }
2807
2884
  }
2808
2885
  suppressHighlighting={true}
@@ -2858,6 +2935,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2858
2935
  "fontSize": 14,
2859
2936
  "letterSpacing": 0.3,
2860
2937
  "lineHeight": 20,
2938
+ "textAlign": "left",
2861
2939
  }
2862
2940
  }
2863
2941
  suppressHighlighting={true}
@@ -2874,6 +2952,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2874
2952
  "fontSize": 14,
2875
2953
  "letterSpacing": 0.3,
2876
2954
  "lineHeight": 20,
2955
+ "textAlign": "left",
2877
2956
  }
2878
2957
  }
2879
2958
  suppressHighlighting={true}
@@ -2929,6 +3008,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2929
3008
  "fontSize": 14,
2930
3009
  "letterSpacing": 0.3,
2931
3010
  "lineHeight": 20,
3011
+ "textAlign": "left",
2932
3012
  }
2933
3013
  }
2934
3014
  suppressHighlighting={true}
@@ -2945,6 +3025,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2945
3025
  "fontSize": 14,
2946
3026
  "letterSpacing": 0.3,
2947
3027
  "lineHeight": 20,
3028
+ "textAlign": "left",
2948
3029
  }
2949
3030
  }
2950
3031
  suppressHighlighting={true}
@@ -3000,6 +3081,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3000
3081
  "fontSize": 14,
3001
3082
  "letterSpacing": 0.3,
3002
3083
  "lineHeight": 20,
3084
+ "textAlign": "left",
3003
3085
  }
3004
3086
  }
3005
3087
  suppressHighlighting={true}
@@ -3016,6 +3098,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3016
3098
  "fontSize": 14,
3017
3099
  "letterSpacing": 0.3,
3018
3100
  "lineHeight": 20,
3101
+ "textAlign": "left",
3019
3102
  }
3020
3103
  }
3021
3104
  suppressHighlighting={true}
@@ -3071,6 +3154,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3071
3154
  "fontSize": 14,
3072
3155
  "letterSpacing": 0.3,
3073
3156
  "lineHeight": 20,
3157
+ "textAlign": "left",
3074
3158
  }
3075
3159
  }
3076
3160
  suppressHighlighting={true}
@@ -3087,6 +3171,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3087
3171
  "fontSize": 14,
3088
3172
  "letterSpacing": 0.3,
3089
3173
  "lineHeight": 20,
3174
+ "textAlign": "left",
3090
3175
  }
3091
3176
  }
3092
3177
  suppressHighlighting={true}
@@ -3142,6 +3227,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3142
3227
  "fontSize": 14,
3143
3228
  "letterSpacing": 0.3,
3144
3229
  "lineHeight": 20,
3230
+ "textAlign": "left",
3145
3231
  }
3146
3232
  }
3147
3233
  suppressHighlighting={true}
@@ -3158,6 +3244,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3158
3244
  "fontSize": 14,
3159
3245
  "letterSpacing": 0.3,
3160
3246
  "lineHeight": 20,
3247
+ "textAlign": "left",
3161
3248
  }
3162
3249
  }
3163
3250
  suppressHighlighting={true}
@@ -3213,6 +3300,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3213
3300
  "fontSize": 14,
3214
3301
  "letterSpacing": 0.3,
3215
3302
  "lineHeight": 20,
3303
+ "textAlign": "left",
3216
3304
  }
3217
3305
  }
3218
3306
  suppressHighlighting={true}
@@ -3229,6 +3317,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3229
3317
  "fontSize": 14,
3230
3318
  "letterSpacing": 0.3,
3231
3319
  "lineHeight": 20,
3320
+ "textAlign": "left",
3232
3321
  }
3233
3322
  }
3234
3323
  suppressHighlighting={true}
@@ -3284,6 +3373,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3284
3373
  "fontSize": 14,
3285
3374
  "letterSpacing": 0.3,
3286
3375
  "lineHeight": 20,
3376
+ "textAlign": "left",
3287
3377
  }
3288
3378
  }
3289
3379
  suppressHighlighting={true}
@@ -3300,6 +3390,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3300
3390
  "fontSize": 14,
3301
3391
  "letterSpacing": 0.3,
3302
3392
  "lineHeight": 20,
3393
+ "textAlign": "left",
3303
3394
  }
3304
3395
  }
3305
3396
  suppressHighlighting={true}
@@ -3355,6 +3446,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3355
3446
  "fontSize": 14,
3356
3447
  "letterSpacing": 0.3,
3357
3448
  "lineHeight": 20,
3449
+ "textAlign": "left",
3358
3450
  }
3359
3451
  }
3360
3452
  suppressHighlighting={true}
@@ -3371,6 +3463,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3371
3463
  "fontSize": 14,
3372
3464
  "letterSpacing": 0.3,
3373
3465
  "lineHeight": 20,
3466
+ "textAlign": "left",
3374
3467
  }
3375
3468
  }
3376
3469
  suppressHighlighting={true}
@@ -3440,6 +3533,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3440
3533
  "fontSize": 14,
3441
3534
  "letterSpacing": 0.3,
3442
3535
  "lineHeight": 20,
3536
+ "textAlign": "left",
3443
3537
  }
3444
3538
  }
3445
3539
  suppressHighlighting={true}
@@ -3456,6 +3550,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3456
3550
  "fontSize": 14,
3457
3551
  "letterSpacing": 0.3,
3458
3552
  "lineHeight": 20,
3553
+ "textAlign": "left",
3459
3554
  }
3460
3555
  }
3461
3556
  suppressHighlighting={true}
@@ -3525,6 +3620,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3525
3620
  "fontSize": 14,
3526
3621
  "letterSpacing": 0.3,
3527
3622
  "lineHeight": 20,
3623
+ "textAlign": "left",
3528
3624
  }
3529
3625
  }
3530
3626
  suppressHighlighting={true}
@@ -3541,6 +3637,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3541
3637
  "fontSize": 14,
3542
3638
  "letterSpacing": 0.3,
3543
3639
  "lineHeight": 20,
3640
+ "textAlign": "left",
3544
3641
  }
3545
3642
  }
3546
3643
  suppressHighlighting={true}
@@ -3596,6 +3693,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3596
3693
  "fontSize": 14,
3597
3694
  "letterSpacing": 0.3,
3598
3695
  "lineHeight": 20,
3696
+ "textAlign": "left",
3599
3697
  }
3600
3698
  }
3601
3699
  suppressHighlighting={true}
@@ -3612,6 +3710,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3612
3710
  "fontSize": 14,
3613
3711
  "letterSpacing": 0.3,
3614
3712
  "lineHeight": 20,
3713
+ "textAlign": "left",
3615
3714
  }
3616
3715
  }
3617
3716
  suppressHighlighting={true}
@@ -3667,6 +3766,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3667
3766
  "fontSize": 14,
3668
3767
  "letterSpacing": 0.3,
3669
3768
  "lineHeight": 20,
3769
+ "textAlign": "left",
3670
3770
  }
3671
3771
  }
3672
3772
  suppressHighlighting={true}
@@ -3683,6 +3783,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3683
3783
  "fontSize": 14,
3684
3784
  "letterSpacing": 0.3,
3685
3785
  "lineHeight": 20,
3786
+ "textAlign": "left",
3686
3787
  }
3687
3788
  }
3688
3789
  suppressHighlighting={true}
@@ -3738,6 +3839,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3738
3839
  "fontSize": 14,
3739
3840
  "letterSpacing": 0.3,
3740
3841
  "lineHeight": 20,
3842
+ "textAlign": "left",
3741
3843
  }
3742
3844
  }
3743
3845
  suppressHighlighting={true}
@@ -3754,6 +3856,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3754
3856
  "fontSize": 14,
3755
3857
  "letterSpacing": 0.3,
3756
3858
  "lineHeight": 20,
3859
+ "textAlign": "left",
3757
3860
  }
3758
3861
  }
3759
3862
  suppressHighlighting={true}
@@ -3809,6 +3912,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3809
3912
  "fontSize": 14,
3810
3913
  "letterSpacing": 0.3,
3811
3914
  "lineHeight": 20,
3915
+ "textAlign": "left",
3812
3916
  }
3813
3917
  }
3814
3918
  suppressHighlighting={true}
@@ -3825,6 +3929,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3825
3929
  "fontSize": 14,
3826
3930
  "letterSpacing": 0.3,
3827
3931
  "lineHeight": 20,
3932
+ "textAlign": "left",
3828
3933
  }
3829
3934
  }
3830
3935
  suppressHighlighting={true}
@@ -3880,6 +3985,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3880
3985
  "fontSize": 14,
3881
3986
  "letterSpacing": 0.3,
3882
3987
  "lineHeight": 20,
3988
+ "textAlign": "left",
3883
3989
  }
3884
3990
  }
3885
3991
  suppressHighlighting={true}
@@ -3896,6 +4002,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3896
4002
  "fontSize": 14,
3897
4003
  "letterSpacing": 0.3,
3898
4004
  "lineHeight": 20,
4005
+ "textAlign": "left",
3899
4006
  }
3900
4007
  }
3901
4008
  suppressHighlighting={true}
@@ -3951,6 +4058,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3951
4058
  "fontSize": 14,
3952
4059
  "letterSpacing": 0.3,
3953
4060
  "lineHeight": 20,
4061
+ "textAlign": "left",
3954
4062
  }
3955
4063
  }
3956
4064
  suppressHighlighting={true}
@@ -3967,6 +4075,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3967
4075
  "fontSize": 14,
3968
4076
  "letterSpacing": 0.3,
3969
4077
  "lineHeight": 20,
4078
+ "textAlign": "left",
3970
4079
  }
3971
4080
  }
3972
4081
  suppressHighlighting={true}
@@ -4022,6 +4131,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4022
4131
  "fontSize": 14,
4023
4132
  "letterSpacing": 0.3,
4024
4133
  "lineHeight": 20,
4134
+ "textAlign": "left",
4025
4135
  }
4026
4136
  }
4027
4137
  suppressHighlighting={true}
@@ -4038,6 +4148,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4038
4148
  "fontSize": 14,
4039
4149
  "letterSpacing": 0.3,
4040
4150
  "lineHeight": 20,
4151
+ "textAlign": "left",
4041
4152
  }
4042
4153
  }
4043
4154
  suppressHighlighting={true}
@@ -4093,6 +4204,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4093
4204
  "fontSize": 14,
4094
4205
  "letterSpacing": 0.3,
4095
4206
  "lineHeight": 20,
4207
+ "textAlign": "left",
4096
4208
  }
4097
4209
  }
4098
4210
  suppressHighlighting={true}
@@ -4109,6 +4221,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4109
4221
  "fontSize": 14,
4110
4222
  "letterSpacing": 0.3,
4111
4223
  "lineHeight": 20,
4224
+ "textAlign": "left",
4112
4225
  }
4113
4226
  }
4114
4227
  suppressHighlighting={true}
@@ -4164,6 +4277,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4164
4277
  "fontSize": 14,
4165
4278
  "letterSpacing": 0.3,
4166
4279
  "lineHeight": 20,
4280
+ "textAlign": "left",
4167
4281
  }
4168
4282
  }
4169
4283
  suppressHighlighting={true}
@@ -4180,6 +4294,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4180
4294
  "fontSize": 14,
4181
4295
  "letterSpacing": 0.3,
4182
4296
  "lineHeight": 20,
4297
+ "textAlign": "left",
4183
4298
  }
4184
4299
  }
4185
4300
  suppressHighlighting={true}
@@ -4235,6 +4350,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4235
4350
  "fontSize": 14,
4236
4351
  "letterSpacing": 0.3,
4237
4352
  "lineHeight": 20,
4353
+ "textAlign": "left",
4238
4354
  }
4239
4355
  }
4240
4356
  suppressHighlighting={true}
@@ -4251,6 +4367,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4251
4367
  "fontSize": 14,
4252
4368
  "letterSpacing": 0.3,
4253
4369
  "lineHeight": 20,
4370
+ "textAlign": "left",
4254
4371
  }
4255
4372
  }
4256
4373
  suppressHighlighting={true}
@@ -4306,6 +4423,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4306
4423
  "fontSize": 14,
4307
4424
  "letterSpacing": 0.3,
4308
4425
  "lineHeight": 20,
4426
+ "textAlign": "left",
4309
4427
  }
4310
4428
  }
4311
4429
  suppressHighlighting={true}
@@ -4322,6 +4440,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4322
4440
  "fontSize": 14,
4323
4441
  "letterSpacing": 0.3,
4324
4442
  "lineHeight": 20,
4443
+ "textAlign": "left",
4325
4444
  }
4326
4445
  }
4327
4446
  suppressHighlighting={true}
@@ -4391,6 +4510,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4391
4510
  "fontSize": 14,
4392
4511
  "letterSpacing": 0.3,
4393
4512
  "lineHeight": 20,
4513
+ "textAlign": "left",
4394
4514
  }
4395
4515
  }
4396
4516
  suppressHighlighting={true}
@@ -4407,6 +4527,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4407
4527
  "fontSize": 14,
4408
4528
  "letterSpacing": 0.3,
4409
4529
  "lineHeight": 20,
4530
+ "textAlign": "left",
4410
4531
  }
4411
4532
  }
4412
4533
  suppressHighlighting={true}
@@ -4476,6 +4597,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4476
4597
  "fontSize": 14,
4477
4598
  "letterSpacing": 0.3,
4478
4599
  "lineHeight": 20,
4600
+ "textAlign": "left",
4479
4601
  }
4480
4602
  }
4481
4603
  suppressHighlighting={true}
@@ -4492,6 +4614,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4492
4614
  "fontSize": 14,
4493
4615
  "letterSpacing": 0.3,
4494
4616
  "lineHeight": 20,
4617
+ "textAlign": "left",
4495
4618
  }
4496
4619
  }
4497
4620
  suppressHighlighting={true}
@@ -4547,6 +4670,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4547
4670
  "fontSize": 14,
4548
4671
  "letterSpacing": 0.3,
4549
4672
  "lineHeight": 20,
4673
+ "textAlign": "left",
4550
4674
  }
4551
4675
  }
4552
4676
  suppressHighlighting={true}
@@ -4563,6 +4687,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4563
4687
  "fontSize": 14,
4564
4688
  "letterSpacing": 0.3,
4565
4689
  "lineHeight": 20,
4690
+ "textAlign": "left",
4566
4691
  }
4567
4692
  }
4568
4693
  suppressHighlighting={true}
@@ -4618,6 +4743,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4618
4743
  "fontSize": 14,
4619
4744
  "letterSpacing": 0.3,
4620
4745
  "lineHeight": 20,
4746
+ "textAlign": "left",
4621
4747
  }
4622
4748
  }
4623
4749
  suppressHighlighting={true}
@@ -4634,6 +4760,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4634
4760
  "fontSize": 14,
4635
4761
  "letterSpacing": 0.3,
4636
4762
  "lineHeight": 20,
4763
+ "textAlign": "left",
4637
4764
  }
4638
4765
  }
4639
4766
  suppressHighlighting={true}
@@ -4703,6 +4830,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4703
4830
  "fontSize": 14,
4704
4831
  "letterSpacing": 0.3,
4705
4832
  "lineHeight": 20,
4833
+ "textAlign": "left",
4706
4834
  }
4707
4835
  }
4708
4836
  suppressHighlighting={true}
@@ -4719,6 +4847,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4719
4847
  "fontSize": 14,
4720
4848
  "letterSpacing": 0.3,
4721
4849
  "lineHeight": 20,
4850
+ "textAlign": "left",
4722
4851
  }
4723
4852
  }
4724
4853
  suppressHighlighting={true}
@@ -4788,6 +4917,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4788
4917
  "fontSize": 14,
4789
4918
  "letterSpacing": 0.3,
4790
4919
  "lineHeight": 20,
4920
+ "textAlign": "left",
4791
4921
  }
4792
4922
  }
4793
4923
  suppressHighlighting={true}
@@ -4804,6 +4934,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4804
4934
  "fontSize": 14,
4805
4935
  "letterSpacing": 0.3,
4806
4936
  "lineHeight": 20,
4937
+ "textAlign": "left",
4807
4938
  }
4808
4939
  }
4809
4940
  suppressHighlighting={true}
@@ -4859,6 +4990,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4859
4990
  "fontSize": 14,
4860
4991
  "letterSpacing": 0.3,
4861
4992
  "lineHeight": 20,
4993
+ "textAlign": "left",
4862
4994
  }
4863
4995
  }
4864
4996
  suppressHighlighting={true}
@@ -4875,6 +5007,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4875
5007
  "fontSize": 14,
4876
5008
  "letterSpacing": 0.3,
4877
5009
  "lineHeight": 20,
5010
+ "textAlign": "left",
4878
5011
  }
4879
5012
  }
4880
5013
  suppressHighlighting={true}
@@ -4930,6 +5063,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4930
5063
  "fontSize": 14,
4931
5064
  "letterSpacing": 0.3,
4932
5065
  "lineHeight": 20,
5066
+ "textAlign": "left",
4933
5067
  }
4934
5068
  }
4935
5069
  suppressHighlighting={true}
@@ -4946,6 +5080,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
4946
5080
  "fontSize": 14,
4947
5081
  "letterSpacing": 0.3,
4948
5082
  "lineHeight": 20,
5083
+ "textAlign": "left",
4949
5084
  }
4950
5085
  }
4951
5086
  suppressHighlighting={true}
@@ -5015,6 +5150,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
5015
5150
  "fontSize": 14,
5016
5151
  "letterSpacing": 0.3,
5017
5152
  "lineHeight": 20,
5153
+ "textAlign": "left",
5018
5154
  }
5019
5155
  }
5020
5156
  suppressHighlighting={true}
@@ -5031,6 +5167,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
5031
5167
  "fontSize": 14,
5032
5168
  "letterSpacing": 0.3,
5033
5169
  "lineHeight": 20,
5170
+ "textAlign": "left",
5034
5171
  }
5035
5172
  }
5036
5173
  suppressHighlighting={true}
@@ -5100,6 +5237,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
5100
5237
  "fontSize": 14,
5101
5238
  "letterSpacing": 0.3,
5102
5239
  "lineHeight": 20,
5240
+ "textAlign": "left",
5103
5241
  }
5104
5242
  }
5105
5243
  suppressHighlighting={true}
@@ -5116,6 +5254,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
5116
5254
  "fontSize": 14,
5117
5255
  "letterSpacing": 0.3,
5118
5256
  "lineHeight": 20,
5257
+ "textAlign": "left",
5119
5258
  }
5120
5259
  }
5121
5260
  suppressHighlighting={true}
@@ -5171,6 +5310,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
5171
5310
  "fontSize": 14,
5172
5311
  "letterSpacing": 0.3,
5173
5312
  "lineHeight": 20,
5313
+ "textAlign": "left",
5174
5314
  }
5175
5315
  }
5176
5316
  suppressHighlighting={true}
@@ -5187,6 +5327,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
5187
5327
  "fontSize": 14,
5188
5328
  "letterSpacing": 0.3,
5189
5329
  "lineHeight": 20,
5330
+ "textAlign": "left",
5190
5331
  }
5191
5332
  }
5192
5333
  suppressHighlighting={true}
@@ -5242,6 +5383,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
5242
5383
  "fontSize": 14,
5243
5384
  "letterSpacing": 0.3,
5244
5385
  "lineHeight": 20,
5386
+ "textAlign": "left",
5245
5387
  }
5246
5388
  }
5247
5389
  suppressHighlighting={true}
@@ -5258,6 +5400,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
5258
5400
  "fontSize": 14,
5259
5401
  "letterSpacing": 0.3,
5260
5402
  "lineHeight": 20,
5403
+ "textAlign": "left",
5261
5404
  }
5262
5405
  }
5263
5406
  suppressHighlighting={true}
@@ -5327,6 +5470,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
5327
5470
  "fontSize": 14,
5328
5471
  "letterSpacing": 0.3,
5329
5472
  "lineHeight": 20,
5473
+ "textAlign": "left",
5330
5474
  }
5331
5475
  }
5332
5476
  suppressHighlighting={true}
@@ -5343,6 +5487,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
5343
5487
  "fontSize": 14,
5344
5488
  "letterSpacing": 0.3,
5345
5489
  "lineHeight": 20,
5490
+ "textAlign": "left",
5346
5491
  }
5347
5492
  }
5348
5493
  suppressHighlighting={true}
@@ -5412,6 +5557,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
5412
5557
  "fontSize": 14,
5413
5558
  "letterSpacing": 0.3,
5414
5559
  "lineHeight": 20,
5560
+ "textAlign": "left",
5415
5561
  }
5416
5562
  }
5417
5563
  suppressHighlighting={true}
@@ -5428,6 +5574,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
5428
5574
  "fontSize": 14,
5429
5575
  "letterSpacing": 0.3,
5430
5576
  "lineHeight": 20,
5577
+ "textAlign": "left",
5431
5578
  }
5432
5579
  }
5433
5580
  suppressHighlighting={true}