@warp-ds/elements 1.0.0-alpha.23 → 1.0.0-alpha.24
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 +112 -52
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -350,16 +350,16 @@ N.reactiveElementVersions.length > 1 && W("multiple-versions", "Multiple version
|
|
|
350
350
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
351
351
|
*/
|
|
352
352
|
var gr, sr, ur, vr;
|
|
353
|
-
const
|
|
354
|
-
!
|
|
353
|
+
const j = window, h = (r) => {
|
|
354
|
+
!j.emitLitDebugLogEvents || j.dispatchEvent(new CustomEvent("lit-debug", {
|
|
355
355
|
detail: r
|
|
356
356
|
}));
|
|
357
357
|
};
|
|
358
358
|
let _t = 0, Do;
|
|
359
|
-
(gr =
|
|
360
|
-
o += r ? ` See https://lit.dev/msg/${r} for more information.` : "",
|
|
359
|
+
(gr = j.litIssuedWarnings) !== null && gr !== void 0 || (j.litIssuedWarnings = /* @__PURE__ */ new Set()), Do = (r, o) => {
|
|
360
|
+
o += r ? ` See https://lit.dev/msg/${r} for more information.` : "", j.litIssuedWarnings.has(o) || (console.warn(o), j.litIssuedWarnings.add(o));
|
|
361
361
|
}, Do("dev-mode", "Lit is in dev mode. Not recommended for production!");
|
|
362
|
-
const X = ((sr =
|
|
362
|
+
const X = ((sr = j.ShadyDOM) === null || sr === void 0 ? void 0 : sr.inUse) && ((ur = j.ShadyDOM) === null || ur === void 0 ? void 0 : ur.noPatch) === !0 ? j.ShadyDOM.wrap : (r) => r, go = j.trustedTypes, ge = go ? go.createPolicy("lit-html", {
|
|
363
363
|
createHTML: (r) => r
|
|
364
364
|
}) : void 0, qt = (r) => r, er = (r, o, e) => qt, Ct = (r) => {
|
|
365
365
|
if (ro !== er)
|
|
@@ -805,10 +805,10 @@ const Rt = {
|
|
|
805
805
|
_EventPart: Fe,
|
|
806
806
|
_PropertyPart: De,
|
|
807
807
|
_ElementPart: He
|
|
808
|
-
}, xr =
|
|
808
|
+
}, xr = j.litHtmlPolyfillSupportDevMode;
|
|
809
809
|
xr == null || xr(_o, vo);
|
|
810
|
-
((vr =
|
|
811
|
-
|
|
810
|
+
((vr = j.litHtmlVersions) !== null && vr !== void 0 ? vr : j.litHtmlVersions = []).push("2.7.2");
|
|
811
|
+
j.litHtmlVersions.length > 1 && Do("multiple-versions", "Multiple versions of Lit loaded. Loading multiple versions is not recommended.");
|
|
812
812
|
const Ro = (r, o, e) => {
|
|
813
813
|
var t, a;
|
|
814
814
|
if (o == null)
|
|
@@ -944,7 +944,7 @@ const V = {
|
|
|
944
944
|
iconLoading: "animate-bounce",
|
|
945
945
|
content: "self-center mr-8 py-4 last-child:mb-0",
|
|
946
946
|
close: "ml-auto p-[8px]"
|
|
947
|
-
}, Ot = "focus:outline-none appearance-none cursor-pointer bg-transparent border-0 m-0 p-0 inline-block",
|
|
947
|
+
}, Ot = "focus:outline-none appearance-none cursor-pointer bg-transparent border-0 m-0 p-0 inline-block", S = {
|
|
948
948
|
expandable: "will-change-height",
|
|
949
949
|
expandableTitle: "font-bold i-text-$color-expandable-title-text",
|
|
950
950
|
expandableBox: "i-bg-$color-expandable-background hover:i-bg-$color-expandable-background-hover py-0 px-0 " + B.box,
|
|
@@ -960,7 +960,7 @@ const V = {
|
|
|
960
960
|
paddingTop: "pt-0",
|
|
961
961
|
title: "flex justify-between items-center",
|
|
962
962
|
titleType: "h4"
|
|
963
|
-
},
|
|
963
|
+
}, Y = {
|
|
964
964
|
buttonSecondary: "py-10 px-14 border-2 font-bold rounded-8 leading-24 max-w-max focusable justify-center transition-colors ease-in-out 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",
|
|
965
965
|
buttonPrimary: "py-12 px-16 border-0 font-bold rounded-8 leading-24 max-w-max focusable justify-center transition-colors ease-in-out 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",
|
|
966
966
|
buttonFlat: "py-12 px-16 border-0! font-bold rounded-8 leading-24 max-w-max focusable justify-center transition-colors ease-in-out i-bg-$color-button-quiet-background! i-text-$color-button-quiet-text! hover:i-bg-$color-button-quiet-background-hover! active:i-bg-$color-button-quiet-background-active!",
|
|
@@ -1159,7 +1159,7 @@ x(Zr, "properties", {
|
|
|
1159
1159
|
}), x(Zr, "styles", C`
|
|
1160
1160
|
/* layer: preflights */
|
|
1161
1161
|
*,::before,::after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0;}
|
|
1162
|
-
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button
|
|
1162
|
+
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{min-width:0;border:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
|
1163
1163
|
/* layer: shortcuts */
|
|
1164
1164
|
.h4{font-weight:700;font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);}
|
|
1165
1165
|
@media (min-width: 480px){
|
|
@@ -1490,8 +1490,12 @@ x(Zr, "properties", {
|
|
|
1490
1490
|
.i-border-\\$color-alert-positive-subtle-border{border-color:var(--w-color-alert-positive-subtle-border);}
|
|
1491
1491
|
.i-border-\\$color-alert-warning-subtle-border{border-color:var(--w-color-alert-warning-subtle-border);}
|
|
1492
1492
|
.i-border-\\$color-badge-disabled-background{border-color:var(--w-color-badge-disabled-background);}
|
|
1493
|
+
.i-border-\\$color-badge-info-background{border-color:var(--w-color-badge-info-background);}
|
|
1494
|
+
.i-border-\\$color-badge-negative-background{border-color:var(--w-color-badge-negative-background);}
|
|
1493
1495
|
.i-border-\\$color-badge-neutral-background{border-color:var(--w-color-badge-neutral-background);}
|
|
1496
|
+
.i-border-\\$color-badge-positive-background{border-color:var(--w-color-badge-positive-background);}
|
|
1494
1497
|
.i-border-\\$color-badge-price-background{border-color:var(--w-color-badge-price-background);}
|
|
1498
|
+
.i-border-\\$color-badge-warning-background{border-color:var(--w-color-badge-warning-background);}
|
|
1495
1499
|
.i-border-\\$color-box-bordered-border{border-color:var(--w-color-box-bordered-border);}
|
|
1496
1500
|
.i-border-\\$color-button-secondary-border{border-color:var(--w-color-button-secondary-border);}
|
|
1497
1501
|
.i-border-\\$color-button-utility-border{border-color:var(--w-color-button-utility-border);}
|
|
@@ -1923,19 +1927,19 @@ ${_r.join(
|
|
|
1923
1927
|
const o = this.variant === "primary", e = this.variant === "secondary", t = this.variant === "negative", a = this.variant === "utility", c = this.variant === "pill", i = this.variant === "link";
|
|
1924
1928
|
return qo(
|
|
1925
1929
|
{
|
|
1926
|
-
[
|
|
1927
|
-
[
|
|
1928
|
-
[
|
|
1929
|
-
[
|
|
1930
|
-
[
|
|
1931
|
-
[
|
|
1932
|
-
[
|
|
1933
|
-
[
|
|
1934
|
-
[
|
|
1935
|
-
[
|
|
1936
|
-
[
|
|
1937
|
-
[
|
|
1938
|
-
[
|
|
1930
|
+
[Y.buttonSecondary]: e && !this.quiet || !_r.find((l) => this.variant === l),
|
|
1931
|
+
[Y.buttonPrimary]: o,
|
|
1932
|
+
[Y.buttonDestructive]: t && !this.quiet,
|
|
1933
|
+
[Y.buttonFlat]: e && this.quiet,
|
|
1934
|
+
[Y.buttonDestructiveFlat]: t && this.quiet,
|
|
1935
|
+
[Y.buttonUtilityFlat]: a && this.quiet,
|
|
1936
|
+
[Y.buttonSmall]: this.small,
|
|
1937
|
+
[Y.buttonUtility]: a && !this.quiet,
|
|
1938
|
+
[Y.buttonLink]: i,
|
|
1939
|
+
[Y.buttonPill]: c,
|
|
1940
|
+
[Y.buttonInProgress]: this.loading,
|
|
1941
|
+
[Y.buttonIsDisabled]: this.disabled,
|
|
1942
|
+
[Y.linkAsButton]: !!this.href
|
|
1939
1943
|
}
|
|
1940
1944
|
);
|
|
1941
1945
|
}
|
|
@@ -1973,7 +1977,7 @@ x(Oo, "shadowRootOptions", { ...$.shadowRootOptions, delegatesFocus: !0 }), x(Oo
|
|
|
1973
1977
|
}), x(Oo, "styles", C`
|
|
1974
1978
|
/* layer: preflights */
|
|
1975
1979
|
*,::before,::after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0;}
|
|
1976
|
-
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button
|
|
1980
|
+
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{min-width:0;border:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
|
1977
1981
|
/* layer: shortcuts */
|
|
1978
1982
|
.h4{font-weight:700;font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);}
|
|
1979
1983
|
@media (min-width: 480px){
|
|
@@ -2304,8 +2308,12 @@ x(Oo, "shadowRootOptions", { ...$.shadowRootOptions, delegatesFocus: !0 }), x(Oo
|
|
|
2304
2308
|
.i-border-\\$color-alert-positive-subtle-border{border-color:var(--w-color-alert-positive-subtle-border);}
|
|
2305
2309
|
.i-border-\\$color-alert-warning-subtle-border{border-color:var(--w-color-alert-warning-subtle-border);}
|
|
2306
2310
|
.i-border-\\$color-badge-disabled-background{border-color:var(--w-color-badge-disabled-background);}
|
|
2311
|
+
.i-border-\\$color-badge-info-background{border-color:var(--w-color-badge-info-background);}
|
|
2312
|
+
.i-border-\\$color-badge-negative-background{border-color:var(--w-color-badge-negative-background);}
|
|
2307
2313
|
.i-border-\\$color-badge-neutral-background{border-color:var(--w-color-badge-neutral-background);}
|
|
2314
|
+
.i-border-\\$color-badge-positive-background{border-color:var(--w-color-badge-positive-background);}
|
|
2308
2315
|
.i-border-\\$color-badge-price-background{border-color:var(--w-color-badge-price-background);}
|
|
2316
|
+
.i-border-\\$color-badge-warning-background{border-color:var(--w-color-badge-warning-background);}
|
|
2309
2317
|
.i-border-\\$color-box-bordered-border{border-color:var(--w-color-box-bordered-border);}
|
|
2310
2318
|
.i-border-\\$color-button-secondary-border{border-color:var(--w-color-button-secondary-border);}
|
|
2311
2319
|
.i-border-\\$color-button-utility-border{border-color:var(--w-color-button-utility-border);}
|
|
@@ -2665,7 +2673,7 @@ x(Tr, "styles", [
|
|
|
2665
2673
|
C`
|
|
2666
2674
|
/* layer: preflights */
|
|
2667
2675
|
*,::before,::after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0;}
|
|
2668
|
-
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button
|
|
2676
|
+
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{min-width:0;border:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
|
2669
2677
|
/* layer: shortcuts */
|
|
2670
2678
|
.h4{font-weight:700;font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);}
|
|
2671
2679
|
@media (min-width: 480px){
|
|
@@ -2996,8 +3004,12 @@ x(Tr, "styles", [
|
|
|
2996
3004
|
.i-border-\\$color-alert-positive-subtle-border{border-color:var(--w-color-alert-positive-subtle-border);}
|
|
2997
3005
|
.i-border-\\$color-alert-warning-subtle-border{border-color:var(--w-color-alert-warning-subtle-border);}
|
|
2998
3006
|
.i-border-\\$color-badge-disabled-background{border-color:var(--w-color-badge-disabled-background);}
|
|
3007
|
+
.i-border-\\$color-badge-info-background{border-color:var(--w-color-badge-info-background);}
|
|
3008
|
+
.i-border-\\$color-badge-negative-background{border-color:var(--w-color-badge-negative-background);}
|
|
2999
3009
|
.i-border-\\$color-badge-neutral-background{border-color:var(--w-color-badge-neutral-background);}
|
|
3010
|
+
.i-border-\\$color-badge-positive-background{border-color:var(--w-color-badge-positive-background);}
|
|
3000
3011
|
.i-border-\\$color-badge-price-background{border-color:var(--w-color-badge-price-background);}
|
|
3012
|
+
.i-border-\\$color-badge-warning-background{border-color:var(--w-color-badge-warning-background);}
|
|
3001
3013
|
.i-border-\\$color-box-bordered-border{border-color:var(--w-color-box-bordered-border);}
|
|
3002
3014
|
.i-border-\\$color-button-secondary-border{border-color:var(--w-color-button-secondary-border);}
|
|
3003
3015
|
.i-border-\\$color-button-utility-border{border-color:var(--w-color-button-utility-border);}
|
|
@@ -3413,7 +3425,7 @@ rr = new WeakSet(), Je = function() {
|
|
|
3413
3425
|
}), x(Pr, "styles", C`
|
|
3414
3426
|
/* layer: preflights */
|
|
3415
3427
|
*,::before,::after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0;}
|
|
3416
|
-
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button
|
|
3428
|
+
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{min-width:0;border:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
|
3417
3429
|
/* layer: shortcuts */
|
|
3418
3430
|
.h4{font-weight:700;font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);}
|
|
3419
3431
|
@media (min-width: 480px){
|
|
@@ -3745,8 +3757,12 @@ rr = new WeakSet(), Je = function() {
|
|
|
3745
3757
|
.i-border-\\$color-alert-positive-subtle-border{border-color:var(--w-color-alert-positive-subtle-border);}
|
|
3746
3758
|
.i-border-\\$color-alert-warning-subtle-border{border-color:var(--w-color-alert-warning-subtle-border);}
|
|
3747
3759
|
.i-border-\\$color-badge-disabled-background{border-color:var(--w-color-badge-disabled-background);}
|
|
3760
|
+
.i-border-\\$color-badge-info-background{border-color:var(--w-color-badge-info-background);}
|
|
3761
|
+
.i-border-\\$color-badge-negative-background{border-color:var(--w-color-badge-negative-background);}
|
|
3748
3762
|
.i-border-\\$color-badge-neutral-background{border-color:var(--w-color-badge-neutral-background);}
|
|
3763
|
+
.i-border-\\$color-badge-positive-background{border-color:var(--w-color-badge-positive-background);}
|
|
3749
3764
|
.i-border-\\$color-badge-price-background{border-color:var(--w-color-badge-price-background);}
|
|
3765
|
+
.i-border-\\$color-badge-warning-background{border-color:var(--w-color-badge-warning-background);}
|
|
3750
3766
|
.i-border-\\$color-box-bordered-border{border-color:var(--w-color-box-bordered-border);}
|
|
3751
3767
|
.i-border-\\$color-button-secondary-border{border-color:var(--w-color-button-secondary-border);}
|
|
3752
3768
|
.i-border-\\$color-button-utility-border{border-color:var(--w-color-button-utility-border);}
|
|
@@ -4074,7 +4090,7 @@ x(Mr, "properties", {
|
|
|
4074
4090
|
}), x(Mr, "styles", C`
|
|
4075
4091
|
/* layer: preflights */
|
|
4076
4092
|
*,::before,::after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0;}
|
|
4077
|
-
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button
|
|
4093
|
+
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{min-width:0;border:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
|
4078
4094
|
/* layer: shortcuts */
|
|
4079
4095
|
.h4{font-weight:700;font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);}
|
|
4080
4096
|
@media (min-width: 480px){
|
|
@@ -4405,8 +4421,12 @@ x(Mr, "properties", {
|
|
|
4405
4421
|
.i-border-\\$color-alert-positive-subtle-border{border-color:var(--w-color-alert-positive-subtle-border);}
|
|
4406
4422
|
.i-border-\\$color-alert-warning-subtle-border{border-color:var(--w-color-alert-warning-subtle-border);}
|
|
4407
4423
|
.i-border-\\$color-badge-disabled-background{border-color:var(--w-color-badge-disabled-background);}
|
|
4424
|
+
.i-border-\\$color-badge-info-background{border-color:var(--w-color-badge-info-background);}
|
|
4425
|
+
.i-border-\\$color-badge-negative-background{border-color:var(--w-color-badge-negative-background);}
|
|
4408
4426
|
.i-border-\\$color-badge-neutral-background{border-color:var(--w-color-badge-neutral-background);}
|
|
4427
|
+
.i-border-\\$color-badge-positive-background{border-color:var(--w-color-badge-positive-background);}
|
|
4409
4428
|
.i-border-\\$color-badge-price-background{border-color:var(--w-color-badge-price-background);}
|
|
4429
|
+
.i-border-\\$color-badge-warning-background{border-color:var(--w-color-badge-warning-background);}
|
|
4410
4430
|
.i-border-\\$color-box-bordered-border{border-color:var(--w-color-box-bordered-border);}
|
|
4411
4431
|
.i-border-\\$color-button-secondary-border{border-color:var(--w-color-button-secondary-border);}
|
|
4412
4432
|
.i-border-\\$color-button-utility-border{border-color:var(--w-color-button-utility-border);}
|
|
@@ -4747,7 +4767,7 @@ class Ar extends Xo($) {
|
|
|
4747
4767
|
x(Ar, "styles", C`
|
|
4748
4768
|
/* layer: preflights */
|
|
4749
4769
|
*,::before,::after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0;}
|
|
4750
|
-
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button
|
|
4770
|
+
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{min-width:0;border:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
|
4751
4771
|
/* layer: shortcuts */
|
|
4752
4772
|
.h4{font-weight:700;font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);}
|
|
4753
4773
|
@media (min-width: 480px){
|
|
@@ -5078,8 +5098,12 @@ x(Ar, "styles", C`
|
|
|
5078
5098
|
.i-border-\\$color-alert-positive-subtle-border{border-color:var(--w-color-alert-positive-subtle-border);}
|
|
5079
5099
|
.i-border-\\$color-alert-warning-subtle-border{border-color:var(--w-color-alert-warning-subtle-border);}
|
|
5080
5100
|
.i-border-\\$color-badge-disabled-background{border-color:var(--w-color-badge-disabled-background);}
|
|
5101
|
+
.i-border-\\$color-badge-info-background{border-color:var(--w-color-badge-info-background);}
|
|
5102
|
+
.i-border-\\$color-badge-negative-background{border-color:var(--w-color-badge-negative-background);}
|
|
5081
5103
|
.i-border-\\$color-badge-neutral-background{border-color:var(--w-color-badge-neutral-background);}
|
|
5104
|
+
.i-border-\\$color-badge-positive-background{border-color:var(--w-color-badge-positive-background);}
|
|
5082
5105
|
.i-border-\\$color-badge-price-background{border-color:var(--w-color-badge-price-background);}
|
|
5106
|
+
.i-border-\\$color-badge-warning-background{border-color:var(--w-color-badge-warning-background);}
|
|
5083
5107
|
.i-border-\\$color-box-bordered-border{border-color:var(--w-color-box-bordered-border);}
|
|
5084
5108
|
.i-border-\\$color-button-secondary-border{border-color:var(--w-color-button-secondary-border);}
|
|
5085
5109
|
.i-border-\\$color-button-utility-border{border-color:var(--w-color-button-utility-border);}
|
|
@@ -5591,7 +5615,7 @@ x(Nr, "styles", [
|
|
|
5591
5615
|
C`
|
|
5592
5616
|
/* layer: preflights */
|
|
5593
5617
|
*,::before,::after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0;}
|
|
5594
|
-
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button
|
|
5618
|
+
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{min-width:0;border:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
|
5595
5619
|
/* layer: shortcuts */
|
|
5596
5620
|
.h4{font-weight:700;font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);}
|
|
5597
5621
|
@media (min-width: 480px){
|
|
@@ -5922,8 +5946,12 @@ x(Nr, "styles", [
|
|
|
5922
5946
|
.i-border-\\$color-alert-positive-subtle-border{border-color:var(--w-color-alert-positive-subtle-border);}
|
|
5923
5947
|
.i-border-\\$color-alert-warning-subtle-border{border-color:var(--w-color-alert-warning-subtle-border);}
|
|
5924
5948
|
.i-border-\\$color-badge-disabled-background{border-color:var(--w-color-badge-disabled-background);}
|
|
5949
|
+
.i-border-\\$color-badge-info-background{border-color:var(--w-color-badge-info-background);}
|
|
5950
|
+
.i-border-\\$color-badge-negative-background{border-color:var(--w-color-badge-negative-background);}
|
|
5925
5951
|
.i-border-\\$color-badge-neutral-background{border-color:var(--w-color-badge-neutral-background);}
|
|
5952
|
+
.i-border-\\$color-badge-positive-background{border-color:var(--w-color-badge-positive-background);}
|
|
5926
5953
|
.i-border-\\$color-badge-price-background{border-color:var(--w-color-badge-price-background);}
|
|
5954
|
+
.i-border-\\$color-badge-warning-background{border-color:var(--w-color-badge-warning-background);}
|
|
5927
5955
|
.i-border-\\$color-box-bordered-border{border-color:var(--w-color-box-bordered-border);}
|
|
5928
5956
|
.i-border-\\$color-button-secondary-border{border-color:var(--w-color-button-secondary-border);}
|
|
5929
5957
|
.i-border-\\$color-button-utility-border{border-color:var(--w-color-button-utility-border);}
|
|
@@ -6431,7 +6459,7 @@ x(Lr, "styles", [
|
|
|
6431
6459
|
C`
|
|
6432
6460
|
/* layer: preflights */
|
|
6433
6461
|
*,::before,::after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0;}
|
|
6434
|
-
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button
|
|
6462
|
+
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{min-width:0;border:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
|
6435
6463
|
/* layer: shortcuts */
|
|
6436
6464
|
.h4{font-weight:700;font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);}
|
|
6437
6465
|
@media (min-width: 480px){
|
|
@@ -6763,8 +6791,12 @@ x(Lr, "styles", [
|
|
|
6763
6791
|
.i-border-\\$color-alert-positive-subtle-border{border-color:var(--w-color-alert-positive-subtle-border);}
|
|
6764
6792
|
.i-border-\\$color-alert-warning-subtle-border{border-color:var(--w-color-alert-warning-subtle-border);}
|
|
6765
6793
|
.i-border-\\$color-badge-disabled-background{border-color:var(--w-color-badge-disabled-background);}
|
|
6794
|
+
.i-border-\\$color-badge-info-background{border-color:var(--w-color-badge-info-background);}
|
|
6795
|
+
.i-border-\\$color-badge-negative-background{border-color:var(--w-color-badge-negative-background);}
|
|
6766
6796
|
.i-border-\\$color-badge-neutral-background{border-color:var(--w-color-badge-neutral-background);}
|
|
6797
|
+
.i-border-\\$color-badge-positive-background{border-color:var(--w-color-badge-positive-background);}
|
|
6767
6798
|
.i-border-\\$color-badge-price-background{border-color:var(--w-color-badge-price-background);}
|
|
6799
|
+
.i-border-\\$color-badge-warning-background{border-color:var(--w-color-badge-warning-background);}
|
|
6768
6800
|
.i-border-\\$color-box-bordered-border{border-color:var(--w-color-box-bordered-border);}
|
|
6769
6801
|
.i-border-\\$color-button-secondary-border{border-color:var(--w-color-button-secondary-border);}
|
|
6770
6802
|
.i-border-\\$color-button-utility-border{border-color:var(--w-color-button-utility-border);}
|
|
@@ -7156,7 +7188,7 @@ x(Rr, "properties", {
|
|
|
7156
7188
|
}), x(Rr, "styles", C`
|
|
7157
7189
|
/* layer: preflights */
|
|
7158
7190
|
*,::before,::after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0;}
|
|
7159
|
-
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button
|
|
7191
|
+
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{min-width:0;border:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
|
7160
7192
|
/* layer: shortcuts */
|
|
7161
7193
|
.h4{font-weight:700;font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);}
|
|
7162
7194
|
@media (min-width: 480px){
|
|
@@ -7487,8 +7519,12 @@ x(Rr, "properties", {
|
|
|
7487
7519
|
.i-border-\\$color-alert-positive-subtle-border{border-color:var(--w-color-alert-positive-subtle-border);}
|
|
7488
7520
|
.i-border-\\$color-alert-warning-subtle-border{border-color:var(--w-color-alert-warning-subtle-border);}
|
|
7489
7521
|
.i-border-\\$color-badge-disabled-background{border-color:var(--w-color-badge-disabled-background);}
|
|
7522
|
+
.i-border-\\$color-badge-info-background{border-color:var(--w-color-badge-info-background);}
|
|
7523
|
+
.i-border-\\$color-badge-negative-background{border-color:var(--w-color-badge-negative-background);}
|
|
7490
7524
|
.i-border-\\$color-badge-neutral-background{border-color:var(--w-color-badge-neutral-background);}
|
|
7525
|
+
.i-border-\\$color-badge-positive-background{border-color:var(--w-color-badge-positive-background);}
|
|
7491
7526
|
.i-border-\\$color-badge-price-background{border-color:var(--w-color-badge-price-background);}
|
|
7527
|
+
.i-border-\\$color-badge-warning-background{border-color:var(--w-color-badge-warning-background);}
|
|
7492
7528
|
.i-border-\\$color-box-bordered-border{border-color:var(--w-color-box-bordered-border);}
|
|
7493
7529
|
.i-border-\\$color-button-secondary-border{border-color:var(--w-color-button-secondary-border);}
|
|
7494
7530
|
.i-border-\\$color-button-utility-border{border-color:var(--w-color-button-utility-border);}
|
|
@@ -8676,7 +8712,7 @@ x(Ir, "properties", {
|
|
|
8676
8712
|
C`
|
|
8677
8713
|
/* layer: preflights */
|
|
8678
8714
|
*,::before,::after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0;}
|
|
8679
|
-
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button
|
|
8715
|
+
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{min-width:0;border:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
|
8680
8716
|
/* layer: shortcuts */
|
|
8681
8717
|
.h4{font-weight:700;font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);}
|
|
8682
8718
|
@media (min-width: 480px){
|
|
@@ -9007,8 +9043,12 @@ x(Ir, "properties", {
|
|
|
9007
9043
|
.i-border-\\$color-alert-positive-subtle-border{border-color:var(--w-color-alert-positive-subtle-border);}
|
|
9008
9044
|
.i-border-\\$color-alert-warning-subtle-border{border-color:var(--w-color-alert-warning-subtle-border);}
|
|
9009
9045
|
.i-border-\\$color-badge-disabled-background{border-color:var(--w-color-badge-disabled-background);}
|
|
9046
|
+
.i-border-\\$color-badge-info-background{border-color:var(--w-color-badge-info-background);}
|
|
9047
|
+
.i-border-\\$color-badge-negative-background{border-color:var(--w-color-badge-negative-background);}
|
|
9010
9048
|
.i-border-\\$color-badge-neutral-background{border-color:var(--w-color-badge-neutral-background);}
|
|
9049
|
+
.i-border-\\$color-badge-positive-background{border-color:var(--w-color-badge-positive-background);}
|
|
9011
9050
|
.i-border-\\$color-badge-price-background{border-color:var(--w-color-badge-price-background);}
|
|
9051
|
+
.i-border-\\$color-badge-warning-background{border-color:var(--w-color-badge-warning-background);}
|
|
9012
9052
|
.i-border-\\$color-box-bordered-border{border-color:var(--w-color-box-bordered-border);}
|
|
9013
9053
|
.i-border-\\$color-button-secondary-border{border-color:var(--w-color-button-secondary-border);}
|
|
9014
9054
|
.i-border-\\$color-button-utility-border{border-color:var(--w-color-button-utility-border);}
|
|
@@ -9437,7 +9477,7 @@ x(Br, "properties", {
|
|
|
9437
9477
|
C`
|
|
9438
9478
|
/* layer: preflights */
|
|
9439
9479
|
*,::before,::after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0;}
|
|
9440
|
-
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button
|
|
9480
|
+
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{min-width:0;border:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
|
9441
9481
|
/* layer: shortcuts */
|
|
9442
9482
|
.h4{font-weight:700;font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);}
|
|
9443
9483
|
@media (min-width: 480px){
|
|
@@ -9769,8 +9809,12 @@ x(Br, "properties", {
|
|
|
9769
9809
|
.i-border-\\$color-alert-positive-subtle-border{border-color:var(--w-color-alert-positive-subtle-border);}
|
|
9770
9810
|
.i-border-\\$color-alert-warning-subtle-border{border-color:var(--w-color-alert-warning-subtle-border);}
|
|
9771
9811
|
.i-border-\\$color-badge-disabled-background{border-color:var(--w-color-badge-disabled-background);}
|
|
9812
|
+
.i-border-\\$color-badge-info-background{border-color:var(--w-color-badge-info-background);}
|
|
9813
|
+
.i-border-\\$color-badge-negative-background{border-color:var(--w-color-badge-negative-background);}
|
|
9772
9814
|
.i-border-\\$color-badge-neutral-background{border-color:var(--w-color-badge-neutral-background);}
|
|
9815
|
+
.i-border-\\$color-badge-positive-background{border-color:var(--w-color-badge-positive-background);}
|
|
9773
9816
|
.i-border-\\$color-badge-price-background{border-color:var(--w-color-badge-price-background);}
|
|
9817
|
+
.i-border-\\$color-badge-warning-background{border-color:var(--w-color-badge-warning-background);}
|
|
9774
9818
|
.i-border-\\$color-box-bordered-border{border-color:var(--w-color-box-bordered-border);}
|
|
9775
9819
|
.i-border-\\$color-button-secondary-border{border-color:var(--w-color-button-secondary-border);}
|
|
9776
9820
|
.i-border-\\$color-button-utility-border{border-color:var(--w-color-button-utility-border);}
|
|
@@ -10097,7 +10141,7 @@ class Dr extends Xo($) {
|
|
|
10097
10141
|
class=${E({
|
|
10098
10142
|
[this.contentClass || ""]: !0,
|
|
10099
10143
|
[B.box]: this.box,
|
|
10100
|
-
[
|
|
10144
|
+
[S.paddingTop]: this._hasTitle && this.box
|
|
10101
10145
|
})}
|
|
10102
10146
|
>
|
|
10103
10147
|
<slot></slot>
|
|
@@ -10106,9 +10150,9 @@ class Dr extends Xo($) {
|
|
|
10106
10150
|
render() {
|
|
10107
10151
|
return v` <div
|
|
10108
10152
|
class=${E({
|
|
10109
|
-
[
|
|
10110
|
-
[
|
|
10111
|
-
[
|
|
10153
|
+
[S.expandable]: !0,
|
|
10154
|
+
[S.expandableBox]: this.box,
|
|
10155
|
+
[S.expandableBleed]: this.bleed
|
|
10112
10156
|
})}
|
|
10113
10157
|
>
|
|
10114
10158
|
${this._hasTitle ? v`<w-unstyled-heading level=${this.headingLevel}>
|
|
@@ -10117,19 +10161,19 @@ class Dr extends Xo($) {
|
|
|
10117
10161
|
aria-expanded="${this.expanded}"
|
|
10118
10162
|
class=${E({
|
|
10119
10163
|
[this.buttonClass || ""]: !0,
|
|
10120
|
-
[
|
|
10121
|
-
[
|
|
10164
|
+
[S.button]: !0,
|
|
10165
|
+
[S.buttonBox]: this.box
|
|
10122
10166
|
})}
|
|
10123
10167
|
@click=${() => this.expanded = !this.expanded}
|
|
10124
10168
|
>
|
|
10125
|
-
<div class="
|
|
10126
|
-
${this.title ? v`<span class="
|
|
10169
|
+
<div class="${S.title}">
|
|
10170
|
+
${this.title ? v`<span class="${S.titleType}">${this.title}</span>` : v`<slot name="title"></slot>`}
|
|
10127
10171
|
${this.noChevron ? "" : v`<div
|
|
10128
10172
|
class=${E({
|
|
10129
|
-
[
|
|
10130
|
-
[
|
|
10131
|
-
[
|
|
10132
|
-
[
|
|
10173
|
+
[S.chevron]: !0,
|
|
10174
|
+
[S.chevronExpanded]: this.expanded,
|
|
10175
|
+
[S.chevronBox]: this.box,
|
|
10176
|
+
[S.chevronNonBox]: !this.box
|
|
10133
10177
|
})}
|
|
10134
10178
|
>
|
|
10135
10179
|
<f-icon-chevron-down16></f-icon-chevron-down16>
|
|
@@ -10141,8 +10185,8 @@ class Dr extends Xo($) {
|
|
|
10141
10185
|
${this._expandableSlot}
|
|
10142
10186
|
</w-expand-transition>` : v`<div
|
|
10143
10187
|
class=${E({
|
|
10144
|
-
[
|
|
10145
|
-
[
|
|
10188
|
+
[S.expansion]: !0,
|
|
10189
|
+
[S.expansionNotExpanded]: !this.expanded
|
|
10146
10190
|
})}
|
|
10147
10191
|
aria-hidden=${z(this.expanded ? void 0 : !0)}
|
|
10148
10192
|
>
|
|
@@ -10167,7 +10211,7 @@ x(Dr, "properties", {
|
|
|
10167
10211
|
C`
|
|
10168
10212
|
/* layer: preflights */
|
|
10169
10213
|
*,::before,::after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0;}
|
|
10170
|
-
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button
|
|
10214
|
+
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{min-width:0;border:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
|
10171
10215
|
/* layer: shortcuts */
|
|
10172
10216
|
.h4{font-weight:700;font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);}
|
|
10173
10217
|
@media (min-width: 480px){
|
|
@@ -10498,8 +10542,12 @@ x(Dr, "properties", {
|
|
|
10498
10542
|
.i-border-\\$color-alert-positive-subtle-border{border-color:var(--w-color-alert-positive-subtle-border);}
|
|
10499
10543
|
.i-border-\\$color-alert-warning-subtle-border{border-color:var(--w-color-alert-warning-subtle-border);}
|
|
10500
10544
|
.i-border-\\$color-badge-disabled-background{border-color:var(--w-color-badge-disabled-background);}
|
|
10545
|
+
.i-border-\\$color-badge-info-background{border-color:var(--w-color-badge-info-background);}
|
|
10546
|
+
.i-border-\\$color-badge-negative-background{border-color:var(--w-color-badge-negative-background);}
|
|
10501
10547
|
.i-border-\\$color-badge-neutral-background{border-color:var(--w-color-badge-neutral-background);}
|
|
10548
|
+
.i-border-\\$color-badge-positive-background{border-color:var(--w-color-badge-positive-background);}
|
|
10502
10549
|
.i-border-\\$color-badge-price-background{border-color:var(--w-color-badge-price-background);}
|
|
10550
|
+
.i-border-\\$color-badge-warning-background{border-color:var(--w-color-badge-warning-background);}
|
|
10503
10551
|
.i-border-\\$color-box-bordered-border{border-color:var(--w-color-box-bordered-border);}
|
|
10504
10552
|
.i-border-\\$color-button-secondary-border{border-color:var(--w-color-button-secondary-border);}
|
|
10505
10553
|
.i-border-\\$color-button-utility-border{border-color:var(--w-color-button-utility-border);}
|
|
@@ -10898,7 +10946,7 @@ class Ur extends $ {
|
|
|
10898
10946
|
x(Ur, "styles", C`
|
|
10899
10947
|
/* layer: preflights */
|
|
10900
10948
|
*,::before,::after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0;}
|
|
10901
|
-
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button
|
|
10949
|
+
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{min-width:0;border:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
|
10902
10950
|
/* layer: shortcuts */
|
|
10903
10951
|
.h4{font-weight:700;font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);}
|
|
10904
10952
|
@media (min-width: 480px){
|
|
@@ -11229,8 +11277,12 @@ x(Ur, "styles", C`
|
|
|
11229
11277
|
.i-border-\\$color-alert-positive-subtle-border{border-color:var(--w-color-alert-positive-subtle-border);}
|
|
11230
11278
|
.i-border-\\$color-alert-warning-subtle-border{border-color:var(--w-color-alert-warning-subtle-border);}
|
|
11231
11279
|
.i-border-\\$color-badge-disabled-background{border-color:var(--w-color-badge-disabled-background);}
|
|
11280
|
+
.i-border-\\$color-badge-info-background{border-color:var(--w-color-badge-info-background);}
|
|
11281
|
+
.i-border-\\$color-badge-negative-background{border-color:var(--w-color-badge-negative-background);}
|
|
11232
11282
|
.i-border-\\$color-badge-neutral-background{border-color:var(--w-color-badge-neutral-background);}
|
|
11283
|
+
.i-border-\\$color-badge-positive-background{border-color:var(--w-color-badge-positive-background);}
|
|
11233
11284
|
.i-border-\\$color-badge-price-background{border-color:var(--w-color-badge-price-background);}
|
|
11285
|
+
.i-border-\\$color-badge-warning-background{border-color:var(--w-color-badge-warning-background);}
|
|
11234
11286
|
.i-border-\\$color-box-bordered-border{border-color:var(--w-color-box-bordered-border);}
|
|
11235
11287
|
.i-border-\\$color-button-secondary-border{border-color:var(--w-color-button-secondary-border);}
|
|
11236
11288
|
.i-border-\\$color-button-utility-border{border-color:var(--w-color-button-utility-border);}
|
|
@@ -11576,7 +11628,7 @@ x(Fr, "properties", {
|
|
|
11576
11628
|
C`
|
|
11577
11629
|
/* layer: preflights */
|
|
11578
11630
|
*,::before,::after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0;}
|
|
11579
|
-
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button
|
|
11631
|
+
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{min-width:0;border:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
|
11580
11632
|
/* layer: shortcuts */
|
|
11581
11633
|
.h4{font-weight:700;font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);}
|
|
11582
11634
|
@media (min-width: 480px){
|
|
@@ -11907,8 +11959,12 @@ x(Fr, "properties", {
|
|
|
11907
11959
|
.i-border-\\$color-alert-positive-subtle-border{border-color:var(--w-color-alert-positive-subtle-border);}
|
|
11908
11960
|
.i-border-\\$color-alert-warning-subtle-border{border-color:var(--w-color-alert-warning-subtle-border);}
|
|
11909
11961
|
.i-border-\\$color-badge-disabled-background{border-color:var(--w-color-badge-disabled-background);}
|
|
11962
|
+
.i-border-\\$color-badge-info-background{border-color:var(--w-color-badge-info-background);}
|
|
11963
|
+
.i-border-\\$color-badge-negative-background{border-color:var(--w-color-badge-negative-background);}
|
|
11910
11964
|
.i-border-\\$color-badge-neutral-background{border-color:var(--w-color-badge-neutral-background);}
|
|
11965
|
+
.i-border-\\$color-badge-positive-background{border-color:var(--w-color-badge-positive-background);}
|
|
11911
11966
|
.i-border-\\$color-badge-price-background{border-color:var(--w-color-badge-price-background);}
|
|
11967
|
+
.i-border-\\$color-badge-warning-background{border-color:var(--w-color-badge-warning-background);}
|
|
11912
11968
|
.i-border-\\$color-box-bordered-border{border-color:var(--w-color-box-bordered-border);}
|
|
11913
11969
|
.i-border-\\$color-button-secondary-border{border-color:var(--w-color-button-secondary-border);}
|
|
11914
11970
|
.i-border-\\$color-button-utility-border{border-color:var(--w-color-button-utility-border);}
|
|
@@ -12232,7 +12288,7 @@ x(Hr, "properties", {
|
|
|
12232
12288
|
}), x(Hr, "styles", [pt, C`
|
|
12233
12289
|
/* layer: preflights */
|
|
12234
12290
|
*,::before,::after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0;}
|
|
12235
|
-
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button
|
|
12291
|
+
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html{font-size:62.5%}body{background-color:var(--w-color-background);min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-color-text)}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{cursor:pointer;color:var(--w-color-text-link);text-decoration:none}a:hover,a:focus,a:active{text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{min-width:0;border:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
|
12236
12292
|
/* layer: shortcuts */
|
|
12237
12293
|
.h4{font-weight:700;font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);}
|
|
12238
12294
|
@media (min-width: 480px){
|
|
@@ -12563,8 +12619,12 @@ x(Hr, "properties", {
|
|
|
12563
12619
|
.i-border-\\$color-alert-positive-subtle-border{border-color:var(--w-color-alert-positive-subtle-border);}
|
|
12564
12620
|
.i-border-\\$color-alert-warning-subtle-border{border-color:var(--w-color-alert-warning-subtle-border);}
|
|
12565
12621
|
.i-border-\\$color-badge-disabled-background{border-color:var(--w-color-badge-disabled-background);}
|
|
12622
|
+
.i-border-\\$color-badge-info-background{border-color:var(--w-color-badge-info-background);}
|
|
12623
|
+
.i-border-\\$color-badge-negative-background{border-color:var(--w-color-badge-negative-background);}
|
|
12566
12624
|
.i-border-\\$color-badge-neutral-background{border-color:var(--w-color-badge-neutral-background);}
|
|
12625
|
+
.i-border-\\$color-badge-positive-background{border-color:var(--w-color-badge-positive-background);}
|
|
12567
12626
|
.i-border-\\$color-badge-price-background{border-color:var(--w-color-badge-price-background);}
|
|
12627
|
+
.i-border-\\$color-badge-warning-background{border-color:var(--w-color-badge-warning-background);}
|
|
12568
12628
|
.i-border-\\$color-box-bordered-border{border-color:var(--w-color-box-bordered-border);}
|
|
12569
12629
|
.i-border-\\$color-button-secondary-border{border-color:var(--w-color-button-secondary-border);}
|
|
12570
12630
|
.i-border-\\$color-button-utility-border{border-color:var(--w-color-button-utility-border);}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-ds/elements",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.0-alpha.
|
|
4
|
+
"version": "1.0.0-alpha.24",
|
|
5
5
|
"description": "Custom elements for Warp",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./dist/index.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@semantic-release/changelog": "6.0.2",
|
|
45
45
|
"@semantic-release/git": "10.0.1",
|
|
46
46
|
"@warp-ds/uno": "^1.0.0-alpha.45",
|
|
47
|
-
"@warp-ds/component-classes": "1.0.0-alpha.
|
|
47
|
+
"@warp-ds/component-classes": "1.0.0-alpha.106",
|
|
48
48
|
"autoprefixer": "10.4.13",
|
|
49
49
|
"cors": "2.8.5",
|
|
50
50
|
"cssnano": "5.1.14",
|