@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
|
@@ -24,7 +24,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
24
24
|
style={
|
|
25
25
|
{
|
|
26
26
|
"color": "#505050",
|
|
27
|
-
"fontFamily": "
|
|
27
|
+
"fontFamily": "GTStandardRegular",
|
|
28
28
|
"fontSize": 16,
|
|
29
29
|
"letterSpacing": 0.3,
|
|
30
30
|
"lineHeight": 24,
|
|
@@ -61,6 +61,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
61
61
|
<Text
|
|
62
62
|
style={
|
|
63
63
|
{
|
|
64
|
+
"color": "#101010",
|
|
64
65
|
"fontFamily": "GTStandardBold",
|
|
65
66
|
"fontSize": 14,
|
|
66
67
|
"letterSpacing": 0.3,
|
|
@@ -83,7 +84,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
83
84
|
style={
|
|
84
85
|
{
|
|
85
86
|
"color": "#505050",
|
|
86
|
-
"fontFamily": "
|
|
87
|
+
"fontFamily": "GTStandardRegular",
|
|
87
88
|
"fontSize": 14,
|
|
88
89
|
"letterSpacing": 0.3,
|
|
89
90
|
"lineHeight": 20,
|
|
@@ -136,6 +137,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
136
137
|
<Text
|
|
137
138
|
style={
|
|
138
139
|
{
|
|
140
|
+
"color": "#101010",
|
|
139
141
|
"fontFamily": "GTStandardBold",
|
|
140
142
|
"fontSize": 14,
|
|
141
143
|
"letterSpacing": 0.3,
|
|
@@ -158,7 +160,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
158
160
|
style={
|
|
159
161
|
{
|
|
160
162
|
"color": "#505050",
|
|
161
|
-
"fontFamily": "
|
|
163
|
+
"fontFamily": "GTStandardRegular",
|
|
162
164
|
"fontSize": 14,
|
|
163
165
|
"letterSpacing": 0.3,
|
|
164
166
|
"lineHeight": 20,
|
|
@@ -211,6 +213,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
211
213
|
<Text
|
|
212
214
|
style={
|
|
213
215
|
{
|
|
216
|
+
"color": "#101010",
|
|
214
217
|
"fontFamily": "GTStandardBold",
|
|
215
218
|
"fontSize": 14,
|
|
216
219
|
"letterSpacing": 0.3,
|
|
@@ -233,7 +236,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
233
236
|
style={
|
|
234
237
|
{
|
|
235
238
|
"color": "#505050",
|
|
236
|
-
"fontFamily": "
|
|
239
|
+
"fontFamily": "GTStandardRegular",
|
|
237
240
|
"fontSize": 14,
|
|
238
241
|
"letterSpacing": 0.3,
|
|
239
242
|
"lineHeight": 20,
|
|
@@ -286,6 +289,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
286
289
|
<Text
|
|
287
290
|
style={
|
|
288
291
|
{
|
|
292
|
+
"color": "#101010",
|
|
289
293
|
"fontFamily": "GTStandardBold",
|
|
290
294
|
"fontSize": 14,
|
|
291
295
|
"letterSpacing": 0.3,
|
|
@@ -308,7 +312,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
308
312
|
style={
|
|
309
313
|
{
|
|
310
314
|
"color": "#505050",
|
|
311
|
-
"fontFamily": "
|
|
315
|
+
"fontFamily": "GTStandardRegular",
|
|
312
316
|
"fontSize": 14,
|
|
313
317
|
"letterSpacing": 0.3,
|
|
314
318
|
"lineHeight": 20,
|
|
@@ -361,6 +365,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
361
365
|
<Text
|
|
362
366
|
style={
|
|
363
367
|
{
|
|
368
|
+
"color": "#101010",
|
|
364
369
|
"fontFamily": "GTStandardBold",
|
|
365
370
|
"fontSize": 14,
|
|
366
371
|
"letterSpacing": 0.3,
|
|
@@ -383,7 +388,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
383
388
|
style={
|
|
384
389
|
{
|
|
385
390
|
"color": "#505050",
|
|
386
|
-
"fontFamily": "
|
|
391
|
+
"fontFamily": "GTStandardRegular",
|
|
387
392
|
"fontSize": 14,
|
|
388
393
|
"letterSpacing": 0.3,
|
|
389
394
|
"lineHeight": 20,
|
|
@@ -24,7 +24,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
|
|
|
24
24
|
style={
|
|
25
25
|
{
|
|
26
26
|
"color": "#505050",
|
|
27
|
-
"fontFamily": "
|
|
27
|
+
"fontFamily": "GTStandardRegular",
|
|
28
28
|
"fontSize": 16,
|
|
29
29
|
"letterSpacing": 0.3,
|
|
30
30
|
"lineHeight": 24,
|
|
@@ -61,6 +61,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
|
|
|
61
61
|
<Text
|
|
62
62
|
style={
|
|
63
63
|
{
|
|
64
|
+
"color": "#101010",
|
|
64
65
|
"fontFamily": "GTStandardBold",
|
|
65
66
|
"fontSize": 14,
|
|
66
67
|
"letterSpacing": 0.3,
|
|
@@ -84,7 +85,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
|
|
|
84
85
|
style={
|
|
85
86
|
{
|
|
86
87
|
"color": "#505050",
|
|
87
|
-
"fontFamily": "
|
|
88
|
+
"fontFamily": "GTStandardRegular",
|
|
88
89
|
"fontSize": 14,
|
|
89
90
|
"letterSpacing": 0.3,
|
|
90
91
|
"lineHeight": 20,
|
|
@@ -128,6 +129,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
|
|
|
128
129
|
<Text
|
|
129
130
|
style={
|
|
130
131
|
{
|
|
132
|
+
"color": "#101010",
|
|
131
133
|
"fontFamily": "GTStandardBold",
|
|
132
134
|
"fontSize": 14,
|
|
133
135
|
"letterSpacing": 0.3,
|
|
@@ -151,7 +153,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
|
|
|
151
153
|
style={
|
|
152
154
|
{
|
|
153
155
|
"color": "#505050",
|
|
154
|
-
"fontFamily": "
|
|
156
|
+
"fontFamily": "GTStandardRegular",
|
|
155
157
|
"fontSize": 14,
|
|
156
158
|
"letterSpacing": 0.3,
|
|
157
159
|
"lineHeight": 20,
|
|
@@ -195,6 +197,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
|
|
|
195
197
|
<Text
|
|
196
198
|
style={
|
|
197
199
|
{
|
|
200
|
+
"color": "#101010",
|
|
198
201
|
"fontFamily": "GTStandardBold",
|
|
199
202
|
"fontSize": 14,
|
|
200
203
|
"letterSpacing": 0.3,
|
|
@@ -218,7 +221,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
|
|
|
218
221
|
style={
|
|
219
222
|
{
|
|
220
223
|
"color": "#505050",
|
|
221
|
-
"fontFamily": "
|
|
224
|
+
"fontFamily": "GTStandardRegular",
|
|
222
225
|
"fontSize": 14,
|
|
223
226
|
"letterSpacing": 0.3,
|
|
224
227
|
"lineHeight": 20,
|