@turtleclub/earn-widget 0.3.0-beta.51 → 0.3.0-beta.53

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
  }
@@ -4337,9 +4328,6 @@
4337
4328
  .turtle-widget-root .rounded {
4338
4329
  border-radius: 0.25rem;
4339
4330
  }
4340
- .turtle-widget-root .rounded-full {
4341
- border-radius: calc(infinity * 1px);
4342
- }
4343
4331
  .turtle-widget-root .rounded-full {
4344
4332
  border-radius: var(--radius-full);
4345
4333
  }
@@ -4975,15 +4963,11 @@
4975
4963
  }
4976
4964
  }
4977
4965
  .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
4966
  border-top-left-radius: var(--radius-full);
4981
4967
  border-bottom-left-radius: var(--radius-full);
4982
4968
  padding-left: calc(var(--spacing) * 4);
4983
4969
  }
4984
4970
  .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
4971
  border-top-right-radius: var(--radius-full);
4988
4972
  border-bottom-right-radius: var(--radius-full);
4989
4973
  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.51",
3
+ "version": "0.3.0-beta.53",
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.43",
44
+ "@turtleclub/ui": "0.3.0-beta.44",
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": "3dce6cd8e01ca006c15cf61259c40920981414c8"
82
+ "gitHead": "b2c0929d59a9629d224a7a7d16e1b7e2f145aac6"
83
83
  }