@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
@@ -18,7 +18,7 @@ exports[`Bumper/Content/TypographyLink/Features DisabledFalse 1`] = `
18
18
  style="display: contents;"
19
19
  >
20
20
  <span
21
- class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _ls-inherit _tt-inherit _td-underline _cur-pointer is_TypographyLink "
21
+ class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _col-content--ba907952141 _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-inherit _fw-f-weight-re98715119 _tt-inherit _td-underline _cur-pointer is_TypographyLink "
22
22
  data-disable-theme="true"
23
23
  role="link"
24
24
  tabindex="0"
@@ -51,7 +51,7 @@ exports[`Bumper/Content/TypographyLink/Features DisabledTrue 1`] = `
51
51
  >
52
52
  <span
53
53
  aria-disabled="true"
54
- class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _ls-inherit _tt-inherit _td-underline _cur-not-allowed _col-content--di910006857 is_TypographyLink "
54
+ class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-inherit _fw-f-weight-re98715119 _tt-inherit _td-underline _cur-not-allowed _col-content--di910006857 is_TypographyLink "
55
55
  data-disable-theme="true"
56
56
  role="link"
57
57
  tabindex="0"
@@ -83,7 +83,7 @@ exports[`Bumper/Content/TypographyLink/Features NoUnderlineFalse 1`] = `
83
83
  style="display: contents;"
84
84
  >
85
85
  <span
86
- class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _ls-inherit _tt-inherit _cur-pointer _td-underline is_TypographyLink "
86
+ class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _col-content--ba907952141 _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-inherit _fw-f-weight-re98715119 _tt-inherit _cur-pointer _td-underline is_TypographyLink "
87
87
  data-disable-theme="true"
88
88
  role="link"
89
89
  tabindex="0"
@@ -115,7 +115,7 @@ exports[`Bumper/Content/TypographyLink/Features NoUnderlineTrue 1`] = `
115
115
  style="display: contents;"
116
116
  >
117
117
  <span
118
- class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _ls-inherit _tt-inherit _cur-pointer _td-none is_TypographyLink "
118
+ class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _col-content--ba907952141 _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-inherit _fw-f-weight-re98715119 _tt-inherit _cur-pointer _td-none is_TypographyLink "
119
119
  data-disable-theme="true"
120
120
  role="link"
121
121
  tabindex="0"
@@ -153,7 +153,7 @@ exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
153
153
  class="font_GTStandard is_TypographyLink "
154
154
  data-disable-theme="true"
155
155
  role="link"
156
- style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: inherit; margin: 0px 0px 0px 0px; font-family: var(--f-family); -webkit-font-smoothing: antialiased; letter-spacing: inherit; text-transform: inherit; cursor: pointer; text-decoration-line: none;"
156
+ style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: inherit; margin: 0px 0px 0px 0px; font-family: var(--f-family); color: var(--content--base--hi); -webkit-font-smoothing: antialiased; font-size: var(--f-size-body-m); line-height: var(--f-lineHeight-body-m); letter-spacing: inherit; font-weight: var(--f-weight-regular); text-transform: inherit; cursor: pointer; text-decoration-line: none;"
157
157
  tabindex="0"
158
158
  >
159
159
  Forced hover state - underline removed (hoverStyle applied)
@@ -162,7 +162,7 @@ exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
162
162
  class="font_GTStandard is_TypographyLink "
163
163
  data-disable-theme="true"
164
164
  role="link"
165
- style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: inherit; margin: 0px 0px 0px 0px; font-family: var(--f-family); -webkit-font-smoothing: antialiased; letter-spacing: inherit; text-transform: inherit; cursor: pointer; text-decoration-line: none;"
165
+ style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: inherit; margin: 0px 0px 0px 0px; font-family: var(--f-family); color: var(--content--base--hi); -webkit-font-smoothing: antialiased; font-size: var(--f-size-body-m); line-height: var(--f-lineHeight-body-m); letter-spacing: inherit; font-weight: var(--f-weight-regular); text-transform: inherit; cursor: pointer; text-decoration-line: none;"
166
166
  tabindex="0"
167
167
  >
168
168
  Forced hover state with noUnderline - no visual change
@@ -172,7 +172,7 @@ exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
172
172
  class="font_GTStandard is_TypographyLink "
173
173
  data-disable-theme="true"
174
174
  role="link"
