@turtleclub/earn-widget 0.3.0-beta.65 → 0.3.0-beta.66

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
@@ -103,11 +103,6 @@
103
103
  --color-black: #000;
104
104
  --color-white: #fff;
105
105
  --spacing: .25rem;
106
- --breakpoint-sm: 40rem;
107
- --breakpoint-md: 48rem;
108
- --breakpoint-lg: 64rem;
109
- --breakpoint-xl: 80rem;
110
- --breakpoint-2xl: 96rem;
111
106
  --container-sm: 24rem;
112
107
  --container-md: 28rem;
113
108
  --container-lg: 32rem;
@@ -1448,6 +1443,9 @@
1448
1443
  .turtle-widget-root .overflow-y-auto {
1449
1444
  overflow-y: auto;
1450
1445
  }
1446
+ .turtle-widget-root .\!rounded-sm {
1447
+ border-radius: var(--radius-sm) !important;
1448
+ }
1451
1449
  .turtle-widget-root .rounded {
1452
1450
  border-radius: .25rem;
1453
1451
  }
@@ -4692,11 +4690,6 @@
4692
4690
  --color-black: #000;
4693
4691
  --color-white: #fff;
4694
4692
  --spacing: 0.25rem;
4695
- --breakpoint-sm: 40rem;
4696
- --breakpoint-md: 48rem;
4697
- --breakpoint-lg: 64rem;
4698
- --breakpoint-xl: 80rem;
4699
- --breakpoint-2xl: 96rem;
4700
4693
  --container-sm: 24rem;
4701
4694
  --container-md: 28rem;
4702
4695
  --container-lg: 32rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.3.0-beta.65",
3
+ "version": "0.3.0-beta.66",
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.3.0-beta.2",
44
- "@turtleclub/ui": "0.3.0-beta.56",
44
+ "@turtleclub/ui": "0.3.0-beta.57",
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": "127efc6ecf1532c0ef6199c5dc3b18f9b6a027a3"
82
+ "gitHead": "6c09b41a3bb01376509006c19917548dd01a07d8"
83
83
  }