@turtleclub/earn-widget 0.3.3-beta.6 → 0.3.3-beta.7

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 +29 -9
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -1,5 +1,4 @@
1
- /*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
2
- /*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
3
2
  @layer properties;
4
3
  @layer properties {
5
4
  @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
@@ -968,6 +967,10 @@
968
967
  width: calc(var(--spacing)*10);
969
968
  height: calc(var(--spacing)*10);
970
969
  }
970
+ .turtle-widget-root .size-11 {
971
+ width: calc(var(--spacing)*11);
972
+ height: calc(var(--spacing)*11);
973
+ }
971
974
  .turtle-widget-root .size-12 {
972
975
  width: calc(var(--spacing)*12);
973
976
  height: calc(var(--spacing)*12);
@@ -1020,6 +1023,9 @@
1020
1023
  .turtle-widget-root .h-10 {
1021
1024
  height: calc(var(--spacing)*10);
1022
1025
  }
1026
+ .turtle-widget-root .h-11 {
1027
+ height: calc(var(--spacing)*11);
1028
+ }
1023
1029
  .turtle-widget-root .h-12 {
1024
1030
  height: calc(var(--spacing)*12);
1025
1031
  }
@@ -1080,12 +1086,6 @@
1080
1086
  .turtle-widget-root .max-h-\(--radix-select-content-available-height\) {
1081
1087
  max-height: var(--radix-select-content-available-height);
1082
1088
  }
1083
- .turtle-widget-root .max-h-10 {
1084
- max-height: calc(var(--spacing)*10);
1085
- }
1086
- .turtle-widget-root .max-h-\[38px\] {
1087
- max-height: 38px;
1088
- }
1089
1089
  .turtle-widget-root .max-h-\[40vh\] {
1090
1090
  max-height: 40vh;
1091
1091
  }
@@ -1170,6 +1170,9 @@
1170
1170
  .turtle-widget-root .w-\[85vw\] {
1171
1171
  width: 85vw;
1172
1172
  }
1173
+ .turtle-widget-root .w-\[200px\] {
1174
+ width: 200px;
1175
+ }
1173
1176
  .turtle-widget-root .w-\[400px\] {
1174
1177
  width: 400px;
1175
1178
  }
@@ -3548,7 +3551,18 @@
3548
3551
  .turtle-widget-root .data-\[state\=open\]\:animate-in[data-state=open] {
3549
3552
  animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
3550
3553
  }
3551
- .turtle-widget-root .data-\[state\=open\]\:bg-accent[data-state=open], .turtle-widget-root .data-\[state\=open\]\:bg-accent\/50[data-state=open] {
3554
+ .turtle-widget-root .data-\[state\=open\]\:bg-accent[data-state=open], .turtle-widget-root .data-\[state\=open\]\:bg-accent\/10[data-state=open] {
3555
+ background-color: var(--color-accent);
3556
+ }
3557
+ @supports (color:color-mix(in lab,red,red)) {
3558
+ .turtle-widget-root .data-\[state\=open\]\:bg-accent\/10[data-state=open] {
3559
+ background-color: var(--color-accent);
3560
+ @supports (color: color-mix(in lab, red, red)) {
3561
+ background-color: color-mix(in oklab,var(--color-accent)10%,transparent);
3562
+ }
3563
+ }
3564
+ }
3565
+ .turtle-widget-root .data-\[state\=open\]\:bg-accent\/50[data-state=open] {
3552
3566
  background-color: var(--color-accent);
3553
3567
  }
3554
3568
  @supports (color:color-mix(in lab,red,red)) {
@@ -3707,6 +3721,12 @@
3707
3721
  .turtle-widget-root .sm\:justify-evenly {
3708
3722
  justify-content: space-evenly;
3709
3723
  }
3724
+ .turtle-widget-root .sm\:pr-2\.5 {
3725
+ padding-right: calc(var(--spacing)*2.5);
3726
+ }
3727
+ .turtle-widget-root .sm\:pl-2\.5 {
3728
+ padding-left: calc(var(--spacing)*2.5);
3729
+ }
3710
3730
  .turtle-widget-root .sm\:text-left {
3711
3731
  text-align: left;
3712
3732
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.3.3-beta.6",
3
+ "version": "0.3.3-beta.7",
4
4
  "description": "Configurable and self-contained Turtle Earn widget for third-party integration",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -41,9 +41,9 @@
41
41
  "dependencies": {
42
42
  "@tailwindcss/postcss": "^4.1.11",
43
43
  "@turtleclub/api": "0.3.0",
44
- "@turtleclub/chains": "0.2.0",
45
- "@turtleclub/hooks": "0.4.0-beta.2",
46
- "@turtleclub/ui": "0.6.0-beta.2",
44
+ "@turtleclub/chains": "0.3.0-beta.0",
45
+ "@turtleclub/hooks": "0.4.0-beta.3",
46
+ "@turtleclub/ui": "0.6.0-beta.3",
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": "185315366e78f11ae6cd9d09d5e9d1a4bf37cc43"
87
+ "gitHead": "0231c0a1b36ed53fc0fbef4760bd93ce142340f0"
88
88
  }