@turtleclub/earn-widget 0.5.0-beta.19 → 0.5.0-beta.20

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 +5 -5
package/dist/styles.css CHANGED
@@ -1177,6 +1177,9 @@
1177
1177
  .turtle-widget-root .w-20 {
1178
1178
  width: calc(var(--spacing)*20);
1179
1179
  }
1180
+ .turtle-widget-root .w-32\! {
1181
+ width: calc(var(--spacing)*32) !important;
1182
+ }
1180
1183
  .turtle-widget-root .w-64 {
1181
1184
  width: calc(var(--spacing)*64);
1182
1185
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.5.0-beta.19",
3
+ "version": "0.5.0-beta.20",
4
4
  "description": "Configurable and self-contained Turtle Earn widget for third-party integration",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -41,9 +41,9 @@
41
41
  "dependencies": {
42
42
  "@tailwindcss/postcss": "^4.1.11",
43
43
  "@turtleclub/chains": "0.3.0",
44
- "@turtleclub/hooks": "0.5.0-beta.11",
45
- "@turtleclub/opportunities": "0.1.0-beta.19",
46
- "@turtleclub/ui": "0.7.0-beta.8",
44
+ "@turtleclub/hooks": "0.5.0-beta.12",
45
+ "@turtleclub/opportunities": "0.1.0-beta.20",
46
+ "@turtleclub/ui": "0.7.0-beta.9",
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": "818601e8d43cc8de7be0e74dd4b4d0316401bf97"
88
+ "gitHead": "aa9845b493cc2633e82bb9f94d76a9bc117af7fb"
89
89
  }