@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
@@ -78,6 +78,7 @@ exports[`Bumper/Data Displays/Badge/Features WithCount 1`] = `
78
78
  "letterSpacing": 0,
79
79
  "lineHeight": 14,
80
80
  "paddingBottom": 1,
81
+ "textAlign": "left",
81
82
  "textTransform": "uppercase",
82
83
  }
83
84
  }
@@ -113,6 +114,7 @@ exports[`Bumper/Data Displays/Badge/Features WithCount 1`] = `
113
114
  "letterSpacing": 0,
114
115
  "lineHeight": 14,
115
116
  "paddingBottom": 1,
117
+ "textAlign": "left",
116
118
  "textTransform": "uppercase",
117
119
  }
118
120
  }
@@ -148,6 +150,7 @@ exports[`Bumper/Data Displays/Badge/Features WithCount 1`] = `
148
150
  "letterSpacing": 0,
149
151
  "lineHeight": 14,
150
152
  "paddingBottom": 1,
153
+ "textAlign": "left",
151
154
  "textTransform": "uppercase",
152
155
  }
153
156
  }
@@ -183,6 +186,7 @@ exports[`Bumper/Data Displays/Badge/Features WithCount 1`] = `
183
186
  "letterSpacing": 0,
184
187
  "lineHeight": 14,
185
188
  "paddingBottom": 1,
189
+ "textAlign": "left",
186
190
  "textTransform": "uppercase",
187
191
  }
188
192
  }
@@ -218,6 +222,7 @@ exports[`Bumper/Data Displays/Badge/Features WithCount 1`] = `
218
222
  "letterSpacing": 0,
219
223
  "lineHeight": 14,
220
224
  "paddingBottom": 1,
225
+ "textAlign": "left",
221
226
  "textTransform": "uppercase",
222
227
  }
223
228
  }
@@ -278,6 +283,7 @@ exports[`Bumper/Data Displays/Badge/Features WithMaximumCount 1`] = `
278
283
  "letterSpacing": 0,
279
284
  "lineHeight": 14,
280
285
  "paddingBottom": 1,
286
+ "textAlign": "left",
281
287
  "textTransform": "uppercase",
282
288
  }
283
289
  }
@@ -313,6 +319,7 @@ exports[`Bumper/Data Displays/Badge/Features WithMaximumCount 1`] = `
313
319
  "letterSpacing": 0,
314
320
  "lineHeight": 14,
315
321
  "paddingBottom": 1,
322
+ "textAlign": "left",
316
323
  "textTransform": "uppercase",
317
324
  }
318
325
  }
@@ -348,6 +355,7 @@ exports[`Bumper/Data Displays/Badge/Features WithMaximumCount 1`] = `
348
355
  "letterSpacing": 0,
349
356
  "lineHeight": 14,
350
357
  "paddingBottom": 1,
358
+ "textAlign": "left",
351
359
  "textTransform": "uppercase",
352
360
  }
353
361
  }
@@ -39,6 +39,7 @@ exports[`Bumper/Data Displays/Badge Default 1`] = `
39
39
  "letterSpacing": 0,
40
40
  "lineHeight": 14,
41
41
  "paddingBottom": 1,
42
+ "textAlign": "left",
42
43
  "textTransform": "uppercase",
43
44
  }
44
45
  }
@@ -51,7 +51,7 @@ exports[`Bumper/Data Displays/Badge/Features WithCount 1`] = `
51
51
  class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _flexShrink-0 _justifyContent-center _alignItems-center _btlr-t-radius-ra1854241453 _btrr-t-radius-ra1854241453 _bbrr-t-radius-ra1854241453 _bblr-t-radius-ra1854241453 _backgroundColor-bg--danger-46574 _alignSelf-flex-start _minWidth-16px _minHeight-16px _paddingRight-t-space-spa94482162 _paddingLeft-t-space-spa94482162"
52
52
  >
53
53
  <span
54
- class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
54
+ class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _textAlign-left _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
55
55
  >
56
56
  1
57
57
  </span>
@@ -60,7 +60,7 @@ exports[`Bumper/Data Displays/Badge/Features WithCount 1`] = `
60
60
  class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _flexShrink-0 _justifyContent-center _alignItems-center _btlr-t-radius-ra1854241453 _btrr-t-radius-ra1854241453 _bbrr-t-radius-ra1854241453 _bblr-t-radius-ra1854241453 _backgroundColor-bg--danger-46574 _alignSelf-flex-start _minWidth-16px _minHeight-16px _paddingRight-t-space-spa94482162 _paddingLeft-t-space-spa94482162"
61
61
  >
62
62
  <span
63
- class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
63
+ class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _textAlign-left _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
64
64
  >
65
65
  5
66
66
  </span>
@@ -69,7 +69,7 @@ exports[`Bumper/Data Displays/Badge/Features WithCount 1`] = `
69
69
  class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _flexShrink-0 _justifyContent-center _alignItems-center _btlr-t-radius-ra1854241453 _btrr-t-radius-ra1854241453 _bbrr-t-radius-ra1854241453 _bblr-t-radius-ra1854241453 _backgroundColor-bg--danger-46574 _alignSelf-flex-start _minWidth-16px _minHeight-16px _paddingRight-t-space-spa94482162 _paddingLeft-t-space-spa94482162"
70
70
  >
71
71
  <span
72
- class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
72
+ class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _textAlign-left _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
73
73
  >
74
74
  9+
75
75
  </span>
