@warp-ds/elements 1.0.1-next.5 → 1.0.1-next.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.
- package/dist/index.js +111 -45
- package/dist/packages/button/index.d.ts +4 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -60,7 +60,7 @@ const tt = (r) => new pe(typeof r == "string" ? r : r + "", void 0, Cr), A = (r,
|
|
|
60
60
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
61
61
|
*/
|
|
62
62
|
var ar;
|
|
63
|
-
const
|
|
63
|
+
const Do = window, Ir = Do.trustedTypes, ct = Ir ? Ir.emptyScript : "", Hr = Do.reactiveElementPolyfillSupport, ur = { toAttribute(r, o) {
|
|
64
64
|
switch (o) {
|
|
65
65
|
case Boolean:
|
|
66
66
|
r = r ? ct : null;
|
|
@@ -268,7 +268,7 @@ let bo = class extends HTMLElement {
|
|
|
268
268
|
firstUpdated(o) {
|
|
269
269
|
}
|
|
270
270
|
};
|
|
271
|
-
bo[vr] = !0, bo.elementProperties = /* @__PURE__ */ new Map(), bo.elementStyles = [], bo.shadowRootOptions = { mode: "open" }, Hr == null || Hr({ ReactiveElement: bo }), ((ar =
|
|
271
|
+
bo[vr] = !0, bo.elementProperties = /* @__PURE__ */ new Map(), bo.elementStyles = [], bo.shadowRootOptions = { mode: "open" }, Hr == null || Hr({ ReactiveElement: bo }), ((ar = Do.reactiveElementVersions) !== null && ar !== void 0 ? ar : Do.reactiveElementVersions = []).push("1.6.2");
|
|
272
272
|
/**
|
|
273
273
|
* @license
|
|
274
274
|
* Copyright 2017 Google LLC
|
|
@@ -594,7 +594,7 @@ const N = {
|
|
|
594
594
|
infoClickable: "hover:i-bg-$color-box-info-background-hover active:i-bg-$color-box-info-background-hover",
|
|
595
595
|
neutralClickable: "hover:i-bg-$color-box-neutral-background-hover active:i-bg-$color-box-neutral-background-hover",
|
|
596
596
|
borderedClickable: "hover:i-bg-$color-box-bordered-background-hover active:i-bg-$color-box-bordered-background-hover hover:i-border-$color-box-bordered-border-hover active:i-border-$color-box-bordered-border-hover"
|
|
597
|
-
},
|
|
597
|
+
}, B = {
|
|
598
598
|
card: "cursor-pointer overflow-hidden relative transition-all",
|
|
599
599
|
cardShadow: "rounded-8 i-shadow-$shadow-card hover:i-shadow-$shadow-card-hover hover:i-bg-$color-card-background-hover tap-highlight-transparent",
|
|
600
600
|
cardFlat: "border-2 rounded-4",
|
|
@@ -638,7 +638,7 @@ const N = {
|
|
|
638
638
|
paddingTop: "pt-0",
|
|
639
639
|
title: "flex justify-between items-center",
|
|
640
640
|
titleType: "h4"
|
|
641
|
-
}, V = "font-bold
|
|
641
|
+
}, V = "font-bold focusable justify-center transition-colors ease-in-out", z = {
|
|
642
642
|
primary: "i-text-$color-button-primary-text hover:i-text-$color-button-primary-text i-bg-$color-button-primary-background hover:i-bg-$color-button-primary-background-hover active:i-bg-$color-button-primary-background-active",
|
|
643
643
|
secondary: "i-text-$color-button-secondary-text hover:i-text-$color-button-secondary-text i-border-$color-button-secondary-border i-bg-$color-button-secondary-background hover:i-bg-$color-button-secondary-background-hover hover:i-border-$color-button-secondary-border-hover active:i-bg-$color-button-secondary-background-active",
|
|
644
644
|
utility: "i-text-$color-button-utility-text hover:i-text-$color-button-utility-text i-bg-$color-button-utility-background i-border-$color-button-utility-border hover:i-bg-$color-button-utility-background hover:i-border-$color-button-utility-border-hover active:i-border-$color-button-utility-border-active",
|
|
@@ -656,7 +656,7 @@ const N = {
|
|
|
656
656
|
utility: `border rounded-4 ${V}`,
|
|
657
657
|
negative: `border-0 rounded-8 ${V}`,
|
|
658
658
|
pill: `p-4 rounded-full border-0 inline-flex items-center justify-center hover:bg-clip-padding ${V}`,
|
|
659
|
-
link: `
|
|
659
|
+
link: `bg-transparent focusable ease-in-out inline active:underline hover:underline ${z.link}`
|
|
660
660
|
}, h = {
|
|
661
661
|
xsmall: "py-6 px-16",
|
|
662
662
|
small: "py-8 px-16",
|
|
@@ -676,7 +676,7 @@ const N = {
|
|
|
676
676
|
quiet: `border-0 rounded-8 ${V}`,
|
|
677
677
|
utilityQuiet: `border-0 rounded-4 ${V}`,
|
|
678
678
|
negativeQuiet: `border-0 rounded-8 ${V}`,
|
|
679
|
-
isDisabled: `font-bold
|
|
679
|
+
isDisabled: `font-bold justify-center transition-colors ease-in-out cursor-default pointer-events-none ${z.disabled}`
|
|
680
680
|
// .button:disabled, .button--is-disabled
|
|
681
681
|
}, k = {
|
|
682
682
|
// Buttontypes
|
|
@@ -743,7 +743,9 @@ const N = {
|
|
|
743
743
|
link: `${h.medium} ${p.medium} ${f.link}`,
|
|
744
744
|
linkSmall: `${h.linkSmall} ${p.xsmall} ${f.link}`,
|
|
745
745
|
linkAsButton: "inline-block hover:no-underline",
|
|
746
|
-
a11y: "sr-only"
|
|
746
|
+
a11y: "sr-only",
|
|
747
|
+
fullWidth: "w-full max-w-full",
|
|
748
|
+
contentWidth: "max-w-max"
|
|
747
749
|
}, mo = {
|
|
748
750
|
alert: "flex p-16 border border-l-4 rounded-4",
|
|
749
751
|
willChangeHeight: "will-change-height",
|
|
@@ -952,6 +954,7 @@ $(hr, "styles", A`
|
|
|
952
954
|
.\\[--w-modal-max-height\\:80\\%\\]{--w-modal-max-height:80%;}
|
|
953
955
|
.\\[--w-modal-width\\:640px\\]{--w-modal-width:640px;}
|
|
954
956
|
.focus\\:\\[--w-outline-offset\\:-2px\\]:focus{--w-outline-offset:-2px;}
|
|
957
|
+
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
955
958
|
.peer:checked~.peer-checked\\:before\\:bg-center::before{background-position:center;}
|
|
956
959
|
.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
957
960
|
.before\\:bg-\\[url\\(var\\(--w-form-check-mark\\)\\)\\]::before{background-image:var(--w-form-check-mark);}
|
|
@@ -1097,6 +1100,7 @@ $(hr, "styles", A`
|
|
|
1097
1100
|
.i-bg-\\$color-badge-info-background{background-color:var(--w-color-badge-info-background);}
|
|
1098
1101
|
.i-bg-\\$color-badge-negative-background{background-color:var(--w-color-badge-negative-background);}
|
|
1099
1102
|
.i-bg-\\$color-badge-neutral-background{background-color:var(--w-color-badge-neutral-background);}
|
|
1103
|
+
.i-bg-\\$color-badge-notification-background{background-color:var(--w-color-badge-notification-background);}
|
|
1100
1104
|
.i-bg-\\$color-badge-positive-background{background-color:var(--w-color-badge-positive-background);}
|
|
1101
1105
|
.i-bg-\\$color-badge-price-background{background-color:var(--w-color-badge-price-background);}
|
|
1102
1106
|
.i-bg-\\$color-badge-warning-background{background-color:var(--w-color-badge-warning-background);}
|
|
@@ -1200,6 +1204,7 @@ $(hr, "styles", A`
|
|
|
1200
1204
|
.i-text-\\$color-badge-info-text{color:var(--w-color-badge-info-text);}
|
|
1201
1205
|
.i-text-\\$color-badge-negative-text{color:var(--w-color-badge-negative-text);}
|
|
1202
1206
|
.i-text-\\$color-badge-neutral-text{color:var(--w-color-badge-neutral-text);}
|
|
1207
|
+
.i-text-\\$color-badge-notification-text{color:var(--w-color-badge-notification-text);}
|
|
1203
1208
|
.i-text-\\$color-badge-positive-text{color:var(--w-color-badge-positive-text);}
|
|
1204
1209
|
.i-text-\\$color-badge-price-text{color:var(--w-color-badge-price-text);}
|
|
1205
1210
|
.i-text-\\$color-badge-warning-text{color:var(--w-color-badge-warning-text);}
|
|
@@ -1419,6 +1424,7 @@ $(hr, "styles", A`
|
|
|
1419
1424
|
.h-44{height:4.4rem;}
|
|
1420
1425
|
.h-6{height:0.6rem;}
|
|
1421
1426
|
.h-8{height:0.8rem;}
|
|
1427
|
+
.max-w-full{max-width:100%;}
|
|
1422
1428
|
.max-w-max{max-width:max-content;}
|
|
1423
1429
|
.min-h-32{min-height:3.2rem;}
|
|
1424
1430
|
.min-w-16{min-width:1.6rem;}
|
|
@@ -1737,8 +1743,11 @@ ${ee.join(
|
|
|
1737
1743
|
[k.pillSmallLoading]: c && this.small && this.loading,
|
|
1738
1744
|
[k.link]: i && !this.small,
|
|
1739
1745
|
[k.linkSmall]: i && this.small,
|
|
1740
|
-
[k.linkAsButton]: !!this.href
|
|
1741
|
-
|
|
1746
|
+
[k.linkAsButton]: !!this.href,
|
|
1747
|
+
[k.fullWidth]: this.fullWidth,
|
|
1748
|
+
[k.contentWidth]: !this.fullWidth
|
|
1749
|
+
},
|
|
1750
|
+
this.buttonClass
|
|
1742
1751
|
);
|
|
1743
1752
|
}
|
|
1744
1753
|
render() {
|
|
@@ -1771,6 +1780,7 @@ $(To, "shadowRootOptions", { ...X.shadowRootOptions, delegatesFocus: !0 }), $(To
|
|
|
1771
1780
|
href: { type: String, reflect: !0 },
|
|
1772
1781
|
target: { type: String, reflect: !0 },
|
|
1773
1782
|
rel: { type: String, reflect: !0 },
|
|
1783
|
+
fullWidth: { type: Boolean, reflect: !0 },
|
|
1774
1784
|
buttonClass: { type: String, reflect: !0 }
|
|
1775
1785
|
}), $(To, "styles", A`
|
|
1776
1786
|
/* layer: preflights */
|
|
@@ -1791,6 +1801,7 @@ $(To, "shadowRootOptions", { ...X.shadowRootOptions, delegatesFocus: !0 }), $(To
|
|
|
1791
1801
|
.\\[--w-modal-max-height\\:80\\%\\]{--w-modal-max-height:80%;}
|
|
1792
1802
|
.\\[--w-modal-width\\:640px\\]{--w-modal-width:640px;}
|
|
1793
1803
|
.focus\\:\\[--w-outline-offset\\:-2px\\]:focus{--w-outline-offset:-2px;}
|
|
1804
|
+
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
1794
1805
|
.peer:checked~.peer-checked\\:before\\:bg-center::before{background-position:center;}
|
|
1795
1806
|
.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
1796
1807
|
.before\\:bg-\\[url\\(var\\(--w-form-check-mark\\)\\)\\]::before{background-image:var(--w-form-check-mark);}
|
|
@@ -1936,6 +1947,7 @@ $(To, "shadowRootOptions", { ...X.shadowRootOptions, delegatesFocus: !0 }), $(To
|
|
|
1936
1947
|
.i-bg-\\$color-badge-info-background{background-color:var(--w-color-badge-info-background);}
|
|
1937
1948
|
.i-bg-\\$color-badge-negative-background{background-color:var(--w-color-badge-negative-background);}
|
|
1938
1949
|
.i-bg-\\$color-badge-neutral-background{background-color:var(--w-color-badge-neutral-background);}
|
|
1950
|
+
.i-bg-\\$color-badge-notification-background{background-color:var(--w-color-badge-notification-background);}
|
|
1939
1951
|
.i-bg-\\$color-badge-positive-background{background-color:var(--w-color-badge-positive-background);}
|
|
1940
1952
|
.i-bg-\\$color-badge-price-background{background-color:var(--w-color-badge-price-background);}
|
|
1941
1953
|
.i-bg-\\$color-badge-warning-background{background-color:var(--w-color-badge-warning-background);}
|
|
@@ -2039,6 +2051,7 @@ $(To, "shadowRootOptions", { ...X.shadowRootOptions, delegatesFocus: !0 }), $(To
|
|
|
2039
2051
|
.i-text-\\$color-badge-info-text{color:var(--w-color-badge-info-text);}
|
|
2040
2052
|
.i-text-\\$color-badge-negative-text{color:var(--w-color-badge-negative-text);}
|
|
2041
2053
|
.i-text-\\$color-badge-neutral-text{color:var(--w-color-badge-neutral-text);}
|
|
2054
|
+
.i-text-\\$color-badge-notification-text{color:var(--w-color-badge-notification-text);}
|
|
2042
2055
|
.i-text-\\$color-badge-positive-text{color:var(--w-color-badge-positive-text);}
|
|
2043
2056
|
.i-text-\\$color-badge-price-text{color:var(--w-color-badge-price-text);}
|
|
2044
2057
|
.i-text-\\$color-badge-warning-text{color:var(--w-color-badge-warning-text);}
|
|
@@ -2258,6 +2271,7 @@ $(To, "shadowRootOptions", { ...X.shadowRootOptions, delegatesFocus: !0 }), $(To
|
|
|
2258
2271
|
.h-44{height:4.4rem;}
|
|
2259
2272
|
.h-6{height:0.6rem;}
|
|
2260
2273
|
.h-8{height:0.8rem;}
|
|
2274
|
+
.max-w-full{max-width:100%;}
|
|
2261
2275
|
.max-w-max{max-width:max-content;}
|
|
2262
2276
|
.min-h-32{min-height:3.2rem;}
|
|
2263
2277
|
.min-w-16{min-width:1.6rem;}
|
|
@@ -2434,21 +2448,21 @@ class pr extends X {
|
|
|
2434
2448
|
}
|
|
2435
2449
|
get _outerClasses() {
|
|
2436
2450
|
return L({
|
|
2437
|
-
[
|
|
2438
|
-
[
|
|
2439
|
-
[
|
|
2440
|
-
[
|
|
2441
|
-
[this.selected ?
|
|
2451
|
+
[B.card]: !0,
|
|
2452
|
+
[B.cardShadow]: !this.flat,
|
|
2453
|
+
[B.cardSelected]: this.selected,
|
|
2454
|
+
[B.cardFlat]: this.flat,
|
|
2455
|
+
[this.selected ? B.cardFlatSelected : B.cardFlatUnselected]: this.flat
|
|
2442
2456
|
});
|
|
2443
2457
|
}
|
|
2444
2458
|
get _innerClasses() {
|
|
2445
2459
|
return L({
|
|
2446
|
-
[
|
|
2447
|
-
[this.selected ?
|
|
2460
|
+
[B.cardOutline]: !0,
|
|
2461
|
+
[this.selected ? B.cardOutlineSelected : B.cardOutlineUnselected]: !0
|
|
2448
2462
|
});
|
|
2449
2463
|
}
|
|
2450
2464
|
get uuButton() {
|
|
2451
|
-
return v`<button class="${
|
|
2465
|
+
return v`<button class="${B.a11y}" aria-pressed="${this.selected}" tabindex="-1">
|
|
2452
2466
|
Velg
|
|
2453
2467
|
</button>`;
|
|
2454
2468
|
}
|
|
@@ -2493,6 +2507,7 @@ $(pr, "styles", [
|
|
|
2493
2507
|
.\\[--w-modal-max-height\\:80\\%\\]{--w-modal-max-height:80%;}
|
|
2494
2508
|
.\\[--w-modal-width\\:640px\\]{--w-modal-width:640px;}
|
|
2495
2509
|
.focus\\:\\[--w-outline-offset\\:-2px\\]:focus{--w-outline-offset:-2px;}
|
|
2510
|
+
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
2496
2511
|
.peer:checked~.peer-checked\\:before\\:bg-center::before{background-position:center;}
|
|
2497
2512
|
.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
2498
2513
|
.before\\:bg-\\[url\\(var\\(--w-form-check-mark\\)\\)\\]::before{background-image:var(--w-form-check-mark);}
|
|
@@ -2638,6 +2653,7 @@ $(pr, "styles", [
|
|
|
2638
2653
|
.i-bg-\\$color-badge-info-background{background-color:var(--w-color-badge-info-background);}
|
|
2639
2654
|
.i-bg-\\$color-badge-negative-background{background-color:var(--w-color-badge-negative-background);}
|
|
2640
2655
|
.i-bg-\\$color-badge-neutral-background{background-color:var(--w-color-badge-neutral-background);}
|
|
2656
|
+
.i-bg-\\$color-badge-notification-background{background-color:var(--w-color-badge-notification-background);}
|
|
2641
2657
|
.i-bg-\\$color-badge-positive-background{background-color:var(--w-color-badge-positive-background);}
|
|
2642
2658
|
.i-bg-\\$color-badge-price-background{background-color:var(--w-color-badge-price-background);}
|
|
2643
2659
|
.i-bg-\\$color-badge-warning-background{background-color:var(--w-color-badge-warning-background);}
|
|
@@ -2741,6 +2757,7 @@ $(pr, "styles", [
|
|
|
2741
2757
|
.i-text-\\$color-badge-info-text{color:var(--w-color-badge-info-text);}
|
|
2742
2758
|
.i-text-\\$color-badge-negative-text{color:var(--w-color-badge-negative-text);}
|
|
2743
2759
|
.i-text-\\$color-badge-neutral-text{color:var(--w-color-badge-neutral-text);}
|
|
2760
|
+
.i-text-\\$color-badge-notification-text{color:var(--w-color-badge-notification-text);}
|
|
2744
2761
|
.i-text-\\$color-badge-positive-text{color:var(--w-color-badge-positive-text);}
|
|
2745
2762
|
.i-text-\\$color-badge-price-text{color:var(--w-color-badge-price-text);}
|
|
2746
2763
|
.i-text-\\$color-badge-warning-text{color:var(--w-color-badge-warning-text);}
|
|
@@ -2960,6 +2977,7 @@ $(pr, "styles", [
|
|
|
2960
2977
|
.h-44{height:4.4rem;}
|
|
2961
2978
|
.h-6{height:0.6rem;}
|
|
2962
2979
|
.h-8{height:0.8rem;}
|
|
2980
|
+
.max-w-full{max-width:100%;}
|
|
2963
2981
|
.max-w-max{max-width:max-content;}
|
|
2964
2982
|
.min-h-32{min-height:3.2rem;}
|
|
2965
2983
|
.min-w-16{min-width:1.6rem;}
|
|
@@ -3171,7 +3189,7 @@ let wr = class extends Tr {
|
|
|
3171
3189
|
};
|
|
3172
3190
|
wr.directiveName = "unsafeHTML", wr.resultType = 1;
|
|
3173
3191
|
const Ae = Mr(wr);
|
|
3174
|
-
var Wo, Ce, Go, Ee, Jo, Le, Ko, Me, go, Po, uo,
|
|
3192
|
+
var Wo, Ce, Go, Ee, Jo, Le, Ko, Me, go, Po, uo, Bo;
|
|
3175
3193
|
class xr extends Zo(X) {
|
|
3176
3194
|
constructor() {
|
|
3177
3195
|
super();
|
|
@@ -3200,9 +3218,9 @@ class xr extends Zo(X) {
|
|
|
3200
3218
|
class="${T(this, Wo, Ce)}"
|
|
3201
3219
|
id="${T(this, go, Po)}"
|
|
3202
3220
|
?autofocus=${this.autoFocus}
|
|
3203
|
-
aria-describedby="${_(T(this, uo,
|
|
3221
|
+
aria-describedby="${_(T(this, uo, Bo))}"
|
|
3204
3222
|
aria-invalid="${_(this.invalid)}"
|
|
3205
|
-
aria-errormessage="${_(this.invalid && T(this, uo,
|
|
3223
|
+
aria-errormessage="${_(this.invalid && T(this, uo, Bo))}"
|
|
3206
3224
|
>
|
|
3207
3225
|
${Ae(this._options)}
|
|
3208
3226
|
</select>
|
|
@@ -3226,7 +3244,7 @@ class xr extends Zo(X) {
|
|
|
3226
3244
|
</div>
|
|
3227
3245
|
${Ro(
|
|
3228
3246
|
this.always || this.invalid,
|
|
3229
|
-
() => v`<div id="${T(this, uo,
|
|
3247
|
+
() => v`<div id="${T(this, uo, Bo)}" class="${T(this, Jo, Le)}">${this.hint}</div>`
|
|
3230
3248
|
)}
|
|
3231
3249
|
</div>`;
|
|
3232
3250
|
}
|
|
@@ -3253,7 +3271,7 @@ Wo = new WeakSet(), Ce = function() {
|
|
|
3253
3271
|
});
|
|
3254
3272
|
}, go = new WeakSet(), Po = function() {
|
|
3255
3273
|
return "select_id";
|
|
3256
|
-
}, uo = new WeakSet(),
|
|
3274
|
+
}, uo = new WeakSet(), Bo = function() {
|
|
3257
3275
|
return this.hint ? `${T(this, go, Po)}__hint` : void 0;
|
|
3258
3276
|
}, $(xr, "properties", {
|
|
3259
3277
|
// Whether the element should receive focus on render
|
|
@@ -3288,6 +3306,7 @@ Wo = new WeakSet(), Ce = function() {
|
|
|
3288
3306
|
.\\[--w-modal-max-height\\:80\\%\\]{--w-modal-max-height:80%;}
|
|
3289
3307
|
.\\[--w-modal-width\\:640px\\]{--w-modal-width:640px;}
|
|
3290
3308
|
.focus\\:\\[--w-outline-offset\\:-2px\\]:focus{--w-outline-offset:-2px;}
|
|
3309
|
+
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
3291
3310
|
.peer:checked~.peer-checked\\:before\\:bg-center::before{background-position:center;}
|
|
3292
3311
|
.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
3293
3312
|
.before\\:bg-\\[url\\(var\\(--w-form-check-mark\\)\\)\\]::before{background-image:var(--w-form-check-mark);}
|
|
@@ -3433,6 +3452,7 @@ Wo = new WeakSet(), Ce = function() {
|
|
|
3433
3452
|
.i-bg-\\$color-badge-info-background{background-color:var(--w-color-badge-info-background);}
|
|
3434
3453
|
.i-bg-\\$color-badge-negative-background{background-color:var(--w-color-badge-negative-background);}
|
|
3435
3454
|
.i-bg-\\$color-badge-neutral-background{background-color:var(--w-color-badge-neutral-background);}
|
|
3455
|
+
.i-bg-\\$color-badge-notification-background{background-color:var(--w-color-badge-notification-background);}
|
|
3436
3456
|
.i-bg-\\$color-badge-positive-background{background-color:var(--w-color-badge-positive-background);}
|
|
3437
3457
|
.i-bg-\\$color-badge-price-background{background-color:var(--w-color-badge-price-background);}
|
|
3438
3458
|
.i-bg-\\$color-badge-warning-background{background-color:var(--w-color-badge-warning-background);}
|
|
@@ -3536,6 +3556,7 @@ Wo = new WeakSet(), Ce = function() {
|
|
|
3536
3556
|
.i-text-\\$color-badge-info-text{color:var(--w-color-badge-info-text);}
|
|
3537
3557
|
.i-text-\\$color-badge-negative-text{color:var(--w-color-badge-negative-text);}
|
|
3538
3558
|
.i-text-\\$color-badge-neutral-text{color:var(--w-color-badge-neutral-text);}
|
|
3559
|
+
.i-text-\\$color-badge-notification-text{color:var(--w-color-badge-notification-text);}
|
|
3539
3560
|
.i-text-\\$color-badge-positive-text{color:var(--w-color-badge-positive-text);}
|
|
3540
3561
|
.i-text-\\$color-badge-price-text{color:var(--w-color-badge-price-text);}
|
|
3541
3562
|
.i-text-\\$color-badge-warning-text{color:var(--w-color-badge-warning-text);}
|
|
@@ -3755,6 +3776,7 @@ Wo = new WeakSet(), Ce = function() {
|
|
|
3755
3776
|
.h-44{height:4.4rem;}
|
|
3756
3777
|
.h-6{height:0.6rem;}
|
|
3757
3778
|
.h-8{height:0.8rem;}
|
|
3779
|
+
.max-w-full{max-width:100%;}
|
|
3758
3780
|
.max-w-max{max-width:max-content;}
|
|
3759
3781
|
.min-h-32{min-height:3.2rem;}
|
|
3760
3782
|
.min-w-16{min-width:1.6rem;}
|
|
@@ -3962,6 +3984,7 @@ $(mr, "styles", A`
|
|
|
3962
3984
|
.\\[--w-modal-max-height\\:80\\%\\]{--w-modal-max-height:80%;}
|
|
3963
3985
|
.\\[--w-modal-width\\:640px\\]{--w-modal-width:640px;}
|
|
3964
3986
|
.focus\\:\\[--w-outline-offset\\:-2px\\]:focus{--w-outline-offset:-2px;}
|
|
3987
|
+
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
3965
3988
|
.peer:checked~.peer-checked\\:before\\:bg-center::before{background-position:center;}
|
|
3966
3989
|
.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
3967
3990
|
.before\\:bg-\\[url\\(var\\(--w-form-check-mark\\)\\)\\]::before{background-image:var(--w-form-check-mark);}
|
|
@@ -4107,6 +4130,7 @@ $(mr, "styles", A`
|
|
|
4107
4130
|
.i-bg-\\$color-badge-info-background{background-color:var(--w-color-badge-info-background);}
|
|
4108
4131
|
.i-bg-\\$color-badge-negative-background{background-color:var(--w-color-badge-negative-background);}
|
|
4109
4132
|
.i-bg-\\$color-badge-neutral-background{background-color:var(--w-color-badge-neutral-background);}
|
|
4133
|
+
.i-bg-\\$color-badge-notification-background{background-color:var(--w-color-badge-notification-background);}
|
|
4110
4134
|
.i-bg-\\$color-badge-positive-background{background-color:var(--w-color-badge-positive-background);}
|
|
4111
4135
|
.i-bg-\\$color-badge-price-background{background-color:var(--w-color-badge-price-background);}
|
|
4112
4136
|
.i-bg-\\$color-badge-warning-background{background-color:var(--w-color-badge-warning-background);}
|
|
@@ -4210,6 +4234,7 @@ $(mr, "styles", A`
|
|
|
4210
4234
|
.i-text-\\$color-badge-info-text{color:var(--w-color-badge-info-text);}
|
|
4211
4235
|
.i-text-\\$color-badge-negative-text{color:var(--w-color-badge-negative-text);}
|
|
4212
4236
|
.i-text-\\$color-badge-neutral-text{color:var(--w-color-badge-neutral-text);}
|
|
4237
|
+
.i-text-\\$color-badge-notification-text{color:var(--w-color-badge-notification-text);}
|
|
4213
4238
|
.i-text-\\$color-badge-positive-text{color:var(--w-color-badge-positive-text);}
|
|
4214
4239
|
.i-text-\\$color-badge-price-text{color:var(--w-color-badge-price-text);}
|
|
4215
4240
|
.i-text-\\$color-badge-warning-text{color:var(--w-color-badge-warning-text);}
|
|
@@ -4429,6 +4454,7 @@ $(mr, "styles", A`
|
|
|
4429
4454
|
.h-44{height:4.4rem;}
|
|
4430
4455
|
.h-6{height:0.6rem;}
|
|
4431
4456
|
.h-8{height:0.8rem;}
|
|
4457
|
+
.max-w-full{max-width:100%;}
|
|
4432
4458
|
.max-w-max{max-width:max-content;}
|
|
4433
4459
|
.min-h-32{min-height:3.2rem;}
|
|
4434
4460
|
.min-w-16{min-width:1.6rem;}
|
|
@@ -4645,6 +4671,7 @@ $(kr, "styles", A`
|
|
|
4645
4671
|
.\\[--w-modal-max-height\\:80\\%\\]{--w-modal-max-height:80%;}
|
|
4646
4672
|
.\\[--w-modal-width\\:640px\\]{--w-modal-width:640px;}
|
|
4647
4673
|
.focus\\:\\[--w-outline-offset\\:-2px\\]:focus{--w-outline-offset:-2px;}
|
|
4674
|
+
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
4648
4675
|
.peer:checked~.peer-checked\\:before\\:bg-center::before{background-position:center;}
|
|
4649
4676
|
.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
4650
4677
|
.before\\:bg-\\[url\\(var\\(--w-form-check-mark\\)\\)\\]::before{background-image:var(--w-form-check-mark);}
|
|
@@ -4790,6 +4817,7 @@ $(kr, "styles", A`
|
|
|
4790
4817
|
.i-bg-\\$color-badge-info-background{background-color:var(--w-color-badge-info-background);}
|
|
4791
4818
|
.i-bg-\\$color-badge-negative-background{background-color:var(--w-color-badge-negative-background);}
|
|
4792
4819
|
.i-bg-\\$color-badge-neutral-background{background-color:var(--w-color-badge-neutral-background);}
|
|
4820
|
+
.i-bg-\\$color-badge-notification-background{background-color:var(--w-color-badge-notification-background);}
|
|
4793
4821
|
.i-bg-\\$color-badge-positive-background{background-color:var(--w-color-badge-positive-background);}
|
|
4794
4822
|
.i-bg-\\$color-badge-price-background{background-color:var(--w-color-badge-price-background);}
|
|
4795
4823
|
.i-bg-\\$color-badge-warning-background{background-color:var(--w-color-badge-warning-background);}
|
|
@@ -4893,6 +4921,7 @@ $(kr, "styles", A`
|
|
|
4893
4921
|
.i-text-\\$color-badge-info-text{color:var(--w-color-badge-info-text);}
|
|
4894
4922
|
.i-text-\\$color-badge-negative-text{color:var(--w-color-badge-negative-text);}
|
|
4895
4923
|
.i-text-\\$color-badge-neutral-text{color:var(--w-color-badge-neutral-text);}
|
|
4924
|
+
.i-text-\\$color-badge-notification-text{color:var(--w-color-badge-notification-text);}
|
|
4896
4925
|
.i-text-\\$color-badge-positive-text{color:var(--w-color-badge-positive-text);}
|
|
4897
4926
|
.i-text-\\$color-badge-price-text{color:var(--w-color-badge-price-text);}
|
|
4898
4927
|
.i-text-\\$color-badge-warning-text{color:var(--w-color-badge-warning-text);}
|
|
@@ -5112,6 +5141,7 @@ $(kr, "styles", A`
|
|
|
5112
5141
|
.h-44{height:4.4rem;}
|
|
5113
5142
|
.h-6{height:0.6rem;}
|
|
5114
5143
|
.h-8{height:0.8rem;}
|
|
5144
|
+
.max-w-full{max-width:100%;}
|
|
5115
5145
|
.max-w-max{max-width:max-content;}
|
|
5116
5146
|
.min-h-32{min-height:3.2rem;}
|
|
5117
5147
|
.min-w-16{min-width:1.6rem;}
|
|
@@ -5290,7 +5320,7 @@ const Re = (r) => {
|
|
|
5290
5320
|
r.style.height = "auto", r.style.overflow = null, o && o();
|
|
5291
5321
|
}, qt = (r) => () => {
|
|
5292
5322
|
r && r();
|
|
5293
|
-
},
|
|
5323
|
+
}, Be = (r, o) => {
|
|
5294
5324
|
const e = (() => {
|
|
5295
5325
|
if (!o)
|
|
5296
5326
|
return new Promise((c) => {
|
|
@@ -5303,7 +5333,7 @@ const Re = (r) => {
|
|
|
5303
5333
|
r.addEventListener("transitionend", t, { once: !0 }), r.style.height = "0px", r.style.transitionTimingFunction = "ease-out", Pe(r), requestAnimationFrame(() => r.style.height = a + "px");
|
|
5304
5334
|
}), e)
|
|
5305
5335
|
return e;
|
|
5306
|
-
},
|
|
5336
|
+
}, De = (r, o) => {
|
|
5307
5337
|
const e = (() => {
|
|
5308
5338
|
if (!o)
|
|
5309
5339
|
return new Promise((c) => {
|
|
@@ -5411,7 +5441,7 @@ class fr extends X {
|
|
|
5411
5441
|
super.disconnectedCallback();
|
|
5412
5442
|
}
|
|
5413
5443
|
updated() {
|
|
5414
|
-
!this._expanded && this._wrapper &&
|
|
5444
|
+
!this._expanded && this._wrapper && Be(this._wrapper, () => this._expanded = !0);
|
|
5415
5445
|
}
|
|
5416
5446
|
get _primaryClasses() {
|
|
5417
5447
|
return ae({
|
|
@@ -5453,7 +5483,7 @@ class fr extends X {
|
|
|
5453
5483
|
}
|
|
5454
5484
|
async collapse() {
|
|
5455
5485
|
return new Promise((o) => {
|
|
5456
|
-
this._expanded && this._wrapper ?
|
|
5486
|
+
this._expanded && this._wrapper ? De(this._wrapper, o) : o();
|
|
5457
5487
|
});
|
|
5458
5488
|
}
|
|
5459
5489
|
close() {
|
|
@@ -5499,6 +5529,7 @@ $(fr, "styles", [
|
|
|
5499
5529
|
.\\[--w-modal-max-height\\:80\\%\\]{--w-modal-max-height:80%;}
|
|
5500
5530
|
.\\[--w-modal-width\\:640px\\]{--w-modal-width:640px;}
|
|
5501
5531
|
.focus\\:\\[--w-outline-offset\\:-2px\\]:focus{--w-outline-offset:-2px;}
|
|
5532
|
+
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
5502
5533
|
.peer:checked~.peer-checked\\:before\\:bg-center::before{background-position:center;}
|
|
5503
5534
|
.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
5504
5535
|
.before\\:bg-\\[url\\(var\\(--w-form-check-mark\\)\\)\\]::before{background-image:var(--w-form-check-mark);}
|
|
@@ -5644,6 +5675,7 @@ $(fr, "styles", [
|
|
|
5644
5675
|
.i-bg-\\$color-badge-info-background{background-color:var(--w-color-badge-info-background);}
|
|
5645
5676
|
.i-bg-\\$color-badge-negative-background{background-color:var(--w-color-badge-negative-background);}
|
|
5646
5677
|
.i-bg-\\$color-badge-neutral-background{background-color:var(--w-color-badge-neutral-background);}
|
|
5678
|
+
.i-bg-\\$color-badge-notification-background{background-color:var(--w-color-badge-notification-background);}
|
|
5647
5679
|
.i-bg-\\$color-badge-positive-background{background-color:var(--w-color-badge-positive-background);}
|
|
5648
5680
|
.i-bg-\\$color-badge-price-background{background-color:var(--w-color-badge-price-background);}
|
|
5649
5681
|
.i-bg-\\$color-badge-warning-background{background-color:var(--w-color-badge-warning-background);}
|
|
@@ -5747,6 +5779,7 @@ $(fr, "styles", [
|
|
|
5747
5779
|
.i-text-\\$color-badge-info-text{color:var(--w-color-badge-info-text);}
|
|
5748
5780
|
.i-text-\\$color-badge-negative-text{color:var(--w-color-badge-negative-text);}
|
|
5749
5781
|
.i-text-\\$color-badge-neutral-text{color:var(--w-color-badge-neutral-text);}
|
|
5782
|
+
.i-text-\\$color-badge-notification-text{color:var(--w-color-badge-notification-text);}
|
|
5750
5783
|
.i-text-\\$color-badge-positive-text{color:var(--w-color-badge-positive-text);}
|
|
5751
5784
|
.i-text-\\$color-badge-price-text{color:var(--w-color-badge-price-text);}
|
|
5752
5785
|
.i-text-\\$color-badge-warning-text{color:var(--w-color-badge-warning-text);}
|
|
@@ -5966,6 +5999,7 @@ $(fr, "styles", [
|
|
|
5966
5999
|
.h-44{height:4.4rem;}
|
|
5967
6000
|
.h-6{height:0.6rem;}
|
|
5968
6001
|
.h-8{height:0.8rem;}
|
|
6002
|
+
.max-w-full{max-width:100%;}
|
|
5969
6003
|
.max-w-max{max-width:max-content;}
|
|
5970
6004
|
.min-h-32{min-height:3.2rem;}
|
|
5971
6005
|
.min-w-16{min-width:1.6rem;}
|
|
@@ -6357,6 +6391,7 @@ $($r, "styles", [
|
|
|
6357
6391
|
.\\[--w-modal-max-height\\:80\\%\\]{--w-modal-max-height:80%;}
|
|
6358
6392
|
.\\[--w-modal-width\\:640px\\]{--w-modal-width:640px;}
|
|
6359
6393
|
.focus\\:\\[--w-outline-offset\\:-2px\\]:focus{--w-outline-offset:-2px;}
|
|
6394
|
+
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
6360
6395
|
.peer:checked~.peer-checked\\:before\\:bg-center::before{background-position:center;}
|
|
6361
6396
|
.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
6362
6397
|
.before\\:bg-\\[url\\(var\\(--w-form-check-mark\\)\\)\\]::before{background-image:var(--w-form-check-mark);}
|
|
@@ -6502,6 +6537,7 @@ $($r, "styles", [
|
|
|
6502
6537
|
.i-bg-\\$color-badge-info-background{background-color:var(--w-color-badge-info-background);}
|
|
6503
6538
|
.i-bg-\\$color-badge-negative-background{background-color:var(--w-color-badge-negative-background);}
|
|
6504
6539
|
.i-bg-\\$color-badge-neutral-background{background-color:var(--w-color-badge-neutral-background);}
|
|
6540
|
+
.i-bg-\\$color-badge-notification-background{background-color:var(--w-color-badge-notification-background);}
|
|
6505
6541
|
.i-bg-\\$color-badge-positive-background{background-color:var(--w-color-badge-positive-background);}
|
|
6506
6542
|
.i-bg-\\$color-badge-price-background{background-color:var(--w-color-badge-price-background);}
|
|
6507
6543
|
.i-bg-\\$color-badge-warning-background{background-color:var(--w-color-badge-warning-background);}
|
|
@@ -6605,6 +6641,7 @@ $($r, "styles", [
|
|
|
6605
6641
|
.i-text-\\$color-badge-info-text{color:var(--w-color-badge-info-text);}
|
|
6606
6642
|
.i-text-\\$color-badge-negative-text{color:var(--w-color-badge-negative-text);}
|
|
6607
6643
|
.i-text-\\$color-badge-neutral-text{color:var(--w-color-badge-neutral-text);}
|
|
6644
|
+
.i-text-\\$color-badge-notification-text{color:var(--w-color-badge-notification-text);}
|
|
6608
6645
|
.i-text-\\$color-badge-positive-text{color:var(--w-color-badge-positive-text);}
|
|
6609
6646
|
.i-text-\\$color-badge-price-text{color:var(--w-color-badge-price-text);}
|
|
6610
6647
|
.i-text-\\$color-badge-warning-text{color:var(--w-color-badge-warning-text);}
|
|
@@ -6824,6 +6861,7 @@ $($r, "styles", [
|
|
|
6824
6861
|
.h-44{height:4.4rem;}
|
|
6825
6862
|
.h-6{height:0.6rem;}
|
|
6826
6863
|
.h-8{height:0.8rem;}
|
|
6864
|
+
.max-w-full{max-width:100%;}
|
|
6827
6865
|
.max-w-max{max-width:max-content;}
|
|
6828
6866
|
.min-h-32{min-height:3.2rem;}
|
|
6829
6867
|
.min-w-16{min-width:1.6rem;}
|
|
@@ -7092,6 +7130,7 @@ $(yr, "properties", {
|
|
|
7092
7130
|
.\\[--w-modal-max-height\\:80\\%\\]{--w-modal-max-height:80%;}
|
|
7093
7131
|
.\\[--w-modal-width\\:640px\\]{--w-modal-width:640px;}
|
|
7094
7132
|
.focus\\:\\[--w-outline-offset\\:-2px\\]:focus{--w-outline-offset:-2px;}
|
|
7133
|
+
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
7095
7134
|
.peer:checked~.peer-checked\\:before\\:bg-center::before{background-position:center;}
|
|
7096
7135
|
.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
7097
7136
|
.before\\:bg-\\[url\\(var\\(--w-form-check-mark\\)\\)\\]::before{background-image:var(--w-form-check-mark);}
|
|
@@ -7237,6 +7276,7 @@ $(yr, "properties", {
|
|
|
7237
7276
|
.i-bg-\\$color-badge-info-background{background-color:var(--w-color-badge-info-background);}
|
|
7238
7277
|
.i-bg-\\$color-badge-negative-background{background-color:var(--w-color-badge-negative-background);}
|
|
7239
7278
|
.i-bg-\\$color-badge-neutral-background{background-color:var(--w-color-badge-neutral-background);}
|
|
7279
|
+
.i-bg-\\$color-badge-notification-background{background-color:var(--w-color-badge-notification-background);}
|
|
7240
7280
|
.i-bg-\\$color-badge-positive-background{background-color:var(--w-color-badge-positive-background);}
|
|
7241
7281
|
.i-bg-\\$color-badge-price-background{background-color:var(--w-color-badge-price-background);}
|
|
7242
7282
|
.i-bg-\\$color-badge-warning-background{background-color:var(--w-color-badge-warning-background);}
|
|
@@ -7340,6 +7380,7 @@ $(yr, "properties", {
|
|
|
7340
7380
|
.i-text-\\$color-badge-info-text{color:var(--w-color-badge-info-text);}
|
|
7341
7381
|
.i-text-\\$color-badge-negative-text{color:var(--w-color-badge-negative-text);}
|
|
7342
7382
|
.i-text-\\$color-badge-neutral-text{color:var(--w-color-badge-neutral-text);}
|
|
7383
|
+
.i-text-\\$color-badge-notification-text{color:var(--w-color-badge-notification-text);}
|
|
7343
7384
|
.i-text-\\$color-badge-positive-text{color:var(--w-color-badge-positive-text);}
|
|
7344
7385
|
.i-text-\\$color-badge-price-text{color:var(--w-color-badge-price-text);}
|
|
7345
7386
|
.i-text-\\$color-badge-warning-text{color:var(--w-color-badge-warning-text);}
|
|
@@ -7559,6 +7600,7 @@ $(yr, "properties", {
|
|
|
7559
7600
|
.h-44{height:4.4rem;}
|
|
7560
7601
|
.h-6{height:0.6rem;}
|
|
7561
7602
|
.h-8{height:0.8rem;}
|
|
7603
|
+
.max-w-full{max-width:100%;}
|
|
7562
7604
|
.max-w-max{max-width:max-content;}
|
|
7563
7605
|
.min-h-32{min-height:3.2rem;}
|
|
7564
7606
|
.min-w-16{min-width:1.6rem;}
|
|
@@ -7785,9 +7827,9 @@ async function Ie(r, o) {
|
|
|
7785
7827
|
const { x: t, y: a, platform: c, rects: i, elements: l, strategy: d } = r, { boundary: n = "clippingAncestors", rootBoundary: s = "viewport", elementContext: b = "floating", altBoundary: g = !1, padding: w = 0 } = o, x = Oe(w), m = l[g ? b === "floating" ? "reference" : "floating" : b], y = Ho(await c.getClippingRect({ element: (e = await (c.isElement == null ? void 0 : c.isElement(m))) == null || e ? m : m.contextElement || await (c.getDocumentElement == null ? void 0 : c.getDocumentElement(l.floating)), boundary: n, rootBoundary: s, strategy: d })), Y = Ho(c.convertOffsetParentRelativeRectToViewportRelativeRect ? await c.convertOffsetParentRelativeRectToViewportRelativeRect({ rect: b === "floating" ? { ...i.floating, x: t, y: a } : i.reference, offsetParent: await (c.getOffsetParent == null ? void 0 : c.getOffsetParent(l.floating)), strategy: d }) : i[b]);
|
|
7786
7828
|
return { top: y.top - Y.top + x.top, bottom: Y.bottom - y.bottom + x.bottom, left: y.left - Y.left + x.left, right: Y.right - y.right + x.right };
|
|
7787
7829
|
}
|
|
7788
|
-
const
|
|
7830
|
+
const Bt = Math.min, Dt = Math.max;
|
|
7789
7831
|
function zr(r, o, e) {
|
|
7790
|
-
return
|
|
7832
|
+
return Dt(r, Bt(o, e));
|
|
7791
7833
|
}
|
|
7792
7834
|
const Nt = (r) => ({ name: "arrow", options: r, async fn(o) {
|
|
7793
7835
|
const { element: e, padding: t = 0 } = r ?? {}, { x: a, y: c, placement: i, rects: l, platform: d } = o;
|
|
@@ -7835,8 +7877,8 @@ const Qt = function(r) {
|
|
|
7835
7877
|
switch (g) {
|
|
7836
7878
|
case "bestFit": {
|
|
7837
7879
|
var po;
|
|
7838
|
-
const
|
|
7839
|
-
|
|
7880
|
+
const Dr = (po = Z.map((Lo) => [Lo, Lo.overflows.filter((wo) => wo > 0).reduce((wo, Ke) => wo + Ke, 0)]).sort((Lo, wo) => Lo[1] - wo[1])[0]) == null ? void 0 : po[0].placement;
|
|
7881
|
+
Dr && (lo = Dr);
|
|
7840
7882
|
break;
|
|
7841
7883
|
}
|
|
7842
7884
|
case "initialPlacement":
|
|
@@ -7901,13 +7943,13 @@ function Ue() {
|
|
|
7901
7943
|
const r = navigator.userAgentData;
|
|
7902
7944
|
return r != null && r.brands ? r.brands.map((o) => o.brand + "/" + o.version).join(" ") : navigator.userAgent;
|
|
7903
7945
|
}
|
|
7904
|
-
function
|
|
7946
|
+
function D(r) {
|
|
7905
7947
|
return r instanceof Q(r).HTMLElement;
|
|
7906
7948
|
}
|
|
7907
7949
|
function ho(r) {
|
|
7908
7950
|
return r instanceof Q(r).Element;
|
|
7909
7951
|
}
|
|
7910
|
-
function
|
|
7952
|
+
function Br(r) {
|
|
7911
7953
|
return typeof ShadowRoot > "u" ? !1 : r instanceof Q(r).ShadowRoot || r instanceof ShadowRoot;
|
|
7912
7954
|
}
|
|
7913
7955
|
function er(r) {
|
|
@@ -7930,7 +7972,7 @@ function to(r, o, e) {
|
|
|
7930
7972
|
o === void 0 && (o = !1), e === void 0 && (e = !1);
|
|
7931
7973
|
const l = r.getBoundingClientRect();
|
|
7932
7974
|
let d = 1, n = 1;
|
|
7933
|
-
o &&
|
|
7975
|
+
o && D(r) && (d = r.offsetWidth > 0 && Qo(l.width) / r.offsetWidth || 1, n = r.offsetHeight > 0 && Qo(l.height) / r.offsetHeight || 1);
|
|
7934
7976
|
const s = ho(r) ? Q(r) : window, b = !Qe() && e, g = (l.left + (b && (t = (a = s.visualViewport) == null ? void 0 : a.offsetLeft) != null ? t : 0)) / d, w = (l.top + (b && (c = (i = s.visualViewport) == null ? void 0 : i.offsetTop) != null ? c : 0)) / n, x = l.width / d, m = l.height / n;
|
|
7935
7977
|
return { width: x, height: m, top: w, right: g + x, bottom: w + m, left: g, x: g, y: w };
|
|
7936
7978
|
}
|
|
@@ -7945,14 +7987,14 @@ function Ve(r) {
|
|
|
7945
7987
|
return to(W(r)).left + tr(r).scrollLeft;
|
|
7946
7988
|
}
|
|
7947
7989
|
function Jt(r, o, e) {
|
|
7948
|
-
const t =
|
|
7990
|
+
const t = D(o), a = W(o), c = to(r, t && function(d) {
|
|
7949
7991
|
const n = to(d);
|
|
7950
7992
|
return Qo(n.width) !== d.offsetWidth || Qo(n.height) !== d.offsetHeight;
|
|
7951
7993
|
}(o), e === "fixed");
|
|
7952
7994
|
let i = { scrollLeft: 0, scrollTop: 0 };
|
|
7953
7995
|
const l = { x: 0, y: 0 };
|
|
7954
7996
|
if (t || !t && e !== "fixed")
|
|
7955
|
-
if ((H(o) !== "body" || er(a)) && (i = tr(o)),
|
|
7997
|
+
if ((H(o) !== "body" || er(a)) && (i = tr(o)), D(o)) {
|
|
7956
7998
|
const d = to(o, !0);
|
|
7957
7999
|
l.x = d.x + o.clientLeft, l.y = d.y + o.clientTop;
|
|
7958
8000
|
} else
|
|
@@ -7960,10 +8002,10 @@ function Jt(r, o, e) {
|
|
|
7960
8002
|
return { x: c.left + i.scrollLeft - l.x, y: c.top + i.scrollTop - l.y, width: c.width, height: c.height };
|
|
7961
8003
|
}
|
|
7962
8004
|
function Fe(r) {
|
|
7963
|
-
return H(r) === "html" ? r : r.assignedSlot || r.parentNode || (
|
|
8005
|
+
return H(r) === "html" ? r : r.assignedSlot || r.parentNode || (Br(r) ? r.host : null) || W(r);
|
|
7964
8006
|
}
|
|
7965
8007
|
function se(r) {
|
|
7966
|
-
return
|
|
8008
|
+
return D(r) && getComputedStyle(r).position !== "fixed" ? r.offsetParent : null;
|
|
7967
8009
|
}
|
|
7968
8010
|
function _r(r) {
|
|
7969
8011
|
const o = Q(r);
|
|
@@ -7972,7 +8014,7 @@ function _r(r) {
|
|
|
7972
8014
|
e = se(e);
|
|
7973
8015
|
return e && (H(e) === "html" || H(e) === "body" && getComputedStyle(e).position === "static" && !ne(e)) ? o : e || function(t) {
|
|
7974
8016
|
let a = Fe(t);
|
|
7975
|
-
for (
|
|
8017
|
+
for (Br(a) && (a = a.host); D(a) && !["html", "body"].includes(H(a)); ) {
|
|
7976
8018
|
if (ne(a))
|
|
7977
8019
|
return a;
|
|
7978
8020
|
a = a.parentNode;
|
|
@@ -7981,14 +8023,14 @@ function _r(r) {
|
|
|
7981
8023
|
}(r) || o;
|
|
7982
8024
|
}
|
|
7983
8025
|
function ge(r) {
|
|
7984
|
-
if (
|
|
8026
|
+
if (D(r))
|
|
7985
8027
|
return { width: r.offsetWidth, height: r.offsetHeight };
|
|
7986
8028
|
const o = to(r);
|
|
7987
8029
|
return { width: o.width, height: o.height };
|
|
7988
8030
|
}
|
|
7989
8031
|
function We(r) {
|
|
7990
8032
|
const o = Fe(r);
|
|
7991
|
-
return ["html", "body", "#document"].includes(H(o)) ? r.ownerDocument.body :
|
|
8033
|
+
return ["html", "body", "#document"].includes(H(o)) ? r.ownerDocument.body : D(o) && er(o) ? o : We(o);
|
|
7992
8034
|
}
|
|
7993
8035
|
function Ge(r, o) {
|
|
7994
8036
|
var e;
|
|
@@ -8018,12 +8060,12 @@ function ue(r, o, e) {
|
|
|
8018
8060
|
}(W(r)));
|
|
8019
8061
|
}
|
|
8020
8062
|
function Kt(r) {
|
|
8021
|
-
const o = Ge(r), e = ["absolute", "fixed"].includes(Co(r).position) &&
|
|
8063
|
+
const o = Ge(r), e = ["absolute", "fixed"].includes(Co(r).position) && D(r) ? _r(r) : r;
|
|
8022
8064
|
return ho(e) ? o.filter((t) => ho(t) && function(a, c) {
|
|
8023
8065
|
const i = c.getRootNode == null ? void 0 : c.getRootNode();
|
|
8024
8066
|
if (a.contains(c))
|
|
8025
8067
|
return !0;
|
|
8026
|
-
if (i &&
|
|
8068
|
+
if (i && Br(i)) {
|
|
8027
8069
|
let l = c;
|
|
8028
8070
|
do {
|
|
8029
8071
|
if (l && a === l)
|
|
@@ -8043,12 +8085,12 @@ const oa = { getClippingRect: function(r) {
|
|
|
8043
8085
|
return { width: l.right - l.left, height: l.bottom - l.top, x: l.left, y: l.top };
|
|
8044
8086
|
}, convertOffsetParentRelativeRectToViewportRelativeRect: function(r) {
|
|
8045
8087
|
let { rect: o, offsetParent: e, strategy: t } = r;
|
|
8046
|
-
const a =
|
|
8088
|
+
const a = D(e), c = W(e);
|
|
8047
8089
|
if (e === c)
|
|
8048
8090
|
return o;
|
|
8049
8091
|
let i = { scrollLeft: 0, scrollTop: 0 };
|
|
8050
8092
|
const l = { x: 0, y: 0 };
|
|
8051
|
-
if ((a || !a && t !== "fixed") && ((H(e) !== "body" || er(c)) && (i = tr(e)),
|
|
8093
|
+
if ((a || !a && t !== "fixed") && ((H(e) !== "body" || er(c)) && (i = tr(e)), D(e))) {
|
|
8052
8094
|
const d = to(e, !0);
|
|
8053
8095
|
l.x = d.x + e.clientLeft, l.y = d.y + e.clientTop;
|
|
8054
8096
|
}
|
|
@@ -8244,6 +8286,7 @@ $(qr, "properties", {
|
|
|
8244
8286
|
.\\[--w-modal-max-height\\:80\\%\\]{--w-modal-max-height:80%;}
|
|
8245
8287
|
.\\[--w-modal-width\\:640px\\]{--w-modal-width:640px;}
|
|
8246
8288
|
.focus\\:\\[--w-outline-offset\\:-2px\\]:focus{--w-outline-offset:-2px;}
|
|
8289
|
+
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
8247
8290
|
.peer:checked~.peer-checked\\:before\\:bg-center::before{background-position:center;}
|
|
8248
8291
|
.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
8249
8292
|
.before\\:bg-\\[url\\(var\\(--w-form-check-mark\\)\\)\\]::before{background-image:var(--w-form-check-mark);}
|
|
@@ -8389,6 +8432,7 @@ $(qr, "properties", {
|
|
|
8389
8432
|
.i-bg-\\$color-badge-info-background{background-color:var(--w-color-badge-info-background);}
|
|
8390
8433
|
.i-bg-\\$color-badge-negative-background{background-color:var(--w-color-badge-negative-background);}
|
|
8391
8434
|
.i-bg-\\$color-badge-neutral-background{background-color:var(--w-color-badge-neutral-background);}
|
|
8435
|
+
.i-bg-\\$color-badge-notification-background{background-color:var(--w-color-badge-notification-background);}
|
|
8392
8436
|
.i-bg-\\$color-badge-positive-background{background-color:var(--w-color-badge-positive-background);}
|
|
8393
8437
|
.i-bg-\\$color-badge-price-background{background-color:var(--w-color-badge-price-background);}
|
|
8394
8438
|
.i-bg-\\$color-badge-warning-background{background-color:var(--w-color-badge-warning-background);}
|
|
@@ -8492,6 +8536,7 @@ $(qr, "properties", {
|
|
|
8492
8536
|
.i-text-\\$color-badge-info-text{color:var(--w-color-badge-info-text);}
|
|
8493
8537
|
.i-text-\\$color-badge-negative-text{color:var(--w-color-badge-negative-text);}
|
|
8494
8538
|
.i-text-\\$color-badge-neutral-text{color:var(--w-color-badge-neutral-text);}
|
|
8539
|
+
.i-text-\\$color-badge-notification-text{color:var(--w-color-badge-notification-text);}
|
|
8495
8540
|
.i-text-\\$color-badge-positive-text{color:var(--w-color-badge-positive-text);}
|
|
8496
8541
|
.i-text-\\$color-badge-price-text{color:var(--w-color-badge-price-text);}
|
|
8497
8542
|
.i-text-\\$color-badge-warning-text{color:var(--w-color-badge-warning-text);}
|
|
@@ -8711,6 +8756,7 @@ $(qr, "properties", {
|
|
|
8711
8756
|
.h-44{height:4.4rem;}
|
|
8712
8757
|
.h-6{height:0.6rem;}
|
|
8713
8758
|
.h-8{height:0.8rem;}
|
|
8759
|
+
.max-w-full{max-width:100%;}
|
|
8714
8760
|
.max-w-max{max-width:max-content;}
|
|
8715
8761
|
.min-h-32{min-height:3.2rem;}
|
|
8716
8762
|
.min-w-16{min-width:1.6rem;}
|
|
@@ -9019,6 +9065,7 @@ $(Xr, "styles", [
|
|
|
9019
9065
|
.\\[--w-modal-max-height\\:80\\%\\]{--w-modal-max-height:80%;}
|
|
9020
9066
|
.\\[--w-modal-width\\:640px\\]{--w-modal-width:640px;}
|
|
9021
9067
|
.focus\\:\\[--w-outline-offset\\:-2px\\]:focus{--w-outline-offset:-2px;}
|
|
9068
|
+
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
9022
9069
|
.peer:checked~.peer-checked\\:before\\:bg-center::before{background-position:center;}
|
|
9023
9070
|
.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
9024
9071
|
.before\\:bg-\\[url\\(var\\(--w-form-check-mark\\)\\)\\]::before{background-image:var(--w-form-check-mark);}
|
|
@@ -9164,6 +9211,7 @@ $(Xr, "styles", [
|
|
|
9164
9211
|
.i-bg-\\$color-badge-info-background{background-color:var(--w-color-badge-info-background);}
|
|
9165
9212
|
.i-bg-\\$color-badge-negative-background{background-color:var(--w-color-badge-negative-background);}
|
|
9166
9213
|
.i-bg-\\$color-badge-neutral-background{background-color:var(--w-color-badge-neutral-background);}
|
|
9214
|
+
.i-bg-\\$color-badge-notification-background{background-color:var(--w-color-badge-notification-background);}
|
|
9167
9215
|
.i-bg-\\$color-badge-positive-background{background-color:var(--w-color-badge-positive-background);}
|
|
9168
9216
|
.i-bg-\\$color-badge-price-background{background-color:var(--w-color-badge-price-background);}
|
|
9169
9217
|
.i-bg-\\$color-badge-warning-background{background-color:var(--w-color-badge-warning-background);}
|
|
@@ -9267,6 +9315,7 @@ $(Xr, "styles", [
|
|
|
9267
9315
|
.i-text-\\$color-badge-info-text{color:var(--w-color-badge-info-text);}
|
|
9268
9316
|
.i-text-\\$color-badge-negative-text{color:var(--w-color-badge-negative-text);}
|
|
9269
9317
|
.i-text-\\$color-badge-neutral-text{color:var(--w-color-badge-neutral-text);}
|
|
9318
|
+
.i-text-\\$color-badge-notification-text{color:var(--w-color-badge-notification-text);}
|
|
9270
9319
|
.i-text-\\$color-badge-positive-text{color:var(--w-color-badge-positive-text);}
|
|
9271
9320
|
.i-text-\\$color-badge-price-text{color:var(--w-color-badge-price-text);}
|
|
9272
9321
|
.i-text-\\$color-badge-warning-text{color:var(--w-color-badge-warning-text);}
|
|
@@ -9486,6 +9535,7 @@ $(Xr, "styles", [
|
|
|
9486
9535
|
.h-44{height:4.4rem;}
|
|
9487
9536
|
.h-6{height:0.6rem;}
|
|
9488
9537
|
.h-8{height:0.8rem;}
|
|
9538
|
+
.max-w-full{max-width:100%;}
|
|
9489
9539
|
.max-w-max{max-width:max-content;}
|
|
9490
9540
|
.min-h-32{min-height:3.2rem;}
|
|
9491
9541
|
.min-w-16{min-width:1.6rem;}
|
|
@@ -9762,6 +9812,7 @@ $(Yr, "styles", [
|
|
|
9762
9812
|
.\\[--w-modal-max-height\\:80\\%\\]{--w-modal-max-height:80%;}
|
|
9763
9813
|
.\\[--w-modal-width\\:640px\\]{--w-modal-width:640px;}
|
|
9764
9814
|
.focus\\:\\[--w-outline-offset\\:-2px\\]:focus{--w-outline-offset:-2px;}
|
|
9815
|
+
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
9765
9816
|
.peer:checked~.peer-checked\\:before\\:bg-center::before{background-position:center;}
|
|
9766
9817
|
.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
9767
9818
|
.before\\:bg-\\[url\\(var\\(--w-form-check-mark\\)\\)\\]::before{background-image:var(--w-form-check-mark);}
|
|
@@ -9907,6 +9958,7 @@ $(Yr, "styles", [
|
|
|
9907
9958
|
.i-bg-\\$color-badge-info-background{background-color:var(--w-color-badge-info-background);}
|
|
9908
9959
|
.i-bg-\\$color-badge-negative-background{background-color:var(--w-color-badge-negative-background);}
|
|
9909
9960
|
.i-bg-\\$color-badge-neutral-background{background-color:var(--w-color-badge-neutral-background);}
|
|
9961
|
+
.i-bg-\\$color-badge-notification-background{background-color:var(--w-color-badge-notification-background);}
|
|
9910
9962
|
.i-bg-\\$color-badge-positive-background{background-color:var(--w-color-badge-positive-background);}
|
|
9911
9963
|
.i-bg-\\$color-badge-price-background{background-color:var(--w-color-badge-price-background);}
|
|
9912
9964
|
.i-bg-\\$color-badge-warning-background{background-color:var(--w-color-badge-warning-background);}
|
|
@@ -10010,6 +10062,7 @@ $(Yr, "styles", [
|
|
|
10010
10062
|
.i-text-\\$color-badge-info-text{color:var(--w-color-badge-info-text);}
|
|
10011
10063
|
.i-text-\\$color-badge-negative-text{color:var(--w-color-badge-negative-text);}
|
|
10012
10064
|
.i-text-\\$color-badge-neutral-text{color:var(--w-color-badge-neutral-text);}
|
|
10065
|
+
.i-text-\\$color-badge-notification-text{color:var(--w-color-badge-notification-text);}
|
|
10013
10066
|
.i-text-\\$color-badge-positive-text{color:var(--w-color-badge-positive-text);}
|
|
10014
10067
|
.i-text-\\$color-badge-price-text{color:var(--w-color-badge-price-text);}
|
|
10015
10068
|
.i-text-\\$color-badge-warning-text{color:var(--w-color-badge-warning-text);}
|
|
@@ -10229,6 +10282,7 @@ $(Yr, "styles", [
|
|
|
10229
10282
|
.h-44{height:4.4rem;}
|
|
10230
10283
|
.h-6{height:0.6rem;}
|
|
10231
10284
|
.h-8{height:0.8rem;}
|
|
10285
|
+
.max-w-full{max-width:100%;}
|
|
10232
10286
|
.max-w-max{max-width:max-content;}
|
|
10233
10287
|
.min-h-32{min-height:3.2rem;}
|
|
10234
10288
|
.min-w-16{min-width:1.6rem;}
|
|
@@ -10503,6 +10557,7 @@ $(jr, "styles", A`
|
|
|
10503
10557
|
.\\[--w-modal-max-height\\:80\\%\\]{--w-modal-max-height:80%;}
|
|
10504
10558
|
.\\[--w-modal-width\\:640px\\]{--w-modal-width:640px;}
|
|
10505
10559
|
.focus\\:\\[--w-outline-offset\\:-2px\\]:focus{--w-outline-offset:-2px;}
|
|
10560
|
+
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
10506
10561
|
.peer:checked~.peer-checked\\:before\\:bg-center::before{background-position:center;}
|
|
10507
10562
|
.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
10508
10563
|
.before\\:bg-\\[url\\(var\\(--w-form-check-mark\\)\\)\\]::before{background-image:var(--w-form-check-mark);}
|
|
@@ -10648,6 +10703,7 @@ $(jr, "styles", A`
|
|
|
10648
10703
|
.i-bg-\\$color-badge-info-background{background-color:var(--w-color-badge-info-background);}
|
|
10649
10704
|
.i-bg-\\$color-badge-negative-background{background-color:var(--w-color-badge-negative-background);}
|
|
10650
10705
|
.i-bg-\\$color-badge-neutral-background{background-color:var(--w-color-badge-neutral-background);}
|
|
10706
|
+
.i-bg-\\$color-badge-notification-background{background-color:var(--w-color-badge-notification-background);}
|
|
10651
10707
|
.i-bg-\\$color-badge-positive-background{background-color:var(--w-color-badge-positive-background);}
|
|
10652
10708
|
.i-bg-\\$color-badge-price-background{background-color:var(--w-color-badge-price-background);}
|
|
10653
10709
|
.i-bg-\\$color-badge-warning-background{background-color:var(--w-color-badge-warning-background);}
|
|
@@ -10751,6 +10807,7 @@ $(jr, "styles", A`
|
|
|
10751
10807
|
.i-text-\\$color-badge-info-text{color:var(--w-color-badge-info-text);}
|
|
10752
10808
|
.i-text-\\$color-badge-negative-text{color:var(--w-color-badge-negative-text);}
|
|
10753
10809
|
.i-text-\\$color-badge-neutral-text{color:var(--w-color-badge-neutral-text);}
|
|
10810
|
+
.i-text-\\$color-badge-notification-text{color:var(--w-color-badge-notification-text);}
|
|
10754
10811
|
.i-text-\\$color-badge-positive-text{color:var(--w-color-badge-positive-text);}
|
|
10755
10812
|
.i-text-\\$color-badge-price-text{color:var(--w-color-badge-price-text);}
|
|
10756
10813
|
.i-text-\\$color-badge-warning-text{color:var(--w-color-badge-warning-text);}
|
|
@@ -10970,6 +11027,7 @@ $(jr, "styles", A`
|
|
|
10970
11027
|
.h-44{height:4.4rem;}
|
|
10971
11028
|
.h-6{height:0.6rem;}
|
|
10972
11029
|
.h-8{height:0.8rem;}
|
|
11030
|
+
.max-w-full{max-width:100%;}
|
|
10973
11031
|
.max-w-max{max-width:max-content;}
|
|
10974
11032
|
.min-h-32{min-height:3.2rem;}
|
|
10975
11033
|
.min-w-16{min-width:1.6rem;}
|
|
@@ -11153,7 +11211,7 @@ class Zr extends X {
|
|
|
11153
11211
|
this._mounted = !0;
|
|
11154
11212
|
return;
|
|
11155
11213
|
}
|
|
11156
|
-
this.show &&
|
|
11214
|
+
this.show && Be(this._wrapper), !this.show && !this._removeElement && De(this._wrapper, () => this._removeElement = !0);
|
|
11157
11215
|
}
|
|
11158
11216
|
}
|
|
11159
11217
|
get _wrapper() {
|
|
@@ -11192,6 +11250,7 @@ $(Zr, "properties", {
|
|
|
11192
11250
|
.\\[--w-modal-max-height\\:80\\%\\]{--w-modal-max-height:80%;}
|
|
11193
11251
|
.\\[--w-modal-width\\:640px\\]{--w-modal-width:640px;}
|
|
11194
11252
|
.focus\\:\\[--w-outline-offset\\:-2px\\]:focus{--w-outline-offset:-2px;}
|
|
11253
|
+
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
11195
11254
|
.peer:checked~.peer-checked\\:before\\:bg-center::before{background-position:center;}
|
|
11196
11255
|
.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
11197
11256
|
.before\\:bg-\\[url\\(var\\(--w-form-check-mark\\)\\)\\]::before{background-image:var(--w-form-check-mark);}
|
|
@@ -11337,6 +11396,7 @@ $(Zr, "properties", {
|
|
|
11337
11396
|
.i-bg-\\$color-badge-info-background{background-color:var(--w-color-badge-info-background);}
|
|
11338
11397
|
.i-bg-\\$color-badge-negative-background{background-color:var(--w-color-badge-negative-background);}
|
|
11339
11398
|
.i-bg-\\$color-badge-neutral-background{background-color:var(--w-color-badge-neutral-background);}
|
|
11399
|
+
.i-bg-\\$color-badge-notification-background{background-color:var(--w-color-badge-notification-background);}
|
|
11340
11400
|
.i-bg-\\$color-badge-positive-background{background-color:var(--w-color-badge-positive-background);}
|
|
11341
11401
|
.i-bg-\\$color-badge-price-background{background-color:var(--w-color-badge-price-background);}
|
|
11342
11402
|
.i-bg-\\$color-badge-warning-background{background-color:var(--w-color-badge-warning-background);}
|
|
@@ -11440,6 +11500,7 @@ $(Zr, "properties", {
|
|
|
11440
11500
|
.i-text-\\$color-badge-info-text{color:var(--w-color-badge-info-text);}
|
|
11441
11501
|
.i-text-\\$color-badge-negative-text{color:var(--w-color-badge-negative-text);}
|
|
11442
11502
|
.i-text-\\$color-badge-neutral-text{color:var(--w-color-badge-neutral-text);}
|
|
11503
|
+
.i-text-\\$color-badge-notification-text{color:var(--w-color-badge-notification-text);}
|
|
11443
11504
|
.i-text-\\$color-badge-positive-text{color:var(--w-color-badge-positive-text);}
|
|
11444
11505
|
.i-text-\\$color-badge-price-text{color:var(--w-color-badge-price-text);}
|
|
11445
11506
|
.i-text-\\$color-badge-warning-text{color:var(--w-color-badge-warning-text);}
|
|
@@ -11659,6 +11720,7 @@ $(Zr, "properties", {
|
|
|
11659
11720
|
.h-44{height:4.4rem;}
|
|
11660
11721
|
.h-6{height:0.6rem;}
|
|
11661
11722
|
.h-8{height:0.8rem;}
|
|
11723
|
+
.max-w-full{max-width:100%;}
|
|
11662
11724
|
.max-w-max{max-width:max-content;}
|
|
11663
11725
|
.min-h-32{min-height:3.2rem;}
|
|
11664
11726
|
.min-w-16{min-width:1.6rem;}
|
|
@@ -11858,6 +11920,7 @@ $(Sr, "properties", {
|
|
|
11858
11920
|
.\\[--w-modal-max-height\\:80\\%\\]{--w-modal-max-height:80%;}
|
|
11859
11921
|
.\\[--w-modal-width\\:640px\\]{--w-modal-width:640px;}
|
|
11860
11922
|
.focus\\:\\[--w-outline-offset\\:-2px\\]:focus{--w-outline-offset:-2px;}
|
|
11923
|
+
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
11861
11924
|
.peer:checked~.peer-checked\\:before\\:bg-center::before{background-position:center;}
|
|
11862
11925
|
.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
11863
11926
|
.before\\:bg-\\[url\\(var\\(--w-form-check-mark\\)\\)\\]::before{background-image:var(--w-form-check-mark);}
|
|
@@ -12003,6 +12066,7 @@ $(Sr, "properties", {
|
|
|
12003
12066
|
.i-bg-\\$color-badge-info-background{background-color:var(--w-color-badge-info-background);}
|
|
12004
12067
|
.i-bg-\\$color-badge-negative-background{background-color:var(--w-color-badge-negative-background);}
|
|
12005
12068
|
.i-bg-\\$color-badge-neutral-background{background-color:var(--w-color-badge-neutral-background);}
|
|
12069
|
+
.i-bg-\\$color-badge-notification-background{background-color:var(--w-color-badge-notification-background);}
|
|
12006
12070
|
.i-bg-\\$color-badge-positive-background{background-color:var(--w-color-badge-positive-background);}
|
|
12007
12071
|
.i-bg-\\$color-badge-price-background{background-color:var(--w-color-badge-price-background);}
|
|
12008
12072
|
.i-bg-\\$color-badge-warning-background{background-color:var(--w-color-badge-warning-background);}
|
|
@@ -12106,6 +12170,7 @@ $(Sr, "properties", {
|
|
|
12106
12170
|
.i-text-\\$color-badge-info-text{color:var(--w-color-badge-info-text);}
|
|
12107
12171
|
.i-text-\\$color-badge-negative-text{color:var(--w-color-badge-negative-text);}
|
|
12108
12172
|
.i-text-\\$color-badge-neutral-text{color:var(--w-color-badge-neutral-text);}
|
|
12173
|
+
.i-text-\\$color-badge-notification-text{color:var(--w-color-badge-notification-text);}
|
|
12109
12174
|
.i-text-\\$color-badge-positive-text{color:var(--w-color-badge-positive-text);}
|
|
12110
12175
|
.i-text-\\$color-badge-price-text{color:var(--w-color-badge-price-text);}
|
|
12111
12176
|
.i-text-\\$color-badge-warning-text{color:var(--w-color-badge-warning-text);}
|
|
@@ -12325,6 +12390,7 @@ $(Sr, "properties", {
|
|
|
12325
12390
|
.h-44{height:4.4rem;}
|
|
12326
12391
|
.h-6{height:0.6rem;}
|
|
12327
12392
|
.h-8{height:0.8rem;}
|
|
12393
|
+
.max-w-full{max-width:100%;}
|
|
12328
12394
|
.max-w-max{max-width:max-content;}
|
|
12329
12395
|
.min-h-32{min-height:3.2rem;}
|
|
12330
12396
|
.min-w-16{min-width:1.6rem;}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-ds/elements",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.1-next.
|
|
4
|
+
"version": "1.0.1-next.7",
|
|
5
5
|
"description": "Custom elements for Warp",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./dist/index.js",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"semantic-release-slack-bot": "^4.0.2",
|
|
65
65
|
"tap": "16.3.6",
|
|
66
66
|
"typescript": "5.1.3",
|
|
67
|
-
"unocss": "^0.
|
|
67
|
+
"unocss": "^0.56.0",
|
|
68
68
|
"vite": "4.3.9",
|
|
69
69
|
"vite-plugin-html": "3.2.0"
|
|
70
70
|
},
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"@fabric-ds/icons": "0.6.7",
|
|
73
73
|
"@open-wc/testing": "3.2.0",
|
|
74
74
|
"@warp-ds/core": "1.0.0",
|
|
75
|
-
"@warp-ds/uno": "^1.
|
|
76
|
-
"@warp-ds/css": "^1.0
|
|
75
|
+
"@warp-ds/uno": "^1.1.0",
|
|
76
|
+
"@warp-ds/css": "^1.1.0",
|
|
77
77
|
"glob": "8.1.0",
|
|
78
78
|
"html-format": "1.1.2",
|
|
79
79
|
"lit": "2.7.5"
|