@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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`Bumper/Data Displays/Badge/Features WithCount 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=""
|
|
@@ -81,7 +81,7 @@ exports[`Bumper/Data Displays/Badge/Features WithCount 1`] = `
|
|
|
81
81
|
exports[`Bumper/Data Displays/Badge/Features WithMaximumCount 1`] = `
|
|
82
82
|
<DocumentFragment>
|
|
83
83
|
<div
|
|
84
|
-
class="css-view-
|
|
84
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
85
85
|
>
|
|
86
86
|
<span
|
|
87
87
|
class=""
|
|
@@ -139,7 +139,7 @@ exports[`Bumper/Data Displays/Badge/Features WithMaximumCount 1`] = `
|
|
|
139
139
|
exports[`Bumper/Data Displays/Badge/Features WithoutCount 1`] = `
|
|
140
140
|
<DocumentFragment>
|
|
141
141
|
<div
|
|
142
|
-
class="css-view-
|
|
142
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
143
143
|
>
|
|
144
144
|
<span
|
|
145
145
|
class=""
|
|
@@ -87,8 +87,8 @@ exports[`Bumper/Loading/Loader/Features OnContrasted 1`] = `
|
|
|
87
87
|
}
|
|
88
88
|
>
|
|
89
89
|
<RNSVGCircle
|
|
90
|
-
cx={
|
|
91
|
-
cy={
|
|
90
|
+
cx={10}
|
|
91
|
+
cy={10}
|
|
92
92
|
fill={null}
|
|
93
93
|
propList={
|
|
94
94
|
[
|
|
@@ -97,7 +97,7 @@ exports[`Bumper/Loading/Loader/Features OnContrasted 1`] = `
|
|
|
97
97
|
"strokeWidth",
|
|
98
98
|
]
|
|
99
99
|
}
|
|
100
|
-
r={
|
|
100
|
+
r={8.5}
|
|
101
101
|
stroke={
|
|
102
102
|
{
|
|
103
103
|
"payload": 4293583830,
|
|
@@ -246,8 +246,8 @@ exports[`Bumper/Loading/Loader/Features OnContrasted 1`] = `
|
|
|
246
246
|
}
|
|
247
247
|
>
|
|
248
248
|
<RNSVGCircle
|
|
249
|
-
cx={
|
|
250
|
-
cy={
|
|
249
|
+
cx={24}
|
|
250
|
+
cy={24}
|
|
251
251
|
fill={null}
|
|
252
252
|
propList={
|
|
253
253
|
[
|
|
@@ -256,7 +256,7 @@ exports[`Bumper/Loading/Loader/Features OnContrasted 1`] = `
|
|
|
256
256
|
"strokeWidth",
|
|
257
257
|
]
|
|
258
258
|
}
|
|
259
|
-
r={
|
|
259
|
+
r={21}
|
|
260
260
|
stroke={
|
|
261
261
|
{
|
|
262
262
|
"payload": 4293583830,
|
|
@@ -424,8 +424,8 @@ exports[`Bumper/Loading/Loader/Features Sizes 1`] = `
|
|
|
424
424
|
}
|
|
425
425
|
>
|
|
426
426
|
<RNSVGCircle
|
|
427
|
-
cx={
|
|
428
|
-
cy={
|
|
427
|
+
cx={10}
|
|
428
|
+
cy={10}
|
|
429
429
|
fill={null}
|
|
430
430
|
propList={
|
|
431
431
|
[
|
|
@@ -434,7 +434,7 @@ exports[`Bumper/Loading/Loader/Features Sizes 1`] = `
|
|
|
434
434
|
"strokeWidth",
|
|
435
435
|
]
|
|
436
436
|
}
|
|
437
|
-
r={
|
|
437
|
+
r={8.5}
|
|
438
438
|
stroke={
|
|
439
439
|
{
|
|
440
440
|
"payload": 4293583830,
|
|
@@ -591,8 +591,8 @@ exports[`Bumper/Loading/Loader/Features Sizes 1`] = `
|
|
|
591
591
|
}
|
|
592
592
|
>
|
|
593
593
|
<RNSVGCircle
|
|
594
|
-
cx={
|
|
595
|
-
cy={
|
|
594
|
+
cx={24}
|
|
595
|
+
cy={24}
|
|
596
596
|
fill={null}
|
|
597
597
|
propList={
|
|
598
598
|
[
|
|
@@ -601,7 +601,7 @@ exports[`Bumper/Loading/Loader/Features Sizes 1`] = `
|
|
|
601
601
|
"strokeWidth",
|
|
602
602
|
]
|
|
603
603
|
}
|
|
604
|
-
r={
|
|
604
|
+
r={21}
|
|
605
605
|
stroke={
|
|
606
606
|
{
|
|
607
607
|
"payload": 4293583830,
|
|
@@ -63,8 +63,8 @@ exports[`Bumper/Loading/Loader Default 1`] = `
|
|
|
63
63
|
}
|
|
64
64
|
>
|
|
65
65
|
<RNSVGCircle
|
|
66
|
-
cx={
|
|
67
|
-
cy={
|
|
66
|
+
cx={24}
|
|
67
|
+
cy={24}
|
|
68
68
|
fill={null}
|
|
69
69
|
propList={
|
|
70
70
|
[
|
|
@@ -73,7 +73,7 @@ exports[`Bumper/Loading/Loader Default 1`] = `
|
|
|
73
73
|
"strokeWidth",
|
|
74
74
|
]
|
|
75
75
|
}
|
|
76
|
-
r={
|
|
76
|
+
r={21}
|
|
77
77
|
stroke={
|
|
78
78
|
{
|
|
79
79
|
"payload": 4293583830,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`Bumper/Loading/Loader/Features OnContrasted 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=""
|
|
@@ -109,7 +109,7 @@ exports[`Bumper/Loading/Loader/Features OnContrasted 1`] = `
|
|
|
109
109
|
exports[`Bumper/Loading/Loader/Features Sizes 1`] = `
|
|
110
110
|
<DocumentFragment>
|
|
111
111
|
<div
|
|
112
|
-
class="css-view-
|
|
112
|
+
class="css-view-g5y9jx r-flex-13awgt0"
|
|
113
113
|
>
|
|
114
114
|
<span
|
|
115
115
|
class=""
|