@turtleclub/earn-widget 0.5.0-beta.36 → 0.5.0-beta.38
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 +12 -3
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -1177,9 +1177,6 @@
|
|
|
1177
1177
|
.turtle-widget-root .w-20 {
|
|
1178
1178
|
width: calc(var(--spacing)*20);
|
|
1179
1179
|
}
|
|
1180
|
-
.turtle-widget-root .w-32\! {
|
|
1181
|
-
width: calc(var(--spacing)*32) !important;
|
|
1182
|
-
}
|
|
1183
1180
|
.turtle-widget-root .w-64 {
|
|
1184
1181
|
width: calc(var(--spacing)*64);
|
|
1185
1182
|
}
|
|
@@ -1261,6 +1258,9 @@
|
|
|
1261
1258
|
.turtle-widget-root .min-w-10 {
|
|
1262
1259
|
min-width: calc(var(--spacing)*10);
|
|
1263
1260
|
}
|
|
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
|
}
|
|
@@ -3961,6 +3961,15 @@
|
|
|
3961
3961
|
.turtle-widget-root .md\:grid-cols-2 {
|
|
3962
3962
|
grid-template-columns: repeat(2,minmax(0,1fr));
|
|
3963
3963
|
}
|
|
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
|
+
}
|
|
3964
3973
|
.turtle-widget-root .md\:text-sm {
|
|
3965
3974
|
font-size: var(--text-sm);
|
|
3966
3975
|
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.38",
|
|
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.25",
|
|
45
|
+
"@turtleclub/opportunities": "0.1.0-beta.38",
|
|
46
|
+
"@turtleclub/ui": "0.7.0-beta.14",
|
|
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": "65f1a74beb885fa9f6cc9eda7934ec5e51c40f56"
|
|
89
89
|
}
|