@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
|
@@ -48,7 +48,8 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexGrowExample 1`] = `
|
|
|
48
48
|
<Text
|
|
49
49
|
style={
|
|
50
50
|
{
|
|
51
|
-
"
|
|
51
|
+
"color": "#101010",
|
|
52
|
+
"fontFamily": "GTStandardRegular",
|
|
52
53
|
"fontSize": 14,
|
|
53
54
|
"letterSpacing": 0.3,
|
|
54
55
|
"lineHeight": 20,
|
|
@@ -78,7 +79,8 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexGrowExample 1`] = `
|
|
|
78
79
|
<Text
|
|
79
80
|
style={
|
|
80
81
|
{
|
|
81
|
-
"
|
|
82
|
+
"color": "#101010",
|
|
83
|
+
"fontFamily": "GTStandardRegular",
|
|
82
84
|
"fontSize": 14,
|
|
83
85
|
"letterSpacing": 0.3,
|
|
84
86
|
"lineHeight": 20,
|
|
@@ -108,7 +110,8 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexGrowExample 1`] = `
|
|
|
108
110
|
<Text
|
|
109
111
|
style={
|
|
110
112
|
{
|
|
111
|
-
"
|
|
113
|
+
"color": "#101010",
|
|
114
|
+
"fontFamily": "GTStandardRegular",
|
|
112
115
|
"fontSize": 14,
|
|
113
116
|
"letterSpacing": 0.3,
|
|
114
117
|
"lineHeight": 20,
|
|
@@ -137,7 +140,8 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexGrowExample 1`] = `
|
|
|
137
140
|
<Text
|
|
138
141
|
style={
|
|
139
142
|
{
|
|
140
|
-
"
|
|
143
|
+
"color": "#101010",
|
|
144
|
+
"fontFamily": "GTStandardRegular",
|
|
141
145
|
"fontSize": 14,
|
|
142
146
|
"letterSpacing": 0.3,
|
|
143
147
|
"lineHeight": 20,
|
|
@@ -202,7 +206,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
202
206
|
style={
|
|
203
207
|
{
|
|
204
208
|
"color": "#ffffff",
|
|
205
|
-
"fontFamily": "
|
|
209
|
+
"fontFamily": "GTStandardRegular",
|
|
206
210
|
"fontSize": 14,
|
|
207
211
|
"letterSpacing": 0.3,
|
|
208
212
|
"lineHeight": 20,
|
|
@@ -233,7 +237,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
233
237
|
style={
|
|
234
238
|
{
|
|
235
239
|
"color": "#ffffff",
|
|
236
|
-
"fontFamily": "
|
|
240
|
+
"fontFamily": "GTStandardRegular",
|
|
237
241
|
"fontSize": 14,
|
|
238
242
|
"letterSpacing": 0.3,
|
|
239
243
|
"lineHeight": 20,
|
|
@@ -264,7 +268,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
264
268
|
style={
|
|
265
269
|
{
|
|
266
270
|
"color": "#ffffff",
|
|
267
|
-
"fontFamily": "
|
|
271
|
+
"fontFamily": "GTStandardRegular",
|
|
268
272
|
"fontSize": 14,
|
|
269
273
|
"letterSpacing": 0.3,
|
|
270
274
|
"lineHeight": 20,
|
|
@@ -295,7 +299,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
295
299
|
style={
|
|
296
300
|
{
|
|
297
301
|
"color": "#ffffff",
|
|
298
|
-
"fontFamily": "
|
|
302
|
+
"fontFamily": "GTStandardRegular",
|
|
299
303
|
"fontSize": 14,
|
|
300
304
|
"letterSpacing": 0.3,
|
|
301
305
|
"lineHeight": 20,
|
|
@@ -326,7 +330,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
326
330
|
style={
|
|
327
331
|
{
|
|
328
332
|
"color": "#ffffff",
|
|
329
|
-
"fontFamily": "
|
|
333
|
+
"fontFamily": "GTStandardRegular",
|
|
330
334
|
"fontSize": 14,
|
|
331
335
|
"letterSpacing": 0.3,
|
|
332
336
|
"lineHeight": 20,
|
|
@@ -357,7 +361,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
357
361
|
style={
|
|
358
362
|
{
|
|
359
363
|
"color": "#ffffff",
|
|
360
|
-
"fontFamily": "
|
|
364
|
+
"fontFamily": "GTStandardRegular",
|
|
361
365
|
"fontSize": 14,
|
|
362
366
|
"letterSpacing": 0.3,
|
|
363
367
|
"lineHeight": 20,
|
|
@@ -388,7 +392,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
388
392
|
style={
|
|
389
393
|
{
|
|
390
394
|
"color": "#ffffff",
|
|
391
|
-
"fontFamily": "
|
|
395
|
+
"fontFamily": "GTStandardRegular",
|
|
392
396
|
"fontSize": 14,
|
|
393
397
|
"letterSpacing": 0.3,
|
|
394
398
|
"lineHeight": 20,
|
|
@@ -419,7 +423,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
419
423
|
style={
|
|
420
424
|
{
|
|
421
425
|
"color": "#ffffff",
|
|
422
|
-
"fontFamily": "
|
|
426
|
+
"fontFamily": "GTStandardRegular",
|
|
423
427
|
"fontSize": 14,
|
|
424
428
|
"letterSpacing": 0.3,
|
|
425
429
|
"lineHeight": 20,
|
|
@@ -450,7 +454,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
450
454
|
style={
|
|
451
455
|
{
|
|
452
456
|
"color": "#ffffff",
|
|
453
|
-
"fontFamily": "
|
|
457
|
+
"fontFamily": "GTStandardRegular",
|
|
454
458
|
"fontSize": 14,
|
|
455
459
|
"letterSpacing": 0.3,
|
|
456
460
|
"lineHeight": 20,
|
|
@@ -481,7 +485,7 @@ exports[`Bumper/Core/Primitives/Stack/Features FlexWrap 1`] = `
|
|
|
481
485
|
style={
|
|
482
486
|
{
|
|
483
487
|
"color": "#ffffff",
|
|
484
|
-
"fontFamily": "
|
|
488
|
+
"fontFamily": "GTStandardRegular",
|
|
485
489
|
"fontSize": 14,
|
|
486
490
|
"letterSpacing": 0.3,
|
|
487
491
|
"lineHeight": 20,
|
|
@@ -554,7 +558,7 @@ exports[`Bumper/Core/Primitives/Stack/Features GridLikeLayout 1`] = `
|
|
|
554
558
|
style={
|
|
555
559
|
{
|
|
556
560
|
"color": "#ffffff",
|
|
557
|
-
"fontFamily": "
|
|
561
|
+
"fontFamily": "GTStandardRegular",
|
|
558
562
|
"fontSize": 16,
|
|
559
563
|
"letterSpacing": 0.3,
|
|
560
564
|
"lineHeight": 24,
|
|
@@ -585,7 +589,7 @@ exports[`Bumper/Core/Primitives/Stack/Features GridLikeLayout 1`] = `
|
|
|
585
589
|
style={
|
|
586
590
|
{
|
|
587
591
|
"color": "#ffffff",
|
|
588
|
-
"fontFamily": "
|
|
592
|
+
"fontFamily": "GTStandardRegular",
|
|
589
593
|
"fontSize": 16,
|
|
590
594
|
"letterSpacing": 0.3,
|
|
591
595
|
"lineHeight": 24,
|
|
@@ -625,7 +629,7 @@ exports[`Bumper/Core/Primitives/Stack/Features GridLikeLayout 1`] = `
|
|
|
625
629
|
style={
|
|
626
630
|
{
|
|
627
631
|
"color": "#ffffff",
|
|
628
|
-
"fontFamily": "
|
|
632
|
+
"fontFamily": "GTStandardRegular",
|
|
629
633
|
"fontSize": 16,
|
|
630
634
|
"letterSpacing": 0.3,
|
|
631
635
|
"lineHeight": 24,
|
|
@@ -656,7 +660,7 @@ exports[`Bumper/Core/Primitives/Stack/Features GridLikeLayout 1`] = `
|
|
|
656
660
|
style={
|
|
657
661
|
{
|
|
658
662
|
"color": "#ffffff",
|
|
659
|
-
"fontFamily": "
|
|
663
|
+
"fontFamily": "GTStandardRegular",
|
|
660
664
|
"fontSize": 16,
|
|
661
665
|
"letterSpacing": 0.3,
|
|
662
666
|
"lineHeight": 24,
|
|
@@ -696,7 +700,7 @@ exports[`Bumper/Core/Primitives/Stack/Features GridLikeLayout 1`] = `
|
|
|
696
700
|
style={
|
|
697
701
|
{
|
|
698
702
|
"color": "#ffffff",
|
|
699
|
-
"fontFamily": "
|
|
703
|
+
"fontFamily": "GTStandardRegular",
|
|
700
704
|
"fontSize": 16,
|
|
701
705
|
"letterSpacing": 0.3,
|
|
702
706
|
"lineHeight": 24,
|
|
@@ -727,7 +731,7 @@ exports[`Bumper/Core/Primitives/Stack/Features GridLikeLayout 1`] = `
|
|
|
727
731
|
style={
|
|
728
732
|
{
|
|
729
733
|
"color": "#ffffff",
|
|
730
|
-
"fontFamily": "
|
|
734
|
+
"fontFamily": "GTStandardRegular",
|
|
731
735
|
"fontSize": 16,
|
|
732
736
|
"letterSpacing": 0.3,
|
|
733
737
|
"lineHeight": 24,
|
|
@@ -791,7 +795,7 @@ exports[`Bumper/Core/Primitives/Stack/Features HStackBasic 1`] = `
|
|
|
791
795
|
style={
|
|
792
796
|
{
|
|
793
797
|
"color": "#ffffff",
|
|
794
|
-
"fontFamily": "
|
|
798
|
+
"fontFamily": "GTStandardRegular",
|
|
795
799
|
"fontSize": 16,
|
|
796
800
|
"letterSpacing": 0.3,
|
|
797
801
|
"lineHeight": 24,
|
|
@@ -821,7 +825,7 @@ exports[`Bumper/Core/Primitives/Stack/Features HStackBasic 1`] = `
|
|
|
821
825
|
style={
|
|
822
826
|
{
|
|
823
827
|
"color": "#ffffff",
|
|
824
|
-
"fontFamily": "
|
|
828
|
+
"fontFamily": "GTStandardRegular",
|
|
825
829
|
"fontSize": 16,
|
|
826
830
|
"letterSpacing": 0.3,
|
|
827
831
|
"lineHeight": 24,
|
|
@@ -851,7 +855,7 @@ exports[`Bumper/Core/Primitives/Stack/Features HStackBasic 1`] = `
|
|
|
851
855
|
style={
|
|
852
856
|
{
|
|
853
857
|
"color": "#ffffff",
|
|
854
|
-
"fontFamily": "
|
|
858
|
+
"fontFamily": "GTStandardRegular",
|
|
855
859
|
"fontSize": 16,
|
|
856
860
|
"letterSpacing": 0.3,
|
|
857
861
|
"lineHeight": 24,
|
|
@@ -898,6 +902,7 @@ exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
|
898
902
|
<Text
|
|
899
903
|
style={
|
|
900
904
|
{
|
|
905
|
+
"color": "#101010",
|
|
901
906
|
"fontFamily": "GTStandardSemibold",
|
|
902
907
|
"fontSize": 28,
|
|
903
908
|
"letterSpacing": 0,
|
|
@@ -928,6 +933,7 @@ exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
|
928
933
|
<Text
|
|
929
934
|
style={
|
|
930
935
|
{
|
|
936
|
+
"color": "#101010",
|
|
931
937
|
"fontFamily": "GTStandardSemibold",
|
|
932
938
|
"fontSize": 14,
|
|
933
939
|
"letterSpacing": 0,
|
|
@@ -965,7 +971,8 @@ exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
|
965
971
|
<Text
|
|
966
972
|
style={
|
|
967
973
|
{
|
|
968
|
-
"
|
|
974
|
+
"color": "#101010",
|
|
975
|
+
"fontFamily": "GTStandardRegular",
|
|
969
976
|
"fontSize": 14,
|
|
970
977
|
"letterSpacing": 0.3,
|
|
971
978
|
"lineHeight": 20,
|
|
@@ -995,7 +1002,8 @@ exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
|
995
1002
|
<Text
|
|
996
1003
|
style={
|
|
997
1004
|
{
|
|
998
|
-
"
|
|
1005
|
+
"color": "#101010",
|
|
1006
|
+
"fontFamily": "GTStandardRegular",
|
|
999
1007
|
"fontSize": 14,
|
|
1000
1008
|
"letterSpacing": 0.3,
|
|
1001
1009
|
"lineHeight": 20,
|
|
@@ -1028,6 +1036,7 @@ exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
|
1028
1036
|
<Text
|
|
1029
1037
|
style={
|
|
1030
1038
|
{
|
|
1039
|
+
"color": "#101010",
|
|
1031
1040
|
"fontFamily": "GTStandardSemibold",
|
|
1032
1041
|
"fontSize": 14,
|
|
1033
1042
|
"letterSpacing": 0,
|
|
@@ -1064,7 +1073,8 @@ exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
|
1064
1073
|
<Text
|
|
1065
1074
|
style={
|
|
1066
1075
|
{
|
|
1067
|
-
"
|
|
1076
|
+
"color": "#101010",
|
|
1077
|
+
"fontFamily": "GTStandardRegular",
|
|
1068
1078
|
"fontSize": 14,
|
|
1069
1079
|
"letterSpacing": 0.3,
|
|
1070
1080
|
"lineHeight": 20,
|
|
@@ -1093,7 +1103,8 @@ exports[`Bumper/Core/Primitives/Stack/Features NestedStacks 1`] = `
|
|
|
1093
1103
|
<Text
|
|
1094
1104
|
style={
|
|
1095
1105
|
{
|
|
1096
|
-
"
|
|
1106
|
+
"color": "#101010",
|
|
1107
|
+
"fontFamily": "GTStandardRegular",
|
|
1097
1108
|
"fontSize": 14,
|
|
1098
1109
|
"letterSpacing": 0.3,
|
|
1099
1110
|
"lineHeight": 20,
|
|
@@ -1158,7 +1169,7 @@ exports[`Bumper/Core/Primitives/Stack/Features VStackBasic 1`] = `
|
|
|
1158
1169
|
style={
|
|
1159
1170
|
{
|
|
1160
1171
|
"color": "#ffffff",
|
|
1161
|
-
"fontFamily": "
|
|
1172
|
+
"fontFamily": "GTStandardRegular",
|
|
1162
1173
|
"fontSize": 16,
|
|
1163
1174
|
"letterSpacing": 0.3,
|
|
1164
1175
|
"lineHeight": 24,
|
|
@@ -1188,7 +1199,7 @@ exports[`Bumper/Core/Primitives/Stack/Features VStackBasic 1`] = `
|
|
|
1188
1199
|
style={
|
|
1189
1200
|
{
|
|
1190
1201
|
"color": "#ffffff",
|
|
1191
|
-
"fontFamily": "
|
|
1202
|
+
"fontFamily": "GTStandardRegular",
|
|
1192
1203
|
"fontSize": 16,
|
|
1193
1204
|
"letterSpacing": 0.3,
|
|
1194
1205
|
"lineHeight": 24,
|
|
@@ -1218,7 +1229,7 @@ exports[`Bumper/Core/Primitives/Stack/Features VStackBasic 1`] = `
|
|
|
1218
1229
|
style={
|
|
1219
1230
|
{
|
|
1220
1231
|
"color": "#ffffff",
|
|
1221
|
-
"fontFamily": "
|
|
1232
|
+
"fontFamily": "GTStandardRegular",
|
|
1222
1233
|
"fontSize": 16,
|
|
1223
1234
|
"letterSpacing": 0.3,
|
|
1224
1235
|
"lineHeight": 24,
|
|
@@ -42,7 +42,8 @@ exports[`Bumper/Core/Primitives/Stack Default 1`] = `
|
|
|
42
42
|
<Text
|
|
43
43
|
style={
|
|
44
44
|
{
|
|
45
|
-
"
|
|
45
|
+
"color": "#101010",
|
|
46
|
+
"fontFamily": "GTStandardRegular",
|
|
46
47
|
"fontSize": 14,
|
|
47
48
|
"letterSpacing": 0.3,
|
|
48
49
|
"lineHeight": 20,
|
|
@@ -71,7 +72,8 @@ exports[`Bumper/Core/Primitives/Stack Default 1`] = `
|
|
|
71
72
|
<Text
|
|
72
73
|
style={
|
|
73
74
|
{
|
|
74
|
-
"
|
|
75
|
+
"color": "#101010",
|
|
76
|
+
"fontFamily": "GTStandardRegular",
|
|
75
77
|
"fontSize": 14,
|
|
76
78
|
"letterSpacing": 0.3,
|
|
77
79
|
"lineHeight": 20,
|
|
@@ -100,7 +102,8 @@ exports[`Bumper/Core/Primitives/Stack Default 1`] = `
|
|
|
100
102
|
<Text
|
|
101
103
|
style={
|
|
102
104
|
{
|
|
103
|
-
"
|
|
105
|
+
"color": "#101010",
|
|
106
|
+
"fontFamily": "GTStandardRegular",
|
|
104
107
|
"fontSize": 14,
|
|
105
108
|
"letterSpacing": 0.3,
|
|
106
109
|
"lineHeight": 20,
|