@turtleclub/earn-widget 0.3.0-beta.54 → 0.3.0-beta.56

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
@@ -2795,6 +2795,9 @@
2795
2795
  .turtle-widget-root .sm\:left-1\/2 {
2796
2796
  left: 50%;
2797
2797
  }
2798
+ .turtle-widget-root .sm\:block {
2799
+ display: block;
2800
+ }
2798
2801
  .turtle-widget-root .sm\:inline-block {
2799
2802
  display: inline-block;
2800
2803
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.3.0-beta.54",
3
+ "version": "0.3.0-beta.56",
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.3.0-beta.2",
44
- "@turtleclub/ui": "0.3.0-beta.45",
44
+ "@turtleclub/ui": "0.3.0-beta.47",
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": "038d5fec45143d53436b7344f7850e16cbe6c2d4"
82
+ "gitHead": "c8db19b816f2f07af0c3c299c6a8ae1a4260b71f"
83
83
  }