@ornikar/bumper 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/definitions/system/content/typography/Typography.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +8 -6
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +8 -6
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.22.cjs.js +9 -3
- package/dist/index-node-22.22.cjs.js.map +1 -1
- package/dist/index-node-22.22.cjs.web.js +9 -3
- package/dist/index-node-22.22.cjs.web.js.map +1 -1
- package/dist/index-node-22.22.es.mjs +9 -3
- package/dist/index-node-22.22.es.mjs.map +1 -1
- package/dist/index-node-22.22.es.web.mjs +9 -3
- package/dist/index-node-22.22.es.web.mjs.map +1 -1
- package/dist/index.es.js +7 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +7 -5
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/system/content/icon/__snapshots__/Icon.features.stories.tsx.snap +11 -11
- package/src/system/content/icon/__snapshots_web__/Icon.features.stories.tsx.snap +11 -11
- package/src/system/content/typography/Typography.features.stories.tsx +4 -0
- package/src/system/content/typography/Typography.tsx +4 -4
- package/src/system/content/typography/__snapshots__/Typography.features.stories.tsx.snap +67 -2
- package/src/system/content/typography/__snapshots__/TypographyIcon.features.stories.tsx.snap +24 -24
- package/src/system/content/typography/__snapshots__/TypographyLink.features.stories.tsx.snap +37 -8
- package/src/system/content/typography/__snapshots_web__/Typography.features.stories.tsx.snap +68 -38
- package/src/system/content/typography/__snapshots_web__/TypographyIcon.features.stories.tsx.snap +24 -24
- package/src/system/content/typography/__snapshots_web__/TypographyLink.features.stories.tsx.snap +8 -8
- package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.features.stories.tsx.snap +74 -37
- package/src/system/core/primitives/ScrollView/__snapshots__/ScrollView.stories.tsx.snap +20 -10
- package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.features.stories.tsx.snap +37 -37
- package/src/system/core/primitives/ScrollView/__snapshots_web__/ScrollView.stories.tsx.snap +10 -10
- package/src/system/core/primitives/__snapshots__/Center.features.stories.tsx.snap +1 -1
- package/src/system/core/primitives/__snapshots__/Center.stories.tsx.snap +5 -1
- package/src/system/core/primitives/__snapshots__/Pressable.features.stories.tsx.snap +7 -6
- package/src/system/core/primitives/__snapshots__/Pressable.stories.tsx.snap +4 -1
- package/src/system/core/primitives/__snapshots__/Stack.features.stories.tsx.snap +41 -30
- package/src/system/core/primitives/__snapshots__/Stack.stories.tsx.snap +6 -3
- package/src/system/core/primitives/__snapshots__/View.features.stories.tsx.snap +97 -60
- package/src/system/core/primitives/__snapshots_web__/Center.features.stories.tsx.snap +1 -1
- package/src/system/core/primitives/__snapshots_web__/Center.stories.tsx.snap +1 -1
- package/src/system/core/primitives/__snapshots_web__/Pressable.features.stories.tsx.snap +6 -6
- package/src/system/core/primitives/__snapshots_web__/Pressable.stories.tsx.snap +1 -1
- package/src/system/core/primitives/__snapshots_web__/Stack.features.stories.tsx.snap +33 -33
- package/src/system/core/primitives/__snapshots_web__/Stack.stories.tsx.snap +3 -3
- package/src/system/core/primitives/__snapshots_web__/View.features.stories.tsx.snap +60 -60
- package/src/system/core/themes/light/__snapshots__/light.stories.tsx.snap +111 -56
- package/src/system/core/themes/light/__snapshots_web__/light.stories.tsx.snap +111 -111
- package/src/system/core/tokens/__snapshots__/breakpoints.stories.tsx.snap +11 -6
- package/src/system/core/tokens/__snapshots__/bumperIcon.stories.tsx.snap +7 -4
- package/src/system/core/tokens/__snapshots__/fonts.stories.tsx.snap +75 -29
- package/src/system/core/tokens/__snapshots__/radius.stories.tsx.snap +11 -6
- package/src/system/core/tokens/__snapshots__/size.stories.tsx.snap +25 -13
- package/src/system/core/tokens/__snapshots__/space.stories.tsx.snap +28 -14
- package/src/system/core/tokens/__snapshots_web__/breakpoints.stories.tsx.snap +11 -11
- package/src/system/core/tokens/__snapshots_web__/bumperIcon.stories.tsx.snap +7 -7
- package/src/system/core/tokens/__snapshots_web__/fonts.stories.tsx.snap +70 -70
- package/src/system/core/tokens/__snapshots_web__/radius.stories.tsx.snap +11 -11
- package/src/system/core/tokens/__snapshots_web__/size.stories.tsx.snap +25 -25
- package/src/system/core/tokens/__snapshots_web__/space.stories.tsx.snap +28 -28
- package/src/system/core/tokens/palettes/__snapshots__/deepPurpleColorPalette.stories.tsx.snap +133 -67
- package/src/system/core/tokens/palettes/__snapshots_web__/deepPurpleColorPalette.stories.tsx.snap +133 -133
- package/src/system/loading/loader/__snapshots__/Loader.features.stories.tsx.snap +2 -2
- package/src/system/loading/loader/__snapshots_web__/Loader.features.stories.tsx.snap +2 -2
|
@@ -24,7 +24,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
24
24
|
style={
|
|
25
25
|
{
|
|
26
26
|
"color": "#505050",
|
|
27
|
-
"fontFamily": "
|
|
27
|
+
"fontFamily": "GTStandardRegular",
|
|
28
28
|
"fontSize": 16,
|
|
29
29
|
"letterSpacing": 0.3,
|
|
30
30
|
"lineHeight": 24,
|
|
@@ -61,6 +61,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
61
61
|
<Text
|
|
62
62
|
style={
|
|
63
63
|
{
|
|
64
|
+
"color": "#101010",
|
|
64
65
|
"fontFamily": "GTStandardBold",
|
|
65
66
|
"fontSize": 14,
|
|
66
67
|
"letterSpacing": 0.3,
|
|
@@ -84,7 +85,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
84
85
|
style={
|
|
85
86
|
{
|
|
86
87
|
"color": "#505050",
|
|
87
|
-
"fontFamily": "
|
|
88
|
+
"fontFamily": "GTStandardRegular",
|
|
88
89
|
"fontSize": 14,
|
|
89
90
|
"letterSpacing": 0.3,
|
|
90
91
|
"lineHeight": 20,
|
|
@@ -129,6 +130,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
129
130
|
<Text
|
|
130
131
|
style={
|
|
131
132
|
{
|
|
133
|
+
"color": "#101010",
|
|
132
134
|
"fontFamily": "GTStandardBold",
|
|
133
135
|
"fontSize": 14,
|
|
134
136
|
"letterSpacing": 0.3,
|
|
@@ -152,7 +154,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
152
154
|
style={
|
|
153
155
|
{
|
|
154
156
|
"color": "#505050",
|
|
155
|
-
"fontFamily": "
|
|
157
|
+
"fontFamily": "GTStandardRegular",
|
|
156
158
|
"fontSize": 14,
|
|
157
159
|
"letterSpacing": 0.3,
|
|
158
160
|
"lineHeight": 20,
|
|
@@ -197,6 +199,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
197
199
|
<Text
|
|
198
200
|
style={
|
|
199
201
|
{
|
|
202
|
+
"color": "#101010",
|
|
200
203
|
"fontFamily": "GTStandardBold",
|
|
201
204
|
"fontSize": 14,
|
|
202
205
|
"letterSpacing": 0.3,
|
|
@@ -220,7 +223,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
220
223
|
style={
|
|
221
224
|
{
|
|
222
225
|
"color": "#505050",
|
|
223
|
-
"fontFamily": "
|
|
226
|
+
"fontFamily": "GTStandardRegular",
|
|
224
227
|
"fontSize": 14,
|
|
225
228
|
"letterSpacing": 0.3,
|
|
226
229
|
"lineHeight": 20,
|
|
@@ -265,6 +268,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
265
268
|
<Text
|
|
266
269
|
style={
|
|
267
270
|
{
|
|
271
|
+
"color": "#101010",
|
|
268
272
|
"fontFamily": "GTStandardBold",
|
|
269
273
|
"fontSize": 14,
|
|
270
274
|
"letterSpacing": 0.3,
|
|
@@ -288,7 +292,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
288
292
|
style={
|
|
289
293
|
{
|
|
290
294
|
"color": "#505050",
|
|
291
|
-
"fontFamily": "
|
|
295
|
+
"fontFamily": "GTStandardRegular",
|
|
292
296
|
"fontSize": 14,
|
|
293
297
|
"letterSpacing": 0.3,
|
|
294
298
|
"lineHeight": 20,
|
|
@@ -333,6 +337,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
333
337
|
<Text
|
|
334
338
|
style={
|
|
335
339
|
{
|
|
340
|
+
"color": "#101010",
|
|
336
341
|
"fontFamily": "GTStandardBold",
|
|
337
342
|
"fontSize": 14,
|
|
338
343
|
"letterSpacing": 0.3,
|
|
@@ -356,7 +361,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
356
361
|
style={
|
|
357
362
|
{
|
|
358
363
|
"color": "#505050",
|
|
359
|
-
"fontFamily": "
|
|
364
|
+
"fontFamily": "GTStandardRegular",
|
|
360
365
|
"fontSize": 14,
|
|
361
366
|
"letterSpacing": 0.3,
|
|
362
367
|
"lineHeight": 20,
|
|
@@ -401,6 +406,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
401
406
|
<Text
|
|
402
407
|
style={
|
|
403
408
|
{
|
|
409
|
+
"color": "#101010",
|
|
404
410
|
"fontFamily": "GTStandardBold",
|
|
405
411
|
"fontSize": 14,
|
|
406
412
|
"letterSpacing": 0.3,
|
|
@@ -424,7 +430,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
424
430
|
style={
|
|
425
431
|
{
|
|
426
432
|
"color": "#505050",
|
|
427
|
-
"fontFamily": "
|
|
433
|
+
"fontFamily": "GTStandardRegular",
|
|
428
434
|
"fontSize": 14,
|
|
429
435
|
"letterSpacing": 0.3,
|
|
430
436
|
"lineHeight": 20,
|
|
@@ -469,6 +475,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
469
475
|
<Text
|
|
470
476
|
style={
|
|
471
477
|
{
|
|
478
|
+
"color": "#101010",
|
|
472
479
|
"fontFamily": "GTStandardBold",
|
|
473
480
|
"fontSize": 14,
|
|
474
481
|
"letterSpacing": 0.3,
|
|
@@ -492,7 +499,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
492
499
|
style={
|
|
493
500
|
{
|
|
494
501
|
"color": "#505050",
|
|
495
|
-
"fontFamily": "
|
|
502
|
+
"fontFamily": "GTStandardRegular",
|
|
496
503
|
"fontSize": 14,
|
|
497
504
|
"letterSpacing": 0.3,
|
|
498
505
|
"lineHeight": 20,
|
|
@@ -537,6 +544,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
537
544
|
<Text
|
|
538
545
|
style={
|
|
539
546
|
{
|
|
547
|
+
"color": "#101010",
|
|
540
548
|
"fontFamily": "GTStandardBold",
|
|
541
549
|
"fontSize": 14,
|
|
542
550
|
"letterSpacing": 0.3,
|
|
@@ -560,7 +568,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
560
568
|
style={
|
|
561
569
|
{
|
|
562
570
|
"color": "#505050",
|
|
563
|
-
"fontFamily": "
|
|
571
|
+
"fontFamily": "GTStandardRegular",
|
|
564
572
|
"fontSize": 14,
|
|
565
573
|
"letterSpacing": 0.3,
|
|
566
574
|
"lineHeight": 20,
|
|
@@ -605,6 +613,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
605
613
|
<Text
|
|
606
614
|
style={
|
|
607
615
|
{
|
|
616
|
+
"color": "#101010",
|
|
608
617
|
"fontFamily": "GTStandardBold",
|
|
609
618
|
"fontSize": 14,
|
|
610
619
|
"letterSpacing": 0.3,
|
|
@@ -628,7 +637,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
628
637
|
style={
|
|
629
638
|
{
|
|
630
639
|
"color": "#505050",
|
|
631
|
-
"fontFamily": "
|
|
640
|
+
"fontFamily": "GTStandardRegular",
|
|
632
641
|
"fontSize": 14,
|
|
633
642
|
"letterSpacing": 0.3,
|
|
634
643
|
"lineHeight": 20,
|
|
@@ -673,6 +682,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
673
682
|
<Text
|
|
674
683
|
style={
|
|
675
684
|
{
|
|
685
|
+
"color": "#101010",
|
|
676
686
|
"fontFamily": "GTStandardBold",
|
|
677
687
|
"fontSize": 14,
|
|
678
688
|
"letterSpacing": 0.3,
|
|
@@ -696,7 +706,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
696
706
|
style={
|
|
697
707
|
{
|
|
698
708
|
"color": "#505050",
|
|
699
|
-
"fontFamily": "
|
|
709
|
+
"fontFamily": "GTStandardRegular",
|
|
700
710
|
"fontSize": 14,
|
|
701
711
|
"letterSpacing": 0.3,
|
|
702
712
|
"lineHeight": 20,
|
|
@@ -741,6 +751,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
741
751
|
<Text
|
|
742
752
|
style={
|
|
743
753
|
{
|
|
754
|
+
"color": "#101010",
|
|
744
755
|
"fontFamily": "GTStandardBold",
|
|
745
756
|
"fontSize": 14,
|
|
746
757
|
"letterSpacing": 0.3,
|
|
@@ -764,7 +775,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
764
775
|
style={
|
|
765
776
|
{
|
|
766
777
|
"color": "#505050",
|
|
767
|
-
"fontFamily": "
|
|
778
|
+
"fontFamily": "GTStandardRegular",
|
|
768
779
|
"fontSize": 14,
|
|
769
780
|
"letterSpacing": 0.3,
|
|
770
781
|
"lineHeight": 20,
|
|
@@ -809,6 +820,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
809
820
|
<Text
|
|
810
821
|
style={
|
|
811
822
|
{
|
|
823
|
+
"color": "#101010",
|
|
812
824
|
"fontFamily": "GTStandardBold",
|
|
813
825
|
"fontSize": 14,
|
|
814
826
|
"letterSpacing": 0.3,
|
|
@@ -832,7 +844,7 @@ exports[`Bumper/Core/Tokens Size 1`] = `
|
|
|
832
844
|
style={
|
|
833
845
|
{
|
|
834
846
|
"color": "#505050",
|
|
835
|
-
"fontFamily": "
|
|
847
|
+
"fontFamily": "GTStandardRegular",
|
|
836
848
|
"fontSize": 14,
|
|
837
849
|
"letterSpacing": 0.3,
|
|
838
850
|
"lineHeight": 20,
|
|
@@ -23,6 +23,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
23
23
|
<Text
|
|
24
24
|
style={
|
|
25
25
|
{
|
|
26
|
+
"color": "#101010",
|
|
26
27
|
"fontFamily": "GTStandardSemibold",
|
|
27
28
|
"fontSize": 38,
|
|
28
29
|
"letterSpacing": 0,
|
|
@@ -37,7 +38,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
37
38
|
style={
|
|
38
39
|
{
|
|
39
40
|
"color": "#505050",
|
|
40
|
-
"fontFamily": "
|
|
41
|
+
"fontFamily": "GTStandardRegular",
|
|
41
42
|
"fontSize": 16,
|
|
42
43
|
"letterSpacing": 0.3,
|
|
43
44
|
"lineHeight": 24,
|
|
@@ -74,6 +75,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
74
75
|
<Text
|
|
75
76
|
style={
|
|
76
77
|
{
|
|
78
|
+
"color": "#101010",
|
|
77
79
|
"fontFamily": "GTStandardBold",
|
|
78
80
|
"fontSize": 14,
|
|
79
81
|
"letterSpacing": 0.3,
|
|
@@ -97,7 +99,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
97
99
|
style={
|
|
98
100
|
{
|
|
99
101
|
"color": "#505050",
|
|
100
|
-
"fontFamily": "
|
|
102
|
+
"fontFamily": "GTStandardRegular",
|
|
101
103
|
"fontSize": 14,
|
|
102
104
|
"letterSpacing": 0.3,
|
|
103
105
|
"lineHeight": 20,
|
|
@@ -142,6 +144,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
142
144
|
<Text
|
|
143
145
|
style={
|
|
144
146
|
{
|
|
147
|
+
"color": "#101010",
|
|
145
148
|
"fontFamily": "GTStandardBold",
|
|
146
149
|
"fontSize": 14,
|
|
147
150
|
"letterSpacing": 0.3,
|
|
@@ -165,7 +168,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
165
168
|
style={
|
|
166
169
|
{
|
|
167
170
|
"color": "#505050",
|
|
168
|
-
"fontFamily": "
|
|
171
|
+
"fontFamily": "GTStandardRegular",
|
|
169
172
|
"fontSize": 14,
|
|
170
173
|
"letterSpacing": 0.3,
|
|
171
174
|
"lineHeight": 20,
|
|
@@ -210,6 +213,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
210
213
|
<Text
|
|
211
214
|
style={
|
|
212
215
|
{
|
|
216
|
+
"color": "#101010",
|
|
213
217
|
"fontFamily": "GTStandardBold",
|
|
214
218
|
"fontSize": 14,
|
|
215
219
|
"letterSpacing": 0.3,
|
|
@@ -233,7 +237,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
233
237
|
style={
|
|
234
238
|
{
|
|
235
239
|
"color": "#505050",
|
|
236
|
-
"fontFamily": "
|
|
240
|
+
"fontFamily": "GTStandardRegular",
|
|
237
241
|
"fontSize": 14,
|
|
238
242
|
"letterSpacing": 0.3,
|
|
239
243
|
"lineHeight": 20,
|
|
@@ -278,6 +282,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
278
282
|
<Text
|
|
279
283
|
style={
|
|
280
284
|
{
|
|
285
|
+
"color": "#101010",
|
|
281
286
|
"fontFamily": "GTStandardBold",
|
|
282
287
|
"fontSize": 14,
|
|
283
288
|
"letterSpacing": 0.3,
|
|
@@ -301,7 +306,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
301
306
|
style={
|
|
302
307
|
{
|
|
303
308
|
"color": "#505050",
|
|
304
|
-
"fontFamily": "
|
|
309
|
+
"fontFamily": "GTStandardRegular",
|
|
305
310
|
"fontSize": 14,
|
|
306
311
|
"letterSpacing": 0.3,
|
|
307
312
|
"lineHeight": 20,
|
|
@@ -346,6 +351,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
346
351
|
<Text
|
|
347
352
|
style={
|
|
348
353
|
{
|
|
354
|
+
"color": "#101010",
|
|
349
355
|
"fontFamily": "GTStandardBold",
|
|
350
356
|
"fontSize": 14,
|
|
351
357
|
"letterSpacing": 0.3,
|
|
@@ -369,7 +375,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
369
375
|
style={
|
|
370
376
|
{
|
|
371
377
|
"color": "#505050",
|
|
372
|
-
"fontFamily": "
|
|
378
|
+
"fontFamily": "GTStandardRegular",
|
|
373
379
|
"fontSize": 14,
|
|
374
380
|
"letterSpacing": 0.3,
|
|
375
381
|
"lineHeight": 20,
|
|
@@ -414,6 +420,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
414
420
|
<Text
|
|
415
421
|
style={
|
|
416
422
|
{
|
|
423
|
+
"color": "#101010",
|
|
417
424
|
"fontFamily": "GTStandardBold",
|
|
418
425
|
"fontSize": 14,
|
|
419
426
|
"letterSpacing": 0.3,
|
|
@@ -437,7 +444,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
437
444
|
style={
|
|
438
445
|
{
|
|
439
446
|
"color": "#505050",
|
|
440
|
-
"fontFamily": "
|
|
447
|
+
"fontFamily": "GTStandardRegular",
|
|
441
448
|
"fontSize": 14,
|
|
442
449
|
"letterSpacing": 0.3,
|
|
443
450
|
"lineHeight": 20,
|
|
@@ -482,6 +489,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
482
489
|
<Text
|
|
483
490
|
style={
|
|
484
491
|
{
|
|
492
|
+
"color": "#101010",
|
|
485
493
|
"fontFamily": "GTStandardBold",
|
|
486
494
|
"fontSize": 14,
|
|
487
495
|
"letterSpacing": 0.3,
|
|
@@ -505,7 +513,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
505
513
|
style={
|
|
506
514
|
{
|
|
507
515
|
"color": "#505050",
|
|
508
|
-
"fontFamily": "
|
|
516
|
+
"fontFamily": "GTStandardRegular",
|
|
509
517
|
"fontSize": 14,
|
|
510
518
|
"letterSpacing": 0.3,
|
|
511
519
|
"lineHeight": 20,
|
|
@@ -550,6 +558,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
550
558
|
<Text
|
|
551
559
|
style={
|
|
552
560
|
{
|
|
561
|
+
"color": "#101010",
|
|
553
562
|
"fontFamily": "GTStandardBold",
|
|
554
563
|
"fontSize": 14,
|
|
555
564
|
"letterSpacing": 0.3,
|
|
@@ -573,7 +582,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
573
582
|
style={
|
|
574
583
|
{
|
|
575
584
|
"color": "#505050",
|
|
576
|
-
"fontFamily": "
|
|
585
|
+
"fontFamily": "GTStandardRegular",
|
|
577
586
|
"fontSize": 14,
|
|
578
587
|
"letterSpacing": 0.3,
|
|
579
588
|
"lineHeight": 20,
|
|
@@ -618,6 +627,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
618
627
|
<Text
|
|
619
628
|
style={
|
|
620
629
|
{
|
|
630
|
+
"color": "#101010",
|
|
621
631
|
"fontFamily": "GTStandardBold",
|
|
622
632
|
"fontSize": 14,
|
|
623
633
|
"letterSpacing": 0.3,
|
|
@@ -641,7 +651,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
641
651
|
style={
|
|
642
652
|
{
|
|
643
653
|
"color": "#505050",
|
|
644
|
-
"fontFamily": "
|
|
654
|
+
"fontFamily": "GTStandardRegular",
|
|
645
655
|
"fontSize": 14,
|
|
646
656
|
"letterSpacing": 0.3,
|
|
647
657
|
"lineHeight": 20,
|
|
@@ -686,6 +696,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
686
696
|
<Text
|
|
687
697
|
style={
|
|
688
698
|
{
|
|
699
|
+
"color": "#101010",
|
|
689
700
|
"fontFamily": "GTStandardBold",
|
|
690
701
|
"fontSize": 14,
|
|
691
702
|
"letterSpacing": 0.3,
|
|
@@ -709,7 +720,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
709
720
|
style={
|
|
710
721
|
{
|
|
711
722
|
"color": "#505050",
|
|
712
|
-
"fontFamily": "
|
|
723
|
+
"fontFamily": "GTStandardRegular",
|
|
713
724
|
"fontSize": 14,
|
|
714
725
|
"letterSpacing": 0.3,
|
|
715
726
|
"lineHeight": 20,
|
|
@@ -754,6 +765,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
754
765
|
<Text
|
|
755
766
|
style={
|
|
756
767
|
{
|
|
768
|
+
"color": "#101010",
|
|
757
769
|
"fontFamily": "GTStandardBold",
|
|
758
770
|
"fontSize": 14,
|
|
759
771
|
"letterSpacing": 0.3,
|
|
@@ -777,7 +789,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
777
789
|
style={
|
|
778
790
|
{
|
|
779
791
|
"color": "#505050",
|
|
780
|
-
"fontFamily": "
|
|
792
|
+
"fontFamily": "GTStandardRegular",
|
|
781
793
|
"fontSize": 14,
|
|
782
794
|
"letterSpacing": 0.3,
|
|
783
795
|
"lineHeight": 20,
|
|
@@ -822,6 +834,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
822
834
|
<Text
|
|
823
835
|
style={
|
|
824
836
|
{
|
|
837
|
+
"color": "#101010",
|
|
825
838
|
"fontFamily": "GTStandardBold",
|
|
826
839
|
"fontSize": 14,
|
|
827
840
|
"letterSpacing": 0.3,
|
|
@@ -845,7 +858,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
845
858
|
style={
|
|
846
859
|
{
|
|
847
860
|
"color": "#505050",
|
|
848
|
-
"fontFamily": "
|
|
861
|
+
"fontFamily": "GTStandardRegular",
|
|
849
862
|
"fontSize": 14,
|
|
850
863
|
"letterSpacing": 0.3,
|
|
851
864
|
"lineHeight": 20,
|
|
@@ -890,6 +903,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
890
903
|
<Text
|
|
891
904
|
style={
|
|
892
905
|
{
|
|
906
|
+
"color": "#101010",
|
|
893
907
|
"fontFamily": "GTStandardBold",
|
|
894
908
|
"fontSize": 14,
|
|
895
909
|
"letterSpacing": 0.3,
|
|
@@ -913,7 +927,7 @@ exports[`Bumper/Core/Tokens Space 1`] = `
|
|
|
913
927
|
style={
|
|
914
928
|
{
|
|
915
929
|
"color": "#505050",
|
|
916
|
-
"fontFamily": "
|
|
930
|
+
"fontFamily": "GTStandardRegular",
|
|
917
931
|
"fontSize": 14,
|
|
918
932
|
"letterSpacing": 0.3,
|
|
919
933
|
"lineHeight": 20,
|
|
@@ -21,7 +21,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
21
21
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column _gap-t-space-spa1366020284"
|
|
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 _col-content--ba1918259606"
|
|
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 _fw-f-weight-re98715119 _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _col-content--ba1918259606"
|
|
25
25
|
data-disable-theme="true"
|
|
26
26
|
>
|
|
27
27
|
Breakpoint tokens define the screen width thresholds for responsive design.
|
|
@@ -36,7 +36,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
36
36
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-120px"
|
|
37
37
|
>
|
|
38
38
|
<span
|
|
39
|
-
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
39
|
+
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 _col-content--ba907952141 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
40
40
|
data-disable-theme="true"
|
|
41
41
|
>
|
|
42
42
|
base
|
|
@@ -46,7 +46,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
46
46
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-80px"
|
|
47
47
|
>
|
|
48
48
|
<span
|
|
49
|
-
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
49
|
+
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 _fw-f-weight-re98715119 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
50
50
|
data-disable-theme="true"
|
|
51
51
|
>
|
|
52
52
|
0px
|
|
@@ -67,7 +67,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
67
67
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-120px"
|
|
68
68
|
>
|
|
69
69
|
<span
|
|
70
|
-
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
70
|
+
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 _col-content--ba907952141 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
71
71
|
data-disable-theme="true"
|
|
72
72
|
>
|
|
73
73
|
small
|
|
@@ -77,7 +77,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
77
77
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-80px"
|
|
78
78
|
>
|
|
79
79
|
<span
|
|
80
|
-
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
80
|
+
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 _fw-f-weight-re98715119 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
81
81
|
data-disable-theme="true"
|
|
82
82
|
>
|
|
83
83
|
>= 480px
|
|
@@ -98,7 +98,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
98
98
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-120px"
|
|
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
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 _col-content--ba907952141 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
102
102
|
data-disable-theme="true"
|
|
103
103
|
>
|
|
104
104
|
medium
|
|
@@ -108,7 +108,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
108
108
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-80px"
|
|
109
109
|
>
|
|
110
110
|
<span
|
|
111
|
-
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
111
|
+
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 _fw-f-weight-re98715119 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
112
112
|
data-disable-theme="true"
|
|
113
113
|
>
|
|
114
114
|
>= 768px
|
|
@@ -129,7 +129,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
129
129
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-120px"
|
|
130
130
|
>
|
|
131
131
|
<span
|
|
132
|
-
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
132
|
+
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 _col-content--ba907952141 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
133
133
|
data-disable-theme="true"
|
|
134
134
|
>
|
|
135
135
|
large
|
|
@@ -139,7 +139,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
139
139
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-80px"
|
|
140
140
|
>
|
|
141
141
|
<span
|
|
142
|
-
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
142
|
+
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 _fw-f-weight-re98715119 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
143
143
|
data-disable-theme="true"
|
|
144
144
|
>
|
|
145
145
|
>= 1024px
|
|
@@ -160,7 +160,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
160
160
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-120px"
|
|
161
161
|
>
|
|
162
162
|
<span
|
|
163
|
-
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
163
|
+
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 _col-content--ba907952141 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
164
164
|
data-disable-theme="true"
|
|
165
165
|
>
|
|
166
166
|
wide
|
|
@@ -170,7 +170,7 @@ exports[`Bumper/Core/Tokens Breakpoints 1`] = `
|
|
|
170
170
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-80px"
|
|
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
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 _fw-f-weight-re98715119 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
174
174
|
data-disable-theme="true"
|
|
175
175
|
>
|
|
176
176
|
>= 1280px
|
|
@@ -21,7 +21,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
|
|
|
21
21
|
class="is_VStack _dsp-flex _alignItems-stretch _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _fd-column _gap-t-space-spa1366020284"
|
|
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 _col-content--ba1918259606"
|
|
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 _fw-f-weight-re98715119 _fs-f-size-body1504 _lh-f-lineHeigh201793147 _ls-f-letterSpa1099960304 _col-content--ba1918259606"
|
|
25
25
|
data-disable-theme="true"
|
|
26
26
|
>
|
|
27
27
|
Icon tokens define consistent size values for icons (small, medium, large).
|
|
@@ -36,7 +36,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
|
|
|
36
36
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-150px"
|
|
37
37
|
>
|
|
38
38
|
<span
|
|
39
|
-
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
39
|
+
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 _col-content--ba907952141 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
40
40
|
data-disable-theme="true"
|
|
41
41
|
>
|
|
42
42
|
$icon.s
|
|
@@ -46,7 +46,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
|
|
|
46
46
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-60px"
|
|
47
47
|
>
|
|
48
48
|
<span
|
|
49
|
-
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
49
|
+
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 _fw-f-weight-re98715119 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
50
50
|
data-disable-theme="true"
|
|
51
51
|
>
|
|
52
52
|
16
|
|
@@ -63,7 +63,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
|
|
|
63
63
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-150px"
|
|
64
64
|
>
|
|
65
65
|
<span
|
|
66
|
-
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
66
|
+
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 _col-content--ba907952141 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
67
67
|
data-disable-theme="true"
|
|
68
68
|
>
|
|
69
69
|
$icon.m
|
|
@@ -73,7 +73,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
|
|
|
73
73
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-60px"
|
|
74
74
|
>
|
|
75
75
|
<span
|
|
76
|
-
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
76
|
+
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 _fw-f-weight-re98715119 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
77
77
|
data-disable-theme="true"
|
|
78
78
|
>
|
|
79
79
|
20
|
|
@@ -90,7 +90,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
|
|
|
90
90
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-150px"
|
|
91
91
|
>
|
|
92
92
|
<span
|
|
93
|
-
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
93
|
+
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 _col-content--ba907952141 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _fw-f-weight-bo3448"
|
|
94
94
|
data-disable-theme="true"
|
|
95
95
|
>
|
|
96
96
|
$icon.l
|
|
@@ -100,7 +100,7 @@ exports[`Bumper/Core/Tokens Icon 1`] = `
|
|
|
100
100
|
class="_dsp-flex _alignItems-stretch _fd-column _fb-auto _bxs-border-box _pos-relative _minHeight-0px _minWidth-0px _flexShrink-0 _width-60px"
|
|
101
101
|
>
|
|
102
102
|
<span
|
|
103
|
-
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-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
103
|
+
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 _fw-f-weight-re98715119 _fs-f-size-body1510 _lh-f-lineHeigh201793153 _ls-f-letterSpa1099960310 _col-content--ba1918259606"
|
|
104
104
|
data-disable-theme="true"
|
|
105
105
|
>
|
|
106
106
|
24
|