@ornikar/bumper 3.9.0 → 3.9.1
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 +1 -0
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +1 -0
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.22.cjs.js +1 -0
- package/dist/index-node-22.22.cjs.js.map +1 -1
- package/dist/index-node-22.22.cjs.web.js +1 -0
- package/dist/index-node-22.22.cjs.web.js.map +1 -1
- package/dist/index-node-22.22.es.mjs +1 -0
- package/dist/index-node-22.22.es.mjs.map +1 -1
- package/dist/index-node-22.22.es.web.mjs +1 -0
- package/dist/index-node-22.22.es.web.mjs.map +1 -1
- package/dist/index.es.js +1 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +1 -0
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/system/actions/Button/__snapshots__/Button.features.stories.tsx.snap +46 -0
- package/src/system/actions/Button/__snapshots__/Button.stories.tsx.snap +1 -0
- package/src/system/actions/Button/__snapshots_web__/Button.features.stories.tsx.snap +46 -46
- package/src/system/actions/Button/__snapshots_web__/Button.stories.tsx.snap +1 -1
- package/src/system/actions/IconButton/__snapshots__/IconButton.features.stories.tsx.snap +3 -0
- package/src/system/actions/IconButton/__snapshots_web__/IconButton.features.stories.tsx.snap +3 -3
- package/src/system/content/icon/__snapshots__/Icon.features.stories.tsx.snap +13 -0
- package/src/system/content/icon/__snapshots_web__/Icon.features.stories.tsx.snap +13 -13
- package/src/system/content/typography/Typography.tsx +1 -0
- package/src/system/content/typography/__snapshots__/Typography.features.stories.tsx.snap +47 -0
- package/src/system/content/typography/__snapshots__/Typography.stories.tsx.snap +1 -0
- package/src/system/content/typography/__snapshots__/TypographyIcon.features.stories.tsx.snap +26 -0
- package/src/system/content/typography/__snapshots__/TypographyLink.features.stories.tsx.snap +18 -0
- package/src/system/content/typography/__snapshots__/TypographyLink.stories.tsx.snap +1 -0
- package/src/system/content/typography/__snapshots_web__/Typography.features.stories.tsx.snap +47 -47
- 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 +26 -26
- package/src/system/content/typography/__snapshots_web__/TypographyLink.features.stories.tsx.snap +18 -18
- package/src/system/content/typography/__snapshots_web__/TypographyLink.stories.tsx.snap +1 -1
- package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.features.stories.tsx.snap +47 -0
- package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.stories.tsx.snap +10 -0
- package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.features.stories.tsx.snap +47 -47
- 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 +4 -0
- package/src/system/core/primitives/__snapshots__/Center.stories.tsx.snap +1 -0
- package/src/system/core/primitives/__snapshots__/Pressable.features.stories.tsx.snap +10 -0
- package/src/system/core/primitives/__snapshots__/Pressable.stories.tsx.snap +1 -0
- package/src/system/core/primitives/__snapshots__/Stack.features.stories.tsx.snap +36 -0
- package/src/system/core/primitives/__snapshots__/Stack.stories.tsx.snap +3 -0
- package/src/system/core/primitives/__snapshots__/View.features.stories.tsx.snap +63 -0
- package/src/system/core/primitives/__snapshots_web__/Center.features.stories.tsx.snap +4 -4
- 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 +10 -10
- 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 +36 -36
- 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 +63 -63
- package/src/system/core/themes/light/__snapshots__/light.stories.tsx.snap +147 -0
- package/src/system/core/themes/light/__snapshots_web__/light.stories.tsx.snap +147 -147
- package/src/system/core/tokens/__snapshots__/breakpoints.stories.tsx.snap +11 -0
- package/src/system/core/tokens/__snapshots__/bumperIcon.stories.tsx.snap +7 -0
- package/src/system/core/tokens/__snapshots__/fonts.stories.tsx.snap +67 -0
- package/src/system/core/tokens/__snapshots__/radius.stories.tsx.snap +11 -0
- package/src/system/core/tokens/__snapshots__/size.stories.tsx.snap +25 -0
- package/src/system/core/tokens/__snapshots__/space.stories.tsx.snap +52 -0
- 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 +67 -67
- 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 +52 -52
- package/src/system/core/tokens/palettes/__snapshots__/deepPurpleColorPalette.stories.tsx.snap +137 -0
- package/src/system/core/tokens/palettes/__snapshots_web__/deepPurpleColorPalette.stories.tsx.snap +137 -137
- package/src/system/dataDisplays/Badge/__snapshots__/Badge.features.stories.tsx.snap +8 -0
- package/src/system/dataDisplays/Badge/__snapshots__/Badge.stories.tsx.snap +1 -0
- package/src/system/dataDisplays/Badge/__snapshots_web__/Badge.features.stories.tsx.snap +8 -8
- package/src/system/dataDisplays/Badge/__snapshots_web__/Badge.stories.tsx.snap +1 -1
- package/src/system/loading/loader/__snapshots__/Loader.features.stories.tsx.snap +2 -0
- package/src/system/loading/loader/__snapshots_web__/Loader.features.stories.tsx.snap +2 -2
|
@@ -53,6 +53,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features HoverEffects 1`] = `
|
|
|
53
53
|
"fontSize": 16,
|
|
54
54
|
"letterSpacing": 0.3,
|
|
55
55
|
"lineHeight": 24,
|
|
56
|
+
"textAlign": "left",
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
suppressHighlighting={true}
|
|
@@ -98,6 +99,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features HoverEffects 1`] = `
|
|
|
98
99
|
"fontSize": 16,
|
|
99
100
|
"letterSpacing": 0.3,
|
|
100
101
|
"lineHeight": 24,
|
|
102
|
+
"textAlign": "left",
|
|
101
103
|
}
|
|
102
104
|
}
|
|
103
105
|
suppressHighlighting={true}
|
|
@@ -139,6 +141,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features HoverEffects 1`] = `
|
|
|
139
141
|
"fontSize": 16,
|
|
140
142
|
"letterSpacing": 0.3,
|
|
141
143
|
"lineHeight": 24,
|
|
144
|
+
"textAlign": "left",
|
|
142
145
|
}
|
|
143
146
|
}
|
|
144
147
|
suppressHighlighting={true}
|
|
@@ -208,6 +211,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PolymorphicAs 1`] = `
|
|
|
208
211
|
"fontSize": 14,
|
|
209
212
|
"letterSpacing": 0,
|
|
210
213
|
"lineHeight": 18,
|
|
214
|
+
"textAlign": "left",
|
|
211
215
|
}
|
|
212
216
|
}
|
|
213
217
|
suppressHighlighting={true}
|
|
@@ -255,6 +259,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PolymorphicAs 1`] = `
|
|
|
255
259
|
"fontSize": 14,
|
|
256
260
|
"letterSpacing": 0,
|
|
257
261
|
"lineHeight": 18,
|
|
262
|
+
"textAlign": "left",
|
|
258
263
|
}
|
|
259
264
|
}
|
|
260
265
|
suppressHighlighting={true}
|
|
@@ -304,6 +309,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PolymorphicAs 1`] = `
|
|
|
304
309
|
"fontSize": 14,
|
|
305
310
|
"letterSpacing": 0,
|
|
306
311
|
"lineHeight": 18,
|
|
312
|
+
"textAlign": "left",
|
|
307
313
|
}
|
|
308
314
|
}
|
|
309
315
|
suppressHighlighting={true}
|
|
@@ -373,6 +379,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PressEffects 1`] = `
|
|
|
373
379
|
"fontSize": 16,
|
|
374
380
|
"letterSpacing": 0.3,
|
|
375
381
|
"lineHeight": 24,
|
|
382
|
+
"textAlign": "left",
|
|
376
383
|
}
|
|
377
384
|
}
|
|
378
385
|
suppressHighlighting={true}
|
|
@@ -414,6 +421,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PressEffects 1`] = `
|
|
|
414
421
|
"fontSize": 16,
|
|
415
422
|
"letterSpacing": 0.3,
|
|
416
423
|
"lineHeight": 24,
|
|
424
|
+
"textAlign": "left",
|
|
417
425
|
}
|
|
418
426
|
}
|
|
419
427
|
suppressHighlighting={true}
|
|
@@ -459,6 +467,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PressEffects 1`] = `
|
|
|
459
467
|
"fontSize": 16,
|
|
460
468
|
"letterSpacing": 0.3,
|
|
461
469
|
"lineHeight": 24,
|
|
470
|
+
"textAlign": "left",
|
|
462
471
|
}
|
|
463
472
|
}
|
|
464
473
|
suppressHighlighting={true}
|
|
@@ -520,6 +529,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features Responsive 1`] = `
|
|
|
520
529
|
"fontSize": 16,
|
|
521
530
|
"letterSpacing": 0.3,
|
|
522
531
|
"lineHeight": 24,
|
|
532
|
+
"textAlign": "left",
|
|
523
533
|
}
|
|
524
534
|
}
|
|
525
535
|
suppressHighlighting={true}
|
|
@@ -53,6 +53,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexGrowExample 1`] = `
|
|
|
53
53
|
"fontSize": 14,
|
|
54
54
|
"letterSpacing": 0.3,
|
|
55
55
|
"lineHeight": 20,
|
|
56
|
+
"textAlign": "left",
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
suppressHighlighting={true}
|
|
@@ -84,6 +85,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexGrowExample 1`] = `
|
|
|
84
85
|
"fontSize": 14,
|
|
85
86
|
"letterSpacing": 0.3,
|
|
86
87
|
"lineHeight": 20,
|
|
88
|
+
"textAlign": "left",
|
|
87
89
|
}
|
|
88
90
|
}
|
|
89
91
|
suppressHighlighting={true}
|
|
@@ -115,6 +117,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexGrowExample 1`] = `
|
|
|
115
117
|
"fontSize": 14,
|
|
116
118
|
"letterSpacing": 0.3,
|
|
117
119
|
"lineHeight": 20,
|
|
120
|
+
"textAlign": "left",
|
|
118
121
|
}
|
|
119
122
|
}
|
|
120
123
|
suppressHighlighting={true}
|
|
@@ -145,6 +148,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexGrowExample 1`] = `
|
|
|
145
148
|
"fontSize": 14,
|
|
146
149
|
"letterSpacing": 0.3,
|
|
147
150
|
"lineHeight": 20,
|
|
151
|
+
"textAlign": "left",
|
|
148
152
|
}
|
|
149
153
|
}
|
|
150
154
|
suppressHighlighting={true}
|
|
@@ -210,6 +214,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
210
214
|
"fontSize": 14,
|
|
211
215
|
"letterSpacing": 0.3,
|
|
212
216
|
"lineHeight": 20,
|
|
217
|
+
"textAlign": "left",
|
|
213
218
|
}
|
|
214
219
|
}
|
|
215
220
|
suppressHighlighting={true}
|
|
@@ -241,6 +246,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
241
246
|
"fontSize": 14,
|
|
242
247
|
"letterSpacing": 0.3,
|
|
243
248
|
"lineHeight": 20,
|
|
249
|
+
"textAlign": "left",
|
|
244
250
|
}
|
|
245
251
|
}
|
|
246
252
|
suppressHighlighting={true}
|
|
@@ -272,6 +278,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
272
278
|
"fontSize": 14,
|
|
273
279
|
"letterSpacing": 0.3,
|
|
274
280
|
"lineHeight": 20,
|
|
281
|
+
"textAlign": "left",
|
|
275
282
|
}
|
|
276
283
|
}
|
|
277
284
|
suppressHighlighting={true}
|
|
@@ -303,6 +310,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
303
310
|
"fontSize": 14,
|
|
304
311
|
"letterSpacing": 0.3,
|
|
305
312
|
"lineHeight": 20,
|
|
313
|
+
"textAlign": "left",
|
|
306
314
|
}
|
|
307
315
|
}
|
|
308
316
|
suppressHighlighting={true}
|
|
@@ -334,6 +342,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
334
342
|
"fontSize": 14,
|
|
335
343
|
"letterSpacing": 0.3,
|
|
336
344
|
"lineHeight": 20,
|
|
345
|
+
"textAlign": "left",
|
|
337
346
|
}
|
|
338
347
|
}
|
|
339
348
|
suppressHighlighting={true}
|
|
@@ -365,6 +374,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
365
374
|
"fontSize": 14,
|
|
366
375
|
"letterSpacing": 0.3,
|
|
367
376
|
"lineHeight": 20,
|
|
377
|
+
"textAlign": "left",
|
|
368
378
|
}
|
|
369
379
|
}
|
|
370
380
|
suppressHighlighting={true}
|
|
@@ -396,6 +406,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
396
406
|
"fontSize": 14,
|
|
397
407
|
"letterSpacing": 0.3,
|
|
398
408
|
"lineHeight": 20,
|
|
409
|
+
"textAlign": "left",
|
|
399
410
|
}
|
|
400
411
|
}
|
|
401
412
|
suppressHighlighting={true}
|
|
@@ -427,6 +438,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
427
438
|
"fontSize": 14,
|
|
428
439
|
"letterSpacing": 0.3,
|
|
429
440
|
"lineHeight": 20,
|
|
441
|
+
"textAlign": "left",
|
|
430
442
|
}
|
|
431
443
|
}
|
|
432
444
|
suppressHighlighting={true}
|
|
@@ -458,6 +470,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
458
470
|
"fontSize": 14,
|
|
459
471
|
"letterSpacing": 0.3,
|
|
460
472
|
"lineHeight": 20,
|
|
473
|
+
"textAlign": "left",
|
|
461
474
|
}
|
|
462
475
|
}
|
|
463
476
|
suppressHighlighting={true}
|
|
@@ -489,6 +502,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
489
502
|
"fontSize": 14,
|
|
490
503
|
"letterSpacing": 0.3,
|
|
491
504
|
"lineHeight": 20,
|
|
505
|
+
"textAlign": "left",
|
|
492
506
|
}
|
|
493
507
|
}
|
|
494
508
|
suppressHighlighting={true}
|
|
@@ -562,6 +576,7 @@ exports[`Bumper/Core/Primitives/Stack/Features GridLikeLayout 1`] = `
|
|
|
562
576
|
"fontSize": 16,
|
|
563
577
|
"letterSpacing": 0.3,
|
|
564
578
|
"lineHeight": 24,
|
|
579
|
+
"textAlign": "left",
|
|
565
580
|
}
|
|
566
581
|
}
|
|
567
582
|
suppressHighlighting={true}
|
|
@@ -593,6 +608,7 @@ exports[`Bumper/Core/Primitives/Stack/Features GridLikeLayout 1`] = `
|
|
|
593
608
|
"fontSize": 16,
|
|
594
609
|
"letterSpacing": 0.3,
|
|
595
610
|
"lineHeight": 24,
|
|
611
|
+
"textAlign": "left",
|
|
596
612
|
}
|
|
597
613
|
}
|
|
598
614
|
suppressHighlighting={true}
|
|
@@ -633,6 +649,7 @@ exports[`Bumper/Core/Primitives/Stack/Features GridLikeLayout 1`] = `
|
|
|
633
649
|
"fontSize": 16,
|
|
634
650
|
"letterSpacing": 0.3,
|
|
635
651
|
"lineHeight": 24,
|
|
652
|
+
"textAlign": "left",
|
|
636
653
|
}
|
|
637
654
|
}
|
|
638
655
|
suppressHighlighting={true}
|
|
@@ -664,6 +681,7 @@ exports[`Bumper/Core/Primitives/Stack/Features GridLikeLayout 1`] = `
|
|
|
664
681
|
"fontSize": 16,
|
|
665
682
|
"letterSpacing": 0.3,
|
|
666
683
|
"lineHeight": 24,
|
|
684
|
+
"textAlign": "left",
|
|
667
685
|
}
|
|
668
686
|
}
|
|
669
687
|
suppressHighlighting={true}
|
|
@@ -704,6 +722,7 @@ exports[`Bumper/Core/Primitives/Stack/Features GridLikeLayout 1`] = `
|
|
|
704
722
|
"fontSize": 16,
|
|
705
723
|
"letterSpacing": 0.3,
|
|
706
724
|
"lineHeight": 24,
|
|
725
|
+
"textAlign": "left",
|
|
707
726
|
}
|
|
708
727
|
}
|
|
709
728
|
suppressHighlighting={true}
|
|
@@ -735,6 +754,7 @@ exports[`Bumper/Core/Primitives/Stack/Features GridLikeLayout 1`] = `
|
|
|
735
754
|
"fontSize": 16,
|
|
736
755
|
"letterSpacing": 0.3,
|
|
737
756
|
"lineHeight": 24,
|
|
757
|
+
"textAlign": "left",
|
|
738
758
|
}
|
|
739
759
|
}
|
|
740
760
|
suppressHighlighting={true}
|
|
@@ -799,6 +819,7 @@ exports[`Bumper/Core/Primitives/Stack/Features HStackBasic 1`] = `
|
|
|
799
819
|
"fontSize": 16,
|
|
800
820
|
"letterSpacing": 0.3,
|
|
801
821
|
"lineHeight": 24,
|
|
822
|
+
"textAlign": "left",
|
|
802
823
|
}
|
|
803
824
|
}
|
|
804
825
|
suppressHighlighting={true}
|
|
@@ -829,6 +850,7 @@ exports[`Bumper/Core/Primitives/Stack/Features HStackBasic 1`] = `
|
|
|
829
850
|
"fontSize": 16,
|
|
830
851
|
"letterSpacing": 0.3,
|
|
831
852
|
"lineHeight": 24,
|
|
853
|
+
"textAlign": "left",
|
|
832
854
|
}
|
|
833
855
|
}
|
|
834
856
|
suppressHighlighting={true}
|
|
@@ -859,6 +881,7 @@ exports[`Bumper/Core/Primitives/Stack/Features HStackBasic 1`] = `
|
|
|
859
881
|
"fontSize": 16,
|
|
860
882
|
"letterSpacing": 0.3,
|
|
861
883
|
"lineHeight": 24,
|
|
884
|
+
"textAlign": "left",
|
|
862
885
|
}
|
|
863
886
|
}
|
|
864
887
|
suppressHighlighting={true}
|
|
@@ -907,6 +930,7 @@ exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
|
907
930
|
"fontSize": 28,
|
|
908
931
|
"letterSpacing": 0,
|
|
909
932
|
"lineHeight": 32,
|
|
933
|
+
"textAlign": "left",
|
|
910
934
|
}
|
|
911
935
|
}
|
|
912
936
|
suppressHighlighting={true}
|
|
@@ -938,6 +962,7 @@ exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
|
938
962
|
"fontSize": 14,
|
|
939
963
|
"letterSpacing": 0,
|
|
940
964
|
"lineHeight": 18,
|
|
965
|
+
"textAlign": "left",
|
|
941
966
|
}
|
|
942
967
|
}
|
|
943
968
|
suppressHighlighting={true}
|
|
@@ -976,6 +1001,7 @@ exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
|
976
1001
|
"fontSize": 14,
|
|
977
1002
|
"letterSpacing": 0.3,
|
|
978
1003
|
"lineHeight": 20,
|
|
1004
|
+
"textAlign": "left",
|
|
979
1005
|
}
|
|
980
1006
|
}
|
|
981
1007
|
suppressHighlighting={true}
|
|
@@ -1007,6 +1033,7 @@ exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
|
1007
1033
|
"fontSize": 14,
|
|
1008
1034
|
"letterSpacing": 0.3,
|
|
1009
1035
|
"lineHeight": 20,
|
|
1036
|
+
"textAlign": "left",
|
|
1010
1037
|
}
|
|
1011
1038
|
}
|
|
1012
1039
|
suppressHighlighting={true}
|
|
@@ -1041,6 +1068,7 @@ exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
|
1041
1068
|
"fontSize": 14,
|
|
1042
1069
|
"letterSpacing": 0,
|
|
1043
1070
|
"lineHeight": 18,
|
|
1071
|
+
"textAlign": "left",
|
|
1044
1072
|
}
|
|
1045
1073
|
}
|
|
1046
1074
|
suppressHighlighting={true}
|
|
@@ -1078,6 +1106,7 @@ exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
|
1078
1106
|
"fontSize": 14,
|
|
1079
1107
|
"letterSpacing": 0.3,
|
|
1080
1108
|
"lineHeight": 20,
|
|
1109
|
+
"textAlign": "left",
|
|
1081
1110
|
}
|
|
1082
1111
|
}
|
|
1083
1112
|
suppressHighlighting={true}
|
|
@@ -1108,6 +1137,7 @@ exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
|
1108
1137
|
"fontSize": 14,
|
|
1109
1138
|
"letterSpacing": 0.3,
|
|
1110
1139
|
"lineHeight": 20,
|
|
1140
|
+
"textAlign": "left",
|
|
1111
1141
|
}
|
|
1112
1142
|
}
|
|
1113
1143
|
suppressHighlighting={true}
|
|
@@ -1174,6 +1204,7 @@ exports[`Bumper/Core/Primitives/Stack/Features Responsive 1`] = `
|
|
|
1174
1204
|
"fontSize": 16,
|
|
1175
1205
|
"letterSpacing": 0.3,
|
|
1176
1206
|
"lineHeight": 24,
|
|
1207
|
+
"textAlign": "left",
|
|
1177
1208
|
}
|
|
1178
1209
|
}
|
|
1179
1210
|
suppressHighlighting={true}
|
|
@@ -1205,6 +1236,7 @@ exports[`Bumper/Core/Primitives/Stack/Features Responsive 1`] = `
|
|
|
1205
1236
|
"fontSize": 16,
|
|
1206
1237
|
"letterSpacing": 0.3,
|
|
1207
1238
|
"lineHeight": 24,
|
|
1239
|
+
"textAlign": "left",
|
|
1208
1240
|
}
|
|
1209
1241
|
}
|
|
1210
1242
|
suppressHighlighting={true}
|
|
@@ -1236,6 +1268,7 @@ exports[`Bumper/Core/Primitives/Stack/Features Responsive 1`] = `
|
|
|
1236
1268
|
"fontSize": 16,
|
|
1237
1269
|
"letterSpacing": 0.3,
|
|
1238
1270
|
"lineHeight": 24,
|
|
1271
|
+
"textAlign": "left",
|
|
1239
1272
|
}
|
|
1240
1273
|
}
|
|
1241
1274
|
suppressHighlighting={true}
|
|
@@ -1299,6 +1332,7 @@ exports[`Bumper/Core/Primitives/Stack/Features VStackBasic 1`] = `
|
|
|
1299
1332
|
"fontSize": 16,
|
|
1300
1333
|
"letterSpacing": 0.3,
|
|
1301
1334
|
"lineHeight": 24,
|
|
1335
|
+
"textAlign": "left",
|
|
1302
1336
|
}
|
|
1303
1337
|
}
|
|
1304
1338
|
suppressHighlighting={true}
|
|
@@ -1329,6 +1363,7 @@ exports[`Bumper/Core/Primitives/Stack/Features VStackBasic 1`] = `
|
|
|
1329
1363
|
"fontSize": 16,
|
|
1330
1364
|
"letterSpacing": 0.3,
|
|
1331
1365
|
"lineHeight": 24,
|
|
1366
|
+
"textAlign": "left",
|
|
1332
1367
|
}
|
|
1333
1368
|
}
|
|
1334
1369
|
suppressHighlighting={true}
|
|
@@ -1359,6 +1394,7 @@ exports[`Bumper/Core/Primitives/Stack/Features VStackBasic 1`] = `
|
|
|
1359
1394
|
"fontSize": 16,
|
|
1360
1395
|
"letterSpacing": 0.3,
|
|
1361
1396
|
"lineHeight": 24,
|
|
1397
|
+
"textAlign": "left",
|
|
1362
1398
|
}
|
|
1363
1399
|
}
|
|
1364
1400
|
suppressHighlighting={true}
|
|
@@ -47,6 +47,7 @@ exports[`Bumper/Core/Primitives/Stack Default 1`] = `
|
|
|
47
47
|
"fontSize": 14,
|
|
48
48
|
"letterSpacing": 0.3,
|
|
49
49
|
"lineHeight": 20,
|
|
50
|
+
"textAlign": "left",
|
|
50
51
|
}
|
|
51
52
|
}
|
|
52
53
|
suppressHighlighting={true}
|
|
@@ -77,6 +78,7 @@ exports[`Bumper/Core/Primitives/Stack Default 1`] = `
|
|
|
77
78
|
"fontSize": 14,
|
|
78
79
|
"letterSpacing": 0.3,
|
|
79
80
|
"lineHeight": 20,
|
|
81
|
+
"textAlign": "left",
|
|
80
82
|
}
|
|
81
83
|
}
|
|
82
84
|
suppressHighlighting={true}
|
|
@@ -107,6 +109,7 @@ exports[`Bumper/Core/Primitives/Stack Default 1`] = `
|
|
|
107
109
|
"fontSize": 14,
|
|
108
110
|
"letterSpacing": 0.3,
|
|
109
111
|
"lineHeight": 20,
|
|
112
|
+
"textAlign": "left",
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
suppressHighlighting={true}
|