@turtleclub/earn-widget 0.3.0-beta.44 → 0.3.0-beta.46
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 +3 -0
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -2206,6 +2206,9 @@
|
|
|
2206
2206
|
.turtle-widget-root .pt-3 {
|
|
2207
2207
|
padding-top: calc(var(--spacing)*3);
|
|
2208
2208
|
}
|
|
2209
|
+
.turtle-widget-root .pt-4 {
|
|
2210
|
+
padding-top: calc(var(--spacing)*4);
|
|
2211
|
+
}
|
|
2209
2212
|
.turtle-widget-root .pt-6\! {
|
|
2210
2213
|
padding-top: calc(var(--spacing)*6) !important;
|
|
2211
2214
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turtleclub/earn-widget",
|
|
3
|
-
"version": "0.3.0-beta.
|
|
3
|
+
"version": "0.3.0-beta.46",
|
|
4
4
|
"description": "Configurable and self-contained Turtle Earn widget for third-party integration",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@tailwindcss/postcss": "^4.1.11",
|
|
43
43
|
"@turtleclub/hooks": "0.2.1-beta.4",
|
|
44
|
-
"@turtleclub/ui": "0.3.0-beta.
|
|
44
|
+
"@turtleclub/ui": "0.3.0-beta.40",
|
|
45
45
|
"class-variance-authority": "^0.7.1",
|
|
46
46
|
"clsx": "^2.1.1",
|
|
47
47
|
"jotai": "^2.10.5",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "d00de01ae6a528a61c1ae0b82cc6337a1a7c1c89"
|
|
83
83
|
}
|