@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.
Files changed (66) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/definitions/system/content/typography/Typography.d.ts.map +1 -1
  3. package/dist/index-metro.es.android.js +8 -6
  4. package/dist/index-metro.es.android.js.map +1 -1
  5. package/dist/index-metro.es.ios.js +8 -6
  6. package/dist/index-metro.es.ios.js.map +1 -1
  7. package/dist/index-node-22.22.cjs.js +9 -3
  8. package/dist/index-node-22.22.cjs.js.map +1 -1
  9. package/dist/index-node-22.22.cjs.web.js +9 -3
  10. package/dist/index-node-22.22.cjs.web.js.map +1 -1
  11. package/dist/index-node-22.22.es.mjs +9 -3
  12. package/dist/index-node-22.22.es.mjs.map +1 -1
  13. package/dist/index-node-22.22.es.web.mjs +9 -3
  14. package/dist/index-node-22.22.es.web.mjs.map +1 -1
  15. package/dist/index.es.js +7 -5
  16. package/dist/index.es.js.map +1 -1
  17. package/dist/index.es.web.js +7 -5
  18. package/dist/index.es.web.js.map +1 -1
  19. package/dist/tsbuildinfo +1 -1
  20. package/package.json +2 -2
  21. package/src/system/content/icon/__snapshots__/Icon.features.stories.tsx.snap +11 -11
  22. package/src/system/content/icon/__snapshots_web__/Icon.features.stories.tsx.snap +11 -11
  23. package/src/system/content/typography/Typography.features.stories.tsx +4 -0
  24. package/src/system/content/typography/Typography.tsx +4 -4
  25. package/src/system/content/typography/__snapshots__/Typography.features.stories.tsx.snap +67 -2
  26. package/src/system/content/typography/__snapshots__/TypographyIcon.features.stories.tsx.snap +24 -24
  27. package/src/system/content/typography/__snapshots__/TypographyLink.features.stories.tsx.snap +37 -8
  28. package/src/system/content/typography/__snapshots_web__/Typography.features.stories.tsx.snap +68 -38
  29. package/src/system/content/typography/__snapshots_web__/TypographyIcon.features.stories.tsx.snap +24 -24
  30. package/src/system/content/typography/__snapshots_web__/TypographyLink.features.stories.tsx.snap +8 -8
  31. package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.features.stories.tsx.snap +74 -37
  32. package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.stories.tsx.snap +20 -10
  33. package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.features.stories.tsx.snap +37 -37
  34. package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.stories.tsx.snap +10 -10
  35. package/src/system/core/primitives/__snapshots__/Center.features.stories.tsx.snap +1 -1
  36. package/src/system/core/primitives/__snapshots__/Center.stories.tsx.snap +5 -1
  37. package/src/system/core/primitives/__snapshots__/Pressable.features.stories.tsx.snap +7 -6
  38. package/src/system/core/primitives/__snapshots__/Pressable.stories.tsx.snap +4 -1
  39. package/src/system/core/primitives/__snapshots__/Stack.features.stories.tsx.snap +41 -30
  40. package/src/system/core/primitives/__snapshots__/Stack.stories.tsx.snap +6 -3
  41. package/src/system/core/primitives/__snapshots__/View.features.stories.tsx.snap +97 -60
  42. package/src/system/core/primitives/__snapshots_web__/Center.features.stories.tsx.snap +1 -1
  43. package/src/system/core/primitives/__snapshots_web__/Center.stories.tsx.snap +1 -1
  44. package/src/system/core/primitives/__snapshots_web__/Pressable.features.stories.tsx.snap +6 -6
  45. package/src/system/core/primitives/__snapshots_web__/Pressable.stories.tsx.snap +1 -1
  46. package/src/system/core/primitives/__snapshots_web__/Stack.features.stories.tsx.snap +33 -33
  47. package/src/system/core/primitives/__snapshots_web__/Stack.stories.tsx.snap +3 -3
  48. package/src/system/core/primitives/__snapshots_web__/View.features.stories.tsx.snap +60 -60
  49. package/src/system/core/themes/light/__snapshots__/light.stories.tsx.snap +111 -56
  50. package/src/system/core/themes/light/__snapshots_web__/light.stories.tsx.snap +111 -111
  51. package/src/system/core/tokens/__snapshots__/breakpoints.stories.tsx.snap +11 -6
  52. package/src/system/core/tokens/__snapshots__/bumperIcon.stories.tsx.snap +7 -4
  53. package/src/system/core/tokens/__snapshots__/fonts.stories.tsx.snap +75 -29
  54. package/src/system/core/tokens/__snapshots__/radius.stories.tsx.snap +11 -6
  55. package/src/system/core/tokens/__snapshots__/size.stories.tsx.snap +25 -13
  56. package/src/system/core/tokens/__snapshots__/space.stories.tsx.snap +28 -14
  57. package/src/system/core/tokens/__snapshots_web__/breakpoints.stories.tsx.snap +11 -11
  58. package/src/system/core/tokens/__snapshots_web__/bumperIcon.stories.tsx.snap +7 -7
  59. package/src/system/core/tokens/__snapshots_web__/fonts.stories.tsx.snap +70 -70
  60. package/src/system/core/tokens/__snapshots_web__/radius.stories.tsx.snap +11 -11
  61. package/src/system/core/tokens/__snapshots_web__/size.stories.tsx.snap +25 -25
  62. package/src/system/core/tokens/__snapshots_web__/space.stories.tsx.snap +28 -28
  63. package/src/system/core/tokens/palettes/__snapshots__/deepPurpleColorPalette.stories.tsx.snap +133 -67
  64. package/src/system/core/tokens/palettes/__snapshots_web__/deepPurpleColorPalette.stories.tsx.snap +133 -133
  65. package/src/system/loading/loader/__snapshots__/Loader.features.stories.tsx.snap +2 -2
  66. package/src/system/loading/loader/__snapshots_web__/Loader.features.stories.tsx.snap +2 -2
