@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.
Files changed (79) 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 +1 -0
  4. package/dist/index-metro.es.android.js.map +1 -1
  5. package/dist/index-metro.es.ios.js +1 -0
  6. package/dist/index-metro.es.ios.js.map +1 -1
  7. package/dist/index-node-22.22.cjs.js +1 -0
  8. package/dist/index-node-22.22.cjs.js.map +1 -1
  9. package/dist/index-node-22.22.cjs.web.js +1 -0
  10. package/dist/index-node-22.22.cjs.web.js.map +1 -1
  11. package/dist/index-node-22.22.es.mjs +1 -0
  12. package/dist/index-node-22.22.es.mjs.map +1 -1
  13. package/dist/index-node-22.22.es.web.mjs +1 -0
  14. package/dist/index-node-22.22.es.web.mjs.map +1 -1
  15. package/dist/index.es.js +1 -0
  16. package/dist/index.es.js.map +1 -1
  17. package/dist/index.es.web.js +1 -0
  18. package/dist/index.es.web.js.map +1 -1
  19. package/dist/tsbuildinfo +1 -1
  20. package/package.json +1 -1
  21. package/src/system/actions/Button/__snapshots__/Button.features.stories.tsx.snap +46 -0
  22. package/src/system/actions/Button/__snapshots__/Button.stories.tsx.snap +1 -0
  23. package/src/system/actions/Button/__snapshots_web__/Button.features.stories.tsx.snap +46 -46
  24. package/src/system/actions/Button/__snapshots_web__/Button.stories.tsx.snap +1 -1
  25. package/src/system/actions/IconButton/__snapshots__/IconButton.features.stories.tsx.snap +3 -0
  26. package/src/system/actions/IconButton/__snapshots_web__/IconButton.features.stories.tsx.snap +3 -3
  27. package/src/system/content/icon/__snapshots__/Icon.features.stories.tsx.snap +13 -0
  28. package/src/system/content/icon/__snapshots_web__/Icon.features.stories.tsx.snap +13 -13
  29. package/src/system/content/typography/Typography.tsx +1 -0
  30. package/src/system/content/typography/__snapshots__/Typography.features.stories.tsx.snap +47 -0
  31. package/src/system/content/typography/__snapshots__/Typography.stories.tsx.snap +1 -0
  32. package/src/system/content/typography/__snapshots__/TypographyIcon.features.stories.tsx.snap +26 -0
  33. package/src/system/content/typography/__snapshots__/TypographyLink.features.stories.tsx.snap +18 -0
  34. package/src/system/content/typography/__snapshots__/TypographyLink.stories.tsx.snap +1 -0
  35. package/src/system/content/typography/__snapshots_web__/Typography.features.stories.tsx.snap +47 -47
  36. package/src/system/content/typography/__snapshots_web__/Typography.stories.tsx.snap +1 -1
  37. package/src/system/content/typography/__snapshots_web__/TypographyIcon.features.stories.tsx.snap +26 -26
  38. package/src/system/content/typography/__snapshots_web__/TypographyLink.features.stories.tsx.snap +18 -18
  39. package/src/system/content/typography/__snapshots_web__/TypographyLink.stories.tsx.snap +1 -1
  40. package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.features.stories.tsx.snap +47 -0
  41. package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.stories.tsx.snap +10 -0
  42. package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.features.stories.tsx.snap +47 -47
  43. package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.stories.tsx.snap +10 -10
  44. package/src/system/core/primitives/__snapshots__/Center.features.stories.tsx.snap +4 -0
  45. package/src/system/core/primitives/__snapshots__/Center.stories.tsx.snap +1 -0
  46. package/src/system/core/primitives/__snapshots__/Pressable.features.stories.tsx.snap +10 -0
  47. package/src/system/core/primitives/__snapshots__/Pressable.stories.tsx.snap +1 -0
  48. package/src/system/core/primitives/__snapshots__/Stack.features.stories.tsx.snap +36 -0
  49. package/src/system/core/primitives/__snapshots__/Stack.stories.tsx.snap +3 -0
  50. package/src/system/core/primitives/__snapshots__/View.features.stories.tsx.snap +63 -0
  51. package/src/system/core/primitives/__snapshots_web__/Center.features.stories.tsx.snap +4 -4
  52. package/src/system/core/primitives/__snapshots_web__/Center.stories.tsx.snap +1 -1
  53. package/src/system/core/primitives/__snapshots_web__/Pressable.features.stories.tsx.snap +10 -10
  54. package/src/system/core/primitives/__snapshots_web__/Pressable.stories.tsx.snap +1 -1
  55. package/src/system/core/primitives/__snapshots_web__/Stack.features.stories.tsx.snap +36 -36
  56. package/src/system/core/primitives/__snapshots_web__/Stack.stories.tsx.snap +3 -3
  57. package/src/system/core/primitives/__snapshots_web__/View.features.stories.tsx.snap +63 -63
  58. package/src/system/core/themes/light/__snapshots__/light.stories.tsx.snap +147 -0
  59. package/src/system/core/themes/light/__snapshots_web__/light.stories.tsx.snap +147 -147
  60. package/src/system/core/tokens/__snapshots__/breakpoints.stories.tsx.snap +11 -0
  61. package/src/system/core/tokens/__snapshots__/bumperIcon.stories.tsx.snap +7 -0
  62. package/src/system/core/tokens/__snapshots__/fonts.stories.tsx.snap +67 -0
  63. package/src/system/core/tokens/__snapshots__/radius.stories.tsx.snap +11 -0
  64. package/src/system/core/tokens/__snapshots__/size.stories.tsx.snap +25 -0
  65. package/src/system/core/tokens/__snapshots__/space.stories.tsx.snap +52 -0
  66. package/src/system/core/tokens/__snapshots_web__/breakpoints.stories.tsx.snap +11 -11
  67. package/src/system/core/tokens/__snapshots_web__/bumperIcon.stories.tsx.snap +7 -7
  68. package/src/system/core/tokens/__snapshots_web__/fonts.stories.tsx.snap +67 -67
  69. package/src/system/core/tokens/__snapshots_web__/radius.stories.tsx.snap +11 -11
  70. package/src/system/core/tokens/__snapshots_web__/size.stories.tsx.snap +25 -25
  71. package/src/system/core/tokens/__snapshots_web__/space.stories.tsx.snap +52 -52
  72. package/src/system/core/tokens/palettes/__snapshots__/deepPurpleColorPalette.stories.tsx.snap +137 -0
  73. package/src/system/core/tokens/palettes/__snapshots_web__/deepPurpleColorPalette.stories.tsx.snap +137 -137
  74. package/src/system/dataDisplays/Badge/__snapshots__/Badge.features.stories.tsx.snap +8 -0
  75. package/src/system/dataDisplays/Badge/__snapshots__/Badge.stories.tsx.snap +1 -0
  76. package/src/system/dataDisplays/Badge/__snapshots_web__/Badge.features.stories.tsx.snap +8 -8
  77. package/src/system/dataDisplays/Badge/__snapshots_web__/Badge.stories.tsx.snap +1 -1
  78. package/src/system/loading/loader/__snapshots__/Loader.features.stories.tsx.snap +2 -0
  79. package/src/system/loading/loader/__snapshots_web__/Loader.features.stories.tsx.snap +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/bumper",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "directory": "@ornikar/bumper",