@@ -78,7 +78,7 @@ exports[`Bumper/Data Displays/Badge/Features WithCount 1`] = `
78
78
  class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _flexShrink-0 _justifyContent-center _alignItems-center _btlr-t-radius-ra1854241453 _btrr-t-radius-ra1854241453 _bbrr-t-radius-ra1854241453 _bblr-t-radius-ra1854241453 _backgroundColor-bg--danger-46574 _alignSelf-flex-start _minWidth-16px _minHeight-16px _paddingRight-t-space-spa94482162 _paddingLeft-t-space-spa94482162"
79
79
  >
80
80
  <span
81
- class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
81
+ class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _textAlign-left _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
82
82
  >
83
83
  9+
84
84
  </span>
@@ -87,7 +87,7 @@ exports[`Bumper/Data Displays/Badge/Features WithCount 1`] = `
87
87
  class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _flexShrink-0 _justifyContent-center _alignItems-center _btlr-t-radius-ra1854241453 _btrr-t-radius-ra1854241453 _bbrr-t-radius-ra1854241453 _bblr-t-radius-ra1854241453 _backgroundColor-bg--danger-46574 _alignSelf-flex-start _minWidth-16px _minHeight-16px _paddingRight-t-space-spa94482162 _paddingLeft-t-space-spa94482162"
88
88
  >
89
89
  <span
90
- class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
90
+ class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _textAlign-left _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
91
91
  >
92
92
  0
93
93
  </span>
@@ -124,7 +124,7 @@ exports[`Bumper/Data Displays/Badge/Features WithMaximumCount 1`] = `
124
124
  class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _flexShrink-0 _justifyContent-center _alignItems-center _btlr-t-radius-ra1854241453 _btrr-t-radius-ra1854241453 _bbrr-t-radius-ra1854241453 _bblr-t-radius-ra1854241453 _backgroundColor-bg--danger-46574 _alignSelf-flex-start _minWidth-16px _minHeight-16px _paddingRight-t-space-spa94482162 _paddingLeft-t-space-spa94482162"
125
125
  >
126
126
  <span
127
- class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
127
+ class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _textAlign-left _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
128
128
  >
129
129
  9+
130
130
  </span>
@@ -133,7 +133,7 @@ exports[`Bumper/Data Displays/Badge/Features WithMaximumCount 1`] = `
133
133
  class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _flexShrink-0 _justifyContent-center _alignItems-center _btlr-t-radius-ra1854241453 _btrr-t-radius-ra1854241453 _bbrr-t-radius-ra1854241453 _bblr-t-radius-ra1854241453 _backgroundColor-bg--danger-46574 _alignSelf-flex-start _minWidth-16px _minHeight-16px _paddingRight-t-space-spa94482162 _paddingLeft-t-space-spa94482162"
134
134
  >
135
135
  <span
136
- class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
136
+ class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _textAlign-left _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
137
137
  >
138
138
  99+
139
139
  </span>
@@ -142,7 +142,7 @@ exports[`Bumper/Data Displays/Badge/Features WithMaximumCount 1`] = `
142
142
  class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _flexShrink-0 _justifyContent-center _alignItems-center _btlr-t-radius-ra1854241453 _btrr-t-radius-ra1854241453 _bbrr-t-radius-ra1854241453 _bblr-t-radius-ra1854241453 _backgroundColor-bg--danger-46574 _alignSelf-flex-start _minWidth-16px _minHeight-16px _paddingRight-t-space-spa94482162 _paddingLeft-t-space-spa94482162"
143
143
  >
144
144
  <span
145
- class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
145
+ class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _textAlign-left _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
146
146
  >
147
147
  999
148
148
  </span>
@@ -21,7 +21,7 @@ exports[`Bumper/Data Displays/Badge Default 1`] = `
21
21
  class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _flexShrink-0 _justifyContent-center _alignItems-center _btlr-t-radius-ra1854241453 _btrr-t-radius-ra1854241453 _bbrr-t-radius-ra1854241453 _bblr-t-radius-ra1854241453 _backgroundColor-bg--danger-46574 _alignSelf-flex-start _minWidth-16px _minHeight-16px _paddingRight-t-space-spa94482162 _paddingLeft-t-space-spa94482162"
22
22
  >
23
23
  <span
24
- class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
24
+ class="font_GTStandardNarrow _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-cont1213109893 _lh-f-lineHeigh599485626 _ls-f-letterSpa1883393765 _fw-f-weight-bo3448 _textAlign-left _tt-uppercase _col-content--ba254712717 _paddingBottom-1px"
25
25
  >
26
26
  3
27
27
  </span>
@@ -524,6 +524,7 @@ exports[`Bumper/Loading/Loader/Features Sizes 1`] = `
524
524
  "fontSize": 12,
525
525
  "letterSpacing": 0.3,
526
526
  "lineHeight": 16,
527
+ "textAlign": "left",
527
528
  }
528
529
  }
529
530
  suppressHighlighting={true}
@@ -691,6 +692,7 @@ exports[`Bumper/Loading/Loader/Features Sizes 1`] = `
691
692
  "fontSize": 12,
692
693
  "letterSpacing": 0.3,
693
694
  "lineHeight": 16,
695
+ "textAlign": "left",
694
696
  }
695
697
  }
696
698
  suppressHighlighting={true}
@@ -165,7 +165,7 @@ exports[`Bumper/Loading/Loader/Features Sizes 1`] = `
165
165
  </svg>
166
166
  </div>
167
167
  <span
168
- 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"
168
+ 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"
169
169
  >
170
170
  icon (20)
171
171
  </span>
@@ -209,7 +209,7 @@ exports[`Bumper/Loading/Loader/Features Sizes 1`] = `
209
209
  </svg>
210
210
  </div>
211
211
  <span
212
- 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"
212
+ 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"
213
213
  >
214
214
  page (48)
215
215
  </span>