@ornikar/bumper 3.9.0 → 3.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/definitions/system/content/typography/Typography.d.ts.map +1 -1
  3. package/dist/index-metro.es.android.js +1 -0
  4. package/dist/index-metro.es.android.js.map +1 -1
  5. package/dist/index-metro.es.ios.js +1 -0
  6. package/dist/index-metro.es.ios.js.map +1 -1
  7. package/dist/index-node-22.22.cjs.js +1 -0
  8. package/dist/index-node-22.22.cjs.js.map +1 -1
  9. package/dist/index-node-22.22.cjs.web.js +1 -0
  10. package/dist/index-node-22.22.cjs.web.js.map +1 -1
  11. package/dist/index-node-22.22.es.mjs +1 -0
  12. package/dist/index-node-22.22.es.mjs.map +1 -1
  13. package/dist/index-node-22.22.es.web.mjs +1 -0
  14. package/dist/index-node-22.22.es.web.mjs.map +1 -1
  15. package/dist/index.es.js +1 -0
  16. package/dist/index.es.js.map +1 -1
  17. package/dist/index.es.web.js +1 -0
  18. package/dist/index.es.web.js.map +1 -1
  19. package/dist/tsbuildinfo +1 -1
  20. package/package.json +1 -1
  21. package/src/system/actions/Button/__snapshots__/Button.features.stories.tsx.snap +46 -0
  22. package/src/system/actions/Button/__snapshots__/Button.stories.tsx.snap +1 -0
  23. package/src/system/actions/Button/__snapshots_web__/Button.features.stories.tsx.snap +46 -46
  24. package/src/system/actions/Button/__snapshots_web__/Button.stories.tsx.snap +1 -1
  25. package/src/system/actions/IconButton/__snapshots__/IconButton.features.stories.tsx.snap +3 -0
  26. package/src/system/actions/IconButton/__snapshots_web__/IconButton.features.stories.tsx.snap +3 -3
  27. package/src/system/content/icon/__snapshots__/Icon.features.stories.tsx.snap +13 -0
  28. package/src/system/content/icon/__snapshots_web__/Icon.features.stories.tsx.snap +13 -13
  29. package/src/system/content/typography/Typography.tsx +1 -0
  30. package/src/system/content/typography/__snapshots__/Typography.features.stories.tsx.snap +47 -0
  31. package/src/system/content/typography/__snapshots__/Typography.stories.tsx.snap +1 -0
  32. package/src/system/content/typography/__snapshots__/TypographyIcon.features.stories.tsx.snap +26 -0
  33. package/src/system/content/typography/__snapshots__/TypographyLink.features.stories.tsx.snap +18 -0
  34. package/src/system/content/typography/__snapshots__/TypographyLink.stories.tsx.snap +1 -0
  35. package/src/system/content/typography/__snapshots_web__/Typography.features.stories.tsx.snap +47 -47
  36. package/src/system/content/typography/__snapshots_web__/Typography.stories.tsx.snap +1 -1
  37. package/src/system/content/typography/__snapshots_web__/TypographyIcon.features.stories.tsx.snap +26 -26
  38. package/src/system/content/typography/__snapshots_web__/TypographyLink.features.stories.tsx.snap +18 -18
  39. package/src/system/content/typography/__snapshots_web__/TypographyLink.stories.tsx.snap +1 -1
  40. package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.features.stories.tsx.snap +47 -0
  41. package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.stories.tsx.snap +10 -0
  42. package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.features.stories.tsx.snap +47 -47
  43. package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.stories.tsx.snap +10 -10
  44. package/src/system/core/primitives/__snapshots__/Center.features.stories.tsx.snap +4 -0
  45. package/src/system/core/primitives/__snapshots__/Center.stories.tsx.snap +1 -0
  46. package/src/system/core/primitives/__snapshots__/Pressable.features.stories.tsx.snap +10 -0
  47. package/src/system/core/primitives/__snapshots__/Pressable.stories.tsx.snap +1 -0
  48. package/src/system/core/primitives/__snapshots__/Stack.features.stories.tsx.snap +36 -0
  49. package/src/system/core/primitives/__snapshots__/Stack.stories.tsx.snap +3 -0
  50. package/src/system/core/primitives/__snapshots__/View.features.stories.tsx.snap +63 -0
  51. package/src/system/core/primitives/__snapshots_web__/Center.features.stories.tsx.snap +4 -4
  52. package/src/system/core/primitives/__snapshots_web__/Center.stories.tsx.snap +1 -1
  53. package/src/system/core/primitives/__snapshots_web__/Pressable.features.stories.tsx.snap +10 -10
  54. package/src/system/core/primitives/__snapshots_web__/Pressable.stories.tsx.snap +1 -1
  55. package/src/system/core/primitives/__snapshots_web__/Stack.features.stories.tsx.snap +36 -36
  56. package/src/system/core/primitives/__snapshots_web__/Stack.stories.tsx.snap +3 -3
  57. package/src/system/core/primitives/__snapshots_web__/View.features.stories.tsx.snap +63 -63
  58. package/src/system/core/themes/light/__snapshots__/light.stories.tsx.snap +147 -0
  59. package/src/system/core/themes/light/__snapshots_web__/light.stories.tsx.snap +147 -147
  60. package/src/system/core/tokens/__snapshots__/breakpoints.stories.tsx.snap +11 -0
  61. package/src/system/core/tokens/__snapshots__/bumperIcon.stories.tsx.snap +7 -0
  62. package/src/system/core/tokens/__snapshots__/fonts.stories.tsx.snap +67 -0
  63. package/src/system/core/tokens/__snapshots__/radius.stories.tsx.snap +11 -0
  64. package/src/system/core/tokens/__snapshots__/size.stories.tsx.snap +25 -0
  65. package/src/system/core/tokens/__snapshots__/space.stories.tsx.snap +52 -0
  66. package/src/system/core/tokens/__snapshots_web__/breakpoints.stories.tsx.snap +11 -11
  67. package/src/system/core/tokens/__snapshots_web__/bumperIcon.stories.tsx.snap +7 -7
  68. package/src/system/core/tokens/__snapshots_web__/fonts.stories.tsx.snap +67 -67
  69. package/src/system/core/tokens/__snapshots_web__/radius.stories.tsx.snap +11 -11
  70. package/src/system/core/tokens/__snapshots_web__/size.stories.tsx.snap +25 -25
  71. package/src/system/core/tokens/__snapshots_web__/space.stories.tsx.snap +52 -52
  72. package/src/system/core/tokens/palettes/__snapshots__/deepPurpleColorPalette.stories.tsx.snap +137 -0
  73. package/src/system/core/tokens/palettes/__snapshots_web__/deepPurpleColorPalette.stories.tsx.snap +137 -137
  74. package/src/system/dataDisplays/Badge/__snapshots__/Badge.features.stories.tsx.snap +8 -0
  75. package/src/system/dataDisplays/Badge/__snapshots__/Badge.stories.tsx.snap +1 -0
  76. package/src/system/dataDisplays/Badge/__snapshots_web__/Badge.features.stories.tsx.snap +8 -8
  77. package/src/system/dataDisplays/Badge/__snapshots_web__/Badge.stories.tsx.snap +1 -1
  78. package/src/system/loading/loader/__snapshots__/Loader.features.stories.tsx.snap +2 -0
  79. package/src/system/loading/loader/__snapshots_web__/Loader.features.stories.tsx.snap +2 -2
