@deframe-sdk/components 0.1.74 → 0.1.75
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/index.d.mts +25 -2
- package/dist/index.d.ts +25 -2
- package/dist/index.js +346 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +347 -7
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +60 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -646,6 +646,9 @@
|
|
|
646
646
|
.h-\[8px\] {
|
|
647
647
|
height: 8px;
|
|
648
648
|
}
|
|
649
|
+
.h-\[11px\] {
|
|
650
|
+
height: 11px;
|
|
651
|
+
}
|
|
649
652
|
.h-\[12px\] {
|
|
650
653
|
height: 12px;
|
|
651
654
|
}
|
|
@@ -673,6 +676,9 @@
|
|
|
673
676
|
.h-\[24px\] {
|
|
674
677
|
height: 24px;
|
|
675
678
|
}
|
|
679
|
+
.h-\[28px\] {
|
|
680
|
+
height: 28px;
|
|
681
|
+
}
|
|
676
682
|
.h-\[32px\] {
|
|
677
683
|
height: 32px;
|
|
678
684
|
}
|
|
@@ -817,6 +823,9 @@
|
|
|
817
823
|
.min-h-\[600px\] {
|
|
818
824
|
min-height: 600px;
|
|
819
825
|
}
|
|
826
|
+
.min-h-\[620px\] {
|
|
827
|
+
min-height: 620px;
|
|
828
|
+
}
|
|
820
829
|
.min-h-\[calc\(100svh-160px\)\] {
|
|
821
830
|
min-height: calc(100svh - 160px);
|
|
822
831
|
}
|
|
@@ -910,6 +919,9 @@
|
|
|
910
919
|
.w-\[8px\] {
|
|
911
920
|
width: 8px;
|
|
912
921
|
}
|
|
922
|
+
.w-\[11px\] {
|
|
923
|
+
width: 11px;
|
|
924
|
+
}
|
|
913
925
|
.w-\[12px\] {
|
|
914
926
|
width: 12px;
|
|
915
927
|
}
|
|
@@ -1584,6 +1596,12 @@
|
|
|
1584
1596
|
border-color: color-mix(in srgb,var(--deframe-widget-color-brand-primary) 32%,transparent);
|
|
1585
1597
|
}
|
|
1586
1598
|
}
|
|
1599
|
+
.border-\[color\:color-mix\(in_srgb\,var\(--deframe-widget-color-brand-primary\)_40\%\,transparent\)\] {
|
|
1600
|
+
border-color: var(--deframe-widget-color-brand-primary);
|
|
1601
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1602
|
+
border-color: color-mix(in srgb,var(--deframe-widget-color-brand-primary) 40%,transparent);
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1587
1605
|
.border-\[color\:color-mix\(in_srgb\,var\(--deframe-widget-color-brand-secondary\)_32\%\,transparent\)\] {
|
|
1588
1606
|
border-color: var(--deframe-widget-color-brand-secondary);
|
|
1589
1607
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1845,6 +1863,12 @@
|
|
|
1845
1863
|
background-color: color-mix(in srgb,var(--deframe-widget-color-brand-primary) 8%,var(--deframe-widget-color-bg-secondary));
|
|
1846
1864
|
}
|
|
1847
1865
|
}
|
|
1866
|
+
.bg-\[color\:color-mix\(in_srgb\,var\(--deframe-widget-color-brand-primary\)_10\%\,transparent\)\] {
|
|
1867
|
+
background-color: var(--deframe-widget-color-brand-primary);
|
|
1868
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1869
|
+
background-color: color-mix(in srgb,var(--deframe-widget-color-brand-primary) 10%,transparent);
|
|
1870
|
+
}
|
|
1871
|
+
}
|
|
1848
1872
|
.bg-\[color\:color-mix\(in_srgb\,var\(--deframe-widget-color-brand-primary\)_12\%\,transparent\)\] {
|
|
1849
1873
|
background-color: var(--deframe-widget-color-brand-primary);
|
|
1850
1874
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -3118,6 +3142,10 @@
|
|
|
3118
3142
|
.opacity-95 {
|
|
3119
3143
|
opacity: 95%;
|
|
3120
3144
|
}
|
|
3145
|
+
.shadow {
|
|
3146
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
3147
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3148
|
+
}
|
|
3121
3149
|
.shadow-\[0_-4px_32px_rgba\(0\,0\,0\,0\.4\)\] {
|
|
3122
3150
|
--tw-shadow: 0 -4px 32px var(--tw-shadow-color, rgba(0,0,0,0.4));
|
|
3123
3151
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -3793,6 +3821,11 @@
|
|
|
3793
3821
|
--tw-ring-color: var(--deframe-widget-color-brand-primary);
|
|
3794
3822
|
}
|
|
3795
3823
|
}
|
|
3824
|
+
.focus\:ring-\[color\:var\(--deframe-widget-color-brand-secondary\)\] {
|
|
3825
|
+
&:focus {
|
|
3826
|
+
--tw-ring-color: var(--deframe-widget-color-brand-secondary);
|
|
3827
|
+
}
|
|
3828
|
+
}
|
|
3796
3829
|
.focus\:outline-none {
|
|
3797
3830
|
&:focus {
|
|
3798
3831
|
--tw-outline-style: none;
|
|
@@ -4538,6 +4571,33 @@
|
|
|
4538
4571
|
.deframe-widget select {
|
|
4539
4572
|
font-family: inherit;
|
|
4540
4573
|
}
|
|
4574
|
+
[data-slot='pods-swap-confirm-button'] [data-test-id='confirm-swap-button-simple'] {
|
|
4575
|
+
align-items: center;
|
|
4576
|
+
appearance: none;
|
|
4577
|
+
border: 0;
|
|
4578
|
+
border-radius: var(--deframe-widget-size-radius-sm);
|
|
4579
|
+
display: flex;
|
|
4580
|
+
font-family: var(--deframe-widget-font-family);
|
|
4581
|
+
font-size: 15px;
|
|
4582
|
+
font-weight: var(--deframe-widget-font-weight-semibold);
|
|
4583
|
+
gap: var(--deframe-widget-size-gap-sm);
|
|
4584
|
+
height: 3rem;
|
|
4585
|
+
justify-content: center;
|
|
4586
|
+
opacity: 1;
|
|
4587
|
+
transition: background-color 200ms, color 200ms;
|
|
4588
|
+
width: 100%;
|
|
4589
|
+
}
|
|
4590
|
+
[data-slot='pods-swap-confirm-button'] [data-test-id='confirm-swap-button-simple']:not(:disabled) {
|
|
4591
|
+
background: var(--deframe-widget-color-brand-primary);
|
|
4592
|
+
color: var(--deframe-widget-color-text-primary-dark);
|
|
4593
|
+
cursor: pointer;
|
|
4594
|
+
}
|
|
4595
|
+
[data-slot='pods-swap-confirm-button'] [data-test-id='confirm-swap-button-simple']:disabled {
|
|
4596
|
+
background: var(--deframe-widget-color-brand-primary-disabled);
|
|
4597
|
+
color: var(--deframe-widget-color-text-primary-disabled);
|
|
4598
|
+
cursor: not-allowed;
|
|
4599
|
+
-webkit-text-fill-color: currentColor;
|
|
4600
|
+
}
|
|
4541
4601
|
@keyframes deframe-widget-slide-up {
|
|
4542
4602
|
0% {
|
|
4543
4603
|
transform: translateY(100%);
|