@turtleclub/earn-widget 0.3.3-beta.5 → 0.3.3-beta.6
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 +9 -10
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -956,10 +956,6 @@
|
|
|
956
956
|
width: calc(var(--spacing)*6);
|
|
957
957
|
height: calc(var(--spacing)*6);
|
|
958
958
|
}
|
|
959
|
-
.turtle-widget-root .size-7 {
|
|
960
|
-
width: calc(var(--spacing)*7);
|
|
961
|
-
height: calc(var(--spacing)*7);
|
|
962
|
-
}
|
|
963
959
|
.turtle-widget-root .size-8 {
|
|
964
960
|
width: calc(var(--spacing)*8);
|
|
965
961
|
height: calc(var(--spacing)*8);
|
|
@@ -1096,8 +1092,8 @@
|
|
|
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;
|
|
@@ -1496,9 +1492,6 @@
|
|
|
1496
1492
|
.turtle-widget-root .overflow-y-auto {
|
|
1497
1493
|
overflow-y: auto;
|
|
1498
1494
|
}
|
|
1499
|
-
.turtle-widget-root .\!rounded-sm {
|
|
1500
|
-
border-radius: var(--radius-sm) !important;
|
|
1501
|
-
}
|
|
1502
1495
|
.turtle-widget-root .rounded {
|
|
1503
1496
|
border-radius: .25rem;
|
|
1504
1497
|
}
|
|
@@ -1775,7 +1768,13 @@
|
|
|
1775
1768
|
.turtle-widget-root .p-10 {
|
|
1776
1769
|
padding: calc(var(--spacing)*10);
|
|
1777
1770
|
}
|
|
1778
|
-
.turtle-widget-root .p-\[1px\]
|
|
1771
|
+
.turtle-widget-root .p-\[1px\] {
|
|
1772
|
+
padding: 1px;
|
|
1773
|
+
}
|
|
1774
|
+
.turtle-widget-root .p-\[3px\] {
|
|
1775
|
+
padding: 3px;
|
|
1776
|
+
}
|
|
1777
|
+
.turtle-widget-root .p-px {
|
|
1779
1778
|
padding: 1px;
|
|
1780
1779
|
}
|
|
1781
1780
|
.turtle-widget-root .px-1 {
|
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.6",
|
|
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.4.0-beta.2",
|
|
46
|
-
"@turtleclub/ui": "0.6.0-beta.
|
|
46
|
+
"@turtleclub/ui": "0.6.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": "185315366e78f11ae6cd9d09d5e9d1a4bf37cc43"
|
|
88
88
|
}
|