@@ -32,7 +32,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
32
32
  />
33
33
  </div>
34
34
  <span
35
- 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _col-content--ba1918259606"
35
+ 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _textAlign-left _col-content--ba1918259606"
36
36
  >
37
37
  base.hi
38
38
  </span>
@@ -49,7 +49,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
49
49
  />
50
50
  </div>
51
51
  <span
52
- 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _col-content--ba1918259606"
52
+ 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _textAlign-left _col-content--ba1918259606"
53
53
  >
54
54
  base.mid
55
55
  </span>
@@ -66,7 +66,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
66
66
  />
67
67
  </div>
68
68
  <span
69
- 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _col-content--ba1918259606"
69
+ 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _textAlign-left _col-content--ba1918259606"
70
70
  >
71
71
  base.low
72
72
  </span>
@@ -83,7 +83,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
83
83
  />
84
84
  </div>
85
85
  <span
86
- 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _col-content--ba1918259606"
86
+ 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _textAlign-left _col-content--ba1918259606"
87
87
  >
88
88
  accent
89
89
  </span>
@@ -100,7 +100,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
100
100
  />
101
101
  </div>
102
102
  <span
103
- 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _col-content--ba1918259606"
103
+ 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _textAlign-left _col-content--ba1918259606"
104
104
  >
