@ornikar/bumper 2.14.0 → 3.0.0
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 +13 -0
- package/dist/definitions/system/content/icon/Icon.d.ts +4 -1
- package/dist/definitions/system/content/icon/Icon.d.ts.map +1 -1
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.22.cjs.js.map +1 -1
- package/dist/index-node-22.22.cjs.web.js.map +1 -1
- package/dist/index-node-22.22.es.mjs.map +1 -1
- package/dist/index-node-22.22.es.web.mjs.map +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +12 -12
- package/src/system/content/icon/Icon.tsx +5 -1
- package/src/system/content/icon/__snapshots_web__/Icon.features.stories.tsx.snap +2 -2
- package/src/system/content/icon/__snapshots_web__/Icon.stories.tsx.snap +1 -1
- package/src/system/content/typography/__snapshots_web__/Typography.features.stories.tsx.snap +7 -7
- 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 +5 -5
- package/src/system/content/typography/__snapshots_web__/TypographyIcon.stories.tsx.snap +1 -1
- package/src/system/content/typography/__snapshots_web__/TypographyLink.features.stories.tsx.snap +5 -5
- package/src/system/content/typography/__snapshots_web__/TypographyLink.stories.tsx.snap +1 -1
- package/src/system/core/primitives/Image/__snapshots_web__/Image.stories.tsx.snap +3 -3
- package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.features.stories.tsx.snap +11 -11
- package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.stories.tsx.snap +3 -3
- package/src/system/core/primitives/__snapshots_web__/Center.features.stories.tsx.snap +2 -2
- 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 +3 -3
- 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 +6 -6
- package/src/system/core/primitives/__snapshots_web__/Stack.stories.tsx.snap +1 -1
- package/src/system/core/primitives/__snapshots_web__/View.features.stories.tsx.snap +11 -11
- package/src/system/core/primitives/__snapshots_web__/View.stories.tsx.snap +1 -1
- package/src/system/core/themes/light/__snapshots_web__/light.stories.tsx.snap +1 -1
- package/src/system/core/tokens/__snapshots_web__/breakpoints.stories.tsx.snap +1 -1
- package/src/system/core/tokens/__snapshots_web__/bumperIcon.stories.tsx.snap +1 -1
- package/src/system/core/tokens/__snapshots_web__/fonts.stories.tsx.snap +1 -1
- package/src/system/core/tokens/__snapshots_web__/radius.stories.tsx.snap +1 -1
- package/src/system/core/tokens/__snapshots_web__/size.stories.tsx.snap +1 -1
- package/src/system/core/tokens/__snapshots_web__/space.stories.tsx.snap +1 -1
- package/src/system/core/tokens/palettes/__snapshots_web__/deepPurpleColorPalette.stories.tsx.snap +1 -1
- package/src/system/dataDisplays/Badge/__snapshots_web__/Badge.features.stories.tsx.snap +3 -3
- package/src/system/dataDisplays/Badge/__snapshots_web__/Badge.stories.tsx.snap +1 -1
- package/src/system/loading/loader/__snapshots__/Loader.features.stories.tsx.snap +12 -12
- package/src/system/loading/loader/__snapshots__/Loader.stories.tsx.snap +3 -3
- package/src/system/loading/loader/__snapshots_web__/Loader.features.stories.tsx.snap +2 -2
- package/src/system/loading/loader/__snapshots_web__/Loader.stories.tsx.snap +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ornikar/bumper",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "@ornikar/bumper",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@babel/runtime": "^7.24.0",
|
|
32
|
-
"@ornikar/kitt-icons": "^
|
|
32
|
+
"@ornikar/kitt-icons": "^15.0.0",
|
|
33
33
|
"@tamagui/core": "1.144.2",
|
|
34
34
|
"@tamagui/image": "1.144.2",
|
|
35
35
|
"@tamagui/scroll-view": "1.144.2"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@storybook/preview-api": ">=8.6.15",
|
|
39
|
-
"react": "^
|
|
40
|
-
"react-dom": "^
|
|
41
|
-
"react-native": ">=0.
|
|
39
|
+
"react": "^19.0.0",
|
|
40
|
+
"react-dom": "^19.0.0",
|
|
41
|
+
"react-native": ">=0.79.6",
|
|
42
42
|
"react-native-reanimated": "^3.18.0",
|
|
43
|
-
"react-native-svg": "^15.
|
|
43
|
+
"react-native-svg": "^15.11.2"
|
|
44
44
|
},
|
|
45
45
|
"peerDependenciesMeta": {
|
|
46
46
|
"@storybook/preview-api": {
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
"@testing-library/dom": "10.4.1",
|
|
67
67
|
"@testing-library/react": "16.3.2",
|
|
68
68
|
"@testing-library/react-native": "13.3.3",
|
|
69
|
-
"@types/react": "
|
|
70
|
-
"react": "
|
|
71
|
-
"react-dom": "
|
|
72
|
-
"react-native": "0.
|
|
69
|
+
"@types/react": "19.0.10",
|
|
70
|
+
"react": "19.0.0",
|
|
71
|
+
"react-dom": "19.0.0",
|
|
72
|
+
"react-native": "0.79.6",
|
|
73
73
|
"react-native-reanimated": "3.18.0",
|
|
74
|
-
"react-native-svg": "15.
|
|
75
|
-
"react-test-renderer": "
|
|
74
|
+
"react-native-svg": "15.11.2",
|
|
75
|
+
"react-test-renderer": "19.0.0",
|
|
76
76
|
"storybook": "8.6.15"
|
|
77
77
|
},
|
|
78
78
|
"expo": {
|
|
@@ -20,8 +20,12 @@ const IconContainer = styled(View, {
|
|
|
20
20
|
|
|
21
21
|
type IconContainerProps = GetProps<typeof IconContainer>;
|
|
22
22
|
|
|
23
|
+
interface IconElementProps {
|
|
24
|
+
color?: ColorTokens;
|
|
25
|
+
}
|
|
26
|
+
|
|
23
27
|
interface InternalIconProps {
|
|
24
|
-
icon: ReactElement
|
|
28
|
+
icon: ReactElement<IconElementProps>;
|
|
25
29
|
color?: ColorTokens;
|
|
26
30
|
size?: IconContainerProps['size'];
|
|
27
31
|
testID?: IconContainerProps['testID'];
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`Bumper/Content/Icon/Features Colors 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="css-view-
|
|
6
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
7
7
|
>
|
|
8
8
|
<span
|
|
9
9
|
class=""
|
|
@@ -175,7 +175,7 @@ exports[`Bumper/Content/Icon/Features Colors 1`] = `
|
|
|
175
175
|
exports[`Bumper/Content/Icon/Features Sizes 1`] = `
|
|
176
176
|
<DocumentFragment>
|
|
177
177
|
<div
|
|
178
|
-
class="css-view-
|
|
178
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
179
179
|
>
|
|
180
180
|
<span
|
|
181
181
|
class=""
|
package/src/system/content/typography/__snapshots_web__/Typography.features.stories.tsx.snap
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`Bumper/Content/Typography/Features BodyVariants 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="css-view-
|
|
6
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
7
7
|
>
|
|
8
8
|
<span
|
|
9
9
|
class=""
|
|
@@ -61,7 +61,7 @@ exports[`Bumper/Content/Typography/Features BodyVariants 1`] = `
|
|
|
61
61
|
exports[`Bumper/Content/Typography/Features BodyVariantsBold 1`] = `
|
|
62
62
|
<DocumentFragment>
|
|
63
63
|
<div
|
|
64
|
-
class="css-view-
|
|
64
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
65
65
|
>
|
|
66
66
|
<span
|
|
67
67
|
class=""
|
|
@@ -119,7 +119,7 @@ exports[`Bumper/Content/Typography/Features BodyVariantsBold 1`] = `
|
|
|
119
119
|
exports[`Bumper/Content/Typography/Features ContentCapsVariants 1`] = `
|
|
120
120
|
<DocumentFragment>
|
|
121
121
|
<div
|
|
122
|
-
class="css-view-
|
|
122
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
123
123
|
>
|
|
124
124
|
<span
|
|
125
125
|
class=""
|
|
@@ -189,7 +189,7 @@ exports[`Bumper/Content/Typography/Features ContentCapsVariants 1`] = `
|
|
|
189
189
|
exports[`Bumper/Content/Typography/Features ContextInheritance 1`] = `
|
|
190
190
|
<DocumentFragment>
|
|
191
191
|
<div
|
|
192
|
-
class="css-view-
|
|
192
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
193
193
|
>
|
|
194
194
|
<span
|
|
195
195
|
class=""
|
|
@@ -305,7 +305,7 @@ exports[`Bumper/Content/Typography/Features ContextInheritance 1`] = `
|
|
|
305
305
|
exports[`Bumper/Content/Typography/Features HeaderComponents 1`] = `
|
|
306
306
|
<DocumentFragment>
|
|
307
307
|
<div
|
|
308
|
-
class="css-view-
|
|
308
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
309
309
|
>
|
|
310
310
|
<span
|
|
311
311
|
class=""
|
|
@@ -381,7 +381,7 @@ exports[`Bumper/Content/Typography/Features HeaderComponents 1`] = `
|
|
|
381
381
|
exports[`Bumper/Content/Typography/Features HeadingVariants 1`] = `
|
|
382
382
|
<DocumentFragment>
|
|
383
383
|
<div
|
|
384
|
-
class="css-view-
|
|
384
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
385
385
|
>
|
|
386
386
|
<span
|
|
387
387
|
class=""
|
|
@@ -451,7 +451,7 @@ exports[`Bumper/Content/Typography/Features HeadingVariants 1`] = `
|
|
|
451
451
|
exports[`Bumper/Content/Typography/Features LabelVariants 1`] = `
|
|
452
452
|
<DocumentFragment>
|
|
453
453
|
<div
|
|
454
|
-
class="css-view-
|
|
454
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
455
455
|
>
|
|
456
456
|
<span
|
|
457
457
|
class=""
|
package/src/system/content/typography/__snapshots_web__/TypographyIcon.features.stories.tsx.snap
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`Bumper/Content/TypographyIcon/Features DifferentSizes 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="css-view-
|
|
6
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
7
7
|
>
|
|
8
8
|
<span
|
|
9
9
|
class=""
|
|
@@ -85,7 +85,7 @@ exports[`Bumper/Content/TypographyIcon/Features DifferentSizes 1`] = `
|
|
|
85
85
|
exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
|
|
86
86
|
<DocumentFragment>
|
|
87
87
|
<div
|
|
88
|
-
class="css-view-
|
|
88
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
89
89
|
>
|
|
90
90
|
<span
|
|
91
91
|
class=""
|
|
@@ -225,7 +225,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
|
|
|
225
225
|
exports[`Bumper/Content/TypographyIcon/Features NestedTypographyInheritance 1`] = `
|
|
226
226
|
<DocumentFragment>
|
|
227
227
|
<div
|
|
228
|
-
class="css-view-
|
|
228
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
229
229
|
>
|
|
230
230
|
<span
|
|
231
231
|
class=""
|
|
@@ -345,7 +345,7 @@ exports[`Bumper/Content/TypographyIcon/Features NestedTypographyInheritance 1`]
|
|
|
345
345
|
exports[`Bumper/Content/TypographyIcon/Features OverrideInheritedColor 1`] = `
|
|
346
346
|
<DocumentFragment>
|
|
347
347
|
<div
|
|
348
|
-
class="css-view-
|
|
348
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
349
349
|
>
|
|
350
350
|
<span
|
|
351
351
|
class=""
|
|
@@ -429,7 +429,7 @@ exports[`Bumper/Content/TypographyIcon/Features OverrideInheritedColor 1`] = `
|
|
|
429
429
|
exports[`Bumper/Content/TypographyIcon/Features WithExplicitColor 1`] = `
|
|
430
430
|
<DocumentFragment>
|
|
431
431
|
<div
|
|
432
|
-
class="css-view-
|
|
432
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
433
433
|
>
|
|
434
434
|
<span
|
|
435
435
|
class=""
|
package/src/system/content/typography/__snapshots_web__/TypographyLink.features.stories.tsx.snap
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`Bumper/Content/TypographyLink/Features DisabledFalse 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="css-view-
|
|
6
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
7
7
|
>
|
|
8
8
|
<span
|
|
9
9
|
class=""
|
|
@@ -35,7 +35,7 @@ exports[`Bumper/Content/TypographyLink/Features DisabledFalse 1`] = `
|
|
|
35
35
|
exports[`Bumper/Content/TypographyLink/Features DisabledTrue 1`] = `
|
|
36
36
|
<DocumentFragment>
|
|
37
37
|
<div
|
|
38
|
-
class="css-view-
|
|
38
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
39
39
|
>
|
|
40
40
|
<span
|
|
41
41
|
class=""
|
|
@@ -68,7 +68,7 @@ exports[`Bumper/Content/TypographyLink/Features DisabledTrue 1`] = `
|
|
|
68
68
|
exports[`Bumper/Content/TypographyLink/Features NoUnderlineFalse 1`] = `
|
|
69
69
|
<DocumentFragment>
|
|
70
70
|
<div
|
|
71
|
-
class="css-view-
|
|
71
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
72
72
|
>
|
|
73
73
|
<span
|
|
74
74
|
class=""
|
|
@@ -100,7 +100,7 @@ exports[`Bumper/Content/TypographyLink/Features NoUnderlineFalse 1`] = `
|
|
|
100
100
|
exports[`Bumper/Content/TypographyLink/Features NoUnderlineTrue 1`] = `
|
|
101
101
|
<DocumentFragment>
|
|
102
102
|
<div
|
|
103
|
-
class="css-view-
|
|
103
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
104
104
|
>
|
|
105
105
|
<span
|
|
106
106
|
class=""
|
|
@@ -132,7 +132,7 @@ exports[`Bumper/Content/TypographyLink/Features NoUnderlineTrue 1`] = `
|
|
|
132
132
|
exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
|
|
133
133
|
<DocumentFragment>
|
|
134
134
|
<div
|
|
135
|
-
class="css-view-
|
|
135
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
136
136
|
>
|
|
137
137
|
<span
|
|
138
138
|
class=""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`Bumper/Core/Primitives/Image Default 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="css-view-
|
|
6
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
7
7
|
>
|
|
8
8
|
<span
|
|
9
9
|
class=""
|
|
@@ -18,11 +18,11 @@ exports[`Bumper/Core/Primitives/Image Default 1`] = `
|
|
|
18
18
|
style="display: contents;"
|
|
19
19
|
>
|
|
20
20
|
<div
|
|
21
|
-
class="css-view-
|
|
21
|
+
class="css-view-g5y9jx r-flexBasis-1mlwlqe r-overflow-1udh08x r-zIndex-417010"
|
|
22
22
|
style="width: var(--t-size-size--120); height: var(--t-size-size--144);"
|
|
23
23
|
>
|
|
24
24
|
<div
|
|
25
|
-
class="css-view-
|
|
25
|
+
class="css-view-g5y9jx r-backgroundColor-1niwhzg r-backgroundPosition-vvn4in r-backgroundRepeat-u6sd8q r-bottom-1p0dtai r-height-1pi2tsx r-left-1d2f490 r-position-u8s1d r-right-zchlnj r-top-ipm5af r-width-13qz1uu r-zIndex-1wyyakw r-backgroundSize-ehq7j7"
|
|
26
26
|
style="background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAGUExURUUvRf///xUXFNgAAAABYktHRAH/Ai3eAAAAB3RJTUUH6gETDxAgfjc2IQAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDI2LTAxLTE5VDE1OjE2OjMyKzAwOjAwpvKSnwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyNi0wMS0xOVQxNToxNjozMiswMDowMNevKiMAAAAodEVYdGRhdGU6dGltZXN0YW1wADIwMjYtMDEtMTlUMTU6MTY6MzIrMDA6MDCAugv8AAAAAElFTkSuQmCC");"
|
|
27
27
|
/>
|
|
28
28
|
<img
|
package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.features.stories.tsx.snap
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="css-view-
|
|
6
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
7
7
|
>
|
|
8
8
|
<span
|
|
9
9
|
class=""
|
|
@@ -30,10 +30,10 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
30
30
|
class="_dsp_contents"
|
|
31
31
|
>
|
|
32
32
|
<div
|
|
33
|
-
class="css-view-
|
|
33
|
+
class="css-view-g5y9jx r-WebkitOverflowScrolling-150rngu r-flexDirection-eqz5dr r-flexGrow-16y2uox r-flexShrink-1wbh5a2 r-overflowX-11yh6sk r-overflowY-1rnoaur r-transform-agouwx is_ScrollView _height-t-size-size42947727 _width-t-size-size42948634 r-scrollbarWidth-2eszeu"
|
|
34
34
|
>
|
|
35
35
|
<div
|
|
36
|
-
class="css-view-
|
|
36
|
+
class="css-view-g5y9jx"
|
|
37
37
|
>
|
|
38
38
|
<div
|
|
39
39
|
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-spa94482166 _paddingTop-t-space-spa94482166 _paddingRight-t-space-spa94482166 _paddingBottom-t-space-spa94482166 _paddingLeft-t-space-spa94482166"
|
|
@@ -132,10 +132,10 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
132
132
|
class="_dsp_contents"
|
|
133
133
|
>
|
|
134
134
|
<div
|
|
135
|
-
class="css-view-
|
|
135
|
+
class="css-view-g5y9jx r-WebkitOverflowScrolling-150rngu r-flexDirection-18u37iz r-flexGrow-16y2uox r-flexShrink-1wbh5a2 r-overflowX-lltvgl r-overflowY-buy8e9 r-transform-agouwx is_ScrollView _height-t-size-size1385624 _width-t-size-size42948634 r-scrollbarWidth-2eszeu"
|
|
136
136
|
>
|
|
137
137
|
<div
|
|
138
|
-
class="css-view-
|
|
138
|
+
class="css-view-g5y9jx r-flexDirection-18u37iz"
|
|
139
139
|
>
|
|
140
140
|
<div
|
|
141
141
|
class="is_HStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-row _gap-t-space-spa94482166 _paddingTop-t-space-spa94482166 _paddingRight-t-space-spa94482166 _paddingBottom-t-space-spa94482166 _paddingLeft-t-space-spa94482166"
|
|
@@ -235,7 +235,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HiddenIndicators 1`] = `
|
|
|
235
235
|
exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
|
|
236
236
|
<DocumentFragment>
|
|
237
237
|
<div
|
|
238
|
-
class="css-view-
|
|
238
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
239
239
|
>
|
|
240
240
|
<span
|
|
241
241
|
class=""
|
|
@@ -253,10 +253,10 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
|
|
|
253
253
|
class="_dsp_contents"
|
|
254
254
|
>
|
|
255
255
|
<div
|
|
256
|
-
class="css-view-
|
|
256
|
+
class="css-view-g5y9jx r-WebkitOverflowScrolling-150rngu r-flexDirection-18u37iz r-flexGrow-16y2uox r-flexShrink-1wbh5a2 r-overflowX-lltvgl r-overflowY-buy8e9 r-transform-agouwx is_ScrollView _height-t-size-size1385661 _width-t-size-size42948634"
|
|
257
257
|
>
|
|
258
258
|
<div
|
|
259
|
-
class="css-view-
|
|
259
|
+
class="css-view-g5y9jx r-flexDirection-18u37iz"
|
|
260
260
|
>
|
|
261
261
|
<div
|
|
262
262
|
class="is_HStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-row _gap-t-space-spa94482166 _paddingTop-t-space-spa94482166 _paddingRight-t-space-spa94482166 _paddingBottom-t-space-spa94482166 _paddingLeft-t-space-spa94482166"
|
|
@@ -375,7 +375,7 @@ exports[`Bumper/Core/Primitives/ScrollView/Features HorizontalScroll 1`] = `
|
|
|
375
375
|
exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
|
|
376
376
|
<DocumentFragment>
|
|
377
377
|
<div
|
|
378
|
-
class="css-view-
|
|
378
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
379
379
|
>
|
|
380
380
|
<span
|
|
381
381
|
class=""
|
|
@@ -402,10 +402,10 @@ exports[`Bumper/Core/Primitives/ScrollView/Features ScrollDisabled 1`] = `
|
|
|
402
402
|
class="_dsp_contents"
|
|
403
403
|
>
|
|
404
404
|
<div
|
|
405
|
-
class="css-view-
|
|
405
|
+
class="css-view-g5y9jx r-WebkitOverflowScrolling-150rngu r-flexDirection-eqz5dr r-flexGrow-16y2uox r-flexShrink-1wbh5a2 r-transform-agouwx is_ScrollView _height-t-size-size42947727 _width-t-size-size42948634 r-overflowX-11yh6sk r-overflowY-buy8e9 r-touchAction-19z077z"
|
|
406
406
|
>
|
|
407
407
|
<div
|
|
408
|
-
class="css-view-
|
|
408
|
+
class="css-view-g5y9jx"
|
|
409
409
|
>
|
|
410
410
|
<div
|
|
411
411
|
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-spa94482166 _paddingTop-t-space-spa94482166 _paddingRight-t-space-spa94482166 _paddingBottom-t-space-spa94482166 _paddingLeft-t-space-spa94482166"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="css-view-
|
|
6
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
7
7
|
>
|
|
8
8
|
<span
|
|
9
9
|
class=""
|
|
@@ -21,10 +21,10 @@ exports[`Bumper/Core/Primitives/ScrollView Default 1`] = `
|
|
|
21
21
|
class="_dsp_contents"
|
|
22
22
|
>
|
|
23
23
|
<div
|
|
24
|
-
class="css-view-
|
|
24
|
+
class="css-view-g5y9jx r-WebkitOverflowScrolling-150rngu r-flexDirection-eqz5dr r-flexGrow-16y2uox r-flexShrink-1wbh5a2 r-overflowX-11yh6sk r-overflowY-1rnoaur r-transform-agouwx is_ScrollView _height-t-size-size42947888 _width-t-size-size42948634"
|
|
25
25
|
>
|
|
26
26
|
<div
|
|
27
|
-
class="css-view-
|
|
27
|
+
class="css-view-g5y9jx"
|
|
28
28
|
style="gap: var(--t-space-space--8);"
|
|
29
29
|
>
|
|
30
30
|
<div
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`Bumper/Core/Primitives/Center/Features CenteringText 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="css-view-
|
|
6
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
7
7
|
>
|
|
8
8
|
<span
|
|
9
9
|
class=""
|
|
@@ -51,7 +51,7 @@ exports[`Bumper/Core/Primitives/Center/Features CenteringText 1`] = `
|
|
|
51
51
|
exports[`Bumper/Core/Primitives/Center/Features CircularCentering 1`] = `
|
|
52
52
|
<DocumentFragment>
|
|
53
53
|
<div
|
|
54
|
-
class="css-view-
|
|
54
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
55
55
|
>
|
|
56
56
|
<span
|
|
57
57
|
class=""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`Bumper/Core/Primitives/Pressable/Features HoverEffects 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="css-view-
|
|
6
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
7
7
|
>
|
|
8
8
|
<span
|
|
9
9
|
class=""
|
|
@@ -67,7 +67,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features HoverEffects 1`] = `
|
|
|
67
67
|
exports[`Bumper/Core/Primitives/Pressable/Features PolymorphicAs 1`] = `
|
|
68
68
|
<DocumentFragment>
|
|
69
69
|
<div
|
|
70
|
-
class="css-view-
|
|
70
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
71
71
|
>
|
|
72
72
|
<span
|
|
73
73
|
class=""
|
|
@@ -131,7 +131,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PolymorphicAs 1`] = `
|
|
|
131
131
|
exports[`Bumper/Core/Primitives/Pressable/Features PressEffects 1`] = `
|
|
132
132
|
<DocumentFragment>
|
|
133
133
|
<div
|
|
134
|
-
class="css-view-
|
|
134
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
135
135
|
>
|
|
136
136
|
<span
|
|
137
137
|
class=""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`Bumper/Core/Primitives/Stack/Features FlexGrowExample 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="css-view-
|
|
6
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
7
7
|
>
|
|
8
8
|
<span
|
|
9
9
|
class=""
|
|
@@ -71,7 +71,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexGrowExample 1`] = `
|
|
|
71
71
|
exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
72
72
|
<DocumentFragment>
|
|
73
73
|
<div
|
|
74
|
-
class="css-view-
|
|
74
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
75
75
|
>
|
|
76
76
|
<span
|
|
77
77
|
class=""
|
|
@@ -199,7 +199,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
199
199
|
exports[`Bumper/Core/Primitives/Stack/Features GridLikeLayout 1`] = `
|
|
200
200
|
<DocumentFragment>
|
|
201
201
|
<div
|
|
202
|
-
class="css-view-
|
|
202
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
203
203
|
>
|
|
204
204
|
<span
|
|
205
205
|
class=""
|
|
@@ -299,7 +299,7 @@ exports[`Bumper/Core/Primitives/Stack/Features GridLikeLayout 1`] = `
|
|
|
299
299
|
exports[`Bumper/Core/Primitives/Stack/Features HStackBasic 1`] = `
|
|
300
300
|
<DocumentFragment>
|
|
301
301
|
<div
|
|
302
|
-
class="css-view-
|
|
302
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
303
303
|
>
|
|
304
304
|
<span
|
|
305
305
|
class=""
|
|
@@ -357,7 +357,7 @@ exports[`Bumper/Core/Primitives/Stack/Features HStackBasic 1`] = `
|
|
|
357
357
|
exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
358
358
|
<DocumentFragment>
|
|
359
359
|
<div
|
|
360
|
-
class="css-view-
|
|
360
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
361
361
|
>
|
|
362
362
|
<span
|
|
363
363
|
class=""
|
|
@@ -459,7 +459,7 @@ exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
|
459
459
|
exports[`Bumper/Core/Primitives/Stack/Features VStackBasic 1`] = `
|
|
460
460
|
<DocumentFragment>
|
|
461
461
|
<div
|
|
462
|
-
class="css-view-
|
|
462
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
463
463
|
>
|
|
464
464
|
<span
|
|
465
465
|
class=""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="css-view-
|
|
6
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
7
7
|
>
|
|
8
8
|
<span
|
|
9
9
|
class=""
|
|
@@ -121,7 +121,7 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
|
|
|
121
121
|
exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
|
|
122
122
|
<DocumentFragment>
|
|
123
123
|
<div
|
|
124
|
-
class="css-view-
|
|
124
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
125
125
|
>
|
|
126
126
|
<span
|
|
127
127
|
class=""
|
|
@@ -219,7 +219,7 @@ exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
|
|
|
219
219
|
exports[`Bumper/Core/Primitives/View/Features BordersAndRadius 1`] = `
|
|
220
220
|
<DocumentFragment>
|
|
221
221
|
<div
|
|
222
|
-
class="css-view-
|
|
222
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
223
223
|
>
|
|
224
224
|
<span
|
|
225
225
|
class=""
|
|
@@ -297,7 +297,7 @@ exports[`Bumper/Core/Primitives/View/Features BordersAndRadius 1`] = `
|
|
|
297
297
|
exports[`Bumper/Core/Primitives/View/Features DirectionalMargin 1`] = `
|
|
298
298
|
<DocumentFragment>
|
|
299
299
|
<div
|
|
300
|
-
class="css-view-
|
|
300
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
301
301
|
>
|
|
302
302
|
<span
|
|
303
303
|
class=""
|
|
@@ -349,7 +349,7 @@ exports[`Bumper/Core/Primitives/View/Features DirectionalMargin 1`] = `
|
|
|
349
349
|
exports[`Bumper/Core/Primitives/View/Features DirectionalPadding 1`] = `
|
|
350
350
|
<DocumentFragment>
|
|
351
351
|
<div
|
|
352
|
-
class="css-view-
|
|
352
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
353
353
|
>
|
|
354
354
|
<span
|
|
355
355
|
class=""
|
|
@@ -407,7 +407,7 @@ exports[`Bumper/Core/Primitives/View/Features DirectionalPadding 1`] = `
|
|
|
407
407
|
exports[`Bumper/Core/Primitives/View/Features FlexAlignment 1`] = `
|
|
408
408
|
<DocumentFragment>
|
|
409
409
|
<div
|
|
410
|
-
class="css-view-
|
|
410
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
411
411
|
>
|
|
412
412
|
<span
|
|
413
413
|
class=""
|
|
@@ -511,7 +511,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexAlignment 1`] = `
|
|
|
511
511
|
exports[`Bumper/Core/Primitives/View/Features FlexLayout 1`] = `
|
|
512
512
|
<DocumentFragment>
|
|
513
513
|
<div
|
|
514
|
-
class="css-view-
|
|
514
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
515
515
|
>
|
|
516
516
|
<span
|
|
517
517
|
class=""
|
|
@@ -597,7 +597,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexLayout 1`] = `
|
|
|
597
597
|
exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
|
|
598
598
|
<DocumentFragment>
|
|
599
599
|
<div
|
|
600
|
-
class="css-view-
|
|
600
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
601
601
|
>
|
|
602
602
|
<span
|
|
603
603
|
class=""
|
|
@@ -745,7 +745,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
|
|
|
745
745
|
exports[`Bumper/Core/Primitives/View/Features MarginVariants 1`] = `
|
|
746
746
|
<DocumentFragment>
|
|
747
747
|
<div
|
|
748
|
-
class="css-view-
|
|
748
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
749
749
|
>
|
|
750
750
|
<span
|
|
751
751
|
class=""
|
|
@@ -807,7 +807,7 @@ exports[`Bumper/Core/Primitives/View/Features MarginVariants 1`] = `
|
|
|
807
807
|
exports[`Bumper/Core/Primitives/View/Features OverflowBehavior 1`] = `
|
|
808
808
|
<DocumentFragment>
|
|
809
809
|
<div
|
|
810
|
-
class="css-view-
|
|
810
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
811
811
|
>
|
|
812
812
|
<span
|
|
813
813
|
class=""
|
|
@@ -855,7 +855,7 @@ exports[`Bumper/Core/Primitives/View/Features OverflowBehavior 1`] = `
|
|
|
855
855
|
exports[`Bumper/Core/Primitives/View/Features PaddingVariants 1`] = `
|
|
856
856
|
<DocumentFragment>
|
|
857
857
|
<div
|
|
858
|
-
class="css-view-
|
|
858
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
859
859
|
>
|
|
860
860
|
<span
|
|
861
861
|
class=""
|