@ornikar/bumper 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/definitions/system/content/typography/Typography.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +8 -6
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +8 -6
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.22.cjs.js +9 -3
- package/dist/index-node-22.22.cjs.js.map +1 -1
- package/dist/index-node-22.22.cjs.web.js +9 -3
- package/dist/index-node-22.22.cjs.web.js.map +1 -1
- package/dist/index-node-22.22.es.mjs +9 -3
- package/dist/index-node-22.22.es.mjs.map +1 -1
- package/dist/index-node-22.22.es.web.mjs +9 -3
- package/dist/index-node-22.22.es.web.mjs.map +1 -1
- package/dist/index.es.js +7 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +7 -5
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/system/content/icon/__snapshots__/Icon.features.stories.tsx.snap +11 -11
- package/src/system/content/icon/__snapshots_web__/Icon.features.stories.tsx.snap +11 -11
- package/src/system/content/typography/Typography.features.stories.tsx +4 -0
- package/src/system/content/typography/Typography.tsx +4 -4
- package/src/system/content/typography/__snapshots__/Typography.features.stories.tsx.snap +67 -2
- package/src/system/content/typography/__snapshots__/TypographyIcon.features.stories.tsx.snap +24 -24
- package/src/system/content/typography/__snapshots__/TypographyLink.features.stories.tsx.snap +37 -8
- package/src/system/content/typography/__snapshots_web__/Typography.features.stories.tsx.snap +68 -38
- package/src/system/content/typography/__snapshots_web__/TypographyIcon.features.stories.tsx.snap +24 -24
- package/src/system/content/typography/__snapshots_web__/TypographyLink.features.stories.tsx.snap +8 -8
- package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.features.stories.tsx.snap +74 -37
- package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.stories.tsx.snap +20 -10
- package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.features.stories.tsx.snap +37 -37
- 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 +1 -1
- package/src/system/core/primitives/__snapshots__/Center.stories.tsx.snap +5 -1
- package/src/system/core/primitives/__snapshots__/Pressable.features.stories.tsx.snap +7 -6
- package/src/system/core/primitives/__snapshots__/Pressable.stories.tsx.snap +4 -1
- package/src/system/core/primitives/__snapshots__/Stack.features.stories.tsx.snap +41 -30
- package/src/system/core/primitives/__snapshots__/Stack.stories.tsx.snap +6 -3
- package/src/system/core/primitives/__snapshots__/View.features.stories.tsx.snap +97 -60
- package/src/system/core/primitives/__snapshots_web__/Center.features.stories.tsx.snap +1 -1
- 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 +6 -6
- 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 +33 -33
- 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 +60 -60
- package/src/system/core/themes/light/__snapshots__/light.stories.tsx.snap +111 -56
- package/src/system/core/themes/light/__snapshots_web__/light.stories.tsx.snap +111 -111
- package/src/system/core/tokens/__snapshots__/breakpoints.stories.tsx.snap +11 -6
- package/src/system/core/tokens/__snapshots__/bumperIcon.stories.tsx.snap +7 -4
- package/src/system/core/tokens/__snapshots__/fonts.stories.tsx.snap +75 -29
- package/src/system/core/tokens/__snapshots__/radius.stories.tsx.snap +11 -6
- package/src/system/core/tokens/__snapshots__/size.stories.tsx.snap +25 -13
- package/src/system/core/tokens/__snapshots__/space.stories.tsx.snap +28 -14
- 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 +70 -70
- 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 +28 -28
- package/src/system/core/tokens/palettes/__snapshots__/deepPurpleColorPalette.stories.tsx.snap +133 -67
- package/src/system/core/tokens/palettes/__snapshots_web__/deepPurpleColorPalette.stories.tsx.snap +133 -133
- package/src/system/loading/loader/__snapshots__/Loader.features.stories.tsx.snap +2 -2
- package/src/system/loading/loader/__snapshots_web__/Loader.features.stories.tsx.snap +2 -2
|
@@ -520,7 +520,7 @@ exports[`Bumper/Loading/Loader/Features Sizes 1`] = `
|
|
|
520
520
|
style={
|
|
521
521
|
{
|
|
522
522
|
"color": "#505050",
|
|
523
|
-
"fontFamily": "
|
|
523
|
+
"fontFamily": "GTStandardRegular",
|
|
524
524
|
"fontSize": 12,
|
|
525
525
|
"letterSpacing": 0.3,
|
|
526
526
|
"lineHeight": 16,
|
|
@@ -687,7 +687,7 @@ exports[`Bumper/Loading/Loader/Features Sizes 1`] = `
|
|
|
687
687
|
style={
|
|
688
688
|
{
|
|
689
689
|
"color": "#505050",
|
|
690
|
-
"fontFamily": "
|
|
690
|
+
"fontFamily": "GTStandardRegular",
|
|
691
691
|
"fontSize": 12,
|
|
692
692
|
"letterSpacing": 0.3,
|
|
693
693
|
"lineHeight": 16,
|
|
@@ -165,7 +165,7 @@ exports[`Bumper/Loading/Loader/Features Sizes 1`] = `
|
|
|
165
165
|
</svg>
|
|
166
166
|
</div>
|
|
167
167
|
<span
|
|
168
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _col-content--ba1918259606"
|
|
168
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fw-f-weight-re98715119 _fs-f-size-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _col-content--ba1918259606"
|
|
169
169
|
data-disable-theme="true"
|
|
170
170
|
>
|
|
171
171
|
icon (20)
|
|
@@ -210,7 +210,7 @@ exports[`Bumper/Loading/Loader/Features Sizes 1`] = `
|
|
|
210
210
|
</svg>
|
|
211
211
|
</div>
|
|
212
212
|
<span
|
|
213
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _col-content--ba1918259606"
|
|
213
|
+
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 _fw-f-weight-re98715119 _fs-f-size-body47080 _lh-f-lineHeigh1960620717 _ls-f-letterSpa260968488 _col-content--ba1918259606"
|
|
214
214
|
data-disable-theme="true"
|
|
215
215
|
>
|
|
216
216
|
page (48)
|