@@ -78,6 +78,7 @@ exports[`Bumper/Actions/Button/Features Disabled 1`] = `
78
78
  "fontSize": 16,
79
79
  "letterSpacing": 0,
80
80
  "lineHeight": 20,
81
+ "textAlign": "left",
81
82
  }
82
83
  }
83
84
  suppressHighlighting={true}
@@ -141,6 +142,7 @@ exports[`Bumper/Actions/Button/Features Disabled 1`] = `
141
142
  "fontSize": 16,
142
143
  "letterSpacing": 0,
143
144
  "lineHeight": 20,
145
+ "textAlign": "left",
144
146
  }
145
147
  }
146
148
  suppressHighlighting={true}
@@ -205,6 +207,7 @@ exports[`Bumper/Actions/Button/Features Disabled 1`] = `
205
207
  "fontSize": 16,
206
208
  "letterSpacing": 0,
207
209
  "lineHeight": 20,
210
+ "textAlign": "left",
208
211
  }
209
212
  }
210
213
  suppressHighlighting={true}
@@ -277,6 +280,7 @@ exports[`Bumper/Actions/Button/Features Disabled 1`] = `
277
280
  "fontSize": 16,
278
281
  "letterSpacing": 0,
279
282
  "lineHeight": 20,
283
+ "textAlign": "left",
280
284
  }
