@turtleclub/earn-widget 0.3.3-beta.1 → 0.3.3-beta.11
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 +41 -34
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
|
|
1
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
3
2
|
@layer properties;
|
|
4
3
|
@layer properties {
|
|
5
4
|
@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
|
|
@@ -956,10 +955,6 @@
|
|
|
956
955
|
width: calc(var(--spacing)*6);
|
|
957
956
|
height: calc(var(--spacing)*6);
|
|
958
957
|
}
|
|
959
|
-
.turtle-widget-root .size-7 {
|
|
960
|
-
width: calc(var(--spacing)*7);
|
|
961
|
-
height: calc(var(--spacing)*7);
|
|
962
|
-
}
|
|
963
958
|
.turtle-widget-root .size-8 {
|
|
964
959
|
width: calc(var(--spacing)*8);
|
|
965
960
|
height: calc(var(--spacing)*8);
|
|
@@ -972,6 +967,10 @@
|
|
|
972
967
|
width: calc(var(--spacing)*10);
|
|
973
968
|
height: calc(var(--spacing)*10);
|
|
974
969
|
}
|
|
970
|
+
.turtle-widget-root .size-11 {
|
|
971
|
+
width: calc(var(--spacing)*11);
|
|
972
|
+
height: calc(var(--spacing)*11);
|
|
973
|
+
}
|
|
975
974
|
.turtle-widget-root .size-12 {
|
|
976
975
|
width: calc(var(--spacing)*12);
|
|
977
976
|
height: calc(var(--spacing)*12);
|
|
@@ -1024,6 +1023,9 @@
|
|
|
1024
1023
|
.turtle-widget-root .h-10 {
|
|
1025
1024
|
height: calc(var(--spacing)*10);
|
|
1026
1025
|
}
|
|
1026
|
+
.turtle-widget-root .h-11 {
|
|
1027
|
+
height: calc(var(--spacing)*11);
|
|
1028
|
+
}
|
|
1027
1029
|
.turtle-widget-root .h-12 {
|
|
1028
1030
|
height: calc(var(--spacing)*12);
|
|
1029
1031
|
}
|
|
@@ -1084,20 +1086,14 @@
|
|
|
1084
1086
|
.turtle-widget-root .max-h-\(--radix-select-content-available-height\) {
|
|
1085
1087
|
max-height: var(--radix-select-content-available-height);
|
|
1086
1088
|
}
|
|
1087
|
-
.turtle-widget-root .max-h-10 {
|
|
1088
|
-
max-height: calc(var(--spacing)*10);
|
|
1089
|
-
}
|
|
1090
|
-
.turtle-widget-root .max-h-\[38px\] {
|
|
1091
|
-
max-height: 38px;
|
|
1092
|
-
}
|
|
1093
1089
|
.turtle-widget-root .max-h-\[40vh\] {
|
|
1094
1090
|
max-height: 40vh;
|
|
1095
1091
|
}
|
|
1096
1092
|
.turtle-widget-root .max-h-\[50vh\] {
|
|
1097
1093
|
max-height: 50vh;
|
|
1098
1094
|
}
|
|
1099
|
-
.turtle-widget-root .max-h-\[
|
|
1100
|
-
max-height:
|
|
1095
|
+
.turtle-widget-root .max-h-\[94svh\] {
|
|
1096
|
+
max-height: 94svh;
|
|
1101
1097
|
}
|
|
1102
1098
|
.turtle-widget-root .max-h-\[300px\] {
|
|
1103
1099
|
max-height: 300px;
|
|
@@ -1174,6 +1170,9 @@
|
|
|
1174
1170
|
.turtle-widget-root .w-\[85vw\] {
|
|
1175
1171
|
width: 85vw;
|
|
1176
1172
|
}
|
|
1173
|
+
.turtle-widget-root .w-\[200px\] {
|
|
1174
|
+
width: 200px;
|
|
1175
|
+
}
|
|
1177
1176
|
.turtle-widget-root .w-\[400px\] {
|
|
1178
1177
|
width: 400px;
|
|
1179
1178
|
}
|
|
@@ -1496,9 +1495,6 @@
|
|
|
1496
1495
|
.turtle-widget-root .overflow-y-auto {
|
|
1497
1496
|
overflow-y: auto;
|
|
1498
1497
|
}
|
|
1499
|
-
.turtle-widget-root .\!rounded-sm {
|
|
1500
|
-
border-radius: var(--radius-sm) !important;
|
|
1501
|
-
}
|
|
1502
1498
|
.turtle-widget-root .rounded {
|
|
1503
1499
|
border-radius: .25rem;
|
|
1504
1500
|
}
|
|
@@ -1578,6 +1574,9 @@
|
|
|
1578
1574
|
.turtle-widget-root .border-border {
|
|
1579
1575
|
border-color: var(--color-border);
|
|
1580
1576
|
}
|
|
1577
|
+
.turtle-widget-root .border-inherit {
|
|
1578
|
+
border-color: inherit;
|
|
1579
|
+
}
|
|
1581
1580
|
.turtle-widget-root .border-input {
|
|
1582
1581
|
border-color: var(--color-input);
|
|
1583
1582
|
}
|
|
@@ -1772,7 +1771,13 @@
|
|
|
1772
1771
|
.turtle-widget-root .p-10 {
|
|
1773
1772
|
padding: calc(var(--spacing)*10);
|
|
1774
1773
|
}
|
|
1775
|
-
.turtle-widget-root .p-\[1px\]
|
|
1774
|
+
.turtle-widget-root .p-\[1px\] {
|
|
1775
|
+
padding: 1px;
|
|
1776
|
+
}
|
|
1777
|
+
.turtle-widget-root .p-\[3px\] {
|
|
1778
|
+
padding: 3px;
|
|
1779
|
+
}
|
|
1780
|
+
.turtle-widget-root .p-px {
|
|
1776
1781
|
padding: 1px;
|
|
1777
1782
|
}
|
|
1778
1783
|
.turtle-widget-root .px-1 {
|
|
@@ -2186,10 +2191,6 @@
|
|
|
2186
2191
|
--tw-shadow: 0 4px 20px 0 var(--tw-shadow-color,#0000004d);
|
|
2187
2192
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2188
2193
|
}
|
|
2189
|
-
.turtle-widget-root .shadow-\[0px_4px_4px_0px\] {
|
|
2190
|
-
--tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color,currentcolor);
|
|
2191
|
-
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2192
|
-
}
|
|
2193
2194
|
.turtle-widget-root .shadow-lg {
|
|
2194
2195
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);
|
|
2195
2196
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
@@ -2222,17 +2223,6 @@
|
|
|
2222
2223
|
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
2223
2224
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2224
2225
|
}
|
|
2225
|
-
.turtle-widget-root .shadow-black\/20 {
|
|
2226
|
-
--tw-shadow-color: #0003;
|
|
2227
|
-
}
|
|
2228
|
-
@supports (color:color-mix(in lab,red,red)) {
|
|
2229
|
-
.turtle-widget-root .shadow-black\/20 {
|
|
2230
|
-
--tw-shadow-color: color-mix(in srgb,#00020%,transparent);
|
|
2231
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2232
|
-
--tw-shadow-color: color-mix(in oklab,color-mix(in oklab,var(--color-black)20%,transparent)var(--tw-shadow-alpha),transparent);
|
|
2233
|
-
}
|
|
2234
|
-
}
|
|
2235
|
-
}
|
|
2236
2226
|
.turtle-widget-root .ring-primary {
|
|
2237
2227
|
--tw-ring-color: var(--color-primary);
|
|
2238
2228
|
}
|
|
@@ -3561,7 +3551,18 @@
|
|
|
3561
3551
|
.turtle-widget-root .data-\[state\=open\]\:animate-in[data-state=open] {
|
|
3562
3552
|
animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
3563
3553
|
}
|
|
3564
|
-
.turtle-widget-root .data-\[state\=open\]\:bg-accent[data-state=open], .turtle-widget-root .data-\[state\=open\]\:bg-accent\/
|
|
3554
|
+
.turtle-widget-root .data-\[state\=open\]\:bg-accent[data-state=open], .turtle-widget-root .data-\[state\=open\]\:bg-accent\/10[data-state=open] {
|
|
3555
|
+
background-color: var(--color-accent);
|
|
3556
|
+
}
|
|
3557
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3558
|
+
.turtle-widget-root .data-\[state\=open\]\:bg-accent\/10[data-state=open] {
|
|
3559
|
+
background-color: var(--color-accent);
|
|
3560
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3561
|
+
background-color: color-mix(in oklab,var(--color-accent)10%,transparent);
|
|
3562
|
+
}
|
|
3563
|
+
}
|
|
3564
|
+
}
|
|
3565
|
+
.turtle-widget-root .data-\[state\=open\]\:bg-accent\/50[data-state=open] {
|
|
3565
3566
|
background-color: var(--color-accent);
|
|
3566
3567
|
}
|
|
3567
3568
|
@supports (color:color-mix(in lab,red,red)) {
|
|
@@ -3720,6 +3721,12 @@
|
|
|
3720
3721
|
.turtle-widget-root .sm\:justify-evenly {
|
|
3721
3722
|
justify-content: space-evenly;
|
|
3722
3723
|
}
|
|
3724
|
+
.turtle-widget-root .sm\:pr-2\.5 {
|
|
3725
|
+
padding-right: calc(var(--spacing)*2.5);
|
|
3726
|
+
}
|
|
3727
|
+
.turtle-widget-root .sm\:pl-2\.5 {
|
|
3728
|
+
padding-left: calc(var(--spacing)*2.5);
|
|
3729
|
+
}
|
|
3723
3730
|
.turtle-widget-root .sm\:text-left {
|
|
3724
3731
|
text-align: left;
|
|
3725
3732
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turtleclub/earn-widget",
|
|
3
|
-
"version": "0.3.3-beta.
|
|
3
|
+
"version": "0.3.3-beta.11",
|
|
4
4
|
"description": "Configurable and self-contained Turtle Earn widget for third-party integration",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@tailwindcss/postcss": "^4.1.11",
|
|
43
43
|
"@turtleclub/api": "0.3.0",
|
|
44
|
-
"@turtleclub/chains": "0.
|
|
45
|
-
"@turtleclub/hooks": "0.4.0-beta.
|
|
46
|
-
"@turtleclub/ui": "0.
|
|
44
|
+
"@turtleclub/chains": "0.3.0-beta.0",
|
|
45
|
+
"@turtleclub/hooks": "0.4.0-beta.3",
|
|
46
|
+
"@turtleclub/ui": "0.6.0-beta.7",
|
|
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": "86999161f9d5e7c6d9da41237a66a63d2cea79e5"
|
|
88
88
|
}
|