@ledgerhq/lumen-design-core 0.0.39 → 0.0.40
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/README.md +2 -2
- package/dist/presets/allBrands.d.ts +2 -14
- package/dist/presets/allBrands.d.ts.map +1 -1
- package/dist/presets/allBrands.js +2 -0
- package/dist/presets/enterprise.d.ts +2 -14
- package/dist/presets/enterprise.d.ts.map +1 -1
- package/dist/presets/enterprise.js +2 -0
- package/dist/presets/ledger-live.d.ts +2 -14
- package/dist/presets/ledger-live.d.ts.map +1 -1
- package/dist/presets/ledger-live.js +2 -0
- package/dist/presets/websites.d.ts +2 -14
- package/dist/presets/websites.d.ts.map +1 -1
- package/dist/presets/websites.js +2 -0
- package/dist/themes/css/enterprise/theme.dark-css.d.ts.map +1 -1
- package/dist/themes/css/enterprise/theme.dark-css.js +9 -0
- package/dist/themes/css/enterprise/theme.light-css.d.ts.map +1 -1
- package/dist/themes/css/enterprise/theme.light-css.js +13 -4
- package/dist/themes/css/ledger-live/theme.dark-css.d.ts.map +1 -1
- package/dist/themes/css/ledger-live/theme.dark-css.js +4 -0
- package/dist/themes/css/ledger-live/theme.light-css.d.ts.map +1 -1
- package/dist/themes/css/ledger-live/theme.light-css.js +8 -4
- package/dist/themes/css/primitives-css.d.ts.map +1 -1
- package/dist/themes/css/primitives-css.js +168 -167
- package/dist/themes/css/typographies/typography.lg-css.d.ts.map +1 -1
- package/dist/themes/css/typographies/typography.lg-css.js +19 -14
- package/dist/themes/css/typographies/typography.md-css.d.ts.map +1 -1
- package/dist/themes/css/typographies/typography.md-css.js +19 -14
- package/dist/themes/css/typographies/typography.sm-css.d.ts.map +1 -1
- package/dist/themes/css/typographies/typography.sm-css.js +19 -14
- package/dist/themes/css/typographies/typography.xl-css.d.ts.map +1 -1
- package/dist/themes/css/typographies/typography.xl-css.js +19 -14
- package/dist/themes/css/websites/theme.dark-css.d.ts.map +1 -1
- package/dist/themes/css/websites/theme.dark-css.js +9 -0
- package/dist/themes/css/websites/theme.light-css.d.ts.map +1 -1
- package/dist/themes/css/websites/theme.light-css.js +13 -4
- package/dist/themes/js/enterprise/theme.d.ts +264 -88
- package/dist/themes/js/enterprise/theme.d.ts.map +1 -1
- package/dist/themes/js/enterprise/theme.dark.d.ts +8 -4
- package/dist/themes/js/enterprise/theme.dark.d.ts.map +1 -1
- package/dist/themes/js/enterprise/theme.dark.js +8 -4
- package/dist/themes/js/enterprise/theme.light.d.ts +4 -0
- package/dist/themes/js/enterprise/theme.light.d.ts.map +1 -1
- package/dist/themes/js/enterprise/theme.light.js +4 -0
- package/dist/themes/js/ledger-live/theme.d.ts +264 -88
- package/dist/themes/js/ledger-live/theme.d.ts.map +1 -1
- package/dist/themes/js/ledger-live/theme.dark.d.ts +8 -4
- package/dist/themes/js/ledger-live/theme.dark.d.ts.map +1 -1
- package/dist/themes/js/ledger-live/theme.dark.js +8 -4
- package/dist/themes/js/ledger-live/theme.light.d.ts +4 -0
- package/dist/themes/js/ledger-live/theme.light.d.ts.map +1 -1
- package/dist/themes/js/ledger-live/theme.light.js +4 -0
- package/dist/themes/js/types.d.ts +2 -0
- package/dist/themes/js/types.d.ts.map +1 -1
- package/dist/themes/js/typographies/index.d.ts +84 -28
- package/dist/themes/js/typographies/index.d.ts.map +1 -1
- package/dist/themes/js/typographies/typography.lg.d.ts +21 -7
- package/dist/themes/js/typographies/typography.lg.d.ts.map +1 -1
- package/dist/themes/js/typographies/typography.md.d.ts +21 -7
- package/dist/themes/js/typographies/typography.md.d.ts.map +1 -1
- package/dist/themes/js/typographies/typography.md.js +21 -7
- package/dist/themes/js/typographies/typography.sm.d.ts +24 -10
- package/dist/themes/js/typographies/typography.sm.d.ts.map +1 -1
- package/dist/themes/js/typographies/typography.sm.js +24 -10
- package/dist/themes/js/typographies/typography.xl.d.ts +21 -7
- package/dist/themes/js/typographies/typography.xl.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.d.ts +264 -88
- package/dist/themes/js/websites/theme.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.dark.d.ts +8 -4
- package/dist/themes/js/websites/theme.dark.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.dark.js +8 -4
- package/dist/themes/js/websites/theme.light.d.ts +4 -0
- package/dist/themes/js/websites/theme.light.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.light.js +4 -0
- package/dist/utils/createAnimationsPlugin.d.ts +4 -4
- package/dist/utils/createAnimationsPlugin.d.ts.map +1 -1
- package/dist/utils/createAnimationsPlugin.js +9 -83
- package/dist/utils/createCustomPlugin.d.ts +7 -16
- package/dist/utils/createCustomPlugin.d.ts.map +1 -1
- package/dist/utils/createCustomPlugin.js +17 -1
- package/dist/utils/createPrimitivesPlugin.d.ts +4 -4
- package/dist/utils/createPrimitivesPlugin.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -105,55 +105,69 @@ export declare const websitesCoreTokens: {
|
|
|
105
105
|
readonly letterSpacing: -2.5;
|
|
106
106
|
};
|
|
107
107
|
readonly heading1: {
|
|
108
|
+
readonly fontFamily: "Inter";
|
|
109
|
+
readonly fontSize: 40;
|
|
110
|
+
readonly fontWeight: "500";
|
|
111
|
+
readonly lineHeight: 48;
|
|
112
|
+
readonly letterSpacing: -2;
|
|
113
|
+
};
|
|
114
|
+
readonly heading1SemiBold: {
|
|
115
|
+
readonly fontFamily: "Inter";
|
|
116
|
+
readonly fontSize: 40;
|
|
117
|
+
readonly fontWeight: "600";
|
|
118
|
+
readonly lineHeight: 48;
|
|
119
|
+
readonly letterSpacing: -2;
|
|
120
|
+
};
|
|
121
|
+
readonly heading2: {
|
|
108
122
|
readonly fontFamily: "Inter";
|
|
109
123
|
readonly fontSize: 28;
|
|
110
124
|
readonly fontWeight: "500";
|
|
111
125
|
readonly lineHeight: 36;
|
|
112
126
|
readonly letterSpacing: -1.5;
|
|
113
127
|
};
|
|
114
|
-
readonly
|
|
128
|
+
readonly heading2SemiBold: {
|
|
115
129
|
readonly fontFamily: "Inter";
|
|
116
130
|
readonly fontSize: 28;
|
|
117
131
|
readonly fontWeight: "600";
|
|
118
132
|
readonly lineHeight: 36;
|
|
119
133
|
readonly letterSpacing: -1.5;
|
|
120
134
|
};
|
|
121
|
-
readonly
|
|
135
|
+
readonly heading3: {
|
|
122
136
|
readonly fontFamily: "Inter";
|
|
123
137
|
readonly fontSize: 24;
|
|
124
138
|
readonly fontWeight: "500";
|
|
125
139
|
readonly lineHeight: 32;
|
|
126
140
|
readonly letterSpacing: -1;
|
|
127
141
|
};
|
|
128
|
-
readonly
|
|
142
|
+
readonly heading3SemiBold: {
|
|
129
143
|
readonly fontFamily: "Inter";
|
|
130
144
|
readonly fontSize: 24;
|
|
131
145
|
readonly fontWeight: "600";
|
|
132
146
|
readonly lineHeight: 32;
|
|
133
147
|
readonly letterSpacing: -1;
|
|
134
148
|
};
|
|
135
|
-
readonly
|
|
149
|
+
readonly heading4: {
|
|
136
150
|
readonly fontFamily: "Inter";
|
|
137
151
|
readonly fontSize: 20;
|
|
138
152
|
readonly fontWeight: "500";
|
|
139
153
|
readonly lineHeight: 28;
|
|
140
154
|
readonly letterSpacing: -1;
|
|
141
155
|
};
|
|
142
|
-
readonly
|
|
156
|
+
readonly heading4SemiBold: {
|
|
143
157
|
readonly fontFamily: "Inter";
|
|
144
158
|
readonly fontSize: 20;
|
|
145
159
|
readonly fontWeight: "600";
|
|
146
160
|
readonly lineHeight: 28;
|
|
147
161
|
readonly letterSpacing: -1;
|
|
148
162
|
};
|
|
149
|
-
readonly
|
|
163
|
+
readonly heading5: {
|
|
150
164
|
readonly fontFamily: "Inter";
|
|
151
165
|
readonly fontSize: 18;
|
|
152
166
|
readonly fontWeight: "500";
|
|
153
167
|
readonly lineHeight: 26;
|
|
154
168
|
readonly letterSpacing: -0.5;
|
|
155
169
|
};
|
|
156
|
-
readonly
|
|
170
|
+
readonly heading5SemiBold: {
|
|
157
171
|
readonly fontFamily: "Inter";
|
|
158
172
|
readonly fontSize: 18;
|
|
159
173
|
readonly fontWeight: "600";
|
|
@@ -261,55 +275,69 @@ export declare const websitesCoreTokens: {
|
|
|
261
275
|
readonly letterSpacing: -2.5;
|
|
262
276
|
};
|
|
263
277
|
readonly heading1: {
|
|
278
|
+
readonly fontFamily: "Inter";
|
|
279
|
+
readonly fontSize: 40;
|
|
280
|
+
readonly fontWeight: "500";
|
|
281
|
+
readonly lineHeight: 48;
|
|
282
|
+
readonly letterSpacing: -2;
|
|
283
|
+
};
|
|
284
|
+
readonly heading1SemiBold: {
|
|
285
|
+
readonly fontFamily: "Inter";
|
|
286
|
+
readonly fontSize: 40;
|
|
287
|
+
readonly fontWeight: "600";
|
|
288
|
+
readonly lineHeight: 48;
|
|
289
|
+
readonly letterSpacing: -2;
|
|
290
|
+
};
|
|
291
|
+
readonly heading2: {
|
|
264
292
|
readonly fontFamily: "Inter";
|
|
265
293
|
readonly fontSize: 28;
|
|
266
294
|
readonly fontWeight: "500";
|
|
267
295
|
readonly lineHeight: 36;
|
|
268
296
|
readonly letterSpacing: -1.5;
|
|
269
297
|
};
|
|
270
|
-
readonly
|
|
298
|
+
readonly heading2SemiBold: {
|
|
271
299
|
readonly fontFamily: "Inter";
|
|
272
300
|
readonly fontSize: 28;
|
|
273
301
|
readonly fontWeight: "600";
|
|
274
302
|
readonly lineHeight: 36;
|
|
275
303
|
readonly letterSpacing: -1.5;
|
|
276
304
|
};
|
|
277
|
-
readonly
|
|
305
|
+
readonly heading3: {
|
|
278
306
|
readonly fontFamily: "Inter";
|
|
279
307
|
readonly fontSize: 24;
|
|
280
308
|
readonly fontWeight: "500";
|
|
281
309
|
readonly lineHeight: 32;
|
|
282
310
|
readonly letterSpacing: -1;
|
|
283
311
|
};
|
|
284
|
-
readonly
|
|
312
|
+
readonly heading3SemiBold: {
|
|
285
313
|
readonly fontFamily: "Inter";
|
|
286
314
|
readonly fontSize: 24;
|
|
287
315
|
readonly fontWeight: "600";
|
|
288
316
|
readonly lineHeight: 32;
|
|
289
317
|
readonly letterSpacing: -1;
|
|
290
318
|
};
|
|
291
|
-
readonly
|
|
319
|
+
readonly heading4: {
|
|
292
320
|
readonly fontFamily: "Inter";
|
|
293
321
|
readonly fontSize: 20;
|
|
294
322
|
readonly fontWeight: "500";
|
|
295
323
|
readonly lineHeight: 28;
|
|
296
324
|
readonly letterSpacing: -1;
|
|
297
325
|
};
|
|
298
|
-
readonly
|
|
326
|
+
readonly heading4SemiBold: {
|
|
299
327
|
readonly fontFamily: "Inter";
|
|
300
328
|
readonly fontSize: 20;
|
|
301
329
|
readonly fontWeight: "600";
|
|
302
330
|
readonly lineHeight: 28;
|
|
303
331
|
readonly letterSpacing: -1;
|
|
304
332
|
};
|
|
305
|
-
readonly
|
|
333
|
+
readonly heading5: {
|
|
306
334
|
readonly fontFamily: "Inter";
|
|
307
335
|
readonly fontSize: 18;
|
|
308
336
|
readonly fontWeight: "500";
|
|
309
337
|
readonly lineHeight: 26;
|
|
310
338
|
readonly letterSpacing: -0.5;
|
|
311
339
|
};
|
|
312
|
-
readonly
|
|
340
|
+
readonly heading5SemiBold: {
|
|
313
341
|
readonly fontFamily: "Inter";
|
|
314
342
|
readonly fontSize: 18;
|
|
315
343
|
readonly fontWeight: "600";
|
|
@@ -417,55 +445,69 @@ export declare const websitesCoreTokens: {
|
|
|
417
445
|
readonly letterSpacing: -2.5;
|
|
418
446
|
};
|
|
419
447
|
readonly heading1: {
|
|
448
|
+
readonly fontFamily: "Inter";
|
|
449
|
+
readonly fontSize: 40;
|
|
450
|
+
readonly fontWeight: "500";
|
|
451
|
+
readonly lineHeight: 48;
|
|
452
|
+
readonly letterSpacing: -2;
|
|
453
|
+
};
|
|
454
|
+
readonly heading1SemiBold: {
|
|
455
|
+
readonly fontFamily: "Inter";
|
|
456
|
+
readonly fontSize: 40;
|
|
457
|
+
readonly fontWeight: "600";
|
|
458
|
+
readonly lineHeight: 48;
|
|
459
|
+
readonly letterSpacing: -2;
|
|
460
|
+
};
|
|
461
|
+
readonly heading2: {
|
|
420
462
|
readonly fontFamily: "Inter";
|
|
421
463
|
readonly fontSize: 28;
|
|
422
464
|
readonly fontWeight: "500";
|
|
423
465
|
readonly lineHeight: 36;
|
|
424
466
|
readonly letterSpacing: -1.5;
|
|
425
467
|
};
|
|
426
|
-
readonly
|
|
468
|
+
readonly heading2SemiBold: {
|
|
427
469
|
readonly fontFamily: "Inter";
|
|
428
470
|
readonly fontSize: 28;
|
|
429
471
|
readonly fontWeight: "600";
|
|
430
472
|
readonly lineHeight: 36;
|
|
431
473
|
readonly letterSpacing: -1.5;
|
|
432
474
|
};
|
|
433
|
-
readonly
|
|
475
|
+
readonly heading3: {
|
|
434
476
|
readonly fontFamily: "Inter";
|
|
435
477
|
readonly fontSize: 24;
|
|
436
478
|
readonly fontWeight: "500";
|
|
437
479
|
readonly lineHeight: 32;
|
|
438
480
|
readonly letterSpacing: -1;
|
|
439
481
|
};
|
|
440
|
-
readonly
|
|
482
|
+
readonly heading3SemiBold: {
|
|
441
483
|
readonly fontFamily: "Inter";
|
|
442
484
|
readonly fontSize: 24;
|
|
443
485
|
readonly fontWeight: "600";
|
|
444
486
|
readonly lineHeight: 32;
|
|
445
487
|
readonly letterSpacing: -1;
|
|
446
488
|
};
|
|
447
|
-
readonly
|
|
489
|
+
readonly heading4: {
|
|
448
490
|
readonly fontFamily: "Inter";
|
|
449
491
|
readonly fontSize: 20;
|
|
450
492
|
readonly fontWeight: "500";
|
|
451
493
|
readonly lineHeight: 28;
|
|
452
494
|
readonly letterSpacing: -1;
|
|
453
495
|
};
|
|
454
|
-
readonly
|
|
496
|
+
readonly heading4SemiBold: {
|
|
455
497
|
readonly fontFamily: "Inter";
|
|
456
498
|
readonly fontSize: 20;
|
|
457
499
|
readonly fontWeight: "600";
|
|
458
500
|
readonly lineHeight: 28;
|
|
459
501
|
readonly letterSpacing: -1;
|
|
460
502
|
};
|
|
461
|
-
readonly
|
|
503
|
+
readonly heading5: {
|
|
462
504
|
readonly fontFamily: "Inter";
|
|
463
505
|
readonly fontSize: 18;
|
|
464
506
|
readonly fontWeight: "500";
|
|
465
507
|
readonly lineHeight: 26;
|
|
466
508
|
readonly letterSpacing: -0.5;
|
|
467
509
|
};
|
|
468
|
-
readonly
|
|
510
|
+
readonly heading5SemiBold: {
|
|
469
511
|
readonly fontFamily: "Inter";
|
|
470
512
|
readonly fontSize: 18;
|
|
471
513
|
readonly fontWeight: "600";
|
|
@@ -573,55 +615,69 @@ export declare const websitesCoreTokens: {
|
|
|
573
615
|
readonly letterSpacing: -2.5;
|
|
574
616
|
};
|
|
575
617
|
readonly heading1: {
|
|
618
|
+
readonly fontFamily: "Inter";
|
|
619
|
+
readonly fontSize: 40;
|
|
620
|
+
readonly fontWeight: "500";
|
|
621
|
+
readonly lineHeight: 48;
|
|
622
|
+
readonly letterSpacing: -2;
|
|
623
|
+
};
|
|
624
|
+
readonly heading1SemiBold: {
|
|
625
|
+
readonly fontFamily: "Inter";
|
|
626
|
+
readonly fontSize: 40;
|
|
627
|
+
readonly fontWeight: "600";
|
|
628
|
+
readonly lineHeight: 48;
|
|
629
|
+
readonly letterSpacing: -2;
|
|
630
|
+
};
|
|
631
|
+
readonly heading2: {
|
|
576
632
|
readonly fontFamily: "Inter";
|
|
577
633
|
readonly fontSize: 28;
|
|
578
634
|
readonly fontWeight: "500";
|
|
579
635
|
readonly lineHeight: 36;
|
|
580
636
|
readonly letterSpacing: -1.5;
|
|
581
637
|
};
|
|
582
|
-
readonly
|
|
638
|
+
readonly heading2SemiBold: {
|
|
583
639
|
readonly fontFamily: "Inter";
|
|
584
640
|
readonly fontSize: 28;
|
|
585
641
|
readonly fontWeight: "600";
|
|
586
642
|
readonly lineHeight: 36;
|
|
587
643
|
readonly letterSpacing: -1.5;
|
|
588
644
|
};
|
|
589
|
-
readonly
|
|
645
|
+
readonly heading3: {
|
|
590
646
|
readonly fontFamily: "Inter";
|
|
591
647
|
readonly fontSize: 24;
|
|
592
648
|
readonly fontWeight: "500";
|
|
593
649
|
readonly lineHeight: 32;
|
|
594
650
|
readonly letterSpacing: -1;
|
|
595
651
|
};
|
|
596
|
-
readonly
|
|
652
|
+
readonly heading3SemiBold: {
|
|
597
653
|
readonly fontFamily: "Inter";
|
|
598
654
|
readonly fontSize: 24;
|
|
599
655
|
readonly fontWeight: "600";
|
|
600
656
|
readonly lineHeight: 32;
|
|
601
657
|
readonly letterSpacing: -1;
|
|
602
658
|
};
|
|
603
|
-
readonly
|
|
659
|
+
readonly heading4: {
|
|
604
660
|
readonly fontFamily: "Inter";
|
|
605
661
|
readonly fontSize: 20;
|
|
606
662
|
readonly fontWeight: "500";
|
|
607
663
|
readonly lineHeight: 28;
|
|
608
664
|
readonly letterSpacing: -1;
|
|
609
665
|
};
|
|
610
|
-
readonly
|
|
666
|
+
readonly heading4SemiBold: {
|
|
611
667
|
readonly fontFamily: "Inter";
|
|
612
668
|
readonly fontSize: 20;
|
|
613
669
|
readonly fontWeight: "600";
|
|
614
670
|
readonly lineHeight: 28;
|
|
615
671
|
readonly letterSpacing: -1;
|
|
616
672
|
};
|
|
617
|
-
readonly
|
|
673
|
+
readonly heading5: {
|
|
618
674
|
readonly fontFamily: "Inter";
|
|
619
675
|
readonly fontSize: 18;
|
|
620
676
|
readonly fontWeight: "500";
|
|
621
677
|
readonly lineHeight: 26;
|
|
622
678
|
readonly letterSpacing: -0.5;
|
|
623
679
|
};
|
|
624
|
-
readonly
|
|
680
|
+
readonly heading5SemiBold: {
|
|
625
681
|
readonly fontFamily: "Inter";
|
|
626
682
|
readonly fontSize: 18;
|
|
627
683
|
readonly fontWeight: "600";
|
|
@@ -1016,6 +1072,10 @@ export declare const websitesThemes: {
|
|
|
1016
1072
|
readonly surface: "#151515";
|
|
1017
1073
|
readonly surfaceHover: "#1f1f1f";
|
|
1018
1074
|
readonly surfacePressed: "#3c3c3c";
|
|
1075
|
+
readonly surfaceTransparent: "#ffffff0d";
|
|
1076
|
+
readonly surfaceTransparentHover: "#ffffff1a";
|
|
1077
|
+
readonly surfaceTransparentPressed: "#ffffff33";
|
|
1078
|
+
readonly surfaceTransparentDisabled: "#ffffff0d";
|
|
1019
1079
|
readonly base: "#000000";
|
|
1020
1080
|
readonly baseHover: "#151515";
|
|
1021
1081
|
readonly basePressed: "#1f1f1f";
|
|
@@ -1030,10 +1090,10 @@ export declare const websitesThemes: {
|
|
|
1030
1090
|
readonly mutedStrong: "#848484";
|
|
1031
1091
|
readonly mutedStrongHover: "#9c9c9c";
|
|
1032
1092
|
readonly mutedStrongPressed: "#c3c3c3";
|
|
1033
|
-
readonly mutedTransparent: "#
|
|
1034
|
-
readonly mutedTransparentHover: "#
|
|
1035
|
-
readonly mutedTransparentPressed: "#
|
|
1036
|
-
readonly mutedTransparentDisabled: "#
|
|
1093
|
+
readonly mutedTransparent: "#ffffff1a";
|
|
1094
|
+
readonly mutedTransparentHover: "#ffffff33";
|
|
1095
|
+
readonly mutedTransparentPressed: "#ffffff4d";
|
|
1096
|
+
readonly mutedTransparentDisabled: "#ffffff1a";
|
|
1037
1097
|
readonly accent: "#ff5300";
|
|
1038
1098
|
readonly accentHover: "#ff702a";
|
|
1039
1099
|
readonly accentPressed: "#ff8c55";
|
|
@@ -1219,55 +1279,69 @@ export declare const websitesThemes: {
|
|
|
1219
1279
|
readonly letterSpacing: -2.5;
|
|
1220
1280
|
};
|
|
1221
1281
|
readonly heading1: {
|
|
1282
|
+
readonly fontFamily: "Inter";
|
|
1283
|
+
readonly fontSize: 40;
|
|
1284
|
+
readonly fontWeight: "500";
|
|
1285
|
+
readonly lineHeight: 48;
|
|
1286
|
+
readonly letterSpacing: -2;
|
|
1287
|
+
};
|
|
1288
|
+
readonly heading1SemiBold: {
|
|
1289
|
+
readonly fontFamily: "Inter";
|
|
1290
|
+
readonly fontSize: 40;
|
|
1291
|
+
readonly fontWeight: "600";
|
|
1292
|
+
readonly lineHeight: 48;
|
|
1293
|
+
readonly letterSpacing: -2;
|
|
1294
|
+
};
|
|
1295
|
+
readonly heading2: {
|
|
1222
1296
|
readonly fontFamily: "Inter";
|
|
1223
1297
|
readonly fontSize: 28;
|
|
1224
1298
|
readonly fontWeight: "500";
|
|
1225
1299
|
readonly lineHeight: 36;
|
|
1226
1300
|
readonly letterSpacing: -1.5;
|
|
1227
1301
|
};
|
|
1228
|
-
readonly
|
|
1302
|
+
readonly heading2SemiBold: {
|
|
1229
1303
|
readonly fontFamily: "Inter";
|
|
1230
1304
|
readonly fontSize: 28;
|
|
1231
1305
|
readonly fontWeight: "600";
|
|
1232
1306
|
readonly lineHeight: 36;
|
|
1233
1307
|
readonly letterSpacing: -1.5;
|
|
1234
1308
|
};
|
|
1235
|
-
readonly
|
|
1309
|
+
readonly heading3: {
|
|
1236
1310
|
readonly fontFamily: "Inter";
|
|
1237
1311
|
readonly fontSize: 24;
|
|
1238
1312
|
readonly fontWeight: "500";
|
|
1239
1313
|
readonly lineHeight: 32;
|
|
1240
1314
|
readonly letterSpacing: -1;
|
|
1241
1315
|
};
|
|
1242
|
-
readonly
|
|
1316
|
+
readonly heading3SemiBold: {
|
|
1243
1317
|
readonly fontFamily: "Inter";
|
|
1244
1318
|
readonly fontSize: 24;
|
|
1245
1319
|
readonly fontWeight: "600";
|
|
1246
1320
|
readonly lineHeight: 32;
|
|
1247
1321
|
readonly letterSpacing: -1;
|
|
1248
1322
|
};
|
|
1249
|
-
readonly
|
|
1323
|
+
readonly heading4: {
|
|
1250
1324
|
readonly fontFamily: "Inter";
|
|
1251
1325
|
readonly fontSize: 20;
|
|
1252
1326
|
readonly fontWeight: "500";
|
|
1253
1327
|
readonly lineHeight: 28;
|
|
1254
1328
|
readonly letterSpacing: -1;
|
|
1255
1329
|
};
|
|
1256
|
-
readonly
|
|
1330
|
+
readonly heading4SemiBold: {
|
|
1257
1331
|
readonly fontFamily: "Inter";
|
|
1258
1332
|
readonly fontSize: 20;
|
|
1259
1333
|
readonly fontWeight: "600";
|
|
1260
1334
|
readonly lineHeight: 28;
|
|
1261
1335
|
readonly letterSpacing: -1;
|
|
1262
1336
|
};
|
|
1263
|
-
readonly
|
|
1337
|
+
readonly heading5: {
|
|
1264
1338
|
readonly fontFamily: "Inter";
|
|
1265
1339
|
readonly fontSize: 18;
|
|
1266
1340
|
readonly fontWeight: "500";
|
|
1267
1341
|
readonly lineHeight: 26;
|
|
1268
1342
|
readonly letterSpacing: -0.5;
|
|
1269
1343
|
};
|
|
1270
|
-
readonly
|
|
1344
|
+
readonly heading5SemiBold: {
|
|
1271
1345
|
readonly fontFamily: "Inter";
|
|
1272
1346
|
readonly fontSize: 18;
|
|
1273
1347
|
readonly fontWeight: "600";
|
|
@@ -1375,55 +1449,69 @@ export declare const websitesThemes: {
|
|
|
1375
1449
|
readonly letterSpacing: -2.5;
|
|
1376
1450
|
};
|
|
1377
1451
|
readonly heading1: {
|
|
1452
|
+
readonly fontFamily: "Inter";
|
|
1453
|
+
readonly fontSize: 40;
|
|
1454
|
+
readonly fontWeight: "500";
|
|
1455
|
+
readonly lineHeight: 48;
|
|
1456
|
+
readonly letterSpacing: -2;
|
|
1457
|
+
};
|
|
1458
|
+
readonly heading1SemiBold: {
|
|
1459
|
+
readonly fontFamily: "Inter";
|
|
1460
|
+
readonly fontSize: 40;
|
|
1461
|
+
readonly fontWeight: "600";
|
|
1462
|
+
readonly lineHeight: 48;
|
|
1463
|
+
readonly letterSpacing: -2;
|
|
1464
|
+
};
|
|
1465
|
+
readonly heading2: {
|
|
1378
1466
|
readonly fontFamily: "Inter";
|
|
1379
1467
|
readonly fontSize: 28;
|
|
1380
1468
|
readonly fontWeight: "500";
|
|
1381
1469
|
readonly lineHeight: 36;
|
|
1382
1470
|
readonly letterSpacing: -1.5;
|
|
1383
1471
|
};
|
|
1384
|
-
readonly
|
|
1472
|
+
readonly heading2SemiBold: {
|
|
1385
1473
|
readonly fontFamily: "Inter";
|
|
1386
1474
|
readonly fontSize: 28;
|
|
1387
1475
|
readonly fontWeight: "600";
|
|
1388
1476
|
readonly lineHeight: 36;
|
|
1389
1477
|
readonly letterSpacing: -1.5;
|
|
1390
1478
|
};
|
|
1391
|
-
readonly
|
|
1479
|
+
readonly heading3: {
|
|
1392
1480
|
readonly fontFamily: "Inter";
|
|
1393
1481
|
readonly fontSize: 24;
|
|
1394
1482
|
readonly fontWeight: "500";
|
|
1395
1483
|
readonly lineHeight: 32;
|
|
1396
1484
|
readonly letterSpacing: -1;
|
|
1397
1485
|
};
|
|
1398
|
-
readonly
|
|
1486
|
+
readonly heading3SemiBold: {
|
|
1399
1487
|
readonly fontFamily: "Inter";
|
|
1400
1488
|
readonly fontSize: 24;
|
|
1401
1489
|
readonly fontWeight: "600";
|
|
1402
1490
|
readonly lineHeight: 32;
|
|
1403
1491
|
readonly letterSpacing: -1;
|
|
1404
1492
|
};
|
|
1405
|
-
readonly
|
|
1493
|
+
readonly heading4: {
|
|
1406
1494
|
readonly fontFamily: "Inter";
|
|
1407
1495
|
readonly fontSize: 20;
|
|
1408
1496
|
readonly fontWeight: "500";
|
|
1409
1497
|
readonly lineHeight: 28;
|
|
1410
1498
|
readonly letterSpacing: -1;
|
|
1411
1499
|
};
|
|
1412
|
-
readonly
|
|
1500
|
+
readonly heading4SemiBold: {
|
|
1413
1501
|
readonly fontFamily: "Inter";
|
|
1414
1502
|
readonly fontSize: 20;
|
|
1415
1503
|
readonly fontWeight: "600";
|
|
1416
1504
|
readonly lineHeight: 28;
|
|
1417
1505
|
readonly letterSpacing: -1;
|
|
1418
1506
|
};
|
|
1419
|
-
readonly
|
|
1507
|
+
readonly heading5: {
|
|
1420
1508
|
readonly fontFamily: "Inter";
|
|
1421
1509
|
readonly fontSize: 18;
|
|
1422
1510
|
readonly fontWeight: "500";
|
|
1423
1511
|
readonly lineHeight: 26;
|
|
1424
1512
|
readonly letterSpacing: -0.5;
|
|
1425
1513
|
};
|
|
1426
|
-
readonly
|
|
1514
|
+
readonly heading5SemiBold: {
|
|
1427
1515
|
readonly fontFamily: "Inter";
|
|
1428
1516
|
readonly fontSize: 18;
|
|
1429
1517
|
readonly fontWeight: "600";
|
|
@@ -1531,55 +1619,69 @@ export declare const websitesThemes: {
|
|
|
1531
1619
|
readonly letterSpacing: -2.5;
|
|
1532
1620
|
};
|
|
1533
1621
|
readonly heading1: {
|
|
1622
|
+
readonly fontFamily: "Inter";
|
|
1623
|
+
readonly fontSize: 40;
|
|
1624
|
+
readonly fontWeight: "500";
|
|
1625
|
+
readonly lineHeight: 48;
|
|
1626
|
+
readonly letterSpacing: -2;
|
|
1627
|
+
};
|
|
1628
|
+
readonly heading1SemiBold: {
|
|
1629
|
+
readonly fontFamily: "Inter";
|
|
1630
|
+
readonly fontSize: 40;
|
|
1631
|
+
readonly fontWeight: "600";
|
|
1632
|
+
readonly lineHeight: 48;
|
|
1633
|
+
readonly letterSpacing: -2;
|
|
1634
|
+
};
|
|
1635
|
+
readonly heading2: {
|
|
1534
1636
|
readonly fontFamily: "Inter";
|
|
1535
1637
|
readonly fontSize: 28;
|
|
1536
1638
|
readonly fontWeight: "500";
|
|
1537
1639
|
readonly lineHeight: 36;
|
|
1538
1640
|
readonly letterSpacing: -1.5;
|
|
1539
1641
|
};
|
|
1540
|
-
readonly
|
|
1642
|
+
readonly heading2SemiBold: {
|
|
1541
1643
|
readonly fontFamily: "Inter";
|
|
1542
1644
|
readonly fontSize: 28;
|
|
1543
1645
|
readonly fontWeight: "600";
|
|
1544
1646
|
readonly lineHeight: 36;
|
|
1545
1647
|
readonly letterSpacing: -1.5;
|
|
1546
1648
|
};
|
|
1547
|
-
readonly
|
|
1649
|
+
readonly heading3: {
|
|
1548
1650
|
readonly fontFamily: "Inter";
|
|
1549
1651
|
readonly fontSize: 24;
|
|
1550
1652
|
readonly fontWeight: "500";
|
|
1551
1653
|
readonly lineHeight: 32;
|
|
1552
1654
|
readonly letterSpacing: -1;
|
|
1553
1655
|
};
|
|
1554
|
-
readonly
|
|
1656
|
+
readonly heading3SemiBold: {
|
|
1555
1657
|
readonly fontFamily: "Inter";
|
|
1556
1658
|
readonly fontSize: 24;
|
|
1557
1659
|
readonly fontWeight: "600";
|
|
1558
1660
|
readonly lineHeight: 32;
|
|
1559
1661
|
readonly letterSpacing: -1;
|
|
1560
1662
|
};
|
|
1561
|
-
readonly
|
|
1663
|
+
readonly heading4: {
|
|
1562
1664
|
readonly fontFamily: "Inter";
|
|
1563
1665
|
readonly fontSize: 20;
|
|
1564
1666
|
readonly fontWeight: "500";
|
|
1565
1667
|
readonly lineHeight: 28;
|
|
1566
1668
|
readonly letterSpacing: -1;
|
|
1567
1669
|
};
|
|
1568
|
-
readonly
|
|
1670
|
+
readonly heading4SemiBold: {
|
|
1569
1671
|
readonly fontFamily: "Inter";
|
|
1570
1672
|
readonly fontSize: 20;
|
|
1571
1673
|
readonly fontWeight: "600";
|
|
1572
1674
|
readonly lineHeight: 28;
|
|
1573
1675
|
readonly letterSpacing: -1;
|
|
1574
1676
|
};
|
|
1575
|
-
readonly
|
|
1677
|
+
readonly heading5: {
|
|
1576
1678
|
readonly fontFamily: "Inter";
|
|
1577
1679
|
readonly fontSize: 18;
|
|
1578
1680
|
readonly fontWeight: "500";
|
|
1579
1681
|
readonly lineHeight: 26;
|
|
1580
1682
|
readonly letterSpacing: -0.5;
|
|
1581
1683
|
};
|
|
1582
|
-
readonly
|
|
1684
|
+
readonly heading5SemiBold: {
|
|
1583
1685
|
readonly fontFamily: "Inter";
|
|
1584
1686
|
readonly fontSize: 18;
|
|
1585
1687
|
readonly fontWeight: "600";
|
|
@@ -1687,55 +1789,69 @@ export declare const websitesThemes: {
|
|
|
1687
1789
|
readonly letterSpacing: -2.5;
|
|
1688
1790
|
};
|
|
1689
1791
|
readonly heading1: {
|
|
1792
|
+
readonly fontFamily: "Inter";
|
|
1793
|
+
readonly fontSize: 40;
|
|
1794
|
+
readonly fontWeight: "500";
|
|
1795
|
+
readonly lineHeight: 48;
|
|
1796
|
+
readonly letterSpacing: -2;
|
|
1797
|
+
};
|
|
1798
|
+
readonly heading1SemiBold: {
|
|
1799
|
+
readonly fontFamily: "Inter";
|
|
1800
|
+
readonly fontSize: 40;
|
|
1801
|
+
readonly fontWeight: "600";
|
|
1802
|
+
readonly lineHeight: 48;
|
|
1803
|
+
readonly letterSpacing: -2;
|
|
1804
|
+
};
|
|
1805
|
+
readonly heading2: {
|
|
1690
1806
|
readonly fontFamily: "Inter";
|
|
1691
1807
|
readonly fontSize: 28;
|
|
1692
1808
|
readonly fontWeight: "500";
|
|
1693
1809
|
readonly lineHeight: 36;
|
|
1694
1810
|
readonly letterSpacing: -1.5;
|
|
1695
1811
|
};
|
|
1696
|
-
readonly
|
|
1812
|
+
readonly heading2SemiBold: {
|
|
1697
1813
|
readonly fontFamily: "Inter";
|
|
1698
1814
|
readonly fontSize: 28;
|
|
1699
1815
|
readonly fontWeight: "600";
|
|
1700
1816
|
readonly lineHeight: 36;
|
|
1701
1817
|
readonly letterSpacing: -1.5;
|
|
1702
1818
|
};
|
|
1703
|
-
readonly
|
|
1819
|
+
readonly heading3: {
|
|
1704
1820
|
readonly fontFamily: "Inter";
|
|
1705
1821
|
readonly fontSize: 24;
|
|
1706
1822
|
readonly fontWeight: "500";
|
|
1707
1823
|
readonly lineHeight: 32;
|
|
1708
1824
|
readonly letterSpacing: -1;
|
|
1709
1825
|
};
|
|
1710
|
-
readonly
|
|
1826
|
+
readonly heading3SemiBold: {
|
|
1711
1827
|
readonly fontFamily: "Inter";
|
|
1712
1828
|
readonly fontSize: 24;
|
|
1713
1829
|
readonly fontWeight: "600";
|
|
1714
1830
|
readonly lineHeight: 32;
|
|
1715
1831
|
readonly letterSpacing: -1;
|
|
1716
1832
|
};
|
|
1717
|
-
readonly
|
|
1833
|
+
readonly heading4: {
|
|
1718
1834
|
readonly fontFamily: "Inter";
|
|
1719
1835
|
readonly fontSize: 20;
|
|
1720
1836
|
readonly fontWeight: "500";
|
|
1721
1837
|
readonly lineHeight: 28;
|
|
1722
1838
|
readonly letterSpacing: -1;
|
|
1723
1839
|
};
|
|
1724
|
-
readonly
|
|
1840
|
+
readonly heading4SemiBold: {
|
|
1725
1841
|
readonly fontFamily: "Inter";
|
|
1726
1842
|
readonly fontSize: 20;
|
|
1727
1843
|
readonly fontWeight: "600";
|
|
1728
1844
|
readonly lineHeight: 28;
|
|
1729
1845
|
readonly letterSpacing: -1;
|
|
1730
1846
|
};
|
|
1731
|
-
readonly
|
|
1847
|
+
readonly heading5: {
|
|
1732
1848
|
readonly fontFamily: "Inter";
|
|
1733
1849
|
readonly fontSize: 18;
|
|
1734
1850
|
readonly fontWeight: "500";
|
|
1735
1851
|
readonly lineHeight: 26;
|
|
1736
1852
|
readonly letterSpacing: -0.5;
|
|
1737
1853
|
};
|
|
1738
|
-
readonly
|
|
1854
|
+
readonly heading5SemiBold: {
|
|
1739
1855
|
readonly fontFamily: "Inter";
|
|
1740
1856
|
readonly fontSize: 18;
|
|
1741
1857
|
readonly fontWeight: "600";
|
|
@@ -2129,6 +2245,10 @@ export declare const websitesThemes: {
|
|
|
2129
2245
|
readonly surface: "#fafafa";
|
|
2130
2246
|
readonly surfaceHover: "#f1f1f1";
|
|
2131
2247
|
readonly surfacePressed: "#e8e8e8";
|
|
2248
|
+
readonly surfaceTransparent: "#0000000d";
|
|
2249
|
+
readonly surfaceTransparentHover: "#0000001a";
|
|
2250
|
+
readonly surfaceTransparentPressed: "#00000033";
|
|
2251
|
+
readonly surfaceTransparentDisabled: "#0000000d";
|
|
2132
2252
|
readonly base: "#ffffff";
|
|
2133
2253
|
readonly baseHover: "#fafafa";
|
|
2134
2254
|
readonly basePressed: "#f1f1f1";
|
|
@@ -2332,55 +2452,69 @@ export declare const websitesThemes: {
|
|
|
2332
2452
|
readonly letterSpacing: -2.5;
|
|
2333
2453
|
};
|
|
2334
2454
|
readonly heading1: {
|
|
2455
|
+
readonly fontFamily: "Inter";
|
|
2456
|
+
readonly fontSize: 40;
|
|
2457
|
+
readonly fontWeight: "500";
|
|
2458
|
+
readonly lineHeight: 48;
|
|
2459
|
+
readonly letterSpacing: -2;
|
|
2460
|
+
};
|
|
2461
|
+
readonly heading1SemiBold: {
|
|
2462
|
+
readonly fontFamily: "Inter";
|
|
2463
|
+
readonly fontSize: 40;
|
|
2464
|
+
readonly fontWeight: "600";
|
|
2465
|
+
readonly lineHeight: 48;
|
|
2466
|
+
readonly letterSpacing: -2;
|
|
2467
|
+
};
|
|
2468
|
+
readonly heading2: {
|
|
2335
2469
|
readonly fontFamily: "Inter";
|
|
2336
2470
|
readonly fontSize: 28;
|
|
2337
2471
|
readonly fontWeight: "500";
|
|
2338
2472
|
readonly lineHeight: 36;
|
|
2339
2473
|
readonly letterSpacing: -1.5;
|
|
2340
2474
|
};
|
|
2341
|
-
readonly
|
|
2475
|
+
readonly heading2SemiBold: {
|
|
2342
2476
|
readonly fontFamily: "Inter";
|
|
2343
2477
|
readonly fontSize: 28;
|
|
2344
2478
|
readonly fontWeight: "600";
|
|
2345
2479
|
readonly lineHeight: 36;
|
|
2346
2480
|
readonly letterSpacing: -1.5;
|
|
2347
2481
|
};
|
|
2348
|
-
readonly
|
|
2482
|
+
readonly heading3: {
|
|
2349
2483
|
readonly fontFamily: "Inter";
|
|
2350
2484
|
readonly fontSize: 24;
|
|
2351
2485
|
readonly fontWeight: "500";
|
|
2352
2486
|
readonly lineHeight: 32;
|
|
2353
2487
|
readonly letterSpacing: -1;
|
|
2354
2488
|
};
|
|
2355
|
-
readonly
|
|
2489
|
+
readonly heading3SemiBold: {
|
|
2356
2490
|
readonly fontFamily: "Inter";
|
|
2357
2491
|
readonly fontSize: 24;
|
|
2358
2492
|
readonly fontWeight: "600";
|
|
2359
2493
|
readonly lineHeight: 32;
|
|
2360
2494
|
readonly letterSpacing: -1;
|
|
2361
2495
|
};
|
|
2362
|
-
readonly
|
|
2496
|
+
readonly heading4: {
|
|
2363
2497
|
readonly fontFamily: "Inter";
|
|
2364
2498
|
readonly fontSize: 20;
|
|
2365
2499
|
readonly fontWeight: "500";
|
|
2366
2500
|
readonly lineHeight: 28;
|
|
2367
2501
|
readonly letterSpacing: -1;
|
|
2368
2502
|
};
|
|
2369
|
-
readonly
|
|
2503
|
+
readonly heading4SemiBold: {
|
|
2370
2504
|
readonly fontFamily: "Inter";
|
|
2371
2505
|
readonly fontSize: 20;
|
|
2372
2506
|
readonly fontWeight: "600";
|
|
2373
2507
|
readonly lineHeight: 28;
|
|
2374
2508
|
readonly letterSpacing: -1;
|
|
2375
2509
|
};
|
|
2376
|
-
readonly
|
|
2510
|
+
readonly heading5: {
|
|
2377
2511
|
readonly fontFamily: "Inter";
|
|
2378
2512
|
readonly fontSize: 18;
|
|
2379
2513
|
readonly fontWeight: "500";
|
|
2380
2514
|
readonly lineHeight: 26;
|
|
2381
2515
|
readonly letterSpacing: -0.5;
|
|
2382
2516
|
};
|
|
2383
|
-
readonly
|
|
2517
|
+
readonly heading5SemiBold: {
|
|
2384
2518
|
readonly fontFamily: "Inter";
|
|
2385
2519
|
readonly fontSize: 18;
|
|
2386
2520
|
readonly fontWeight: "600";
|
|
@@ -2488,55 +2622,69 @@ export declare const websitesThemes: {
|
|
|
2488
2622
|
readonly letterSpacing: -2.5;
|
|
2489
2623
|
};
|
|
2490
2624
|
readonly heading1: {
|
|
2625
|
+
readonly fontFamily: "Inter";
|
|
2626
|
+
readonly fontSize: 40;
|
|
2627
|
+
readonly fontWeight: "500";
|
|
2628
|
+
readonly lineHeight: 48;
|
|
2629
|
+
readonly letterSpacing: -2;
|
|
2630
|
+
};
|
|
2631
|
+
readonly heading1SemiBold: {
|
|
2632
|
+
readonly fontFamily: "Inter";
|
|
2633
|
+
readonly fontSize: 40;
|
|
2634
|
+
readonly fontWeight: "600";
|
|
2635
|
+
readonly lineHeight: 48;
|
|
2636
|
+
readonly letterSpacing: -2;
|
|
2637
|
+
};
|
|
2638
|
+
readonly heading2: {
|
|
2491
2639
|
readonly fontFamily: "Inter";
|
|
2492
2640
|
readonly fontSize: 28;
|
|
2493
2641
|
readonly fontWeight: "500";
|
|
2494
2642
|
readonly lineHeight: 36;
|
|
2495
2643
|
readonly letterSpacing: -1.5;
|
|
2496
2644
|
};
|
|
2497
|
-
readonly
|
|
2645
|
+
readonly heading2SemiBold: {
|
|
2498
2646
|
readonly fontFamily: "Inter";
|
|
2499
2647
|
readonly fontSize: 28;
|
|
2500
2648
|
readonly fontWeight: "600";
|
|
2501
2649
|
readonly lineHeight: 36;
|
|
2502
2650
|
readonly letterSpacing: -1.5;
|
|
2503
2651
|
};
|
|
2504
|
-
readonly
|
|
2652
|
+
readonly heading3: {
|
|
2505
2653
|
readonly fontFamily: "Inter";
|
|
2506
2654
|
readonly fontSize: 24;
|
|
2507
2655
|
readonly fontWeight: "500";
|
|
2508
2656
|
readonly lineHeight: 32;
|
|
2509
2657
|
readonly letterSpacing: -1;
|
|
2510
2658
|
};
|
|
2511
|
-
readonly
|
|
2659
|
+
readonly heading3SemiBold: {
|
|
2512
2660
|
readonly fontFamily: "Inter";
|
|
2513
2661
|
readonly fontSize: 24;
|
|
2514
2662
|
readonly fontWeight: "600";
|
|
2515
2663
|
readonly lineHeight: 32;
|
|
2516
2664
|
readonly letterSpacing: -1;
|
|
2517
2665
|
};
|
|
2518
|
-
readonly
|
|
2666
|
+
readonly heading4: {
|
|
2519
2667
|
readonly fontFamily: "Inter";
|
|
2520
2668
|
readonly fontSize: 20;
|
|
2521
2669
|
readonly fontWeight: "500";
|
|
2522
2670
|
readonly lineHeight: 28;
|
|
2523
2671
|
readonly letterSpacing: -1;
|
|
2524
2672
|
};
|
|
2525
|
-
readonly
|
|
2673
|
+
readonly heading4SemiBold: {
|
|
2526
2674
|
readonly fontFamily: "Inter";
|
|
2527
2675
|
readonly fontSize: 20;
|
|
2528
2676
|
readonly fontWeight: "600";
|
|
2529
2677
|
readonly lineHeight: 28;
|
|
2530
2678
|
readonly letterSpacing: -1;
|
|
2531
2679
|
};
|
|
2532
|
-
readonly
|
|
2680
|
+
readonly heading5: {
|
|
2533
2681
|
readonly fontFamily: "Inter";
|
|
2534
2682
|
readonly fontSize: 18;
|
|
2535
2683
|
readonly fontWeight: "500";
|
|
2536
2684
|
readonly lineHeight: 26;
|
|
2537
2685
|
readonly letterSpacing: -0.5;
|
|
2538
2686
|
};
|
|
2539
|
-
readonly
|
|
2687
|
+
readonly heading5SemiBold: {
|
|
2540
2688
|
readonly fontFamily: "Inter";
|
|
2541
2689
|
readonly fontSize: 18;
|
|
2542
2690
|
readonly fontWeight: "600";
|
|
@@ -2644,55 +2792,69 @@ export declare const websitesThemes: {
|
|
|
2644
2792
|
readonly letterSpacing: -2.5;
|
|
2645
2793
|
};
|
|
2646
2794
|
readonly heading1: {
|
|
2795
|
+
readonly fontFamily: "Inter";
|
|
2796
|
+
readonly fontSize: 40;
|
|
2797
|
+
readonly fontWeight: "500";
|
|
2798
|
+
readonly lineHeight: 48;
|
|
2799
|
+
readonly letterSpacing: -2;
|
|
2800
|
+
};
|
|
2801
|
+
readonly heading1SemiBold: {
|
|
2802
|
+
readonly fontFamily: "Inter";
|
|
2803
|
+
readonly fontSize: 40;
|
|
2804
|
+
readonly fontWeight: "600";
|
|
2805
|
+
readonly lineHeight: 48;
|
|
2806
|
+
readonly letterSpacing: -2;
|
|
2807
|
+
};
|
|
2808
|
+
readonly heading2: {
|
|
2647
2809
|
readonly fontFamily: "Inter";
|
|
2648
2810
|
readonly fontSize: 28;
|
|
2649
2811
|
readonly fontWeight: "500";
|
|
2650
2812
|
readonly lineHeight: 36;
|
|
2651
2813
|
readonly letterSpacing: -1.5;
|
|
2652
2814
|
};
|
|
2653
|
-
readonly
|
|
2815
|
+
readonly heading2SemiBold: {
|
|
2654
2816
|
readonly fontFamily: "Inter";
|
|
2655
2817
|
readonly fontSize: 28;
|
|
2656
2818
|
readonly fontWeight: "600";
|
|
2657
2819
|
readonly lineHeight: 36;
|
|
2658
2820
|
readonly letterSpacing: -1.5;
|
|
2659
2821
|
};
|
|
2660
|
-
readonly
|
|
2822
|
+
readonly heading3: {
|
|
2661
2823
|
readonly fontFamily: "Inter";
|
|
2662
2824
|
readonly fontSize: 24;
|
|
2663
2825
|
readonly fontWeight: "500";
|
|
2664
2826
|
readonly lineHeight: 32;
|
|
2665
2827
|
readonly letterSpacing: -1;
|
|
2666
2828
|
};
|
|
2667
|
-
readonly
|
|
2829
|
+
readonly heading3SemiBold: {
|
|
2668
2830
|
readonly fontFamily: "Inter";
|
|
2669
2831
|
readonly fontSize: 24;
|
|
2670
2832
|
readonly fontWeight: "600";
|
|
2671
2833
|
readonly lineHeight: 32;
|
|
2672
2834
|
readonly letterSpacing: -1;
|
|
2673
2835
|
};
|
|
2674
|
-
readonly
|
|
2836
|
+
readonly heading4: {
|
|
2675
2837
|
readonly fontFamily: "Inter";
|
|
2676
2838
|
readonly fontSize: 20;
|
|
2677
2839
|
readonly fontWeight: "500";
|
|
2678
2840
|
readonly lineHeight: 28;
|
|
2679
2841
|
readonly letterSpacing: -1;
|
|
2680
2842
|
};
|
|
2681
|
-
readonly
|
|
2843
|
+
readonly heading4SemiBold: {
|
|
2682
2844
|
readonly fontFamily: "Inter";
|
|
2683
2845
|
readonly fontSize: 20;
|
|
2684
2846
|
readonly fontWeight: "600";
|
|
2685
2847
|
readonly lineHeight: 28;
|
|
2686
2848
|
readonly letterSpacing: -1;
|
|
2687
2849
|
};
|
|
2688
|
-
readonly
|
|
2850
|
+
readonly heading5: {
|
|
2689
2851
|
readonly fontFamily: "Inter";
|
|
2690
2852
|
readonly fontSize: 18;
|
|
2691
2853
|
readonly fontWeight: "500";
|
|
2692
2854
|
readonly lineHeight: 26;
|
|
2693
2855
|
readonly letterSpacing: -0.5;
|
|
2694
2856
|
};
|
|
2695
|
-
readonly
|
|
2857
|
+
readonly heading5SemiBold: {
|
|
2696
2858
|
readonly fontFamily: "Inter";
|
|
2697
2859
|
readonly fontSize: 18;
|
|
2698
2860
|
readonly fontWeight: "600";
|
|
@@ -2800,55 +2962,69 @@ export declare const websitesThemes: {
|
|
|
2800
2962
|
readonly letterSpacing: -2.5;
|
|
2801
2963
|
};
|
|
2802
2964
|
readonly heading1: {
|
|
2965
|
+
readonly fontFamily: "Inter";
|
|
2966
|
+
readonly fontSize: 40;
|
|
2967
|
+
readonly fontWeight: "500";
|
|
2968
|
+
readonly lineHeight: 48;
|
|
2969
|
+
readonly letterSpacing: -2;
|
|
2970
|
+
};
|
|
2971
|
+
readonly heading1SemiBold: {
|
|
2972
|
+
readonly fontFamily: "Inter";
|
|
2973
|
+
readonly fontSize: 40;
|
|
2974
|
+
readonly fontWeight: "600";
|
|
2975
|
+
readonly lineHeight: 48;
|
|
2976
|
+
readonly letterSpacing: -2;
|
|
2977
|
+
};
|
|
2978
|
+
readonly heading2: {
|
|
2803
2979
|
readonly fontFamily: "Inter";
|
|
2804
2980
|
readonly fontSize: 28;
|
|
2805
2981
|
readonly fontWeight: "500";
|
|
2806
2982
|
readonly lineHeight: 36;
|
|
2807
2983
|
readonly letterSpacing: -1.5;
|
|
2808
2984
|
};
|
|
2809
|
-
readonly
|
|
2985
|
+
readonly heading2SemiBold: {
|
|
2810
2986
|
readonly fontFamily: "Inter";
|
|
2811
2987
|
readonly fontSize: 28;
|
|
2812
2988
|
readonly fontWeight: "600";
|
|
2813
2989
|
readonly lineHeight: 36;
|
|
2814
2990
|
readonly letterSpacing: -1.5;
|
|
2815
2991
|
};
|
|
2816
|
-
readonly
|
|
2992
|
+
readonly heading3: {
|
|
2817
2993
|
readonly fontFamily: "Inter";
|
|
2818
2994
|
readonly fontSize: 24;
|
|
2819
2995
|
readonly fontWeight: "500";
|
|
2820
2996
|
readonly lineHeight: 32;
|
|
2821
2997
|
readonly letterSpacing: -1;
|
|
2822
2998
|
};
|
|
2823
|
-
readonly
|
|
2999
|
+
readonly heading3SemiBold: {
|
|
2824
3000
|
readonly fontFamily: "Inter";
|
|
2825
3001
|
readonly fontSize: 24;
|
|
2826
3002
|
readonly fontWeight: "600";
|
|
2827
3003
|
readonly lineHeight: 32;
|
|
2828
3004
|
readonly letterSpacing: -1;
|
|
2829
3005
|
};
|
|
2830
|
-
readonly
|
|
3006
|
+
readonly heading4: {
|
|
2831
3007
|
readonly fontFamily: "Inter";
|
|
2832
3008
|
readonly fontSize: 20;
|
|
2833
3009
|
readonly fontWeight: "500";
|
|
2834
3010
|
readonly lineHeight: 28;
|
|
2835
3011
|
readonly letterSpacing: -1;
|
|
2836
3012
|
};
|
|
2837
|
-
readonly
|
|
3013
|
+
readonly heading4SemiBold: {
|
|
2838
3014
|
readonly fontFamily: "Inter";
|
|
2839
3015
|
readonly fontSize: 20;
|
|
2840
3016
|
readonly fontWeight: "600";
|
|
2841
3017
|
readonly lineHeight: 28;
|
|
2842
3018
|
readonly letterSpacing: -1;
|
|
2843
3019
|
};
|
|
2844
|
-
readonly
|
|
3020
|
+
readonly heading5: {
|
|
2845
3021
|
readonly fontFamily: "Inter";
|
|
2846
3022
|
readonly fontSize: 18;
|
|
2847
3023
|
readonly fontWeight: "500";
|
|
2848
3024
|
readonly lineHeight: 26;
|
|
2849
3025
|
readonly letterSpacing: -0.5;
|
|
2850
3026
|
};
|
|
2851
|
-
readonly
|
|
3027
|
+
readonly heading5SemiBold: {
|
|
2852
3028
|
readonly fontFamily: "Inter";
|
|
2853
3029
|
readonly fontSize: 18;
|
|
2854
3030
|
readonly fontWeight: "600";
|