281
285
  }
282
286
  suppressHighlighting={true}
@@ -383,6 +387,7 @@ exports[`Bumper/Actions/Button/Features Loading 1`] = `
383
387
  "fontSize": 16,
384
388
  "letterSpacing": 0,
385
389
  "lineHeight": 20,
390
+ "textAlign": "left",
386
391
  }
387
392
  }
388
393
  suppressHighlighting={true}
@@ -624,6 +629,7 @@ exports[`Bumper/Actions/Button/Features Loading 1`] = `
624
629
  "fontSize": 16,
625
630
  "letterSpacing": 0,
626
631
  "lineHeight": 20,
632
+ "textAlign": "left",
627
633
  }
628
634
  }
629
635
  suppressHighlighting={true}
@@ -865,6 +871,7 @@ exports[`Bumper/Actions/Button/Features Loading 1`] = `
865
871
  "fontSize": 16,
866
872
  "letterSpacing": 0,
867
873
  "lineHeight": 20,
874
+ "textAlign": "left",
868
875
  }
869
876
  }
870
877
  suppressHighlighting={true}
@@ -1115,6 +1122,7 @@ exports[`Bumper/Actions/Button/Features Loading 1`] = `
1115
1122
  "fontSize": 16,
1116
1123
  "letterSpacing": 0,
1117
1124
  "lineHeight": 20,
1125
+ "textAlign": "left",
1118
1126
  }
1119
1127
  }
1120
1128
  suppressHighlighting={true}
@@ -1331,6 +1339,7 @@ exports[`Bumper/Actions/Button/Features OnContrasted 1`] = `
1331
1339
  "fontSize": 16,
1332
1340
  "letterSpacing": 0,
1333
1341
  "lineHeight": 20,
1342
+ "textAlign": "left",
1334
1343
  }
1335
1344
  }
1336
1345
  suppressHighlighting={true}
@@ -1409,6 +1418,7 @@ exports[`Bumper/Actions/Button/Features OnContrasted 1`] = `
1409
1418
  "fontSize": 16,
1410
1419
  "letterSpacing": 0,
1411
1420
  "lineHeight": 20,
1421
+ "textAlign": "left",
1412
1422
  }
1413
1423
  }
1414
1424
  suppressHighlighting={true}
@@ -1479,6 +1489,7 @@ exports[`Bumper/Actions/Button/Features OnContrasted 1`] = `
1479
1489
  "fontSize": 16,
1480
1490
  "letterSpacing": 0,
1481
1491
  "lineHeight": 20,
1492
+ "textAlign": "left",
1482
1493
  }
1483
1494
  }
1484
1495
  suppressHighlighting={true}
@@ -1549,6 +1560,7 @@ exports[`Bumper/Actions/Button/Features OnContrasted 1`] = `
1549
1560
  "fontSize": 16,
1550
1561
  "letterSpacing": 0,
1551
1562
  "lineHeight": 20,
1563
+ "textAlign": "left",
1552
1564
  }
1553
1565
  }
1554
1566
  suppressHighlighting={true}
@@ -1628,6 +1640,7 @@ exports[`Bumper/Actions/Button/Features OnContrasted 1`] = `
1628
1640
  "fontSize": 16,
1629
1641
  "letterSpacing": 0,
1630
1642
  "lineHeight": 20,
1643
+ "textAlign": "left",
1631
1644
  }
1632
1645
  }
1633
1646
  suppressHighlighting={true}
@@ -1724,6 +1737,7 @@ exports[`Bumper/Actions/Button/Features Responsive 1`] = `
1724
1737
  "fontSize": 14,
1725
1738
  "letterSpacing": 0,
1726
1739
  "lineHeight": 18,
1740
+ "textAlign": "left",
1727
1741
  }
1728
1742
  }
1729
1743
  suppressHighlighting={true}
