@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
@@ -38,7 +38,8 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
38
38
  <Text
39
39
  style={
40
40
  {
41
- "fontFamily": "GTStandard",
41
+ "color": "#101010",
42
+ "fontFamily": "GTStandardRegular",
42
43
  "fontSize": 14,
43
44
  "letterSpacing": 0.3,
44
45
  "lineHeight": 20,
@@ -67,7 +68,8 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
67
68
  <Text
68
69
  style={
69
70
  {
70
- "fontFamily": "GTStandard",
71
+ "color": "#101010",
72
+ "fontFamily": "GTStandardRegular",
71
73
  "fontSize": 14,
72
74
  "letterSpacing": 0.3,
73
75
  "lineHeight": 20,
@@ -96,7 +98,8 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
96
98
  <Text
97
99
  style={
98
100
  {
99
- "fontFamily": "GTStandard",
101
+ "color": "#101010",
102
+ "fontFamily": "GTStandardRegular",
100
103
  "fontSize": 14,
101
104
  "letterSpacing": 0.3,
102
105
  "lineHeight": 20,
@@ -126,7 +129,7 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
126
129
  style={
127
130
  {
128
131
  "color": "#ffffff",
129
- "fontFamily": "GTStandard",
132
+ "fontFamily": "GTStandardRegular",
130
133
  "fontSize": 14,
131
134
  "letterSpacing": 0.3,
132
135
  "lineHeight": 20,
@@ -156,7 +159,7 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
156
159
  style={
157
160
  {
158
161
  "color": "#ffffff",
159
- "fontFamily": "GTStandard",
162
+ "fontFamily": "GTStandardRegular",
160
163
  "fontSize": 14,
161
164
  "letterSpacing": 0.3,
162
165
  "lineHeight": 20,
@@ -185,7 +188,8 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
185
188
  <Text
186
189
  style={
187
190
  {
188
- "fontFamily": "GTStandard",
191
+ "color": "#101010",
192
+ "fontFamily": "GTStandardRegular",
189
193
  "fontSize": 14,
190
194
  "letterSpacing": 0.3,
191
195
  "lineHeight": 20,
@@ -214,7 +218,8 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
214
218
  <Text
215
219
  style={
216
220
  {
217
- "fontFamily": "GTStandard",
221
+ "color": "#101010",
222
+ "fontFamily": "GTStandardRegular",
218
223
  "fontSize": 14,
219
224
  "letterSpacing": 0.3,
220
225
  "lineHeight": 20,
@@ -243,7 +248,8 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
243
248
  <Text
244
249
  style={
245
250
  {
246
- "fontFamily": "GTStandard",
251
+ "color": "#101010",
252
+ "fontFamily": "GTStandardRegular",
247
253
  "fontSize": 14,
248
254
  "letterSpacing": 0.3,
249
255
  "lineHeight": 20,
@@ -272,7 +278,8 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
272
278
  <Text
273
279
  style={
274
280
  {
275
- "fontFamily": "GTStandard",
281
+ "color": "#101010",
282
+ "fontFamily": "GTStandardRegular",
276
283
  "fontSize": 14,
277
284
  "letterSpacing": 0.3,
278
285
  "lineHeight": 20,
@@ -335,7 +342,8 @@ exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
335
342
  <Text
336
343
  style={
337
344
  {
338
- "fontFamily": "GTStandard",
345
+ "color": "#101010",
346
+ "fontFamily": "GTStandardRegular",
339
347
  "fontSize": 14,
340
348
  "letterSpacing": 0.3,
341
349
  "lineHeight": 20,
@@ -373,7 +381,8 @@ exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
373
381
  <Text
374
382
  style={
375
383
  {
376
- "fontFamily": "GTStandard",
384
+ "color": "#101010",
385
+ "fontFamily": "GTStandardRegular",
377
386
  "fontSize": 14,
378
387
  "letterSpacing": 0.3,
379
388
  "lineHeight": 20,
@@ -411,7 +420,8 @@ exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
411
420
  <Text
412
421
  style={
413
422
  {
414
- "fontFamily": "GTStandard",
423
+ "color": "#101010",
424
+ "fontFamily": "GTStandardRegular",
415
425
  "fontSize": 14,
416
426
  "letterSpacing": 0.3,
417
427
  "lineHeight": 20,
@@ -449,7 +459,8 @@ exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
449
459
  <Text
450
460
  style={
451
461
  {
452
- "fontFamily": "GTStandard",
462
+ "color": "#101010",
463
+ "fontFamily": "GTStandardRegular",
453
464
  "fontSize": 14,
454
465
  "letterSpacing": 0.3,
455
466
  "lineHeight": 20,
@@ -487,7 +498,8 @@ exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
487
498
  <Text
488
499
  style={
489
500
  {
490
- "fontFamily": "GTStandard",
501
+ "color": "#101010",
502
+ "fontFamily": "GTStandardRegular",
491
503
  "fontSize": 14,
492
504
  "letterSpacing": 0.3,
493
505
  "lineHeight": 20,
@@ -525,7 +537,8 @@ exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
525
537
  <Text
526
538
  style={
527
539
  {
528
- "fontFamily": "GTStandard",
540
+ "color": "#101010",
541
+ "fontFamily": "GTStandardRegular",
529
542
  "fontSize": 14,
530
543
  "letterSpacing": 0.3,
531
544
  "lineHeight": 20,
@@ -563,7 +576,8 @@ exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
563
576
  <Text
564
577
  style={
565
578
  {
566
- "fontFamily": "GTStandard",
579
+ "color": "#101010",
580
+ "fontFamily": "GTStandardRegular",
567
581
  "fontSize": 14,
568
582
  "letterSpacing": 0.3,
569
583
  "lineHeight": 20,
@@ -626,7 +640,8 @@ exports[`Bumper/Core/Primitives/View/Features BordersAndRadius 1`] = `
626
640
  <Text
627
641
  style={
628
642
  {
629
- "fontFamily": "GTStandard",
643
+ "color": "#101010",
644
+ "fontFamily": "GTStandardRegular",
630
645
  "fontSize": 14,
631
646
  "letterSpacing": 0.3,
632
647
  "lineHeight": 20,
@@ -664,7 +679,8 @@ exports[`Bumper/Core/Primitives/View/Features BordersAndRadius 1`] = `
664
679
  <Text
665
680
  style={
666
681
  {
667
- "fontFamily": "GTStandard",
682
+ "color": "#101010",
683
+ "fontFamily": "GTStandardRegular",
668
684
  "fontSize": 14,
669
685
  "letterSpacing": 0.3,
670
686
  "lineHeight": 20,
@@ -702,7 +718,8 @@ exports[`Bumper/Core/Primitives/View/Features BordersAndRadius 1`] = `
702
718
  <Text
703
719
  style={
704
720
  {
705
- "fontFamily": "GTStandard",
721
+ "color": "#101010",
722
+ "fontFamily": "GTStandardRegular",
706
723
  "fontSize": 14,
707
724
  "letterSpacing": 0.3,
708
725
  "lineHeight": 20,
@@ -740,7 +757,8 @@ exports[`Bumper/Core/Primitives/View/Features BordersAndRadius 1`] = `
740
757
  <Text
741
758
  style={
742
759
  {
743
- "fontFamily": "GTStandard",
760
+ "color": "#101010",
761
+ "fontFamily": "GTStandardRegular",
744
762
  "fontSize": 14,
745
763
  "letterSpacing": 0.3,
746
764
  "lineHeight": 20,
@@ -782,7 +800,8 @@ exports[`Bumper/Core/Primitives/View/Features BordersAndRadius 1`] = `
782
800
  <Text
783
801
  style={
784
802
  {
785
- "fontFamily": "GTStandard",
803
+ "color": "#101010",
804
+ "fontFamily": "GTStandardRegular",
786
805
  "fontSize": 14,
787
806
  "letterSpacing": 0.3,
788
807
  "lineHeight": 20,
@@ -853,7 +872,7 @@ exports[`Bumper/Core/Primitives/View/Features DirectionalMargin 1`] = `
853
872
  style={
854
873
  {
855
874
  "color": "#ffffff",
856
- "fontFamily": "GTStandard",
875
+ "fontFamily": "GTStandardRegular",
857
876
  "fontSize": 14,
858
877
  "letterSpacing": 0.3,
859
878
  "lineHeight": 20,
@@ -887,7 +906,7 @@ exports[`Bumper/Core/Primitives/View/Features DirectionalMargin 1`] = `
887
906
  style={
888
907
  {
889
908
  "color": "#ffffff",
890
- "fontFamily": "GTStandard",
909
+ "fontFamily": "GTStandardRegular",
891
910
  "fontSize": 14,
892
911
  "letterSpacing": 0.3,
893
912
  "lineHeight": 20,
@@ -939,7 +958,8 @@ exports[`Bumper/Core/Primitives/View/Features DirectionalPadding 1`] = `
939
958
  <Text
940
959
  style={
941
960
  {
942
- "fontFamily": "GTStandard",
961
+ "color": "#101010",
962
+ "fontFamily": "GTStandardRegular",
943
963
  "fontSize": 14,
944
964
  "letterSpacing": 0.3,
945
965
  "lineHeight": 20,
@@ -966,7 +986,8 @@ exports[`Bumper/Core/Primitives/View/Features DirectionalPadding 1`] = `
966
986
  <Text
967
987
  style={
968
988
  {
969
- "fontFamily": "GTStandard",
989
+ "color": "#101010",
990
+ "fontFamily": "GTStandardRegular",
970
991
  "fontSize": 14,
971
992
  "letterSpacing": 0.3,
972
993
  "lineHeight": 20,
@@ -995,7 +1016,8 @@ exports[`Bumper/Core/Primitives/View/Features DirectionalPadding 1`] = `
995
1016
  <Text
996
1017
  style={
997
1018
  {
998
- "fontFamily": "GTStandard",
1019
+ "color": "#101010",
1020
+ "fontFamily": "GTStandardRegular",
999
1021
  "fontSize": 14,
1000
1022
  "letterSpacing": 0.3,
1001
1023
  "lineHeight": 20,
@@ -1068,7 +1090,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexAlignment 1`] = `
1068
1090
  style={
1069
1091
  {
1070
1092
  "color": "#ffffff",
1071
- "fontFamily": "GTStandard",
1093
+ "fontFamily": "GTStandardRegular",
1072
1094
  "fontSize": 14,
1073
1095
  "letterSpacing": 0.3,
1074
1096
  "lineHeight": 20,
@@ -1118,7 +1140,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexAlignment 1`] = `
1118
1140
  style={
1119
1141
  {
1120
1142
  "color": "#ffffff",
1121
- "fontFamily": "GTStandard",
1143
+ "fontFamily": "GTStandardRegular",
1122
1144
  "fontSize": 14,
1123
1145
  "letterSpacing": 0.3,
1124
1146
  "lineHeight": 20,
@@ -1167,7 +1189,8 @@ exports[`Bumper/Core/Primitives/View/Features FlexAlignment 1`] = `
1167
1189
  <Text
1168
1190
  style={
1169
1191
  {
1170
- "fontFamily": "GTStandard",
1192
+ "color": "#101010",
1193
+ "fontFamily": "GTStandardRegular",
1171
1194
  "fontSize": 14,
1172
1195
  "letterSpacing": 0.3,
1173
1196
  "lineHeight": 20,
@@ -1216,7 +1239,8 @@ exports[`Bumper/Core/Primitives/View/Features FlexAlignment 1`] = `
1216
1239
  <Text
1217
1240
  style={
1218
1241
  {
1219
- "fontFamily": "GTStandard",
1242
+ "color": "#101010",
1243
+ "fontFamily": "GTStandardRegular",
1220
1244
  "fontSize": 14,
1221
1245
  "letterSpacing": 0.3,
1222
1246
  "lineHeight": 20,
@@ -1245,7 +1269,8 @@ exports[`Bumper/Core/Primitives/View/Features FlexAlignment 1`] = `
1245
1269
  <Text
1246
1270
  style={
1247
1271
  {
1248
- "fontFamily": "GTStandard",
1272
+ "color": "#101010",
1273
+ "fontFamily": "GTStandardRegular",
1249
1274
  "fontSize": 14,
1250
1275
  "letterSpacing": 0.3,
1251
1276
  "lineHeight": 20,
@@ -1274,7 +1299,8 @@ exports[`Bumper/Core/Primitives/View/Features FlexAlignment 1`] = `
1274
1299
  <Text
1275
1300
  style={
1276
1301
  {
1277
- "fontFamily": "GTStandard",
1302
+ "color": "#101010",
1303
+ "fontFamily": "GTStandardRegular",
1278
1304
  "fontSize": 14,
1279
1305
  "letterSpacing": 0.3,
1280
1306
  "lineHeight": 20,
@@ -1346,7 +1372,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexLayout 1`] = `
1346
1372
  style={
1347
1373
  {
1348
1374
  "color": "#ffffff",
1349
- "fontFamily": "GTStandard",
1375
+ "fontFamily": "GTStandardRegular",
1350
1376
  "fontSize": 14,
1351
1377
  "letterSpacing": 0.3,
1352
1378
  "lineHeight": 20,
@@ -1378,7 +1404,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexLayout 1`] = `
1378
1404
  style={
1379
1405
  {
1380
1406
  "color": "#ffffff",
1381
- "fontFamily": "GTStandard",
1407
+ "fontFamily": "GTStandardRegular",
1382
1408
  "fontSize": 14,
1383
1409
  "letterSpacing": 0.3,
1384
1410
  "lineHeight": 20,
@@ -1426,7 +1452,8 @@ exports[`Bumper/Core/Primitives/View/Features FlexLayout 1`] = `
1426
1452
  <Text
1427
1453
  style={
1428
1454
  {
1429
- "fontFamily": "GTStandard",
1455
+ "color": "#101010",
1456
+ "fontFamily": "GTStandardRegular",
1430
1457
  "fontSize": 14,
1431
1458
  "letterSpacing": 0.3,
1432
1459
  "lineHeight": 20,
@@ -1456,7 +1483,8 @@ exports[`Bumper/Core/Primitives/View/Features FlexLayout 1`] = `
1456
1483
  <Text
1457
1484
  style={
1458
1485
  {
1459
- "fontFamily": "GTStandard",
1486
+ "color": "#101010",
1487
+ "fontFamily": "GTStandardRegular",
1460
1488
  "fontSize": 14,
1461
1489
  "letterSpacing": 0.3,
1462
1490
  "lineHeight": 20,
@@ -1486,7 +1514,8 @@ exports[`Bumper/Core/Primitives/View/Features FlexLayout 1`] = `
1486
1514
  <Text
1487
1515
  style={
1488
1516
  {
1489
- "fontFamily": "GTStandard",
1517
+ "color": "#101010",
1518
+ "fontFamily": "GTStandardRegular",
1490
1519
  "fontSize": 14,
1491
1520
  "letterSpacing": 0.3,
1492
1521
  "lineHeight": 20,
@@ -1552,7 +1581,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
1552
1581
  style={
1553
1582
  {
1554
1583
  "color": "#ffffff",
1555
- "fontFamily": "GTStandard",
1584
+ "fontFamily": "GTStandardRegular",
1556
1585
  "fontSize": 14,
1557
1586
  "letterSpacing": 0.3,
1558
1587
  "lineHeight": 20,
@@ -1583,7 +1612,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
1583
1612
  style={
1584
1613
  {
1585
1614
  "color": "#ffffff",
1586
- "fontFamily": "GTStandard",
1615
+ "fontFamily": "GTStandardRegular",
1587
1616
  "fontSize": 14,
1588
1617
  "letterSpacing": 0.3,
1589
1618
  "lineHeight": 20,
@@ -1614,7 +1643,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
1614
1643
  style={
1615
1644
  {
1616
1645
  "color": "#ffffff",
1617
- "fontFamily": "GTStandard",
1646
+ "fontFamily": "GTStandardRegular",
1618
1647
  "fontSize": 14,
1619
1648
  "letterSpacing": 0.3,
1620
1649
  "lineHeight": 20,
@@ -1645,7 +1674,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
1645
1674
  style={
1646
1675
  {
1647
1676
  "color": "#ffffff",
1648
- "fontFamily": "GTStandard",
1677
+ "fontFamily": "GTStandardRegular",
1649
1678
  "fontSize": 14,
1650
1679
  "letterSpacing": 0.3,
1651
1680
  "lineHeight": 20,
@@ -1676,7 +1705,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
1676
1705
  style={
1677
1706
  {
1678
1707
  "color": "#ffffff",
1679
- "fontFamily": "GTStandard",
1708
+ "fontFamily": "GTStandardRegular",
1680
1709
  "fontSize": 14,
1681
1710
  "letterSpacing": 0.3,
1682
1711
  "lineHeight": 20,
@@ -1707,7 +1736,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
1707
1736
  style={
1708
1737
  {
1709
1738
  "color": "#ffffff",
1710
- "fontFamily": "GTStandard",
1739
+ "fontFamily": "GTStandardRegular",
1711
1740
  "fontSize": 14,
1712
1741
  "letterSpacing": 0.3,
1713
1742
  "lineHeight": 20,
@@ -1738,7 +1767,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
1738
1767
  style={
1739
1768
  {
1740
1769
  "color": "#ffffff",
1741
- "fontFamily": "GTStandard",
1770
+ "fontFamily": "GTStandardRegular",
1742
1771
  "fontSize": 14,
1743
1772
  "letterSpacing": 0.3,
1744
1773
  "lineHeight": 20,
@@ -1769,7 +1798,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
1769
1798
  style={
1770
1799
  {
1771
1800
  "color": "#ffffff",
1772
- "fontFamily": "GTStandard",
1801
+ "fontFamily": "GTStandardRegular",
1773
1802
  "fontSize": 14,
1774
1803
  "letterSpacing": 0.3,
1775
1804
  "lineHeight": 20,
@@ -1800,7 +1829,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
1800
1829
  style={
1801
1830
  {
1802
1831
  "color": "#ffffff",
1803
- "fontFamily": "GTStandard",
1832
+ "fontFamily": "GTStandardRegular",
1804
1833
  "fontSize": 14,
1805
1834
  "letterSpacing": 0.3,
1806
1835
  "lineHeight": 20,
@@ -1831,7 +1860,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
1831
1860
  style={
1832
1861
  {
1833
1862
  "color": "#ffffff",
1834
- "fontFamily": "GTStandard",
1863
+ "fontFamily": "GTStandardRegular",
1835
1864
  "fontSize": 14,
1836
1865
  "letterSpacing": 0.3,
1837
1866
  "lineHeight": 20,
@@ -1862,7 +1891,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
1862
1891
  style={
1863
1892
  {
1864
1893
  "color": "#ffffff",
1865
- "fontFamily": "GTStandard",
1894
+ "fontFamily": "GTStandardRegular",
1866
1895
  "fontSize": 14,
1867
1896
  "letterSpacing": 0.3,
1868
1897
  "lineHeight": 20,
@@ -1893,7 +1922,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
1893
1922
  style={
1894
1923
  {
1895
1924
  "color": "#ffffff",
1896
- "fontFamily": "GTStandard",
1925
+ "fontFamily": "GTStandardRegular",
1897
1926
  "fontSize": 14,
1898
1927
  "letterSpacing": 0.3,
1899
1928
  "lineHeight": 20,
@@ -1966,7 +1995,7 @@ exports[`Bumper/Core/Primitives/View/Features MarginVariants 1`] = `
1966
1995
  style={
1967
1996
  {
1968
1997
  "color": "#ffffff",
1969
- "fontFamily": "GTStandard",
1998
+ "fontFamily": "GTStandardRegular",
1970
1999
  "fontSize": 14,
1971
2000
  "letterSpacing": 0.3,
1972
2001
  "lineHeight": 20,
@@ -2000,7 +2029,7 @@ exports[`Bumper/Core/Primitives/View/Features MarginVariants 1`] = `
2000
2029
  style={
2001
2030
  {
2002
2031
  "color": "#ffffff",
2003
- "fontFamily": "GTStandard",
2032
+ "fontFamily": "GTStandardRegular",
2004
2033
  "fontSize": 14,
2005
2034
  "letterSpacing": 0.3,
2006
2035
  "lineHeight": 20,
@@ -2034,7 +2063,7 @@ exports[`Bumper/Core/Primitives/View/Features MarginVariants 1`] = `
2034
2063
  style={
2035
2064
  {
2036
2065
  "color": "#ffffff",
2037
- "fontFamily": "GTStandard",
2066
+ "fontFamily": "GTStandardRegular",
2038
2067
  "fontSize": 14,
2039
2068
  "letterSpacing": 0.3,
2040
2069
  "lineHeight": 20,
@@ -2091,7 +2120,8 @@ exports[`Bumper/Core/Primitives/View/Features OverflowBehavior 1`] = `
2091
2120
  <Text
2092
2121
  style={
2093
2122
  {
2094
- "fontFamily": "GTStandard",
2123
+ "color": "#101010",
2124
+ "fontFamily": "GTStandardRegular",
2095
2125
  "fontSize": 14,
2096
2126
  "letterSpacing": 0.3,
2097
2127
  "lineHeight": 20,
@@ -2123,7 +2153,8 @@ exports[`Bumper/Core/Primitives/View/Features OverflowBehavior 1`] = `
2123
2153
  <Text
2124
2154
  style={
2125
2155
  {
2126
- "fontFamily": "GTStandard",
2156
+ "color": "#101010",
2157
+ "fontFamily": "GTStandardRegular",
2127
2158
  "fontSize": 14,
2128
2159
  "letterSpacing": 0.3,
2129
2160
  "lineHeight": 20,
@@ -2177,7 +2208,8 @@ exports[`Bumper/Core/Primitives/View/Features PaddingVariants 1`] = `
2177
2208
  <Text
2178
2209
  style={
2179
2210
  {
2180
- "fontFamily": "GTStandard",
2211
+ "color": "#101010",
2212
+ "fontFamily": "GTStandardRegular",
2181
2213
  "fontSize": 14,
2182
2214
  "letterSpacing": 0.3,
2183
2215
  "lineHeight": 20,
@@ -2206,7 +2238,8 @@ exports[`Bumper/Core/Primitives/View/Features PaddingVariants 1`] = `
2206
2238
  <Text
2207
2239
  style={
2208
2240
  {
2209
- "fontFamily": "GTStandard",
2241
+ "color": "#101010",
2242
+ "fontFamily": "GTStandardRegular",
2210
2243
  "fontSize": 14,
2211
2244
  "letterSpacing": 0.3,
2212
2245
  "lineHeight": 20,
@@ -2235,7 +2268,8 @@ exports[`Bumper/Core/Primitives/View/Features PaddingVariants 1`] = `
2235
2268
  <Text
2236
2269
  style={
2237
2270
  {
2238
- "fontFamily": "GTStandard",
2271
+ "color": "#101010",
2272
+ "fontFamily": "GTStandardRegular",
2239
2273
  "fontSize": 14,
2240
2274
  "letterSpacing": 0.3,
2241
2275
  "lineHeight": 20,
@@ -2264,7 +2298,8 @@ exports[`Bumper/Core/Primitives/View/Features PaddingVariants 1`] = `
2264
2298
  <Text
2265
2299
  style={
2266
2300
  {
2267
- "fontFamily": "GTStandard",
2301
+ "color": "#101010",
2302
+ "fontFamily": "GTStandardRegular",
2268
2303
  "fontSize": 14,
2269
2304
  "letterSpacing": 0.3,
2270
2305
  "lineHeight": 20,
@@ -2293,7 +2328,8 @@ exports[`Bumper/Core/Primitives/View/Features PaddingVariants 1`] = `
2293
2328
  <Text
2294
2329
  style={
2295
2330
  {
2296
- "fontFamily": "GTStandard",
2331
+ "color": "#101010",
2332
+ "fontFamily": "GTStandardRegular",
2297
2333
  "fontSize": 14,
2298
2334
  "letterSpacing": 0.3,
2299
2335
  "lineHeight": 20,
@@ -2322,7 +2358,8 @@ exports[`Bumper/Core/Primitives/View/Features PaddingVariants 1`] = `
2322
2358
  <Text
2323
2359
  style={
2324
2360
  {
2325
- "fontFamily": "GTStandard",
2361
+ "color": "#101010",
2362
+ "fontFamily": "GTStandardRegular",
2326
2363
  "fontSize": 14,
2327
2364
  "letterSpacing": 0.3,
2328
2365
  "lineHeight": 20,
@@ -34,7 +34,7 @@ exports[`Bumper/Core/Primitives/Center/Features CenteringText 1`] = `
34
34
  class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _justifyContent-center _alignItems-center _backgroundColor-bg--promo--1572356288 _paddingTop-t-space-spa1366020284 _paddingRight-t-space-spa1366020284 _paddingBottom-t-space-spa1366020284 _paddingLeft-t-space-spa1366020284 _btlr-t-radius-ra1673638410 _btrr-t-radius-ra1673638410 _bbrr-t-radius-ra1673638410 _bblr-t-radius-ra1673638410 _width-t-size-size42947793 _height-t-size-size42947793"
35
35
  >
36
36
  <span
37
- class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _col-content--ba254712717 _textAlign-center"
37
+ class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fw-f-weight-re98715119 _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _col-content--ba254712717 _textAlign-center"
38
38
  data-disable-theme="true"
39
39
  >
40
40
  Multi-line centered text content
@@ -21,7 +21,7 @@ exports[`Bumper/Core/Primitives/Center Default 1`] = `
21
21
  class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _justifyContent-center _alignItems-center _backgroundColor-bg--base--m757972454 _paddingTop-t-space-spa1516347322 _paddingRight-t-space-spa1516347322 _paddingBottom-t-space-spa1516347322 _paddingLeft-t-space-spa1516347322 _width-t-size-size42948634 _height-t-size-size42947727"
22
22
  >
23
23
  <span
24
- class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family"
24
+ class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _col-content--ba907952141 _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119"
25
25
  data-disable-theme="true"
26
26
  >
27
27
  Centered content
@@ -26,7 +26,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features HoverEffects 1`] = `
26
26
  tabindex="0"
27
27
  >
28
28
  <span
29
- class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304"
29
+ class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _col-content--ba907952141 _fw-f-weight-re98715119 _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304"
30
30
  data-disable-theme="true"
31
31
  >
32
32
  Hover to change background
@@ -38,7 +38,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features HoverEffects 1`] = `
38
38
  tabindex="0"
39
39
  >
40
40
  <span
41
- class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _col-content--ba254712717"
41
+ class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fw-f-weight-re98715119 _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _col-content--ba254712717"
42
42
  data-disable-theme="true"
43
43
  >
44
44
  Hover to scale up
@@ -50,7 +50,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features HoverEffects 1`] = `
50
50
  tabindex="0"
51
51
  >
52
52
  <span
53
- class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _col-content--ba254712717"
53
+ class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fw-f-weight-re98715119 _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _col-content--ba254712717"
54
54
  data-disable-theme="true"
55
55
  >
56
56
  Hover to reduce opacity
@@ -154,7 +154,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PressEffects 1`] = `
154
154
  tabindex="0"
155
155
  >
156
156
  <span
157
- class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _col-content--ba254712717"
157
+ class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fw-f-weight-re98715119 _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _col-content--ba254712717"
158
158
  data-disable-theme="true"
159
159
  >
160
160
  Press to scale down
@@ -166,7 +166,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PressEffects 1`] = `
166
166
  tabindex="0"
167
167
  >
168
168
  <span
169
- class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _col-content--ba254712717"
169
+ class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fw-f-weight-re98715119 _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _col-content--ba254712717"
170
170
  data-disable-theme="true"
171
171
  >
172
172
  Press to change background and opacity
@@ -178,7 +178,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PressEffects 1`] = `
178
178
  tabindex="0"
179
179
  >
180
180
  <span
181
- class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _col-content--ba254712717"
181
+ class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fw-f-weight-re98715119 _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _col-content--ba254712717"
182
182
  data-disable-theme="true"
183
183
  >
184
184
  Press to scale and rotate
@@ -23,7 +23,7 @@ exports[`Bumper/Core/Primitives/Pressable Default 1`] = `
23
23
  tabindex="0"
24
24
  >
25
25
  <span
26
- class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _col-content--ba254712717"
26
+ class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba254712717"
27
27
  data-disable-theme="true"
28
28
  >
29
29
  Press me