@turtleclub/earn-widget 0.3.0-beta.41 → 0.3.0-beta.43

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 +3 -0
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -2818,6 +2818,9 @@
2818
2818
  --tw-scale-z: 110%;
2819
2819
  scale: var(--tw-scale-x)var(--tw-scale-y);
2820
2820
  }
2821
+ .turtle-widget-root .hover\:border-primary:hover {
2822
+ border-color: var(--color-primary);
2823
+ }
2821
2824
  .turtle-widget-root .hover\:bg-accent:hover {
2822
2825
  background-color: var(--color-accent);
2823
2826
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.3.0-beta.41",
3
+ "version": "0.3.0-beta.43",
4
4
  "description": "Configurable and self-contained Turtle Earn widget for third-party integration",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@tailwindcss/postcss": "^4.1.11",
43
43
  "@turtleclub/hooks": "0.2.1-beta.4",
44
- "@turtleclub/ui": "0.3.0-beta.35",
44
+ "@turtleclub/ui": "0.3.0-beta.37",
45
45
  "class-variance-authority": "^0.7.1",
46
46
  "clsx": "^2.1.1",
47
47
  "jotai": "^2.10.5",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "78216693350ace3bd92a774cc2779113103bcf74"
82
+ "gitHead": "bb0c7d5ad09bbec1b88923035f7d88f41ad92a2b"
83
83
  }