@@ -1794,6 +1808,7 @@ exports[`Bumper/Actions/Button/Features Responsive 1`] = `
1794
1808
  "fontSize": 14,
1795
1809
  "letterSpacing": 0,
1796
1810
  "lineHeight": 18,
1811
+ "textAlign": "left",
1797
1812
  }
1798
1813
  }
1799
1814
  suppressHighlighting={true}
@@ -1889,6 +1904,7 @@ exports[`Bumper/Actions/Button/Features Sizes 1`] = `
1889
1904
  "fontSize": 16,
1890
1905
  "letterSpacing": 0,
1891
1906
  "lineHeight": 20,
1907
+ "textAlign": "left",
1892
1908
  }
1893
1909
  }
1894
1910
  suppressHighlighting={true}
@@ -1959,6 +1975,7 @@ exports[`Bumper/Actions/Button/Features Sizes 1`] = `
1959
1975
  "fontSize": 14,
1960
1976
  "letterSpacing": 0,
1961
1977
  "lineHeight": 18,
1978
+ "textAlign": "left",
1962
1979
  }
1963
1980
  }
1964
1981
  suppressHighlighting={true}
@@ -2055,6 +2072,7 @@ exports[`Bumper/Actions/Button/Features StateFocusVisible 1`] = `
2055
2072
  "fontSize": 16,
2056
2073
  "letterSpacing": 0,
2057
2074
  "lineHeight": 20,
2075
+ "textAlign": "left",
2058
2076
  }
2059
2077
  }
2060
2078
  suppressHighlighting={true}
@@ -2125,6 +2143,7 @@ exports[`Bumper/Actions/Button/Features StateFocusVisible 1`] = `
2125
2143
  "fontSize": 16,
2126
2144
  "letterSpacing": 0,
2127
2145
  "lineHeight": 20,
2146
+ "textAlign": "left",
2128
2147
  }
2129
2148
  }
2130
2149
  suppressHighlighting={true}
@@ -2195,6 +2214,7 @@ exports[`Bumper/Actions/Button/Features StateFocusVisible 1`] = `
2195
2214
  "fontSize": 16,
2196
2215
  "letterSpacing": 0,
2197
2216
  "lineHeight": 20,
2217
+ "textAlign": "left",
2198
2218
  }
2199
2219
  }
2200
2220
  suppressHighlighting={true}
@@ -2274,6 +2294,7 @@ exports[`Bumper/Actions/Button/Features StateFocusVisible 1`] = `
2274
2294
  "fontSize": 16,
2275
2295
  "letterSpacing": 0,
2276
2296
  "lineHeight": 20,
2297
+ "textAlign": "left",
2277
2298
  }
2278
2299
  }
2279
2300
  suppressHighlighting={true}
@@ -2370,6 +2391,7 @@ exports[`Bumper/Actions/Button/Features StateHover 1`] = `
2370
2391
  "fontSize": 16,
2371
2392
  "letterSpacing": 0,
2372
2393
  "lineHeight": 20,
2394
+ "textAlign": "left",
2373
2395
  }
2374
2396
  }
2375
2397
  suppressHighlighting={true}
@@ -2440,6 +2462,7 @@ exports[`Bumper/Actions/Button/Features StateHover 1`] = `
2440
2462
  "fontSize": 16,
2441
2463
  "letterSpacing": 0,
2442
2464
  "lineHeight": 20,
2465
+ "textAlign": "left",
2443
2466
  }
2444
2467
  }
2445
2468
  suppressHighlighting={true}
@@ -2510,6 +2533,7 @@ exports[`Bumper/Actions/Button/Features StateHover 1`] = `
2510
2533
  "fontSize": 16,
2511
2534
  "letterSpacing": 0,
2512
2535
  "lineHeight": 20,
2536
+ "textAlign": "left",
2513
2537
  }
2514
2538
  }
2515
2539
  suppressHighlighting={true}
@@ -2589,6 +2613,7 @@ exports[`Bumper/Actions/Button/Features StateHover 1`] = `
2589
2613
  "fontSize": 16,
2590
2614
  "letterSpacing": 0,
2591
2615
  "lineHeight": 20,
2616
+ "textAlign": "left",
2592
2617
  }
2593
2618
  }
2594
2619
  suppressHighlighting={true}
@@ -2685,6 +2710,7 @@ exports[`Bumper/Actions/Button/Features StatePress 1`] = `
2685
2710
  "fontSize": 16,
