@turtleclub/earn-widget 0.3.1-beta.1 → 0.3.1-beta.3
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 +7 -174
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -1210,9 +1210,6 @@
|
|
|
1210
1210
|
.turtle-widget-root .max-w-md {
|
|
1211
1211
|
max-width: var(--container-md);
|
|
1212
1212
|
}
|
|
1213
|
-
.turtle-widget-root .max-w-sm {
|
|
1214
|
-
max-width: var(--container-sm);
|
|
1215
|
-
}
|
|
1216
1213
|
.turtle-widget-root .min-w-0 {
|
|
1217
1214
|
min-width: calc(var(--spacing)*0);
|
|
1218
1215
|
}
|
|
@@ -1975,6 +1972,9 @@
|
|
|
1975
1972
|
font-size: var(--text-xs);
|
|
1976
1973
|
line-height: var(--tw-leading,var(--text-xs--line-height));
|
|
1977
1974
|
}
|
|
1975
|
+
.turtle-widget-root .text-\[0\.65rem\] {
|
|
1976
|
+
font-size: .65rem;
|
|
1977
|
+
}
|
|
1978
1978
|
.turtle-widget-root .text-\[8px\] {
|
|
1979
1979
|
font-size: 8px;
|
|
1980
1980
|
}
|
|
@@ -3792,12 +3792,6 @@
|
|
|
3792
3792
|
.turtle-widget-root .md\:w-auto {
|
|
3793
3793
|
width: auto;
|
|
3794
3794
|
}
|
|
3795
|
-
.turtle-widget-root .md\:w-full {
|
|
3796
|
-
width: 100%;
|
|
3797
|
-
}
|
|
3798
|
-
.turtle-widget-root .md\:max-w-lg {
|
|
3799
|
-
max-width: var(--container-lg);
|
|
3800
|
-
}
|
|
3801
3795
|
.turtle-widget-root .md\:-translate-x-full {
|
|
3802
3796
|
--tw-translate-x: -100%;
|
|
3803
3797
|
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
@@ -3860,171 +3854,6 @@
|
|
|
3860
3854
|
align-items: flex-start;
|
|
3861
3855
|
}
|
|
3862
3856
|
}
|
|
3863
|
-
.turtle-widget-root .dark\:bg-destructive\/60:is(.dark *) {
|
|
3864
|
-
background-color: var(--color-destructive);
|
|
3865
|
-
}
|
|
3866
|
-
@supports (color:color-mix(in lab,red,red)) {
|
|
3867
|
-
.turtle-widget-root .dark\:bg-destructive\/60:is(.dark *) {
|
|
3868
|
-
background-color: var(--color-destructive);
|
|
3869
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3870
|
-
.turtle-widget-root & {
|
|
3871
|
-
background-color: color-mix(in oklab,var(--color-destructive)60%,transparent);
|
|
3872
|
-
}
|
|
3873
|
-
}
|
|
3874
|
-
}
|
|
3875
|
-
}
|
|
3876
|
-
.turtle-widget-root .dark\:bg-input\/30:is(.dark *) {
|
|
3877
|
-
background-color: var(--color-input);
|
|
3878
|
-
}
|
|
3879
|
-
@supports (color:color-mix(in lab,red,red)) {
|
|
3880
|
-
.turtle-widget-root .dark\:bg-input\/30:is(.dark *) {
|
|
3881
|
-
background-color: var(--color-input);
|
|
3882
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3883
|
-
.turtle-widget-root & {
|
|
3884
|
-
background-color: color-mix(in oklab,var(--color-input)30%,transparent);
|
|
3885
|
-
}
|
|
3886
|
-
}
|
|
3887
|
-
}
|
|
3888
|
-
}
|
|
3889
|
-
.turtle-widget-root .dark\:bg-transparent:is(.dark *) {
|
|
3890
|
-
background-color: #0000;
|
|
3891
|
-
}
|
|
3892
|
-
.turtle-widget-root .dark\:group-data-\[state\=checked\]\:bg-primary:is(.dark *):is(:where(.group)[data-state=checked] *) {
|
|
3893
|
-
background-color: var(--color-primary);
|
|
3894
|
-
}
|
|
3895
|
-
.turtle-widget-root .dark\:group-data-\[state\=unchecked\]\:bg-foreground:is(.dark *):is(:where(.group)[data-state=unchecked] *) {
|
|
3896
|
-
background-color: var(--color-foreground);
|
|
3897
|
-
}
|
|
3898
|
-
.turtle-widget-root .dark\:before\:from-white\/40:is(.dark *):before {
|
|
3899
|
-
content: var(--tw-content);
|
|
3900
|
-
--tw-gradient-from: #fff6;
|
|
3901
|
-
}
|
|
3902
|
-
@supports (color:color-mix(in lab,red,red)) {
|
|
3903
|
-
.turtle-widget-root .dark\:before\:from-white\/40:is(.dark *):before {
|
|
3904
|
-
--tw-gradient-from: color-mix(in srgb,#fff40%,transparent);
|
|
3905
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3906
|
-
.turtle-widget-root & {
|
|
3907
|
-
--tw-gradient-from: color-mix(in oklab,var(--color-white)40%,transparent);
|
|
3908
|
-
}
|
|
3909
|
-
}
|
|
3910
|
-
}
|
|
3911
|
-
}
|
|
3912
|
-
.turtle-widget-root .dark\:before\:from-white\/40:is(.dark *):before {
|
|
3913
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position));
|
|
3914
|
-
}
|
|
3915
|
-
.turtle-widget-root .dark\:before\:to-white\/10:is(.dark *):before {
|
|
3916
|
-
content: var(--tw-content);
|
|
3917
|
-
--tw-gradient-to: #ffffff1a;
|
|
3918
|
-
}
|
|
3919
|
-
@supports (color:color-mix(in lab,red,red)) {
|
|
3920
|
-
.turtle-widget-root .dark\:before\:to-white\/10:is(.dark *):before {
|
|
3921
|
-
--tw-gradient-to: color-mix(in srgb,#fff10%,transparent);
|
|
3922
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3923
|
-
.turtle-widget-root & {
|
|
3924
|
-
--tw-gradient-to: color-mix(in oklab,var(--color-white)10%,transparent);
|
|
3925
|
-
}
|
|
3926
|
-
}
|
|
3927
|
-
}
|
|
3928
|
-
}
|
|
3929
|
-
.turtle-widget-root .dark\:before\:to-white\/10:is(.dark *):before {
|
|
3930
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position));
|
|
3931
|
-
}
|
|
3932
|
-
@media (hover:hover) {
|
|
3933
|
-
.turtle-widget-root .dark\:hover\:bg-input\/50:is(.dark *):hover {
|
|
3934
|
-
background-color: var(--color-input);
|
|
3935
|
-
}
|
|
3936
|
-
@supports (color:color-mix(in lab,red,red)) {
|
|
3937
|
-
.turtle-widget-root .dark\:hover\:bg-input\/50:is(.dark *):hover {
|
|
3938
|
-
background-color: var(--color-input);
|
|
3939
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3940
|
-
.turtle-widget-root & {
|
|
3941
|
-
background-color: color-mix(in oklab,var(--color-input)50%,transparent);
|
|
3942
|
-
}
|
|
3943
|
-
}
|
|
3944
|
-
}
|
|
3945
|
-
}
|
|
3946
|
-
}
|
|
3947
|
-
.turtle-widget-root .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
|
|
3948
|
-
--tw-ring-color: var(--color-destructive);
|
|
3949
|
-
}
|
|
3950
|
-
@supports (color:color-mix(in lab,red,red)) {
|
|
3951
|
-
.turtle-widget-root .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
|
|
3952
|
-
--tw-ring-color: var(--color-destructive);
|
|
3953
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3954
|
-
.turtle-widget-root & {
|
|
3955
|
-
--tw-ring-color: color-mix(in oklab,var(--color-destructive)40%,transparent);
|
|
3956
|
-
}
|
|
3957
|
-
}
|
|
3958
|
-
}
|
|
3959
|
-
}
|
|
3960
|
-
.turtle-widget-root .dark\:has-data-\[state\=checked\]\:bg-primary\/10:is(.dark *):has([data-state=checked]) {
|
|
3961
|
-
background-color: var(--color-primary);
|
|
3962
|
-
}
|
|
3963
|
-
@supports (color:color-mix(in lab,red,red)) {
|
|
3964
|
-
.turtle-widget-root .dark\:has-data-\[state\=checked\]\:bg-primary\/10:is(.dark *):has([data-state=checked]) {
|
|
3965
|
-
background-color: var(--color-primary);
|
|
3966
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3967
|
-
.turtle-widget-root & {
|
|
3968
|
-
background-color: color-mix(in oklab,var(--color-primary)10%,transparent);
|
|
3969
|
-
}
|
|
3970
|
-
}
|
|
3971
|
-
}
|
|
3972
|
-
}
|
|
3973
|
-
.turtle-widget-root .dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40:is(.dark *):has([data-slot][aria-invalid=true]) {
|
|
3974
|
-
--tw-ring-color: var(--color-destructive);
|
|
3975
|
-
}
|
|
3976
|
-
@supports (color:color-mix(in lab,red,red)) {
|
|
3977
|
-
.turtle-widget-root .dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40:is(.dark *):has([data-slot][aria-invalid=true]) {
|
|
3978
|
-
--tw-ring-color: var(--color-destructive);
|
|
3979
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3980
|
-
.turtle-widget-root & {
|
|
3981
|
-
--tw-ring-color: color-mix(in oklab,var(--color-destructive)40%,transparent);
|
|
3982
|
-
}
|
|
3983
|
-
}
|
|
3984
|
-
}
|
|
3985
|
-
}
|
|
3986
|
-
.turtle-widget-root .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true] {
|
|
3987
|
-
--tw-ring-color: var(--color-destructive);
|
|
3988
|
-
}
|
|
3989
|
-
@supports (color:color-mix(in lab,red,red)) {
|
|
3990
|
-
.turtle-widget-root .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true] {
|
|
3991
|
-
--tw-ring-color: var(--color-destructive);
|
|
3992
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3993
|
-
.turtle-widget-root & {
|
|
3994
|
-
--tw-ring-color: color-mix(in oklab,var(--color-destructive)40%,transparent);
|
|
3995
|
-
}
|
|
3996
|
-
}
|
|
3997
|
-
}
|
|
3998
|
-
}
|
|
3999
|
-
.turtle-widget-root .dark\:data-\[state\=checked\]\:bg-primary:is(.dark *)[data-state=checked] {
|
|
4000
|
-
background-color: var(--color-primary);
|
|
4001
|
-
}
|
|
4002
|
-
.turtle-widget-root .dark\:data-\[state\=unchecked\]\:bg-input\/80:is(.dark *)[data-state=unchecked] {
|
|
4003
|
-
background-color: var(--color-input);
|
|
4004
|
-
}
|
|
4005
|
-
@supports (color:color-mix(in lab,red,red)) {
|
|
4006
|
-
.turtle-widget-root .dark\:data-\[state\=unchecked\]\:bg-input\/80:is(.dark *)[data-state=unchecked] {
|
|
4007
|
-
background-color: var(--color-input);
|
|
4008
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
4009
|
-
.turtle-widget-root & {
|
|
4010
|
-
background-color: color-mix(in oklab,var(--color-input)80%,transparent);
|
|
4011
|
-
}
|
|
4012
|
-
}
|
|
4013
|
-
}
|
|
4014
|
-
}
|
|
4015
|
-
.turtle-widget-root .dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant=destructive]:focus {
|
|
4016
|
-
background-color: var(--color-destructive);
|
|
4017
|
-
}
|
|
4018
|
-
@supports (color:color-mix(in lab,red,red)) {
|
|
4019
|
-
.turtle-widget-root .dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant=destructive]:focus {
|
|
4020
|
-
background-color: var(--color-destructive);
|
|
4021
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
4022
|
-
.turtle-widget-root & {
|
|
4023
|
-
background-color: color-mix(in oklab,var(--color-destructive)20%,transparent);
|
|
4024
|
-
}
|
|
4025
|
-
}
|
|
4026
|
-
}
|
|
4027
|
-
}
|
|
4028
3857
|
.turtle-widget-root .\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
|
|
4029
3858
|
padding-inline: calc(var(--spacing)*2);
|
|
4030
3859
|
}
|
|
@@ -4096,6 +3925,10 @@
|
|
|
4096
3925
|
.turtle-widget-root .\[\&_svg\]\:p-2 svg {
|
|
4097
3926
|
padding: calc(var(--spacing)*2);
|
|
4098
3927
|
}
|
|
3928
|
+
.turtle-widget-root .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5 svg:not([class*=size-]) {
|
|
3929
|
+
width: calc(var(--spacing)*3.5);
|
|
3930
|
+
height: calc(var(--spacing)*3.5);
|
|
3931
|
+
}
|
|
4099
3932
|
.turtle-widget-root .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]) {
|
|
4100
3933
|
width: calc(var(--spacing)*4);
|
|
4101
3934
|
height: calc(var(--spacing)*4);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turtleclub/earn-widget",
|
|
3
|
-
"version": "0.3.1-beta.
|
|
3
|
+
"version": "0.3.1-beta.3",
|
|
4
4
|
"description": "Configurable and self-contained Turtle Earn widget for third-party integration",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@turtleclub/api": "0.3.0",
|
|
44
44
|
"@turtleclub/chains": "0.2.0",
|
|
45
45
|
"@turtleclub/hooks": "0.3.0",
|
|
46
|
-
"@turtleclub/ui": "0.4.0-beta.
|
|
46
|
+
"@turtleclub/ui": "0.4.0-beta.2",
|
|
47
47
|
"@turtleclub/utils": "0.2.0",
|
|
48
48
|
"class-variance-authority": "^0.7.1",
|
|
49
49
|
"clsx": "^2.1.1",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"publishConfig": {
|
|
85
85
|
"access": "public"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "ce3b15ff597fbc7c7f2297a749f81eaab4ee01e8"
|
|
88
88
|
}
|