@turtleclub/earn-widget 0.3.2-beta.0 → 0.3.2

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
@@ -882,6 +882,9 @@
882
882
  .turtle-widget-root .mb-5 {
883
883
  margin-bottom: calc(var(--spacing)*5);
884
884
  }
885
+ .turtle-widget-root .mb-8 {
886
+ margin-bottom: calc(var(--spacing)*8);
887
+ }
885
888
  .turtle-widget-root .ml-1 {
886
889
  margin-left: calc(var(--spacing)*1);
887
890
  }
@@ -1592,6 +1595,17 @@
1592
1595
  }
1593
1596
  }
1594
1597
  }
1598
+ .turtle-widget-root .border-muted-foreground\/60 {
1599
+ border-color: var(--color-muted-foreground);
1600
+ }
1601
+ @supports (color:color-mix(in lab,red,red)) {
1602
+ .turtle-widget-root .border-muted-foreground\/60 {
1603
+ border-color: var(--color-muted-foreground);
1604
+ @supports (color: color-mix(in lab, red, red)) {
1605
+ border-color: color-mix(in oklab,var(--color-muted-foreground)60%,transparent);
1606
+ }
1607
+ }
1608
+ }
1595
1609
  .turtle-widget-root .border-primary {
1596
1610
  border-color: var(--color-primary);
1597
1611
  }
@@ -1875,6 +1889,9 @@
1875
1889
  .turtle-widget-root .pb-3 {
1876
1890
  padding-bottom: calc(var(--spacing)*3);
1877
1891
  }
1892
+ .turtle-widget-root .pb-4 {
1893
+ padding-bottom: calc(var(--spacing)*4);
1894
+ }
1878
1895
  .turtle-widget-root .pb-8 {
1879
1896
  padding-bottom: calc(var(--spacing)*8);
1880
1897
  }
@@ -2070,9 +2087,17 @@
2070
2087
  }
2071
2088
  }
2072
2089
  }
2073
- .turtle-widget-root .text-foreground {
2090
+ .turtle-widget-root .text-foreground, .turtle-widget-root .text-foreground\/90 {
2074
2091
  color: var(--color-foreground);
2075
2092
  }
2093
+ @supports (color:color-mix(in lab,red,red)) {
2094
+ .turtle-widget-root .text-foreground\/90 {
2095
+ color: var(--color-foreground);
2096
+ @supports (color: color-mix(in lab, red, red)) {
2097
+ color: color-mix(in oklab,var(--color-foreground)90%,transparent);
2098
+ }
2099
+ }
2100
+ }
2076
2101
  .turtle-widget-root .text-green-600 {
2077
2102
  color: var(--color-green-600);
2078
2103
  }
@@ -2724,13 +2749,35 @@
2724
2749
  }
2725
2750
  }
2726
2751
  }