2686
2711
  "letterSpacing": 0,
2687
2712
  "lineHeight": 20,
2713
+ "textAlign": "left",
2688
2714
  }
2689
2715
  }
2690
2716
  suppressHighlighting={true}
@@ -2755,6 +2781,7 @@ exports[`Bumper/Actions/Button/Features StatePress 1`] = `
2755
2781
  "fontSize": 16,
2756
2782
  "letterSpacing": 0,
2757
2783
  "lineHeight": 20,
2784
+ "textAlign": "left",
2758
2785
  }
2759
2786
  }
2760
2787
  suppressHighlighting={true}
@@ -2825,6 +2852,7 @@ exports[`Bumper/Actions/Button/Features StatePress 1`] = `
2825
2852
  "fontSize": 16,
2826
2853
  "letterSpacing": 0,
2827
2854
  "lineHeight": 20,
2855
+ "textAlign": "left",
2828
2856
  }
2829
2857
  }
2830
2858
  suppressHighlighting={true}
@@ -2904,6 +2932,7 @@ exports[`Bumper/Actions/Button/Features StatePress 1`] = `
2904
2932
  "fontSize": 16,
2905
2933
  "letterSpacing": 0,
2906
2934
  "lineHeight": 20,
2935
+ "textAlign": "left",
2907
2936
  }
2908
2937
  }
2909
2938
  suppressHighlighting={true}
@@ -3006,6 +3035,7 @@ exports[`Bumper/Actions/Button/Features Stretch 1`] = `
3006
3035
  "fontSize": 16,
3007
3036
  "letterSpacing": 0,
3008
3037
  "lineHeight": 20,
3038
+ "textAlign": "left",
3009
3039
  }
3010
3040
  }
3011
3041
  suppressHighlighting={true}
@@ -3076,6 +3106,7 @@ exports[`Bumper/Actions/Button/Features Stretch 1`] = `
3076
3106
  "fontSize": 16,
3077
3107
  "letterSpacing": 0,
3078
3108
  "lineHeight": 20,
3109
+ "textAlign": "left",
3079
3110
  }
3080
3111
  }
3081
3112
  suppressHighlighting={true}
@@ -3173,6 +3204,7 @@ exports[`Bumper/Actions/Button/Features Stretch 1`] = `
3173
3204
  "fontSize": 16,
3174
3205
  "letterSpacing": 0,
3175
3206
  "lineHeight": 20,
3207
+ "textAlign": "left",
3176
3208
  }
3177
3209
  }
3178
3210
  suppressHighlighting={true}
@@ -3243,6 +3275,7 @@ exports[`Bumper/Actions/Button/Features Stretch 1`] = `
3243
3275
  "fontSize": 16,
3244
3276
  "letterSpacing": 0,
3245
3277
  "lineHeight": 20,
3278
+ "textAlign": "left",
3246
3279
  }
3247
3280
  }
3248
3281
  suppressHighlighting={true}
@@ -3340,6 +3373,7 @@ exports[`Bumper/Actions/Button/Features Types 1`] = `
3340
3373
  "fontSize": 16,
3341
3374
  "letterSpacing": 0,
3342
3375
  "lineHeight": 20,
3376
+ "textAlign": "left",
3343
3377
  }
3344
3378
  }
3345
3379
  suppressHighlighting={true}
@@ -3410,6 +3444,7 @@ exports[`Bumper/Actions/Button/Features Types 1`] = `
3410
3444
  "fontSize": 16,
3411
3445
  "letterSpacing": 0,
3412
3446
  "lineHeight": 20,
3447
+ "textAlign": "left",
3413
3448
  }
3414
3449
  }
3415
3450
  suppressHighlighting={true}
@@ -3480,6 +3515,7 @@ exports[`Bumper/Actions/Button/Features Types 1`] = `
3480
3515
  "fontSize": 16,
3481
3516
  "letterSpacing": 0,
3482
3517
  "lineHeight": 20,
3518
+ "textAlign": "left",
3483
3519
  }
3484
3520
  }
3485
3521
  suppressHighlighting={true}