105
105
  success
106
106
  </span>
@@ -117,7 +117,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
117
117
  />
118
118
  </div>
119
119
  <span
120
- 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _col-content--ba1918259606"
120
+ 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _textAlign-left _col-content--ba1918259606"
121
121
  >
122
122
  warning
123
123
  </span>
@@ -134,7 +134,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
134
134
  />
135
135
  </div>
136
136
  <span
137
- 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _col-content--ba1918259606"
137
+ 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _textAlign-left _col-content--ba1918259606"
138
138
  >
139
139
  danger
140
140
  </span>
@@ -151,7 +151,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
151
151
  />
152
152
  </div>
153
153
  <span
154
- 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _col-content--ba1918259606"
154
+ 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _textAlign-left _col-content--ba1918259606"
155
155
  >
156
156
  info
157
157
  </span>
@@ -196,7 +196,7 @@ exports[`Bumper/Content/Icon/Features DefaultSize 1`] = `
196
196
  />
197
197
  </div>
198
198
  <span
199
- 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _col-content--ba1918259606"
199
+ 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _textAlign-left _col-content--ba1918259606"
200
200
  >
201
201
  default (m, 20)
202
202
  </span>
@@ -213,7 +213,7 @@ exports[`Bumper/Content/Icon/Features DefaultSize 1`] = `
213
213
  />
214
214
  </div>
215
215
  <span
216
- 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _col-content--ba1918259606"
216
+ 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _textAlign-left _col-content--ba1918259606"
217
217
  >
218
218
  explicit m (20)
219
219
  </span>
@@ -290,7 +290,7 @@ exports[`Bumper/Content/Icon/Features Sizes 1`] = `
290
290
  />
291
291
  </div>
292
292
  <span
293
- 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _col-content--ba1918259606"
293
+ 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _textAlign-left _col-content--ba1918259606"
294
294
  >
295
295
  s (16)
296
296
  </span>
@@ -307,7 +307,7 @@ exports[`Bumper/Content/Icon/Features Sizes 1`] = `
307
307
  />
308
308
  </div>
309
309
  <span
310
- 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _col-content--ba1918259606"
310
+ 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _textAlign-left _col-content--ba1918259606"
311
311
  >
312
312
  m (20)
313
313
  </span>
@@ -324,7 +324,7 @@ exports[`Bumper/Content/Icon/Features Sizes 1`] = `
324
324
  />
325
325
  </div>
326
326
  <span
327
- 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _col-content--ba1918259606"
327
+ 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-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _fw-f-weight-re98715119 _textAlign-left _col-content--ba1918259606"
328
328
  >
329
329
  l (24)
330
330
  </span>
@@ -58,6 +58,7 @@ export const InternalTypography = styled(Text, {
58
58
  letterSpacing: '$body-m',
59
59
  fontWeight: '$regular',
60
60
  color: '$content.base.hi',
61
+ textAlign: 'left',
61
62
  '$platform-web': {
62
63
  WebkitFontSmoothing: 'antialiased',
63
64
  },
@@ -28,6 +28,7 @@ exports[`Bumper/Content/Typography/Features BodyVariants 1`] = `
28
28
  "fontSize": 24,
29
29
  "letterSpacing": 0.3,
30
30
  "lineHeight": 32,
31
+ "textAlign": "left",
31
32
  }
32
33
  }
33
34
  suppressHighlighting={true}
@@ -42,6 +43,7 @@ exports[`Bumper/Content/Typography/Features BodyVariants 1`] = `
42
43
  "fontSize": 18,
43
44
  "letterSpacing": 0.3,
44
45
  "lineHeight": 26,
46
+ "textAlign": "left",
45
47
  }
46
48
  }
47
49
  suppressHighlighting={true}
@@ -56,6 +58,7 @@ exports[`Bumper/Content/Typography/Features BodyVariants 1`] = `
56
58
  "fontSize": 16,
