@turtleclub/earn-widget 0.4.0-beta.9 → 0.4.0

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 CHANGED
@@ -5240,6 +5240,9 @@
5240
5240
  .turtle-widget-root .animate-pulse {
5241
5241
  animation: var(--animate-pulse);
5242
5242
  }
5243
+ .turtle-widget-root .cursor-default {
5244
+ cursor: default;
5245
+ }
5243
5246
  .turtle-widget-root .cursor-not-allowed {
5244
5247
  cursor: not-allowed;
5245
5248
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.4.0-beta.9",
3
+ "version": "0.4.0",
4
4
  "description": "Configurable and self-contained Turtle Earn widget for third-party integration",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -40,16 +40,16 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@tailwindcss/postcss": "^4.1.11",
43
- "@turtleclub/api": "0.3.0",
44
- "@turtleclub/chains": "0.3.0-beta.0",
45
- "@turtleclub/hooks": "0.4.0-beta.8",
46
- "@turtleclub/ui": "0.6.0-beta.14",
47
- "@turtleclub/utils": "0.3.0-beta.0",
43
+ "@turtleclub/chains": "0.3.0",
44
+ "@turtleclub/hooks": "0.4.0",
45
+ "@turtleclub/ui": "0.6.0",
46
+ "@turtleclub/utils": "0.3.0",
48
47
  "class-variance-authority": "^0.7.1",
49
48
  "clsx": "^2.1.1",
50
49
  "jotai": "^2.10.5",
51
50
  "lucide-react": "^0.523.0",
52
- "sonner": "^2.0.5"
51
+ "sonner": "^2.0.5",
52
+ "zod": "^3.25.17"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@tanstack/react-query": ">=5.0.0",
@@ -84,5 +84,5 @@
84
84
  "publishConfig": {
85
85
  "access": "public"
86
86
  },
87
- "gitHead": "7cf7b9eb5f0245530c194fddd3f8e4500cc691b6"
87
+ "gitHead": "bff2eb652056dba47b8bea59635da37d8ae5534d"
88
88
  }