@@ -3559,6 +3595,7 @@ exports[`Bumper/Actions/Button/Features Types 1`] = `
3559
3595
  "fontSize": 16,
3560
3596
  "letterSpacing": 0,
3561
3597
  "lineHeight": 20,
3598
+ "textAlign": "left",
3562
3599
  }
3563
3600
  }
3564
3601
  suppressHighlighting={true}
@@ -3654,6 +3691,7 @@ exports[`Bumper/Actions/Button/Features WithBadge 1`] = `
3654
3691
  "fontSize": 16,
3655
3692
  "letterSpacing": 0,
3656
3693
  "lineHeight": 20,
3694
+ "textAlign": "left",
3657
3695
  }
3658
3696
  }
3659
3697
  suppressHighlighting={true}
@@ -3697,6 +3735,7 @@ exports[`Bumper/Actions/Button/Features WithBadge 1`] = `
3697
3735
  "letterSpacing": 0,
3698
3736
  "lineHeight": 14,
3699
3737
  "paddingBottom": 1,
3738
+ "textAlign": "left",
3700
3739
  "textTransform": "uppercase",
3701
3740
  }
3702
3741
  }
@@ -3769,6 +3808,7 @@ exports[`Bumper/Actions/Button/Features WithBadge 1`] = `
3769
3808
  "fontSize": 16,
3770
3809
  "letterSpacing": 0,
3771
3810
  "lineHeight": 20,
3811
+ "textAlign": "left",
3772
3812
  }
3773
3813
  }
3774
3814
  suppressHighlighting={true}
@@ -3864,6 +3904,7 @@ exports[`Bumper/Actions/Button/Features WithBadge 1`] = `
3864
3904
  "fontSize": 16,
3865
3905
  "letterSpacing": 0,
3866
3906
  "lineHeight": 20,
3907
+ "textAlign": "left",
3867
3908
  }
3868
3909
  }
3869
3910
  suppressHighlighting={true}
@@ -3907,6 +3948,7 @@ exports[`Bumper/Actions/Button/Features WithBadge 1`] = `
3907
3948
  "letterSpacing": 0,
3908
3949
  "lineHeight": 14,
3909
3950
  "paddingBottom": 1,
3951
+ "textAlign": "left",
3910
3952
  "textTransform": "uppercase",
3911
3953
  }
3912
3954
  }
@@ -4018,6 +4060,7 @@ exports[`Bumper/Actions/Button/Features WithIcon 1`] = `
4018
4060
  "fontSize": 16,
4019
4061
  "letterSpacing": 0,
4020
4062
  "lineHeight": 20,
4063
+ "textAlign": "left",
4021
4064
  }
4022
4065
  }
4023
4066
  suppressHighlighting={true}
@@ -4101,6 +4144,7 @@ exports[`Bumper/Actions/Button/Features WithIcon 1`] = `
4101
4144
  "fontSize": 16,
4102
4145
  "letterSpacing": 0,
4103
4146
  "lineHeight": 20,
4147
+ "textAlign": "left",
4104
4148
  }
4105
4149
  }
4106
4150
  suppressHighlighting={true}
@@ -4184,6 +4228,7 @@ exports[`Bumper/Actions/Button/Features WithIcon 1`] = `
4184
4228
  "fontSize": 16,
4185
4229
  "letterSpacing": 0,
4186
4230
  "lineHeight": 20,
4231
+ "textAlign": "left",
4187
4232
  }
4188
4233
  }
4189
4234
  suppressHighlighting={true}
@@ -4276,6 +4321,7 @@ exports[`Bumper/Actions/Button/Features WithIcon 1`] = `
4276
4321
  "fontSize": 16,
4277
4322
  "letterSpacing": 0,
4278
4323
  "lineHeight": 20,
4324
+ "textAlign": "left",
4279
4325
  }
4280
4326
  }
4281
4327
  suppressHighlighting={true}
@@ -87,6 +87,7 @@ exports[`Bumper/Actions/Button Default 1`] = `
87
87
  "fontSize": 16,
88
88
  "letterSpacing": 0,
89
89
  "lineHeight": 20,
90
+ "textAlign": "left",
90
91
  }
91
92
  }
92
93
  suppressHighlighting={true}