57
59
  "letterSpacing": 0.3,
58
60
  "lineHeight": 24,
61
+ "textAlign": "left",
59
62
  }
60
63
  }
61
64
  suppressHighlighting={true}
@@ -70,6 +73,7 @@ exports[`Bumper/Content/Typography/Features BodyVariants 1`] = `
70
73
  "fontSize": 14,
71
74
  "letterSpacing": 0.3,
72
75
  "lineHeight": 20,
76
+ "textAlign": "left",
73
77
  }
74
78
  }
75
79
  suppressHighlighting={true}
@@ -84,6 +88,7 @@ exports[`Bumper/Content/Typography/Features BodyVariants 1`] = `
84
88
  "fontSize": 12,
85
89
  "letterSpacing": 0.3,
86
90
  "lineHeight": 16,
91
+ "textAlign": "left",
87
92
  }
88
93
  }
89
94
  suppressHighlighting={true}
@@ -122,6 +127,7 @@ exports[`Bumper/Content/Typography/Features BodyVariantsBold 1`] = `
122
127
  "fontSize": 24,
123
128
  "letterSpacing": 0.3,
124
129
  "lineHeight": 32,
130
+ "textAlign": "left",
125
131
  }
126
132
  }
127
133
  suppressHighlighting={true}
@@ -136,6 +142,7 @@ exports[`Bumper/Content/Typography/Features BodyVariantsBold 1`] = `
136
142
  "fontSize": 18,
137
143
  "letterSpacing": 0.3,
138
144
  "lineHeight": 26,
145
+ "textAlign": "left",
139
146
  }
140
147
  }
141
148
  suppressHighlighting={true}
@@ -150,6 +157,7 @@ exports[`Bumper/Content/Typography/Features BodyVariantsBold 1`] = `
150
157
  "fontSize": 16,
151
158
  "letterSpacing": 0.3,
152
159
  "lineHeight": 24,
160
+ "textAlign": "left",
153
161
  }
154
162
  }
155
163
  suppressHighlighting={true}
@@ -164,6 +172,7 @@ exports[`Bumper/Content/Typography/Features BodyVariantsBold 1`] = `
164
172
  "fontSize": 14,
165
173
  "letterSpacing": 0.3,
166
174
  "lineHeight": 20,
175
+ "textAlign": "left",
167
176
  }
168
177
  }
169
178
  suppressHighlighting={true}
@@ -178,6 +187,7 @@ exports[`Bumper/Content/Typography/Features BodyVariantsBold 1`] = `
178
187
  "fontSize": 12,
179
188
  "letterSpacing": 0.3,
180
189
  "lineHeight": 16,
190
+ "textAlign": "left",
181
191
  }
182
192
  }
183
193
  suppressHighlighting={true}
@@ -216,6 +226,7 @@ exports[`Bumper/Content/Typography/Features ContentCapsVariants 1`] = `
216
226
  "fontSize": 40,
217
227
  "letterSpacing": 0,
218
228
  "lineHeight": 40,
229
+ "textAlign": "left",
219
230
  "textTransform": "uppercase",
220
231
  }
221
232
  }
@@ -231,6 +242,7 @@ exports[`Bumper/Content/Typography/Features ContentCapsVariants 1`] = `
231
242
  "fontSize": 32,
232
243
  "letterSpacing": 0,
233
244
  "lineHeight": 40,
245
+ "textAlign": "left",
234
246
  "textTransform": "uppercase",
235
247
  }
236
248
  }
@@ -246,6 +258,7 @@ exports[`Bumper/Content/Typography/Features ContentCapsVariants 1`] = `
246
258
  "fontSize": 24,
247
259
  "letterSpacing": 0,
248
260
  "lineHeight": 28,
261
+ "textAlign": "left",
249
262
  "textTransform": "uppercase",
250
263
  }
251
264
  }
