@ornikar/bumper 3.0.1 → 3.0.2

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 (66) 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 +8 -6
  4. package/dist/index-metro.es.android.js.map +1 -1
  5. package/dist/index-metro.es.ios.js +8 -6
  6. package/dist/index-metro.es.ios.js.map +1 -1
  7. package/dist/index-node-22.22.cjs.js +9 -3
  8. package/dist/index-node-22.22.cjs.js.map +1 -1
  9. package/dist/index-node-22.22.cjs.web.js +9 -3
  10. package/dist/index-node-22.22.cjs.web.js.map +1 -1
  11. package/dist/index-node-22.22.es.mjs +9 -3
  12. package/dist/index-node-22.22.es.mjs.map +1 -1
  13. package/dist/index-node-22.22.es.web.mjs +9 -3
  14. package/dist/index-node-22.22.es.web.mjs.map +1 -1
  15. package/dist/index.es.js +7 -5
  16. package/dist/index.es.js.map +1 -1
  17. package/dist/index.es.web.js +7 -5
  18. package/dist/index.es.web.js.map +1 -1
  19. package/dist/tsbuildinfo +1 -1
  20. package/package.json +2 -2
  21. package/src/system/content/icon/__snapshots__/Icon.features.stories.tsx.snap +11 -11
  22. package/src/system/content/icon/__snapshots_web__/Icon.features.stories.tsx.snap +11 -11
  23. package/src/system/content/typography/Typography.features.stories.tsx +4 -0
  24. package/src/system/content/typography/Typography.tsx +4 -4
  25. package/src/system/content/typography/__snapshots__/Typography.features.stories.tsx.snap +67 -2
  26. package/src/system/content/typography/__snapshots__/TypographyIcon.features.stories.tsx.snap +24 -24
  27. package/src/system/content/typography/__snapshots__/TypographyLink.features.stories.tsx.snap +37 -8
  28. package/src/system/content/typography/__snapshots_web__/Typography.features.stories.tsx.snap +68 -38
  29. package/src/system/content/typography/__snapshots_web__/TypographyIcon.features.stories.tsx.snap +24 -24
  30. package/src/system/content/typography/__snapshots_web__/TypographyLink.features.stories.tsx.snap +8 -8
  31. package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.features.stories.tsx.snap +74 -37
  32. package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.stories.tsx.snap +20 -10
  33. package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.features.stories.tsx.snap +37 -37
  34. package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.stories.tsx.snap +10 -10
  35. package/src/system/core/primitives/__snapshots__/Center.features.stories.tsx.snap +1 -1
  36. package/src/system/core/primitives/__snapshots__/Center.stories.tsx.snap +5 -1
  37. package/src/system/core/primitives/__snapshots__/Pressable.features.stories.tsx.snap +7 -6
  38. package/src/system/core/primitives/__snapshots__/Pressable.stories.tsx.snap +4 -1
  39. package/src/system/core/primitives/__snapshots__/Stack.features.stories.tsx.snap +41 -30
  40. package/src/system/core/primitives/__snapshots__/Stack.stories.tsx.snap +6 -3
  41. package/src/system/core/primitives/__snapshots__/View.features.stories.tsx.snap +97 -60
  42. package/src/system/core/primitives/__snapshots_web__/Center.features.stories.tsx.snap +1 -1
  43. package/src/system/core/primitives/__snapshots_web__/Center.stories.tsx.snap +1 -1
  44. package/src/system/core/primitives/__snapshots_web__/Pressable.features.stories.tsx.snap +6 -6
  45. package/src/system/core/primitives/__snapshots_web__/Pressable.stories.tsx.snap +1 -1
  46. package/src/system/core/primitives/__snapshots_web__/Stack.features.stories.tsx.snap +33 -33
  47. package/src/system/core/primitives/__snapshots_web__/Stack.stories.tsx.snap +3 -3
  48. package/src/system/core/primitives/__snapshots_web__/View.features.stories.tsx.snap +60 -60
  49. package/src/system/core/themes/light/__snapshots__/light.stories.tsx.snap +111 -56
  50. package/src/system/core/themes/light/__snapshots_web__/light.stories.tsx.snap +111 -111
  51. package/src/system/core/tokens/__snapshots__/breakpoints.stories.tsx.snap +11 -6
  52. package/src/system/core/tokens/__snapshots__/bumperIcon.stories.tsx.snap +7 -4
  53. package/src/system/core/tokens/__snapshots__/fonts.stories.tsx.snap +75 -29
  54. package/src/system/core/tokens/__snapshots__/radius.stories.tsx.snap +11 -6
  55. package/src/system/core/tokens/__snapshots__/size.stories.tsx.snap +25 -13
  56. package/src/system/core/tokens/__snapshots__/space.stories.tsx.snap +28 -14
  57. package/src/system/core/tokens/__snapshots_web__/breakpoints.stories.tsx.snap +11 -11
  58. package/src/system/core/tokens/__snapshots_web__/bumperIcon.stories.tsx.snap +7 -7
  59. package/src/system/core/tokens/__snapshots_web__/fonts.stories.tsx.snap +70 -70
  60. package/src/system/core/tokens/__snapshots_web__/radius.stories.tsx.snap +11 -11
  61. package/src/system/core/tokens/__snapshots_web__/size.stories.tsx.snap +25 -25
  62. package/src/system/core/tokens/__snapshots_web__/space.stories.tsx.snap +28 -28
  63. package/src/system/core/tokens/palettes/__snapshots__/deepPurpleColorPalette.stories.tsx.snap +133 -67
  64. package/src/system/core/tokens/palettes/__snapshots_web__/deepPurpleColorPalette.stories.tsx.snap +133 -133
  65. package/src/system/loading/loader/__snapshots__/Loader.features.stories.tsx.snap +2 -2
  66. package/src/system/loading/loader/__snapshots_web__/Loader.features.stories.tsx.snap +2 -2
