@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.
- package/CHANGELOG.md +9 -0
- package/dist/definitions/system/content/typography/Typography.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +1 -0
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +1 -0
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.22.cjs.js +1 -0
- package/dist/index-node-22.22.cjs.js.map +1 -1
- package/dist/index-node-22.22.cjs.web.js +1 -0
- package/dist/index-node-22.22.cjs.web.js.map +1 -1
- package/dist/index-node-22.22.es.mjs +1 -0
- package/dist/index-node-22.22.es.mjs.map +1 -1
- package/dist/index-node-22.22.es.web.mjs +1 -0
- package/dist/index-node-22.22.es.web.mjs.map +1 -1
- package/dist/index.es.js +1 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +1 -0
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/system/actions/Button/__snapshots__/Button.features.stories.tsx.snap +46 -0
- package/src/system/actions/Button/__snapshots__/Button.stories.tsx.snap +1 -0
- package/src/system/actions/Button/__snapshots_web__/Button.features.stories.tsx.snap +46 -46
- package/src/system/actions/Button/__snapshots_web__/Button.stories.tsx.snap +1 -1
- package/src/system/actions/IconButton/__snapshots__/IconButton.features.stories.tsx.snap +3 -0
- package/src/system/actions/IconButton/__snapshots_web__/IconButton.features.stories.tsx.snap +3 -3
- package/src/system/content/icon/__snapshots__/Icon.features.stories.tsx.snap +13 -0
- package/src/system/content/icon/__snapshots_web__/Icon.features.stories.tsx.snap +13 -13
- package/src/system/content/typography/Typography.tsx +1 -0
- package/src/system/content/typography/__snapshots__/Typography.features.stories.tsx.snap +47 -0
- package/src/system/content/typography/__snapshots__/Typography.stories.tsx.snap +1 -0
- package/src/system/content/typography/__snapshots__/TypographyIcon.features.stories.tsx.snap +26 -0
- package/src/system/content/typography/__snapshots__/TypographyLink.features.stories.tsx.snap +18 -0
- package/src/system/content/typography/__snapshots__/TypographyLink.stories.tsx.snap +1 -0
- package/src/system/content/typography/__snapshots_web__/Typography.features.stories.tsx.snap +47 -47
- package/src/system/content/typography/__snapshots_web__/Typography.stories.tsx.snap +1 -1
- package/src/system/content/typography/__snapshots_web__/TypographyIcon.features.stories.tsx.snap +26 -26
- package/src/system/content/typography/__snapshots_web__/TypographyLink.features.stories.tsx.snap +18 -18
- package/src/system/content/typography/__snapshots_web__/TypographyLink.stories.tsx.snap +1 -1
- package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.features.stories.tsx.snap +47 -0
- package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.stories.tsx.snap +10 -0
- package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.features.stories.tsx.snap +47 -47
- package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.stories.tsx.snap +10 -10
- package/src/system/core/primitives/__snapshots__/Center.features.stories.tsx.snap +4 -0
- package/src/system/core/primitives/__snapshots__/Center.stories.tsx.snap +1 -0
- package/src/system/core/primitives/__snapshots__/Pressable.features.stories.tsx.snap +10 -0
- package/src/system/core/primitives/__snapshots__/Pressable.stories.tsx.snap +1 -0
- package/src/system/core/primitives/__snapshots__/Stack.features.stories.tsx.snap +36 -0
- package/src/system/core/primitives/__snapshots__/Stack.stories.tsx.snap +3 -0
- package/src/system/core/primitives/__snapshots__/View.features.stories.tsx.snap +63 -0
- package/src/system/core/primitives/__snapshots_web__/Center.features.stories.tsx.snap +4 -4
- package/src/system/core/primitives/__snapshots_web__/Center.stories.tsx.snap +1 -1
- package/src/system/core/primitives/__snapshots_web__/Pressable.features.stories.tsx.snap +10 -10
- package/src/system/core/primitives/__snapshots_web__/Pressable.stories.tsx.snap +1 -1
- package/src/system/core/primitives/__snapshots_web__/Stack.features.stories.tsx.snap +36 -36
- package/src/system/core/primitives/__snapshots_web__/Stack.stories.tsx.snap +3 -3
- package/src/system/core/primitives/__snapshots_web__/View.features.stories.tsx.snap +63 -63
- package/src/system/core/themes/light/__snapshots__/light.stories.tsx.snap +147 -0
- package/src/system/core/themes/light/__snapshots_web__/light.stories.tsx.snap +147 -147
- package/src/system/core/tokens/__snapshots__/breakpoints.stories.tsx.snap +11 -0
- package/src/system/core/tokens/__snapshots__/bumperIcon.stories.tsx.snap +7 -0
- package/src/system/core/tokens/__snapshots__/fonts.stories.tsx.snap +67 -0
- package/src/system/core/tokens/__snapshots__/radius.stories.tsx.snap +11 -0
- package/src/system/core/tokens/__snapshots__/size.stories.tsx.snap +25 -0
- package/src/system/core/tokens/__snapshots__/space.stories.tsx.snap +52 -0
- package/src/system/core/tokens/__snapshots_web__/breakpoints.stories.tsx.snap +11 -11
- package/src/system/core/tokens/__snapshots_web__/bumperIcon.stories.tsx.snap +7 -7
- package/src/system/core/tokens/__snapshots_web__/fonts.stories.tsx.snap +67 -67
- package/src/system/core/tokens/__snapshots_web__/radius.stories.tsx.snap +11 -11
- package/src/system/core/tokens/__snapshots_web__/size.stories.tsx.snap +25 -25
- package/src/system/core/tokens/__snapshots_web__/space.stories.tsx.snap +52 -52
- package/src/system/core/tokens/palettes/__snapshots__/deepPurpleColorPalette.stories.tsx.snap +137 -0
- package/src/system/core/tokens/palettes/__snapshots_web__/deepPurpleColorPalette.stories.tsx.snap +137 -137
- package/src/system/dataDisplays/Badge/__snapshots__/Badge.features.stories.tsx.snap +8 -0
- package/src/system/dataDisplays/Badge/__snapshots__/Badge.stories.tsx.snap +1 -0
- package/src/system/dataDisplays/Badge/__snapshots_web__/Badge.features.stories.tsx.snap +8 -8
- package/src/system/dataDisplays/Badge/__snapshots_web__/Badge.stories.tsx.snap +1 -1
- package/src/system/loading/loader/__snapshots__/Loader.features.stories.tsx.snap +2 -0
- package/src/system/loading/loader/__snapshots_web__/Loader.features.stories.tsx.snap +2 -2
|
@@ -31,7 +31,7 @@ exports[`Bumper/Actions/Button/Features Disabled 1`] = `
|
|
|
31
31
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
32
32
|
>
|
|
33
33
|
<span
|
|
34
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--di910006857"
|
|
34
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--di910006857"
|
|
35
35
|
>
|
|
36
36
|
Primary
|
|
37
37
|
</span>
|
|
@@ -48,7 +48,7 @@ exports[`Bumper/Actions/Button/Features Disabled 1`] = `
|
|
|
48
48
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
49
49
|
>
|
|
50
50
|
<span
|
|
51
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--di910006857"
|
|
51
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--di910006857"
|
|
52
52
|
>
|
|
53
53
|
Secondary
|
|
54
54
|
</span>
|
|
@@ -65,7 +65,7 @@ exports[`Bumper/Actions/Button/Features Disabled 1`] = `
|
|
|
65
65
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
66
66
|
>
|
|
67
67
|
<span
|
|
68
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--di910006857"
|
|
68
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--di910006857"
|
|
69
69
|
>
|
|
70
70
|
Tertiary
|
|
71
71
|
</span>
|
|
@@ -85,7 +85,7 @@ exports[`Bumper/Actions/Button/Features Disabled 1`] = `
|
|
|
85
85
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
86
86
|
>
|
|
87
87
|
<span
|
|
88
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--di910006857"
|
|
88
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--di910006857"
|
|
89
89
|
>
|
|
90
90
|
Danger
|
|
91
91
|
</span>
|
|
@@ -133,7 +133,7 @@ exports[`Bumper/Actions/Button/Features Loading 1`] = `
|
|
|
133
133
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
134
134
|
>
|
|
135
135
|
<span
|
|
136
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
136
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
137
137
|
>
|
|
138
138
|
Primary
|
|
139
139
|
</span>
|
|
@@ -197,7 +197,7 @@ exports[`Bumper/Actions/Button/Features Loading 1`] = `
|
|
|
197
197
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
198
198
|
>
|
|
199
199
|
<span
|
|
200
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
200
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
201
201
|
>
|
|
202
202
|
Secondary
|
|
203
203
|
</span>
|
|
@@ -261,7 +261,7 @@ exports[`Bumper/Actions/Button/Features Loading 1`] = `
|
|
|
261
261
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
262
262
|
>
|
|
263
263
|
<span
|
|
264
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
264
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
265
265
|
>
|
|
266
266
|
Tertiary
|
|
267
267
|
</span>
|
|
@@ -328,7 +328,7 @@ exports[`Bumper/Actions/Button/Features Loading 1`] = `
|
|
|
328
328
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
329
329
|
>
|
|
330
330
|
<span
|
|
331
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--da3379238"
|
|
331
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--da3379238"
|
|
332
332
|
>
|
|
333
333
|
Danger
|
|
334
334
|
</span>
|
|
@@ -410,7 +410,7 @@ exports[`Bumper/Actions/Button/Features OnContrasted 1`] = `
|
|
|
410
410
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column _gap-t-space-spa1366020313"
|
|
411
411
|
>
|
|
412
412
|
<span
|
|
413
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
413
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
414
414
|
>
|
|
415
415
|
On contrasted background
|
|
416
416
|
</span>
|
|
@@ -427,7 +427,7 @@ exports[`Bumper/Actions/Button/Features OnContrasted 1`] = `
|
|
|
427
427
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
428
428
|
>
|
|
429
429
|
<span
|
|
430
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
430
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
431
431
|
>
|
|
432
432
|
Primary
|
|
433
433
|
</span>
|
|
@@ -443,7 +443,7 @@ exports[`Bumper/Actions/Button/Features OnContrasted 1`] = `
|
|
|
443
443
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
444
444
|
>
|
|
445
445
|
<span
|
|
446
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
446
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
447
447
|
>
|
|
448
448
|
Secondary
|
|
449
449
|
</span>
|
|
@@ -459,7 +459,7 @@ exports[`Bumper/Actions/Button/Features OnContrasted 1`] = `
|
|
|
459
459
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
460
460
|
>
|
|
461
461
|
<span
|
|
462
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
462
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
463
463
|
>
|
|
464
464
|
Tertiary
|
|
465
465
|
</span>
|
|
@@ -478,7 +478,7 @@ exports[`Bumper/Actions/Button/Features OnContrasted 1`] = `
|
|
|
478
478
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
479
479
|
>
|
|
480
480
|
<span
|
|
481
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--da3379238"
|
|
481
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--da3379238"
|
|
482
482
|
>
|
|
483
483
|
Danger
|
|
484
484
|
</span>
|
|
@@ -524,7 +524,7 @@ exports[`Bumper/Actions/Button/Features Responsive 1`] = `
|
|
|
524
524
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
525
525
|
>
|
|
526
526
|
<span
|
|
527
|
-
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-labe105292 _lh-f-lineHeigh1842530171 _ls-f-letterSpa379059034 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
527
|
+
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-labe105292 _lh-f-lineHeigh1842530171 _ls-f-letterSpa379059034 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
528
528
|
>
|
|
529
529
|
Small stretched → Large non-stretched
|
|
530
530
|
</span>
|
|
@@ -540,7 +540,7 @@ exports[`Bumper/Actions/Button/Features Responsive 1`] = `
|
|
|
540
540
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
541
541
|
>
|
|
542
542
|
<span
|
|
543
|
-
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-labe105292 _lh-f-lineHeigh1842530171 _ls-f-letterSpa379059034 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
543
|
+
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-labe105292 _lh-f-lineHeigh1842530171 _ls-f-letterSpa379059034 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
544
544
|
>
|
|
545
545
|
Small stretched → Large non-stretched
|
|
546
546
|
</span>
|
|
@@ -584,7 +584,7 @@ exports[`Bumper/Actions/Button/Features Sizes 1`] = `
|
|
|
584
584
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
585
585
|
>
|
|
586
586
|
<span
|
|
587
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
587
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
588
588
|
>
|
|
589
589
|
Large
|
|
590
590
|
</span>
|
|
@@ -600,7 +600,7 @@ exports[`Bumper/Actions/Button/Features Sizes 1`] = `
|
|
|
600
600
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
601
601
|
>
|
|
602
602
|
<span
|
|
603
|
-
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-labe105292 _lh-f-lineHeigh1842530171 _ls-f-letterSpa379059034 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
603
|
+
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-labe105292 _lh-f-lineHeigh1842530171 _ls-f-letterSpa379059034 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
604
604
|
>
|
|
605
605
|
Small
|
|
606
606
|
</span>
|
|
@@ -644,7 +644,7 @@ exports[`Bumper/Actions/Button/Features StateFocusVisible 1`] = `
|
|
|
644
644
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
645
645
|
>
|
|
646
646
|
<span
|
|
647
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
647
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
648
648
|
>
|
|
649
649
|
Primary
|
|
650
650
|
</span>
|
|
@@ -660,7 +660,7 @@ exports[`Bumper/Actions/Button/Features StateFocusVisible 1`] = `
|
|
|
660
660
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
661
661
|
>
|
|
662
662
|
<span
|
|
663
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
663
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
664
664
|
>
|
|
665
665
|
Secondary
|
|
666
666
|
</span>
|
|
@@ -676,7 +676,7 @@ exports[`Bumper/Actions/Button/Features StateFocusVisible 1`] = `
|
|
|
676
676
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
677
677
|
>
|
|
678
678
|
<span
|
|
679
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
679
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
680
680
|
>
|
|
681
681
|
Tertiary
|
|
682
682
|
</span>
|
|
@@ -695,7 +695,7 @@ exports[`Bumper/Actions/Button/Features StateFocusVisible 1`] = `
|
|
|
695
695
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
696
696
|
>
|
|
697
697
|
<span
|
|
698
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--da3379238"
|
|
698
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--da3379238"
|
|
699
699
|
>
|
|
700
700
|
Danger
|
|
701
701
|
</span>
|
|
@@ -739,7 +739,7 @@ exports[`Bumper/Actions/Button/Features StateHover 1`] = `
|
|
|
739
739
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
740
740
|
>
|
|
741
741
|
<span
|
|
742
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
742
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
743
743
|
>
|
|
744
744
|
Primary
|
|
745
745
|
</span>
|
|
@@ -755,7 +755,7 @@ exports[`Bumper/Actions/Button/Features StateHover 1`] = `
|
|
|
755
755
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
756
756
|
>
|
|
757
757
|
<span
|
|
758
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
758
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
759
759
|
>
|
|
760
760
|
Secondary
|
|
761
761
|
</span>
|
|
@@ -771,7 +771,7 @@ exports[`Bumper/Actions/Button/Features StateHover 1`] = `
|
|
|
771
771
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
772
772
|
>
|
|
773
773
|
<span
|
|
774
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
774
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
775
775
|
>
|
|
776
776
|
Tertiary
|
|
777
777
|
</span>
|
|
@@ -790,7 +790,7 @@ exports[`Bumper/Actions/Button/Features StateHover 1`] = `
|
|
|
790
790
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
791
791
|
>
|
|
792
792
|
<span
|
|
793
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--da3379238"
|
|
793
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--da3379238"
|
|
794
794
|
>
|
|
795
795
|
Danger
|
|
796
796
|
</span>
|
|
@@ -834,7 +834,7 @@ exports[`Bumper/Actions/Button/Features StatePress 1`] = `
|
|
|
834
834
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
835
835
|
>
|
|
836
836
|
<span
|
|
837
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
837
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
838
838
|
>
|
|
839
839
|
Primary
|
|
840
840
|
</span>
|
|
@@ -850,7 +850,7 @@ exports[`Bumper/Actions/Button/Features StatePress 1`] = `
|
|
|
850
850
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
851
851
|
>
|
|
852
852
|
<span
|
|
853
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
853
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
854
854
|
>
|
|
855
855
|
Secondary
|
|
856
856
|
</span>
|
|
@@ -866,7 +866,7 @@ exports[`Bumper/Actions/Button/Features StatePress 1`] = `
|
|
|
866
866
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
867
867
|
>
|
|
868
868
|
<span
|
|
869
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
869
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
870
870
|
>
|
|
871
871
|
Tertiary
|
|
872
872
|
</span>
|
|
@@ -885,7 +885,7 @@ exports[`Bumper/Actions/Button/Features StatePress 1`] = `
|
|
|
885
885
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
886
886
|
>
|
|
887
887
|
<span
|
|
888
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--da3379238"
|
|
888
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--da3379238"
|
|
889
889
|
>
|
|
890
890
|
Danger
|
|
891
891
|
</span>
|
|
@@ -932,7 +932,7 @@ exports[`Bumper/Actions/Button/Features Stretch 1`] = `
|
|
|
932
932
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
933
933
|
>
|
|
934
934
|
<span
|
|
935
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
935
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
936
936
|
>
|
|
937
937
|
Stretched primary
|
|
938
938
|
</span>
|
|
@@ -948,7 +948,7 @@ exports[`Bumper/Actions/Button/Features Stretch 1`] = `
|
|
|
948
948
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
949
949
|
>
|
|
950
950
|
<span
|
|
951
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
951
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
952
952
|
>
|
|
953
953
|
Stretched secondary
|
|
954
954
|
</span>
|
|
@@ -968,7 +968,7 @@ exports[`Bumper/Actions/Button/Features Stretch 1`] = `
|
|
|
968
968
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
969
969
|
>
|
|
970
970
|
<span
|
|
971
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
971
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
972
972
|
>
|
|
973
973
|
Stretched primary
|
|
974
974
|
</span>
|
|
@@ -984,7 +984,7 @@ exports[`Bumper/Actions/Button/Features Stretch 1`] = `
|
|
|
984
984
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
985
985
|
>
|
|
986
986
|
<span
|
|
987
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
987
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
988
988
|
>
|
|
989
989
|
Stretched secondary
|
|
990
990
|
</span>
|
|
@@ -1029,7 +1029,7 @@ exports[`Bumper/Actions/Button/Features Types 1`] = `
|
|
|
1029
1029
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
1030
1030
|
>
|
|
1031
1031
|
<span
|
|
1032
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
1032
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
1033
1033
|
>
|
|
1034
1034
|
Primary
|
|
1035
1035
|
</span>
|
|
@@ -1045,7 +1045,7 @@ exports[`Bumper/Actions/Button/Features Types 1`] = `
|
|
|
1045
1045
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
1046
1046
|
>
|
|
1047
1047
|
<span
|
|
1048
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
1048
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
1049
1049
|
>
|
|
1050
1050
|
Secondary
|
|
1051
1051
|
</span>
|
|
@@ -1061,7 +1061,7 @@ exports[`Bumper/Actions/Button/Features Types 1`] = `
|
|
|
1061
1061
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
1062
1062
|
>
|
|
1063
1063
|
<span
|
|
1064
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
1064
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
1065
1065
|
>
|
|
1066
1066
|
Tertiary
|
|
1067
1067
|
</span>
|
|
@@ -1080,7 +1080,7 @@ exports[`Bumper/Actions/Button/Features Types 1`] = `
|
|
|
1080
1080
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
1081
1081
|
>
|
|
1082
1082
|
<span
|
|
1083
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--da3379238"
|
|
1083
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--da3379238"
|
|
1084
1084
|
>
|
|
1085
1085
|
Danger
|
|
1086
1086
|
</span>
|
|
@@ -1124,7 +1124,7 @@ exports[`Bumper/Actions/Button/Features WithBadge 1`] = `
|
|
|
1124
1124
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
1125
1125
|
>
|
|
1126
1126
|
<span
|
|
1127
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
1127
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
1128
1128
|
>
|
|
1129
1129
|
Notifications
|
|
1130
1130
|
</span>
|
|
@@ -1136,7 +1136,7 @@ exports[`Bumper/Actions/Button/Features WithBadge 1`] = `
|
|
|
1136
1136
|
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"
|
|
1137
1137
|
>
|
|
1138
1138
|
<span
|
|
1139
|
-
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"
|
|
1139
|
+
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"
|
|
1140
1140
|
>
|
|
1141
1141
|
3
|
|
1142
1142
|
</span>
|
|
@@ -1153,7 +1153,7 @@ exports[`Bumper/Actions/Button/Features WithBadge 1`] = `
|
|
|
1153
1153
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
1154
1154
|
>
|
|
1155
1155
|
<span
|
|
1156
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
1156
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
1157
1157
|
>
|
|
1158
1158
|
Notifications
|
|
1159
1159
|
</span>
|
|
@@ -1176,7 +1176,7 @@ exports[`Bumper/Actions/Button/Features WithBadge 1`] = `
|
|
|
1176
1176
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
1177
1177
|
>
|
|
1178
1178
|
<span
|
|
1179
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
1179
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
1180
1180
|
>
|
|
1181
1181
|
Notifications
|
|
1182
1182
|
</span>
|
|
@@ -1188,7 +1188,7 @@ exports[`Bumper/Actions/Button/Features WithBadge 1`] = `
|
|
|
1188
1188
|
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"
|
|
1189
1189
|
>
|
|
1190
1190
|
<span
|
|
1191
|
-
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"
|
|
1191
|
+
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"
|
|
1192
1192
|
>
|
|
1193
1193
|
99
|
|
1194
1194
|
</span>
|
|
@@ -1241,7 +1241,7 @@ exports[`Bumper/Actions/Button/Features WithIcon 1`] = `
|
|
|
1241
1241
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
1242
1242
|
>
|
|
1243
1243
|
<span
|
|
1244
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
1244
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
1245
1245
|
>
|
|
1246
1246
|
With icon
|
|
1247
1247
|
</span>
|
|
@@ -1265,7 +1265,7 @@ exports[`Bumper/Actions/Button/Features WithIcon 1`] = `
|
|
|
1265
1265
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
1266
1266
|
>
|
|
1267
1267
|
<span
|
|
1268
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
1268
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
1269
1269
|
>
|
|
1270
1270
|
With icon
|
|
1271
1271
|
</span>
|
|
@@ -1289,7 +1289,7 @@ exports[`Bumper/Actions/Button/Features WithIcon 1`] = `
|
|
|
1289
1289
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
1290
1290
|
>
|
|
1291
1291
|
<span
|
|
1292
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ac3049896"
|
|
1292
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ac3049896"
|
|
1293
1293
|
>
|
|
1294
1294
|
With icon
|
|
1295
1295
|
</span>
|
|
@@ -1316,7 +1316,7 @@ exports[`Bumper/Actions/Button/Features WithIcon 1`] = `
|
|
|
1316
1316
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
1317
1317
|
>
|
|
1318
1318
|
<span
|
|
1319
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--da3379238"
|
|
1319
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--da3379238"
|
|
1320
1320
|
>
|
|
1321
1321
|
With icon
|
|
1322
1322
|
</span>
|
|
@@ -35,7 +35,7 @@ exports[`Bumper/Actions/Button Default 1`] = `
|
|
|
35
35
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column"
|
|
36
36
|
>
|
|
37
37
|
<span
|
|
38
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
38
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
39
39
|
>
|
|
40
40
|
Button
|
|
41
41
|
</span>
|
|
@@ -1249,6 +1249,7 @@ exports[`Bumper/Actions/IconButton/Features OnContrasted 1`] = `
|
|
|
1249
1249
|
"fontSize": 16,
|
|
1250
1250
|
"letterSpacing": 0,
|
|
1251
1251
|
"lineHeight": 20,
|
|
1252
|
+
"textAlign": "left",
|
|
1252
1253
|
}
|
|
1253
1254
|
}
|
|
1254
1255
|
suppressHighlighting={true}
|
|
@@ -2959,6 +2960,7 @@ exports[`Bumper/Actions/IconButton/Features WithBadge 1`] = `
|
|
|
2959
2960
|
"letterSpacing": 0,
|
|
2960
2961
|
"lineHeight": 14,
|
|
2961
2962
|
"paddingBottom": 1,
|
|
2963
|
+
"textAlign": "left",
|
|
2962
2964
|
"textTransform": "uppercase",
|
|
2963
2965
|
}
|
|
2964
2966
|
}
|
|
@@ -3153,6 +3155,7 @@ exports[`Bumper/Actions/IconButton/Features WithBadge 1`] = `
|
|
|
3153
3155
|
"letterSpacing": 0,
|
|
3154
3156
|
"lineHeight": 14,
|
|
3155
3157
|
"paddingBottom": 1,
|
|
3158
|
+
"textAlign": "left",
|
|
3156
3159
|
"textTransform": "uppercase",
|
|
3157
3160
|
}
|
|
3158
3161
|
}
|
package/src/system/actions/IconButton/__snapshots_web__/IconButton.features.stories.tsx.snap
CHANGED
|
@@ -396,7 +396,7 @@ exports[`Bumper/Actions/IconButton/Features OnContrasted 1`] = `
|
|
|
396
396
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column _gap-t-space-spa1366020313"
|
|
397
397
|
>
|
|
398
398
|
<span
|
|
399
|
-
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
399
|
+
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-labe105291 _lh-f-lineHeigh1842530170 _ls-f-letterSpa379059035 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
400
400
|
>
|
|
401
401
|
On contrasted background
|
|
402
402
|
</span>
|
|
@@ -975,7 +975,7 @@ exports[`Bumper/Actions/IconButton/Features WithBadge 1`] = `
|
|
|
975
975
|
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"
|
|
976
976
|
>
|
|
977
977
|
<span
|
|
978
|
-
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"
|
|
978
|
+
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"
|
|
979
979
|
>
|
|
980
980
|
3
|
|
981
981
|
</span>
|
|
@@ -1025,7 +1025,7 @@ exports[`Bumper/Actions/IconButton/Features WithBadge 1`] = `
|
|
|
1025
1025
|
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"
|
|
1026
1026
|
>
|
|
1027
1027
|
<span
|
|
1028
|
-
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"
|
|
1028
|
+
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"
|
|
1029
1029
|
>
|
|
1030
1030
|
99
|
|
1031
1031
|
</span>
|
|
@@ -51,6 +51,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
|
|
|
51
51
|
"fontSize": 12,
|
|
52
52
|
"letterSpacing": 0.3,
|
|
53
53
|
"lineHeight": 16,
|
|
54
|
+
"textAlign": "left",
|
|
54
55
|
}
|
|
55
56
|
}
|
|
56
57
|
suppressHighlighting={true}
|
|
@@ -88,6 +89,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
|
|
|
88
89
|
"fontSize": 12,
|
|
89
90
|
"letterSpacing": 0.3,
|
|
90
91
|
"lineHeight": 16,
|
|
92
|
+
"textAlign": "left",
|
|
91
93
|
}
|
|
92
94
|
}
|
|
93
95
|
suppressHighlighting={true}
|
|
@@ -125,6 +127,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
|
|
|
125
127
|
"fontSize": 12,
|
|
126
128
|
"letterSpacing": 0.3,
|
|
127
129
|
"lineHeight": 16,
|
|
130
|
+
"textAlign": "left",
|
|
128
131
|
}
|
|
129
132
|
}
|
|
130
133
|
suppressHighlighting={true}
|
|
@@ -162,6 +165,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
|
|
|
162
165
|
"fontSize": 12,
|
|
163
166
|
"letterSpacing": 0.3,
|
|
164
167
|
"lineHeight": 16,
|
|
168
|
+
"textAlign": "left",
|
|
165
169
|
}
|
|
166
170
|
}
|
|
167
171
|
suppressHighlighting={true}
|
|
@@ -199,6 +203,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
|
|
|
199
203
|
"fontSize": 12,
|
|
200
204
|
"letterSpacing": 0.3,
|
|
201
205
|
"lineHeight": 16,
|
|
206
|
+
"textAlign": "left",
|
|
202
207
|
}
|
|
203
208
|
}
|
|
204
209
|
suppressHighlighting={true}
|
|
@@ -236,6 +241,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
|
|
|
236
241
|
"fontSize": 12,
|
|
237
242
|
"letterSpacing": 0.3,
|
|
238
243
|
"lineHeight": 16,
|
|
244
|
+
"textAlign": "left",
|
|
239
245
|
}
|
|
240
246
|
}
|
|
241
247
|
suppressHighlighting={true}
|
|
@@ -273,6 +279,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
|
|
|
273
279
|
"fontSize": 12,
|
|
274
280
|
"letterSpacing": 0.3,
|
|
275
281
|
"lineHeight": 16,
|
|
282
|
+
"textAlign": "left",
|
|
276
283
|
}
|
|
277
284
|
}
|
|
278
285
|
suppressHighlighting={true}
|
|
@@ -310,6 +317,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
|
|
|
310
317
|
"fontSize": 12,
|
|
311
318
|
"letterSpacing": 0.3,
|
|
312
319
|
"lineHeight": 16,
|
|
320
|
+
"textAlign": "left",
|
|
313
321
|
}
|
|
314
322
|
}
|
|
315
323
|
suppressHighlighting={true}
|
|
@@ -372,6 +380,7 @@ exports[`Bumper/Content/Icon/Features DefaultSize 1`] = `
|
|
|
372
380
|
"fontSize": 12,
|
|
373
381
|
"letterSpacing": 0.3,
|
|
374
382
|
"lineHeight": 16,
|
|
383
|
+
"textAlign": "left",
|
|
375
384
|
}
|
|
376
385
|
}
|
|
377
386
|
suppressHighlighting={true}
|
|
@@ -409,6 +418,7 @@ exports[`Bumper/Content/Icon/Features DefaultSize 1`] = `
|
|
|
409
418
|
"fontSize": 12,
|
|
410
419
|
"letterSpacing": 0.3,
|
|
411
420
|
"lineHeight": 16,
|
|
421
|
+
"textAlign": "left",
|
|
412
422
|
}
|
|
413
423
|
}
|
|
414
424
|
suppressHighlighting={true}
|
|
@@ -499,6 +509,7 @@ exports[`Bumper/Content/Icon/Features Sizes 1`] = `
|
|
|
499
509
|
"fontSize": 12,
|
|
500
510
|
"letterSpacing": 0.3,
|
|
501
511
|
"lineHeight": 16,
|
|
512
|
+
"textAlign": "left",
|
|
502
513
|
}
|
|
503
514
|
}
|
|
504
515
|
suppressHighlighting={true}
|
|
@@ -536,6 +547,7 @@ exports[`Bumper/Content/Icon/Features Sizes 1`] = `
|
|
|
536
547
|
"fontSize": 12,
|
|
537
548
|
"letterSpacing": 0.3,
|
|
538
549
|
"lineHeight": 16,
|
|
550
|
+
"textAlign": "left",
|
|
539
551
|
}
|
|
540
552
|
}
|
|
541
553
|
suppressHighlighting={true}
|
|
@@ -573,6 +585,7 @@ exports[`Bumper/Content/Icon/Features Sizes 1`] = `
|
|
|
573
585
|
"fontSize": 12,
|
|
574
586
|
"letterSpacing": 0.3,
|
|
575
587
|
"lineHeight": 16,
|
|
588
|
+
"textAlign": "left",
|
|
576
589
|
}
|
|
577
590
|
}
|
|
578
591
|
suppressHighlighting={true}
|