175
- style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: inherit; margin: 0px 0px 0px 0px; font-family: var(--f-family); -webkit-font-smoothing: antialiased; letter-spacing: inherit; text-transform: inherit; text-decoration-line: underline; cursor: not-allowed; color: var(--content--disabled);"
175
+ style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: inherit; margin: 0px 0px 0px 0px; font-family: var(--f-family); -webkit-font-smoothing: antialiased; font-size: var(--f-size-body-m); line-height: var(--f-lineHeight-body-m); letter-spacing: inherit; font-weight: var(--f-weight-regular); text-transform: inherit; text-decoration-line: underline; cursor: not-allowed; color: var(--content--disabled);"
176
176
  tabindex="0"
177
177
  >
178
178
  Forced hover state on disabled - underline removed (hoverStyle applied)
@@ -182,7 +182,7 @@ exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
182
182
  class="font_GTStandard is_TypographyLink "
183
183
  data-disable-theme="true"
184
184
  role="link"
185
- style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: inherit; margin: 0px 0px 0px 0px; font-family: var(--f-family); -webkit-font-smoothing: antialiased; letter-spacing: inherit; text-transform: inherit; cursor: not-allowed; color: var(--content--disabled); text-decoration-line: none;"
185
+ style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: inherit; margin: 0px 0px 0px 0px; font-family: var(--f-family); -webkit-font-smoothing: antialiased; font-size: var(--f-size-body-m); line-height: var(--f-lineHeight-body-m); letter-spacing: inherit; font-weight: var(--f-weight-regular); text-transform: inherit; cursor: not-allowed; color: var(--content--disabled); text-decoration-line: none;"
186
186
  tabindex="0"
187
187
  >
188
188
  Forced hover state with noUnderline on disabled - no visual change
@@ -23,7 +23,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
23
23
  <Text
