@turtleclub/earn-widget 0.3.0-beta.34 → 0.3.0-beta.35

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 -10
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -735,7 +735,6 @@
735
735
  --color-black: #000;
736
736
  --color-white: #fff;
737
737
  --spacing: .25rem;
738
- --container-md: 28rem;
739
738
  --container-lg: 32rem;
740
739
  --container-6xl: 72rem;
741
740
  --text-xs: .75rem;
@@ -1570,9 +1569,6 @@
1570
1569
  .turtle-widget-root .min-h-0 {
1571
1570
  min-height: calc(var(--spacing)*0);
1572
1571
  }
1573
- .turtle-widget-root .min-h-28 {
1574
- min-height: calc(var(--spacing)*28);
1575
- }
1576
1572
  .turtle-widget-root .min-h-\[calc\(100svh-20px\)\] {
1577
1573
  min-height: calc(100svh - 20px);
1578
1574
  }
@@ -1666,9 +1662,6 @@
1666
1662
  .turtle-widget-root .max-w-\[calc\(100\%-2rem\)\] {
1667
1663
  max-width: calc(100% - 2rem);
1668
1664
  }
1669
- .turtle-widget-root .max-w-md {
1670
- max-width: var(--container-md);
1671
- }
1672
1665
  .turtle-widget-root .min-w-0 {
1673
1666
  min-width: calc(var(--spacing)*0);
1674
1667
  }
@@ -2125,15 +2118,15 @@
2125
2118
  .turtle-widget-root .p-2 {
2126
2119
  padding: calc(var(--spacing)*2);
2127
2120
  }
2128
- .turtle-widget-root .p-2\.5 {
2129
- padding: calc(var(--spacing)*2.5);
2130
- }
2131
2121
  .turtle-widget-root .p-3 {
2132
2122
  padding: calc(var(--spacing)*3);
2133
2123
  }
2134
2124
  .turtle-widget-root .p-4 {
2135
2125
  padding: calc(var(--spacing)*4);
2136
2126
  }
2127
+ .turtle-widget-root .p-5 {
2128
+ padding: calc(var(--spacing)*5);
2129
+ }
2137
2130
  .turtle-widget-root .p-6 {
2138
2131
  padding: calc(var(--spacing)*6);
2139
2132
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.3.0-beta.34",
3
+ "version": "0.3.0-beta.35",
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.4",
44
- "@turtleclub/ui": "0.3.0-beta.28",
44
+ "@turtleclub/ui": "0.3.0-beta.29",
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": "5537539617b1f2a5a3e5ade85204074a275de44b"
82
+ "gitHead": "c0feb6ac298456dec9f53daf5c2478d4ac0e217b"
83
83
  }