@turtleclub/earn-widget 0.5.0-beta.1 → 0.5.0-beta.11
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 +13 -2
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer properties {
|
|
4
4
|
@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
|
|
@@ -1733,7 +1733,18 @@
|
|
|
1733
1733
|
.turtle-widget-root .bg-popover {
|
|
1734
1734
|
background-color: var(--color-popover);
|
|
1735
1735
|
}
|
|
1736
|
-
.turtle-widget-root .bg-primary, .turtle-widget-root .bg-primary\/
|
|
1736
|
+
.turtle-widget-root .bg-primary, .turtle-widget-root .bg-primary\/10 {
|
|
1737
|
+
background-color: var(--color-primary);
|
|
1738
|
+
}
|
|
1739
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
1740
|
+
.turtle-widget-root .bg-primary\/10 {
|
|
1741
|
+
background-color: var(--color-primary);
|
|
1742
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1743
|
+
background-color: color-mix(in oklab,var(--color-primary)10%,transparent);
|
|
1744
|
+
}
|
|
1745
|
+
}
|
|
1746
|
+
}
|
|
1747
|
+
.turtle-widget-root .bg-primary\/20 {
|
|
1737
1748
|
background-color: var(--color-primary);
|
|
1738
1749
|
}
|
|
1739
1750
|
@supports (color:color-mix(in lab,red,red)) {
|
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.11",
|
|
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.5",
|
|
45
|
+
"@turtleclub/opportunities": "0.1.0-beta.11",
|
|
46
|
+
"@turtleclub/ui": "0.7.0-beta.7",
|
|
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": "544e9a5d3933fcfcf50166e1718eaa255acb3223"
|
|
89
89
|
}
|