@ledgerhq/lumen-design-core 0.0.39 → 0.0.41

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.
Files changed (91) hide show
  1. package/README.md +2 -2
  2. package/dist/presets/allBrands.d.ts +2 -14
  3. package/dist/presets/allBrands.d.ts.map +1 -1
  4. package/dist/presets/allBrands.js +2 -0
  5. package/dist/presets/enterprise.d.ts +2 -14
  6. package/dist/presets/enterprise.d.ts.map +1 -1
  7. package/dist/presets/enterprise.js +2 -0
  8. package/dist/presets/ledger-live.d.ts +2 -14
  9. package/dist/presets/ledger-live.d.ts.map +1 -1
  10. package/dist/presets/ledger-live.js +2 -0
  11. package/dist/presets/websites.d.ts +2 -14
  12. package/dist/presets/websites.d.ts.map +1 -1
  13. package/dist/presets/websites.js +2 -0
  14. package/dist/themes/css/enterprise/theme.dark-css.d.ts.map +1 -1
  15. package/dist/themes/css/enterprise/theme.dark-css.js +17 -0
  16. package/dist/themes/css/enterprise/theme.light-css.d.ts.map +1 -1
  17. package/dist/themes/css/enterprise/theme.light-css.js +21 -4
  18. package/dist/themes/css/ledger-live/theme.dark-css.d.ts.map +1 -1
  19. package/dist/themes/css/ledger-live/theme.dark-css.js +8 -0
  20. package/dist/themes/css/ledger-live/theme.light-css.d.ts.map +1 -1
  21. package/dist/themes/css/ledger-live/theme.light-css.js +12 -4
  22. package/dist/themes/css/primitives-css.d.ts.map +1 -1
  23. package/dist/themes/css/primitives-css.js +168 -167
  24. package/dist/themes/css/typographies/typography.lg-css.d.ts.map +1 -1
  25. package/dist/themes/css/typographies/typography.lg-css.js +19 -14
  26. package/dist/themes/css/typographies/typography.md-css.d.ts.map +1 -1
  27. package/dist/themes/css/typographies/typography.md-css.js +19 -14
  28. package/dist/themes/css/typographies/typography.sm-css.d.ts.map +1 -1
  29. package/dist/themes/css/typographies/typography.sm-css.js +19 -14
  30. package/dist/themes/css/typographies/typography.xl-css.d.ts.map +1 -1
  31. package/dist/themes/css/typographies/typography.xl-css.js +19 -14
  32. package/dist/themes/css/websites/theme.dark-css.d.ts.map +1 -1
  33. package/dist/themes/css/websites/theme.dark-css.js +17 -0
  34. package/dist/themes/css/websites/theme.light-css.d.ts.map +1 -1
  35. package/dist/themes/css/websites/theme.light-css.js +21 -4
  36. package/dist/themes/js/enterprise/theme.d.ts +698 -88
  37. package/dist/themes/js/enterprise/theme.d.ts.map +1 -1
  38. package/dist/themes/js/enterprise/theme.dark.d.ts +225 -4
  39. package/dist/themes/js/enterprise/theme.dark.d.ts.map +1 -1
  40. package/dist/themes/js/enterprise/theme.dark.js +83 -75
  41. package/dist/themes/js/enterprise/theme.light.d.ts +221 -0
  42. package/dist/themes/js/enterprise/theme.light.d.ts.map +1 -1
  43. package/dist/themes/js/enterprise/theme.light.js +79 -71
  44. package/dist/themes/js/ledger-live/theme.d.ts +698 -88
  45. package/dist/themes/js/ledger-live/theme.d.ts.map +1 -1
  46. package/dist/themes/js/ledger-live/theme.dark.d.ts +225 -4
  47. package/dist/themes/js/ledger-live/theme.dark.d.ts.map +1 -1
  48. package/dist/themes/js/ledger-live/theme.dark.js +83 -75
  49. package/dist/themes/js/ledger-live/theme.light.d.ts +221 -0
  50. package/dist/themes/js/ledger-live/theme.light.d.ts.map +1 -1
  51. package/dist/themes/js/ledger-live/theme.light.js +79 -71
  52. package/dist/themes/js/primitives/primitive.colors.d.ts +146 -142
  53. package/dist/themes/js/primitives/primitive.colors.d.ts.map +1 -1
  54. package/dist/themes/js/primitives/primitive.colors.js +146 -142
  55. package/dist/themes/js/primitives/primitive.gradients.d.ts +437 -0
  56. package/dist/themes/js/primitives/primitive.gradients.d.ts.map +1 -0
  57. package/dist/themes/js/primitives/primitive.gradients.js +9 -0
  58. package/dist/themes/js/types.d.ts +21 -0
  59. package/dist/themes/js/types.d.ts.map +1 -1
  60. package/dist/themes/js/typographies/index.d.ts +84 -28
  61. package/dist/themes/js/typographies/index.d.ts.map +1 -1
  62. package/dist/themes/js/typographies/typography.lg.d.ts +21 -7
  63. package/dist/themes/js/typographies/typography.lg.d.ts.map +1 -1
  64. package/dist/themes/js/typographies/typography.md.d.ts +21 -7
  65. package/dist/themes/js/typographies/typography.md.d.ts.map +1 -1
  66. package/dist/themes/js/typographies/typography.md.js +21 -7
  67. package/dist/themes/js/typographies/typography.sm.d.ts +24 -10
  68. package/dist/themes/js/typographies/typography.sm.d.ts.map +1 -1
  69. package/dist/themes/js/typographies/typography.sm.js +24 -10
  70. package/dist/themes/js/typographies/typography.xl.d.ts +21 -7
  71. package/dist/themes/js/typographies/typography.xl.d.ts.map +1 -1
  72. package/dist/themes/js/utils/extractCryptoGradients.d.ts +216 -0
  73. package/dist/themes/js/utils/extractCryptoGradients.d.ts.map +1 -0
  74. package/dist/themes/js/utils/extractCryptoGradients.js +22 -0
  75. package/dist/themes/js/websites/theme.d.ts +698 -88
  76. package/dist/themes/js/websites/theme.d.ts.map +1 -1
  77. package/dist/themes/js/websites/theme.dark.d.ts +225 -4
  78. package/dist/themes/js/websites/theme.dark.d.ts.map +1 -1
  79. package/dist/themes/js/websites/theme.dark.js +83 -75
  80. package/dist/themes/js/websites/theme.light.d.ts +221 -0
  81. package/dist/themes/js/websites/theme.light.d.ts.map +1 -1
  82. package/dist/themes/js/websites/theme.light.js +79 -71
  83. package/dist/utils/createAnimationsPlugin.d.ts +4 -4
  84. package/dist/utils/createAnimationsPlugin.d.ts.map +1 -1
  85. package/dist/utils/createAnimationsPlugin.js +9 -83
  86. package/dist/utils/createCustomPlugin.d.ts +7 -16
  87. package/dist/utils/createCustomPlugin.d.ts.map +1 -1
  88. package/dist/utils/createCustomPlugin.js +17 -1
  89. package/dist/utils/createPrimitivesPlugin.d.ts +4 -4
  90. package/dist/utils/createPrimitivesPlugin.d.ts.map +1 -1
  91. package/package.json +2 -2
