@deframe-sdk/components 0.1.13 → 0.1.15

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/dist/styles.css CHANGED
@@ -34,16 +34,28 @@
34
34
  --color-gray-800: oklch(27.8% 0.033 256.848);
35
35
  --color-gray-900: oklch(21% 0.034 264.665);
36
36
  --color-black: #000;
37
+ --color-white: #fff;
37
38
  --spacing: 0.25rem;
38
39
  --container-lg: 32rem;
39
40
  --container-2xl: 42rem;
40
41
  --container-3xl: 48rem;
42
+ --text-xs: 0.75rem;
43
+ --text-xs--line-height: calc(1 / 0.75);
44
+ --text-sm: 0.875rem;
45
+ --text-sm--line-height: calc(1.25 / 0.875);
41
46
  --text-lg: 1.125rem;
42
47
  --text-lg--line-height: calc(1.75 / 1.125);
48
+ --font-weight-normal: 400;
49
+ --font-weight-medium: 500;
50
+ --font-weight-semibold: 600;
43
51
  --tracking-wide: 0.025em;
44
52
  --leading-normal: 1.5;
53
+ --radius-xs: 0.125rem;
54
+ --radius-lg: 0.5rem;
55
+ --radius-xl: 0.75rem;
45
56
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
46
57
  --animate-spin: spin 1s linear infinite;
58
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
47
59
  --animate-bounce: bounce 1s infinite;
48
60
  --blur-sm: 8px;
49
61
  --default-transition-duration: 150ms;
@@ -258,6 +270,9 @@
258
270
  .right-4 {
259
271
  right: calc(var(--spacing) * 4);
260
272
  }
273
+ .right-\[-2px\] {
274
+ right: -2px;
275
+ }
261
276
  .-bottom-0\.5 {
262
277
  bottom: calc(var(--spacing) * -0.5);
263
278
  }
@@ -273,6 +288,9 @@
273
288
  .bottom-4 {
274
289
  bottom: calc(var(--spacing) * 4);
275
290
  }
291
+ .bottom-\[-2px\] {
292
+ bottom: -2px;
293
+ }
276
294
  .left-0 {
277
295
  left: calc(var(--spacing) * 0);
278
296
  }
@@ -333,11 +351,14 @@
333
351
  .my-\[var\(--deframe-widget-size-gap-xs\)\] {
334
352
  margin-block: var(--deframe-widget-size-gap-xs);
335
353
  }
354
+ .\!mt-0 {
355
+ margin-top: calc(var(--spacing) * 0) !important;
356
+ }
336
357
  .-mt-\[var\(--deframe-widget-size-gap-sm\)\] {
337
358
  margin-top: calc(var(--deframe-widget-size-gap-sm) * -1);
338
359
  }