24
24
  style={
25
25
  {
26
- "fontFamily": "GTStandard",
26
+ "color": "#101010",
27
+ "fontFamily": "GTStandardRegular",
27
28
  "fontSize": 14,
28
29
  "letterSpacing": 0.3,
29
30
  "lineHeight": 20,
@@ -74,7 +75,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
74
75
  <Text
75
76
  style={
76
77
  {
77
- "fontFamily": "GTStandard",
78
+ "color": "#101010",
79
+ "fontFamily": "GTStandardRegular",
78
80
  "fontSize": 14,
79
81
  "letterSpacing": 0.3,
80
82
  "lineHeight": 20,
@@ -104,7 +106,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
104
106
  <Text
105
107
  style={
106
108
  {
107
- "fontFamily": "GTStandard",
109
+ "color": "#101010",
110
+ "fontFamily": "GTStandardRegular",
108
111
  "fontSize": 14,
109
112
  "letterSpacing": 0.3,
110
113
  "lineHeight": 20,
@@ -134,7 +137,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
134
137
  <Text
135
138
  style={
136
139
  {
137
- "fontFamily": "GTStandard",
140
+ "color": "#101010",
141
+ "fontFamily": "GTStandardRegular",
138
142
  "fontSize": 14,
139
143
  "letterSpacing": 0.3,
140
144
  "lineHeight": 20,
@@ -164,7 +168,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
164
168
  <Text
165
169
  style={
166
170
  {
167
- "fontFamily": "GTStandard",
171
+ "color": "#101010",
172
+ "fontFamily": "GTStandardRegular",
168
173
  "fontSize": 14,
169
174
  "letterSpacing": 0.3,
170
175
  "lineHeight": 20,
@@ -194,7 +199,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
194
199
  <Text
195
200
  style={
196
201
  {
197
- "fontFamily": "GTStandard",
202
+ "color": "#101010",
203
+ "fontFamily": "GTStandardRegular",
198
204
  "fontSize": 14,
199
205
  "letterSpacing": 0.3,
200
206
  "lineHeight": 20,
@@ -224,7 +230,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
224
230
  <Text
225
231
  style={
226
232
  {
227
- "fontFamily": "GTStandard",
233
+ "color": "#101010",
234
+ "fontFamily": "GTStandardRegular",
228
235
  "fontSize": 14,
229
236
  "letterSpacing": 0.3,
230
237
  "lineHeight": 20,
@@ -254,7 +261,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
254
261
  <Text
255
262
  style={
256
263
  {
257
- "fontFamily": "GTStandard",
264
+ "color": "#101010",
265
+ "fontFamily": "GTStandardRegular",
258
266
  "fontSize": 14,
259
267
  "letterSpacing": 0.3,
260
268
  "lineHeight": 20,
@@ -284,7 +292,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
284
292
  <Text
285
293
  style={
286
294
  {
287
- "fontFamily": "GTStandard",
295
+ "color": "#101010",
296
+ "fontFamily": "GTStandardRegular",
288
297
  "fontSize": 14,
289
298
  "letterSpacing": 0.3,
290
299
  "lineHeight": 20,
@@ -302,7 +311,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
302
311
  <Text
303
312
  style={
304
313
  {
305
- "fontFamily": "GTStandard",
314
+ "color": "#101010",
315
+ "fontFamily": "GTStandardRegular",
306
316
  "fontSize": 14,
307
317
  "letterSpacing": 0.3,
308
318
  "lineHeight": 20,
@@ -355,7 +365,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
355
365
  <Text
356
366
  style={
357
367
  {
358
- "fontFamily": "GTStandard",
368
+ "color": "#101010",
369
+ "fontFamily": "GTStandardRegular",
359
370
  "fontSize": 14,
360
371
  "letterSpacing": 0.3,
361
372
  "lineHeight": 20,
@@ -386,7 +397,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
386
397
  <Text
387
398
  style={
388
399
  {
389
- "fontFamily": "GTStandard",
400
+ "color": "#101010",
401
+ "fontFamily": "GTStandardRegular",
390
402
  "fontSize": 14,
391
403
  "letterSpacing": 0.3,
392
404
  "lineHeight": 20,
@@ -417,7 +429,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
417
429
  <Text
418
430
  style={
419
431
  {
420
- "fontFamily": "GTStandard",
432
+ "color": "#101010",
433
+ "fontFamily": "GTStandardRegular",
421
434
  "fontSize": 14,
422
435
  "letterSpacing": 0.3,
423
436
  "lineHeight": 20,
@@ -448,7 +461,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
448
461
  <Text
449
462
  style={
450
463
  {
451
- "fontFamily": "GTStandard",
464
+ "color": "#101010",
465
+ "fontFamily": "GTStandardRegular",
452
466
  "fontSize": 14,
453
467
  "letterSpacing": 0.3,
454
468
  "lineHeight": 20,
@@ -479,7 +493,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
479
493
  <Text
480
494
  style={
481
495
  {
482
- "fontFamily": "GTStandard",
496
+ "color": "#101010",
497
+ "fontFamily": "GTStandardRegular",
483
498
  "fontSize": 14,
484
499
  "letterSpacing": 0.3,
485
500
  "lineHeight": 20,
@@ -510,7 +525,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
510
525
  <Text
511
526
  style={
512
527
  {
513
- "fontFamily": "GTStandard",
528
+ "color": "#101010",
529
+ "fontFamily": "GTStandardRegular",
514
530
  "fontSize": 14,
515
531
  "letterSpacing": 0.3,
516
532
  "lineHeight": 20,
@@ -541,7 +557,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
541
557
  <Text
542
558
  style={
543
559
  {
544
- "fontFamily": "GTStandard",
560
+ "color": "#101010",
561
+ "fontFamily": "GTStandardRegular",
545
562
  "fontSize": 14,
546
563
  "letterSpacing": 0.3,
547
564
  "lineHeight": 20,
@@ -572,7 +589,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
572
589
  <Text
573
590
  style={
574
591
  {
575
- "fontFamily": "GTStandard",
592
+ "color": "#101010",
593
+ "fontFamily": "GTStandardRegular",
576
594
  "fontSize": 14,
577
595
  "letterSpacing": 0.3,
578
596
  "lineHeight": 20,
@@ -645,7 +663,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
645
663
  <Text
646
664
  style={
647
665
  {
648
- "fontFamily": "GTStandard",
666
+ "color": "#101010",
667
+ "fontFamily": "GTStandardRegular",
649
668
  "fontSize": 14,
650
669
  "letterSpacing": 0.3,
651
670
  "lineHeight": 20,
@@ -676,7 +695,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
676
695
  <Text
677
696
  style={
678
697
  {
679
- "fontFamily": "GTStandard",
698
+ "color": "#101010",
699
+ "fontFamily": "GTStandardRegular",
680
700
  "fontSize": 14,
681
701
  "letterSpacing": 0.3,
682
702
  "lineHeight": 20,
@@ -707,7 +727,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
707
727
  <Text
708
728
  style={
709
729
  {
710
- "fontFamily": "GTStandard",
730
+ "color": "#101010",
731
+ "fontFamily": "GTStandardRegular",
711
732
  "fontSize": 14,
712
733
  "letterSpacing": 0.3,
713
734
  "lineHeight": 20,
@@ -738,7 +759,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
738
759
  <Text
739
760
  style={
740
761
  {
741
- "fontFamily": "GTStandard",
762
+ "color": "#101010",
763
+ "fontFamily": "GTStandardRegular",
742
764
  "fontSize": 14,
743
765
  "letterSpacing": 0.3,
744
766
  "lineHeight": 20,
@@ -769,7 +791,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
769
791
  <Text
770
792
  style={
771
793
  {
772
- "fontFamily": "GTStandard",
794
+ "color": "#101010",
795
+ "fontFamily": "GTStandardRegular",
773
796
  "fontSize": 14,
774
797
  "letterSpacing": 0.3,
775
798
  "lineHeight": 20,
@@ -800,7 +823,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
800
823
  <Text
801
824
  style={
802
825
  {
803
- "fontFamily": "GTStandard",
826
+ "color": "#101010",
827
+ "fontFamily": "GTStandardRegular",
804
828
  "fontSize": 14,
805
829
  "letterSpacing": 0.3,
806
830
  "lineHeight": 20,
@@ -831,7 +855,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
831
855
  <Text
832
856
  style={
833
857
  {
834
- "fontFamily": "GTStandard",
858
+ "color": "#101010",
859
+ "fontFamily": "GTStandardRegular",
835
860
  "fontSize": 14,
836
861
  "letterSpacing": 0.3,
837
862
  "lineHeight": 20,
@@ -862,7 +887,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
862
887
  <Text
863
888
  style={
864
889
  {
865
- "fontFamily": "GTStandard",
890
+ "color": "#101010",
891
+ "fontFamily": "GTStandardRegular",
866
892
  "fontSize": 14,
867
893
  "letterSpacing": 0.3,
868
894
  "lineHeight": 20,
@@ -893,7 +919,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
893
919
  <Text
894
920
  style={
895
921
  {
896
- "fontFamily": "GTStandard",
922
+ "color": "#101010",
923
+ "fontFamily": "GTStandardRegular",
897
924
  "fontSize": 14,
898
925
  "letterSpacing": 0.3,
899
926
  "lineHeight": 20,
@@ -924,7 +951,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
924
951
  <Text
925
952
  style={
926
953
  {
927
- "fontFamily": "GTStandard",
954
+ "color": "#101010",
955
+ "fontFamily": "GTStandardRegular",
928
956
  "fontSize": 14,
929
957
  "letterSpacing": 0.3,
930
958
  "lineHeight": 20,
@@ -965,7 +993,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
965
993
  <Text
966
994
  style={
967
995
  {
968
- "fontFamily": "GTStandard",
996
+ "color": "#101010",
997
+ "fontFamily": "GTStandardRegular",
969
998
  "fontSize": 14,
970
999
  "letterSpacing": 0.3,
971
1000
  "lineHeight": 20,
@@ -1015,7 +1044,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
1015
1044
  <Text
1016
1045
  style={
1017
1046
  {
1018
- "fontFamily": "GTStandard",
1047
+ "color": "#101010",
1048
+ "fontFamily": "GTStandardRegular",
1019
1049
  "fontSize": 14,
1020
1050
  "letterSpacing": 0.3,
1021
1051
  "lineHeight": 20,
@@ -1045,7 +1075,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
1045
1075
  <Text
1046
1076
  style={
1047
1077
  {
1048
- "fontFamily": "GTStandard",
1078
+ "color": "#101010",
1079
+ "fontFamily": "GTStandardRegular",
1049
1080
  "fontSize": 14,
1050
1081
  "letterSpacing": 0.3,
1051
1082
  "lineHeight": 20,
@@ -1075,7 +1106,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
1075
1106
  <Text
1076
1107
  style={
1077
1108
  {
1078
- "fontFamily": "GTStandard",
1109
+ "color": "#101010",
1110
+ "fontFamily": "GTStandardRegular",
1079
1111
  "fontSize": 14,
1080
1112
  "letterSpacing": 0.3,
1081
1113
  "lineHeight": 20,
@@ -1105,7 +1137,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
1105
1137
  <Text
1106
1138
  style={
1107
1139
  {
1108
- "fontFamily": "GTStandard",
1140
+ "color": "#101010",
1141
+ "fontFamily": "GTStandardRegular",
1109
1142
  "fontSize": 14,
1110
1143
  "letterSpacing": 0.3,
1111
1144
  "lineHeight": 20,
@@ -1135,7 +1168,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
1135
1168
  <Text
1136
1169
  style={
1137
1170
  {
1138
- "fontFamily": "GTStandard",
1171
+ "color": "#101010",
1172
+ "fontFamily": "GTStandardRegular",
1139
1173
  "fontSize": 14,
1140
1174
  "letterSpacing": 0.3,
1141
1175
  "lineHeight": 20,
@@ -1165,7 +1199,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
1165
1199
  <Text
1166
1200
  style={
1167
1201
  {
1168
- "fontFamily": "GTStandard",
1202
+ "color": "#101010",
1203
+ "fontFamily": "GTStandardRegular",
1169
1204
  "fontSize": 14,
1170
1205
  "letterSpacing": 0.3,
1171
1206
  "lineHeight": 20,
@@ -1195,7 +1230,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
1195
1230
  <Text
1196
1231
  style={
1197
1232
  {
1198
- "fontFamily": "GTStandard",
1233
+ "color": "#101010",
1234
+ "fontFamily": "GTStandardRegular",
1199
1235
  "fontSize": 14,
1200
1236
  "letterSpacing": 0.3,
1201
1237
  "lineHeight": 20,
@@ -1225,7 +1261,8 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
1225
1261
  <Text
1226
1262
  style={
1227
1263
  {
1228
- "fontFamily": "GTStandard",
1264
+ "color": "#101010",
1265
+ "fontFamily": "GTStandardRegular",
1229
1266
  "fontSize": 14,
1230
1267
  "letterSpacing": 0.3,
1231
1268
  "lineHeight": 20,
@@ -46,7 +46,8 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
46
46
  <Text
47
47
  style={
48
48
  {
49
- "fontFamily": "GTStandard",
49
+ "color": "#101010",
50
+ "fontFamily": "GTStandardRegular",
50
51
  "fontSize": 14,
51
52
  "letterSpacing": 0.3,
52
53
  "lineHeight": 20,
@@ -76,7 +77,8 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
76
77
  <Text
77
78
  style={
78
79
  {
79
- "fontFamily": "GTStandard",
80
+ "color": "#101010",
81
+ "fontFamily": "GTStandardRegular",
80
82
  "fontSize": 14,
81
83
  "letterSpacing": 0.3,
82
84
  "lineHeight": 20,
@@ -106,7 +108,8 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
106
108
  <Text
107
109
  style={
108
110
  {
109
- "fontFamily": "GTStandard",
111
+ "color": "#101010",
112
+ "fontFamily": "GTStandardRegular",
110
113
  "fontSize": 14,
111
114
  "letterSpacing": 0.3,
112
115
  "lineHeight": 20,
@@ -136,7 +139,8 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
136
139
  <Text
137
140
  style={
138
141
  {
139
- "fontFamily": "GTStandard",
142
+ "color": "#101010",
143
+ "fontFamily": "GTStandardRegular",
140
144
  "fontSize": 14,
141
145
  "letterSpacing": 0.3,
142
146
  "lineHeight": 20,
@@ -166,7 +170,8 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
166
170
  <Text
167
171
  style={
168
172
  {
169
- "fontFamily": "GTStandard",
173
+ "color": "#101010",
174
+ "fontFamily": "GTStandardRegular",
170
175
  "fontSize": 14,
171
176
  "letterSpacing": 0.3,
172
177
  "lineHeight": 20,
@@ -196,7 +201,8 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
196
201
  <Text
197
202
  style={
198
203
  {
199
- "fontFamily": "GTStandard",
204
+ "color": "#101010",
205
+ "fontFamily": "GTStandardRegular",
200
206
  "fontSize": 14,
201
207
  "letterSpacing": 0.3,
202
208
  "lineHeight": 20,
@@ -226,7 +232,8 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
226
232
  <Text
227
233
  style={
228
234
  {
229
- "fontFamily": "GTStandard",
235
+ "color": "#101010",
236
+ "fontFamily": "GTStandardRegular",
230
237
  "fontSize": 14,
231
238
  "letterSpacing": 0.3,
232
239
  "lineHeight": 20,
@@ -256,7 +263,8 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
256
263
  <Text
257
264
  style={
258
265
  {
259
- "fontFamily": "GTStandard",
266
+ "color": "#101010",
267
+ "fontFamily": "GTStandardRegular",
260
268
  "fontSize": 14,
261
269
  "letterSpacing": 0.3,
262
270
  "lineHeight": 20,
@@ -286,7 +294,8 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
286
294
  <Text
287
295
  style={
288
296
  {
289
- "fontFamily": "GTStandard",
297
+ "color": "#101010",
298
+ "fontFamily": "GTStandardRegular",
290
299
  "fontSize": 14,
291
300
  "letterSpacing": 0.3,
292
301
  "lineHeight": 20,
@@ -316,7 +325,8 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
316
325
  <Text
317
326
  style={
318
327
  {
319
- "fontFamily": "GTStandard",
328
+ "color": "#101010",
329
+ "fontFamily": "GTStandardRegular",
320
330
  "fontSize": 14,
321
331
  "letterSpacing": 0.3,
322
332
  "lineHeight": 20,