@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
package/src/system/content/typography/__snapshots__/TypographyIcon.features.stories.tsx.snap
CHANGED
|
@@ -28,6 +28,7 @@ exports[`Bumper/Content/TypographyIcon/Features DifferentSizes 1`] = `
|
|
|
28
28
|
"fontSize": 38,
|
|
29
29
|
"letterSpacing": 0,
|
|
30
30
|
"lineHeight": 44,
|
|
31
|
+
"textAlign": "left",
|
|
31
32
|
}
|
|
32
33
|
}
|
|
33
34
|
suppressHighlighting={true}
|
|
@@ -57,6 +58,7 @@ exports[`Bumper/Content/TypographyIcon/Features DifferentSizes 1`] = `
|
|
|
57
58
|
"fontSize": 16,
|
|
58
59
|
"letterSpacing": 0.3,
|
|
59
60
|
"lineHeight": 24,
|
|
61
|
+
"textAlign": "left",
|
|
60
62
|
}
|
|
61
63
|
}
|
|
62
64
|
suppressHighlighting={true}
|
|
@@ -86,6 +88,7 @@ exports[`Bumper/Content/TypographyIcon/Features DifferentSizes 1`] = `
|
|
|
86
88
|
"fontSize": 14,
|
|
87
89
|
"letterSpacing": 0.3,
|
|
88
90
|
"lineHeight": 20,
|
|
91
|
+
"textAlign": "left",
|
|
89
92
|
}
|
|
90
93
|
}
|
|
91
94
|
suppressHighlighting={true}
|
|
@@ -147,6 +150,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
|
|
|
147
150
|
"fontSize": 14,
|
|
148
151
|
"letterSpacing": 0.3,
|
|
149
152
|
"lineHeight": 20,
|
|
153
|
+
"textAlign": "left",
|
|
150
154
|
}
|
|
151
155
|
}
|
|
152
156
|
suppressHighlighting={true}
|
|
@@ -161,6 +165,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
|
|
|
161
165
|
"fontSize": 16,
|
|
162
166
|
"letterSpacing": 0.3,
|
|
163
167
|
"lineHeight": 24,
|
|
168
|
+
"textAlign": "left",
|
|
164
169
|
}
|
|
165
170
|
}
|
|
166
171
|
suppressHighlighting={true}
|
|
@@ -199,6 +204,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
|
|
|
199
204
|
"fontSize": 14,
|
|
200
205
|
"letterSpacing": 0.3,
|
|
201
206
|
"lineHeight": 20,
|
|
207
|
+
"textAlign": "left",
|
|
202
208
|
}
|
|
203
209
|
}
|
|
204
210
|
suppressHighlighting={true}
|
|
@@ -213,6 +219,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
|
|
|
213
219
|
"fontSize": 16,
|
|
214
220
|
"letterSpacing": 0.3,
|
|
215
221
|
"lineHeight": 24,
|
|
222
|
+
"textAlign": "left",
|
|
216
223
|
}
|
|
217
224
|
}
|
|
218
225
|
suppressHighlighting={true}
|
|
@@ -251,6 +258,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
|
|
|
251
258
|
"fontSize": 14,
|
|
252
259
|
"letterSpacing": 0.3,
|
|
253
260
|
"lineHeight": 20,
|
|
261
|
+
"textAlign": "left",
|
|
254
262
|
}
|
|
255
263
|
}
|
|
256
264
|
suppressHighlighting={true}
|
|
@@ -265,6 +273,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
|
|
|
265
273
|
"fontSize": 16,
|
|
266
274
|
"letterSpacing": 0.3,
|
|
267
275
|
"lineHeight": 24,
|
|
276
|
+
"textAlign": "left",
|
|
268
277
|
}
|
|
269
278
|
}
|
|
270
279
|
suppressHighlighting={true}
|
|
@@ -303,6 +312,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
|
|
|
303
312
|
"fontSize": 14,
|
|
304
313
|
"letterSpacing": 0.3,
|
|
305
314
|
"lineHeight": 20,
|
|
315
|
+
"textAlign": "left",
|
|
306
316
|
}
|
|
307
317
|
}
|
|
308
318
|
suppressHighlighting={true}
|
|
@@ -317,6 +327,7 @@ exports[`Bumper/Content/TypographyIcon/Features InheritFromTypography 1`] = `
|
|
|
317
327
|
"fontSize": 16,
|
|
318
328
|
"letterSpacing": 0.3,
|
|
319
329
|
"lineHeight": 24,
|
|
330
|
+
"textAlign": "left",
|
|
320
331
|
}
|
|
321
332
|
}
|
|
322
333
|
suppressHighlighting={true}
|
|
@@ -379,6 +390,7 @@ exports[`Bumper/Content/TypographyIcon/Features NestedTypographyInheritance 1`]
|
|
|
379
390
|
"fontSize": 14,
|
|
380
391
|
"letterSpacing": 0.3,
|
|
381
392
|
"lineHeight": 20,
|
|
393
|
+
"textAlign": "left",
|
|
382
394
|
}
|
|
383
395
|
}
|
|
384
396
|
suppressHighlighting={true}
|
|
@@ -393,6 +405,7 @@ exports[`Bumper/Content/TypographyIcon/Features NestedTypographyInheritance 1`]
|
|
|
393
405
|
"fontSize": 18,
|
|
394
406
|
"letterSpacing": 0.3,
|
|
395
407
|
"lineHeight": 26,
|
|
408
|
+
"textAlign": "left",
|
|
396
409
|
}
|
|
397
410
|
}
|
|
398
411
|
suppressHighlighting={true}
|
|
@@ -421,6 +434,7 @@ exports[`Bumper/Content/TypographyIcon/Features NestedTypographyInheritance 1`]
|
|
|
421
434
|
"fontSize": 16,
|
|
422
435
|
"letterSpacing": 0.3,
|
|
423
436
|
"lineHeight": 24,
|
|
437
|
+
"textAlign": "left",
|
|
424
438
|
}
|
|
425
439
|
}
|
|
426
440
|
suppressHighlighting={true}
|
|
@@ -460,6 +474,7 @@ exports[`Bumper/Content/TypographyIcon/Features NestedTypographyInheritance 1`]
|
|
|
460
474
|
"fontSize": 14,
|
|
461
475
|
"letterSpacing": 0.3,
|
|
462
476
|
"lineHeight": 20,
|
|
477
|
+
"textAlign": "left",
|
|
463
478
|
}
|
|
464
479
|
}
|
|
465
480
|
suppressHighlighting={true}
|
|
@@ -474,6 +489,7 @@ exports[`Bumper/Content/TypographyIcon/Features NestedTypographyInheritance 1`]
|
|
|
474
489
|
"fontSize": 18,
|
|
475
490
|
"letterSpacing": 0.3,
|
|
476
491
|
"lineHeight": 26,
|
|
492
|
+
"textAlign": "left",
|
|
477
493
|
}
|
|
478
494
|
}
|
|
479
495
|
suppressHighlighting={true}
|
|
@@ -502,6 +518,7 @@ exports[`Bumper/Content/TypographyIcon/Features NestedTypographyInheritance 1`]
|
|
|
502
518
|
"fontSize": 16,
|
|
503
519
|
"letterSpacing": 0.3,
|
|
504
520
|
"lineHeight": 24,
|
|
521
|
+
"textAlign": "left",
|
|
505
522
|
}
|
|
506
523
|
}
|
|
507
524
|
suppressHighlighting={true}
|
|
@@ -565,6 +582,7 @@ exports[`Bumper/Content/TypographyIcon/Features OverrideInheritedColor 1`] = `
|
|
|
565
582
|
"fontSize": 14,
|
|
566
583
|
"letterSpacing": 0.3,
|
|
567
584
|
"lineHeight": 20,
|
|
585
|
+
"textAlign": "left",
|
|
568
586
|
}
|
|
569
587
|
}
|
|
570
588
|
suppressHighlighting={true}
|
|
@@ -579,6 +597,7 @@ exports[`Bumper/Content/TypographyIcon/Features OverrideInheritedColor 1`] = `
|
|
|
579
597
|
"fontSize": 16,
|
|
580
598
|
"letterSpacing": 0.3,
|
|
581
599
|
"lineHeight": 24,
|
|
600
|
+
"textAlign": "left",
|
|
582
601
|
}
|
|
583
602
|
}
|
|
584
603
|
suppressHighlighting={true}
|
|
@@ -617,6 +636,7 @@ exports[`Bumper/Content/TypographyIcon/Features OverrideInheritedColor 1`] = `
|
|
|
617
636
|
"fontSize": 14,
|
|
618
637
|
"letterSpacing": 0.3,
|
|
619
638
|
"lineHeight": 20,
|
|
639
|
+
"textAlign": "left",
|
|
620
640
|
}
|
|
621
641
|
}
|
|
622
642
|
suppressHighlighting={true}
|
|
@@ -631,6 +651,7 @@ exports[`Bumper/Content/TypographyIcon/Features OverrideInheritedColor 1`] = `
|
|
|
631
651
|
"fontSize": 16,
|
|
632
652
|
"letterSpacing": 0.3,
|
|
633
653
|
"lineHeight": 24,
|
|
654
|
+
"textAlign": "left",
|
|
634
655
|
}
|
|
635
656
|
}
|
|
636
657
|
suppressHighlighting={true}
|
|
@@ -677,6 +698,7 @@ exports[`Bumper/Content/TypographyIcon/Features Responsive 1`] = `
|
|
|
677
698
|
"fontSize": 16,
|
|
678
699
|
"letterSpacing": 0.3,
|
|
679
700
|
"lineHeight": 24,
|
|
701
|
+
"textAlign": "left",
|
|
680
702
|
}
|
|
681
703
|
}
|
|
682
704
|
suppressHighlighting={true}
|
|
@@ -755,6 +777,7 @@ exports[`Bumper/Content/TypographyIcon/Features WithExplicitColor 1`] = `
|
|
|
755
777
|
"fontSize": 12,
|
|
756
778
|
"letterSpacing": 0.3,
|
|
757
779
|
"lineHeight": 16,
|
|
780
|
+
"textAlign": "left",
|
|
758
781
|
}
|
|
759
782
|
}
|
|
760
783
|
suppressHighlighting={true}
|
|
@@ -794,6 +817,7 @@ exports[`Bumper/Content/TypographyIcon/Features WithExplicitColor 1`] = `
|
|
|
794
817
|
"fontSize": 12,
|
|
795
818
|
"letterSpacing": 0.3,
|
|
796
819
|
"lineHeight": 16,
|
|
820
|
+
"textAlign": "left",
|
|
797
821
|
}
|
|
798
822
|
}
|
|
799
823
|
suppressHighlighting={true}
|
|
@@ -833,6 +857,7 @@ exports[`Bumper/Content/TypographyIcon/Features WithExplicitColor 1`] = `
|
|
|
833
857
|
"fontSize": 12,
|
|
834
858
|
"letterSpacing": 0.3,
|
|
835
859
|
"lineHeight": 16,
|
|
860
|
+
"textAlign": "left",
|
|
836
861
|
}
|
|
837
862
|
}
|
|
838
863
|
suppressHighlighting={true}
|
|
@@ -872,6 +897,7 @@ exports[`Bumper/Content/TypographyIcon/Features WithExplicitColor 1`] = `
|
|
|
872
897
|
"fontSize": 12,
|
|
873
898
|
"letterSpacing": 0.3,
|
|
874
899
|
"lineHeight": 16,
|
|
900
|
+
"textAlign": "left",
|
|
875
901
|
}
|
|
876
902
|
}
|
|
877
903
|
suppressHighlighting={true}
|
package/src/system/content/typography/__snapshots__/TypographyLink.features.stories.tsx.snap
CHANGED
|
@@ -30,6 +30,7 @@ exports[`Bumper/Content/TypographyLink/Features DisabledFalse 1`] = `
|
|
|
30
30
|
"fontSize": 16,
|
|
31
31
|
"letterSpacing": 0.3,
|
|
32
32
|
"lineHeight": 24,
|
|
33
|
+
"textAlign": "left",
|
|
33
34
|
"textDecorationLine": "underline",
|
|
34
35
|
}
|
|
35
36
|
}
|
|
@@ -61,6 +62,7 @@ exports[`Bumper/Content/TypographyLink/Features DisabledTrue 1`] = `
|
|
|
61
62
|
"fontSize": 16,
|
|
62
63
|
"letterSpacing": 0.3,
|
|
63
64
|
"lineHeight": 24,
|
|
65
|
+
"textAlign": "left",
|
|
64
66
|
"textDecorationLine": "underline",
|
|
65
67
|
}
|
|
66
68
|
}
|
|
@@ -91,6 +93,7 @@ exports[`Bumper/Content/TypographyLink/Features NestedInBodyBold 1`] = `
|
|
|
91
93
|
"fontSize": 18,
|
|
92
94
|
"letterSpacing": 0.3,
|
|
93
95
|
"lineHeight": 26,
|
|
96
|
+
"textAlign": "left",
|
|
94
97
|
}
|
|
95
98
|
}
|
|
96
99
|
suppressHighlighting={true}
|
|
@@ -114,6 +117,7 @@ exports[`Bumper/Content/TypographyLink/Features NestedInBodyBold 1`] = `
|
|
|
114
117
|
"fontSize": 18,
|
|
115
118
|
"letterSpacing": 0.3,
|
|
116
119
|
"lineHeight": 26,
|
|
120
|
+
"textAlign": "left",
|
|
117
121
|
"textDecorationLine": "underline",
|
|
118
122
|
}
|
|
119
123
|
}
|
|
@@ -145,6 +149,7 @@ exports[`Bumper/Content/TypographyLink/Features NestedInContentCaps 1`] = `
|
|
|
145
149
|
"fontSize": 16,
|
|
146
150
|
"letterSpacing": 0,
|
|
147
151
|
"lineHeight": 18,
|
|
152
|
+
"textAlign": "left",
|
|
148
153
|
"textTransform": "uppercase",
|
|
149
154
|
}
|
|
150
155
|
}
|
|
@@ -169,6 +174,7 @@ exports[`Bumper/Content/TypographyLink/Features NestedInContentCaps 1`] = `
|
|
|
169
174
|
"fontSize": 16,
|
|
170
175
|
"letterSpacing": 0,
|
|
171
176
|
"lineHeight": 18,
|
|
177
|
+
"textAlign": "left",
|
|
172
178
|
"textDecorationLine": "underline",
|
|
173
179
|
"textTransform": "uppercase",
|
|
174
180
|
}
|
|
@@ -201,6 +207,7 @@ exports[`Bumper/Content/TypographyLink/Features NestedInHeading 1`] = `
|
|
|
201
207
|
"fontSize": 28,
|
|
202
208
|
"letterSpacing": 0,
|
|
203
209
|
"lineHeight": 32,
|
|
210
|
+
"textAlign": "left",
|
|
204
211
|
}
|
|
205
212
|
}
|
|
206
213
|
suppressHighlighting={true}
|
|
@@ -224,6 +231,7 @@ exports[`Bumper/Content/TypographyLink/Features NestedInHeading 1`] = `
|
|
|
224
231
|
"fontSize": 28,
|
|
225
232
|
"letterSpacing": 0,
|
|
226
233
|
"lineHeight": 32,
|
|
234
|
+
"textAlign": "left",
|
|
227
235
|
"textDecorationLine": "underline",
|
|
228
236
|
}
|
|
229
237
|
}
|
|
@@ -265,6 +273,7 @@ exports[`Bumper/Content/TypographyLink/Features NoUnderlineFalse 1`] = `
|
|
|
265
273
|
"fontSize": 16,
|
|
266
274
|
"letterSpacing": 0.3,
|
|
267
275
|
"lineHeight": 24,
|
|
276
|
+
"textAlign": "left",
|
|
268
277
|
"textDecorationLine": "underline",
|
|
269
278
|
}
|
|
270
279
|
}
|
|
@@ -305,6 +314,7 @@ exports[`Bumper/Content/TypographyLink/Features NoUnderlineTrue 1`] = `
|
|
|
305
314
|
"fontSize": 16,
|
|
306
315
|
"letterSpacing": 0.3,
|
|
307
316
|
"lineHeight": 24,
|
|
317
|
+
"textAlign": "left",
|
|
308
318
|
"textDecorationLine": "none",
|
|
309
319
|
}
|
|
310
320
|
}
|
|
@@ -335,6 +345,7 @@ exports[`Bumper/Content/TypographyLink/Features Responsive 1`] = `
|
|
|
335
345
|
"fontSize": 14,
|
|
336
346
|
"letterSpacing": 0.3,
|
|
337
347
|
"lineHeight": 20,
|
|
348
|
+
"textAlign": "left",
|
|
338
349
|
}
|
|
339
350
|
}
|
|
340
351
|
suppressHighlighting={true}
|
|
@@ -358,6 +369,7 @@ exports[`Bumper/Content/TypographyLink/Features Responsive 1`] = `
|
|
|
358
369
|
"fontSize": 14,
|
|
359
370
|
"letterSpacing": 0.3,
|
|
360
371
|
"lineHeight": 20,
|
|
372
|
+
"textAlign": "left",
|
|
361
373
|
"textDecorationLine": "underline",
|
|
362
374
|
}
|
|
363
375
|
}
|
|
@@ -408,6 +420,7 @@ exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
|
|
|
408
420
|
"fontSize": 16,
|
|
409
421
|
"letterSpacing": 0.3,
|
|
410
422
|
"lineHeight": 24,
|
|
423
|
+
"textAlign": "left",
|
|
411
424
|
"textDecorationLine": "none",
|
|
412
425
|
}
|
|
413
426
|
}
|
|
@@ -433,6 +446,7 @@ exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
|
|
|
433
446
|
"fontSize": 16,
|
|
434
447
|
"letterSpacing": 0.3,
|
|
435
448
|
"lineHeight": 24,
|
|
449
|
+
"textAlign": "left",
|
|
436
450
|
"textDecorationLine": "none",
|
|
437
451
|
}
|
|
438
452
|
}
|
|
@@ -449,6 +463,7 @@ exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
|
|
|
449
463
|
"fontSize": 16,
|
|
450
464
|
"letterSpacing": 0.3,
|
|
451
465
|
"lineHeight": 24,
|
|
466
|
+
"textAlign": "left",
|
|
452
467
|
"textDecorationLine": "underline",
|
|
453
468
|
}
|
|
454
469
|
}
|
|
@@ -465,6 +480,7 @@ exports[`Bumper/Content/TypographyLink/Features StateHover 1`] = `
|
|
|
465
480
|
"fontSize": 16,
|
|
466
481
|
"letterSpacing": 0.3,
|
|
467
482
|
"lineHeight": 24,
|
|
483
|
+
"textAlign": "left",
|
|
468
484
|
"textDecorationLine": "none",
|
|
469
485
|
}
|
|
470
486
|
}
|
|
@@ -496,6 +512,7 @@ exports[`Bumper/Content/TypographyLink/Features Withhref 1`] = `
|
|
|
496
512
|
"fontSize": 16,
|
|
497
513
|
"letterSpacing": 0,
|
|
498
514
|
"lineHeight": 18,
|
|
515
|
+
"textAlign": "left",
|
|
499
516
|
"textTransform": "uppercase",
|
|
500
517
|
}
|
|
501
518
|
}
|
|
@@ -512,6 +529,7 @@ exports[`Bumper/Content/TypographyLink/Features Withhref 1`] = `
|
|
|
512
529
|
"fontSize": 16,
|
|
513
530
|
"letterSpacing": 0,
|
|
514
531
|
"lineHeight": 18,
|
|
532
|
+
"textAlign": "left",
|
|
515
533
|
"textDecorationLine": "underline",
|
|
516
534
|
"textTransform": "uppercase",
|
|
517
535
|
}
|