@@ -261,6 +274,7 @@ exports[`Bumper/Content/Typography/Features ContentCapsVariants 1`] = `
261
274
  "fontSize": 18,
262
275
  "letterSpacing": 0,
263
276
  "lineHeight": 20,
277
+ "textAlign": "left",
264
278
  "textTransform": "uppercase",
265
279
  }
266
280
  }
@@ -276,6 +290,7 @@ exports[`Bumper/Content/Typography/Features ContentCapsVariants 1`] = `
276
290
  "fontSize": 16,
277
291
  "letterSpacing": 0,
278
292
  "lineHeight": 18,
293
+ "textAlign": "left",
279
294
  "textTransform": "uppercase",
280
295
  }
281
296
  }
@@ -291,6 +306,7 @@ exports[`Bumper/Content/Typography/Features ContentCapsVariants 1`] = `
291
306
  "fontSize": 14,
292
307
  "letterSpacing": 0,
293
308
  "lineHeight": 16,
309
+ "textAlign": "left",
294
310
  "textTransform": "uppercase",
295
311
  }
296
312
  }
@@ -306,6 +322,7 @@ exports[`Bumper/Content/Typography/Features ContentCapsVariants 1`] = `
306
322
  "fontSize": 12,
307
323
  "letterSpacing": 0,
308
324
  "lineHeight": 14,
325
+ "textAlign": "left",
309
326
  "textTransform": "uppercase",
310
327
  }
311
328
  }
@@ -353,6 +370,7 @@ exports[`Bumper/Content/Typography/Features ContextInheritance 1`] = `
353
370
  "fontSize": 14,
354
371
  "letterSpacing": 0.3,
355
372
  "lineHeight": 20,
373
+ "textAlign": "left",
356
374
  }
357
375
  }
358
376
  suppressHighlighting={true}
@@ -367,6 +385,7 @@ exports[`Bumper/Content/Typography/Features ContextInheritance 1`] = `
367
385
  "fontSize": 18,
368
386
  "letterSpacing": 0.3,
369
387
  "lineHeight": 26,
388
+ "textAlign": "left",
370
389
  }
371
390
  }
372
391
  suppressHighlighting={true}
@@ -380,6 +399,7 @@ exports[`Bumper/Content/Typography/Features ContextInheritance 1`] = `
380
399
  "fontSize": 18,
381
400
  "letterSpacing": 0.3,
382
401
  "lineHeight": 26,
402
+ "textAlign": "left",
383
403
  }
384
404
  }
385
405
  suppressHighlighting={true}
@@ -404,6 +424,7 @@ exports[`Bumper/Content/Typography/Features ContextInheritance 1`] = `
404
424
  "fontSize": 14,
405
425
  "letterSpacing": 0.3,
406
426
  "lineHeight": 20,
427
+ "textAlign": "left",
407
428
  }
408
429
  }
409
430
  suppressHighlighting={true}
@@ -418,6 +439,7 @@ exports[`Bumper/Content/Typography/Features ContextInheritance 1`] = `
418
439
  "fontSize": 16,
419
440
  "letterSpacing": 0.3,
420
441
  "lineHeight": 24,
442
+ "textAlign": "left",
421
443
  }
422
444
  }
423
445
  suppressHighlighting={true}
@@ -431,6 +453,7 @@ exports[`Bumper/Content/Typography/Features ContextInheritance 1`] = `
431
453
  "fontSize": 16,
432
454
  "letterSpacing": 0.3,
433
455
  "lineHeight": 24,
456
+ "textAlign": "left",
434
457
  }
435
458
  }
436
459
  suppressHighlighting={true}
@@ -455,6 +478,7 @@ exports[`Bumper/Content/Typography/Features ContextInheritance 1`] = `
455
478
  "fontSize": 14,
456
479
  "letterSpacing": 0.3,
457
480
  "lineHeight": 20,
481
+ "textAlign": "left",
458
482
  }
459
483
  }
460
484
  suppressHighlighting={true}
@@ -469,6 +493,7 @@ exports[`Bumper/Content/Typography/Features ContextInheritance 1`] = `
469
493
  "fontSize": 16,
470
494
  "letterSpacing": 0.3,
471
495
  "lineHeight": 24,
