@turtleclub/earn-widget 0.3.1 → 0.3.2-beta.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.
Files changed (2) hide show
  1. package/dist/styles.css +3 -0
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -1030,6 +1030,9 @@
1030
1030
  .turtle-widget-root .h-20 {
1031
1031
  height: calc(var(--spacing)*20);
1032
1032
  }
1033
+ .turtle-widget-root .h-40 {
1034
+ height: calc(var(--spacing)*40);
1035
+ }
1033
1036
  .turtle-widget-root .h-48 {
1034
1037
  height: calc(var(--spacing)*48);
1035
1038
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.3.1",
3
+ "version": "0.3.2-beta.0",
4
4
  "description": "Configurable and self-contained Turtle Earn widget for third-party integration",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -43,7 +43,7 @@
43
43
  "@turtleclub/api": "0.3.0",
44
44
  "@turtleclub/chains": "0.2.0",
45
45
  "@turtleclub/hooks": "0.3.1",
46
- "@turtleclub/ui": "0.4.0",
46
+ "@turtleclub/ui": "0.5.0-beta.0",
47
47
  "@turtleclub/utils": "0.2.0",
48
48
  "class-variance-authority": "^0.7.1",
49
49
  "clsx": "^2.1.1",
@@ -84,5 +84,5 @@
84
84
  "publishConfig": {
85
85
  "access": "public"
86
86
  },
87
- "gitHead": "c110a83b0d8f91defa77148127294b5a52674774"
87
+ "gitHead": "c4205770bafa2c5dafb8557b600a09f22da165d1"
88
88
  }