@turtleclub/earn-widget 0.3.0-beta.52 → 0.3.0-beta.54

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
@@ -1,5 +1,5 @@
1
- /*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
2
- /*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
+ /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
3
3
  @layer properties;
4
4
  @layer properties {
5
5
  @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
@@ -431,15 +431,11 @@
431
431
  }
432
432
  }
433
433
  .turtle-widget-root .managed-table tbody tr>td:first-child {
434
- border-top-left-radius: 3.40282e38px;
435
- border-bottom-left-radius: 3.40282e38px;
436
434
  border-top-left-radius: var(--radius-full);
437
435
  border-bottom-left-radius: var(--radius-full);
438
436
  padding-left: calc(var(--spacing)*4);
439
437
  }
440
438
  .turtle-widget-root .managed-table tbody tr>td:last-child {
441
- border-top-right-radius: 3.40282e38px;
442
- border-bottom-right-radius: 3.40282e38px;
443
439
  border-top-right-radius: var(--radius-full);
444
440
  border-bottom-right-radius: var(--radius-full);
445
441
  padding-right: calc(var(--spacing)*4);
@@ -1249,7 +1245,6 @@
1249
1245
  border-radius: inherit;
1250
1246
  }
1251
1247
  .turtle-widget-root .rounded-full {
1252
- border-radius: 3.40282e38px;
1253
1248
  border-radius: var(--radius-full);
1254
1249
  }
1255
1250
  .turtle-widget-root .rounded-info-card {
@@ -2127,8 +2122,6 @@
2127
2122
  mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
2128
2123
  }
2129
2124
  .turtle-widget-root .first\:rounded-l-full:first-child {
2130
- border-top-left-radius: 3.40282e38px;
2131
- border-bottom-left-radius: 3.40282e38px;
2132
2125
  border-top-left-radius: var(--radius-full);
2133
2126
  border-bottom-left-radius: var(--radius-full);
2134
2127
  }
@@ -2140,8 +2133,6 @@
2140
2133
  padding-left: calc(var(--spacing)*4);
2141
2134
  }
2142
2135
  .turtle-widget-root .last\:rounded-r-full:last-child {
2143
- border-top-right-radius: 3.40282e38px;
2144
- border-bottom-right-radius: 3.40282e38px;
2145
2136
  border-top-right-radius: var(--radius-full);
2146
2137
  border-bottom-right-radius: var(--radius-full);
2147
2138
  }
@@ -2804,6 +2795,9 @@
2804
2795
  .turtle-widget-root .sm\:left-1\/2 {
2805
2796
  left: 50%;
2806
2797
  }
2798
+ .turtle-widget-root .sm\:inline-block {
2799
+ display: inline-block;
2800
+ }
2807
2801
  .turtle-widget-root .sm\:w-\[750px\] {
2808
2802
  width: 750px;
2809
2803
  }
@@ -4337,9 +4331,6 @@
4337
4331
  .turtle-widget-root .rounded {
4338
4332
  border-radius: 0.25rem;
4339
4333
  }
4340
- .turtle-widget-root .rounded-full {
4341
- border-radius: calc(infinity * 1px);
4342
- }
4343
4334
  .turtle-widget-root .rounded-full {
4344
4335
  border-radius: var(--radius-full);
4345
4336
  }
@@ -4975,15 +4966,11 @@
4975
4966
  }
4976
4967
  }
4977
4968
  .turtle-widget-root .managed-table tbody tr > td:first-child {
4978
- border-top-left-radius: calc(infinity * 1px);
4979
- border-bottom-left-radius: calc(infinity * 1px);
4980
4969
  border-top-left-radius: var(--radius-full);
4981
4970
  border-bottom-left-radius: var(--radius-full);
4982
4971
  padding-left: calc(var(--spacing) * 4);
4983
4972
  }
4984
4973
  .turtle-widget-root .managed-table tbody tr > td:last-child {
4985
- border-top-right-radius: calc(infinity * 1px);
4986
- border-bottom-right-radius: calc(infinity * 1px);
4987
4974
  border-top-right-radius: var(--radius-full);
4988
4975
  border-bottom-right-radius: var(--radius-full);
4989
4976
  padding-right: calc(var(--spacing) * 4);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.3.0-beta.52",
3
+ "version": "0.3.0-beta.54",
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.44",
44
+ "@turtleclub/ui": "0.3.0-beta.45",
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": "e0813ba155c8c83a50553330231b295f0debe533"
82
+ "gitHead": "038d5fec45143d53436b7344f7850e16cbe6c2d4"
83
83
  }