@@ -53,7 +53,7 @@ exports[`Bumper/Content/TypographyIcon/Features DifferentSizes 1`] = `
53
53
  style={
54
54
  {
55
55
  "color": "#563B56",
56
- "fontFamily": "GTStandard",
56
+ "fontFamily": "GTStandardRegular",
57
57
  "fontSize": 16,
58
58
  "letterSpacing": 0.3,
59
59
  "lineHeight": 24,
@@ -82,7 +82,7 @@ exports[`Bumper/Content/TypographyIcon/Features DifferentSizes 1`] = `
82
82
  style={
83
83
  {
84
84
  "color": "#563B56",
85
- "fontFamily": "GTStandard",
85
+ "fontFamily": "GTStandardRegular",
86
86
  "fontSize": 14,
87
87
  "letterSpacing": 0.3,
88
88
  "lineHeight": 20,
@@ -143,7 +143,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
143
143
  style={
144
144
  {
145
145
  "color": "#505050",
146
- "fontFamily": "GTStandard",
146
+ "fontFamily": "GTStandardRegular",
147
147
  "fontSize": 14,
148
148
  "letterSpacing": 0.3,
149
149
  "lineHeight": 20,
@@ -157,7 +157,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
157
157
  style={
158
158
  {
159
159
  "color": "#563B56",
160
- "fontFamily": "GTStandard",
160
+ "fontFamily": "GTStandardRegular",
161
161
  "fontSize": 16,
162
162
  "letterSpacing": 0.3,
163
163
  "lineHeight": 24,
@@ -195,7 +195,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
195
195
  style={
196
196
  {
197
197
  "color": "#505050",
198
- "fontFamily": "GTStandard",
198
+ "fontFamily": "GTStandardRegular",
199
199
  "fontSize": 14,
200
200
  "letterSpacing": 0.3,
201
201
  "lineHeight": 20,
@@ -209,7 +209,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
209
209
  style={
210
210
  {
211
211
  "color": "#357105",
212
- "fontFamily": "GTStandard",
212
+ "fontFamily": "GTStandardRegular",
213
213
  "fontSize": 16,
214
214
  "letterSpacing": 0.3,
215
215
  "lineHeight": 24,
@@ -247,7 +247,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
247
247
  style={
248
248
  {
249
249
  "color": "#505050",
250
- "fontFamily": "GTStandard",
250
+ "fontFamily": "GTStandardRegular",
251
251
  "fontSize": 14,
252
252
  "letterSpacing": 0.3,
253
253
  "lineHeight": 20,
@@ -261,7 +261,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
261
261
  style={
262
262
  {
263
263
  "color": "#BD100F",
264
- "fontFamily": "GTStandard",
264
+ "fontFamily": "GTStandardRegular",
265
265
  "fontSize": 16,
266
266
  "letterSpacing": 0.3,
267
267
  "lineHeight": 24,
@@ -299,7 +299,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
299
299
  style={
300
300
  {
301
301
  "color": "#505050",
302
- "fontFamily": "GTStandard",
302
+ "fontFamily": "GTStandardRegular",
303
303
  "fontSize": 14,
304
304
  "letterSpacing": 0.3,
305
305
  "lineHeight": 20,
@@ -313,7 +313,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
313
313
  style={
314
314
  {
315
315
  "color": "#BA930B",
316
- "fontFamily": "GTStandard",
316
+ "fontFamily": "GTStandardRegular",
317
317
  "fontSize": 16,
318
318
  "letterSpacing": 0.3,
319
319
  "lineHeight": 24,
@@ -375,7 +375,7 @@ exports[`Bumper/Content/TypographyIcon/Features NestedTypographyInheritance 1`]
375
375
  style={
376
376
  {
377
377
  "color": "#505050",
378
- "fontFamily": "GTStandard",
378
+ "fontFamily": "GTStandardRegular",
379
379
  "fontSize": 14,
380
380
  "letterSpacing": 0.3,
381
381
  "lineHeight": 20,
@@ -389,7 +389,7 @@ exports[`Bumper/Content/TypographyIcon/Features NestedTypographyInheritance 1`]
389
389
  style={
390
390
  {
391
391
  "color": "#563B56",
392
- "fontFamily": "GTStandard",
392
+ "fontFamily": "GTStandardRegular",
393
393
  "fontSize": 18,
394
394
  "letterSpacing": 0.3,
395
395
  "lineHeight": 26,
@@ -417,7 +417,7 @@ exports[`Bumper/Content/TypographyIcon/Features NestedTypographyInheritance 1`]
417
417
  style={
418
418
  {
419
419
  "color": "#563B56",
420
- "fontFamily": "GTStandard",
420
+ "fontFamily": "GTStandardRegular",
421
421
  "fontSize": 16,
422
422
  "letterSpacing": 0.3,
423
423
  "lineHeight": 24,
@@ -456,7 +456,7 @@ exports[`Bumper/Content/TypographyIcon/Features NestedTypographyInheritance 1`]
456
456
  style={
457
457
  {
458
458
  "color": "#505050",
459
- "fontFamily": "GTStandard",
459
+ "fontFamily": "GTStandardRegular",
460
460
  "fontSize": 14,
461
461
  "letterSpacing": 0.3,
462
462
  "lineHeight": 20,
@@ -470,7 +470,7 @@ exports[`Bumper/Content/TypographyIcon/Features NestedTypographyInheritance 1`]
470
470
  style={
471
471
  {
472
472
  "color": "#563B56",
473
- "fontFamily": "GTStandard",
473
+ "fontFamily": "GTStandardRegular",
474
474
  "fontSize": 18,
475
475
  "letterSpacing": 0.3,
476
476
  "lineHeight": 26,
@@ -498,7 +498,7 @@ exports[`Bumper/Content/TypographyIcon/Features NestedTypographyInheritance 1`]
498
498
  style={
499
499
  {
500
500
  "color": "#357105",
501
- "fontFamily": "GTStandard",
501
+ "fontFamily": "GTStandardRegular",
502
502
  "fontSize": 16,
503
503
  "letterSpacing": 0.3,
504
504
  "lineHeight": 24,
@@ -561,7 +561,7 @@ exports[`Bumper/Content/TypographyIcon/Features OverrideInheritedColor 1`] = `
561
561
  style={
562
562
  {
563
563
  "color": "#505050",
564
- "fontFamily": "GTStandard",
564
+ "fontFamily": "GTStandardRegular",
565
565
  "fontSize": 14,
566
566
  "letterSpacing": 0.3,
567
567
  "lineHeight": 20,
@@ -575,7 +575,7 @@ exports[`Bumper/Content/TypographyIcon/Features OverrideInheritedColor 1`] = `
575
575
  style={
576
576
  {
577
577
  "color": "#563B56",
578
- "fontFamily": "GTStandard",
578
+ "fontFamily": "GTStandardRegular",
579
579
  "fontSize": 16,
580
580
  "letterSpacing": 0.3,
581
581
  "lineHeight": 24,
@@ -613,7 +613,7 @@ exports[`Bumper/Content/TypographyIcon/Features OverrideInheritedColor 1`] = `
613
613
  style={
614
614
  {
615
615
  "color": "#505050",
616
- "fontFamily": "GTStandard",
616
+ "fontFamily": "GTStandardRegular",
617
617
  "fontSize": 14,
618
618
  "letterSpacing": 0.3,
619
619
  "lineHeight": 20,
@@ -627,7 +627,7 @@ exports[`Bumper/Content/TypographyIcon/Features OverrideInheritedColor 1`] = `
627
627
  style={
628
628
  {
629
629
  "color": "#357105",
630
- "fontFamily": "GTStandard",
630
+ "fontFamily": "GTStandardRegular",
631
631
  "fontSize": 16,
632
632
  "letterSpacing": 0.3,
633
633
  "lineHeight": 24,
@@ -706,7 +706,7 @@ exports[`Bumper/Content/TypographyIcon/Features WithExplicitColor 1`] = `
706
706
  style={
707
707
  {
708
708
  "color": "#505050",
709
- "fontFamily": "GTStandard",
709
+ "fontFamily": "GTStandardRegular",
710
710
  "fontSize": 12,
711
711
  "letterSpacing": 0.3,
712
712
  "lineHeight": 16,
@@ -745,7 +745,7 @@ exports[`Bumper/Content/TypographyIcon/Features WithExplicitColor 1`] = `
745
745
  style={
746
746
  {
747
747
  "color": "#505050",
748
- "fontFamily": "GTStandard",
748
+ "fontFamily": "GTStandardRegular",
749
749
  "fontSize": 12,
750
750
  "letterSpacing": 0.3,
751
751
  "lineHeight": 16,
@@ -784,7 +784,7 @@ exports[`Bumper/Content/TypographyIcon/Features WithExplicitColor 1`] = `
784
784
  style={
785
785
  {
786
786
  "color": "#505050",
787
- "fontFamily": "GTStandard",
787
+ "fontFamily": "GTStandardRegular",
788
788
  "fontSize": 12,
789
789
  "letterSpacing": 0.3,
790
790
  "lineHeight": 16,
@@ -823,7 +823,7 @@ exports[`Bumper/Content/TypographyIcon/Features WithExplicitColor 1`] = `
823
823
  style={
824
824
  {
825
825
  "color": "#505050",
826
- "fontFamily": "GTStandard",
826
+ "fontFamily": "GTStandardRegular",
827
827
  "fontSize": 12,
828
828
  "letterSpacing": 0.3,
829
829
  "lineHeight": 16,
@@ -25,7 +25,11 @@ exports[`Bumper/Content/TypographyLink/Features DisabledFalse 1`] = `
25
25
  role="link"
26
26
  style={
27
27
  {
28
- "fontFamily": "GTStandard",
28
+ "color": "#101010",
29
+ "fontFamily": "GTStandardRegular",
30
+ "fontSize": 16,
31
+ "letterSpacing": 0.3,
32
+ "lineHeight": 24,
29
33
  "textDecorationLine": "underline",
30
34
  }
31
35
  }
@@ -53,7 +57,10 @@ exports[`Bumper/Content/TypographyLink/Features DisabledTrue 1`] = `
53
57
  style={
54
58
  {
55
59
  "color": "#A8A8A8",
56
- "fontFamily": "GTStandard",
60
+ "fontFamily": "GTStandardRegular",
61
+ "fontSize": 16,
62
+ "letterSpacing": 0.3,
63
+ "lineHeight": 24,
57
64
  "textDecorationLine": "underline",
58
65
  }
59
66
  }
@@ -89,7 +96,11 @@ exports[`Bumper/Content/TypographyLink/Features NoUnderlineFalse 1`] = `
89
96
  role="link"
90
97
  style={
91
98
  {
92
- "fontFamily": "GTStandard",
99
+ "color": "#101010",
100
+ "fontFamily": "GTStandardRegular",
101
+ "fontSize": 16,
102
+ "letterSpacing": 0.3,
103
+ "lineHeight": 24,
93
104
  "textDecorationLine": "underline",
94
105
  }
95
106
  }
@@ -125,7 +136,11 @@ exports[`Bumper/Content/TypographyLink/Features NoUnderlineTrue 1`] = `
125
136
  role="link"
126
137
  style={
127
138
  {
128
- "fontFamily": "GTStandard",
139
+ "color": "#101010",
140
+ "fontFamily": "GTStandardRegular",
141
+ "fontSize": 16,
142
+ "letterSpacing": 0.3,
143
+ "lineHeight": 24,
129
144
  "textDecorationLine": "none",
130
145
  }
131
146
  }
@@ -169,7 +184,11 @@ exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
169
184
  role="link"
170
185
  style={
171
186
  {
172
- "fontFamily": "GTStandard",
187
+ "color": "#101010",
188
+ "fontFamily": "GTStandardRegular",
189
+ "fontSize": 16,
190
+ "letterSpacing": 0.3,
191
+ "lineHeight": 24,
173
192
  "textDecorationLine": "none",
174
193
  }
175
194
  }
@@ -190,7 +209,11 @@ exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
190
209
  role="link"
191
210
  style={
192
211
  {
193
- "fontFamily": "GTStandard",
212
+ "color": "#101010",
213
+ "fontFamily": "GTStandardRegular",
214
+ "fontSize": 16,
215
+ "letterSpacing": 0.3,
216
+ "lineHeight": 24,
194
217
  "textDecorationLine": "none",
195
218
  }
196
219
  }
@@ -203,7 +226,10 @@ exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
203
226
  style={
204
227
  {
205
228
  "color": "#A8A8A8",
206
- "fontFamily": "GTStandard",
229
+ "fontFamily": "GTStandardRegular",
230
+ "fontSize": 16,
231
+ "letterSpacing": 0.3,
232
+ "lineHeight": 24,
207
233
  "textDecorationLine": "underline",
208
234
  }
209
235
  }
@@ -216,7 +242,10 @@ exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
216
242
  style={
217
243
  {
218
244
  "color": "#A8A8A8",
219
- "fontFamily": "GTStandard",
245
+ "fontFamily": "GTStandardRegular",
246
+ "fontSize": 16,
247
+ "letterSpacing": 0.3,
248
+ "lineHeight": 24,
220
249
  "textDecorationLine": "none",
221
250
  }
222
251
  }