@turtleclub/earn-widget 0.3.0-beta.62 → 0.3.0-beta.63

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 +22 -5
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -145,6 +145,7 @@
145
145
  --radius-md: calc(var(--radius) - 4px);
146
146
  --radius-lg: var(--radius);
147
147
  --radius-xl: calc(var(--radius) + 4px);
148
+ --radius-2xl: calc(var(--radius) + 8px);
148
149
  --drop-shadow-lg: 0 4px 4px #00000026;
149
150
  --ease-in-out: cubic-bezier(.4,0,.2,1);
150
151
  --animate-spin: spin 1s linear infinite;
@@ -160,6 +161,7 @@
160
161
  --color-background: var(--background);
161
162
  --color-foreground: var(--foreground);
162
163
  --color-card: var(--card);
164
+ --color-card-foreground: var(--card-foreground);
163
165
  --color-popover: var(--popover);
164
166
  --color-popover-foreground: var(--popover-foreground);
165
167
  --color-primary: var(--primary);
@@ -171,11 +173,14 @@
171
173
  --color-accent: var(--accent);
172
174
  --color-accent-foreground: var(--accent-foreground);
173
175
  --color-destructive: var(--destructive);
176
+ --color-destructive-foreground: var(--destructive-foreground);
174
177
  --color-border: var(--border);
175
178
  --color-input: var(--input);
176
179
  --color-ring: var(--ring);
177
180
  --color-sidebar: var(--sidebar);
178
181
  --color-sidebar-foreground: var(--sidebar-foreground);
182
+ --color-sidebar-primary: var(--primary);
183
+ --color-sidebar-primary-foreground: var(--primary-foreground);
179
184
  --color-sidebar-accent: var(--accent);
180
185
  --color-sidebar-accent-foreground: var(--accent-foreground);
181
186
  --color-sidebar-border: var(--border);
@@ -190,6 +195,11 @@
190
195
  --color-primary-alpha-20: var(--color-brand-green-alpha-20);
191
196
  --color-primary-alpha-30: var(--color-brand-green-alpha-30);
192
197
  --color-primary-alpha-50: var(--color-brand-green-alpha-50);
198
+ --color-chart-1: var(--chart-1);
199
+ --color-chart-2: var(--chart-2);
200
+ --color-chart-3: var(--chart-3);
201
+ --color-chart-4: var(--chart-4);
202
+ --color-chart-5: var(--chart-5);
193
203
  --border-gradient-white: linear-gradient(175deg,var(--color-neutral-alpha-50)0%,var(--color-neutral-alpha-5)40%,var(--color-neutral-alpha-2)62%,var(--color-neutral-alpha-20)100%)border-box;
194
204
  --border-gradient-primary: linear-gradient(175deg,var(--color-primary-alpha-50)0%,var(--color-primary-alpha-20)40%,var(--color-primary-alpha-10)62%,var(--color-primary-alpha-30)100%)border-box;
195
205
  --border-gradient-accent: linear-gradient(to bottom,var(--color-primary)0%,var(--color-primary-alpha-50)30%,var(--color-primary-alpha-20)70%,var(--color-primary-alpha-10)100%)border-box;
@@ -1054,9 +1064,6 @@
1054
1064
  .turtle-widget-root .min-h-svh {
1055
1065
  min-height: 100svh;
1056
1066
  }
1057
- .turtle-widget-root .w-\(--sidebar-width\) {
1058
- width: var(--sidebar-width);
1059
- }
1060
1067
  .turtle-widget-root .w-2 {
1061
1068
  width: calc(var(--spacing)*2);
1062
1069
  }
@@ -2272,8 +2279,8 @@
2272
2279
  width: calc(var(--spacing)*8) !important;
2273
2280
  height: calc(var(--spacing)*8) !important;
2274
2281
  }
2275
- .turtle-widget-root .group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.group)[data-collapsible=icon] *) {
2276
- width: var(--sidebar-width-icon);
2282
+ .turtle-widget-root .group-data-\[collapsible\=icon\]\:w-12:is(:where(.group)[data-collapsible=icon] *) {
2283
+ width: calc(var(--spacing)*12);
2277
2284
  }
2278
2285
  .turtle-widget-root .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]:is(:where(.group)[data-collapsible=icon] *) {
2279
2286
  width: calc(var(--sidebar-width-icon) + (calc(var(--spacing)*4)));
@@ -4711,6 +4718,7 @@
4711
4718
  --radius-md: calc(var(--radius) - 4px);
4712
4719
  --radius-lg: var(--radius);
4713
4720
  --radius-xl: calc(var(--radius) + 4px);
4721
+ --radius-2xl: calc(var(--radius) + 8px);
4714
4722
  --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
4715
4723
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
4716
4724
  --animate-spin: spin 1s linear infinite;
@@ -4726,6 +4734,7 @@
4726
4734
  --color-background: var(--background);
4727
4735
  --color-foreground: var(--foreground);
4728
4736
  --color-card: var(--card);
4737
+ --color-card-foreground: var(--card-foreground);
4729
4738
  --color-popover: var(--popover);
4730
4739
  --color-popover-foreground: var(--popover-foreground);
4731
4740
  --color-primary: var(--primary);
@@ -4737,11 +4746,14 @@
4737
4746
  --color-accent: var(--accent);
4738
4747
  --color-accent-foreground: var(--accent-foreground);
4739
4748
  --color-destructive: var(--destructive);
4749
+ --color-destructive-foreground: var(--destructive-foreground);
4740
4750
  --color-border: var(--border);
4741
4751
  --color-input: var(--input);
4742
4752
  --color-ring: var(--ring);
4743
4753
  --color-sidebar: var(--sidebar);
4744
4754
  --color-sidebar-foreground: var(--sidebar-foreground);
4755
+ --color-sidebar-primary: var(--primary);
4756
+ --color-sidebar-primary-foreground: var(--primary-foreground);
4745
4757
  --color-sidebar-accent: var(--accent);
4746
4758
  --color-sidebar-accent-foreground: var(--accent-foreground);
4747
4759
  --color-sidebar-border: var(--border);
@@ -4756,6 +4768,11 @@
4756
4768
  --color-primary-alpha-20: var(--color-brand-green-alpha-20);
4757
4769
  --color-primary-alpha-30: var(--color-brand-green-alpha-30);
4758
4770
  --color-primary-alpha-50: var(--color-brand-green-alpha-50);
4771
+ --color-chart-1: var(--chart-1);
4772
+ --color-chart-2: var(--chart-2);
4773
+ --color-chart-3: var(--chart-3);
4774
+ --color-chart-4: var(--chart-4);
4775
+ --color-chart-5: var(--chart-5);
4759
4776
  --border-gradient-white: linear-gradient(
4760
4777
  175deg,
4761
4778
  var(--color-neutral-alpha-50) 0%,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.3.0-beta.62",
3
+ "version": "0.3.0-beta.63",
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.53",
44
+ "@turtleclub/ui": "0.3.0-beta.54",
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": "c8339d90ef94097887f102e714e6c5b2bf59dfcd"
82
+ "gitHead": "87a12f36ee704edd6cb6857b4a2521f8002f81df"
83
83
  }