496
+ "textAlign": "left",
472
497
  }
473
498
  }
474
499
  suppressHighlighting={true}
@@ -482,6 +507,7 @@ exports[`Bumper/Content/Typography/Features ContextInheritance 1`] = `
482
507
  "fontSize": 16,
483
508
  "letterSpacing": 0.3,
484
509
  "lineHeight": 24,
510
+ "textAlign": "left",
485
511
  }
486
512
  }
487
513
  suppressHighlighting={true}
@@ -506,6 +532,7 @@ exports[`Bumper/Content/Typography/Features ContextInheritance 1`] = `
506
532
  "fontSize": 14,
507
533
  "letterSpacing": 0.3,
508
534
  "lineHeight": 20,
535
+ "textAlign": "left",
509
536
  }
510
537
  }
511
538
  suppressHighlighting={true}
@@ -520,6 +547,7 @@ exports[`Bumper/Content/Typography/Features ContextInheritance 1`] = `
520
547
  "fontSize": 16,
521
548
  "letterSpacing": 0.3,
522
549
  "lineHeight": 24,
550
+ "textAlign": "left",
523
551
  }
524
552
  }
525
553
  suppressHighlighting={true}
@@ -533,6 +561,7 @@ exports[`Bumper/Content/Typography/Features ContextInheritance 1`] = `
533
561
  "fontSize": 14,
534
562
  "letterSpacing": 0.3,
535
563
  "lineHeight": 20,
564
+ "textAlign": "left",
536
565
  }
537
566
  }
538
567
  suppressHighlighting={true}
@@ -566,6 +595,7 @@ exports[`Bumper/Content/Typography/Features DefaultValues 1`] = `
566
595
  "fontSize": 16,
567
596
  "letterSpacing": 0.3,
568
597
  "lineHeight": 24,
598
+ "textAlign": "left",
569
599
  }
570
600
  }
571
601
  suppressHighlighting={true}
@@ -605,6 +635,7 @@ exports[`Bumper/Content/Typography/Features HeaderComponents 1`] = `
605
635
  "fontSize": 56,
606
636
  "letterSpacing": 0,
607
637
  "lineHeight": 64,
638
+ "textAlign": "left",
608
639
  }
609
640
  }
610
641
  suppressHighlighting={true}
@@ -621,6 +652,7 @@ exports[`Bumper/Content/Typography/Features HeaderComponents 1`] = `
621
652
  "fontSize": 48,
622
653
  "letterSpacing": 0,
623
654
  "lineHeight": 56,
655
+ "textAlign": "left",
624
656
  }
625
657
  }
626
658
  suppressHighlighting={true}
@@ -637,6 +669,7 @@ exports[`Bumper/Content/Typography/Features HeaderComponents 1`] = `
637
669
  "fontSize": 38,
638
670
  "letterSpacing": 0,
639
671
  "lineHeight": 44,
672
+ "textAlign": "left",
640
673
  }
641
674
  }
642
675
  suppressHighlighting={true}
@@ -653,6 +686,7 @@ exports[`Bumper/Content/Typography/Features HeaderComponents 1`] = `
653
686
  "fontSize": 28,
654
687
  "letterSpacing": 0,
655
688
  "lineHeight": 32,
689
+ "textAlign": "left",
656
690
  }
657
691
  }
658
692
  suppressHighlighting={true}
@@ -669,6 +703,7 @@ exports[`Bumper/Content/Typography/Features HeaderComponents 1`] = `
669
703
  "fontSize": 24,
670
704
  "letterSpacing": 0,
671
705
  "lineHeight": 28,
706
+ "textAlign": "left",
672
707
  }
673
708
  }
674
709
  suppressHighlighting={true}
@@ -685,6 +720,7 @@ exports[`Bumper/Content/Typography/Features HeaderComponents 1`] = `
685
720
  "fontSize": 20,
686
721
  "letterSpacing": 0,
687
722
  "lineHeight": 24,
723
+ "textAlign": "left",
688
724
  }
689
725
  }
690
726
  suppressHighlighting={true}
@@ -723,6 +759,7 @@ exports[`Bumper/Content/Typography/Features HeadingVariants 1`] = `
723
759
  "fontSize": 56,
