@turtleclub/earn-widget 0.3.0-beta.69 → 0.3.0-beta.70
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
|
@@ -1595,6 +1595,9 @@
|
|
|
1595
1595
|
.turtle-widget-root .border-l-transparent {
|
|
1596
1596
|
border-left-color: #0000;
|
|
1597
1597
|
}
|
|
1598
|
+
.turtle-widget-root .\!bg-neutral-alpha-2 {
|
|
1599
|
+
background-color: var(--color-neutral-alpha-2) !important;
|
|
1600
|
+
}
|
|
1598
1601
|
.turtle-widget-root .bg-accent {
|
|
1599
1602
|
background-color: var(--color-accent);
|
|
1600
1603
|
}
|
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.70",
|
|
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-beta.5",
|
|
44
44
|
"@turtleclub/chains": "0.2.0-beta.3",
|
|
45
45
|
"@turtleclub/hooks": "0.3.0-beta.5",
|
|
46
|
-
"@turtleclub/ui": "0.3.0-beta.
|
|
46
|
+
"@turtleclub/ui": "0.3.0-beta.60",
|
|
47
47
|
"@turtleclub/utils": "0.2.0-beta.2",
|
|
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": "b0c89dcc88b0489ab64b963fde1655964464e2fb"
|
|
88
88
|
}
|