@turtleclub/earn-widget 0.5.0-beta.10 → 0.5.0-beta.12
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 +15 -1
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -1417,6 +1417,9 @@
|
|
|
1417
1417
|
.turtle-widget-root .flex-wrap {
|
|
1418
1418
|
flex-wrap: wrap;
|
|
1419
1419
|
}
|
|
1420
|
+
.turtle-widget-root .place-items-center {
|
|
1421
|
+
place-items: center;
|
|
1422
|
+
}
|
|
1420
1423
|
.turtle-widget-root .items-center {
|
|
1421
1424
|
align-items: center;
|
|
1422
1425
|
}
|
|
@@ -1733,7 +1736,18 @@
|
|
|
1733
1736
|
.turtle-widget-root .bg-popover {
|
|
1734
1737
|
background-color: var(--color-popover);
|
|
1735
1738
|
}
|
|
1736
|
-
.turtle-widget-root .bg-primary, .turtle-widget-root .bg-primary\/
|
|
1739
|
+
.turtle-widget-root .bg-primary, .turtle-widget-root .bg-primary\/10 {
|
|
1740
|
+
background-color: var(--color-primary);
|
|
1741
|
+
}
|
|
1742
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
1743
|
+
.turtle-widget-root .bg-primary\/10 {
|
|
1744
|
+
background-color: var(--color-primary);
|
|
1745
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1746
|
+
background-color: color-mix(in oklab,var(--color-primary)10%,transparent);
|
|
1747
|
+
}
|
|
1748
|
+
}
|
|
1749
|
+
}
|
|
1750
|
+
.turtle-widget-root .bg-primary\/20 {
|
|
1737
1751
|
background-color: var(--color-primary);
|
|
1738
1752
|
}
|
|
1739
1753
|
@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.12",
|
|
4
4
|
"description": "Configurable and self-contained Turtle Earn widget for third-party integration",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@tailwindcss/postcss": "^4.1.11",
|
|
43
43
|
"@turtleclub/chains": "0.3.0",
|
|
44
44
|
"@turtleclub/hooks": "0.5.0-beta.5",
|
|
45
|
-
"@turtleclub/opportunities": "0.1.0-beta.
|
|
46
|
-
"@turtleclub/ui": "0.7.0-beta.
|
|
45
|
+
"@turtleclub/opportunities": "0.1.0-beta.12",
|
|
46
|
+
"@turtleclub/ui": "0.7.0-beta.8",
|
|
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": "85b9fe2a7b77d238ad1488d663c48f9a5957fc16"
|
|
89
89
|
}
|