@turtleclub/earn-widget 0.3.3-beta.5 → 0.3.3-beta.7
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 +38 -19
- 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
|
}
|
|
@@ -1775,7 +1771,13 @@
|
|
|
1775
1771
|
.turtle-widget-root .p-10 {
|
|
1776
1772
|
padding: calc(var(--spacing)*10);
|
|
1777
1773
|
}
|
|
1778
|
-
.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 {
|
|
1779
1781
|
padding: 1px;
|
|
1780
1782
|
}
|
|
1781
1783
|
.turtle-widget-root .px-1 {
|
|
@@ -3549,7 +3551,18 @@
|
|
|
3549
3551
|
.turtle-widget-root .data-\[state\=open\]\:animate-in[data-state=open] {
|
|
3550
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);
|
|
3551
3553
|
}
|
|
3552
|
-
.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] {
|
|
3553
3566
|
background-color: var(--color-accent);
|
|
3554
3567
|
}
|
|
3555
3568
|
@supports (color:color-mix(in lab,red,red)) {
|
|
@@ -3708,6 +3721,12 @@
|
|
|
3708
3721
|
.turtle-widget-root .sm\:justify-evenly {
|
|
3709
3722
|
justify-content: space-evenly;
|
|
3710
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
|
+
}
|
|
3711
3730
|
.turtle-widget-root .sm\:text-left {
|
|
3712
3731
|
text-align: left;
|
|
3713
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.7",
|
|
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.6.0-beta.
|
|
44
|
+
"@turtleclub/chains": "0.3.0-beta.0",
|
|
45
|
+
"@turtleclub/hooks": "0.4.0-beta.3",
|
|
46
|
+
"@turtleclub/ui": "0.6.0-beta.3",
|
|
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": "0231c0a1b36ed53fc0fbef4760bd93ce142340f0"
|
|
88
88
|
}
|