@turtleclub/earn-widget 0.5.0-beta.39 → 0.5.0-beta.40
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 +11 -12
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -1033,6 +1033,9 @@
|
|
|
1033
1033
|
.turtle-widget-root .h-9 {
|
|
1034
1034
|
height: calc(var(--spacing)*9);
|
|
1035
1035
|
}
|
|
1036
|
+
.turtle-widget-root .h-9\! {
|
|
1037
|
+
height: calc(var(--spacing)*9) !important;
|
|
1038
|
+
}
|
|
1036
1039
|
.turtle-widget-root .h-10 {
|
|
1037
1040
|
height: calc(var(--spacing)*10);
|
|
1038
1041
|
}
|
|
@@ -1258,9 +1261,6 @@
|
|
|
1258
1261
|
.turtle-widget-root .min-w-10 {
|
|
1259
1262
|
min-width: calc(var(--spacing)*10);
|
|
1260
1263
|
}
|
|
1261
|
-
.turtle-widget-root .min-w-40\! {
|
|
1262
|
-
min-width: calc(var(--spacing)*40) !important;
|
|
1263
|
-
}
|
|
1264
1264
|
.turtle-widget-root .min-w-\[8rem\] {
|
|
1265
1265
|
min-width: 8rem;
|
|
1266
1266
|
}
|
|
@@ -3843,6 +3843,14 @@
|
|
|
3843
3843
|
.turtle-widget-root .nth-last-2\:-mt-1:nth-last-child(2) {
|
|
3844
3844
|
margin-top: calc(var(--spacing)*-1);
|
|
3845
3845
|
}
|
|
3846
|
+
@media not all and (min-width:48rem) {
|
|
3847
|
+
.turtle-widget-root .max-md\:flex-col {
|
|
3848
|
+
flex-direction: column;
|
|
3849
|
+
}
|
|
3850
|
+
.turtle-widget-root .max-md\:justify-start {
|
|
3851
|
+
justify-content: flex-start;
|
|
3852
|
+
}
|
|
3853
|
+
}
|
|
3846
3854
|
@media (min-width:40rem) {
|
|
3847
3855
|
.turtle-widget-root .sm\:left-1\/2 {
|
|
3848
3856
|
left: 50%;
|
|
@@ -3961,15 +3969,6 @@
|
|
|
3961
3969
|
.turtle-widget-root .md\:grid-cols-2 {
|
|
3962
3970
|
grid-template-columns: repeat(2,minmax(0,1fr));
|
|
3963
3971
|
}
|
|
3964
|
-
.turtle-widget-root .md\:flex-row {
|
|
3965
|
-
flex-direction: row;
|
|
3966
|
-
}
|
|
3967
|
-
.turtle-widget-root .md\:items-center {
|
|
3968
|
-
align-items: center;
|
|
3969
|
-
}
|
|
3970
|
-
.turtle-widget-root .md\:justify-between {
|
|
3971
|
-
justify-content: space-between;
|
|
3972
|
-
}
|
|
3973
3972
|
.turtle-widget-root .md\:text-sm {
|
|
3974
3973
|
font-size: var(--text-sm);
|
|
3975
3974
|
line-height: var(--tw-leading,var(--text-sm--line-height));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turtleclub/earn-widget",
|
|
3
|
-
"version": "0.5.0-beta.
|
|
3
|
+
"version": "0.5.0-beta.40",
|
|
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/chains": "0.3.0",
|
|
44
|
-
"@turtleclub/hooks": "0.5.0-beta.
|
|
45
|
-
"@turtleclub/opportunities": "0.1.0-beta.
|
|
46
|
-
"@turtleclub/ui": "0.7.0-beta.
|
|
44
|
+
"@turtleclub/hooks": "0.5.0-beta.26",
|
|
45
|
+
"@turtleclub/opportunities": "0.1.0-beta.40",
|
|
46
|
+
"@turtleclub/ui": "0.7.0-beta.16",
|
|
47
47
|
"@turtleclub/utils": "0.4.0-beta.0",
|
|
48
48
|
"class-variance-authority": "^0.7.1",
|
|
49
49
|
"clsx": "^2.1.1",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "39c91d64d9026b837681371b42898fec7581f806"
|
|
89
89
|
}
|