@@ -105,55 +105,69 @@ export declare const enterpriseCoreTokens: {
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 heading1SemiBold: {
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 heading2: {
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 heading2SemiBold: {
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 heading3: {
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 heading3SemiBold: {
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 heading4: {
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 heading4SemiBold: {
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 enterpriseCoreTokens: {
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 heading1SemiBold: {
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 heading2: {
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 heading2SemiBold: {
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 heading3: {
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 heading3SemiBold: {
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 heading4: {
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 heading4SemiBold: {
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 enterpriseCoreTokens: {
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 heading1SemiBold: {
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 heading2: {
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 heading2SemiBold: {
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 heading3: {
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 heading3SemiBold: {
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 heading4: {
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 heading4SemiBold: {
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 enterpriseCoreTokens: {
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 heading1SemiBold: {
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 heading2: {
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 heading2SemiBold: {
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 heading3: {
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 heading3SemiBold: {
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 heading4: {
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 heading4SemiBold: {
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 enterpriseThemes: {
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 enterpriseThemes: {
1030
1090
  readonly mutedStrong: "#848484";
1031
1091
  readonly mutedStrongHover: "#9c9c9c";
1032
1092
  readonly mutedStrongPressed: "#c3c3c3";
1033
- readonly mutedTransparent: "#ffffff0d";
1034
- readonly mutedTransparentHover: "#ffffff1a";
1035
- readonly mutedTransparentPressed: "#ffffff33";
1036
- readonly mutedTransparentDisabled: "#ffffff0d";
1093
+ readonly mutedTransparent: "#ffffff1a";
1094
+ readonly mutedTransparentHover: "#ffffff33";
1095
+ readonly mutedTransparentPressed: "#ffffff4d";
1096
+ readonly mutedTransparentDisabled: "#ffffff1a";
1037
1097
  readonly accent: "#445ee1";
1038
1098
  readonly accentHover: "#677ce7";
1039
1099
  readonly accentPressed: "#8b9bec";
@@ -1112,6 +1172,223 @@ export declare const enterpriseThemes: {
1112
1172
  readonly success: "#6ec85c";
1113
1173
  readonly icon: "#ffffff0d";
1114
1174
  };
1175
+ readonly gradients: {
1176
+ readonly crypto: {
1177
+ aion: {
1178
+ color: string;
1179
+ }[];
1180
+ algorand: {
1181
+ color: string;
1182
+ }[];
1183
+ avax: {
1184
+ color: string;
1185
+ }[];
1186
+ bat: {
1187
+ color: string;
1188
+ }[];
1189
+ bgb: {
1190
+ color: string;
1191
+ }[];
1192
+ bitcoin: {
1193
+ color: string;
1194
+ }[];
1195
+ bitcoinCash: {
1196
+ color: string;
1197
+ }[];
1198
+ bitcoinGold: {
1199
+ color: string;
1200
+ }[];
1201
+ bitcoinSv: {
1202
+ color: string;
1203
+ }[];
1204
+ binance: {
1205
+ color: string;
1206
+ }[];
1207
+ bytecoin: {
1208
+ color: string;
1209
+ }[];
1210
+ cardano: {
1211
+ color: string;
1212
+ }[];
1213
+ cosmos: {
1214
+ color: string;
1215
+ }[];
1216
+ compound: {
1217
+ color: string;
1218
+ }[];
1219
+ celo: {
1220
+ color: string;
1221
+ }[];
1222
+ celo2: {
1223
+ color: string;
1224
+ }[];
1225
+ chainlink: {
1226
+ color: string;
1227
+ }[];
1228
+ cro: {
1229
+ color: string;
1230
+ }[];
1231
+ dash: {
1232
+ color: string;
1233
+ }[];
1234
+ dai: {
1235
+ color: string;
1236
+ }[];
1237
+ decred: {
1238
+ color: string;
1239
+ }[];
1240
+ digibyte: {
1241
+ color: string;
1242
+ }[];
1243
+ dogecoin: {
1244
+ color: string;
1245
+ }[];
1246
+ dydx: {
1247
+ color: string;
1248
+ }[];
1249
+ dym: {
1250
+ color: string;
1251
+ }[];
1252
+ elrond: {
1253
+ color: string;
1254
+ }[];
1255
+ eng: {
1256
+ color: string;
1257
+ }[];
1258
+ eos: {
1259
+ color: string;
1260
+ }[];
1261
+ ethergem: {
1262
+ color: string;
1263
+ }[];
1264
+ ethereum: {
1265
+ color: string;
1266
+ }[];
1267
+ ethereumClassic: {
1268
+ color: string;
1269
+ }[];
1270
+ flr: {
1271
+ color: string;
1272
+ }[];
1273
+ ftm: {
1274
+ color: string;
1275
+ }[];
1276
+ hedera: {
1277
+ color: string;
1278
+ }[];
1279
+ hnt: {
1280
+ color: string;
1281
+ }[];
1282
+ huobi: {
1283
+ color: string;
1284
+ }[];
1285
+ iota: {
1286
+ color: string;
1287
+ }[];
1288
+ komodo: {
1289
+ color: string;
1290
+ }[];
1291
+ leo: {
1292
+ color: string;
1293
+ }[];
1294
+ litecoin: {
1295
+ color: string;
1296
+ }[];
1297
+ monero: {
1298
+ color: string;
1299
+ }[];
1300
+ multiverseX: {
1301
+ color: string;
1302
+ }[];
1303
+ nano: {
1304
+ color: string;
1305
+ }[];
1306
+ near: {
1307
+ color: string;
1308
+ }[];
1309
+ neo: {
1310
+ color: string;
1311
+ }[];
1312
+ nimiq: {
1313
+ color: string;
1314
+ }[];
1315
+ omgNetwork: {
1316
+ color: string;
1317
+ }[];
1318
+ okb: {
1319
+ color: string;
1320
+ }[];
1321
+ osmo: {
1322
+ color: string;
1323
+ }[];
1324
+ peercoin: {
1325
+ color: string;
1326
+ }[];
1327
+ pirl: {
1328
+ color: string;
1329
+ }[];
1330
+ pivx: {
1331
+ color: string;
1332
+ }[];
1333
+ polkadot: {
1334
+ color: string;
1335
+ }[];
1336
+ polygon: {
1337
+ color: string;
1338
+ }[];
1339
+ qnt: {
1340
+ color: string;
1341
+ }[];
1342
+ sats: {
1343
+ color: string;
1344
+ }[];
1345
+ stellar: {
1346
+ color: string;
1347
+ }[];
1348
+ sol: {
1349
+ color: string;
1350
+ }[];
1351
+ tetherUsdt: {
1352
+ color: string;
1353
+ }[];
1354
+ tezos: {
1355
+ color: string;
1356
+ }[];
1357
+ tkx: {
1358
+ color: string;
1359
+ }[];
1360
+ tron: {
1361
+ color: string;
1362
+ }[];
1363
+ uniswap: {
1364
+ color: string;
1365
+ }[];
1366
+ tusd: {
1367
+ color: string;
1368
+ }[];
1369
+ usdc: {
1370
+ color: string;
1371
+ }[];
1372
+ uni: {
1373
+ color: string;
1374
+ }[];
1375
+ waves: {
1376
+ color: string;
1377
+ }[];
1378
+ xrp: {
1379
+ color: string;
1380
+ }[];
1381
+ xin: {
1382
+ color: string;
1383
+ }[];
1384
+ yieldly: {
1385
+ color: string;
1386
+ }[];
1387
+ zcash: {
1388
+ color: string;
1389
+ }[];
1390
+ };
1391
+ };
1115
1392
  };
1116
1393
  shadows: {
1117
1394
  readonly sm: [{
@@ -1219,55 +1496,69 @@ export declare const enterpriseThemes: {
1219
1496
  readonly letterSpacing: -2.5;
1220
1497
  };
1221
1498
  readonly heading1: {
1499
+ readonly fontFamily: "Inter";
1500
+ readonly fontSize: 40;
1501
+ readonly fontWeight: "500";
1502
+ readonly lineHeight: 48;
1503
+ readonly letterSpacing: -2;
1504
+ };
1505
+ readonly heading1SemiBold: {
1506
+ readonly fontFamily: "Inter";
1507
+ readonly fontSize: 40;
1508
+ readonly fontWeight: "600";
1509
+ readonly lineHeight: 48;
1510
+ readonly letterSpacing: -2;
1511
+ };
1512
+ readonly heading2: {
1222
1513
  readonly fontFamily: "Inter";
1223
1514
  readonly fontSize: 28;
1224
1515
  readonly fontWeight: "500";
1225
1516
  readonly lineHeight: 36;
1226
1517
  readonly letterSpacing: -1.5;
1227
1518
  };
1228
- readonly heading1SemiBold: {
1519
+ readonly heading2SemiBold: {
1229
1520
  readonly fontFamily: "Inter";
1230
1521
  readonly fontSize: 28;
1231
1522
  readonly fontWeight: "600";
1232
1523
  readonly lineHeight: 36;
1233
1524
  readonly letterSpacing: -1.5;
1234
1525
  };
1235
- readonly heading2: {
1526
+ readonly heading3: {
1236
1527
  readonly fontFamily: "Inter";
1237
1528
  readonly fontSize: 24;
1238
1529
  readonly fontWeight: "500";
1239
1530
  readonly lineHeight: 32;
1240
1531
  readonly letterSpacing: -1;
1241
1532
  };
1242
- readonly heading2SemiBold: {
1533
+ readonly heading3SemiBold: {
1243
1534
  readonly fontFamily: "Inter";
1244
1535
  readonly fontSize: 24;
1245
1536
  readonly fontWeight: "600";
1246
1537
  readonly lineHeight: 32;
1247
1538
  readonly letterSpacing: -1;
1248
1539
  };
1249
- readonly heading3: {
1540
+ readonly heading4: {
1250
1541
  readonly fontFamily: "Inter";
1251
1542
  readonly fontSize: 20;
1252
1543
  readonly fontWeight: "500";
1253
1544
  readonly lineHeight: 28;
1254
1545
  readonly letterSpacing: -1;
1255
1546
  };
1256
- readonly heading3SemiBold: {
1547
+ readonly heading4SemiBold: {
1257
1548
  readonly fontFamily: "Inter";
1258
1549
  readonly fontSize: 20;
1259
1550
  readonly fontWeight: "600";
1260
1551
  readonly lineHeight: 28;
1261
1552
  readonly letterSpacing: -1;
1262
1553
  };
1263
- readonly heading4: {
1554
+ readonly heading5: {
1264
1555
  readonly fontFamily: "Inter";
1265
1556
  readonly fontSize: 18;
1266
1557
  readonly fontWeight: "500";
1267
1558
  readonly lineHeight: 26;
1268
1559
  readonly letterSpacing: -0.5;
1269
1560
  };
1270
- readonly heading4SemiBold: {
1561
+ readonly heading5SemiBold: {
1271
1562
  readonly fontFamily: "Inter";
1272
1563
  readonly fontSize: 18;
1273
1564
  readonly fontWeight: "600";
@@ -1375,55 +1666,69 @@ export declare const enterpriseThemes: {
1375
1666
  readonly letterSpacing: -2.5;
1376
1667
  };
1377
1668
  readonly heading1: {
1669
+ readonly fontFamily: "Inter";
1670
+ readonly fontSize: 40;
1671
+ readonly fontWeight: "500";
1672
+ readonly lineHeight: 48;
1673
+ readonly letterSpacing: -2;
1674
+ };
1675
+ readonly heading1SemiBold: {
1676
+ readonly fontFamily: "Inter";
1677
+ readonly fontSize: 40;
1678
+ readonly fontWeight: "600";
1679
+ readonly lineHeight: 48;
1680
+ readonly letterSpacing: -2;
1681
+ };
1682
+ readonly heading2: {
1378
1683
  readonly fontFamily: "Inter";
1379
1684
  readonly fontSize: 28;
1380
1685
  readonly fontWeight: "500";
1381
1686
  readonly lineHeight: 36;
1382
1687
  readonly letterSpacing: -1.5;
1383
1688
  };
1384
- readonly heading1SemiBold: {
1689
+ readonly heading2SemiBold: {
1385
1690
  readonly fontFamily: "Inter";
1386
1691
  readonly fontSize: 28;
1387
1692
  readonly fontWeight: "600";
1388
1693
  readonly lineHeight: 36;
1389
1694
  readonly letterSpacing: -1.5;
1390
1695
  };
1391
- readonly heading2: {
1696
+ readonly heading3: {
1392
1697
  readonly fontFamily: "Inter";
1393
1698
  readonly fontSize: 24;
1394
1699
  readonly fontWeight: "500";
1395
1700
  readonly lineHeight: 32;
1396
1701
  readonly letterSpacing: -1;
1397
1702
  };
1398
- readonly heading2SemiBold: {
1703
+ readonly heading3SemiBold: {
1399
1704
  readonly fontFamily: "Inter";
1400
1705
  readonly fontSize: 24;
1401
1706
  readonly fontWeight: "600";
1402
1707
  readonly lineHeight: 32;
1403
1708
  readonly letterSpacing: -1;
1404
1709
  };
1405
- readonly heading3: {
1710
+ readonly heading4: {
1406
1711
  readonly fontFamily: "Inter";
1407
1712
  readonly fontSize: 20;
1408
1713
  readonly fontWeight: "500";
1409
1714
  readonly lineHeight: 28;
1410
1715
  readonly letterSpacing: -1;
1411
1716
  };
1412
- readonly heading3SemiBold: {
1717
+ readonly heading4SemiBold: {
1413
1718
  readonly fontFamily: "Inter";
1414
1719
  readonly fontSize: 20;
1415
1720
  readonly fontWeight: "600";
1416
1721
  readonly lineHeight: 28;
1417
1722
  readonly letterSpacing: -1;
1418
1723
  };
1419
- readonly heading4: {
1724
+ readonly heading5: {
1420
1725
  readonly fontFamily: "Inter";
1421
1726
  readonly fontSize: 18;
1422
1727
  readonly fontWeight: "500";
1423
1728
  readonly lineHeight: 26;
1424
1729
  readonly letterSpacing: -0.5;
1425
1730
  };
1426
- readonly heading4SemiBold: {
1731
+ readonly heading5SemiBold: {
1427
1732
  readonly fontFamily: "Inter";
1428
1733
  readonly fontSize: 18;
1429
1734
  readonly fontWeight: "600";
@@ -1531,55 +1836,69 @@ export declare const enterpriseThemes: {
1531
1836
  readonly letterSpacing: -2.5;
1532
1837
  };
1533
1838
  readonly heading1: {
1839
+ readonly fontFamily: "Inter";
1840
+ readonly fontSize: 40;
1841
+ readonly fontWeight: "500";
1842
+ readonly lineHeight: 48;
1843
+ readonly letterSpacing: -2;
1844
+ };
1845
+ readonly heading1SemiBold: {
1846
+ readonly fontFamily: "Inter";
1847
+ readonly fontSize: 40;
1848
+ readonly fontWeight: "600";
1849
+ readonly lineHeight: 48;
1850
+ readonly letterSpacing: -2;
1851
+ };
1852
+ readonly heading2: {
1534
1853
  readonly fontFamily: "Inter";
1535
1854
  readonly fontSize: 28;
1536
1855
  readonly fontWeight: "500";
1537
1856
  readonly lineHeight: 36;
1538
1857
  readonly letterSpacing: -1.5;
1539
1858
  };
1540
- readonly heading1SemiBold: {
1859
+ readonly heading2SemiBold: {
1541
1860
  readonly fontFamily: "Inter";
1542
1861
  readonly fontSize: 28;
1543
1862
  readonly fontWeight: "600";
1544
1863
  readonly lineHeight: 36;
1545
1864
  readonly letterSpacing: -1.5;
1546
1865
  };
1547
- readonly heading2: {
1866
+ readonly heading3: {
1548
1867
  readonly fontFamily: "Inter";
1549
1868
  readonly fontSize: 24;
1550
1869
  readonly fontWeight: "500";
1551
1870
  readonly lineHeight: 32;
1552
1871
  readonly letterSpacing: -1;
1553
1872
  };
1554
- readonly heading2SemiBold: {
1873
+ readonly heading3SemiBold: {
1555
1874
  readonly fontFamily: "Inter";
1556
1875
  readonly fontSize: 24;
1557
1876
  readonly fontWeight: "600";
1558
1877
  readonly lineHeight: 32;
1559
1878
  readonly letterSpacing: -1;
1560
1879
  };
1561
- readonly heading3: {
1880
+ readonly heading4: {
1562
1881
  readonly fontFamily: "Inter";
1563
1882
  readonly fontSize: 20;
1564
1883
  readonly fontWeight: "500";
1565
1884
  readonly lineHeight: 28;
1566
1885
  readonly letterSpacing: -1;
1567
1886
  };
1568
- readonly heading3SemiBold: {
1887
+ readonly heading4SemiBold: {
1569
1888
  readonly fontFamily: "Inter";
1570
1889
  readonly fontSize: 20;
1571
1890
  readonly fontWeight: "600";
1572
1891
  readonly lineHeight: 28;
1573
1892
  readonly letterSpacing: -1;
1574
1893
  };
1575
- readonly heading4: {
1894
+ readonly heading5: {
1576
1895
  readonly fontFamily: "Inter";
1577
1896
  readonly fontSize: 18;
1578
1897
  readonly fontWeight: "500";
1579
1898
  readonly lineHeight: 26;
1580
1899
  readonly letterSpacing: -0.5;
1581
1900
  };
1582
- readonly heading4SemiBold: {
1901
+ readonly heading5SemiBold: {
1583
1902
  readonly fontFamily: "Inter";
1584
1903
  readonly fontSize: 18;
1585
1904
  readonly fontWeight: "600";
@@ -1687,55 +2006,69 @@ export declare const enterpriseThemes: {
1687
2006
  readonly letterSpacing: -2.5;
1688
2007
  };
1689
2008
  readonly heading1: {
2009
+ readonly fontFamily: "Inter";
2010
+ readonly fontSize: 40;
2011
+ readonly fontWeight: "500";
2012
+ readonly lineHeight: 48;
2013
+ readonly letterSpacing: -2;
2014
+ };
2015
+ readonly heading1SemiBold: {
2016
+ readonly fontFamily: "Inter";
2017
+ readonly fontSize: 40;
2018
+ readonly fontWeight: "600";
2019
+ readonly lineHeight: 48;
2020
+ readonly letterSpacing: -2;
2021
+ };
2022
+ readonly heading2: {
1690
2023
  readonly fontFamily: "Inter";
1691
2024
  readonly fontSize: 28;
1692
2025
  readonly fontWeight: "500";
1693
2026
  readonly lineHeight: 36;
1694
2027
  readonly letterSpacing: -1.5;
1695
2028
  };
1696
- readonly heading1SemiBold: {
2029
+ readonly heading2SemiBold: {
1697
2030
  readonly fontFamily: "Inter";
1698
2031
  readonly fontSize: 28;
1699
2032
  readonly fontWeight: "600";
1700
2033
  readonly lineHeight: 36;
1701
2034
  readonly letterSpacing: -1.5;
1702
2035
  };
1703
- readonly heading2: {
2036
+ readonly heading3: {
1704
2037
  readonly fontFamily: "Inter";
1705
2038
  readonly fontSize: 24;
1706
2039
  readonly fontWeight: "500";
1707
2040
  readonly lineHeight: 32;
1708
2041
  readonly letterSpacing: -1;
1709
2042
  };
1710
- readonly heading2SemiBold: {
2043
+ readonly heading3SemiBold: {
1711
2044
  readonly fontFamily: "Inter";
1712
2045
  readonly fontSize: 24;
1713
2046
  readonly fontWeight: "600";
1714
2047
  readonly lineHeight: 32;
1715
2048
  readonly letterSpacing: -1;
1716
2049
  };
1717
- readonly heading3: {
2050
+ readonly heading4: {
1718
2051
  readonly fontFamily: "Inter";
1719
2052
  readonly fontSize: 20;
1720
2053
  readonly fontWeight: "500";
1721
2054
  readonly lineHeight: 28;
1722
2055
  readonly letterSpacing: -1;
1723
2056
  };
1724
- readonly heading3SemiBold: {
2057
+ readonly heading4SemiBold: {
1725
2058
  readonly fontFamily: "Inter";
1726
2059
  readonly fontSize: 20;
1727
2060
  readonly fontWeight: "600";
1728
2061
  readonly lineHeight: 28;
1729
2062
  readonly letterSpacing: -1;
1730
2063
  };
1731
- readonly heading4: {
2064
+ readonly heading5: {
1732
2065
  readonly fontFamily: "Inter";
1733
2066
  readonly fontSize: 18;
1734
2067
  readonly fontWeight: "500";
1735
2068
  readonly lineHeight: 26;
1736
2069
  readonly letterSpacing: -0.5;
1737
2070
  };
1738
- readonly heading4SemiBold: {
2071
+ readonly heading5SemiBold: {
1739
2072
  readonly fontFamily: "Inter";
1740
2073
  readonly fontSize: 18;
1741
2074
  readonly fontWeight: "600";
@@ -2129,6 +2462,10 @@ export declare const enterpriseThemes: {
2129
2462
  readonly surface: "#fafafa";
2130
2463
  readonly surfaceHover: "#f1f1f1";
2131
2464
  readonly surfacePressed: "#e8e8e8";
2465
+ readonly surfaceTransparent: "#0000000d";
2466
+ readonly surfaceTransparentHover: "#0000001a";
2467
+ readonly surfaceTransparentPressed: "#00000033";
2468
+ readonly surfaceTransparentDisabled: "#0000000d";
2132
2469
  readonly base: "#ffffff";
2133
2470
  readonly baseHover: "#fafafa";
2134
2471
  readonly basePressed: "#f1f1f1";
@@ -2225,6 +2562,223 @@ export declare const enterpriseThemes: {
2225
2562
  readonly success: "#47883a";
2226
2563
  readonly icon: "#0000000d";
2227
2564
  };
2565
+ readonly gradients: {
2566
+ readonly crypto: {
2567
+ aion: {
2568
+ color: string;
2569
+ }[];
2570
+ algorand: {
2571
+ color: string;
2572
+ }[];
2573
+ avax: {
2574
+ color: string;
2575
+ }[];
2576
+ bat: {
2577
+ color: string;
2578
+ }[];
2579
+ bgb: {
2580
+ color: string;
2581
+ }[];
2582
+ bitcoin: {
2583
+ color: string;
2584
+ }[];
2585
+ bitcoinCash: {
2586
+ color: string;
2587
+ }[];
2588
+ bitcoinGold: {
2589
+ color: string;
2590
+ }[];
2591
+ bitcoinSv: {
2592
+ color: string;
2593
+ }[];
2594
+ binance: {
2595
+ color: string;
2596
+ }[];
2597
+ bytecoin: {
2598
+ color: string;
2599
+ }[];
2600
+ cardano: {
2601
+ color: string;
2602
+ }[];
2603
+ cosmos: {
2604
+ color: string;
2605
+ }[];
2606
+ compound: {
2607
+ color: string;
2608
+ }[];
2609
+ celo: {
2610
+ color: string;
2611
+ }[];
2612
+ celo2: {
2613
+ color: string;
2614
+ }[];
2615
+ chainlink: {
2616
+ color: string;
2617
+ }[];
2618
+ cro: {
2619
+ color: string;
2620
+ }[];
2621
+ dash: {
2622
+ color: string;
2623
+ }[];
2624
+ dai: {
2625
+ color: string;
2626
+ }[];
2627
+ decred: {
2628
+ color: string;
2629
+ }[];
2630
+ digibyte: {
2631
+ color: string;
2632
+ }[];
2633
+ dogecoin: {
2634
+ color: string;
2635
+ }[];
2636
+ dydx: {
2637
+ color: string;
2638
+ }[];
2639
+ dym: {
2640
+ color: string;
2641
+ }[];
2642
+ elrond: {
2643
+ color: string;
2644
+ }[];
2645
+ eng: {
2646
+ color: string;
2647
+ }[];
2648
+ eos: {
2649
+ color: string;
2650
+ }[];
2651
+ ethergem: {
2652
+ color: string;
2653
+ }[];
2654
+ ethereum: {
2655
+ color: string;
2656
+ }[];
2657
+ ethereumClassic: {
2658
+ color: string;
2659
+ }[];
2660
+ flr: {
2661
+ color: string;
2662
+ }[];
2663
+ ftm: {
2664
+ color: string;
2665
+ }[];
2666
+ hedera: {
2667
+ color: string;
2668
+ }[];
2669
+ hnt: {
2670
+ color: string;
2671
+ }[];
2672
+ huobi: {
2673
+ color: string;
2674
+ }[];
2675
+ iota: {
2676
+ color: string;
2677
+ }[];
2678
+ komodo: {
2679
+ color: string;
2680
+ }[];
2681
+ leo: {
2682
+ color: string;
2683
+ }[];
2684
+ litecoin: {
2685
+ color: string;
2686
+ }[];
2687
+ monero: {
2688
+ color: string;
2689
+ }[];
2690
+ multiverseX: {
2691
+ color: string;
2692
+ }[];
2693
+ nano: {
2694
+ color: string;
2695
+ }[];
2696
+ near: {
2697
+ color: string;
2698
+ }[];
2699
+ neo: {
2700
+ color: string;
2701
+ }[];
2702
+ nimiq: {
2703
+ color: string;
2704
+ }[];
2705
+ omgNetwork: {
2706
+ color: string;
2707
+ }[];
2708
+ okb: {
2709
+ color: string;
2710
+ }[];
2711
+ osmo: {
2712
+ color: string;
2713
+ }[];
2714
+ peercoin: {
2715
+ color: string;
2716
+ }[];
2717
+ pirl: {
2718
+ color: string;
2719
+ }[];
2720
+ pivx: {
2721
+ color: string;
2722
+ }[];
2723
+ polkadot: {
2724
+ color: string;
2725
+ }[];
2726
+ polygon: {
2727
+ color: string;
2728
+ }[];
2729
+ qnt: {
2730
+ color: string;
2731
+ }[];
2732
+ sats: {
2733
+ color: string;
2734
+ }[];
2735
+ stellar: {
2736
+ color: string;
2737
+ }[];
2738
+ sol: {
2739
+ color: string;
2740
+ }[];
2741
+ tetherUsdt: {
2742
+ color: string;
2743
+ }[];
2744
+ tezos: {
2745
+ color: string;
2746
+ }[];
2747
+ tkx: {
2748
+ color: string;
2749
+ }[];
2750
+ tron: {
2751
+ color: string;
2752
+ }[];
2753
+ uniswap: {
2754
+ color: string;
2755
+ }[];
2756
+ tusd: {
2757
+ color: string;
2758
+ }[];
2759
+ usdc: {
2760
+ color: string;
2761
+ }[];
2762
+ uni: {
2763
+ color: string;
2764
+ }[];
2765
+ waves: {
2766
+ color: string;
2767
+ }[];
2768
+ xrp: {
2769
+ color: string;
2770
+ }[];
2771
+ xin: {
2772
+ color: string;
2773
+ }[];
2774
+ yieldly: {
2775
+ color: string;
2776
+ }[];
2777
+ zcash: {
2778
+ color: string;
2779
+ }[];
2780
+ };
2781
+ };
2228
2782
  };
2229
2783
  shadows: {
2230
2784
  readonly sm: [{
@@ -2332,55 +2886,69 @@ export declare const enterpriseThemes: {
2332
2886
  readonly letterSpacing: -2.5;
2333
2887
  };
2334
2888
  readonly heading1: {
2889
+ readonly fontFamily: "Inter";
2890
+ readonly fontSize: 40;
2891
+ readonly fontWeight: "500";
2892
+ readonly lineHeight: 48;
2893
+ readonly letterSpacing: -2;
2894
+ };
2895
+ readonly heading1SemiBold: {
2896
+ readonly fontFamily: "Inter";
2897
+ readonly fontSize: 40;
2898
+ readonly fontWeight: "600";
2899
+ readonly lineHeight: 48;
2900
+ readonly letterSpacing: -2;
2901
+ };
2902
+ readonly heading2: {
2335
2903
  readonly fontFamily: "Inter";
2336
2904
  readonly fontSize: 28;
2337
2905
  readonly fontWeight: "500";
2338
2906
  readonly lineHeight: 36;
2339
2907
  readonly letterSpacing: -1.5;
2340
2908
  };
2341
- readonly heading1SemiBold: {
2909
+ readonly heading2SemiBold: {
2342
2910
  readonly fontFamily: "Inter";
2343
2911
  readonly fontSize: 28;
2344
2912
  readonly fontWeight: "600";
2345
2913
  readonly lineHeight: 36;
2346
2914
  readonly letterSpacing: -1.5;
2347
2915
  };
2348
- readonly heading2: {
2916
+ readonly heading3: {
2349
2917
  readonly fontFamily: "Inter";
2350
2918
  readonly fontSize: 24;
2351
2919
  readonly fontWeight: "500";
2352
2920
  readonly lineHeight: 32;
2353
2921
  readonly letterSpacing: -1;
2354
2922
  };
2355
- readonly heading2SemiBold: {
2923
+ readonly heading3SemiBold: {
2356
2924
  readonly fontFamily: "Inter";
2357
2925
  readonly fontSize: 24;
2358
2926
  readonly fontWeight: "600";
2359
2927
  readonly lineHeight: 32;
2360
2928
  readonly letterSpacing: -1;
2361
2929
  };
2362
- readonly heading3: {
2930
+ readonly heading4: {
2363
2931
  readonly fontFamily: "Inter";
2364
2932
  readonly fontSize: 20;
2365
2933
  readonly fontWeight: "500";
2366
2934
  readonly lineHeight: 28;
2367
2935
  readonly letterSpacing: -1;
2368
2936
  };
2369
- readonly heading3SemiBold: {
2937
+ readonly heading4SemiBold: {
2370
2938
  readonly fontFamily: "Inter";
2371
2939
  readonly fontSize: 20;
2372
2940
  readonly fontWeight: "600";
2373
2941
  readonly lineHeight: 28;
2374
2942
  readonly letterSpacing: -1;
2375
2943
  };
2376
- readonly heading4: {
2944
+ readonly heading5: {
2377
2945
  readonly fontFamily: "Inter";
2378
2946
  readonly fontSize: 18;
2379
2947
  readonly fontWeight: "500";
2380
2948
  readonly lineHeight: 26;
2381
2949
  readonly letterSpacing: -0.5;
2382
2950
  };
2383
- readonly heading4SemiBold: {
2951
+ readonly heading5SemiBold: {
2384
2952
  readonly fontFamily: "Inter";
2385
2953
  readonly fontSize: 18;
2386
2954
  readonly fontWeight: "600";
@@ -2488,55 +3056,69 @@ export declare const enterpriseThemes: {
2488
3056
  readonly letterSpacing: -2.5;
2489
3057
  };
2490
3058
  readonly heading1: {
3059
+ readonly fontFamily: "Inter";
3060
+ readonly fontSize: 40;
3061
+ readonly fontWeight: "500";
3062
+ readonly lineHeight: 48;
3063
+ readonly letterSpacing: -2;
3064
+ };
3065
+ readonly heading1SemiBold: {
3066
+ readonly fontFamily: "Inter";
3067
+ readonly fontSize: 40;
3068
+ readonly fontWeight: "600";
3069
+ readonly lineHeight: 48;
3070
+ readonly letterSpacing: -2;
3071
+ };
3072
+ readonly heading2: {
2491
3073
  readonly fontFamily: "Inter";
2492
3074
  readonly fontSize: 28;
2493
3075
  readonly fontWeight: "500";
2494
3076
  readonly lineHeight: 36;
2495
3077
  readonly letterSpacing: -1.5;
2496
3078
  };
2497
- readonly heading1SemiBold: {
3079
+ readonly heading2SemiBold: {
2498
3080
  readonly fontFamily: "Inter";
2499
3081
  readonly fontSize: 28;
2500
3082
  readonly fontWeight: "600";
2501
3083
  readonly lineHeight: 36;
2502
3084
  readonly letterSpacing: -1.5;
2503
3085
  };
2504
- readonly heading2: {
3086
+ readonly heading3: {
2505
3087
  readonly fontFamily: "Inter";
2506
3088
  readonly fontSize: 24;
2507
3089
  readonly fontWeight: "500";
2508
3090
  readonly lineHeight: 32;
2509
3091
  readonly letterSpacing: -1;
2510
3092
  };
2511
- readonly heading2SemiBold: {
3093
+ readonly heading3SemiBold: {
2512
3094
  readonly fontFamily: "Inter";
2513
3095
  readonly fontSize: 24;
2514
3096
  readonly fontWeight: "600";
2515
3097
  readonly lineHeight: 32;
2516
3098
  readonly letterSpacing: -1;
2517
3099
  };
2518
- readonly heading3: {
3100
+ readonly heading4: {
2519
3101
  readonly fontFamily: "Inter";
2520
3102
  readonly fontSize: 20;
2521
3103
  readonly fontWeight: "500";
2522
3104
  readonly lineHeight: 28;
2523
3105
  readonly letterSpacing: -1;
2524
3106
  };
2525
- readonly heading3SemiBold: {
3107
+ readonly heading4SemiBold: {
2526
3108
  readonly fontFamily: "Inter";
2527
3109
  readonly fontSize: 20;
2528
3110
  readonly fontWeight: "600";
2529
3111
  readonly lineHeight: 28;
2530
3112
  readonly letterSpacing: -1;
2531
3113
  };
2532
- readonly heading4: {
3114
+ readonly heading5: {
2533
3115
  readonly fontFamily: "Inter";
2534
3116
  readonly fontSize: 18;
2535
3117
  readonly fontWeight: "500";
2536
3118
  readonly lineHeight: 26;
2537
3119
  readonly letterSpacing: -0.5;
2538
3120
  };
2539
- readonly heading4SemiBold: {
3121
+ readonly heading5SemiBold: {
2540
3122
  readonly fontFamily: "Inter";
2541
3123
  readonly fontSize: 18;
2542
3124
  readonly fontWeight: "600";
@@ -2644,55 +3226,69 @@ export declare const enterpriseThemes: {
2644
3226
  readonly letterSpacing: -2.5;
2645
3227
  };
2646
3228
  readonly heading1: {
3229
+ readonly fontFamily: "Inter";
3230
+ readonly fontSize: 40;
3231
+ readonly fontWeight: "500";
3232
+ readonly lineHeight: 48;
3233
+ readonly letterSpacing: -2;
3234
+ };
3235
+ readonly heading1SemiBold: {
3236
+ readonly fontFamily: "Inter";
3237
+ readonly fontSize: 40;
3238
+ readonly fontWeight: "600";
3239
+ readonly lineHeight: 48;
3240
+ readonly letterSpacing: -2;
3241
+ };
3242
+ readonly heading2: {
2647
3243
  readonly fontFamily: "Inter";
2648
3244
  readonly fontSize: 28;
2649
3245
  readonly fontWeight: "500";
2650
3246
  readonly lineHeight: 36;
2651
3247
  readonly letterSpacing: -1.5;
2652
3248
  };
2653
- readonly heading1SemiBold: {
3249
+ readonly heading2SemiBold: {
2654
3250
  readonly fontFamily: "Inter";
2655
3251
  readonly fontSize: 28;
2656
3252
  readonly fontWeight: "600";
2657
3253
  readonly lineHeight: 36;
2658
3254
  readonly letterSpacing: -1.5;
2659
3255
  };
2660
- readonly heading2: {
3256
+ readonly heading3: {
2661
3257
  readonly fontFamily: "Inter";
2662
3258
  readonly fontSize: 24;
2663
3259
  readonly fontWeight: "500";
2664
3260
  readonly lineHeight: 32;
2665
3261
  readonly letterSpacing: -1;
2666
3262
  };
2667
- readonly heading2SemiBold: {
3263
+ readonly heading3SemiBold: {
2668
3264
  readonly fontFamily: "Inter";
2669
3265
  readonly fontSize: 24;
2670
3266
  readonly fontWeight: "600";
2671
3267
  readonly lineHeight: 32;
2672
3268
  readonly letterSpacing: -1;
2673
3269
  };
2674
- readonly heading3: {
3270
+ readonly heading4: {
2675
3271
  readonly fontFamily: "Inter";
2676
3272
  readonly fontSize: 20;
2677
3273
  readonly fontWeight: "500";
2678
3274
  readonly lineHeight: 28;
2679
3275
  readonly letterSpacing: -1;
2680
3276
  };
2681
- readonly heading3SemiBold: {
3277
+ readonly heading4SemiBold: {
2682
3278
  readonly fontFamily: "Inter";
2683
3279
  readonly fontSize: 20;
2684
3280
  readonly fontWeight: "600";
2685
3281
  readonly lineHeight: 28;
2686
3282
  readonly letterSpacing: -1;
2687
3283
  };
2688
- readonly heading4: {
3284
+ readonly heading5: {
2689
3285
  readonly fontFamily: "Inter";
2690
3286
  readonly fontSize: 18;
2691
3287
  readonly fontWeight: "500";
2692
3288
  readonly lineHeight: 26;
2693
3289
  readonly letterSpacing: -0.5;
2694
3290
  };
2695
- readonly heading4SemiBold: {
3291
+ readonly heading5SemiBold: {
2696
3292
  readonly fontFamily: "Inter";
2697
3293
  readonly fontSize: 18;
2698
3294
  readonly fontWeight: "600";
@@ -2800,55 +3396,69 @@ export declare const enterpriseThemes: {
2800
3396
  readonly letterSpacing: -2.5;
2801
3397
  };
2802
3398
  readonly heading1: {
3399
+ readonly fontFamily: "Inter";
3400
+ readonly fontSize: 40;
3401
+ readonly fontWeight: "500";
3402
+ readonly lineHeight: 48;
3403
+ readonly letterSpacing: -2;
3404
+ };
3405
+ readonly heading1SemiBold: {
3406
+ readonly fontFamily: "Inter";
3407
+ readonly fontSize: 40;
3408
+ readonly fontWeight: "600";
3409
+ readonly lineHeight: 48;
3410
+ readonly letterSpacing: -2;
3411
+ };
3412
+ readonly heading2: {
2803
3413
  readonly fontFamily: "Inter";
2804
3414
  readonly fontSize: 28;
2805
3415
  readonly fontWeight: "500";
2806
3416
  readonly lineHeight: 36;
2807
3417
  readonly letterSpacing: -1.5;
2808
3418
  };
2809
- readonly heading1SemiBold: {
3419
+ readonly heading2SemiBold: {
2810
3420
  readonly fontFamily: "Inter";
2811
3421
  readonly fontSize: 28;
2812
3422
  readonly fontWeight: "600";
2813
3423
  readonly lineHeight: 36;
2814
3424
  readonly letterSpacing: -1.5;
2815
3425
  };
2816
- readonly heading2: {
3426
+ readonly heading3: {
2817
3427
  readonly fontFamily: "Inter";
2818
3428
  readonly fontSize: 24;
2819
3429
  readonly fontWeight: "500";
2820
3430
  readonly lineHeight: 32;
2821
3431
  readonly letterSpacing: -1;
2822
3432
  };
2823
- readonly heading2SemiBold: {
3433
+ readonly heading3SemiBold: {
2824
3434
  readonly fontFamily: "Inter";
2825
3435
  readonly fontSize: 24;
2826
3436
  readonly fontWeight: "600";
2827
3437
  readonly lineHeight: 32;
2828
3438
  readonly letterSpacing: -1;
2829
3439
  };
2830
- readonly heading3: {
3440
+ readonly heading4: {
2831
3441
  readonly fontFamily: "Inter";
2832
3442
  readonly fontSize: 20;
2833
3443
  readonly fontWeight: "500";
2834
3444
  readonly lineHeight: 28;
2835
3445
  readonly letterSpacing: -1;
2836
3446
  };
2837
- readonly heading3SemiBold: {
3447
+ readonly heading4SemiBold: {
2838
3448
  readonly fontFamily: "Inter";
2839
3449
  readonly fontSize: 20;
2840
3450
  readonly fontWeight: "600";
2841
3451
  readonly lineHeight: 28;
2842
3452
  readonly letterSpacing: -1;
2843
3453
  };
2844
- readonly heading4: {
3454
+ readonly heading5: {
2845
3455
  readonly fontFamily: "Inter";
2846
3456
  readonly fontSize: 18;
2847
3457
  readonly fontWeight: "500";
2848
3458
  readonly lineHeight: 26;
2849
3459
  readonly letterSpacing: -0.5;
2850
3460
  };
2851
- readonly heading4SemiBold: {
3461
+ readonly heading5SemiBold: {
2852
3462
  readonly fontFamily: "Inter";
2853
3463
  readonly fontSize: 18;
2854
3464
  readonly fontWeight: "600";