@@ -24,7 +24,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
24
24
  style={
25
25
  {
26
26
  "color": "#505050",
27
- "fontFamily": "GTStandard",
27
+ "fontFamily": "GTStandardRegular",
28
28
  "fontSize": 16,
29
29
  "letterSpacing": 0.3,
30
30
  "lineHeight": 24,
@@ -85,6 +85,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
85
85
  <Text
86
86
  style={
87
87
  {
88
+ "color": "#101010",
88
89
  "fontFamily": "GTStandardBold",
89
90
  "fontSize": 14,
90
91
  "letterSpacing": 0.3,
@@ -101,7 +102,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
101
102
  style={
102
103
  {
103
104
  "color": "#505050",
104
- "fontFamily": "GTStandard",
105
+ "fontFamily": "GTStandardRegular",
105
106
  "fontSize": 14,
106
107
  "letterSpacing": 0.3,
107
108
  "lineHeight": 20,
@@ -155,6 +156,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
155
156
  <Text
156
157
  style={
157
158
  {
159
+ "color": "#101010",
158
160
  "fontFamily": "GTStandardBold",
159
161
  "fontSize": 14,
160
162
  "letterSpacing": 0.3,
@@ -171,7 +173,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
171
173
  style={
172
174
  {
173
175
  "color": "#505050",
174
- "fontFamily": "GTStandard",
176
+ "fontFamily": "GTStandardRegular",
175
177
  "fontSize": 14,
176
178
  "letterSpacing": 0.3,
177
179
  "lineHeight": 20,
@@ -225,6 +227,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
225
227
  <Text
226
228
  style={
227
229
  {
230
+ "color": "#101010",
228
231
  "fontFamily": "GTStandardBold",
229
232
  "fontSize": 14,
230
233
  "letterSpacing": 0.3,
@@ -241,7 +244,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
241
244
  style={
242
245
  {
243
246
  "color": "#505050",
244
- "fontFamily": "GTStandard",
247
+ "fontFamily": "GTStandardRegular",
245
248
  "fontSize": 14,
246
249
  "letterSpacing": 0.3,
247
250
  "lineHeight": 20,
@@ -309,6 +312,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
309
312
  <Text
310
313
  style={
311
314
  {
315
+ "color": "#101010",
312
316
  "fontFamily": "GTStandardBold",
313
317
  "fontSize": 14,
314
318
  "letterSpacing": 0.3,
@@ -325,7 +329,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
325
329
  style={
326
330
  {
327
331
  "color": "#505050",
328
- "fontFamily": "GTStandard",
332
+ "fontFamily": "GTStandardRegular",
329
333
  "fontSize": 14,
330
334
  "letterSpacing": 0.3,
331
335
  "lineHeight": 20,
@@ -393,6 +397,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
393
397
  <Text
394
398
  style={
395
399
  {
400
+ "color": "#101010",
396
401
  "fontFamily": "GTStandardBold",
397
402
  "fontSize": 14,
398
403
  "letterSpacing": 0.3,
@@ -409,7 +414,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
409
414
  style={
410
415
  {
411
416
  "color": "#505050",
412
- "fontFamily": "GTStandard",
417
+ "fontFamily": "GTStandardRegular",
413
418
  "fontSize": 14,
414
419
  "letterSpacing": 0.3,
415
420
  "lineHeight": 20,
@@ -477,6 +482,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
477
482
  <Text
478
483
  style={
479
484
  {
485
+ "color": "#101010",
480
486
  "fontFamily": "GTStandardBold",
481
487
  "fontSize": 14,
482
488
  "letterSpacing": 0.3,
@@ -493,7 +499,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
493
499
  style={
494
500
  {
495
501
  "color": "#505050",
496
- "fontFamily": "GTStandard",
502
+ "fontFamily": "GTStandardRegular",
497
503
  "fontSize": 14,
498
504
  "letterSpacing": 0.3,
499
505
  "lineHeight": 20,
@@ -547,6 +553,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
547
553
  <Text
548
554
  style={
549
555
  {
556
+ "color": "#101010",
550
557
  "fontFamily": "GTStandardBold",
551
558
  "fontSize": 14,
552
559
  "letterSpacing": 0.3,
@@ -563,7 +570,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
563
570
  style={
564
571
  {
565
572
  "color": "#505050",
566
- "fontFamily": "GTStandard",
573
+ "fontFamily": "GTStandardRegular",
567
574
  "fontSize": 14,
568
575
  "letterSpacing": 0.3,
569
576
  "lineHeight": 20,
@@ -617,6 +624,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
617
624
  <Text
618
625
  style={
619
626
  {
627
+ "color": "#101010",
620
628
  "fontFamily": "GTStandardBold",
621
629
  "fontSize": 14,
622
630
  "letterSpacing": 0.3,
@@ -633,7 +641,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
633
641
  style={
634
642
  {
635
643
  "color": "#505050",
636
- "fontFamily": "GTStandard",
644
+ "fontFamily": "GTStandardRegular",
637
645
  "fontSize": 14,
638
646
  "letterSpacing": 0.3,
639
647
  "lineHeight": 20,
@@ -701,6 +709,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
701
709
  <Text
702
710
  style={
703
711
  {
712
+ "color": "#101010",
704
713
  "fontFamily": "GTStandardBold",
705
714
  "fontSize": 14,
706
715
  "letterSpacing": 0.3,
@@ -717,7 +726,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
717
726
  style={
718
727
  {
719
728
  "color": "#505050",
720
- "fontFamily": "GTStandard",
729
+ "fontFamily": "GTStandardRegular",
721
730
  "fontSize": 14,
722
731
  "letterSpacing": 0.3,
723
732
  "lineHeight": 20,
@@ -771,6 +780,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
771
780
  <Text
772
781
  style={
773
782
  {
783
+ "color": "#101010",
774
784
  "fontFamily": "GTStandardBold",
775
785
  "fontSize": 14,
776
786
  "letterSpacing": 0.3,
@@ -787,7 +797,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
787
797
  style={
788
798
  {
789
799
  "color": "#505050",
790
- "fontFamily": "GTStandard",
800
+ "fontFamily": "GTStandardRegular",
791
801
  "fontSize": 14,
792
802
  "letterSpacing": 0.3,
793
803
  "lineHeight": 20,
@@ -841,6 +851,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
841
851
  <Text
842
852
  style={
843
853
  {
854
+ "color": "#101010",
844
855
  "fontFamily": "GTStandardBold",
845
856
  "fontSize": 14,
846
857
  "letterSpacing": 0.3,
@@ -857,7 +868,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
857
868
  style={
858
869
  {
859
870
  "color": "#505050",
860
- "fontFamily": "GTStandard",
871
+ "fontFamily": "GTStandardRegular",
861
872
  "fontSize": 14,
862
873
  "letterSpacing": 0.3,
863
874
  "lineHeight": 20,
@@ -911,6 +922,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
911
922
  <Text
912
923
  style={
913
924
  {
925
+ "color": "#101010",
914
926
  "fontFamily": "GTStandardBold",
915
927
  "fontSize": 14,
916
928
  "letterSpacing": 0.3,
@@ -927,7 +939,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
927
939
  style={
928
940
  {
929
941
  "color": "#505050",
930
- "fontFamily": "GTStandard",
942
+ "fontFamily": "GTStandardRegular",
931
943
  "fontSize": 14,
932
944
  "letterSpacing": 0.3,
933
945
  "lineHeight": 20,
@@ -981,6 +993,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
981
993
  <Text
982
994
  style={
983
995
  {
996
+ "color": "#101010",
984
997
  "fontFamily": "GTStandardBold",
985
998
  "fontSize": 14,
986
999
  "letterSpacing": 0.3,
@@ -997,7 +1010,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
997
1010
  style={
998
1011
  {
999
1012
  "color": "#505050",
1000
- "fontFamily": "GTStandard",
1013
+ "fontFamily": "GTStandardRegular",
1001
1014
  "fontSize": 14,
1002
1015
  "letterSpacing": 0.3,
1003
1016
  "lineHeight": 20,
@@ -1051,6 +1064,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1051
1064
  <Text
1052
1065
  style={
1053
1066
  {
1067
+ "color": "#101010",
1054
1068
  "fontFamily": "GTStandardBold",
1055
1069
  "fontSize": 14,
1056
1070
  "letterSpacing": 0.3,
@@ -1067,7 +1081,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1067
1081
  style={
1068
1082
  {
1069
1083
  "color": "#505050",
1070
- "fontFamily": "GTStandard",
1084
+ "fontFamily": "GTStandardRegular",
1071
1085
  "fontSize": 14,
1072
1086
  "letterSpacing": 0.3,
1073
1087
  "lineHeight": 20,
@@ -1121,6 +1135,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1121
1135
  <Text
1122
1136
  style={
1123
1137
  {
1138
+ "color": "#101010",
1124
1139
  "fontFamily": "GTStandardBold",
1125
1140
  "fontSize": 14,
1126
1141
  "letterSpacing": 0.3,
@@ -1137,7 +1152,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1137
1152
  style={
1138
1153
  {
1139
1154
  "color": "#505050",
1140
- "fontFamily": "GTStandard",
1155
+ "fontFamily": "GTStandardRegular",
1141
1156
  "fontSize": 14,
1142
1157
  "letterSpacing": 0.3,
1143
1158
  "lineHeight": 20,
@@ -1205,6 +1220,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1205
1220
  <Text
1206
1221
  style={
1207
1222
  {
1223
+ "color": "#101010",
1208
1224
  "fontFamily": "GTStandardBold",
1209
1225
  "fontSize": 14,
1210
1226
  "letterSpacing": 0.3,
@@ -1221,7 +1237,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1221
1237
  style={
1222
1238
  {
1223
1239
  "color": "#505050",
1224
- "fontFamily": "GTStandard",
1240
+ "fontFamily": "GTStandardRegular",
1225
1241
  "fontSize": 14,
1226
1242
  "letterSpacing": 0.3,
1227
1243
  "lineHeight": 20,
@@ -1275,6 +1291,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1275
1291
  <Text
1276
1292
  style={
1277
1293
  {
1294
+ "color": "#101010",
1278
1295
  "fontFamily": "GTStandardBold",
1279
1296
  "fontSize": 14,
1280
1297
  "letterSpacing": 0.3,
@@ -1291,7 +1308,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1291
1308
  style={
1292
1309
  {
1293
1310
  "color": "#505050",
1294
- "fontFamily": "GTStandard",
1311
+ "fontFamily": "GTStandardRegular",
1295
1312
  "fontSize": 14,
1296
1313
  "letterSpacing": 0.3,
1297
1314
  "lineHeight": 20,
@@ -1345,6 +1362,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1345
1362
  <Text
1346
1363
  style={
1347
1364
  {
1365
+ "color": "#101010",
1348
1366
  "fontFamily": "GTStandardBold",
1349
1367
  "fontSize": 14,
1350
1368
  "letterSpacing": 0.3,
@@ -1361,7 +1379,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1361
1379
  style={
1362
1380
  {
1363
1381
  "color": "#505050",
1364
- "fontFamily": "GTStandard",
1382
+ "fontFamily": "GTStandardRegular",
1365
1383
  "fontSize": 14,
1366
1384
  "letterSpacing": 0.3,
1367
1385
  "lineHeight": 20,
@@ -1415,6 +1433,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1415
1433
  <Text
1416
1434
  style={
1417
1435
  {
1436
+ "color": "#101010",
1418
1437
  "fontFamily": "GTStandardBold",
1419
1438
  "fontSize": 14,
1420
1439
  "letterSpacing": 0.3,
@@ -1431,7 +1450,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1431
1450
  style={
1432
1451
  {
1433
1452
  "color": "#505050",
1434
- "fontFamily": "GTStandard",
1453
+ "fontFamily": "GTStandardRegular",
1435
1454
  "fontSize": 14,
1436
1455
  "letterSpacing": 0.3,
1437
1456
  "lineHeight": 20,
@@ -1485,6 +1504,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1485
1504
  <Text
1486
1505
  style={
1487
1506
  {
1507
+ "color": "#101010",
1488
1508
  "fontFamily": "GTStandardBold",
1489
1509
  "fontSize": 14,
1490
1510
  "letterSpacing": 0.3,
@@ -1501,7 +1521,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1501
1521
  style={
1502
1522
  {
1503
1523
  "color": "#505050",
1504
- "fontFamily": "GTStandard",
1524
+ "fontFamily": "GTStandardRegular",
1505
1525
  "fontSize": 14,
1506
1526
  "letterSpacing": 0.3,
1507
1527
  "lineHeight": 20,
@@ -1555,6 +1575,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1555
1575
  <Text
1556
1576
  style={
1557
1577
  {
1578
+ "color": "#101010",
1558
1579
  "fontFamily": "GTStandardBold",
1559
1580
  "fontSize": 14,
1560
1581
  "letterSpacing": 0.3,
@@ -1571,7 +1592,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1571
1592
  style={
1572
1593
  {
1573
1594
  "color": "#505050",
1574
- "fontFamily": "GTStandard",
1595
+ "fontFamily": "GTStandardRegular",
1575
1596
  "fontSize": 14,
1576
1597
  "letterSpacing": 0.3,
1577
1598
  "lineHeight": 20,
@@ -1625,6 +1646,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1625
1646
  <Text
1626
1647
  style={
1627
1648
  {
1649
+ "color": "#101010",
1628
1650
  "fontFamily": "GTStandardBold",
1629
1651
  "fontSize": 14,
1630
1652
  "letterSpacing": 0.3,
@@ -1641,7 +1663,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1641
1663
  style={
1642
1664
  {
1643
1665
  "color": "#505050",
1644
- "fontFamily": "GTStandard",
1666
+ "fontFamily": "GTStandardRegular",
1645
1667
  "fontSize": 14,
1646
1668
  "letterSpacing": 0.3,
1647
1669
  "lineHeight": 20,
@@ -1695,6 +1717,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1695
1717
  <Text
1696
1718
  style={
1697
1719
  {
1720
+ "color": "#101010",
1698
1721
  "fontFamily": "GTStandardBold",
1699
1722
  "fontSize": 14,
1700
1723
  "letterSpacing": 0.3,
@@ -1711,7 +1734,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1711
1734
  style={
1712
1735
  {
1713
1736
  "color": "#505050",
1714
- "fontFamily": "GTStandard",
1737
+ "fontFamily": "GTStandardRegular",
1715
1738
  "fontSize": 14,
1716
1739
  "letterSpacing": 0.3,
1717
1740
  "lineHeight": 20,
@@ -1765,6 +1788,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1765
1788
  <Text
1766
1789
  style={
1767
1790
  {
1791
+ "color": "#101010",
1768
1792
  "fontFamily": "GTStandardBold",
1769
1793
  "fontSize": 14,
1770
1794
  "letterSpacing": 0.3,
@@ -1781,7 +1805,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1781
1805
  style={
1782
1806
  {
1783
1807
  "color": "#505050",
1784
- "fontFamily": "GTStandard",
1808
+ "fontFamily": "GTStandardRegular",
1785
1809
  "fontSize": 14,
1786
1810
  "letterSpacing": 0.3,
1787
1811
  "lineHeight": 20,
@@ -1835,6 +1859,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1835
1859
  <Text
1836
1860
  style={
1837
1861
  {
1862
+ "color": "#101010",
1838
1863
  "fontFamily": "GTStandardBold",
1839
1864
  "fontSize": 14,
1840
1865
  "letterSpacing": 0.3,
@@ -1851,7 +1876,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1851
1876
  style={
1852
1877
  {
1853
1878
  "color": "#505050",
1854
- "fontFamily": "GTStandard",
1879
+ "fontFamily": "GTStandardRegular",
1855
1880
  "fontSize": 14,
1856
1881
  "letterSpacing": 0.3,
1857
1882
  "lineHeight": 20,
@@ -1905,6 +1930,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1905
1930
  <Text
1906
1931
  style={
1907
1932
  {
1933
+ "color": "#101010",
1908
1934
  "fontFamily": "GTStandardBold",
1909
1935
  "fontSize": 14,
1910
1936
  "letterSpacing": 0.3,
@@ -1921,7 +1947,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1921
1947
  style={
1922
1948
  {
1923
1949
  "color": "#505050",
1924
- "fontFamily": "GTStandard",
1950
+ "fontFamily": "GTStandardRegular",
1925
1951
  "fontSize": 14,
1926
1952
  "letterSpacing": 0.3,
1927
1953
  "lineHeight": 20,
@@ -1975,6 +2001,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1975
2001
  <Text
1976
2002
  style={
1977
2003
  {
2004
+ "color": "#101010",
1978
2005
  "fontFamily": "GTStandardBold",
1979
2006
  "fontSize": 14,
1980
2007
  "letterSpacing": 0.3,
@@ -1991,7 +2018,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
1991
2018
  style={
1992
2019
  {
1993
2020
  "color": "#505050",
1994
- "fontFamily": "GTStandard",
2021
+ "fontFamily": "GTStandardRegular",
1995
2022
  "fontSize": 14,
1996
2023
  "letterSpacing": 0.3,
1997
2024
  "lineHeight": 20,
@@ -2045,6 +2072,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2045
2072
  <Text
2046
2073
  style={
2047
2074
  {
2075
+ "color": "#101010",
2048
2076
  "fontFamily": "GTStandardBold",
2049
2077
  "fontSize": 14,
2050
2078
  "letterSpacing": 0.3,
@@ -2061,7 +2089,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2061
2089
  style={
2062
2090
  {
2063
2091
  "color": "#505050",
2064
- "fontFamily": "GTStandard",
2092
+ "fontFamily": "GTStandardRegular",
2065
2093
  "fontSize": 14,
2066
2094
  "letterSpacing": 0.3,
2067
2095
  "lineHeight": 20,
@@ -2115,6 +2143,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2115
2143
  <Text
2116
2144
  style={
2117
2145
  {
2146
+ "color": "#101010",
2118
2147
  "fontFamily": "GTStandardBold",
2119
2148
  "fontSize": 14,
2120
2149
  "letterSpacing": 0.3,
@@ -2131,7 +2160,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2131
2160
  style={
2132
2161
  {
2133
2162
  "color": "#505050",
2134
- "fontFamily": "GTStandard",
2163
+ "fontFamily": "GTStandardRegular",
2135
2164
  "fontSize": 14,
2136
2165
  "letterSpacing": 0.3,
2137
2166
  "lineHeight": 20,
@@ -2185,6 +2214,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2185
2214
  <Text
2186
2215
  style={
2187
2216
  {
2217
+ "color": "#101010",
2188
2218
  "fontFamily": "GTStandardBold",
2189
2219
  "fontSize": 14,
2190
2220
  "letterSpacing": 0.3,
@@ -2201,7 +2231,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2201
2231
  style={
2202
2232
  {
2203
2233
  "color": "#505050",
2204
- "fontFamily": "GTStandard",
2234
+ "fontFamily": "GTStandardRegular",
2205
2235
  "fontSize": 14,
2206
2236
  "letterSpacing": 0.3,
2207
2237
  "lineHeight": 20,
@@ -2255,6 +2285,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2255
2285
  <Text
2256
2286
  style={
2257
2287
  {
2288
+ "color": "#101010",
2258
2289
  "fontFamily": "GTStandardBold",
2259
2290
  "fontSize": 14,
2260
2291
  "letterSpacing": 0.3,
@@ -2271,7 +2302,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2271
2302
  style={
2272
2303
  {
2273
2304
  "color": "#505050",
2274
- "fontFamily": "GTStandard",
2305
+ "fontFamily": "GTStandardRegular",
2275
2306
  "fontSize": 14,
2276
2307
  "letterSpacing": 0.3,
2277
2308
  "lineHeight": 20,
@@ -2325,6 +2356,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2325
2356
  <Text
2326
2357
  style={
2327
2358
  {
2359
+ "color": "#101010",
2328
2360
  "fontFamily": "GTStandardBold",
2329
2361
  "fontSize": 14,
2330
2362
  "letterSpacing": 0.3,
@@ -2341,7 +2373,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2341
2373
  style={
2342
2374
  {
2343
2375
  "color": "#505050",
2344
- "fontFamily": "GTStandard",
2376
+ "fontFamily": "GTStandardRegular",
2345
2377
  "fontSize": 14,
2346
2378
  "letterSpacing": 0.3,
2347
2379
  "lineHeight": 20,
@@ -2395,6 +2427,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2395
2427
  <Text
2396
2428
  style={
2397
2429
  {
2430
+ "color": "#101010",
2398
2431
  "fontFamily": "GTStandardBold",
2399
2432
  "fontSize": 14,
2400
2433
  "letterSpacing": 0.3,
@@ -2411,7 +2444,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2411
2444
  style={
2412
2445
  {
2413
2446
  "color": "#505050",
2414
- "fontFamily": "GTStandard",
2447
+ "fontFamily": "GTStandardRegular",
2415
2448
  "fontSize": 14,
2416
2449
  "letterSpacing": 0.3,
2417
2450
  "lineHeight": 20,
@@ -2465,6 +2498,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2465
2498
  <Text
2466
2499
  style={
2467
2500
  {
2501
+ "color": "#101010",
2468
2502
  "fontFamily": "GTStandardBold",
2469
2503
  "fontSize": 14,
2470
2504
  "letterSpacing": 0.3,
@@ -2481,7 +2515,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2481
2515
  style={
2482
2516
  {
2483
2517
  "color": "#505050",
2484
- "fontFamily": "GTStandard",
2518
+ "fontFamily": "GTStandardRegular",
2485
2519
  "fontSize": 14,
2486
2520
  "letterSpacing": 0.3,
2487
2521
  "lineHeight": 20,
@@ -2535,6 +2569,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2535
2569
  <Text
2536
2570
  style={
2537
2571
  {
2572
+ "color": "#101010",
2538
2573
  "fontFamily": "GTStandardBold",
2539
2574
  "fontSize": 14,
2540
2575
  "letterSpacing": 0.3,
@@ -2551,7 +2586,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2551
2586
  style={
2552
2587
  {
2553
2588
  "color": "#505050",
2554
- "fontFamily": "GTStandard",
2589
+ "fontFamily": "GTStandardRegular",
2555
2590
  "fontSize": 14,
2556
2591
  "letterSpacing": 0.3,
2557
2592
  "lineHeight": 20,
@@ -2605,6 +2640,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2605
2640
  <Text
2606
2641
  style={
2607
2642
  {
2643
+ "color": "#101010",
2608
2644
  "fontFamily": "GTStandardBold",
2609
2645
  "fontSize": 14,
2610
2646
  "letterSpacing": 0.3,
@@ -2621,7 +2657,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2621
2657
  style={
2622
2658
  {
2623
2659
  "color": "#505050",
2624
- "fontFamily": "GTStandard",
2660
+ "fontFamily": "GTStandardRegular",
2625
2661
  "fontSize": 14,
2626
2662
  "letterSpacing": 0.3,
2627
2663
  "lineHeight": 20,
@@ -2675,6 +2711,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2675
2711
  <Text
2676
2712
  style={
2677
2713
  {
2714
+ "color": "#101010",
2678
2715
  "fontFamily": "GTStandardBold",
2679
2716
  "fontSize": 14,
2680
2717
  "letterSpacing": 0.3,
@@ -2691,7 +2728,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2691
2728
  style={
2692
2729
  {
2693
2730
  "color": "#505050",
2694
- "fontFamily": "GTStandard",
2731
+ "fontFamily": "GTStandardRegular",
2695
2732
  "fontSize": 14,
2696
2733
  "letterSpacing": 0.3,
2697
2734
  "lineHeight": 20,
@@ -2745,6 +2782,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2745
2782
  <Text
2746
2783
  style={
2747
2784
  {
2785
+ "color": "#101010",
2748
2786
  "fontFamily": "GTStandardBold",
2749
2787
  "fontSize": 14,
2750
2788
  "letterSpacing": 0.3,
@@ -2761,7 +2799,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2761
2799
  style={
2762
2800
  {
2763
2801
  "color": "#505050",
2764
- "fontFamily": "GTStandard",
2802
+ "fontFamily": "GTStandardRegular",
2765
2803
  "fontSize": 14,
2766
2804
  "letterSpacing": 0.3,
2767
2805
  "lineHeight": 20,
@@ -2815,6 +2853,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2815
2853
  <Text
2816
2854
  style={
2817
2855
  {
2856
+ "color": "#101010",
2818
2857
  "fontFamily": "GTStandardBold",
2819
2858
  "fontSize": 14,
2820
2859
  "letterSpacing": 0.3,
@@ -2831,7 +2870,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2831
2870
  style={
2832
2871
  {
2833
2872
  "color": "#505050",
2834
- "fontFamily": "GTStandard",
2873
+ "fontFamily": "GTStandardRegular",
2835
2874
  "fontSize": 14,
2836
2875
  "letterSpacing": 0.3,
2837
2876
  "lineHeight": 20,
@@ -2885,6 +2924,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2885
2924
  <Text
2886
2925
  style={
2887
2926
  {
2927
+ "color": "#101010",
2888
2928
  "fontFamily": "GTStandardBold",
2889
2929
  "fontSize": 14,
2890
2930
  "letterSpacing": 0.3,
@@ -2901,7 +2941,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2901
2941
  style={
2902
2942
  {
2903
2943
  "color": "#505050",
2904
- "fontFamily": "GTStandard",
2944
+ "fontFamily": "GTStandardRegular",
2905
2945
  "fontSize": 14,
2906
2946
  "letterSpacing": 0.3,
2907
2947
  "lineHeight": 20,
@@ -2955,6 +2995,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2955
2995
  <Text
2956
2996
  style={
2957
2997
  {
2998
+ "color": "#101010",
2958
2999
  "fontFamily": "GTStandardBold",
2959
3000
  "fontSize": 14,
2960
3001
  "letterSpacing": 0.3,
@@ -2971,7 +3012,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
2971
3012
  style={
2972
3013
  {
2973
3014
  "color": "#505050",
2974
- "fontFamily": "GTStandard",
3015
+ "fontFamily": "GTStandardRegular",
2975
3016
  "fontSize": 14,
2976
3017
  "letterSpacing": 0.3,
2977
3018
  "lineHeight": 20,
@@ -3025,6 +3066,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3025
3066
  <Text
3026
3067
  style={
3027
3068
  {
3069
+ "color": "#101010",
3028
3070
  "fontFamily": "GTStandardBold",
3029
3071
  "fontSize": 14,
3030
3072
  "letterSpacing": 0.3,
@@ -3041,7 +3083,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3041
3083
  style={
3042
3084
  {
3043
3085
  "color": "#505050",
3044
- "fontFamily": "GTStandard",
3086
+ "fontFamily": "GTStandardRegular",
3045
3087
  "fontSize": 14,
3046
3088
  "letterSpacing": 0.3,
3047
3089
  "lineHeight": 20,
@@ -3095,6 +3137,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3095
3137
  <Text
3096
3138
  style={
3097
3139
  {
3140
+ "color": "#101010",
3098
3141
  "fontFamily": "GTStandardBold",
3099
3142
  "fontSize": 14,
3100
3143
  "letterSpacing": 0.3,
@@ -3111,7 +3154,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3111
3154
  style={
3112
3155
  {
3113
3156
  "color": "#505050",
3114
- "fontFamily": "GTStandard",
3157
+ "fontFamily": "GTStandardRegular",
3115
3158
  "fontSize": 14,
3116
3159
  "letterSpacing": 0.3,
3117
3160
  "lineHeight": 20,
@@ -3165,6 +3208,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3165
3208
  <Text
3166
3209
  style={
3167
3210
  {
3211
+ "color": "#101010",
3168
3212
  "fontFamily": "GTStandardBold",
3169
3213
  "fontSize": 14,
3170
3214
  "letterSpacing": 0.3,
@@ -3181,7 +3225,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3181
3225
  style={
3182
3226
  {
3183
3227
  "color": "#505050",
3184
- "fontFamily": "GTStandard",
3228
+ "fontFamily": "GTStandardRegular",
3185
3229
  "fontSize": 14,
3186
3230
  "letterSpacing": 0.3,
3187
3231
  "lineHeight": 20,
@@ -3235,6 +3279,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3235
3279
  <Text
3236
3280
  style={
3237
3281
  {
3282
+ "color": "#101010",
3238
3283
  "fontFamily": "GTStandardBold",
3239
3284
  "fontSize": 14,
3240
3285
  "letterSpacing": 0.3,
@@ -3251,7 +3296,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3251
3296
  style={
3252
3297
  {
3253
3298
  "color": "#505050",
3254
- "fontFamily": "GTStandard",
3299
+ "fontFamily": "GTStandardRegular",
3255
3300
  "fontSize": 14,
3256
3301
  "letterSpacing": 0.3,
3257
3302
  "lineHeight": 20,
@@ -3305,6 +3350,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3305
3350
  <Text
3306
3351
  style={
3307
3352
  {
3353
+ "color": "#101010",
3308
3354
  "fontFamily": "GTStandardBold",
3309
3355
  "fontSize": 14,
3310
3356
  "letterSpacing": 0.3,
@@ -3321,7 +3367,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3321
3367
  style={
3322
3368
  {
3323
3369
  "color": "#505050",
3324
- "fontFamily": "GTStandard",
3370
+ "fontFamily": "GTStandardRegular",
3325
3371
  "fontSize": 14,
3326
3372
  "letterSpacing": 0.3,
3327
3373
  "lineHeight": 20,
@@ -3389,6 +3435,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3389
3435
  <Text
3390
3436
  style={
3391
3437
  {
3438
+ "color": "#101010",
3392
3439
  "fontFamily": "GTStandardBold",
3393
3440
  "fontSize": 14,
3394
3441
  "letterSpacing": 0.3,
@@ -3405,7 +3452,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3405
3452
  style={
3406
3453
  {
3407
3454
  "color": "#505050",
3408
- "fontFamily": "GTStandard",
3455
+ "fontFamily": "GTStandardRegular",
3409
3456
  "fontSize": 14,
3410
3457
  "letterSpacing": 0.3,
3411
3458
  "lineHeight": 20,
@@ -3473,6 +3520,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3473
3520
  <Text
3474
3521
  style={
3475
3522
  {
3523
+ "color": "#101010",
3476
3524
  "fontFamily": "GTStandardBold",
3477
3525
  "fontSize": 14,
3478
3526
  "letterSpacing": 0.3,
@@ -3489,7 +3537,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3489
3537
  style={
3490
3538
  {
3491
3539
  "color": "#505050",
3492
- "fontFamily": "GTStandard",
3540
+ "fontFamily": "GTStandardRegular",
3493
3541
  "fontSize": 14,
3494
3542
  "letterSpacing": 0.3,
3495
3543
  "lineHeight": 20,
@@ -3543,6 +3591,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3543
3591
  <Text
3544
3592
  style={
3545
3593
  {
3594
+ "color": "#101010",
3546
3595
  "fontFamily": "GTStandardBold",
3547
3596
  "fontSize": 14,
3548
3597
  "letterSpacing": 0.3,
@@ -3559,7 +3608,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3559
3608
  style={
3560
3609
  {
3561
3610
  "color": "#505050",
3562
- "fontFamily": "GTStandard",
3611
+ "fontFamily": "GTStandardRegular",
3563
3612
  "fontSize": 14,
3564
3613
  "letterSpacing": 0.3,
3565
3614
  "lineHeight": 20,
@@ -3613,6 +3662,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3613
3662
  <Text
3614
3663
  style={
3615
3664
  {
3665
+ "color": "#101010",
3616
3666
  "fontFamily": "GTStandardBold",
3617
3667
  "fontSize": 14,
3618
3668
  "letterSpacing": 0.3,
@@ -3629,7 +3679,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3629
3679
  style={
3630
3680
  {
3631
3681
  "color": "#505050",
3632
- "fontFamily": "GTStandard",
3682
+ "fontFamily": "GTStandardRegular",
3633
3683
  "fontSize": 14,
3634
3684
  "letterSpacing": 0.3,
3635
3685
  "lineHeight": 20,
@@ -3683,6 +3733,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3683
3733
  <Text
3684
3734
  style={
3685
3735
  {
3736
+ "color": "#101010",
3686
3737
  "fontFamily": "GTStandardBold",
3687
3738
  "fontSize": 14,
3688
3739
  "letterSpacing": 0.3,
@@ -3699,7 +3750,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3699
3750
  style={
3700
3751
  {
3701
3752
  "color": "#505050",
3702
- "fontFamily": "GTStandard",
3753
+ "fontFamily": "GTStandardRegular",
3703
3754
  "fontSize": 14,
3704
3755
  "letterSpacing": 0.3,
3705
3756
  "lineHeight": 20,
@@ -3753,6 +3804,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3753
3804
  <Text
3754
3805
  style={
3755
3806
  {
3807
+ "color": "#101010",
3756
3808
  "fontFamily": "GTStandardBold",
3757
3809
  "fontSize": 14,
3758
3810
  "letterSpacing": 0.3,
@@ -3769,7 +3821,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3769
3821
  style={
3770
3822
  {
3771
3823
  "color": "#505050",
3772
- "fontFamily": "GTStandard",
3824
+ "fontFamily": "GTStandardRegular",
3773
3825
  "fontSize": 14,
3774
3826
  "letterSpacing": 0.3,
3775
3827
  "lineHeight": 20,
@@ -3823,6 +3875,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3823
3875
  <Text
3824
3876
  style={
3825
3877
  {
3878
+ "color": "#101010",
3826
3879
  "fontFamily": "GTStandardBold",
3827
3880
  "fontSize": 14,
3828
3881
  "letterSpacing": 0.3,
@@ -3839,7 +3892,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3839
3892
  style={
3840
3893
  {
3841
3894
  "color": "#505050",
3842
- "fontFamily": "GTStandard",
3895
+ "fontFamily": "GTStandardRegular",
3843
3896
  "fontSize": 14,
3844
3897
  "letterSpacing": 0.3,
3845
3898
  "lineHeight": 20,
@@ -3893,6 +3946,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3893
3946
  <Text
3894
3947
  style={
3895
3948
  {
3949
+ "color": "#101010",
3896
3950
  "fontFamily": "GTStandardBold",
3897
3951
  "fontSize": 14,
3898
3952
  "letterSpacing": 0.3,
@@ -3909,7 +3963,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3909
3963
  style={
3910
3964
  {
3911
3965
  "color": "#505050",
3912
- "fontFamily": "GTStandard",
3966
+ "fontFamily": "GTStandardRegular",
3913
3967
  "fontSize": 14,
3914
3968
  "letterSpacing": 0.3,
3915
3969
  "lineHeight": 20,
@@ -3963,6 +4017,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3963
4017
  <Text
3964
4018
  style={
3965
4019
  {
4020
+ "color": "#101010",
3966
4021
  "fontFamily": "GTStandardBold",
3967
4022
  "fontSize": 14,
3968
4023
  "letterSpacing": 0.3,
@@ -3979,7 +4034,7 @@ exports[`Bumper/Core/Themes Light 1`] = `
3979
4034
  style={
3980
4035
  {
3981
4036
  "color": "#505050",
3982
- "fontFamily": "GTStandard",
4037
+ "fontFamily": "GTStandardRegular",
3983
4038
  "fontSize": 14,
3984
4039
  "letterSpacing": 0.3,
3985
4040
  "lineHeight": 20,