@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
package/src/system/content/typography/__snapshots_web__/TypographyLink.features.stories.tsx.snap
CHANGED
|
@@ -18,7 +18,7 @@ exports[`Bumper/Content/TypographyLink/Features DisabledFalse 1`] = `
|
|
|
18
18
|
style="display: contents;"
|
|
19
19
|
>
|
|
20
20
|
<a
|
|
21
|
-
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba907952141 _td-underline _cur-pointer"
|
|
21
|
+
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba907952141 _textAlign-left _td-underline _cur-pointer"
|
|
22
22
|
role="link"
|
|
23
23
|
>
|
|
24
24
|
Enabled link (clickable with pointer cursor)
|
|
@@ -49,7 +49,7 @@ exports[`Bumper/Content/TypographyLink/Features DisabledTrue 1`] = `
|
|
|
49
49
|
>
|
|
50
50
|
<a
|
|
51
51
|
aria-disabled="true"
|
|
52
|
-
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--di910006857 _td-underline _cur-not-allowed"
|
|
52
|
+
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--di910006857 _textAlign-left _td-underline _cur-not-allowed"
|
|
53
53
|
role="link"
|
|
54
54
|
>
|
|
55
55
|
Disabled link (not-allowed cursor, onPress removed)
|
|
@@ -79,11 +79,11 @@ exports[`Bumper/Content/TypographyLink/Features NestedInBodyBold 1`] = `
|
|
|
79
79
|
style="display: contents;"
|
|
80
80
|
>
|
|
81
81
|
<span
|
|
82
|
-
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-body1503 _lh-f-lineHeigh201793146 _ls-f-letterSpa1099960303 _fw-f-weight-bo3448 _col-content--ac3049896"
|
|
82
|
+
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-body1503 _lh-f-lineHeigh201793146 _ls-f-letterSpa1099960303 _fw-f-weight-bo3448 _textAlign-left _col-content--ac3049896"
|
|
83
83
|
>
|
|
84
84
|
Bold accent text with
|
|
85
85
|
<a
|
|
86
|
-
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1503 _lh-f-lineHeigh201793146 _ls-f-letterSpa1099960303 _fw-f-weight-bo3448 _col-content--ac3049896 _cur-pointer _td-underline _tt-inherit"
|
|
86
|
+
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1503 _lh-f-lineHeigh201793146 _ls-f-letterSpa1099960303 _fw-f-weight-bo3448 _col-content--ac3049896 _textAlign-left _cur-pointer _td-underline _tt-inherit"
|
|
87
87
|
role="link"
|
|
88
88
|
>
|
|
89
89
|
a nested link
|
|
@@ -114,11 +114,11 @@ exports[`Bumper/Content/TypographyLink/Features NestedInContentCaps 1`] = `
|
|
|
114
114
|
style="display: contents;"
|
|
115
115
|
>
|
|
116
116
|
<span
|
|
117
|
-
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-cont593321891 _lh-f-lineHeigh1366135090 _ls-f-letterSpa199301955 _fw-f-weight-bo3448 _col-content--ba907952141 _tt-uppercase"
|
|
117
|
+
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-cont593321891 _lh-f-lineHeigh1366135090 _ls-f-letterSpa199301955 _fw-f-weight-bo3448 _col-content--ba907952141 _textAlign-left _tt-uppercase"
|
|
118
118
|
>
|
|
119
119
|
content caps with
|
|
120
120
|
<a
|
|
121
|
-
class="is_TypographyLink font_GTStandardNarrow _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-cont593321891 _lh-f-lineHeigh1366135090 _ls-f-letterSpa199301955 _fw-f-weight-bo3448 _col-content--ba907952141 _cur-pointer _td-underline _tt-uppercase"
|
|
121
|
+
class="is_TypographyLink font_GTStandardNarrow _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-cont593321891 _lh-f-lineHeigh1366135090 _ls-f-letterSpa199301955 _fw-f-weight-bo3448 _col-content--ba907952141 _textAlign-left _cur-pointer _td-underline _tt-uppercase"
|
|
122
122
|
role="link"
|
|
123
123
|
>
|
|
124
124
|
a nested link
|
|
@@ -149,11 +149,11 @@ exports[`Bumper/Content/TypographyLink/Features NestedInHeading 1`] = `
|
|
|
149
149
|
style="display: contents;"
|
|
150
150
|
>
|
|
151
151
|
<span
|
|
152
|
-
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-head100347202 _lh-f-lineHeigh1544154441 _ls-f-letterSpa1195674548 _fw-f-weight-se1074390495 _col-content--ba907952141"
|
|
152
|
+
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-head100347202 _lh-f-lineHeigh1544154441 _ls-f-letterSpa1195674548 _fw-f-weight-se1074390495 _col-content--ba907952141 _textAlign-left"
|
|
153
153
|
>
|
|
154
154
|
Heading with
|
|
155
155
|
<a
|
|
156
|
-
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-head100347202 _lh-f-lineHeigh1544154441 _ls-f-letterSpa1195674548 _fw-f-weight-se1074390495 _col-content--ba907952141 _cur-pointer _td-underline _tt-inherit"
|
|
156
|
+
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-head100347202 _lh-f-lineHeigh1544154441 _ls-f-letterSpa1195674548 _fw-f-weight-se1074390495 _col-content--ba907952141 _textAlign-left _cur-pointer _td-underline _tt-inherit"
|
|
157
157
|
role="link"
|
|
158
158
|
>
|
|
159
159
|
a nested link
|
|
@@ -184,7 +184,7 @@ exports[`Bumper/Content/TypographyLink/Features NoUnderlineFalse 1`] = `
|
|
|
184
184
|
style="display: contents;"
|
|
185
185
|
>
|
|
186
186
|
<a
|
|
187
|
-
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba907952141 _cur-pointer _td-underline"
|
|
187
|
+
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba907952141 _textAlign-left _cur-pointer _td-underline"
|
|
188
188
|
role="link"
|
|
189
189
|
>
|
|
190
190
|
Link with underline (default)
|
|
@@ -214,7 +214,7 @@ exports[`Bumper/Content/TypographyLink/Features NoUnderlineTrue 1`] = `
|
|
|
214
214
|
style="display: contents;"
|
|
215
215
|
>
|
|
216
216
|
<a
|
|
217
|
-
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba907952141 _cur-pointer _td-none"
|
|
217
|
+
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba907952141 _textAlign-left _cur-pointer _td-none"
|
|
218
218
|
role="link"
|
|
219
219
|
>
|
|
220
220
|
Link without underline
|
|
@@ -244,11 +244,11 @@ exports[`Bumper/Content/TypographyLink/Features Responsive 1`] = `
|
|
|
244
244
|
style="display: contents;"
|
|
245
245
|
>
|
|
246
246
|
<span
|
|
247
|
-
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-re98715119 _col-content--ba907952141"
|
|
247
|
+
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-re98715119 _col-content--ba907952141 _textAlign-left"
|
|
248
248
|
>
|
|
249
249
|
Text with
|
|
250
250
|
<a
|
|
251
|
-
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-re98715119 _col-content--ba907952141 _cur-pointer _td-underline _tt-inherit"
|
|
251
|
+
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-re98715119 _col-content--ba907952141 _textAlign-left _cur-pointer _td-underline _tt-inherit"
|
|
252
252
|
role="link"
|
|
253
253
|
>
|
|
254
254
|
a responsive link
|
|
@@ -285,14 +285,14 @@ exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
|
|
|
285
285
|
<a
|
|
286
286
|
class="is_TypographyLink font_GTStandard "
|
|
287
287
|
role="link"
|
|
288
|
-
style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: pre-wrap; margin: 0px 0px 0px 0px; font-family: var(--f-family); font-size: var(--f-size-body-m); line-height: var(--f-lineHeight-body-m); letter-spacing: var(--f-letterSpacing-body-m); font-weight: var(--f-weight-regular); color: var(--content--base--hi); -webkit-font-smoothing: antialiased; cursor: pointer; text-decoration-line: none;"
|
|
288
|
+
style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: pre-wrap; margin: 0px 0px 0px 0px; font-family: var(--f-family); font-size: var(--f-size-body-m); line-height: var(--f-lineHeight-body-m); letter-spacing: var(--f-letterSpacing-body-m); font-weight: var(--f-weight-regular); color: var(--content--base--hi); text-align: left; -webkit-font-smoothing: antialiased; cursor: pointer; text-decoration-line: none;"
|
|
289
289
|
>
|
|
290
290
|
Forced hover state - underline removed (hoverStyle applied)
|
|
291
291
|
</a>
|
|
292
292
|
<a
|
|
293
293
|
class="is_TypographyLink font_GTStandard "
|
|
294
294
|
role="link"
|
|
295
|
-
style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: pre-wrap; margin: 0px 0px 0px 0px; font-family: var(--f-family); font-size: var(--f-size-body-m); line-height: var(--f-lineHeight-body-m); letter-spacing: var(--f-letterSpacing-body-m); font-weight: var(--f-weight-regular); color: var(--content--base--hi); -webkit-font-smoothing: antialiased; cursor: pointer; text-decoration-line: none;"
|
|
295
|
+
style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: pre-wrap; margin: 0px 0px 0px 0px; font-family: var(--f-family); font-size: var(--f-size-body-m); line-height: var(--f-lineHeight-body-m); letter-spacing: var(--f-letterSpacing-body-m); font-weight: var(--f-weight-regular); color: var(--content--base--hi); text-align: left; -webkit-font-smoothing: antialiased; cursor: pointer; text-decoration-line: none;"
|
|
296
296
|
>
|
|
297
297
|
Forced hover state with noUnderline - no visual change
|
|
298
298
|
</a>
|
|
@@ -300,7 +300,7 @@ exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
|
|
|
300
300
|
aria-disabled="true"
|
|
301
301
|
class="is_TypographyLink font_GTStandard "
|
|
302
302
|
role="link"
|
|
303
|
-
style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: pre-wrap; margin: 0px 0px 0px 0px; font-family: var(--f-family); font-size: var(--f-size-body-m); line-height: var(--f-lineHeight-body-m); letter-spacing: var(--f-letterSpacing-body-m); font-weight: var(--f-weight-regular); color: var(--content--disabled); -webkit-font-smoothing: antialiased; text-decoration-line: underline; cursor: not-allowed;"
|
|
303
|
+
style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: pre-wrap; margin: 0px 0px 0px 0px; font-family: var(--f-family); font-size: var(--f-size-body-m); line-height: var(--f-lineHeight-body-m); letter-spacing: var(--f-letterSpacing-body-m); font-weight: var(--f-weight-regular); color: var(--content--disabled); text-align: left; -webkit-font-smoothing: antialiased; text-decoration-line: underline; cursor: not-allowed;"
|
|
304
304
|
>
|
|
305
305
|
Forced hover state on disabled - underline removed (hoverStyle applied)
|
|
306
306
|
</a>
|
|
@@ -308,7 +308,7 @@ exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
|
|
|
308
308
|
aria-disabled="true"
|
|
309
309
|
class="is_TypographyLink font_GTStandard "
|
|
310
310
|
role="link"
|
|
311
|
-
style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: pre-wrap; margin: 0px 0px 0px 0px; font-family: var(--f-family); font-size: var(--f-size-body-m); line-height: var(--f-lineHeight-body-m); letter-spacing: var(--f-letterSpacing-body-m); font-weight: var(--f-weight-regular); color: var(--content--disabled); -webkit-font-smoothing: antialiased; cursor: not-allowed; text-decoration-line: none;"
|
|
311
|
+
style="display: inline; box-sizing: border-box; word-wrap: break-word; white-space: pre-wrap; margin: 0px 0px 0px 0px; font-family: var(--f-family); font-size: var(--f-size-body-m); line-height: var(--f-lineHeight-body-m); letter-spacing: var(--f-letterSpacing-body-m); font-weight: var(--f-weight-regular); color: var(--content--disabled); text-align: left; -webkit-font-smoothing: antialiased; cursor: not-allowed; text-decoration-line: none;"
|
|
312
312
|
>
|
|
313
313
|
Forced hover state with noUnderline on disabled - no visual change
|
|
314
314
|
</a>
|
|
@@ -338,11 +338,11 @@ exports[`Bumper/Content/TypographyLink/Features Withhref 1`] = `
|
|
|
338
338
|
style="display: contents;"
|
|
339
339
|
>
|
|
340
340
|
<span
|
|
341
|
-
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-cont593321891 _lh-f-lineHeigh1366135090 _ls-f-letterSpa199301955 _fw-f-weight-bo3448 _col-content--ba907952141 _tt-uppercase"
|
|
341
|
+
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-cont593321891 _lh-f-lineHeigh1366135090 _ls-f-letterSpa199301955 _fw-f-weight-bo3448 _col-content--ba907952141 _textAlign-left _tt-uppercase"
|
|
342
342
|
>
|
|
343
343
|
with href
|
|
344
344
|
<a
|
|
345
|
-
class="is_TypographyLink font_GTStandardNarrow _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-cont593321891 _lh-f-lineHeigh1366135090 _ls-f-letterSpa199301955 _fw-f-weight-bo3448 _col-content--ba907952141 _cur-pointer _td-underline _tt-uppercase"
|
|
345
|
+
class="is_TypographyLink font_GTStandardNarrow _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-inherit _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-cont593321891 _lh-f-lineHeigh1366135090 _ls-f-letterSpa199301955 _fw-f-weight-bo3448 _col-content--ba907952141 _textAlign-left _cur-pointer _td-underline _tt-uppercase"
|
|
346
346
|
href="https://app.ornikar.com"
|
|
347
347
|
role="link"
|
|
348
348
|
>
|
|
@@ -18,7 +18,7 @@ exports[`Bumper/Content/TypographyLink Default 1`] = `
|
|
|
18
18
|
style="display: contents;"
|
|
19
19
|
>
|
|
20
20
|
<a
|
|
21
|
-
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ac3049896 _cur-pointer _td-underline"
|
|
21
|
+
class="is_TypographyLink font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _td-0hover-none _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _textAlign-left _col-content--ac3049896 _cur-pointer _td-underline"
|
|
22
22
|
role="link"
|
|
23
23
|
>
|
|
24
24
|
This is a link
|
package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.features.stories.tsx.snap
CHANGED
|
@@ -28,6 +28,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
28
28
|
"fontSize": 14,
|
|
29
29
|
"letterSpacing": 0.3,
|
|
30
30
|
"lineHeight": 20,
|
|
31
|
+
"textAlign": "left",
|
|
31
32
|
}
|
|
32
33
|
}
|
|
33
34
|
suppressHighlighting={true}
|
|
@@ -80,6 +81,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
80
81
|
"fontSize": 14,
|
|
81
82
|
"letterSpacing": 0.3,
|
|
82
83
|
"lineHeight": 20,
|
|
84
|
+
"textAlign": "left",
|
|
83
85
|
}
|
|
84
86
|
}
|
|
85
87
|
suppressHighlighting={true}
|
|
@@ -111,6 +113,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
111
113
|
"fontSize": 14,
|
|
112
114
|
"letterSpacing": 0.3,
|
|
113
115
|
"lineHeight": 20,
|
|
116
|
+
"textAlign": "left",
|
|
114
117
|
}
|
|
115
118
|
}
|
|
116
119
|
suppressHighlighting={true}
|
|
@@ -142,6 +145,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
142
145
|
"fontSize": 14,
|
|
143
146
|
"letterSpacing": 0.3,
|
|
144
147
|
"lineHeight": 20,
|
|
148
|
+
"textAlign": "left",
|
|
145
149
|
}
|
|
146
150
|
}
|
|
147
151
|
suppressHighlighting={true}
|
|
@@ -173,6 +177,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
173
177
|
"fontSize": 14,
|
|
174
178
|
"letterSpacing": 0.3,
|
|
175
179
|
"lineHeight": 20,
|
|
180
|
+
"textAlign": "left",
|
|
176
181
|
}
|
|
177
182
|
}
|
|
178
183
|
suppressHighlighting={true}
|
|
@@ -204,6 +209,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
204
209
|
"fontSize": 14,
|
|
205
210
|
"letterSpacing": 0.3,
|
|
206
211
|
"lineHeight": 20,
|
|
212
|
+
"textAlign": "left",
|
|
207
213
|
}
|
|
208
214
|
}
|
|
209
215
|
suppressHighlighting={true}
|
|
@@ -235,6 +241,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
235
241
|
"fontSize": 14,
|
|
236
242
|
"letterSpacing": 0.3,
|
|
237
243
|
"lineHeight": 20,
|
|
244
|
+
"textAlign": "left",
|
|
238
245
|
}
|
|
239
246
|
}
|
|
240
247
|
suppressHighlighting={true}
|
|
@@ -266,6 +273,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
266
273
|
"fontSize": 14,
|
|
267
274
|
"letterSpacing": 0.3,
|
|
268
275
|
"lineHeight": 20,
|
|
276
|
+
"textAlign": "left",
|
|
269
277
|
}
|
|
270
278
|
}
|
|
271
279
|
suppressHighlighting={true}
|
|
@@ -297,6 +305,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
297
305
|
"fontSize": 14,
|
|
298
306
|
"letterSpacing": 0.3,
|
|
299
307
|
"lineHeight": 20,
|
|
308
|
+
"textAlign": "left",
|
|
300
309
|
}
|
|
301
310
|
}
|
|
302
311
|
suppressHighlighting={true}
|
|
@@ -316,6 +325,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
316
325
|
"fontSize": 14,
|
|
317
326
|
"letterSpacing": 0.3,
|
|
318
327
|
"lineHeight": 20,
|
|
328
|
+
"textAlign": "left",
|
|
319
329
|
}
|
|
320
330
|
}
|
|
321
331
|
suppressHighlighting={true}
|
|
@@ -370,6 +380,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
370
380
|
"fontSize": 14,
|
|
371
381
|
"letterSpacing": 0.3,
|
|
372
382
|
"lineHeight": 20,
|
|
383
|
+
"textAlign": "left",
|
|
373
384
|
}
|
|
374
385
|
}
|
|
375
386
|
suppressHighlighting={true}
|
|
@@ -402,6 +413,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
402
413
|
"fontSize": 14,
|
|
403
414
|
"letterSpacing": 0.3,
|
|
404
415
|
"lineHeight": 20,
|
|
416
|
+
"textAlign": "left",
|
|
405
417
|
}
|
|
406
418
|
}
|
|
407
419
|
suppressHighlighting={true}
|
|
@@ -434,6 +446,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
434
446
|
"fontSize": 14,
|
|
435
447
|
"letterSpacing": 0.3,
|
|
436
448
|
"lineHeight": 20,
|
|
449
|
+
"textAlign": "left",
|
|
437
450
|
}
|
|
438
451
|
}
|
|
439
452
|
suppressHighlighting={true}
|
|
@@ -466,6 +479,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
466
479
|
"fontSize": 14,
|
|
467
480
|
"letterSpacing": 0.3,
|
|
468
481
|
"lineHeight": 20,
|
|
482
|
+
"textAlign": "left",
|
|
469
483
|
}
|
|
470
484
|
}
|
|
471
485
|
suppressHighlighting={true}
|
|
@@ -498,6 +512,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
498
512
|
"fontSize": 14,
|
|
499
513
|
"letterSpacing": 0.3,
|
|
500
514
|
"lineHeight": 20,
|
|
515
|
+
"textAlign": "left",
|
|
501
516
|
}
|
|
502
517
|
}
|
|
503
518
|
suppressHighlighting={true}
|
|
@@ -530,6 +545,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
530
545
|
"fontSize": 14,
|
|
531
546
|
"letterSpacing": 0.3,
|
|
532
547
|
"lineHeight": 20,
|
|
548
|
+
"textAlign": "left",
|
|
533
549
|
}
|
|
534
550
|
}
|
|
535
551
|
suppressHighlighting={true}
|
|
@@ -562,6 +578,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
562
578
|
"fontSize": 14,
|
|
563
579
|
"letterSpacing": 0.3,
|
|
564
580
|
"lineHeight": 20,
|
|
581
|
+
"textAlign": "left",
|
|
565
582
|
}
|
|
566
583
|
}
|
|
567
584
|
suppressHighlighting={true}
|
|
@@ -594,6 +611,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
594
611
|
"fontSize": 14,
|
|
595
612
|
"letterSpacing": 0.3,
|
|
596
613
|
"lineHeight": 20,
|
|
614
|
+
"textAlign": "left",
|
|
597
615
|
}
|
|
598
616
|
}
|
|
599
617
|
suppressHighlighting={true}
|
|
@@ -668,6 +686,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
|
|
|
668
686
|
"fontSize": 14,
|
|
669
687
|
"letterSpacing": 0.3,
|
|
670
688
|
"lineHeight": 20,
|
|
689
|
+
"textAlign": "left",
|
|
671
690
|
}
|
|
672
691
|
}
|
|
673
692
|
suppressHighlighting={true}
|
|
@@ -700,6 +719,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
|
|
|
700
719
|
"fontSize": 14,
|
|
701
720
|
"letterSpacing": 0.3,
|
|
702
721
|
"lineHeight": 20,
|
|
722
|
+
"textAlign": "left",
|
|
703
723
|
}
|
|
704
724
|
}
|
|
705
725
|
suppressHighlighting={true}
|
|
@@ -732,6 +752,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
|
|
|
732
752
|
"fontSize": 14,
|
|
733
753
|
"letterSpacing": 0.3,
|
|
734
754
|
"lineHeight": 20,
|
|
755
|
+
"textAlign": "left",
|
|
735
756
|
}
|
|
736
757
|
}
|
|
737
758
|
suppressHighlighting={true}
|
|
@@ -764,6 +785,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
|
|
|
764
785
|
"fontSize": 14,
|
|
765
786
|
"letterSpacing": 0.3,
|
|
766
787
|
"lineHeight": 20,
|
|
788
|
+
"textAlign": "left",
|
|
767
789
|
}
|
|
768
790
|
}
|
|
769
791
|
suppressHighlighting={true}
|
|
@@ -796,6 +818,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
|
|
|
796
818
|
"fontSize": 14,
|
|
797
819
|
"letterSpacing": 0.3,
|
|
798
820
|
"lineHeight": 20,
|
|
821
|
+
"textAlign": "left",
|
|
799
822
|
}
|
|
800
823
|
}
|
|
801
824
|
suppressHighlighting={true}
|
|
@@ -828,6 +851,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
|
|
|
828
851
|
"fontSize": 14,
|
|
829
852
|
"letterSpacing": 0.3,
|
|
830
853
|
"lineHeight": 20,
|
|
854
|
+
"textAlign": "left",
|
|
831
855
|
}
|
|
832
856
|
}
|
|
833
857
|
suppressHighlighting={true}
|
|
@@ -860,6 +884,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
|
|
|
860
884
|
"fontSize": 14,
|
|
861
885
|
"letterSpacing": 0.3,
|
|
862
886
|
"lineHeight": 20,
|
|
887
|
+
"textAlign": "left",
|
|
863
888
|
}
|
|
864
889
|
}
|
|
865
890
|
suppressHighlighting={true}
|
|
@@ -892,6 +917,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
|
|
|
892
917
|
"fontSize": 14,
|
|
893
918
|
"letterSpacing": 0.3,
|
|
894
919
|
"lineHeight": 20,
|
|
920
|
+
"textAlign": "left",
|
|
895
921
|
}
|
|
896
922
|
}
|
|
897
923
|
suppressHighlighting={true}
|
|
@@ -924,6 +950,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
|
|
|
924
950
|
"fontSize": 14,
|
|
925
951
|
"letterSpacing": 0.3,
|
|
926
952
|
"lineHeight": 20,
|
|
953
|
+
"textAlign": "left",
|
|
927
954
|
}
|
|
928
955
|
}
|
|
929
956
|
suppressHighlighting={true}
|
|
@@ -956,6 +983,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
|
|
|
956
983
|
"fontSize": 14,
|
|
957
984
|
"letterSpacing": 0.3,
|
|
958
985
|
"lineHeight": 20,
|
|
986
|
+
"textAlign": "left",
|
|
959
987
|
}
|
|
960
988
|
}
|
|
961
989
|
suppressHighlighting={true}
|
|
@@ -1027,6 +1055,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features Responsive 1`] = `
|
|
|
1027
1055
|
"fontSize": 14,
|
|
1028
1056
|
"letterSpacing": 0.3,
|
|
1029
1057
|
"lineHeight": 20,
|
|
1058
|
+
"textAlign": "left",
|
|
1030
1059
|
}
|
|
1031
1060
|
}
|
|
1032
1061
|
suppressHighlighting={true}
|
|
@@ -1058,6 +1087,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features Responsive 1`] = `
|
|
|
1058
1087
|
"fontSize": 14,
|
|
1059
1088
|
"letterSpacing": 0.3,
|
|
1060
1089
|
"lineHeight": 20,
|
|
1090
|
+
"textAlign": "left",
|
|
1061
1091
|
}
|
|
1062
1092
|
}
|
|
1063
1093
|
suppressHighlighting={true}
|
|
@@ -1089,6 +1119,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features Responsive 1`] = `
|
|
|
1089
1119
|
"fontSize": 14,
|
|
1090
1120
|
"letterSpacing": 0.3,
|
|
1091
1121
|
"lineHeight": 20,
|
|
1122
|
+
"textAlign": "left",
|
|
1092
1123
|
}
|
|
1093
1124
|
}
|
|
1094
1125
|
suppressHighlighting={true}
|
|
@@ -1120,6 +1151,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features Responsive 1`] = `
|
|
|
1120
1151
|
"fontSize": 14,
|
|
1121
1152
|
"letterSpacing": 0.3,
|
|
1122
1153
|
"lineHeight": 20,
|
|
1154
|
+
"textAlign": "left",
|
|
1123
1155
|
}
|
|
1124
1156
|
}
|
|
1125
1157
|
suppressHighlighting={true}
|
|
@@ -1151,6 +1183,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features Responsive 1`] = `
|
|
|
1151
1183
|
"fontSize": 14,
|
|
1152
1184
|
"letterSpacing": 0.3,
|
|
1153
1185
|
"lineHeight": 20,
|
|
1186
|
+
"textAlign": "left",
|
|
1154
1187
|
}
|
|
1155
1188
|
}
|
|
1156
1189
|
suppressHighlighting={true}
|
|
@@ -1182,6 +1215,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features Responsive 1`] = `
|
|
|
1182
1215
|
"fontSize": 14,
|
|
1183
1216
|
"letterSpacing": 0.3,
|
|
1184
1217
|
"lineHeight": 20,
|
|
1218
|
+
"textAlign": "left",
|
|
1185
1219
|
}
|
|
1186
1220
|
}
|
|
1187
1221
|
suppressHighlighting={true}
|
|
@@ -1213,6 +1247,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features Responsive 1`] = `
|
|
|
1213
1247
|
"fontSize": 14,
|
|
1214
1248
|
"letterSpacing": 0.3,
|
|
1215
1249
|
"lineHeight": 20,
|
|
1250
|
+
"textAlign": "left",
|
|
1216
1251
|
}
|
|
1217
1252
|
}
|
|
1218
1253
|
suppressHighlighting={true}
|
|
@@ -1244,6 +1279,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features Responsive 1`] = `
|
|
|
1244
1279
|
"fontSize": 14,
|
|
1245
1280
|
"letterSpacing": 0.3,
|
|
1246
1281
|
"lineHeight": 20,
|
|
1282
|
+
"textAlign": "left",
|
|
1247
1283
|
}
|
|
1248
1284
|
}
|
|
1249
1285
|
suppressHighlighting={true}
|
|
@@ -1275,6 +1311,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features Responsive 1`] = `
|
|
|
1275
1311
|
"fontSize": 14,
|
|
1276
1312
|
"letterSpacing": 0.3,
|
|
1277
1313
|
"lineHeight": 20,
|
|
1314
|
+
"textAlign": "left",
|
|
1278
1315
|
}
|
|
1279
1316
|
}
|
|
1280
1317
|
suppressHighlighting={true}
|
|
@@ -1306,6 +1343,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features Responsive 1`] = `
|
|
|
1306
1343
|
"fontSize": 14,
|
|
1307
1344
|
"letterSpacing": 0.3,
|
|
1308
1345
|
"lineHeight": 20,
|
|
1346
|
+
"textAlign": "left",
|
|
1309
1347
|
}
|
|
1310
1348
|
}
|
|
1311
1349
|
suppressHighlighting={true}
|
|
@@ -1348,6 +1386,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
|
|
|
1348
1386
|
"fontSize": 14,
|
|
1349
1387
|
"letterSpacing": 0.3,
|
|
1350
1388
|
"lineHeight": 20,
|
|
1389
|
+
"textAlign": "left",
|
|
1351
1390
|
}
|
|
1352
1391
|
}
|
|
1353
1392
|
suppressHighlighting={true}
|
|
@@ -1399,6 +1438,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
|
|
|
1399
1438
|
"fontSize": 14,
|
|
1400
1439
|
"letterSpacing": 0.3,
|
|
1401
1440
|
"lineHeight": 20,
|
|
1441
|
+
"textAlign": "left",
|
|
1402
1442
|
}
|
|
1403
1443
|
}
|
|
1404
1444
|
suppressHighlighting={true}
|
|
@@ -1430,6 +1470,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
|
|
|
1430
1470
|
"fontSize": 14,
|
|
1431
1471
|
"letterSpacing": 0.3,
|
|
1432
1472
|
"lineHeight": 20,
|
|
1473
|
+
"textAlign": "left",
|
|
1433
1474
|
}
|
|
1434
1475
|
}
|
|
1435
1476
|
suppressHighlighting={true}
|
|
@@ -1461,6 +1502,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
|
|
|
1461
1502
|
"fontSize": 14,
|
|
1462
1503
|
"letterSpacing": 0.3,
|
|
1463
1504
|
"lineHeight": 20,
|
|
1505
|
+
"textAlign": "left",
|
|
1464
1506
|
}
|
|
1465
1507
|
}
|
|
1466
1508
|
suppressHighlighting={true}
|
|
@@ -1492,6 +1534,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
|
|
|
1492
1534
|
"fontSize": 14,
|
|
1493
1535
|
"letterSpacing": 0.3,
|
|
1494
1536
|
"lineHeight": 20,
|
|
1537
|
+
"textAlign": "left",
|
|
1495
1538
|
}
|
|
1496
1539
|
}
|
|
1497
1540
|
suppressHighlighting={true}
|
|
@@ -1523,6 +1566,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
|
|
|
1523
1566
|
"fontSize": 14,
|
|
1524
1567
|
"letterSpacing": 0.3,
|
|
1525
1568
|
"lineHeight": 20,
|
|
1569
|
+
"textAlign": "left",
|
|
1526
1570
|
}
|
|
1527
1571
|
}
|
|
1528
1572
|
suppressHighlighting={true}
|
|
@@ -1554,6 +1598,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
|
|
|
1554
1598
|
"fontSize": 14,
|
|
1555
1599
|
"letterSpacing": 0.3,
|
|
1556
1600
|
"lineHeight": 20,
|
|
1601
|
+
"textAlign": "left",
|
|
1557
1602
|
}
|
|
1558
1603
|
}
|
|
1559
1604
|
suppressHighlighting={true}
|
|
@@ -1585,6 +1630,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
|
|
|
1585
1630
|
"fontSize": 14,
|
|
1586
1631
|
"letterSpacing": 0.3,
|
|
1587
1632
|
"lineHeight": 20,
|
|
1633
|
+
"textAlign": "left",
|
|
1588
1634
|
}
|
|
1589
1635
|
}
|
|
1590
1636
|
suppressHighlighting={true}
|
|
@@ -1616,6 +1662,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
|
|
|
1616
1662
|
"fontSize": 14,
|
|
1617
1663
|
"letterSpacing": 0.3,
|
|
1618
1664
|
"lineHeight": 20,
|
|
1665
|
+
"textAlign": "left",
|
|
1619
1666
|
}
|
|
1620
1667
|
}
|
|
1621
1668
|
suppressHighlighting={true}
|
|
@@ -51,6 +51,7 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
|
|
|
51
51
|
"fontSize": 14,
|
|
52
52
|
"letterSpacing": 0.3,
|
|
53
53
|
"lineHeight": 20,
|
|
54
|
+
"textAlign": "left",
|
|
54
55
|
}
|
|
55
56
|
}
|
|
56
57
|
suppressHighlighting={true}
|
|
@@ -82,6 +83,7 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
|
|
|
82
83
|
"fontSize": 14,
|
|
83
84
|
"letterSpacing": 0.3,
|
|
84
85
|
"lineHeight": 20,
|
|
86
|
+
"textAlign": "left",
|
|
85
87
|
}
|
|
86
88
|
}
|
|
87
89
|
suppressHighlighting={true}
|
|
@@ -113,6 +115,7 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
|
|
|
113
115
|
"fontSize": 14,
|
|
114
116
|
"letterSpacing": 0.3,
|
|
115
117
|
"lineHeight": 20,
|
|
118
|
+
"textAlign": "left",
|
|
116
119
|
}
|
|
117
120
|
}
|
|
118
121
|
suppressHighlighting={true}
|
|
@@ -144,6 +147,7 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
|
|
|
144
147
|
"fontSize": 14,
|
|
145
148
|
"letterSpacing": 0.3,
|
|
146
149
|
"lineHeight": 20,
|
|
150
|
+
"textAlign": "left",
|
|
147
151
|
}
|
|
148
152
|
}
|
|
149
153
|
suppressHighlighting={true}
|
|
@@ -175,6 +179,7 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
|
|
|
175
179
|
"fontSize": 14,
|
|
176
180
|
"letterSpacing": 0.3,
|
|
177
181
|
"lineHeight": 20,
|
|
182
|
+
"textAlign": "left",
|
|
178
183
|
}
|
|
179
184
|
}
|
|
180
185
|
suppressHighlighting={true}
|
|
@@ -206,6 +211,7 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
|
|
|
206
211
|
"fontSize": 14,
|
|
207
212
|
"letterSpacing": 0.3,
|
|
208
213
|
"lineHeight": 20,
|
|
214
|
+
"textAlign": "left",
|
|
209
215
|
}
|
|
210
216
|
}
|
|
211
217
|
suppressHighlighting={true}
|
|
@@ -237,6 +243,7 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
|
|
|
237
243
|
"fontSize": 14,
|
|
238
244
|
"letterSpacing": 0.3,
|
|
239
245
|
"lineHeight": 20,
|
|
246
|
+
"textAlign": "left",
|
|
240
247
|
}
|
|
241
248
|
}
|
|
242
249
|
suppressHighlighting={true}
|
|
@@ -268,6 +275,7 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
|
|
|
268
275
|
"fontSize": 14,
|
|
269
276
|
"letterSpacing": 0.3,
|
|
270
277
|
"lineHeight": 20,
|
|
278
|
+
"textAlign": "left",
|
|
271
279
|
}
|
|
272
280
|
}
|
|
273
281
|
suppressHighlighting={true}
|
|
@@ -299,6 +307,7 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
|
|
|
299
307
|
"fontSize": 14,
|
|
300
308
|
"letterSpacing": 0.3,
|
|
301
309
|
"lineHeight": 20,
|
|
310
|
+
"textAlign": "left",
|
|
302
311
|
}
|
|
303
312
|
}
|
|
304
313
|
suppressHighlighting={true}
|
|
@@ -330,6 +339,7 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
|
|
|
330
339
|
"fontSize": 14,
|
|
331
340
|
"letterSpacing": 0.3,
|
|
332
341
|
"lineHeight": 20,
|
|
342
|
+
"textAlign": "left",
|
|
333
343
|
}
|
|
334
344
|
}
|
|
335
345
|
suppressHighlighting={true}
|