@turtleclub/earn-widget 0.5.0-beta.10 → 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.
Files changed (2) hide show
  1. package/dist/styles.css +12 -1
  2. package/package.json +4 -4
package/dist/styles.css CHANGED
@@ -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\/20 {
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.10",
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": {
@@ -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.10",
46
- "@turtleclub/ui": "0.7.0-beta.6",
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": "7afd1f23d40ef0617af745b33364e7c252c46b04"
88
+ "gitHead": "544e9a5d3933fcfcf50166e1718eaa255acb3223"
89
89
  }