@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/Tokens Fonts 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,
@@ -61,6 +61,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
61
61
  <Text
62
62
  style={
63
63
  {
64
+ "color": "#101010",
64
65
  "fontFamily": "GTStandardBold",
65
66
  "fontSize": 14,
66
67
  "letterSpacing": 0.3,
@@ -83,7 +84,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
83
84
  style={
84
85
  {
85
86
  "color": "#505050",
86
- "fontFamily": "GTStandard",
87
+ "fontFamily": "GTStandardRegular",
87
88
  "fontSize": 12,
88
89
  "letterSpacing": 0.3,
89
90
  "lineHeight": 16,
@@ -100,6 +101,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
100
101
  <Text
101
102
  style={
102
103
  {
104
+ "color": "#101010",
103
105
  "fontFamily": "GTStandardSemibold",
104
106
  "fontSize": 56,
105
107
  "letterSpacing": 0,
@@ -130,6 +132,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
130
132
  <Text
131
133
  style={
132
134
  {
135
+ "color": "#101010",
133
136
  "fontFamily": "GTStandardBold",
134
137
  "fontSize": 14,
135
138
  "letterSpacing": 0.3,
@@ -152,7 +155,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
152
155
  style={
153
156
  {
154
157
  "color": "#505050",
155
- "fontFamily": "GTStandard",
158
+ "fontFamily": "GTStandardRegular",
156
159
  "fontSize": 12,
157
160
  "letterSpacing": 0.3,
158
161
  "lineHeight": 16,
@@ -169,6 +172,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
169
172
  <Text
170
173
  style={
171
174
  {
175
+ "color": "#101010",
172
176
  "fontFamily": "GTStandardSemibold",
173
177
  "fontSize": 48,
174
178
  "letterSpacing": 0,
@@ -199,6 +203,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
199
203
  <Text
200
204
  style={
201
205
  {
206
+ "color": "#101010",
202
207
  "fontFamily": "GTStandardBold",
203
208
  "fontSize": 14,
204
209
  "letterSpacing": 0.3,
@@ -221,7 +226,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
221
226
  style={
222
227
  {
223
228
  "color": "#505050",
224
- "fontFamily": "GTStandard",
229
+ "fontFamily": "GTStandardRegular",
225
230
  "fontSize": 12,
226
231
  "letterSpacing": 0.3,
227
232
  "lineHeight": 16,
@@ -238,6 +243,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
238
243
  <Text
239
244
  style={
240
245
  {
246
+ "color": "#101010",
241
247
  "fontFamily": "GTStandardSemibold",
242
248
  "fontSize": 38,
243
249
  "letterSpacing": 0,
@@ -268,6 +274,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
268
274
  <Text
269
275
  style={
270
276
  {
277
+ "color": "#101010",
271
278
  "fontFamily": "GTStandardBold",
272
279
  "fontSize": 14,
273
280
  "letterSpacing": 0.3,
@@ -290,7 +297,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
290
297
  style={
291
298
  {
292
299
  "color": "#505050",
293
- "fontFamily": "GTStandard",
300
+ "fontFamily": "GTStandardRegular",
294
301
  "fontSize": 12,
295
302
  "letterSpacing": 0.3,
296
303
  "lineHeight": 16,
@@ -307,6 +314,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
307
314
  <Text
308
315
  style={
309
316
  {
317
+ "color": "#101010",
310
318
  "fontFamily": "GTStandardSemibold",
311
319
  "fontSize": 28,
312
320
  "letterSpacing": 0,
@@ -337,6 +345,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
337
345
  <Text
338
346
  style={
339
347
  {
348
+ "color": "#101010",
340
349
  "fontFamily": "GTStandardBold",
341
350
  "fontSize": 14,
342
351
  "letterSpacing": 0.3,
@@ -359,7 +368,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
359
368
  style={
360
369
  {
361
370
  "color": "#505050",
362
- "fontFamily": "GTStandard",
371
+ "fontFamily": "GTStandardRegular",
363
372
  "fontSize": 12,
364
373
  "letterSpacing": 0.3,
365
374
  "lineHeight": 16,
@@ -376,6 +385,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
376
385
  <Text
377
386
  style={
378
387
  {
388
+ "color": "#101010",
379
389
  "fontFamily": "GTStandardSemibold",
380
390
  "fontSize": 24,
381
391
  "letterSpacing": 0,
@@ -406,6 +416,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
406
416
  <Text
407
417
  style={
408
418
  {
419
+ "color": "#101010",
409
420
  "fontFamily": "GTStandardBold",
410
421
  "fontSize": 14,
411
422
  "letterSpacing": 0.3,
@@ -428,7 +439,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
428
439
  style={
429
440
  {
430
441
  "color": "#505050",
431
- "fontFamily": "GTStandard",
442
+ "fontFamily": "GTStandardRegular",
432
443
  "fontSize": 12,
433
444
  "letterSpacing": 0.3,
434
445
  "lineHeight": 16,
@@ -445,6 +456,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
445
456
  <Text
446
457
  style={
447
458
  {
459
+ "color": "#101010",
448
460
  "fontFamily": "GTStandardSemibold",
449
461
  "fontSize": 20,
450
462
  "letterSpacing": 0,
@@ -475,6 +487,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
475
487
  <Text
476
488
  style={
477
489
  {
490
+ "color": "#101010",
478
491
  "fontFamily": "GTStandardBold",
479
492
  "fontSize": 14,
480
493
  "letterSpacing": 0.3,
@@ -497,7 +510,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
497
510
  style={
498
511
  {
499
512
  "color": "#505050",
500
- "fontFamily": "GTStandard",
513
+ "fontFamily": "GTStandardRegular",
501
514
  "fontSize": 12,
502
515
  "letterSpacing": 0.3,
503
516
  "lineHeight": 16,
@@ -514,6 +527,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
514
527
  <Text
515
528
  style={
516
529
  {
530
+ "color": "#101010",
517
531
  "fontFamily": "GTStandardSemibold",
518
532
  "fontSize": 20,
519
533
  "letterSpacing": 0,
@@ -544,6 +558,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
544
558
  <Text
545
559
  style={
546
560
  {
561
+ "color": "#101010",
547
562
  "fontFamily": "GTStandardBold",
548
563
  "fontSize": 14,
549
564
  "letterSpacing": 0.3,
@@ -566,7 +581,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
566
581
  style={
567
582
  {
568
583
  "color": "#505050",
569
- "fontFamily": "GTStandard",
584
+ "fontFamily": "GTStandardRegular",
570
585
  "fontSize": 12,
571
586
  "letterSpacing": 0.3,
572
587
  "lineHeight": 16,
@@ -583,7 +598,8 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
583
598
  <Text
584
599
  style={
585
600
  {
586
- "fontFamily": "GTStandard",
601
+ "color": "#101010",
602
+ "fontFamily": "GTStandardRegular",
587
603
  "fontSize": 24,
588
604
  "letterSpacing": 0.3,
589
605
  "lineHeight": 32,
@@ -613,6 +629,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
613
629
  <Text
614
630
  style={
615
631
  {
632
+ "color": "#101010",
616
633
  "fontFamily": "GTStandardBold",
617
634
  "fontSize": 14,
618
635
  "letterSpacing": 0.3,
@@ -635,7 +652,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
635
652
  style={
636
653
  {
637
654
  "color": "#505050",
638
- "fontFamily": "GTStandard",
655
+ "fontFamily": "GTStandardRegular",
639
656
  "fontSize": 12,
640
657
  "letterSpacing": 0.3,
641
658
  "lineHeight": 16,
@@ -652,7 +669,8 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
652
669
  <Text
653
670
  style={
654
671
  {
655
- "fontFamily": "GTStandard",
672
+ "color": "#101010",
673
+ "fontFamily": "GTStandardRegular",
656
674
  "fontSize": 18,
657
675
  "letterSpacing": 0.3,
658
676
  "lineHeight": 26,
@@ -682,6 +700,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
682
700
  <Text
683
701
  style={
684
702
  {
703
+ "color": "#101010",
685
704
  "fontFamily": "GTStandardBold",
686
705
  "fontSize": 14,
687
706
  "letterSpacing": 0.3,
@@ -704,7 +723,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
704
723
  style={
705
724
  {
706
725
  "color": "#505050",
707
- "fontFamily": "GTStandard",
726
+ "fontFamily": "GTStandardRegular",
708
727
  "fontSize": 12,
709
728
  "letterSpacing": 0.3,
710
729
  "lineHeight": 16,
@@ -721,7 +740,8 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
721
740
  <Text
722
741
  style={
723
742
  {
724
- "fontFamily": "GTStandard",
743
+ "color": "#101010",
744
+ "fontFamily": "GTStandardRegular",
725
745
  "fontSize": 16,
726
746
  "letterSpacing": 0.3,
727
747
  "lineHeight": 24,
@@ -751,6 +771,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
751
771
  <Text
752
772
  style={
753
773
  {
774
+ "color": "#101010",
754
775
  "fontFamily": "GTStandardBold",
755
776
  "fontSize": 14,
756
777
  "letterSpacing": 0.3,
@@ -773,7 +794,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
773
794
  style={
774
795
  {
775
796
  "color": "#505050",
776
- "fontFamily": "GTStandard",
797
+ "fontFamily": "GTStandardRegular",
777
798
  "fontSize": 12,
778
799
  "letterSpacing": 0.3,
779
800
  "lineHeight": 16,
@@ -790,7 +811,8 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
790
811
  <Text
791
812
  style={
792
813
  {
793
- "fontFamily": "GTStandard",
814
+ "color": "#101010",
815
+ "fontFamily": "GTStandardRegular",
794
816
  "fontSize": 14,
795
817
  "letterSpacing": 0.3,
796
818
  "lineHeight": 20,
@@ -820,6 +842,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
820
842
  <Text
821
843
  style={
822
844
  {
845
+ "color": "#101010",
823
846
  "fontFamily": "GTStandardBold",
824
847
  "fontSize": 14,
825
848
  "letterSpacing": 0.3,
@@ -842,7 +865,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
842
865
  style={
843
866
  {
844
867
  "color": "#505050",
845
- "fontFamily": "GTStandard",
868
+ "fontFamily": "GTStandardRegular",
846
869
  "fontSize": 12,
847
870
  "letterSpacing": 0.3,
848
871
  "lineHeight": 16,
@@ -859,7 +882,8 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
859
882
  <Text
860
883
  style={
861
884
  {
862
- "fontFamily": "GTStandard",
885
+ "color": "#101010",
886
+ "fontFamily": "GTStandardRegular",
863
887
  "fontSize": 12,
864
888
  "letterSpacing": 0.3,
865
889
  "lineHeight": 16,
@@ -889,6 +913,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
889
913
  <Text
890
914
  style={
891
915
  {
916
+ "color": "#101010",
892
917
  "fontFamily": "GTStandardBold",
893
918
  "fontSize": 14,
894
919
  "letterSpacing": 0.3,
@@ -911,7 +936,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
911
936
  style={
912
937
  {
913
938
  "color": "#505050",
914
- "fontFamily": "GTStandard",
939
+ "fontFamily": "GTStandardRegular",
915
940
  "fontSize": 12,
916
941
  "letterSpacing": 0.3,
917
942
  "lineHeight": 16,
@@ -928,6 +953,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
928
953
  <Text
929
954
  style={
930
955
  {
956
+ "color": "#101010",
931
957
  "fontFamily": "GTStandardSemibold",
932
958
  "fontSize": 18,
933
959
  "letterSpacing": 0,
@@ -958,6 +984,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
958
984
  <Text
959
985
  style={
960
986
  {
987
+ "color": "#101010",
961
988
  "fontFamily": "GTStandardBold",
962
989
  "fontSize": 14,
963
990
  "letterSpacing": 0.3,
@@ -980,7 +1007,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
980
1007
  style={
981
1008
  {
982
1009
  "color": "#505050",
983
- "fontFamily": "GTStandard",
1010
+ "fontFamily": "GTStandardRegular",
984
1011
  "fontSize": 12,
985
1012
  "letterSpacing": 0.3,
986
1013
  "lineHeight": 16,
@@ -997,6 +1024,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
997
1024
  <Text
998
1025
  style={
999
1026
  {
1027
+ "color": "#101010",
1000
1028
  "fontFamily": "GTStandardSemibold",
1001
1029
  "fontSize": 16,
1002
1030
  "letterSpacing": 0,
@@ -1027,6 +1055,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1027
1055
  <Text
1028
1056
  style={
1029
1057
  {
1058
+ "color": "#101010",
1030
1059
  "fontFamily": "GTStandardBold",
1031
1060
  "fontSize": 14,
1032
1061
  "letterSpacing": 0.3,
@@ -1049,7 +1078,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1049
1078
  style={
1050
1079
  {
1051
1080
  "color": "#505050",
1052
- "fontFamily": "GTStandard",
1081
+ "fontFamily": "GTStandardRegular",
1053
1082
  "fontSize": 12,
1054
1083
  "letterSpacing": 0.3,
1055
1084
  "lineHeight": 16,
@@ -1066,6 +1095,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1066
1095
  <Text
1067
1096
  style={
1068
1097
  {
1098
+ "color": "#101010",
1069
1099
  "fontFamily": "GTStandardSemibold",
1070
1100
  "fontSize": 14,
1071
1101
  "letterSpacing": 0,
@@ -1096,6 +1126,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1096
1126
  <Text
1097
1127
  style={
1098
1128
  {
1129
+ "color": "#101010",
1099
1130
  "fontFamily": "GTStandardBold",
1100
1131
  "fontSize": 14,
1101
1132
  "letterSpacing": 0.3,
@@ -1118,7 +1149,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1118
1149
  style={
1119
1150
  {
1120
1151
  "color": "#505050",
1121
- "fontFamily": "GTStandard",
1152
+ "fontFamily": "GTStandardRegular",
1122
1153
  "fontSize": 12,
1123
1154
  "letterSpacing": 0.3,
1124
1155
  "lineHeight": 16,
@@ -1135,6 +1166,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1135
1166
  <Text
1136
1167
  style={
1137
1168
  {
1169
+ "color": "#101010",
1138
1170
  "fontFamily": "GTStandardSemibold",
1139
1171
  "fontSize": 12,
1140
1172
  "letterSpacing": 0,
@@ -1165,6 +1197,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1165
1197
  <Text
1166
1198
  style={
1167
1199
  {
1200
+ "color": "#101010",
1168
1201
  "fontFamily": "GTStandardBold",
1169
1202
  "fontSize": 14,
1170
1203
  "letterSpacing": 0.3,
@@ -1187,7 +1220,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1187
1220
  style={
1188
1221
  {
1189
1222
  "color": "#505050",
1190
- "fontFamily": "GTStandard",
1223
+ "fontFamily": "GTStandardRegular",
1191
1224
  "fontSize": 12,
1192
1225
  "letterSpacing": 0.3,
1193
1226
  "lineHeight": 16,
@@ -1204,6 +1237,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1204
1237
  <Text
1205
1238
  style={
1206
1239
  {
1240
+ "color": "#101010",
1207
1241
  "fontFamily": "GTStandardNarrowBold",
1208
1242
  "fontSize": 40,
1209
1243
  "letterSpacing": 0,
@@ -1235,6 +1269,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1235
1269
  <Text
1236
1270
  style={
1237
1271
  {
1272
+ "color": "#101010",
1238
1273
  "fontFamily": "GTStandardBold",
1239
1274
  "fontSize": 14,
1240
1275
  "letterSpacing": 0.3,
@@ -1257,7 +1292,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1257
1292
  style={
1258
1293
  {
1259
1294
  "color": "#505050",
1260
- "fontFamily": "GTStandard",
1295
+ "fontFamily": "GTStandardRegular",
1261
1296
  "fontSize": 12,
1262
1297
  "letterSpacing": 0.3,
1263
1298
  "lineHeight": 16,
@@ -1274,6 +1309,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1274
1309
  <Text
1275
1310
  style={
1276
1311
  {
1312
+ "color": "#101010",
1277
1313
  "fontFamily": "GTStandardNarrowBold",
1278
1314
  "fontSize": 32,
1279
1315
  "letterSpacing": 0,
@@ -1305,6 +1341,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1305
1341
  <Text
1306
1342
  style={
1307
1343
  {
1344
+ "color": "#101010",
1308
1345
  "fontFamily": "GTStandardBold",
1309
1346
  "fontSize": 14,
1310
1347
  "letterSpacing": 0.3,
@@ -1327,7 +1364,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1327
1364
  style={
1328
1365
  {
1329
1366
  "color": "#505050",
1330
- "fontFamily": "GTStandard",
1367
+ "fontFamily": "GTStandardRegular",
1331
1368
  "fontSize": 12,
1332
1369
  "letterSpacing": 0.3,
1333
1370
  "lineHeight": 16,
@@ -1344,6 +1381,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1344
1381
  <Text
1345
1382
  style={
1346
1383
  {
1384
+ "color": "#101010",
1347
1385
  "fontFamily": "GTStandardNarrowBold",
1348
1386
  "fontSize": 24,
1349
1387
  "letterSpacing": 0,
@@ -1375,6 +1413,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1375
1413
  <Text
1376
1414
  style={
1377
1415
  {
1416
+ "color": "#101010",
1378
1417
  "fontFamily": "GTStandardBold",
1379
1418
  "fontSize": 14,
1380
1419
  "letterSpacing": 0.3,
@@ -1397,7 +1436,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1397
1436
  style={
1398
1437
  {
1399
1438
  "color": "#505050",
1400
- "fontFamily": "GTStandard",
1439
+ "fontFamily": "GTStandardRegular",
1401
1440
  "fontSize": 12,
1402
1441
  "letterSpacing": 0.3,
1403
1442
  "lineHeight": 16,
@@ -1414,6 +1453,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1414
1453
  <Text
1415
1454
  style={
1416
1455
  {
1456
+ "color": "#101010",
1417
1457
  "fontFamily": "GTStandardNarrowBold",
1418
1458
  "fontSize": 18,
1419
1459
  "letterSpacing": 0,
@@ -1445,6 +1485,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1445
1485
  <Text
1446
1486
  style={
1447
1487
  {
1488
+ "color": "#101010",
1448
1489
  "fontFamily": "GTStandardBold",
1449
1490
  "fontSize": 14,
1450
1491
  "letterSpacing": 0.3,
@@ -1467,7 +1508,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1467
1508
  style={
1468
1509
  {
1469
1510
  "color": "#505050",
1470
- "fontFamily": "GTStandard",
1511
+ "fontFamily": "GTStandardRegular",
1471
1512
  "fontSize": 12,
1472
1513
  "letterSpacing": 0.3,
1473
1514
  "lineHeight": 16,
@@ -1484,6 +1525,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1484
1525
  <Text
1485
1526
  style={
1486
1527
  {
1528
+ "color": "#101010",
1487
1529
  "fontFamily": "GTStandardNarrowBold",
1488
1530
  "fontSize": 16,
1489
1531
  "letterSpacing": 0,
@@ -1515,6 +1557,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1515
1557
  <Text
1516
1558
  style={
1517
1559
  {
1560
+ "color": "#101010",
1518
1561
  "fontFamily": "GTStandardBold",
1519
1562
  "fontSize": 14,
1520
1563
  "letterSpacing": 0.3,
@@ -1537,7 +1580,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1537
1580
  style={
1538
1581
  {
1539
1582
  "color": "#505050",
1540
- "fontFamily": "GTStandard",
1583
+ "fontFamily": "GTStandardRegular",
1541
1584
  "fontSize": 12,
1542
1585
  "letterSpacing": 0.3,
1543
1586
  "lineHeight": 16,
@@ -1554,6 +1597,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1554
1597
  <Text
1555
1598
  style={
1556
1599
  {
1600
+ "color": "#101010",
1557
1601
  "fontFamily": "GTStandardNarrowBold",
1558
1602
  "fontSize": 14,
1559
1603
  "letterSpacing": 0,
@@ -1585,6 +1629,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1585
1629
  <Text
1586
1630
  style={
1587
1631
  {
1632
+ "color": "#101010",
1588
1633
  "fontFamily": "GTStandardBold",
1589
1634
  "fontSize": 14,
1590
1635
  "letterSpacing": 0.3,
@@ -1607,7 +1652,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1607
1652
  style={
1608
1653
  {
1609
1654
  "color": "#505050",
1610
- "fontFamily": "GTStandard",
1655
+ "fontFamily": "GTStandardRegular",
1611
1656
  "fontSize": 12,
1612
1657
  "letterSpacing": 0.3,
1613
1658
  "lineHeight": 16,
@@ -1624,6 +1669,7 @@ exports[`Bumper/Core/Tokens Fonts 1`] = `
1624
1669
  <Text
1625
1670
  style={
1626
1671
  {
1672
+ "color": "#101010",
1627
1673
  "fontFamily": "GTStandardNarrowBold",
1628
1674
  "fontSize": 12,
1629
1675
  "letterSpacing": 0,
@@ -24,7 +24,7 @@ exports[`Bumper/Core/Tokens Radius 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,
@@ -61,6 +61,7 @@ exports[`Bumper/Core/Tokens Radius 1`] = `
61
61
  <Text
62
62
  style={
63
63
  {
64
+ "color": "#101010",
64
65
  "fontFamily": "GTStandardBold",
65
66
  "fontSize": 14,
66
67
  "letterSpacing": 0.3,
@@ -84,7 +85,7 @@ exports[`Bumper/Core/Tokens Radius 1`] = `
84
85
  style={
85
86
  {
86
87
  "color": "#505050",
87
- "fontFamily": "GTStandard",
88
+ "fontFamily": "GTStandardRegular",
88
89
  "fontSize": 14,
89
90
  "letterSpacing": 0.3,
90
91
  "lineHeight": 20,
@@ -128,6 +129,7 @@ exports[`Bumper/Core/Tokens Radius 1`] = `
128
129
  <Text
129
130
  style={
130
131
  {
132
+ "color": "#101010",
131
133
  "fontFamily": "GTStandardBold",
132
134
  "fontSize": 14,
133
135
  "letterSpacing": 0.3,
@@ -151,7 +153,7 @@ exports[`Bumper/Core/Tokens Radius 1`] = `
151
153
  style={
152
154
  {
153
155
  "color": "#505050",
154
- "fontFamily": "GTStandard",
156
+ "fontFamily": "GTStandardRegular",
155
157
  "fontSize": 14,
156
158
  "letterSpacing": 0.3,
157
159
  "lineHeight": 20,
@@ -195,6 +197,7 @@ exports[`Bumper/Core/Tokens Radius 1`] = `
195
197
  <Text
196
198
  style={
197
199
  {
200
+ "color": "#101010",
198
201
  "fontFamily": "GTStandardBold",
199
202
  "fontSize": 14,
200
203
  "letterSpacing": 0.3,
@@ -218,7 +221,7 @@ exports[`Bumper/Core/Tokens Radius 1`] = `
218
221
  style={
219
222
  {
220
223
  "color": "#505050",
221
- "fontFamily": "GTStandard",
224
+ "fontFamily": "GTStandardRegular",
222
225
  "fontSize": 14,
223
226
  "letterSpacing": 0.3,
224
227
  "lineHeight": 20,
@@ -262,6 +265,7 @@ exports[`Bumper/Core/Tokens Radius 1`] = `
262
265
  <Text
263
266
  style={
264
267
  {
268
+ "color": "#101010",
265
269
  "fontFamily": "GTStandardBold",
266
270
  "fontSize": 14,
267
271
  "letterSpacing": 0.3,
@@ -285,7 +289,7 @@ exports[`Bumper/Core/Tokens Radius 1`] = `
285
289
  style={
286
290
  {
287
291
  "color": "#505050",
288
- "fontFamily": "GTStandard",
292
+ "fontFamily": "GTStandardRegular",
289
293
  "fontSize": 14,
290
294
  "letterSpacing": 0.3,
291
295
  "lineHeight": 20,
@@ -329,6 +333,7 @@ exports[`Bumper/Core/Tokens Radius 1`] = `
329
333
  <Text
330
334
  style={
331
335
  {
336
+ "color": "#101010",
332
337
  "fontFamily": "GTStandardBold",
333
338
  "fontSize": 14,
334
339
  "letterSpacing": 0.3,
@@ -352,7 +357,7 @@ exports[`Bumper/Core/Tokens Radius 1`] = `
352
357
  style={
353
358
  {
354
359
  "color": "#505050",
355
- "fontFamily": "GTStandard",
360
+ "fontFamily": "GTStandardRegular",
356
361
  "fontSize": 14,
357
362
  "letterSpacing": 0.3,
358
363
  "lineHeight": 20,