2727
- .turtle-widget-root .hover\:bg-accent:hover {
2752
+ .turtle-widget-root .hover\:bg-accent:hover, .turtle-widget-root .hover\:bg-accent\/70:hover {
2728
2753
  background-color: var(--color-accent);
2729
2754
  }
2755
+ @supports (color:color-mix(in lab,red,red)) {
2756
+ .turtle-widget-root .hover\:bg-accent\/70:hover {
2757
+ background-color: var(--color-accent);
2758
+ @supports (color: color-mix(in lab, red, red)) {
2759
+ background-color: color-mix(in oklab,var(--color-accent)70%,transparent);
2760
+ }
2761
+ }
2762
+ }
2730
2763
  .turtle-widget-root .hover\:bg-background:hover {
2731
2764
  background-color: var(--color-background);
2732
2765
  }
2733
- .turtle-widget-root .hover\:bg-muted:hover, .turtle-widget-root .hover\:bg-muted\/80:hover {
2766
+ .turtle-widget-root .hover\:bg-muted:hover {
2767
+ background-color: var(--color-muted);
2768
+ }
2769
+ .turtle-widget-root .hover\:bg-muted-foreground\/60:hover {
2770
+ background-color: var(--color-muted-foreground);
2771
+ }
2772
+ @supports (color:color-mix(in lab,red,red)) {
2773
+ .turtle-widget-root .hover\:bg-muted-foreground\/60:hover {
2774
+ background-color: var(--color-muted-foreground);
2775
+ @supports (color: color-mix(in lab, red, red)) {
2776
+ background-color: color-mix(in oklab,var(--color-muted-foreground)60%,transparent);
2777
+ }
2778
+ }
2779
+ }
2780
+ .turtle-widget-root .hover\:bg-muted\/80:hover {
2734
2781
  background-color: var(--color-muted);
2735
2782
  }
2736
2783
  @supports (color:color-mix(in lab,red,red)) {
@@ -5000,18 +5047,12 @@
5000
5047
  .turtle-widget-root .-mt-8 {
5001
5048
  margin-top: calc(var(--spacing) * -8);
5002
5049
  }
5003
- .turtle-widget-root .mt-1 {
5004
- margin-top: calc(var(--spacing) * 1);
5005
- }
5006
5050
  .turtle-widget-root .mt-2 {
5007
5051
  margin-top: calc(var(--spacing) * 2);
5008
5052
  }
5009
5053
  .turtle-widget-root .mr-2 {
5010
5054
  margin-right: calc(var(--spacing) * 2);
5011
5055
  }
5012
- .turtle-widget-root .mb-2 {
5013
- margin-bottom: calc(var(--spacing) * 2);
5014
- }
5015
5056
  .turtle-widget-root .-ml-1 {
5016
5057
  margin-left: calc(var(--spacing) * -1);
5017
5058
  }
@@ -5144,9 +5185,6 @@
5144
5185
  .turtle-widget-root .justify-center {
5145
5186
  justify-content: center;
5146
5187
  }
5147
- .turtle-widget-root .justify-end {
5148
- justify-content: flex-end;
5149
- }
5150
5188
  .turtle-widget-root .justify-start {
5151
5189
  justify-content: flex-start;
5152
5190
  }
@@ -5223,9 +5261,21 @@
5223
5261
  border-color: color-mix(in oklab, var(--color-destructive) 50%, transparent);
5224
5262
  }
5225
5263
  }
5264
+ .turtle-widget-root .border-foreground\/60 {
5265
+ border-color: var(--color-foreground);
5266
+ @supports (color: color-mix(in lab, red, red)) {
5267
+ border-color: color-mix(in oklab, var(--color-foreground) 60%, transparent);
5268
+ }
5269
+ }
5226
5270
  .turtle-widget-root .border-muted {
5227
5271
  border-color: var(--color-muted);
5228
5272
  }
5273
+ .turtle-widget-root .border-muted-foreground\/60 {
5274
+ border-color: var(--color-muted-foreground);
5275
+ @supports (color: color-mix(in lab, red, red)) {
5276
+ border-color: color-mix(in oklab, var(--color-muted-foreground) 60%, transparent);
5277
+ }
5278
+ }
5229
5279
  .turtle-widget-root .\!bg-background {
5230
5280
  background-color: var(--color-background) !important;
5231
5281
  }
@@ -5337,6 +5387,12 @@
5337
5387
  .turtle-widget-root .text-foreground {
5338
5388
  color: var(--color-foreground);
5339
5389
  }
5390
+ .turtle-widget-root .text-foreground\/60 {
5391
+ color: var(--color-foreground);
5392
+ @supports (color: color-mix(in lab, red, red)) {
5393
+ color: color-mix(in oklab, var(--color-foreground) 60%, transparent);
5394
+ }
5395
+ }
5340
5396
  .turtle-widget-root .text-muted-foreground {
5341
5397
  color: var(--color-muted-foreground);
5342
5398
  }
@@ -5357,6 +5413,10 @@
5357
5413
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
5358
5414
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
5359
5415
  }
5416
+ .turtle-widget-root .invert {
5417
+ --tw-invert: invert(100%);
5418
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
5419
+ }
5360
5420
  .turtle-widget-root .filter {
5361
5421
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
5362
5422
  }
@@ -5394,6 +5454,23 @@
5394
5454
  }
5395
5455
  }
5396
5456
  }
5457
+ .turtle-widget-root .hover\:bg-accent\/70 {
5458
+ &:hover {
5459
+ @media (hover: hover) {
5460
+ background-color: var(--color-accent);
5461
+ @supports (color: color-mix(in lab, red, red)) {
5462
+ background-color: color-mix(in oklab, var(--color-accent) 70%, transparent);
5463
+ }
5464
+ }
5465
+ }
5466
+ }
5467
+ .turtle-widget-root .hover\:text-foreground {
5468
+ &:hover {
5469
+ @media (hover: hover) {
5470
+ color: var(--color-foreground);
5471
+ }
5472
+ }
5473
+ }
5397
5474
  .turtle-widget-root .hover\:text-primary {
5398
5475
  &:hover {
5399
5476
  @media (hover: hover) {
@@ -5416,11 +5493,6 @@
5416
5493
  min-height: 690px;
5417
5494
  }
5418
5495
  }
5419
- .turtle-widget-root .lg\:justify-start {
5420
- @media (width >= 64rem) {
5421
- justify-content: flex-start;
5422
- }
5423
- }
5424
5496
  .turtle-widget-root .\[\&_button\]\:w-32 {
5425
5497
  & button {
5426
5498
  width: calc(var(--spacing) * 32);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.3.2-beta.0",
3
+ "version": "0.3.2",
4
4
  "description": "Configurable and self-contained Turtle Earn widget for third-party integration",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -43,7 +43,7 @@
43
43
  "@turtleclub/api": "0.3.0",
44
44
  "@turtleclub/chains": "0.2.0",
45
45
  "@turtleclub/hooks": "0.3.1",
46
- "@turtleclub/ui": "0.5.0-beta.0",
46
+ "@turtleclub/ui": "0.5.0",
47
47
  "@turtleclub/utils": "0.2.0",
48
48
  "class-variance-authority": "^0.7.1",
49
49
  "clsx": "^2.1.1",
@@ -84,5 +84,5 @@
84
84
  "publishConfig": {
85
85
  "access": "public"
86
86
  },
87
- "gitHead": "c4205770bafa2c5dafb8557b600a09f22da165d1"
87
+ "gitHead": "40177c5254711e1ddcc51e546b2a11601644aa3f"
88
88
  }