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

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.
package/dist/styles.css CHANGED
@@ -846,6 +846,9 @@
846
846
  .turtle-widget-root .mb-4 {
847
847
  margin-bottom: calc(var(--spacing)*4);
848
848
  }
849
+ .turtle-widget-root .mb-5 {
850
+ margin-bottom: calc(var(--spacing)*5);
851
+ }
849
852
  .turtle-widget-root .ml-1 {
850
853
  margin-left: calc(var(--spacing)*1);
851
854
  }
@@ -1415,6 +1418,11 @@
1415
1418
  margin-block-start: calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));
1416
1419
  margin-block-end: calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)));
1417
1420
  }
1421
+ .turtle-widget-root :where(.space-y-5>:not(:last-child)) {
1422
+ --tw-space-y-reverse: 0;
1423
+ margin-block-start: calc(calc(var(--spacing)*5)*var(--tw-space-y-reverse));
1424
+ margin-block-end: calc(calc(var(--spacing)*5)*calc(1 - var(--tw-space-y-reverse)));
1425
+ }
1418
1426
  .turtle-widget-root :where(.-space-x-1>:not(:last-child)) {
1419
1427
  --tw-space-x-reverse: 0;
1420
1428
  margin-inline-start: calc(calc(var(--spacing)*-1)*var(--tw-space-x-reverse));
@@ -5268,8 +5276,8 @@
5268
5276
  .turtle-widget-root .p-6 {
5269
5277
  padding: calc(var(--spacing) * 6);
5270
5278
  }
5271
- .turtle-widget-root .p-8 {
5272
- padding: calc(var(--spacing) * 8);
5279
+ .turtle-widget-root .p-7 {
5280
+ padding: calc(var(--spacing) * 7);
5273
5281
  }
5274
5282
  .turtle-widget-root .px-3 {
5275
5283
  padding-inline: calc(var(--spacing) * 3);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.3.0-beta.64",
3
+ "version": "0.3.0-beta.65",
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.55",
44
+ "@turtleclub/ui": "0.3.0-beta.56",
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": "ec0292a3f3206f9a45b80d5dd89541de4a7e38fb"
82
+ "gitHead": "127efc6ecf1532c0ef6199c5dc3b18f9b6a027a3"
83
83
  }