@turtleclub/earn-widget 0.3.0-beta.16 → 0.3.0-beta.17

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 +0 -3
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -1657,9 +1657,6 @@
1657
1657
  .turtle-widget-root .min-w-\[80px\] {
1658
1658
  min-width: 80px;
1659
1659
  }
1660
- .turtle-widget-root .min-w-xs {
1661
- min-width: var(--container-xs);
1662
- }
1663
1660
  .turtle-widget-root .flex-1 {
1664
1661
  flex: 1;
1665
1662
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.3.0-beta.16",
3
+ "version": "0.3.0-beta.17",
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.2",
44
- "@turtleclub/ui": "^0.3.0-beta.11",
44
+ "@turtleclub/ui": "^0.3.0-beta.12",
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": "339bd45ad7b63e6bdf8e95f9513de2be7ece6724"
82
+ "gitHead": "fe7f363fcfca3085d31ce65132365984bd9042f6"
83
83
  }