724
760
  "letterSpacing": 0,
725
761
  "lineHeight": 64,
762
+ "textAlign": "left",
726
763
  }
727
764
  }
728
765
  suppressHighlighting={true}
@@ -737,6 +774,7 @@ exports[`Bumper/Content/Typography/Features HeadingVariants 1`] = `
737
774
  "fontSize": 48,
738
775
  "letterSpacing": 0,
739
776
  "lineHeight": 56,
777
+ "textAlign": "left",
740
778
  }
741
779
  }
742
780
  suppressHighlighting={true}
@@ -751,6 +789,7 @@ exports[`Bumper/Content/Typography/Features HeadingVariants 1`] = `
751
789
  "fontSize": 38,
752
790
  "letterSpacing": 0,
753
791
  "lineHeight": 44,
792
+ "textAlign": "left",
754
793
  }
755
794
  }
756
795
  suppressHighlighting={true}
@@ -765,6 +804,7 @@ exports[`Bumper/Content/Typography/Features HeadingVariants 1`] = `
765
804
  "fontSize": 28,
766
805
  "letterSpacing": 0,
767
806
  "lineHeight": 32,
807
+ "textAlign": "left",
768
808
  }
769
809
  }
770
810
  suppressHighlighting={true}
@@ -779,6 +819,7 @@ exports[`Bumper/Content/Typography/Features HeadingVariants 1`] = `
779
819
  "fontSize": 24,
780
820
  "letterSpacing": 0,
781
821
  "lineHeight": 28,
822
+ "textAlign": "left",
782
823
  }
783
824
  }
784
825
  suppressHighlighting={true}
@@ -793,6 +834,7 @@ exports[`Bumper/Content/Typography/Features HeadingVariants 1`] = `
793
834
  "fontSize": 20,
794
835
  "letterSpacing": 0,
795
836
  "lineHeight": 24,
837
+ "textAlign": "left",
796
838
  }
797
839
  }
798
840
  suppressHighlighting={true}
@@ -807,6 +849,7 @@ exports[`Bumper/Content/Typography/Features HeadingVariants 1`] = `
807
849
  "fontSize": 16,
808
850
  "letterSpacing": 0,
809
851
  "lineHeight": 20,
852
+ "textAlign": "left",
810
853
  }
811
854
  }
812
855
  suppressHighlighting={true}
@@ -845,6 +888,7 @@ exports[`Bumper/Content/Typography/Features LabelVariants 1`] = `
845
888
  "fontSize": 16,
846
889
  "letterSpacing": 0,
847
890
  "lineHeight": 20,
891
+ "textAlign": "left",
848
892
  }
849
893
  }
850
894
  suppressHighlighting={true}
@@ -859,6 +903,7 @@ exports[`Bumper/Content/Typography/Features LabelVariants 1`] = `
859
903
  "fontSize": 14,
860
904
  "letterSpacing": 0,
861
905
  "lineHeight": 18,
906
+ "textAlign": "left",
862
907
  }
863
908
  }
864
909
  suppressHighlighting={true}
@@ -873,6 +918,7 @@ exports[`Bumper/Content/Typography/Features LabelVariants 1`] = `
873
918
  "fontSize": 12,
874
919
  "letterSpacing": 0,
875
920
  "lineHeight": 14,
921
+ "textAlign": "left",
876
922
  }
877
923
  }
878
924
  suppressHighlighting={true}
@@ -903,6 +949,7 @@ exports[`Bumper/Content/Typography/Features Responsive 1`] = `
903
949
  "fontSize": 14,
904
950
  "letterSpacing": 0.3,
905
951
  "lineHeight": 20,
952
+ "textAlign": "left",
906
953
  }
907
954
  }
908
955
  suppressHighlighting={true}
@@ -20,6 +20,7 @@ exports[`Bumper/Content/Typography Default 1`] = `
20
20
  "fontSize": 16,
21
21
  "letterSpacing": 0.3,
22
22
  "lineHeight": 24,
23
+ "textAlign": "left",
23
24
  }
24
25
  }
25
26
  suppressHighlighting={true}