@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
|
@@ -43,6 +43,7 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
|
|
|
43
43
|
"fontSize": 14,
|
|
44
44
|
"letterSpacing": 0.3,
|
|
45
45
|
"lineHeight": 20,
|
|
46
|
+
"textAlign": "left",
|
|
46
47
|
}
|
|
47
48
|
}
|
|
48
49
|
suppressHighlighting={true}
|
|
@@ -73,6 +74,7 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
|
|
|
73
74
|
"fontSize": 14,
|
|
74
75
|
"letterSpacing": 0.3,
|
|
75
76
|
"lineHeight": 20,
|
|
77
|
+
"textAlign": "left",
|
|
76
78
|
}
|
|
77
79
|
}
|
|
78
80
|
suppressHighlighting={true}
|
|
@@ -103,6 +105,7 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
|
|
|
103
105
|
"fontSize": 14,
|
|
104
106
|
"letterSpacing": 0.3,
|
|
105
107
|
"lineHeight": 20,
|
|
108
|
+
"textAlign": "left",
|
|
106
109
|
}
|
|
107
110
|
}
|
|
108
111
|
suppressHighlighting={true}
|
|
@@ -133,6 +136,7 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
|
|
|
133
136
|
"fontSize": 14,
|
|
134
137
|
"letterSpacing": 0.3,
|
|
135
138
|
"lineHeight": 20,
|
|
139
|
+
"textAlign": "left",
|
|
136
140
|
}
|
|
137
141
|
}
|
|
138
142
|
suppressHighlighting={true}
|
|
@@ -163,6 +167,7 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
|
|
|
163
167
|
"fontSize": 14,
|
|
164
168
|
"letterSpacing": 0.3,
|
|
165
169
|
"lineHeight": 20,
|
|
170
|
+
"textAlign": "left",
|
|
166
171
|
}
|
|
167
172
|
}
|
|
168
173
|
suppressHighlighting={true}
|
|
@@ -193,6 +198,7 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
|
|
|
193
198
|
"fontSize": 14,
|
|
194
199
|
"letterSpacing": 0.3,
|
|
195
200
|
"lineHeight": 20,
|
|
201
|
+
"textAlign": "left",
|
|
196
202
|
}
|
|
197
203
|
}
|
|
198
204
|
suppressHighlighting={true}
|
|
@@ -223,6 +229,7 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
|
|
|
223
229
|
"fontSize": 14,
|
|
224
230
|
"letterSpacing": 0.3,
|
|
225
231
|
"lineHeight": 20,
|
|
232
|
+
"textAlign": "left",
|
|
226
233
|
}
|
|
227
234
|
}
|
|
228
235
|
suppressHighlighting={true}
|
|
@@ -253,6 +260,7 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
|
|
|
253
260
|
"fontSize": 14,
|
|
254
261
|
"letterSpacing": 0.3,
|
|
255
262
|
"lineHeight": 20,
|
|
263
|
+
"textAlign": "left",
|
|
256
264
|
}
|
|
257
265
|
}
|
|
258
266
|
suppressHighlighting={true}
|
|
@@ -283,6 +291,7 @@ exports[`Bumper/Core/Primitives/View/Features BackgroundColors 1`] = `
|
|
|
283
291
|
"fontSize": 14,
|
|
284
292
|
"letterSpacing": 0.3,
|
|
285
293
|
"lineHeight": 20,
|
|
294
|
+
"textAlign": "left",
|
|
286
295
|
}
|
|
287
296
|
}
|
|
288
297
|
suppressHighlighting={true}
|
|
@@ -347,6 +356,7 @@ exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
|
|
|
347
356
|
"fontSize": 14,
|
|
348
357
|
"letterSpacing": 0.3,
|
|
349
358
|
"lineHeight": 20,
|
|
359
|
+
"textAlign": "left",
|
|
350
360
|
}
|
|
351
361
|
}
|
|
352
362
|
suppressHighlighting={true}
|
|
@@ -386,6 +396,7 @@ exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
|
|
|
386
396
|
"fontSize": 14,
|
|
387
397
|
"letterSpacing": 0.3,
|
|
388
398
|
"lineHeight": 20,
|
|
399
|
+
"textAlign": "left",
|
|
389
400
|
}
|
|
390
401
|
}
|
|
391
402
|
suppressHighlighting={true}
|
|
@@ -425,6 +436,7 @@ exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
|
|
|
425
436
|
"fontSize": 14,
|
|
426
437
|
"letterSpacing": 0.3,
|
|
427
438
|
"lineHeight": 20,
|
|
439
|
+
"textAlign": "left",
|
|
428
440
|
}
|
|
429
441
|
}
|
|
430
442
|
suppressHighlighting={true}
|
|
@@ -464,6 +476,7 @@ exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
|
|
|
464
476
|
"fontSize": 14,
|
|
465
477
|
"letterSpacing": 0.3,
|
|
466
478
|
"lineHeight": 20,
|
|
479
|
+
"textAlign": "left",
|
|
467
480
|
}
|
|
468
481
|
}
|
|
469
482
|
suppressHighlighting={true}
|
|
@@ -503,6 +516,7 @@ exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
|
|
|
503
516
|
"fontSize": 14,
|
|
504
517
|
"letterSpacing": 0.3,
|
|
505
518
|
"lineHeight": 20,
|
|
519
|
+
"textAlign": "left",
|
|
506
520
|
}
|
|
507
521
|
}
|
|
508
522
|
suppressHighlighting={true}
|
|
@@ -542,6 +556,7 @@ exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
|
|
|
542
556
|
"fontSize": 14,
|
|
543
557
|
"letterSpacing": 0.3,
|
|
544
558
|
"lineHeight": 20,
|
|
559
|
+
"textAlign": "left",
|
|
545
560
|
}
|
|
546
561
|
}
|
|
547
562
|
suppressHighlighting={true}
|
|
@@ -581,6 +596,7 @@ exports[`Bumper/Core/Primitives/View/Features BorderColors 1`] = `
|
|
|
581
596
|
"fontSize": 14,
|
|
582
597
|
"letterSpacing": 0.3,
|
|
583
598
|
"lineHeight": 20,
|
|
599
|
+
"textAlign": "left",
|
|
584
600
|
}
|
|
585
601
|
}
|
|
586
602
|
suppressHighlighting={true}
|
|
@@ -645,6 +661,7 @@ exports[`Bumper/Core/Primitives/View/Features BordersAndRadius 1`] = `
|
|
|
645
661
|
"fontSize": 14,
|
|
646
662
|
"letterSpacing": 0.3,
|
|
647
663
|
"lineHeight": 20,
|
|
664
|
+
"textAlign": "left",
|
|
648
665
|
}
|
|
649
666
|
}
|
|
650
667
|
suppressHighlighting={true}
|
|
@@ -684,6 +701,7 @@ exports[`Bumper/Core/Primitives/View/Features BordersAndRadius 1`] = `
|
|
|
684
701
|
"fontSize": 14,
|
|
685
702
|
"letterSpacing": 0.3,
|
|
686
703
|
"lineHeight": 20,
|
|
704
|
+
"textAlign": "left",
|
|
687
705
|
}
|
|
688
706
|
}
|
|
689
707
|
suppressHighlighting={true}
|
|
@@ -723,6 +741,7 @@ exports[`Bumper/Core/Primitives/View/Features BordersAndRadius 1`] = `
|
|
|
723
741
|
"fontSize": 14,
|
|
724
742
|
"letterSpacing": 0.3,
|
|
725
743
|
"lineHeight": 20,
|
|
744
|
+
"textAlign": "left",
|
|
726
745
|
}
|
|
727
746
|
}
|
|
728
747
|
suppressHighlighting={true}
|
|
@@ -762,6 +781,7 @@ exports[`Bumper/Core/Primitives/View/Features BordersAndRadius 1`] = `
|
|
|
762
781
|
"fontSize": 14,
|
|
763
782
|
"letterSpacing": 0.3,
|
|
764
783
|
"lineHeight": 20,
|
|
784
|
+
"textAlign": "left",
|
|
765
785
|
}
|
|
766
786
|
}
|
|
767
787
|
suppressHighlighting={true}
|
|
@@ -805,6 +825,7 @@ exports[`Bumper/Core/Primitives/View/Features BordersAndRadius 1`] = `
|
|
|
805
825
|
"fontSize": 14,
|
|
806
826
|
"letterSpacing": 0.3,
|
|
807
827
|
"lineHeight": 20,
|
|
828
|
+
"textAlign": "left",
|
|
808
829
|
}
|
|
809
830
|
}
|
|
810
831
|
suppressHighlighting={true}
|
|
@@ -876,6 +897,7 @@ exports[`Bumper/Core/Primitives/View/Features DirectionalMargin 1`] = `
|
|
|
876
897
|
"fontSize": 14,
|
|
877
898
|
"letterSpacing": 0.3,
|
|
878
899
|
"lineHeight": 20,
|
|
900
|
+
"textAlign": "left",
|
|
879
901
|
}
|
|
880
902
|
}
|
|
881
903
|
suppressHighlighting={true}
|
|
@@ -910,6 +932,7 @@ exports[`Bumper/Core/Primitives/View/Features DirectionalMargin 1`] = `
|
|
|
910
932
|
"fontSize": 14,
|
|
911
933
|
"letterSpacing": 0.3,
|
|
912
934
|
"lineHeight": 20,
|
|
935
|
+
"textAlign": "left",
|
|
913
936
|
}
|
|
914
937
|
}
|
|
915
938
|
suppressHighlighting={true}
|
|
@@ -963,6 +986,7 @@ exports[`Bumper/Core/Primitives/View/Features DirectionalPadding 1`] = `
|
|
|
963
986
|
"fontSize": 14,
|
|
964
987
|
"letterSpacing": 0.3,
|
|
965
988
|
"lineHeight": 20,
|
|
989
|
+
"textAlign": "left",
|
|
966
990
|
}
|
|
967
991
|
}
|
|
968
992
|
suppressHighlighting={true}
|
|
@@ -991,6 +1015,7 @@ exports[`Bumper/Core/Primitives/View/Features DirectionalPadding 1`] = `
|
|
|
991
1015
|
"fontSize": 14,
|
|
992
1016
|
"letterSpacing": 0.3,
|
|
993
1017
|
"lineHeight": 20,
|
|
1018
|
+
"textAlign": "left",
|
|
994
1019
|
}
|
|
995
1020
|
}
|
|
996
1021
|
suppressHighlighting={true}
|
|
@@ -1021,6 +1046,7 @@ exports[`Bumper/Core/Primitives/View/Features DirectionalPadding 1`] = `
|
|
|
1021
1046
|
"fontSize": 14,
|
|
1022
1047
|
"letterSpacing": 0.3,
|
|
1023
1048
|
"lineHeight": 20,
|
|
1049
|
+
"textAlign": "left",
|
|
1024
1050
|
}
|
|
1025
1051
|
}
|
|
1026
1052
|
suppressHighlighting={true}
|
|
@@ -1094,6 +1120,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexAlignment 1`] = `
|
|
|
1094
1120
|
"fontSize": 14,
|
|
1095
1121
|
"letterSpacing": 0.3,
|
|
1096
1122
|
"lineHeight": 20,
|
|
1123
|
+
"textAlign": "left",
|
|
1097
1124
|
}
|
|
1098
1125
|
}
|
|
1099
1126
|
suppressHighlighting={true}
|
|
@@ -1144,6 +1171,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexAlignment 1`] = `
|
|
|
1144
1171
|
"fontSize": 14,
|
|
1145
1172
|
"letterSpacing": 0.3,
|
|
1146
1173
|
"lineHeight": 20,
|
|
1174
|
+
"textAlign": "left",
|
|
1147
1175
|
}
|
|
1148
1176
|
}
|
|
1149
1177
|
suppressHighlighting={true}
|
|
@@ -1194,6 +1222,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexAlignment 1`] = `
|
|
|
1194
1222
|
"fontSize": 14,
|
|
1195
1223
|
"letterSpacing": 0.3,
|
|
1196
1224
|
"lineHeight": 20,
|
|
1225
|
+
"textAlign": "left",
|
|
1197
1226
|
}
|
|
1198
1227
|
}
|
|
1199
1228
|
suppressHighlighting={true}
|
|
@@ -1244,6 +1273,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexAlignment 1`] = `
|
|
|
1244
1273
|
"fontSize": 14,
|
|
1245
1274
|
"letterSpacing": 0.3,
|
|
1246
1275
|
"lineHeight": 20,
|
|
1276
|
+
"textAlign": "left",
|
|
1247
1277
|
}
|
|
1248
1278
|
}
|
|
1249
1279
|
suppressHighlighting={true}
|
|
@@ -1274,6 +1304,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexAlignment 1`] = `
|
|
|
1274
1304
|
"fontSize": 14,
|
|
1275
1305
|
"letterSpacing": 0.3,
|
|
1276
1306
|
"lineHeight": 20,
|
|
1307
|
+
"textAlign": "left",
|
|
1277
1308
|
}
|
|
1278
1309
|
}
|
|
1279
1310
|
suppressHighlighting={true}
|
|
@@ -1304,6 +1335,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexAlignment 1`] = `
|
|
|
1304
1335
|
"fontSize": 14,
|
|
1305
1336
|
"letterSpacing": 0.3,
|
|
1306
1337
|
"lineHeight": 20,
|
|
1338
|
+
"textAlign": "left",
|
|
1307
1339
|
}
|
|
1308
1340
|
}
|
|
1309
1341
|
suppressHighlighting={true}
|
|
@@ -1376,6 +1408,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexLayout 1`] = `
|
|
|
1376
1408
|
"fontSize": 14,
|
|
1377
1409
|
"letterSpacing": 0.3,
|
|
1378
1410
|
"lineHeight": 20,
|
|
1411
|
+
"textAlign": "left",
|
|
1379
1412
|
}
|
|
1380
1413
|
}
|
|
1381
1414
|
suppressHighlighting={true}
|
|
@@ -1408,6 +1441,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexLayout 1`] = `
|
|
|
1408
1441
|
"fontSize": 14,
|
|
1409
1442
|
"letterSpacing": 0.3,
|
|
1410
1443
|
"lineHeight": 20,
|
|
1444
|
+
"textAlign": "left",
|
|
1411
1445
|
}
|
|
1412
1446
|
}
|
|
1413
1447
|
suppressHighlighting={true}
|
|
@@ -1457,6 +1491,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexLayout 1`] = `
|
|
|
1457
1491
|
"fontSize": 14,
|
|
1458
1492
|
"letterSpacing": 0.3,
|
|
1459
1493
|
"lineHeight": 20,
|
|
1494
|
+
"textAlign": "left",
|
|
1460
1495
|
}
|
|
1461
1496
|
}
|
|
1462
1497
|
suppressHighlighting={true}
|
|
@@ -1488,6 +1523,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexLayout 1`] = `
|
|
|
1488
1523
|
"fontSize": 14,
|
|
1489
1524
|
"letterSpacing": 0.3,
|
|
1490
1525
|
"lineHeight": 20,
|
|
1526
|
+
"textAlign": "left",
|
|
1491
1527
|
}
|
|
1492
1528
|
}
|
|
1493
1529
|
suppressHighlighting={true}
|
|
@@ -1519,6 +1555,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexLayout 1`] = `
|
|
|
1519
1555
|
"fontSize": 14,
|
|
1520
1556
|
"letterSpacing": 0.3,
|
|
1521
1557
|
"lineHeight": 20,
|
|
1558
|
+
"textAlign": "left",
|
|
1522
1559
|
}
|
|
1523
1560
|
}
|
|
1524
1561
|
suppressHighlighting={true}
|
|
@@ -1585,6 +1622,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
|
|
|
1585
1622
|
"fontSize": 14,
|
|
1586
1623
|
"letterSpacing": 0.3,
|
|
1587
1624
|
"lineHeight": 20,
|
|
1625
|
+
"textAlign": "left",
|
|
1588
1626
|
}
|
|
1589
1627
|
}
|
|
1590
1628
|
suppressHighlighting={true}
|
|
@@ -1616,6 +1654,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
|
|
|
1616
1654
|
"fontSize": 14,
|
|
1617
1655
|
"letterSpacing": 0.3,
|
|
1618
1656
|
"lineHeight": 20,
|
|
1657
|
+
"textAlign": "left",
|
|
1619
1658
|
}
|
|
1620
1659
|
}
|
|
1621
1660
|
suppressHighlighting={true}
|
|
@@ -1647,6 +1686,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
|
|
|
1647
1686
|
"fontSize": 14,
|
|
1648
1687
|
"letterSpacing": 0.3,
|
|
1649
1688
|
"lineHeight": 20,
|
|
1689
|
+
"textAlign": "left",
|
|
1650
1690
|
}
|
|
1651
1691
|
}
|
|
1652
1692
|
suppressHighlighting={true}
|
|
@@ -1678,6 +1718,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
|
|
|
1678
1718
|
"fontSize": 14,
|
|
1679
1719
|
"letterSpacing": 0.3,
|
|
1680
1720
|
"lineHeight": 20,
|
|
1721
|
+
"textAlign": "left",
|
|
1681
1722
|
}
|
|
1682
1723
|
}
|
|
1683
1724
|
suppressHighlighting={true}
|
|
@@ -1709,6 +1750,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
|
|
|
1709
1750
|
"fontSize": 14,
|
|
1710
1751
|
"letterSpacing": 0.3,
|
|
1711
1752
|
"lineHeight": 20,
|
|
1753
|
+
"textAlign": "left",
|
|
1712
1754
|
}
|
|
1713
1755
|
}
|
|
1714
1756
|
suppressHighlighting={true}
|
|
@@ -1740,6 +1782,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
|
|
|
1740
1782
|
"fontSize": 14,
|
|
1741
1783
|
"letterSpacing": 0.3,
|
|
1742
1784
|
"lineHeight": 20,
|
|
1785
|
+
"textAlign": "left",
|
|
1743
1786
|
}
|
|
1744
1787
|
}
|
|
1745
1788
|
suppressHighlighting={true}
|
|
@@ -1771,6 +1814,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
|
|
|
1771
1814
|
"fontSize": 14,
|
|
1772
1815
|
"letterSpacing": 0.3,
|
|
1773
1816
|
"lineHeight": 20,
|
|
1817
|
+
"textAlign": "left",
|
|
1774
1818
|
}
|
|
1775
1819
|
}
|
|
1776
1820
|
suppressHighlighting={true}
|
|
@@ -1802,6 +1846,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
|
|
|
1802
1846
|
"fontSize": 14,
|
|
1803
1847
|
"letterSpacing": 0.3,
|
|
1804
1848
|
"lineHeight": 20,
|
|
1849
|
+
"textAlign": "left",
|
|
1805
1850
|
}
|
|
1806
1851
|
}
|
|
1807
1852
|
suppressHighlighting={true}
|
|
@@ -1833,6 +1878,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
|
|
|
1833
1878
|
"fontSize": 14,
|
|
1834
1879
|
"letterSpacing": 0.3,
|
|
1835
1880
|
"lineHeight": 20,
|
|
1881
|
+
"textAlign": "left",
|
|
1836
1882
|
}
|
|
1837
1883
|
}
|
|
1838
1884
|
suppressHighlighting={true}
|
|
@@ -1864,6 +1910,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
|
|
|
1864
1910
|
"fontSize": 14,
|
|
1865
1911
|
"letterSpacing": 0.3,
|
|
1866
1912
|
"lineHeight": 20,
|
|
1913
|
+
"textAlign": "left",
|
|
1867
1914
|
}
|
|
1868
1915
|
}
|
|
1869
1916
|
suppressHighlighting={true}
|
|
@@ -1895,6 +1942,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
|
|
|
1895
1942
|
"fontSize": 14,
|
|
1896
1943
|
"letterSpacing": 0.3,
|
|
1897
1944
|
"lineHeight": 20,
|
|
1945
|
+
"textAlign": "left",
|
|
1898
1946
|
}
|
|
1899
1947
|
}
|
|
1900
1948
|
suppressHighlighting={true}
|
|
@@ -1926,6 +1974,7 @@ exports[`Bumper/Core/Primitives/View/Features FlexWrap 1`] = `
|
|
|
1926
1974
|
"fontSize": 14,
|
|
1927
1975
|
"letterSpacing": 0.3,
|
|
1928
1976
|
"lineHeight": 20,
|
|
1977
|
+
"textAlign": "left",
|
|
1929
1978
|
}
|
|
1930
1979
|
}
|
|
1931
1980
|
suppressHighlighting={true}
|
|
@@ -1999,6 +2048,7 @@ exports[`Bumper/Core/Primitives/View/Features MarginVariants 1`] = `
|
|
|
1999
2048
|
"fontSize": 14,
|
|
2000
2049
|
"letterSpacing": 0.3,
|
|
2001
2050
|
"lineHeight": 20,
|
|
2051
|
+
"textAlign": "left",
|
|
2002
2052
|
}
|
|
2003
2053
|
}
|
|
2004
2054
|
suppressHighlighting={true}
|
|
@@ -2033,6 +2083,7 @@ exports[`Bumper/Core/Primitives/View/Features MarginVariants 1`] = `
|
|
|
2033
2083
|
"fontSize": 14,
|
|
2034
2084
|
"letterSpacing": 0.3,
|
|
2035
2085
|
"lineHeight": 20,
|
|
2086
|
+
"textAlign": "left",
|
|
2036
2087
|
}
|
|
2037
2088
|
}
|
|
2038
2089
|
suppressHighlighting={true}
|
|
@@ -2067,6 +2118,7 @@ exports[`Bumper/Core/Primitives/View/Features MarginVariants 1`] = `
|
|
|
2067
2118
|
"fontSize": 14,
|
|
2068
2119
|
"letterSpacing": 0.3,
|
|
2069
2120
|
"lineHeight": 20,
|
|
2121
|
+
"textAlign": "left",
|
|
2070
2122
|
}
|
|
2071
2123
|
}
|
|
2072
2124
|
suppressHighlighting={true}
|
|
@@ -2125,6 +2177,7 @@ exports[`Bumper/Core/Primitives/View/Features OverflowBehavior 1`] = `
|
|
|
2125
2177
|
"fontSize": 14,
|
|
2126
2178
|
"letterSpacing": 0.3,
|
|
2127
2179
|
"lineHeight": 20,
|
|
2180
|
+
"textAlign": "left",
|
|
2128
2181
|
}
|
|
2129
2182
|
}
|
|
2130
2183
|
suppressHighlighting={true}
|
|
@@ -2158,6 +2211,7 @@ exports[`Bumper/Core/Primitives/View/Features OverflowBehavior 1`] = `
|
|
|
2158
2211
|
"fontSize": 14,
|
|
2159
2212
|
"letterSpacing": 0.3,
|
|
2160
2213
|
"lineHeight": 20,
|
|
2214
|
+
"textAlign": "left",
|
|
2161
2215
|
}
|
|
2162
2216
|
}
|
|
2163
2217
|
suppressHighlighting={true}
|
|
@@ -2213,6 +2267,7 @@ exports[`Bumper/Core/Primitives/View/Features PaddingVariants 1`] = `
|
|
|
2213
2267
|
"fontSize": 14,
|
|
2214
2268
|
"letterSpacing": 0.3,
|
|
2215
2269
|
"lineHeight": 20,
|
|
2270
|
+
"textAlign": "left",
|
|
2216
2271
|
}
|
|
2217
2272
|
}
|
|
2218
2273
|
suppressHighlighting={true}
|
|
@@ -2243,6 +2298,7 @@ exports[`Bumper/Core/Primitives/View/Features PaddingVariants 1`] = `
|
|
|
2243
2298
|
"fontSize": 14,
|
|
2244
2299
|
"letterSpacing": 0.3,
|
|
2245
2300
|
"lineHeight": 20,
|
|
2301
|
+
"textAlign": "left",
|
|
2246
2302
|
}
|
|
2247
2303
|
}
|
|
2248
2304
|
suppressHighlighting={true}
|
|
@@ -2273,6 +2329,7 @@ exports[`Bumper/Core/Primitives/View/Features PaddingVariants 1`] = `
|
|
|
2273
2329
|
"fontSize": 14,
|
|
2274
2330
|
"letterSpacing": 0.3,
|
|
2275
2331
|
"lineHeight": 20,
|
|
2332
|
+
"textAlign": "left",
|
|
2276
2333
|
}
|
|
2277
2334
|
}
|
|
2278
2335
|
suppressHighlighting={true}
|
|
@@ -2303,6 +2360,7 @@ exports[`Bumper/Core/Primitives/View/Features PaddingVariants 1`] = `
|
|
|
2303
2360
|
"fontSize": 14,
|
|
2304
2361
|
"letterSpacing": 0.3,
|
|
2305
2362
|
"lineHeight": 20,
|
|
2363
|
+
"textAlign": "left",
|
|
2306
2364
|
}
|
|
2307
2365
|
}
|
|
2308
2366
|
suppressHighlighting={true}
|
|
@@ -2333,6 +2391,7 @@ exports[`Bumper/Core/Primitives/View/Features PaddingVariants 1`] = `
|
|
|
2333
2391
|
"fontSize": 14,
|
|
2334
2392
|
"letterSpacing": 0.3,
|
|
2335
2393
|
"lineHeight": 20,
|
|
2394
|
+
"textAlign": "left",
|
|
2336
2395
|
}
|
|
2337
2396
|
}
|
|
2338
2397
|
suppressHighlighting={true}
|
|
@@ -2363,6 +2422,7 @@ exports[`Bumper/Core/Primitives/View/Features PaddingVariants 1`] = `
|
|
|
2363
2422
|
"fontSize": 14,
|
|
2364
2423
|
"letterSpacing": 0.3,
|
|
2365
2424
|
"lineHeight": 20,
|
|
2425
|
+
"textAlign": "left",
|
|
2366
2426
|
}
|
|
2367
2427
|
}
|
|
2368
2428
|
suppressHighlighting={true}
|
|
@@ -2427,6 +2487,7 @@ exports[`Bumper/Core/Primitives/View/Features Responsive 1`] = `
|
|
|
2427
2487
|
"fontSize": 14,
|
|
2428
2488
|
"letterSpacing": 0.3,
|
|
2429
2489
|
"lineHeight": 20,
|
|
2490
|
+
"textAlign": "left",
|
|
2430
2491
|
}
|
|
2431
2492
|
}
|
|
2432
2493
|
suppressHighlighting={true}
|
|
@@ -2458,6 +2519,7 @@ exports[`Bumper/Core/Primitives/View/Features Responsive 1`] = `
|
|
|
2458
2519
|
"fontSize": 14,
|
|
2459
2520
|
"letterSpacing": 0.3,
|
|
2460
2521
|
"lineHeight": 20,
|
|
2522
|
+
"textAlign": "left",
|
|
2461
2523
|
}
|
|
2462
2524
|
}
|
|
2463
2525
|
suppressHighlighting={true}
|
|
@@ -2489,6 +2551,7 @@ exports[`Bumper/Core/Primitives/View/Features Responsive 1`] = `
|
|
|
2489
2551
|
"fontSize": 14,
|
|
2490
2552
|
"letterSpacing": 0.3,
|
|
2491
2553
|
"lineHeight": 20,
|
|
2554
|
+
"textAlign": "left",
|
|
2492
2555
|
}
|
|
2493
2556
|
}
|
|
2494
2557
|
suppressHighlighting={true}
|
|
@@ -24,7 +24,7 @@ exports[`Bumper/Core/Primitives/Center/Features CenteringText 1`] = `
|
|
|
24
24
|
class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _justifyContent-center _alignItems-center _backgroundColor-bg--accent-1633109644 _paddingTop-t-space-spa1366020284 _paddingRight-t-space-spa1366020284 _paddingBottom-t-space-spa1366020284 _paddingLeft-t-space-spa1366020284 _btlr-t-radius-ra1673638410 _btrr-t-radius-ra1673638410 _bbrr-t-radius-ra1673638410 _bblr-t-radius-ra1673638410 _width-t-size-size42947793 _height-t-size-size42947793"
|
|
25
25
|
>
|
|
26
26
|
<span
|
|
27
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-head100347208 _lh-f-lineHeigh1544154447 _ls-f-letterSpa1195674554 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
27
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-head100347208 _lh-f-lineHeigh1544154447 _ls-f-letterSpa1195674554 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
28
28
|
>
|
|
29
29
|
Title
|
|
30
30
|
</span>
|
|
@@ -70,7 +70,7 @@ exports[`Bumper/Core/Primitives/Center/Features CircularCentering 1`] = `
|
|
|
70
70
|
class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _justifyContent-center _alignItems-center _backgroundColor-bg--accent-1633109644 _btlr-t-radius-ra1854241453 _btrr-t-radius-ra1854241453 _bbrr-t-radius-ra1854241453 _bblr-t-radius-ra1854241453 _width-t-size-size1385624 _height-t-size-size1385624"
|
|
71
71
|
>
|
|
72
72
|
<span
|
|
73
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-head100347201 _lh-f-lineHeigh1544154440 _ls-f-letterSpa1195674547 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
73
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-head100347201 _lh-f-lineHeigh1544154440 _ls-f-letterSpa1195674547 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
74
74
|
>
|
|
75
75
|
1
|
|
76
76
|
</span>
|
|
@@ -79,7 +79,7 @@ exports[`Bumper/Core/Primitives/Center/Features CircularCentering 1`] = `
|
|
|
79
79
|
class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _justifyContent-center _alignItems-center _backgroundColor-bg--promo--1572356288 _btlr-t-radius-ra1854241453 _btrr-t-radius-ra1854241453 _bbrr-t-radius-ra1854241453 _bblr-t-radius-ra1854241453 _width-t-size-size1385624 _height-t-size-size1385624"
|
|
80
80
|
>
|
|
81
81
|
<span
|
|
82
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-head100347201 _lh-f-lineHeigh1544154440 _ls-f-letterSpa1195674547 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
82
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-head100347201 _lh-f-lineHeigh1544154440 _ls-f-letterSpa1195674547 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
83
83
|
>
|
|
84
84
|
2
|
|
85
85
|
</span>
|
|
@@ -88,7 +88,7 @@ exports[`Bumper/Core/Primitives/Center/Features CircularCentering 1`] = `
|
|
|
88
88
|
class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _justifyContent-center _alignItems-center _backgroundColor-bg--info--h105 _btlr-t-radius-ra1854241453 _btrr-t-radius-ra1854241453 _bbrr-t-radius-ra1854241453 _bblr-t-radius-ra1854241453 _width-t-size-size1385624 _height-t-size-size1385624"
|
|
89
89
|
>
|
|
90
90
|
<span
|
|
91
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-head100347201 _lh-f-lineHeigh1544154440 _ls-f-letterSpa1195674547 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
91
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-head100347201 _lh-f-lineHeigh1544154440 _ls-f-letterSpa1195674547 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
92
92
|
>
|
|
93
93
|
3
|
|
94
94
|
</span>
|
|
@@ -21,7 +21,7 @@ exports[`Bumper/Core/Primitives/Center Default 1`] = `
|
|
|
21
21
|
class="_dsp-flex _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _justifyContent-center _alignItems-center _backgroundColor-bg--base--m757972454 _paddingTop-t-space-spa1516347322 _paddingRight-t-space-spa1516347322 _paddingBottom-t-space-spa1516347322 _paddingLeft-t-space-spa1516347322 _width-t-size-size42948634 _height-t-size-size42947727"
|
|
22
22
|
>
|
|
23
23
|
<span
|
|
24
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba907952141"
|
|
24
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba907952141 _textAlign-left"
|
|
25
25
|
>
|
|
26
26
|
Centered content
|
|
27
27
|
</span>
|
|
@@ -26,7 +26,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features HoverEffects 1`] = `
|
|
|
26
26
|
tabindex="0"
|
|
27
27
|
>
|
|
28
28
|
<span
|
|
29
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba907952141"
|
|
29
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba907952141 _textAlign-left"
|
|
30
30
|
>
|
|
31
31
|
Hover to change background
|
|
32
32
|
</span>
|
|
@@ -37,7 +37,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features HoverEffects 1`] = `
|
|
|
37
37
|
tabindex="0"
|
|
38
38
|
>
|
|
39
39
|
<span
|
|
40
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba254712717"
|
|
40
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _textAlign-left _col-content--ba254712717"
|
|
41
41
|
>
|
|
42
42
|
Hover to scale up
|
|
43
43
|
</span>
|
|
@@ -48,7 +48,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features HoverEffects 1`] = `
|
|
|
48
48
|
tabindex="0"
|
|
49
49
|
>
|
|
50
50
|
<span
|
|
51
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba254712717"
|
|
51
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _textAlign-left _col-content--ba254712717"
|
|
52
52
|
>
|
|
53
53
|
Hover to reduce opacity
|
|
54
54
|
</span>
|
|
@@ -87,7 +87,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PolymorphicAs 1`] = `
|
|
|
87
87
|
tabindex="0"
|
|
88
88
|
>
|
|
89
89
|
<span
|
|
90
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-labe105292 _lh-f-lineHeigh1842530171 _ls-f-letterSpa379059034 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
90
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-labe105292 _lh-f-lineHeigh1842530171 _ls-f-letterSpa379059034 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
91
91
|
>
|
|
92
92
|
Default as View
|
|
93
93
|
</span>
|
|
@@ -98,7 +98,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PolymorphicAs 1`] = `
|
|
|
98
98
|
tabindex="0"
|
|
99
99
|
>
|
|
100
100
|
<span
|
|
101
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-labe105292 _lh-f-lineHeigh1842530171 _ls-f-letterSpa379059034 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
101
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-labe105292 _lh-f-lineHeigh1842530171 _ls-f-letterSpa379059034 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
102
102
|
>
|
|
103
103
|
Pressable as HStack
|
|
104
104
|
</span>
|
|
@@ -109,7 +109,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PolymorphicAs 1`] = `
|
|
|
109
109
|
tabindex="0"
|
|
110
110
|
>
|
|
111
111
|
<span
|
|
112
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-labe105292 _lh-f-lineHeigh1842530171 _ls-f-letterSpa379059034 _fw-f-weight-se1074390495 _col-content--ba254712717"
|
|
112
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-labe105292 _lh-f-lineHeigh1842530171 _ls-f-letterSpa379059034 _fw-f-weight-se1074390495 _textAlign-left _col-content--ba254712717"
|
|
113
113
|
>
|
|
114
114
|
Pressable as VStack
|
|
115
115
|
</span>
|
|
@@ -148,7 +148,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PressEffects 1`] = `
|
|
|
148
148
|
tabindex="0"
|
|
149
149
|
>
|
|
150
150
|
<span
|
|
151
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba254712717"
|
|
151
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _textAlign-left _col-content--ba254712717"
|
|
152
152
|
>
|
|
153
153
|
Press to scale down
|
|
154
154
|
</span>
|
|
@@ -159,7 +159,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PressEffects 1`] = `
|
|
|
159
159
|
tabindex="0"
|
|
160
160
|
>
|
|
161
161
|
<span
|
|
162
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba254712717"
|
|
162
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _textAlign-left _col-content--ba254712717"
|
|
163
163
|
>
|
|
164
164
|
Press to change background and opacity
|
|
165
165
|
</span>
|
|
@@ -170,7 +170,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features PressEffects 1`] = `
|
|
|
170
170
|
tabindex="0"
|
|
171
171
|
>
|
|
172
172
|
<span
|
|
173
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba254712717"
|
|
173
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _textAlign-left _col-content--ba254712717"
|
|
174
174
|
>
|
|
175
175
|
Press to scale and rotate
|
|
176
176
|
</span>
|
|
@@ -206,7 +206,7 @@ exports[`Bumper/Core/Primitives/Pressable/Features Responsive 1`] = `
|
|
|
206
206
|
tabindex="0"
|
|
207
207
|
>
|
|
208
208
|
<span
|
|
209
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba254712717"
|
|
209
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _textAlign-left _col-content--ba254712717"
|
|
210
210
|
>
|
|
211
211
|
Responsive padding and radius
|
|
212
212
|
</span>
|
|
@@ -23,7 +23,7 @@ exports[`Bumper/Core/Primitives/Pressable Default 1`] = `
|
|
|
23
23
|
tabindex="0"
|
|
24
24
|
>
|
|
25
25
|
<span
|
|
26
|
-
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _col-content--ba254712717"
|
|
26
|
+
class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _dsp-inline _bxs-border-box _ww-break-word _ws-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-0px _marginLeft-0px _ff-f-family _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _fw-f-weight-re98715119 _textAlign-left _col-content--ba254712717"
|
|
27
27
|
>
|
|
28
28
|
Press me
|
|
29
29
|
</span>
|