@turtleclub/earn-widget 0.3.0-beta.6 → 0.3.0-beta.8
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 +24 -2
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -186,6 +186,9 @@
|
|
|
186
186
|
.turtle-widget-root ::-webkit-datetime-edit, .turtle-widget-root ::-webkit-datetime-edit-year-field, .turtle-widget-root ::-webkit-datetime-edit-month-field, .turtle-widget-root ::-webkit-datetime-edit-day-field, .turtle-widget-root ::-webkit-datetime-edit-hour-field, .turtle-widget-root ::-webkit-datetime-edit-minute-field, .turtle-widget-root ::-webkit-datetime-edit-second-field, .turtle-widget-root ::-webkit-datetime-edit-millisecond-field, .turtle-widget-root ::-webkit-datetime-edit-meridiem-field {
|
|
187
187
|
padding-block: 0;
|
|
188
188
|
}
|
|
189
|
+
.turtle-widget-root ::-webkit-calendar-picker-indicator {
|
|
190
|
+
line-height: 1;
|
|
191
|
+
}
|
|
189
192
|
.turtle-widget-root :-moz-ui-invalid {
|
|
190
193
|
box-shadow: none;
|
|
191
194
|
}
|
|
@@ -668,7 +671,7 @@
|
|
|
668
671
|
}
|
|
669
672
|
}
|
|
670
673
|
}
|
|
671
|
-
/*! tailwindcss v4.1.
|
|
674
|
+
/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
|
|
672
675
|
@layer properties {
|
|
673
676
|
@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
|
|
674
677
|
.turtle-widget-root *, .turtle-widget-root :before, .turtle-widget-root :after, .turtle-widget-root ::backdrop {
|
|
@@ -711,11 +714,13 @@
|
|
|
711
714
|
--tw-animation-duration: initial;
|
|
712
715
|
--tw-animation-fill-mode: none;
|
|
713
716
|
--tw-animation-iteration-count: 1;
|
|
717
|
+
--tw-enter-blur: 0;
|
|
714
718
|
--tw-enter-opacity: 1;
|
|
715
719
|
--tw-enter-rotate: 0;
|
|
716
720
|
--tw-enter-scale: 1;
|
|
717
721
|
--tw-enter-translate-x: 0;
|
|
718
722
|
--tw-enter-translate-y: 0;
|
|
723
|
+
--tw-exit-blur: 0;
|
|
719
724
|
--tw-exit-opacity: 1;
|
|
720
725
|
--tw-exit-rotate: 0;
|
|
721
726
|
--tw-exit-scale: 1;
|
|
@@ -952,6 +957,9 @@
|
|
|
952
957
|
.turtle-widget-root ::-webkit-datetime-edit-meridiem-field {
|
|
953
958
|
padding-block: 0;
|
|
954
959
|
}
|
|
960
|
+
.turtle-widget-root ::-webkit-calendar-picker-indicator {
|
|
961
|
+
line-height: 1;
|
|
962
|
+
}
|
|
955
963
|
.turtle-widget-root :-moz-ui-invalid {
|
|
956
964
|
box-shadow: none;
|
|
957
965
|
}
|
|
@@ -1462,7 +1470,7 @@
|
|
|
1462
1470
|
.turtle-widget-root .rounded-xl {
|
|
1463
1471
|
border-radius: calc(var(--radius) + 4px);
|
|
1464
1472
|
}
|
|
1465
|
-
.turtle-widget-root .border
|
|
1473
|
+
.turtle-widget-root .border {
|
|
1466
1474
|
border-style: var(--tw-border-style);
|
|
1467
1475
|
border-width: 1px;
|
|
1468
1476
|
}
|
|
@@ -2499,6 +2507,11 @@
|
|
|
2499
2507
|
inherits: false;
|
|
2500
2508
|
initial-value: 1;
|
|
2501
2509
|
}
|
|
2510
|
+
@property --tw-enter-blur {
|
|
2511
|
+
syntax: "*";
|
|
2512
|
+
inherits: false;
|
|
2513
|
+
initial-value: 0;
|
|
2514
|
+
}
|
|
2502
2515
|
@property --tw-enter-opacity {
|
|
2503
2516
|
syntax: "*";
|
|
2504
2517
|
inherits: false;
|
|
@@ -2524,6 +2537,11 @@
|
|
|
2524
2537
|
inherits: false;
|
|
2525
2538
|
initial-value: 0;
|
|
2526
2539
|
}
|
|
2540
|
+
@property --tw-exit-blur {
|
|
2541
|
+
syntax: "*";
|
|
2542
|
+
inherits: false;
|
|
2543
|
+
initial-value: 0;
|
|
2544
|
+
}
|
|
2527
2545
|
@property --tw-exit-opacity {
|
|
2528
2546
|
syntax: "*";
|
|
2529
2547
|
inherits: false;
|
|
@@ -2810,12 +2828,14 @@
|
|
|
2810
2828
|
0% {
|
|
2811
2829
|
opacity: var(--tw-enter-opacity,1);
|
|
2812
2830
|
transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
|
|
2831
|
+
filter: blur(var(--tw-enter-blur,0));
|
|
2813
2832
|
}
|
|
2814
2833
|
}
|
|
2815
2834
|
@keyframes exit {
|
|
2816
2835
|
to {
|
|
2817
2836
|
opacity: var(--tw-exit-opacity,1);
|
|
2818
2837
|
transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
|
|
2838
|
+
filter: blur(var(--tw-exit-blur,0));
|
|
2819
2839
|
}
|
|
2820
2840
|
}
|
|
2821
2841
|
.turtle-widget-root {
|
|
@@ -3086,11 +3106,13 @@
|
|
|
3086
3106
|
--tw-animation-duration: initial;
|
|
3087
3107
|
--tw-animation-fill-mode: none;
|
|
3088
3108
|
--tw-animation-iteration-count: 1;
|
|
3109
|
+
--tw-enter-blur: 0;
|
|
3089
3110
|
--tw-enter-opacity: 1;
|
|
3090
3111
|
--tw-enter-rotate: 0;
|
|
3091
3112
|
--tw-enter-scale: 1;
|
|
3092
3113
|
--tw-enter-translate-x: 0;
|
|
3093
3114
|
--tw-enter-translate-y: 0;
|
|
3115
|
+
--tw-exit-blur: 0;
|
|
3094
3116
|
--tw-exit-opacity: 1;
|
|
3095
3117
|
--tw-exit-rotate: 0;
|
|
3096
3118
|
--tw-exit-scale: 1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turtleclub/earn-widget",
|
|
3
|
-
"version": "0.3.0-beta.
|
|
3
|
+
"version": "0.3.0-beta.8",
|
|
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.2.1-beta.1",
|
|
44
|
-
"@turtleclub/ui": "0.3.0-beta.
|
|
44
|
+
"@turtleclub/ui": "0.3.0-beta.3",
|
|
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": "
|
|
82
|
+
"gitHead": "4cdf07e4f3be334902a11c2c649326b1cd5d171d"
|
|
83
83
|
}
|