@turtleclub/earn-widget 0.5.0-beta.43 → 0.5.0-beta.45

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 -8
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -3843,14 +3843,6 @@
3843
3843
  .turtle-widget-root .nth-last-2\:-mt-1:nth-last-child(2) {
3844
3844
  margin-top: calc(var(--spacing)*-1);
3845
3845
  }
3846
- @media not all and (min-width:48rem) {
3847
- .turtle-widget-root .max-md\:flex-col {
3848
- flex-direction: column;
3849
- }
3850
- .turtle-widget-root .max-md\:justify-start {
3851
- justify-content: flex-start;
3852
- }
3853
- }
3854
3846
  @media (min-width:40rem) {
3855
3847
  .turtle-widget-root .sm\:left-1\/2 {
3856
3848
  left: 50%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.5.0-beta.43",
3
+ "version": "0.5.0-beta.45",
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.29",
45
- "@turtleclub/opportunities": "0.1.0-beta.43",
46
- "@turtleclub/ui": "0.7.0-beta.18",
44
+ "@turtleclub/hooks": "0.5.0-beta.30",
45
+ "@turtleclub/opportunities": "0.1.0-beta.45",
46
+ "@turtleclub/ui": "0.7.0-beta.19",
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": "87794c6e49f0932e874529abba57a6dc58044122"
88
+ "gitHead": "54e61d7b650e2a9d20ecdc0eaed750b548e42d05"
89
89
  }