@turtleclub/earn-widget 0.5.0-beta.22 → 0.5.0-beta.24

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 +14 -0
  2. package/package.json +4 -4
package/dist/styles.css CHANGED
@@ -1342,6 +1342,9 @@
1342
1342
  .turtle-widget-root .rotate-45 {
1343
1343
  rotate: 45deg;
1344
1344
  }
1345
+ .turtle-widget-root .rotate-90 {
1346
+ rotate: 90deg;
1347
+ }
1345
1348
  .turtle-widget-root .rotate-180 {
1346
1349
  rotate: 180deg;
1347
1350
  }
@@ -1761,6 +1764,17 @@
1761
1764
  }
1762
1765
  }
1763
1766
  }
1767
+ .turtle-widget-root .bg-primary\/50 {
1768
+ background-color: var(--color-primary);
1769
+ }
1770
+ @supports (color:color-mix(in lab,red,red)) {
1771
+ .turtle-widget-root .bg-primary\/50 {
1772
+ background-color: var(--color-primary);
1773
+ @supports (color: color-mix(in lab, red, red)) {
1774
+ background-color: color-mix(in oklab,var(--color-primary)50%,transparent);
1775
+ }
1776
+ }
1777
+ }
1764
1778
  .turtle-widget-root .bg-secondary {
1765
1779
  background-color: var(--color-secondary);
1766
1780
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.5.0-beta.22",
3
+ "version": "0.5.0-beta.24",
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.14",
45
- "@turtleclub/opportunities": "0.1.0-beta.22",
46
- "@turtleclub/ui": "0.7.0-beta.10",
45
+ "@turtleclub/opportunities": "0.1.0-beta.24",
46
+ "@turtleclub/ui": "0.7.0-beta.11",
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": "1c079d74e9530d05b212ee03ee221e668ae3ce96"
88
+ "gitHead": "5005ad5824e188b57619b3d9533c3bf226a6d98c"
89
89
  }