339
- .mt-4 {
340
- margin-top: calc(var(--spacing) * 4);
360
+ .mt-0\.5 {
361
+ margin-top: calc(var(--spacing) * 0.5);
341
362
  }
342
363
  .mt-\[-4px\] {
343
364
  margin-top: -4px;
@@ -381,9 +402,6 @@
381
402
  .\[margin-bottom\:var\(--deframe-widget-size-gap-xs\)\] {
382
403
  margin-bottom: var(--deframe-widget-size-gap-xs);
383
404
  }
384
- .mb-4 {
385
- margin-bottom: calc(var(--spacing) * 4);
386
- }
387
405
  .mb-\[6px\] {
388
406
  margin-bottom: 6px;
389
407
  }
@@ -408,6 +426,9 @@
408
426
  .ml-\[var\(--deframe-widget-size-gap-lg\)\] {
409
427
  margin-left: var(--deframe-widget-size-gap-lg);
410
428
  }
429
+ .ml-\[var\(--deframe-widget-size-gap-sm\)\] {
430
+ margin-left: var(--deframe-widget-size-gap-sm);
431
+ }
411
432
  .ml-\[var\(--deframe-widget-size-gap-xs\)\] {
412
433
  margin-left: var(--deframe-widget-size-gap-xs);
413
434
  }
@@ -483,6 +504,12 @@
483
504
  .h-32 {
484
505
  height: calc(var(--spacing) * 32);
485
506
  }
507
+ .h-48 {
508
+ height: calc(var(--spacing) * 48);
509
+ }
510
+ .h-64 {
511
+ height: calc(var(--spacing) * 64);
512
+ }
486
513
  .h-80 {
487
514
  height: calc(var(--spacing) * 80);
488
515
  }
@@ -501,6 +528,9 @@
501
528
  .h-\[12px\] {
502
529
  height: 12px;
503
530
  }
531
+ .h-\[15px\] {
532
+ height: 15px;
533
+ }
504
534
  .h-\[17px\] {
505
535
  height: 17px;
506
536
  }
@@ -525,6 +555,12 @@
525
555
  .h-\[84px\] {
526
556
  height: 84px;
527
557
  }
558
+ .h-\[90vh\] {
559
+ height: 90vh;
560
+ }
561
+ .h-\[136px\] {
562
+ height: 136px;
563
+ }
528
564
  .h-\[200px\] {
529
565
  height: 200px;
530
566
  }
@@ -534,6 +570,9 @@
534
570
  .h-\[420px\] {
535
571
  height: 420px;
536
572
  }
573
+ .h-\[440px\] {
574
+ height: 440px;
575
+ }
537
576
  .h-\[700px\] {
538
577
  height: 700px;
539
578
  }
@@ -567,9 +606,15 @@
567
606
  .max-h-\[88vh\] {
568
607
  max-height: 88vh;
569
608
  }
609
+ .max-h-\[280px\] {
610
+ max-height: 280px;
611
+ }
570
612
  .max-h-\[min\(620px\,calc\(100vh-64px\)\)\] {
571
613
  max-height: min(620px, calc(100vh - 64px));
572
614
  }
615
+ .\!min-h-\[72px\] {
616
+ min-height: 72px !important;
617
+ }
573
618
  .min-h-0 {
574
619
  min-height: calc(var(--spacing) * 0);
575
620
  }
@@ -579,6 +624,15 @@
579
624
  .min-h-\[16px\] {
580
625
  min-height: 16px;
581
626
  }
627
+ .min-h-\[72px\] {
628
+ min-height: 72px;
629
+ }
630
+ .min-h-\[86px\] {
631
+ min-height: 86px;
632
+ }
633
+ .min-h-\[136px\] {
634
+ min-height: 136px;
635
+ }
582
636
  .min-h-\[600px\] {
583
637
  min-height: 600px;
584
638
  }
@@ -621,6 +675,9 @@
621
675
  .w-14 {
622
676
  width: calc(var(--spacing) * 14);
623
677
  }
678
+ .w-16 {
679
+ width: calc(var(--spacing) * 16);
680
+ }
624
681
  .w-20 {
625
682
  width: calc(var(--spacing) * 20);
626
683
  }
@@ -657,6 +714,9 @@
657
714
  .w-\[7px\] {
658
715
  width: 7px;
659
716
  }
717
+ .w-\[15px\] {
718
+ width: 15px;
719
+ }
660
720
  .w-\[18px\] {
661
721
  width: 18px;
662
722
  }
@@ -666,12 +726,24 @@
666
726
  .w-\[84px\] {
667
727
  width: 84px;
668
728
  }
729
+ .w-\[200px\] {
730
+ width: 200px;
731
+ }
669
732
  .w-\[210px\] {
670
733
  width: 210px;
671
734
  }
672
735
  .w-\[300px\] {
673
736
  width: 300px;
674
737
  }
738
+ .w-\[320px\] {
739
+ width: 320px;
740
+ }
741
+ .w-\[360px\] {
742
+ width: 360px;
743
+ }
744
+ .w-\[380px\] {
745
+ width: 380px;
746
+ }
675
747
  .w-\[390px\] {
676
748
  width: 390px;
677
749
  }
@@ -732,6 +804,9 @@
732
804
  .min-w-0 {
733
805
  min-width: calc(var(--spacing) * 0);
734
806
  }
807
+ .min-w-\[105px\] {
808
+ min-width: 105px;
809
+ }
735
810
  .min-w-\[120px\] {
736
811
  min-width: 120px;
737
812
  }
@@ -778,6 +853,9 @@
778
853
  .animate-bounce {
779
854
  animation: var(--animate-bounce);
780
855
  }
856
+ .animate-pulse {
857
+ animation: var(--animate-pulse);
858
+ }
781
859
  .animate-spin {
782
860
  animation: var(--animate-spin);
783
861
  }
@@ -799,6 +877,15 @@
799
877
  .list-none {
800
878
  list-style-type: none;
801
879
  }
880
+ .\[appearance\:textfield\] {
881
+ appearance: textfield;
882
+ }
883
+ .auto-rows-\[136px\] {
884
+ grid-auto-rows: 136px;
885
+ }
886
+ .grid-cols-1 {
887
+ grid-template-columns: repeat(1, minmax(0, 1fr));
888
+ }
802
889
  .grid-cols-2 {
803
890
  grid-template-columns: repeat(2, minmax(0, 1fr));
804
891
  }
@@ -856,6 +943,12 @@
856
943
  .\[gap\:var\(--deframe-widget-size-gap-xs\)\] {
857
944
  gap: var(--deframe-widget-size-gap-xs);
858
945
  }
946
+ .gap-2 {
947
+ gap: calc(var(--spacing) * 2);
948
+ }
949
+ .gap-4 {
950
+ gap: calc(var(--spacing) * 4);
951
+ }
859
952
  .gap-\[2px\] {
860
953
  gap: 2px;
861
954
  }
@@ -874,6 +967,9 @@
874
967
  .gap-\[10px\] {
875
968
  gap: 10px;
876
969
  }
970
+ .gap-\[16px\] {
971
+ gap: 16px;
972
+ }
877
973
  .gap-\[var\(--deframe-widget-size-gap-lg\)\] {
878
974
  gap: var(--deframe-widget-size-gap-lg);
879
975
  }
@@ -977,6 +1073,12 @@
977
1073
  .overflow-y-auto {
978
1074
  overflow-y: auto;
979
1075
  }
1076
+ .\!rounded-\[var\(--deframe-widget-size-radius-xs\)\] {
1077
+ border-radius: var(--deframe-widget-size-radius-xs) !important;
1078
+ }
1079
+ .\!rounded-xs {
1080
+ border-radius: var(--radius-xs) !important;
1081
+ }
980
1082
  .rounded {
981
1083
  border-radius: 0.25rem;
982
1084
  }
@@ -1019,6 +1121,15 @@
1019
1121
  .rounded-full {
1020
1122
  border-radius: calc(infinity * 1px);
1021
1123
  }
1124
+ .rounded-lg {
1125
+ border-radius: var(--radius-lg);
1126
+ }
1127
+ .rounded-xl {
1128
+ border-radius: var(--radius-xl);
1129
+ }
1130
+ .rounded-xs {
1131
+ border-radius: var(--radius-xs);
1132
+ }
1022
1133
  .rounded-t-\[var\(--deframe-widget-size-radius-full\)\] {
1023
1134
  border-top-left-radius: var(--deframe-widget-size-radius-full);
1024
1135
  border-top-right-radius: var(--deframe-widget-size-radius-full);
@@ -1035,6 +1146,10 @@
1035
1146
  border-bottom-right-radius: var(--deframe-widget-size-radius-xl);
1036
1147
  border-bottom-left-radius: var(--deframe-widget-size-radius-xl);
1037
1148
  }
1149
+ .\!border-0 {
1150
+ border-style: var(--tw-border-style) !important;
1151
+ border-width: 0px !important;
1152
+ }
1038
1153
  .border {
1039
1154
  border-style: var(--tw-border-style);
1040
1155
  border-width: 1px;
@@ -1138,15 +1253,27 @@
1138
1253
  .border-\[color\:var\(--deframe-widget-color-brand-primary\)\] {
1139
1254
  border-color: var(--deframe-widget-color-brand-primary);
1140
1255
  }
1256
+ .border-\[var\(--deframe-widget-color-bg-secondary\)\] {
1257
+ border-color: var(--deframe-widget-color-bg-secondary);
1258
+ }
1141
1259
  .border-\[var\(--deframe-widget-color-border-primary\)\] {
1142
1260
  border-color: var(--deframe-widget-color-border-primary);
1143
1261
  }
1144
1262
  .border-\[var\(--deframe-widget-color-border-primary-disabled\)\] {
1145
1263
  border-color: var(--deframe-widget-color-border-primary-disabled);
1146
1264
  }
1265
+ .border-\[var\(--deframe-widget-color-border-secondary\)\] {
1266
+ border-color: var(--deframe-widget-color-border-secondary);
1267
+ }
1147
1268
  .border-\[var\(--deframe-widget-color-state-error\)\] {
1148
1269
  border-color: var(--deframe-widget-color-state-error);
1149
1270
  }
1271
+ .border-\[var\(--deframe-widget-color-state-error\)\]\/20 {
1272
+ border-color: var(--deframe-widget-color-state-error);
1273
+ @supports (color: color-mix(in lab, red, red)) {
1274
+ border-color: color-mix(in oklab, var(--deframe-widget-color-state-error) 20%, transparent);
1275
+ }
1276
+ }
1150
1277
  .border-\[var\(--deframe-widget-color-state-info\)\] {
1151
1278
  border-color: var(--deframe-widget-color-state-info);
1152
1279
  }
@@ -1156,6 +1283,12 @@
1156
1283
  .border-\[var\(--deframe-widget-color-state-warning\)\] {
1157
1284
  border-color: var(--deframe-widget-color-state-warning);
1158
1285
  }
1286
+ .border-\[var\(--deframe-widget-color-state-warning\)\]\/20 {
1287
+ border-color: var(--deframe-widget-color-state-warning);
1288
+ @supports (color: color-mix(in lab, red, red)) {
1289
+ border-color: color-mix(in oklab, var(--deframe-widget-color-state-warning) 20%, transparent);
1290
+ }
1291
+ }
1159
1292
  .border-blue-300 {
1160
1293
  border-color: var(--color-blue-300);
1161
1294
  }
@@ -1324,6 +1457,12 @@
1324
1457
  .bg-\[var\(--deframe-widget-color-state-error\)\] {
1325
1458
  background-color: var(--deframe-widget-color-state-error);
1326
1459
  }
1460
+ .bg-\[var\(--deframe-widget-color-state-error\)\]\/10 {
1461
+ background-color: var(--deframe-widget-color-state-error);
1462
+ @supports (color: color-mix(in lab, red, red)) {
1463
+ background-color: color-mix(in oklab, var(--deframe-widget-color-state-error) 10%, transparent);
1464
+ }
1465
+ }
1327
1466
  .bg-\[var\(--deframe-widget-color-state-error\)\]\/20 {
1328
1467
  background-color: var(--deframe-widget-color-state-error);
1329
1468
  @supports (color: color-mix(in lab, red, red)) {
@@ -1342,6 +1481,12 @@
1342
1481
  .bg-\[var\(--deframe-widget-color-state-success\)\] {
1343
1482
  background-color: var(--deframe-widget-color-state-success);
1344
1483
  }
1484
+ .bg-\[var\(--deframe-widget-color-state-success\)\]\/10 {
1485
+ background-color: var(--deframe-widget-color-state-success);
1486
+ @supports (color: color-mix(in lab, red, red)) {
1487
+ background-color: color-mix(in oklab, var(--deframe-widget-color-state-success) 10%, transparent);
1488
+ }
1489
+ }
1345
1490
  .bg-\[var\(--deframe-widget-color-state-success\)\]\/20 {
1346
1491
  background-color: var(--deframe-widget-color-state-success);
1347
1492
  @supports (color: color-mix(in lab, red, red)) {
@@ -1351,6 +1496,12 @@
1351
1496
  .bg-\[var\(--deframe-widget-color-state-warning\)\] {
1352
1497
  background-color: var(--deframe-widget-color-state-warning);
1353
1498
  }
1499
+ .bg-\[var\(--deframe-widget-color-state-warning\)\]\/10 {
1500
+ background-color: var(--deframe-widget-color-state-warning);
1501
+ @supports (color: color-mix(in lab, red, red)) {
1502
+ background-color: color-mix(in oklab, var(--deframe-widget-color-state-warning) 10%, transparent);
1503
+ }
1504
+ }
1354
1505
  .bg-\[var\(--deframe-widget-color-state-warning\)\]\/20 {
1355
1506
  background-color: var(--deframe-widget-color-state-warning);
1356
1507
  @supports (color: color-mix(in lab, red, red)) {
@@ -1463,15 +1614,27 @@
1463
1614
  .\!p-\[24px\] {
1464
1615
  padding: 24px !important;
1465
1616
  }
1617
+ .\!p-\[var\(--deframe-widget-size-padding-x-md\)\] {
1618
+ padding: var(--deframe-widget-size-padding-x-md) !important;
1619
+ }
1466
1620
  .p-0 {
1467
1621
  padding: calc(var(--spacing) * 0);
1468
1622
  }
1623
+ .p-3 {
1624
+ padding: calc(var(--spacing) * 3);
1625
+ }
1626
+ .p-4 {
1627
+ padding: calc(var(--spacing) * 4);
1628
+ }
1469
1629
  .p-\[3px\] {
1470
1630
  padding: 3px;
1471
1631
  }
1472
1632
  .p-\[var\(--deframe-widget-size-gap-lg\)\] {
1473
1633
  padding: var(--deframe-widget-size-gap-lg);
1474
1634
  }
1635
+ .p-\[var\(--deframe-widget-size-padding-x-lg\)\] {
1636
+ padding: var(--deframe-widget-size-padding-x-lg);
1637
+ }
1475
1638
  .p-\[var\(--deframe-widget-size-padding-x-md\)\] {
1476
1639
  padding: var(--deframe-widget-size-padding-x-md);
1477
1640
  }
@@ -1481,6 +1644,12 @@
1481
1644
  .\!px-\[var\(--deframe-widget-size-padding-x-md\)\] {
1482
1645
  padding-inline: var(--deframe-widget-size-padding-x-md) !important;
1483
1646
  }
1647
+ .px-3 {
1648
+ padding-inline: calc(var(--spacing) * 3);
1649
+ }
1650
+ .px-6 {
1651
+ padding-inline: calc(var(--spacing) * 6);
1652
+ }
1484
1653
  .px-\[6px\] {
1485
1654
  padding-inline: 6px;
1486
1655
  }
@@ -1514,6 +1683,18 @@
1514
1683
  .px-\[var\(--deframe-widget-size-padding-x-xs\)\] {
1515
1684
  padding-inline: var(--deframe-widget-size-padding-x-xs);
1516
1685
  }
1686
+ .py-1 {
1687
+ padding-block: calc(var(--spacing) * 1);
1688
+ }
1689
+ .py-2 {
1690
+ padding-block: calc(var(--spacing) * 2);
1691
+ }
1692
+ .py-3 {
1693
+ padding-block: calc(var(--spacing) * 3);
1694
+ }
1695
+ .py-4 {
1696
+ padding-block: calc(var(--spacing) * 4);
1697
+ }
1517
1698
  .py-\[2px\] {
1518
1699
  padding-block: 2px;
1519
1700
  }
@@ -1607,12 +1788,18 @@
1607
1788
  .pb-\[14px\] {
1608
1789
  padding-bottom: 14px;
1609
1790
  }
1791
+ .pb-\[var\(--deframe-widget-size-padding-y-lg\)\] {
1792
+ padding-bottom: var(--deframe-widget-size-padding-y-lg);
1793
+ }
1610
1794
  .pb-\[var\(--deframe-widget-size-padding-y-md\)\] {
1611
1795
  padding-bottom: var(--deframe-widget-size-padding-y-md);
1612
1796
  }
1613
1797
  .pb-\[var\(--deframe-widget-size-padding-y-sm\)\] {
1614
1798
  padding-bottom: var(--deframe-widget-size-padding-y-sm);
1615
1799
  }
1800
+ .pb-\[var\(--deframe-widget-size-padding-y-xl\)\] {
1801
+ padding-bottom: var(--deframe-widget-size-padding-y-xl);
1802
+ }
1616
1803
  .pb-\[var\(--deframe-widget-size-padding-y-xs\)\] {
1617
1804
  padding-bottom: var(--deframe-widget-size-padding-y-xs);
1618
1805
  }
@@ -1656,6 +1843,14 @@
1656
1843
  font-size: var(--text-lg);
1657
1844
  line-height: var(--tw-leading, var(--text-lg--line-height));
1658
1845
  }
1846
+ .text-sm {
1847
+ font-size: var(--text-sm);
1848
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1849
+ }
1850
+ .text-xs {
1851
+ font-size: var(--text-xs);
1852
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1853
+ }
1659
1854
  .\!text-\[14px\] {
1660
1855
  font-size: 14px !important;
1661
1856
  }
@@ -1808,6 +2003,18 @@
1808
2003
  --tw-font-weight: var(--deframe-widget-font-family);
1809
2004
  font-weight: var(--deframe-widget-font-family);
1810
2005
  }
2006
+ .font-medium {
2007
+ --tw-font-weight: var(--font-weight-medium);
2008
+ font-weight: var(--font-weight-medium);
2009
+ }
2010
+ .font-normal {
2011
+ --tw-font-weight: var(--font-weight-normal);
2012
+ font-weight: var(--font-weight-normal);
2013
+ }
2014
+ .font-semibold {
2015
+ --tw-font-weight: var(--font-weight-semibold);
2016
+ font-weight: var(--font-weight-semibold);
2017
+ }
1811
2018
  .\[font-weight\:var\(--deframe-widget-font-weight-bold\)\] {
1812
2019
  font-weight: var(--deframe-widget-font-weight-bold);
1813
2020
  }
@@ -1876,9 +2083,6 @@
1876
2083
  .text-\[color\:var\(--deframe-widget-color-brand-secondary\)\] {
1877
2084
  color: var(--deframe-widget-color-brand-secondary);
1878
2085
  }
1879
- .text-\[color\:var\(--deframe-widget-color-brand-tertiary\)\] {
1880
- color: var(--deframe-widget-color-brand-tertiary);
1881
- }
1882
2086
  .text-\[color\:var\(--deframe-widget-color-placeholder-primary\)\] {
1883
2087
  color: var(--deframe-widget-color-placeholder-primary);
1884
2088
  }
@@ -1894,6 +2098,18 @@
1894
2098
  .text-\[color\:var\(--deframe-widget-color-state-warning\)\] {
1895
2099
  color: var(--deframe-widget-color-state-warning);
1896
2100
  }
2101
+ .text-\[color\:var\(--deframe-widget-color-text-highlight\)\] {
2102
+ color: var(--deframe-widget-color-text-highlight);
2103
+ }
2104
+ .text-\[color\:var\(--deframe-widget-color-text-highlight-disabled\)\] {
2105
+ color: var(--deframe-widget-color-text-highlight-disabled);
2106
+ }
2107
+ .text-\[color\:var\(--deframe-widget-color-text-inverse\)\] {
2108
+ color: var(--deframe-widget-color-text-inverse);
2109
+ }
2110
+ .text-\[color\:var\(--deframe-widget-color-text-inverse-disabled\)\] {
2111
+ color: var(--deframe-widget-color-text-inverse-disabled);
2112
+ }
1897
2113
  .text-\[color\:var\(--deframe-widget-color-text-primary\)\] {
1898
2114
  color: var(--deframe-widget-color-text-primary);
1899
2115
  }
@@ -1918,9 +2134,6 @@
1918
2134
  .text-\[font-size\:var\(--deframe-widget-font-size-sm\)\] {
1919
2135
  color: var(--deframe-widget-font-size-sm);
1920
2136
  }
1921
- .text-\[var\(--deframe-widget-color-brand-primary-disabled\)\] {
1922
- color: var(--deframe-widget-color-brand-primary-disabled);
1923
- }
1924
2137
  .text-\[var\(--deframe-widget-color-state-error\)\] {
1925
2138
  color: var(--deframe-widget-color-state-error);
1926
2139
  }
@@ -1936,12 +2149,12 @@
1936
2149
  .text-\[var\(--deframe-widget-color-text-primary\)\] {
1937
2150
  color: var(--deframe-widget-color-text-primary);
1938
2151
  }
1939
- .text-\[var\(--deframe-widget-color-text-primary-disabled\)\] {
1940
- color: var(--deframe-widget-color-text-primary-disabled);
1941
- }
1942
2152
  .text-\[var\(--deframe-widget-color-text-secondary\)\] {
1943
2153
  color: var(--deframe-widget-color-text-secondary);
1944
2154
  }
2155
+ .text-\[var\(--deframe-widget-color-text-tertiary\)\] {
2156
+ color: var(--deframe-widget-color-text-tertiary);
2157
+ }
1945
2158
  .text-blue-100 {
1946
2159
  color: var(--color-blue-100);
1947
2160
  }
@@ -1978,6 +2191,9 @@
1978
2191
  .text-red-500 {
1979
2192
  color: var(--color-red-500);
1980
2193
  }
2194
+ .text-white {
2195
+ color: var(--color-white);
2196
+ }
1981
2197
  .text-yellow-800 {
1982
2198
  color: var(--color-yellow-800);
1983
2199
  }
@@ -2012,12 +2228,18 @@
2012
2228
  .opacity-0 {
2013
2229
  opacity: 0%;
2014
2230
  }
2231
+ .opacity-25 {
2232
+ opacity: 25%;
2233
+ }
2015
2234
  .opacity-50 {
2016
2235
  opacity: 50%;
2017
2236
  }
2018
2237
  .opacity-60 {
2019
2238
  opacity: 60%;
2020
2239
  }
2240
+ .opacity-75 {
2241
+ opacity: 75%;
2242
+ }
2021
2243
  .opacity-95 {
2022
2244
  opacity: 95%;
2023
2245
  }
@@ -2226,6 +2448,11 @@
2226
2448
  color: var(--deframe-widget-color-text-tertiary);
2227
2449
  }
2228
2450
  }
2451
+ .focus-within\:bg-\[var\(--deframe-widget-color-bg-tertiary\)\] {
2452
+ &:focus-within {
2453
+ background-color: var(--deframe-widget-color-bg-tertiary);
2454
+ }
2455
+ }
2229
2456
  .hover\:border-\[color\:var\(--deframe-widget-color-border-primary\)\] {
2230
2457
  &:hover {
2231
2458
  @media (hover: hover) {
@@ -2240,6 +2467,13 @@
2240
2467
  }
2241
2468
  }
2242
2469
  }
2470
+ .hover\:border-\[var\(--deframe-widget-color-border-primary\)\] {
2471
+ &:hover {
2472
+ @media (hover: hover) {
2473
+ border-color: var(--deframe-widget-color-border-primary);
2474
+ }
2475
+ }
2476
+ }
2243
2477
  .hover\:border-blue-500 {
2244
2478
  &:hover {
2245
2479
  @media (hover: hover) {
@@ -2325,6 +2559,13 @@
2325
2559
  }
2326
2560
  }
2327
2561
  }
2562
+ .hover\:bg-\[var\(--deframe-widget-color-bg-tertiary\)\] {
2563
+ &:hover {
2564
+ @media (hover: hover) {
2565
+ background-color: var(--deframe-widget-color-bg-tertiary);
2566
+ }
2567
+ }
2568
+ }
2328
2569
  .hover\:bg-blue-700 {
2329
2570
  &:hover {
2330
2571
  @media (hover: hover) {
@@ -2360,6 +2601,13 @@
2360
2601
  }
2361
2602
  }
2362
2603
  }
2604
+ .hover\:underline {
2605
+ &:hover {
2606
+ @media (hover: hover) {
2607
+ text-decoration-line: underline;
2608
+ }
2609
+ }
2610
+ }
2363
2611
  .hover\:opacity-70 {
2364
2612
  &:hover {
2365
2613
  @media (hover: hover) {
@@ -2446,6 +2694,21 @@
2446
2694
  font-size: var(--deframe-widget-font-size-md);
2447
2695
  }
2448
2696
  }
2697
+ .lg\:h-\[440px\] {
2698
+ @media (width >= 64rem) {
2699
+ height: 440px;
2700
+ }
2701
+ }
2702
+ .lg\:grid-cols-2 {
2703
+ @media (width >= 64rem) {
2704
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2705
+ }
2706
+ }
2707
+ .lg\:\!bg-\[var\(--deframe-widget-color-bg-primary\)\] {
2708
+ @media (width >= 64rem) {
2709
+ background-color: var(--deframe-widget-color-bg-primary) !important;
2710
+ }
2711
+ }
2449
2712
  .lg\:\!bg-\[var\(--deframe-widget-color-bg-secondary\)\] {
2450
2713
  @media (width >= 64rem) {
2451
2714
  background-color: var(--deframe-widget-color-bg-secondary) !important;
@@ -2456,9 +2719,23 @@
2456
2719
  background-color: var(--deframe-widget-color-bg-secondary);
2457
2720
  }
2458
2721
  }
2722
+ .xl\:grid-cols-3 {
2723
+ @media (width >= 80rem) {
2724
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2725
+ }
2726
+ }
2727
+ .\[\&\:\:-webkit-inner-spin-button\]\:appearance-none {
2728
+ &::-webkit-inner-spin-button {
2729
+ appearance: none;
2730
+ }
2731
+ }
2732
+ .\[\&\:\:-webkit-outer-spin-button\]\:appearance-none {
2733
+ &::-webkit-outer-spin-button {
2734
+ appearance: none;
2735
+ }
2736
+ }
2459
2737
  }
2460
- :root,
2461
- .deframe-widget {
2738
+ :root {
2462
2739
  --deframe-widget-font-family: 'Satoshi', Inter, sans-serif;
2463
2740
  --deframe-widget-font-size-xs: 11px;
2464
2741
  --deframe-widget-font-size-sm: 13px;
@@ -2488,6 +2765,12 @@
2488
2765
  --deframe-widget-color-text-tertiary: #898d95;
2489
2766
  --deframe-widget-color-text-tertiary-dark: #c6c8cc;
2490
2767
  --deframe-widget-color-text-tertiary-disabled: #5c5f66;
2768
+ --deframe-widget-color-text-inverse: #252050;
2769
+ --deframe-widget-color-text-inverse-dark: #FFFFFF;
2770
+ --deframe-widget-color-text-inverse-disabled: #FFFFFF;
2771
+ --deframe-widget-color-text-highlight: #2BA176;
2772
+ --deframe-widget-color-text-highlight-dark: #2BA176;
2773
+ --deframe-widget-color-text-highlight-disabled: #2BA176;
2491
2774
  --deframe-widget-color-placeholder-primary: #898d95;
2492
2775
  --deframe-widget-color-placeholder-primary-dark: #e3e4e8;
2493
2776
  --deframe-widget-color-placeholder-primary-disabled: #898d95;
@@ -2506,6 +2789,9 @@
2506
2789
  --deframe-widget-color-brand-tertiary: #405eff;
2507
2790
  --deframe-widget-color-brand-tertiary-dark: #a9abf7;
2508
2791
  --deframe-widget-color-brand-tertiary-disabled: #d7deea;
2792
+ --deframe-widget-color-brand-tint: #EEF0FF;
2793
+ --deframe-widget-color-brand-tint-dark: #EEF0FF;
2794
+ --deframe-widget-color-brand-tint-disabled: #525866;
2509
2795
  --deframe-widget-color-bg-primary: #ffffff;
2510
2796
  --deframe-widget-color-bg-primary-dark: #0e0e0e;
2511
2797
  --deframe-widget-color-bg-primary-disabled: #eaecf0;
@@ -2513,17 +2799,23 @@
2513
2799
  --deframe-widget-color-bg-secondary-dark: #1a1a1a;
2514
2800
  --deframe-widget-color-bg-secondary-disabled: #eaecf0;
2515
2801
  --deframe-widget-color-bg-tertiary: #eaecf0;
2516
- --deframe-widget-color-bg-tertiary-dark: rgba(64, 94, 255, 0.15);
2517
- --deframe-widget-color-bg-tertiary-disabled: rgba(64, 94, 255, 0.08);
2518
- --deframe-widget-color-border-primary: rgba(64, 94, 255, 0.25);
2519
- --deframe-widget-color-border-primary-dark: rgba(64, 94, 255, 0.3);
2520
- --deframe-widget-color-border-primary-disabled: rgba(64, 94, 255, 0.12);
2802
+ --deframe-widget-color-bg-tertiary-dark: #405EFF26;
2803
+ --deframe-widget-color-bg-tertiary-disabled: #405EFF14;
2804
+ --deframe-widget-color-bg-raised: #FFFFFF;
2805
+ --deframe-widget-color-bg-raised-dark: #FFFFFF;
2806
+ --deframe-widget-color-bg-raised-disabled: #FFFFFF;
2807
+ --deframe-widget-color-bg-inverse: #252050;
2808
+ --deframe-widget-color-bg-inverse-dark: #252050;
2809
+ --deframe-widget-color-bg-inverse-disabled: #252050;
2810
+ --deframe-widget-color-border-primary: #405EFF40;
2811
+ --deframe-widget-color-border-primary-dark: #405EFF4D;
2812
+ --deframe-widget-color-border-primary-disabled: #405EFF1F;
2521
2813
  --deframe-widget-color-border-secondary: #e3e4e8;
2522
2814
  --deframe-widget-color-border-secondary-dark: #2c2c2c;
2523
2815
  --deframe-widget-color-border-secondary-disabled: #eaecf0;
2524
- --deframe-widget-color-border-tertiary: rgba(64, 94, 255, 0.08);
2525
- --deframe-widget-color-border-tertiary-dark: rgba(255, 255, 255, 0.05);
2526
- --deframe-widget-color-border-tertiary-disabled: rgba(64, 94, 255, 0.04);
2816
+ --deframe-widget-color-border-tertiary: #405EFF14;
2817
+ --deframe-widget-color-border-tertiary-dark: #FFFFFF0D;
2818
+ --deframe-widget-color-border-tertiary-disabled: #405EFF0A;
2527
2819
  --deframe-widget-color-state-info: #58b4ff;
2528
2820
  --deframe-widget-color-state-warning: #f6a700;
2529
2821
  --deframe-widget-color-state-error: #ff4d4f;
@@ -2565,101 +2857,39 @@
2565
2857
  --deframe-widget-size-radius-xxl: 32px;
2566
2858
  --deframe-widget-size-radius-full: 9999px;
2567
2859
  }
2568
- :root:is(.dark, .cryptocontrol, .cryptocontrol-v2),
2569
- .deframe-widget:is(.dark, .cryptocontrol, .cryptocontrol-v2) {
2570
- --deframe-widget-color-text-primary: var(--deframe-widget-color-text-primary-dark);
2860
+ :root.dark {
2861
+ --deframe-widget-color-text-primary: #ffffff;
2862
+ --deframe-widget-color-text-primary-dark: #ffffff;
2571
2863
  --deframe-widget-color-text-primary-disabled: #898d95;
2572
- --deframe-widget-color-text-secondary: var(--deframe-widget-color-text-secondary-dark);
2864
+ --deframe-widget-color-text-secondary: #5c5f66;
2573
2865
  --deframe-widget-color-text-secondary-disabled: #898d95;
2574
- --deframe-widget-color-text-tertiary: var(--deframe-widget-color-text-tertiary-dark);
2866
+ --deframe-widget-color-text-tertiary: #898d95;
2575
2867
  --deframe-widget-color-text-tertiary-disabled: #525866;
2576
- --deframe-widget-color-placeholder-primary: var(--deframe-widget-color-placeholder-primary-dark);
2868
+ --deframe-widget-color-placeholder-primary: #898d95;
2577
2869
  --deframe-widget-color-placeholder-primary-disabled: #898d95;
2578
- --deframe-widget-color-placeholder-secondary: var(--deframe-widget-color-placeholder-secondary-dark);
2870
+ --deframe-widget-color-placeholder-secondary: #c6c8cc;
2579
2871
  --deframe-widget-color-placeholder-secondary-disabled: #525866;
2580
- --deframe-widget-color-placeholder-tertiary: var(--deframe-widget-color-placeholder-tertiary-dark);
2872
+ --deframe-widget-color-placeholder-tertiary: #5c5f66;
2581
2873
  --deframe-widget-color-placeholder-tertiary-disabled: #3a3a3a;
2582
- --deframe-widget-color-brand-primary: var(--deframe-widget-color-brand-primary-dark);
2874
+ --deframe-widget-color-brand-primary: #405eff;
2583
2875
  --deframe-widget-color-brand-primary-disabled: #525866;
2584
- --deframe-widget-color-brand-secondary: var(--deframe-widget-color-brand-secondary-dark);
2876
+ --deframe-widget-color-brand-secondary: #a9abf7;
2585
2877
  --deframe-widget-color-brand-secondary-disabled: #525866;
2586
- --deframe-widget-color-brand-tertiary: var(--deframe-widget-color-brand-tertiary-dark);
2878
+ --deframe-widget-color-brand-tertiary: #405eff;
2587
2879
  --deframe-widget-color-brand-tertiary-disabled: #525866;
2588
- --deframe-widget-color-bg-primary: var(--deframe-widget-color-bg-primary-dark);
2880
+ --deframe-widget-color-bg-primary: #ffffff;
2589
2881
  --deframe-widget-color-bg-primary-disabled: #232323;
2590
- --deframe-widget-color-bg-secondary: var(--deframe-widget-color-bg-secondary-dark);
2882
+ --deframe-widget-color-bg-secondary: #f8f9fa;
2591
2883
  --deframe-widget-color-bg-secondary-disabled: #141414;
2592
- --deframe-widget-color-bg-tertiary: var(--deframe-widget-color-bg-tertiary-dark);
2593
- --deframe-widget-color-bg-tertiary-disabled: rgba(64, 94, 255, 0.08);
2594
- --deframe-widget-color-border-primary: var(--deframe-widget-color-border-primary-dark);
2595
- --deframe-widget-color-border-primary-disabled: rgba(255, 255, 255, 0.08);
2596
- --deframe-widget-color-border-secondary: var(--deframe-widget-color-border-secondary-dark);
2597
- --deframe-widget-color-border-secondary-disabled: rgba(255, 255, 255, 0.06);
2598
- --deframe-widget-color-border-tertiary: var(--deframe-widget-color-border-tertiary-dark);
2599
- --deframe-widget-color-border-tertiary-disabled: rgba(255, 255, 255, 0.03);
2600
- }
2601
- :root.cryptocontrol,
2602
- .deframe-widget.cryptocontrol {
2603
- --deframe-widget-color-brand-primary: #1fc16b;
2604
- --deframe-widget-color-brand-primary-dark: #1fc16b;
2605
- --deframe-widget-color-brand-tertiary: #1fc16b;
2606
- --deframe-widget-color-brand-tertiary-dark: #1fc16b;
2607
- --deframe-widget-color-bg-tertiary: rgba(31, 193, 107, 0.18);
2608
- --deframe-widget-color-bg-tertiary-dark: rgba(31, 193, 107, 0.18);
2609
- --deframe-widget-color-bg-tertiary-disabled: rgba(31, 193, 107, 0.1);
2610
- --deframe-widget-color-border-primary: rgba(31, 193, 107, 0.4);
2611
- --deframe-widget-color-border-primary-dark: rgba(31, 193, 107, 0.4);
2612
- --deframe-widget-color-border-primary-disabled: rgba(31, 193, 107, 0.18);
2613
- --deframe-widget-color-state-success: #1fc16b;
2614
- }
2615
- :root.cryptocontrol-v2,
2616
- .deframe-widget.cryptocontrol-v2 {
2617
- --deframe-widget-color-text-primary: #ffffff;
2618
- --deframe-widget-color-text-primary-dark: #ffffff;
2619
- --deframe-widget-color-text-primary-disabled: #525866;
2620
- --deframe-widget-color-text-secondary: #99a0ae;
2621
- --deframe-widget-color-text-secondary-dark: #99a0ae;
2622
- --deframe-widget-color-text-secondary-disabled: #525866;
2623
- --deframe-widget-color-text-tertiary: #525866;
2624
- --deframe-widget-color-text-tertiary-dark: #525866;
2625
- --deframe-widget-color-text-tertiary-disabled: #525866;
2626
- --deframe-widget-color-placeholder-primary: #99a0ae;
2627
- --deframe-widget-color-placeholder-primary-dark: #99a0ae;
2628
- --deframe-widget-color-placeholder-primary-disabled: #525866;
2629
- --deframe-widget-color-placeholder-secondary: #525866;
2630
- --deframe-widget-color-placeholder-secondary-dark: #525866;
2631
- --deframe-widget-color-placeholder-secondary-disabled: #525866;
2632
- --deframe-widget-color-placeholder-tertiary: #525866;
2633
- --deframe-widget-color-placeholder-tertiary-dark: #525866;
2634
- --deframe-widget-color-placeholder-tertiary-disabled: #525866;
2635
- --deframe-widget-color-brand-primary: #1fc16b;
2636
- --deframe-widget-color-brand-primary-dark: #1fc16b;
2637
- --deframe-widget-color-brand-primary-disabled: #525866;
2638
- --deframe-widget-color-brand-secondary: #a9abf7;
2639
- --deframe-widget-color-brand-secondary-dark: #a9abf7;
2640
- --deframe-widget-color-brand-secondary-disabled: #525866;
2641
- --deframe-widget-color-brand-tertiary: #1fc16b;
2642
- --deframe-widget-color-brand-tertiary-dark: #1fc16b;
2643
- --deframe-widget-color-brand-tertiary-disabled: #525866;
2644
- --deframe-widget-color-bg-primary: #11141b;
2645
- --deframe-widget-color-bg-primary-dark: #11141b;
2646
- --deframe-widget-color-bg-primary-disabled: #181b25;
2647
- --deframe-widget-color-bg-secondary: #181b25;
2648
- --deframe-widget-color-bg-secondary-dark: #181b25;
2649
- --deframe-widget-color-bg-secondary-disabled: #222530;
2650
- --deframe-widget-color-bg-tertiary: #222530;
2651
- --deframe-widget-color-bg-tertiary-dark: #222530;
2652
- --deframe-widget-color-bg-tertiary-disabled: #181b25;
2653
- --deframe-widget-color-border-primary: rgba(255, 255, 255, 0.12);
2654
- --deframe-widget-color-border-primary-dark: rgba(255, 255, 255, 0.12);
2655
- --deframe-widget-color-border-primary-disabled: rgba(255, 255, 255, 0.05);
2656
- --deframe-widget-color-border-secondary: rgba(255, 255, 255, 0.07);
2657
- --deframe-widget-color-border-secondary-dark: rgba(255, 255, 255, 0.07);
2658
- --deframe-widget-color-border-secondary-disabled: rgba(255, 255, 255, 0.05);
2659
- --deframe-widget-color-border-tertiary: rgba(255, 255, 255, 0.05);
2660
- --deframe-widget-color-border-tertiary-dark: rgba(255, 255, 255, 0.05);
2661
- --deframe-widget-color-border-tertiary-disabled: rgba(255, 255, 255, 0.03);
2662
- --deframe-widget-color-state-success: #1fc16b;
2884
+ --deframe-widget-color-bg-tertiary: #eaecf0;
2885
+ --deframe-widget-color-bg-tertiary-disabled: #405EFF14;
2886
+ --deframe-widget-color-bg-raised: #ffffff;
2887
+ --deframe-widget-color-border-primary: #405EFF40;
2888
+ --deframe-widget-color-border-primary-disabled: #FFFFFF14;
2889
+ --deframe-widget-color-border-secondary: #e3e4e8;
2890
+ --deframe-widget-color-border-secondary-disabled: #FFFFFF0F;
2891
+ --deframe-widget-color-border-tertiary: #405EFF14;
2892
+ --deframe-widget-color-border-tertiary-disabled: #FFFFFF08;
2663
2893
  }
2664
2894
  .deframe-widget {
2665
2895
  background: var(--deframe-widget-color-bg-primary);
@@ -2672,11 +2902,6 @@
2672
2902
  .deframe-widget select {
2673
2903
  font-family: inherit;
2674
2904
  }
2675
- body {
2676
- background: var(--deframe-widget-color-bg-primary);
2677
- color: var(--deframe-widget-color-text-primary);
2678
- font-family: var(--deframe-widget-font-family);
2679
- }
2680
2905
  @keyframes deframe-widget-slide-up {
2681
2906
  0% {
2682
2907
  transform: translateY(100%);
@@ -2985,6 +3210,11 @@ body {
2985
3210
  transform: rotate(360deg);
2986
3211
  }
2987
3212
  }
3213
+ @keyframes pulse {
3214
+ 50% {
3215
+ opacity: 0.5;
3216
+ }
3217
+ }
2988
3218
  @keyframes bounce {
2989
3219
  0%, 100% {
2990
3220
  transform: translateY(-25%);