@proximus/lavender-autocomplete 2.0.0-alpha.170 → 2.0.0-alpha.173
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.es.js +172 -171
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AttributeBreakpointHandlerDelegate as e, PxElement as t, WithExtraAttributes as n, backgroundColorValues as r, backgroundSizeValues as i, booleanPropertyToAttributeSetter as a, borderColorValues as o, borderRadiusValues as s, borderSideValues as c, borderValues as
|
|
1
|
+
import { AttributeBreakpointHandlerDelegate as e, PxElement as t, WithExtraAttributes as n, backgroundColorValues as r, backgroundSizeValues as i, booleanPropertyToAttributeSetter as a, borderColorValues as o, borderRadiusValues as s, borderSideValues as c, borderValues as ee, boxShadowValues as te, checkName as l, colorValues as ne, cssTokenBreakpoints as u, fontsizeValues as d, fontweightValues as f, gapValues as p, gradientValues as m, iconSizeValuesKC as re, log as h, noBorderRadiusValues as ie, paddingValues as g, propertyToAttributeSetter as _, transferAccessibilityAttributes as v } from "@proximus/lavender-common";
|
|
2
2
|
//#region src/autocomplete.css?inline
|
|
3
3
|
var y = ":host .dropdown-content{background-color:var(--px-color-background-surface-default);border-radius:var(--px-radius-main);margin-top:calc(var(--px-focus-offset-mobile) + var(--px-focus-outline-mobile));padding:0;overflow:auto;box-shadow:0 4px 6px -1px #25252514}@media screen and (width>=48rem){:host .dropdown-content{margin-top:calc(var(--px-focus-offset-tablet) + var(--px-focus-outline-tablet))}}@media screen and (width>=64.0625rem){:host .dropdown-content{margin-top:calc(var(--px-focus-offset-laptop) + var(--px-focus-outline-laptop))}}@media screen and (width>=90.0625rem){:host .dropdown-content{margin-top:calc(var(--px-focus-offset-desktop) + var(--px-focus-outline-desktop))}}:host([inverted]) .dropdown-content{background-color:var(--px-color-background-surface-dark)}", b = ":host{position:relative}::slotted([slot=popover]){border-radius:var(--px-radius-main,8px);background:var(--px-color-background-container-light-default,#fff);padding:var(--px-padding-xs-mobile) 0;width:auto;max-height:var(--px-popover-max-height);border:0;margin:0;position:fixed;right:0;box-shadow:0 20px 25px -5px #25252514}:host([grow]) ::slotted([slot=trigger]):after{padding-right:var(--px-padding-xs-mobile);right:0}:host([anchoralignment=top-left]) ::slotted([slot=popover]){top:auto}:host([anchoralignment=top-right]) ::slotted([slot=popover]){top:auto}:host([anchoralignment=bottom-right]) ::slotted([slot=popover]){left:auto}@media screen and (width<=47.938rem){::slotted([slot=trigger]){width:100%;display:block}:host([anchoralignment=top-left]) ::slotted([slot=popover]){left:var(--px-padding-s-mobile)}:host([anchoralignment=top-right]) ::slotted([slot=popover]){left:var(--px-padding-s-mobile)}}@media screen and (width>=48rem){::slotted([slot=popover]){padding-block:var(--px-padding-s-desktop);width:auto;right:auto}}", x = [
|
|
4
4
|
"top-left",
|
|
@@ -20,7 +20,7 @@ function S(e, t, n = "bottom-left", r, i = !1) {
|
|
|
20
20
|
//#region ../../components/Dropdown/src/Dropdown.ts
|
|
21
21
|
var C = new CSSStyleSheet();
|
|
22
22
|
C.replaceSync(b);
|
|
23
|
-
var w = "bottom-left",
|
|
23
|
+
var w = "bottom-left", ae = class extends n {
|
|
24
24
|
get css() {
|
|
25
25
|
return `::slotted([slot='trigger']) {
|
|
26
26
|
anchor-name: ${this.anchorName};
|
|
@@ -139,7 +139,7 @@ var w = "bottom-left", ie = class extends n {
|
|
|
139
139
|
return this.getAttribute("anchoralignment") || w;
|
|
140
140
|
}
|
|
141
141
|
set anchorAlignment(e) {
|
|
142
|
-
x.includes(e) ? this.setAttribute("anchoralignment", e) : (
|
|
142
|
+
x.includes(e) ? this.setAttribute("anchoralignment", e) : (h(`Invalid anchor alignment value: ${e}. Using default ${w}.`), this.setAttribute("anchoralignment", w));
|
|
143
143
|
}
|
|
144
144
|
get usePolyfill() {
|
|
145
145
|
return this.hasAttribute("use-polyfill");
|
|
@@ -157,14 +157,14 @@ var w = "bottom-left", ie = class extends n {
|
|
|
157
157
|
return this.getAttribute("popover-height");
|
|
158
158
|
}
|
|
159
159
|
set popoverHeight(e) {
|
|
160
|
-
|
|
160
|
+
_(this, "popover-height", e);
|
|
161
161
|
}
|
|
162
162
|
};
|
|
163
|
-
customElements.get("px-dropdown") || customElements.define("px-dropdown",
|
|
163
|
+
customElements.get("px-dropdown") || customElements.define("px-dropdown", ae);
|
|
164
164
|
//#endregion
|
|
165
165
|
//#region ../../components/Input/src/input.css?inline
|
|
166
|
-
var ae = ":host{--icon-error:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17' width='17' height='17'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23B30000;%7D%3C/style%3E%3C/defs%3E%3Cg id='forms-error'%3E%3Cpath id='Error' class='cls-1' d='M8.5,0A8.5,8.5,0,1,0,17,8.5,8.51,8.51,0,0,0,8.5,0ZM7.42,4.65a1.08,1.08,0,1,1,2.16,0V8.79a1.08,1.08,0,0,1-2.16,0Zm1.93,8.44a1.2,1.2,0,0,1-1.7-1.69,1.15,1.15,0,0,1,.85-.35,1.11,1.11,0,0,1,.84.35h0A1.21,1.21,0,0,1,9.35,13.09Z'/%3E%3C/g%3E%3C/svg%3E\");--icon-success:url(\"data:image/svg+xml,%3Csvg id='forms-success' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17' width='17' height='17'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23008000;%7D%3C/style%3E%3C/defs%3E%3Cpath id='Success' class='cls-1' d='M8.5,0A8.5,8.5,0,1,0,17,8.5,8.51,8.51,0,0,0,8.5,0Zm3.69,7.08-4.29,4a.81.81,0,0,1-.56.22.84.84,0,0,1-.59-.24L4.67,9A.81.81,0,0,1,5.81,7.85L7.35,9.4,11.1,5.91a.8.8,0,0,1,1.09,1.17Z'/%3E%3C/svg%3E\");--icon-search:url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M17.6451%2016.6649L12.5811%2011.7844C13.4371%2010.7503%2013.9122%209.46601%2013.9282%208.10498C13.9463%206.53112%2013.351%205.04391%2012.251%203.91824C11.1511%202.79211%209.67878%202.16202%208.10492%202.14352C8.081%202.14352%208.05753%202.14307%208.03406%202.14307C6.48637%202.14307%205.02715%202.7375%203.9182%203.82074C2.79208%204.92069%202.16199%206.393%202.14349%207.96687C2.12498%209.54118%202.72031%2011.0279%203.82026%2012.1536C4.97344%2013.3339%206.50442%2013.9261%208.03677%2013.9261C9.28408%2013.9261%2010.5303%2013.528%2011.5758%2012.7405L16.6828%2017.6633C16.8173%2017.7928%2016.9906%2017.8574%2017.164%2017.8574C17.3454%2017.8574%2017.5273%2017.7865%2017.6632%2017.6452C17.929%2017.3694%2017.9209%2016.9307%2017.6451%2016.6649ZM11.1849%2011.2595C10.3237%2012.1008%209.18546%2012.5707%207.98305%2012.5418C6.7793%2012.5278%205.65317%2012.0457%204.8123%2011.185C3.97101%2010.3238%203.5156%209.18687%203.53004%207.98312C3.54403%206.77981%204.02608%205.65369%204.88678%204.81282C5.73487%203.98413%206.85106%203.52962%208.03451%203.52962C8.05256%203.52962%208.07062%203.53007%208.08867%203.53007C9.29198%203.54406%2010.4181%204.02611%2011.2589%204.88684C12.1003%205.74802%2012.5557%206.88498%2012.5417%208.08873C12.5277%209.29249%2012.0456%2010.4186%2011.1849%2011.2595Z%22%20fill%3D%22%235C2D91%22%2F%3E%0A%3C%2Fsvg%3E);--icon-cancel:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.33333 0C12.9357 0 16.6667 3.73096 16.6667 8.33333C16.6667 12.9357 12.9357 16.6667 8.33333 16.6667C3.73096 16.6667 0 12.9357 0 8.33333C0 3.73096 3.73096 0 8.33333 0ZM12.3071 4.35954C12.0502 4.10263 11.6339 4.10262 11.377 4.35954L8.33333 7.40316L5.28971 4.35954C5.03279 4.10261 4.61646 4.10261 4.35954 4.35954C4.10261 4.61646 4.10261 5.03279 4.35954 5.28971L7.40316 8.33333L4.35954 11.377C4.10262 11.6339 4.10263 12.0502 4.35954 12.3071C4.61648 12.5639 5.03284 12.564 5.28971 12.3071L8.33333 9.26351L11.377 12.3071C11.6339 12.564 12.0502 12.564 12.3071 12.3071C12.564 12.0502 12.564 11.6339 12.3071 11.377L9.26351 8.33333L12.3071 5.28971C12.564 5.03284 12.5639 4.61648 12.3071 4.35954Z' fill='%235C2D91'/%3E%3C/svg%3E\");--icon-calendar:url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14.7369%201.68408H12.779V0.42102C12.779%200.188549%2012.5904%200%2012.358%200C12.1255%200%2011.9369%200.188549%2011.9369%200.42102V1.68408H9.92439V0.42102C9.92439%200.188549%209.73584%200%209.50337%200C9.2709%200%209.08235%200.188549%209.08235%200.42102V1.68408H7.0698V0.42102C7.0698%200.188549%206.88126%200%206.64878%200C6.41631%200%206.22777%200.188549%206.22777%200.42102V1.68408H4.21082V0.42102C4.21051%200.188549%204.02196%200%203.78949%200C3.55702%200%203.36847%200.188549%203.36847%200.42102V1.68408H2.52643C1.13098%201.68408%200%202.81537%200%204.21051V14.7369C0%2015.4344%200.565647%2016%201.26306%2016H13.4736C14.8687%2016%2016%2014.869%2016%2013.4736V2.94745C16%202.24973%2015.4344%201.68408%2014.7369%201.68408ZM15.158%2013.4736C15.158%2014.4038%2014.4041%2015.1576%2013.4739%2015.1576H1.26306C1.03059%2015.1576%200.842039%2014.9691%200.842039%2014.7366V6.73663H15.158V13.4736ZM15.158%205.89459H0.842039V4.21051C0.842039%203.28031%201.59592%202.52643%202.52612%202.52643H3.36816V3.78949C3.36816%204.02196%203.55671%204.21051%203.78918%204.21051C4.02165%204.21051%204.2102%204.02196%204.2102%203.78949V2.52643H6.22714V3.78949C6.22714%204.02196%206.41569%204.21051%206.64816%204.21051C6.88063%204.21051%207.06918%204.02196%207.06918%203.78949V2.52643H9.08173V3.78949C9.08173%204.02196%209.27028%204.21051%209.50275%204.21051C9.73522%204.21051%209.92377%204.02196%209.92377%203.78949V2.52643H11.9363V3.78949C11.9363%204.02196%2012.1249%204.21051%2012.3573%204.21051C12.5898%204.21051%2012.7784%204.02196%2012.7784%203.78949V2.52643H14.7363C14.9688%202.52643%2015.1573%202.71498%2015.1573%202.94745V5.89459H15.158Z%22%20fill%3D%22%235C2D91%22%2F%3E%0A%3C%2Fsvg%3E);--icon-clock:url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8%200C3.5818%200%200%203.5818%200%208C0%2012.4182%203.5818%2016%208%2016C12.4182%2016%2016%2012.4182%2016%208C16%203.5818%2012.4182%200%208%200ZM8%2015.158C4.04675%2015.158%200.842039%2011.9533%200.842039%208C0.842039%204.04675%204.04675%200.842039%208%200.842039C11.9533%200.842039%2015.158%204.04675%2015.158%208C15.158%2011.9533%2011.9533%2015.158%208%2015.158Z%22%20fill%3D%22%235C2D91%22%2F%3E%0A%3Cpath%20d%3D%22M7.99929%202.81256C7.76682%202.81256%207.57827%203.00111%207.57827%203.23358V7.76818C7.57607%207.89963%207.46972%208.00599%207.33827%208.00818H2.78235C2.54988%208.00818%202.36133%208.19673%202.36133%208.4292C2.36133%208.66167%202.54988%208.85022%202.78235%208.85022H7.32133C7.92117%208.85713%208.41309%208.3765%208.42031%207.77665C8.42031%207.77383%208.42031%207.771%208.42031%207.76818V3.23358C8.42031%203.00111%208.23176%202.81256%207.99929%202.81256Z%22%20fill%3D%22%235C2D91%22%2F%3E%0A%3C%2Fsvg%3E%0A);--icon-select:url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4%206.6665L8%2010.6665L12%206.6665%22%20stroke%3D%22%235C2D91%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);--icon-upload:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.7284%2020H6.54327C5.14071%2020%204%2018.816%204%2017.3603V16.102C4%2015.8589%204.18949%2015.6622%204.42374%2015.6622C4.65799%2015.6622%204.84748%2015.8589%204.84748%2016.102V17.3603C4.84748%2018.3311%205.60795%2019.1204%206.54327%2019.1204H18.7279C18.9618%2019.1204%2019.1517%2018.9233%2019.1517%2018.6806V16.0738C19.1517%2015.8307%2019.3412%2015.634%2019.5754%2015.634C19.8097%2015.634%2019.9992%2015.8307%2019.9992%2016.0738V18.6806C20%2019.4074%2019.4294%2020%2018.7284%2020Z%22%20fill%3D%22%235C2D91%22%2F%3E%0A%3Cpath%20d%3D%22M12.4435%204.29306C12.0671%203.90231%2011.4576%203.90231%2011.0811%204.29306L11.0774%204.29697L7.39173%208.122C7.01526%208.51275%207.01526%209.14534%207.39173%209.53609C7.7682%209.92684%208.37766%209.92684%208.75413%209.53609L10.7929%207.41951H10.7967V15.0414C10.7967%2015.4799%2011.1397%2015.8354%2011.5622%2015.8354H11.9579C12.3808%2015.8354%2012.7234%2015.4799%2012.7234%2015.0414V7.41821H12.7292L14.7659%209.53218C15.1424%209.92293%2015.7523%209.92293%2016.1284%209.53218C16.5048%209.14186%2016.5048%208.50884%2016.1284%208.11853L12.4435%204.29306Z%22%20fill%3D%22%235C2D91%22%2F%3E%0A%3C%2Fsvg%3E);--cancel-icon-width:1em;--cancel-icon-height:1em;--search-icon-datalist-width:2em;--search-icon-focus-width:var(--search-icon-datalist-width);display:block}:host *{box-sizing:border-box}label{all:unset;font-size:var(--px-font-size-base);line-height:var(--px-line-height-ratio-l)}input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container{vertical-align:baseline;align-items:center;gap:var(--px-spacing-default-mobile);padding:var(--px-padding-xs-mobile) calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-s-mobile)) var(--px-padding-xs-mobile) var(--px-padding-s-mobile);background:var(--px-color-background-container-default-default) no-repeat;background-position:center right var(--px-padding-s-mobile);box-shadow:var(--px-color-border-neutral-default) 0 0 0px var(--px-size-border-m) inset;border-radius:var(--px-radius-main);color:var(--px-color-text-neutral-default);font-family:var(--px-font-family);font-weight:var(--px-font-weight-body);font-size:var(--px-text-size-label-l-mobile);line-height:var(--px-line-height-ratio-l);text-align:left;box-sizing:border-box;border:none;outline:0;margin:0;height:var(--px-size-l)!important}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).extended{width:100%}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):hover,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).error:hover,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).success:hover{box-shadow:var(--px-color-border-state-hover-default) 0 0 0px var(--px-size-border-l) inset;background-color:var(--px-color-background-state-hover-bordered-default)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):focus-visible:not([disabled],[aria-disabled=true]):not([readonly],[aria-readonly=true]){outline-offset:var(--px-focus-offset-mobile);outline:var(--px-focus-outline-mobile) solid var(--px-color-border-focus-outline-default)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):active{box-shadow:var(--px-color-border-state-active-default) 0 0 0px var(--px-size-border-m) inset;background-color:var(--px-color-background-container-default-default);outline:none}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):disabled,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):read-only:not(:is(select),#input-file-container){box-shadow:var(--px-color-border-neutral-default) 0 0 0px 0 inset;font-weight:var(--px-font-weight-title);text-align:left;background:0 0;padding:0}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).error{box-shadow:var(--px-color-border-purpose-error-default) 0 0 0px var(--px-size-border-m) inset;background-repeat:no-repeat;background-image:var(--icon-error)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).success{box-shadow:var(--px-color-border-purpose-success-default) 0 0 0px var(--px-size-border-m) inset;background-repeat:no-repeat;background-image:var(--icon-success)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].success,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].error,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(select).error,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)#input-file-container.success,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)#input-file-container.error{background-position:center right calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile)), center right var(--px-padding-s-mobile)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time].success{background-image:var(--icon-success)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time].error{background-image:var(--icon-error)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time]{min-width:8.5rem;padding-right:calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile))}:is(:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time])::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-mobile) + var(--px-size-icon-s) ) * -1)}:is(:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time]).error,:is(:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time]).success{background-position:center right calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile))}:is(:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time]).success{background-image:var(--icon-success)}:is(:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time]).error{background-image:var(--icon-error)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search]{background-image:var(--icon-search);padding-right:calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile) + var(--px-size-icon-s) + var(--px-spacing-s-mobile))}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;background-image:var(--icon-cancel);height:var(--cancel-icon-height);width:var(--cancel-icon-width);margin-right:calc(( var(--px-spacing-xs-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile) ) * -1);margin-left:var(--px-spacing-s-mobile);background-position:50%;background-repeat:no-repeat}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search]:focus::-webkit-search-cancel-button{opacity:1;pointer-events:auto;margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-mobile)) * -1)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search]:hover::-webkit-search-cancel-button{opacity:1;pointer-events:auto;margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-mobile)) * -1)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search][list=suggestions]:focus::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-mobile) + var(--px-spacing-xs-mobile) ) * -1)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search][list=suggestions]:hover::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-mobile) + var(--px-spacing-xs-mobile) ) * -1)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search][list=suggestions]:focus::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-mobile)) * -1))}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search][list=suggestions]:hover::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-mobile)) * -1))}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].success:hover,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].success:focus-visible,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].error:hover,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].error:focus-visible{background-position:center right var(--px-padding-s-mobile);background-image:var(--icon-search)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].success{background-image:var(--icon-success), var(--icon-search)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].error{background-image:var(--icon-error), var(--icon-search)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(select){text-overflow:ellipsis;background-image:var(--icon-select);-webkit-appearance:none;width:100%;padding-right:calc(var(--px-padding-s-mobile) + var(--px-size-icon-s))}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(select).error{padding-right:calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile) + var(--px-size-icon-s) + var(--px-spacing-s-mobile))}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(select).success{background-image:var(--icon-success), var(--icon-select)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(select).error{background-image:var(--icon-error), var(--icon-select)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(textarea){flex-grow:0;height:auto!important}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(textarea).success,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(textarea).error{background-position:right 1rem top .5rem}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)#input-file-container{background-repeat:no-repeat;background-position:center right var(--px-padding-s-mobile);background-image:var(--icon-upload);align-items:center;max-width:100%;display:flex}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)#input-file-container span{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)#input-file-container.success{background-image:var(--icon-success), var(--icon-upload)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)#input-file-container.error{background-image:var(--icon-error), var(--icon-upload)}:host([auto-complete]) input{--autocomplete-search-icon-width:calc(2 * var(--px-spacing-xs-mobile) + 2 * var(--px-padding-xs-mobile) + var(--px-size-icon-s));background-image:var(--icon-search);padding-right:var(--autocomplete-search-icon-width);background-position:right 1rem center}:host([auto-complete]) input.success{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-mobile) + var(--px-padding-xs-mobile) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile)), center right var(--px-padding-s-mobile);background-image:var(--icon-success), var(--icon-search)!important}:host([auto-complete]) input.error{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-mobile) + var(--px-padding-xs-mobile) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile)), center right var(--px-padding-s-mobile);background-image:var(--icon-error), var(--icon-search)!important}slot{font-family:var(--px-font-family);font-size:var(--px-text-size-label-m-mobile);font-weight:var(--px-font-weight-body);line-height:var(--px-line-height-ratio-l);text-align:left;color:var(--px-color-text-neutral-default)}slot.error{color:var(--px-color-text-purpose-error-default)}slot.success{color:var(--px-color-text-purpose-success-default)}slot[name=helper]{color:#0000008f;font-size:var(--px-text-size-label-s-mobile)}#container{gap:var(--px-spacing-2xs-mobile);flex-direction:column;display:inline-flex}#container:has(#input-file-container){max-width:100%}:host([extended]) #container{width:100%}#label-helper{gap:var(--px-spacing-2xs-mobile);flex-direction:column;display:flex}input[type=file]{-webkit-appearance:none;opacity:0;width:0;height:0}@media screen and (width<=47.938rem){:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).extended--mobile{width:100%}:host([extended--mobile]) #container{width:100%}}@media screen and (width>=48rem) and (width<=64rem){:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).extended--tablet{width:100%}:host([extended--tablet]) #container{width:100%}}@media screen and (width>=48rem){:host([auto-complete]) input{--autocomplete-search-icon-width:calc(2 * var(--px-spacing-xs-tablet) + 2 * var(--px-padding-xs-tablet) + var(--px-size-icon-s))}:host([auto-complete]) input.success{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-tablet) + var(--px-padding-xs-tablet) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet)), center right var(--px-padding-s-tablet);background-image:var(--icon-success), var(--icon-search)!important}:host([auto-complete]) input.error{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-tablet) + var(--px-padding-xs-tablet) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet)), center right var(--px-padding-s-tablet);background-image:var(--icon-error), var(--icon-search)!important}input:not([type=file]),textarea,select,#input-file-container{gap:var(--px-spacing-default-tablet);padding:var(--px-padding-xs-tablet) calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-s-tablet)) var(--px-padding-xs-tablet) var(--px-padding-s-tablet);font-size:var(--px-text-size-label-l-tablet);background-position:center right var(--px-padding-s-tablet);height:var(--px-size-l)!important}:is(input:not([type=file]),textarea,select,#input-file-container):focus-visible:not([disabled],[aria-disabled=true]):not([readonly],[aria-readonly=true]){outline-offset:var(--px-focus-offset-tablet);outline-width:var(--px-focus-outline-tablet)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).error,:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container.success,:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container.error{background-position:center right calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet)), center right var(--px-padding-s-tablet)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]{min-width:8.5rem;padding-right:calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet))}:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time])::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-tablet) + var(--px-size-icon-s) ) * -1)}:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]).error,:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]).success{background-position:center right calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]{padding-right:calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet) + var(--px-size-icon-s) + var(--px-spacing-s-tablet))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]::-webkit-search-cancel-button{margin-right:calc(( var(--px-spacing-xs-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet) ) * -1);margin-left:var(--px-spacing-s-tablet)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]:focus::-webkit-search-cancel-button{margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-tablet)) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]:hover::-webkit-search-cancel-button{margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-tablet)) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:focus::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-tablet) + var(--px-spacing-xs-tablet) ) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:hover::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-tablet) + var(--px-spacing-xs-tablet) ) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:focus::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-tablet)) * -1))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:hover::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-tablet)) * -1))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success:hover,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success:focus-visible,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error:hover,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error:focus-visible{background-position:center right var(--px-padding-s-tablet)}:is(input:not([type=file]),textarea,select,#input-file-container):is(select){padding-right:calc(var(--px-padding-s-tablet) + var(--px-size-icon-s))}:is(input:not([type=file]),textarea,select,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).error{padding-right:calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet) + var(--px-size-icon-s) + var(--px-spacing-s-tablet))}:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container{background-position:center right var(--px-padding-s-tablet)}slot{font-size:var(--px-text-size-label-m-tablet)}slot[name=helper]{font-size:var(--px-text-size-label-s-tablet)}#container,#label-helper{gap:var(--px-spacing-2xs-tablet)}}@media screen and (width>=64.0625rem) and (width<=90rem){:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).extended--laptop{width:100%}:host([extended--laptop]) #container{width:100%}}@media screen and (width>=64.0625rem){:host([auto-complete]) input{--autocomplete-search-icon-width:calc(2 * var(--px-spacing-xs-laptop) + 2 * var(--px-padding-xs-laptop) + var(--px-size-icon-s))}:host([auto-complete]) input.success{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-laptop) + var(--px-padding-xs-laptop) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop)), center right var(--px-padding-s-laptop);background-image:var(--icon-success), var(--icon-search)!important}:host([auto-complete]) input.error{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-laptop) + var(--px-padding-xs-laptop) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop)), center right var(--px-padding-s-laptop);background-image:var(--icon-error), var(--icon-search)!important}input:not([type=file]),textarea,select,#input-file-container{gap:var(--px-spacing-default-laptop);padding:var(--px-padding-xs-laptop) calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-s-laptop)) var(--px-padding-xs-laptop) var(--px-padding-s-laptop);font-size:var(--px-text-size-label-l-laptop);background-position:center right var(--px-padding-s-laptop)}:is(input:not([type=file]),textarea,select,#input-file-container):focus-visble:not([disabled],[aria-disabled=true]):not([readonly],[aria-readonly=true]){outline-offset:var(--px-focus-offset-laptop);outline-width:var(--px-focus-outline-laptop)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).error,:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container.success,:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container.error{background-position:center right calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop)), center right var(--px-padding-s-laptop)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]{min-width:8.5rem;padding-right:calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop))}:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time])::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-laptop) + var(--px-size-icon-s) ) * -1)}:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]).error,:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]).success{background-position:center right calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]{padding-right:calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop) + var(--px-size-icon-s) + var(--px-spacing-s-laptop))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]::-webkit-search-cancel-button{margin-right:calc(( var(--px-spacing-xs-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop) ) * -1);margin-left:var(--px-spacing-s-laptop)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]:focus::-webkit-search-cancel-button{margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-laptop)) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]:hover::-webkit-search-cancel-button{margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-laptop)) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:focus-visible::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-laptop) + var(--px-spacing-xs-laptop) ) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:hover::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-laptop) + var(--px-spacing-xs-laptop) ) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:focus::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-laptop)) * -1))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:hover::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-laptop)) * -1))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success:hover,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success:focus-visible,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error:hover,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error:focus-visible{background-position:center right var(--px-padding-s-laptop)}:is(input:not([type=file]),textarea,select,#input-file-container):is(select){padding-right:calc(var(--px-padding-s-laptop) + var(--px-size-icon-s))}:is(input:not([type=file]),textarea,select,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).error{padding-right:calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop) + var(--px-size-icon-s) + var(--px-spacing-s-laptop))}:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container{background-position:center right var(--px-padding-s-laptop)}slot{font-size:var(--px-text-size-label-m-laptop)}slot[name=helper]{font-size:var(--px-text-size-label-s-laptop)}#container,#label-helper{gap:var(--px-spacing-2xs-laptop)}}@media screen and (width>=90.0625rem){:host([auto-complete]) input{--autocomplete-search-icon-width:calc(2 * var(--px-spacing-xs-desktop) + 2 * var(--px-padding-xs-desktop) + var(--px-size-icon-s))}:host([auto-complete]) input.success{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-laptop) + var(--px-padding-xs-laptop) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop)), center right var(--px-padding-s-laptop);background-image:var(--icon-success), var(--icon-search)!important}:host([auto-complete]) input.error{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-laptop) + var(--px-padding-xs-laptop) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop)), center right var(--px-padding-s-laptop);background-image:var(--icon-error), var(--icon-search)!important}input:not([type=file]),textarea,select,#input-file-container{gap:var(--px-spacing-default-desktop);padding:var(--px-padding-xs-desktop) calc(var(--px-padding-s-desktop) + var(--px-size-icon-s) + var(--px-spacing-s-desktop)) var(--px-padding-xs-desktop) var(--px-padding-s-desktop);font-size:var(--px-text-size-label-l-desktop);background-position:center right var(--px-padding-s-desktop)}:is(input:not([type=file]),textarea,select,#input-file-container):focus-visble:not([disabled],[aria-disabled=true]):not([readonly],[aria-readonly=true]){outline-offset:var(--px-focus-offset-desktop);outline-width:var(--px-focus-outline-desktop)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).error,:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container.success,:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container.error{background-position:center right calc(var(--px-padding-s-desktop) + var(--px-size-icon-s) + var(--px-spacing-xs-desktop)), center right var(--px-padding-s-desktop)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]{min-width:8.5rem;padding-right:calc(var(--px-padding-s-desktop) + var(--px-size-icon-s) + var(--px-spacing-xs-desktop) + var(--px-size-icon-s) + var(--px-spacing-xs-desktop))}:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time])::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-desktop) + var(--px-size-icon-s) ) * -1)}:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]).error,:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]).success{background-position:center right calc(var(--px-padding-s-desktop) + var(--px-size-icon-s) + var(--px-spacing-xs-desktop))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]{padding-right:calc(var(--px-padding-s-desktop) + var(--px-size-icon-s) + var(--px-spacing-xs-desktop) + var(--px-size-icon-s) + var(--px-spacing-s-desktop))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]::-webkit-search-cancel-button{margin-right:calc(( var(--px-spacing-xs-desktop) + var(--px-size-icon-s) + var(--px-spacing-xs-desktop) ) * -1);margin-left:var(--px-spacing-s-desktop)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]:focus::-webkit-search-cancel-button{margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-desktop)) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]:hover::-webkit-search-cancel-button{margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-desktop)) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:focus-visible::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-desktop) + var(--px-spacing-xs-desktop) ) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:hover::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-desktop) + var(--px-spacing-xs-desktop) ) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:focus-visible::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-desktop)) * -1))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:hover::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-desktop)) * -1))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success:hover,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success:focus-visible,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error:hover,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error:focus-visible{background-position:center right var(--px-padding-s-desktop)}:is(input:not([type=file]),textarea,select,#input-file-container):is(select){padding-right:calc(var(--px-padding-s-desktop) + var(--px-size-icon-s))}:is(input:not([type=file]),textarea,select,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).error{padding-right:calc(var(--px-padding-s-desktop) + var(--px-size-icon-s) + var(--px-spacing-xs-desktop) + var(--px-size-icon-s) + var(--px-spacing-s-desktop))}:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container{background-position:center right var(--px-padding-s-desktop)}:is(input:not([type=file]),textarea,select,#input-file-container).extended--desktop{width:100%}:host([extended--desktop]) #container{width:100%}slot{font-size:var(--px-text-size-label-m-desktop)}slot[name=helper]{font-size:var(--px-text-size-label-s-desktop)}#container{gap:var(--px-spacing-2xs-laptop)}#label-helper{gap:var(--px-spacing-2xs-desktop)}}", T = new CSSStyleSheet();
|
|
167
|
-
T.replaceSync(
|
|
166
|
+
var oe = ":host{--icon-error:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17' width='17' height='17'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23B30000;%7D%3C/style%3E%3C/defs%3E%3Cg id='forms-error'%3E%3Cpath id='Error' class='cls-1' d='M8.5,0A8.5,8.5,0,1,0,17,8.5,8.51,8.51,0,0,0,8.5,0ZM7.42,4.65a1.08,1.08,0,1,1,2.16,0V8.79a1.08,1.08,0,0,1-2.16,0Zm1.93,8.44a1.2,1.2,0,0,1-1.7-1.69,1.15,1.15,0,0,1,.85-.35,1.11,1.11,0,0,1,.84.35h0A1.21,1.21,0,0,1,9.35,13.09Z'/%3E%3C/g%3E%3C/svg%3E\");--icon-success:url(\"data:image/svg+xml,%3Csvg id='forms-success' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17' width='17' height='17'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23008000;%7D%3C/style%3E%3C/defs%3E%3Cpath id='Success' class='cls-1' d='M8.5,0A8.5,8.5,0,1,0,17,8.5,8.51,8.51,0,0,0,8.5,0Zm3.69,7.08-4.29,4a.81.81,0,0,1-.56.22.84.84,0,0,1-.59-.24L4.67,9A.81.81,0,0,1,5.81,7.85L7.35,9.4,11.1,5.91a.8.8,0,0,1,1.09,1.17Z'/%3E%3C/svg%3E\");--icon-search:url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M17.6451%2016.6649L12.5811%2011.7844C13.4371%2010.7503%2013.9122%209.46601%2013.9282%208.10498C13.9463%206.53112%2013.351%205.04391%2012.251%203.91824C11.1511%202.79211%209.67878%202.16202%208.10492%202.14352C8.081%202.14352%208.05753%202.14307%208.03406%202.14307C6.48637%202.14307%205.02715%202.7375%203.9182%203.82074C2.79208%204.92069%202.16199%206.393%202.14349%207.96687C2.12498%209.54118%202.72031%2011.0279%203.82026%2012.1536C4.97344%2013.3339%206.50442%2013.9261%208.03677%2013.9261C9.28408%2013.9261%2010.5303%2013.528%2011.5758%2012.7405L16.6828%2017.6633C16.8173%2017.7928%2016.9906%2017.8574%2017.164%2017.8574C17.3454%2017.8574%2017.5273%2017.7865%2017.6632%2017.6452C17.929%2017.3694%2017.9209%2016.9307%2017.6451%2016.6649ZM11.1849%2011.2595C10.3237%2012.1008%209.18546%2012.5707%207.98305%2012.5418C6.7793%2012.5278%205.65317%2012.0457%204.8123%2011.185C3.97101%2010.3238%203.5156%209.18687%203.53004%207.98312C3.54403%206.77981%204.02608%205.65369%204.88678%204.81282C5.73487%203.98413%206.85106%203.52962%208.03451%203.52962C8.05256%203.52962%208.07062%203.53007%208.08867%203.53007C9.29198%203.54406%2010.4181%204.02611%2011.2589%204.88684C12.1003%205.74802%2012.5557%206.88498%2012.5417%208.08873C12.5277%209.29249%2012.0456%2010.4186%2011.1849%2011.2595Z%22%20fill%3D%22%235C2D91%22%2F%3E%0A%3C%2Fsvg%3E);--icon-cancel:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.33333 0C12.9357 0 16.6667 3.73096 16.6667 8.33333C16.6667 12.9357 12.9357 16.6667 8.33333 16.6667C3.73096 16.6667 0 12.9357 0 8.33333C0 3.73096 3.73096 0 8.33333 0ZM12.3071 4.35954C12.0502 4.10263 11.6339 4.10262 11.377 4.35954L8.33333 7.40316L5.28971 4.35954C5.03279 4.10261 4.61646 4.10261 4.35954 4.35954C4.10261 4.61646 4.10261 5.03279 4.35954 5.28971L7.40316 8.33333L4.35954 11.377C4.10262 11.6339 4.10263 12.0502 4.35954 12.3071C4.61648 12.5639 5.03284 12.564 5.28971 12.3071L8.33333 9.26351L11.377 12.3071C11.6339 12.564 12.0502 12.564 12.3071 12.3071C12.564 12.0502 12.564 11.6339 12.3071 11.377L9.26351 8.33333L12.3071 5.28971C12.564 5.03284 12.5639 4.61648 12.3071 4.35954Z' fill='%235C2D91'/%3E%3C/svg%3E\");--icon-calendar:url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14.7369%201.68408H12.779V0.42102C12.779%200.188549%2012.5904%200%2012.358%200C12.1255%200%2011.9369%200.188549%2011.9369%200.42102V1.68408H9.92439V0.42102C9.92439%200.188549%209.73584%200%209.50337%200C9.2709%200%209.08235%200.188549%209.08235%200.42102V1.68408H7.0698V0.42102C7.0698%200.188549%206.88126%200%206.64878%200C6.41631%200%206.22777%200.188549%206.22777%200.42102V1.68408H4.21082V0.42102C4.21051%200.188549%204.02196%200%203.78949%200C3.55702%200%203.36847%200.188549%203.36847%200.42102V1.68408H2.52643C1.13098%201.68408%200%202.81537%200%204.21051V14.7369C0%2015.4344%200.565647%2016%201.26306%2016H13.4736C14.8687%2016%2016%2014.869%2016%2013.4736V2.94745C16%202.24973%2015.4344%201.68408%2014.7369%201.68408ZM15.158%2013.4736C15.158%2014.4038%2014.4041%2015.1576%2013.4739%2015.1576H1.26306C1.03059%2015.1576%200.842039%2014.9691%200.842039%2014.7366V6.73663H15.158V13.4736ZM15.158%205.89459H0.842039V4.21051C0.842039%203.28031%201.59592%202.52643%202.52612%202.52643H3.36816V3.78949C3.36816%204.02196%203.55671%204.21051%203.78918%204.21051C4.02165%204.21051%204.2102%204.02196%204.2102%203.78949V2.52643H6.22714V3.78949C6.22714%204.02196%206.41569%204.21051%206.64816%204.21051C6.88063%204.21051%207.06918%204.02196%207.06918%203.78949V2.52643H9.08173V3.78949C9.08173%204.02196%209.27028%204.21051%209.50275%204.21051C9.73522%204.21051%209.92377%204.02196%209.92377%203.78949V2.52643H11.9363V3.78949C11.9363%204.02196%2012.1249%204.21051%2012.3573%204.21051C12.5898%204.21051%2012.7784%204.02196%2012.7784%203.78949V2.52643H14.7363C14.9688%202.52643%2015.1573%202.71498%2015.1573%202.94745V5.89459H15.158Z%22%20fill%3D%22%235C2D91%22%2F%3E%0A%3C%2Fsvg%3E);--icon-clock:url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8%200C3.5818%200%200%203.5818%200%208C0%2012.4182%203.5818%2016%208%2016C12.4182%2016%2016%2012.4182%2016%208C16%203.5818%2012.4182%200%208%200ZM8%2015.158C4.04675%2015.158%200.842039%2011.9533%200.842039%208C0.842039%204.04675%204.04675%200.842039%208%200.842039C11.9533%200.842039%2015.158%204.04675%2015.158%208C15.158%2011.9533%2011.9533%2015.158%208%2015.158Z%22%20fill%3D%22%235C2D91%22%2F%3E%0A%3Cpath%20d%3D%22M7.99929%202.81256C7.76682%202.81256%207.57827%203.00111%207.57827%203.23358V7.76818C7.57607%207.89963%207.46972%208.00599%207.33827%208.00818H2.78235C2.54988%208.00818%202.36133%208.19673%202.36133%208.4292C2.36133%208.66167%202.54988%208.85022%202.78235%208.85022H7.32133C7.92117%208.85713%208.41309%208.3765%208.42031%207.77665C8.42031%207.77383%208.42031%207.771%208.42031%207.76818V3.23358C8.42031%203.00111%208.23176%202.81256%207.99929%202.81256Z%22%20fill%3D%22%235C2D91%22%2F%3E%0A%3C%2Fsvg%3E%0A);--icon-select:url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4%206.6665L8%2010.6665L12%206.6665%22%20stroke%3D%22%235C2D91%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);--icon-upload:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.7284%2020H6.54327C5.14071%2020%204%2018.816%204%2017.3603V16.102C4%2015.8589%204.18949%2015.6622%204.42374%2015.6622C4.65799%2015.6622%204.84748%2015.8589%204.84748%2016.102V17.3603C4.84748%2018.3311%205.60795%2019.1204%206.54327%2019.1204H18.7279C18.9618%2019.1204%2019.1517%2018.9233%2019.1517%2018.6806V16.0738C19.1517%2015.8307%2019.3412%2015.634%2019.5754%2015.634C19.8097%2015.634%2019.9992%2015.8307%2019.9992%2016.0738V18.6806C20%2019.4074%2019.4294%2020%2018.7284%2020Z%22%20fill%3D%22%235C2D91%22%2F%3E%0A%3Cpath%20d%3D%22M12.4435%204.29306C12.0671%203.90231%2011.4576%203.90231%2011.0811%204.29306L11.0774%204.29697L7.39173%208.122C7.01526%208.51275%207.01526%209.14534%207.39173%209.53609C7.7682%209.92684%208.37766%209.92684%208.75413%209.53609L10.7929%207.41951H10.7967V15.0414C10.7967%2015.4799%2011.1397%2015.8354%2011.5622%2015.8354H11.9579C12.3808%2015.8354%2012.7234%2015.4799%2012.7234%2015.0414V7.41821H12.7292L14.7659%209.53218C15.1424%209.92293%2015.7523%209.92293%2016.1284%209.53218C16.5048%209.14186%2016.5048%208.50884%2016.1284%208.11853L12.4435%204.29306Z%22%20fill%3D%22%235C2D91%22%2F%3E%0A%3C%2Fsvg%3E);--cancel-icon-width:1em;--cancel-icon-height:1em;--search-icon-datalist-width:2em;--search-icon-focus-width:var(--search-icon-datalist-width);display:block}:host *{box-sizing:border-box}label{all:unset;font-size:var(--px-font-size-base);line-height:var(--px-line-height-ratio-l)}input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container{vertical-align:baseline;align-items:center;gap:var(--px-spacing-default-mobile);padding:var(--px-padding-xs-mobile) calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-s-mobile)) var(--px-padding-xs-mobile) var(--px-padding-s-mobile);background:var(--px-color-background-container-default-default) no-repeat;background-position:center right var(--px-padding-s-mobile);box-shadow:var(--px-color-border-neutral-default) 0 0 0px var(--px-size-border-m) inset;border-radius:var(--px-radius-main);color:var(--px-color-text-neutral-default);font-family:var(--px-font-family);font-weight:var(--px-font-weight-body);font-size:var(--px-text-size-label-l-mobile);line-height:var(--px-line-height-ratio-l);text-align:left;box-sizing:border-box;border:none;outline:0;margin:0;height:var(--px-size-l)!important}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).extended{width:100%}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):hover,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).error:hover,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).success:hover{box-shadow:var(--px-color-border-state-hover-default) 0 0 0px var(--px-size-border-l) inset;background-color:var(--px-color-background-state-hover-bordered-default)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):focus-visible:not([disabled],[aria-disabled=true]):not([readonly],[aria-readonly=true]){outline-offset:var(--px-focus-offset-mobile);outline:var(--px-focus-outline-mobile) solid var(--px-color-border-focus-outline-default)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):active{box-shadow:var(--px-color-border-state-active-default) 0 0 0px var(--px-size-border-m) inset;background-color:var(--px-color-background-container-default-default);outline:none}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):disabled,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):read-only:not(:is(select),#input-file-container){box-shadow:var(--px-color-border-neutral-default) 0 0 0px 0 inset;font-weight:var(--px-font-weight-title);text-align:left;background:0 0;padding:0}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).error{box-shadow:var(--px-color-border-purpose-error-default) 0 0 0px var(--px-size-border-m) inset;background-repeat:no-repeat;background-image:var(--icon-error)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).success{box-shadow:var(--px-color-border-purpose-success-default) 0 0 0px var(--px-size-border-m) inset;background-repeat:no-repeat;background-image:var(--icon-success)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].success,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].error,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(select).error,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)#input-file-container.success,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)#input-file-container.error{background-position:center right calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile)), center right var(--px-padding-s-mobile)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time].success{background-image:var(--icon-success)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time].error{background-image:var(--icon-error)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time]{min-width:8.5rem;padding-right:calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile))}:is(:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time])::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-mobile) + var(--px-size-icon-s) ) * -1)}:is(:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time]).error,:is(:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time]).success{background-position:center right calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile))}:is(:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time]).success{background-image:var(--icon-success)}:is(:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=time]).error{background-image:var(--icon-error)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search]{background-image:var(--icon-search);padding-right:calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile) + var(--px-size-icon-s) + var(--px-spacing-s-mobile))}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;background-image:var(--icon-cancel);height:var(--cancel-icon-height);width:var(--cancel-icon-width);margin-right:calc(( var(--px-spacing-xs-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile) ) * -1);margin-left:var(--px-spacing-s-mobile);background-position:50%;background-repeat:no-repeat}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search]:focus::-webkit-search-cancel-button{opacity:1;pointer-events:auto;margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-mobile)) * -1)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search]:hover::-webkit-search-cancel-button{opacity:1;pointer-events:auto;margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-mobile)) * -1)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search][list=suggestions]:focus::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-mobile) + var(--px-spacing-xs-mobile) ) * -1)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search][list=suggestions]:hover::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-mobile) + var(--px-spacing-xs-mobile) ) * -1)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search][list=suggestions]:focus::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-mobile)) * -1))}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search][list=suggestions]:hover::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-mobile)) * -1))}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].success:hover,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].success:focus-visible,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].error:hover,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].error:focus-visible{background-position:center right var(--px-padding-s-mobile);background-image:var(--icon-search)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].success{background-image:var(--icon-success), var(--icon-search)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)[type=search].error{background-image:var(--icon-error), var(--icon-search)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(select){text-overflow:ellipsis;background-image:var(--icon-select);-webkit-appearance:none;width:100%;padding-right:calc(var(--px-padding-s-mobile) + var(--px-size-icon-s))}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(select).error{padding-right:calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile) + var(--px-size-icon-s) + var(--px-spacing-s-mobile))}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(select).success{background-image:var(--icon-success), var(--icon-select)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(select).error{background-image:var(--icon-error), var(--icon-select)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(textarea){flex-grow:0;height:auto!important}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(textarea).success,:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container):is(textarea).error{background-position:right 1rem top .5rem}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)#input-file-container{background-repeat:no-repeat;background-position:center right var(--px-padding-s-mobile);background-image:var(--icon-upload);align-items:center;max-width:100%;display:flex}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)#input-file-container span{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)#input-file-container.success{background-image:var(--icon-success), var(--icon-upload)}:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container)#input-file-container.error{background-image:var(--icon-error), var(--icon-upload)}:host([auto-complete]) input{--autocomplete-search-icon-width:calc(2 * var(--px-spacing-xs-mobile) + 2 * var(--px-padding-xs-mobile) + var(--px-size-icon-s));background-image:var(--icon-search);padding-right:var(--autocomplete-search-icon-width);background-position:right 1rem center}:host([auto-complete]) input.success{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-mobile) + var(--px-padding-xs-mobile) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile)), center right var(--px-padding-s-mobile);background-image:var(--icon-success), var(--icon-search)!important}:host([auto-complete]) input.error{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-mobile) + var(--px-padding-xs-mobile) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-mobile) + var(--px-size-icon-s) + var(--px-spacing-xs-mobile)), center right var(--px-padding-s-mobile);background-image:var(--icon-error), var(--icon-search)!important}slot{font-family:var(--px-font-family);font-size:var(--px-text-size-label-m-mobile);font-weight:var(--px-font-weight-body);line-height:var(--px-line-height-ratio-l);text-align:left;color:var(--px-color-text-neutral-default)}slot.error{color:var(--px-color-text-purpose-error-default)}slot.success{color:var(--px-color-text-purpose-success-default)}slot[name=helper]{color:#0000008f;font-size:var(--px-text-size-label-s-mobile)}#container{gap:var(--px-spacing-2xs-mobile);flex-direction:column;display:inline-flex}#container:has(#input-file-container){max-width:100%}:host([extended]) #container{width:100%}#label-helper{gap:var(--px-spacing-2xs-mobile);flex-direction:column;display:flex}input[type=file]{-webkit-appearance:none;opacity:0;width:0;height:0}@media screen and (width<=47.938rem){:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).extended--mobile{width:100%}:host([extended--mobile]) #container{width:100%}}@media screen and (width>=48rem) and (width<=64rem){:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).extended--tablet{width:100%}:host([extended--tablet]) #container{width:100%}}@media screen and (width>=48rem){:host([auto-complete]) input{--autocomplete-search-icon-width:calc(2 * var(--px-spacing-xs-tablet) + 2 * var(--px-padding-xs-tablet) + var(--px-size-icon-s))}:host([auto-complete]) input.success{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-tablet) + var(--px-padding-xs-tablet) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet)), center right var(--px-padding-s-tablet);background-image:var(--icon-success), var(--icon-search)!important}:host([auto-complete]) input.error{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-tablet) + var(--px-padding-xs-tablet) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet)), center right var(--px-padding-s-tablet);background-image:var(--icon-error), var(--icon-search)!important}input:not([type=file]),textarea,select,#input-file-container{gap:var(--px-spacing-default-tablet);padding:var(--px-padding-xs-tablet) calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-s-tablet)) var(--px-padding-xs-tablet) var(--px-padding-s-tablet);font-size:var(--px-text-size-label-l-tablet);background-position:center right var(--px-padding-s-tablet);height:var(--px-size-l)!important}:is(input:not([type=file]),textarea,select,#input-file-container):focus-visible:not([disabled],[aria-disabled=true]):not([readonly],[aria-readonly=true]){outline-offset:var(--px-focus-offset-tablet);outline-width:var(--px-focus-outline-tablet)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).error,:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container.success,:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container.error{background-position:center right calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet)), center right var(--px-padding-s-tablet)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]{min-width:8.5rem;padding-right:calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet))}:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time])::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-tablet) + var(--px-size-icon-s) ) * -1)}:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]).error,:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]).success{background-position:center right calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]{padding-right:calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet) + var(--px-size-icon-s) + var(--px-spacing-s-tablet))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]::-webkit-search-cancel-button{margin-right:calc(( var(--px-spacing-xs-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet) ) * -1);margin-left:var(--px-spacing-s-tablet)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]:focus::-webkit-search-cancel-button{margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-tablet)) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]:hover::-webkit-search-cancel-button{margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-tablet)) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:focus::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-tablet) + var(--px-spacing-xs-tablet) ) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:hover::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-tablet) + var(--px-spacing-xs-tablet) ) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:focus::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-tablet)) * -1))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:hover::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-tablet)) * -1))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success:hover,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success:focus-visible,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error:hover,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error:focus-visible{background-position:center right var(--px-padding-s-tablet)}:is(input:not([type=file]),textarea,select,#input-file-container):is(select){padding-right:calc(var(--px-padding-s-tablet) + var(--px-size-icon-s))}:is(input:not([type=file]),textarea,select,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).error{padding-right:calc(var(--px-padding-s-tablet) + var(--px-size-icon-s) + var(--px-spacing-xs-tablet) + var(--px-size-icon-s) + var(--px-spacing-s-tablet))}:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container{background-position:center right var(--px-padding-s-tablet)}slot{font-size:var(--px-text-size-label-m-tablet)}slot[name=helper]{font-size:var(--px-text-size-label-s-tablet)}#container,#label-helper{gap:var(--px-spacing-2xs-tablet)}}@media screen and (width>=64.0625rem) and (width<=90rem){:is(input:not([type=file]),textarea,select,:host([auto-complete]) input,#input-file-container).extended--laptop{width:100%}:host([extended--laptop]) #container{width:100%}}@media screen and (width>=64.0625rem){:host([auto-complete]) input{--autocomplete-search-icon-width:calc(2 * var(--px-spacing-xs-laptop) + 2 * var(--px-padding-xs-laptop) + var(--px-size-icon-s))}:host([auto-complete]) input.success{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-laptop) + var(--px-padding-xs-laptop) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop)), center right var(--px-padding-s-laptop);background-image:var(--icon-success), var(--icon-search)!important}:host([auto-complete]) input.error{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-laptop) + var(--px-padding-xs-laptop) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop)), center right var(--px-padding-s-laptop);background-image:var(--icon-error), var(--icon-search)!important}input:not([type=file]),textarea,select,#input-file-container{gap:var(--px-spacing-default-laptop);padding:var(--px-padding-xs-laptop) calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-s-laptop)) var(--px-padding-xs-laptop) var(--px-padding-s-laptop);font-size:var(--px-text-size-label-l-laptop);background-position:center right var(--px-padding-s-laptop)}:is(input:not([type=file]),textarea,select,#input-file-container):focus-visble:not([disabled],[aria-disabled=true]):not([readonly],[aria-readonly=true]){outline-offset:var(--px-focus-offset-laptop);outline-width:var(--px-focus-outline-laptop)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).error,:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container.success,:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container.error{background-position:center right calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop)), center right var(--px-padding-s-laptop)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]{min-width:8.5rem;padding-right:calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop))}:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time])::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-laptop) + var(--px-size-icon-s) ) * -1)}:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]).error,:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]).success{background-position:center right calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]{padding-right:calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop) + var(--px-size-icon-s) + var(--px-spacing-s-laptop))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]::-webkit-search-cancel-button{margin-right:calc(( var(--px-spacing-xs-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop) ) * -1);margin-left:var(--px-spacing-s-laptop)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]:focus::-webkit-search-cancel-button{margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-laptop)) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]:hover::-webkit-search-cancel-button{margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-laptop)) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:focus-visible::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-laptop) + var(--px-spacing-xs-laptop) ) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:hover::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-laptop) + var(--px-spacing-xs-laptop) ) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:focus::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-laptop)) * -1))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:hover::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-laptop)) * -1))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success:hover,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success:focus-visible,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error:hover,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error:focus-visible{background-position:center right var(--px-padding-s-laptop)}:is(input:not([type=file]),textarea,select,#input-file-container):is(select){padding-right:calc(var(--px-padding-s-laptop) + var(--px-size-icon-s))}:is(input:not([type=file]),textarea,select,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).error{padding-right:calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop) + var(--px-size-icon-s) + var(--px-spacing-s-laptop))}:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container{background-position:center right var(--px-padding-s-laptop)}slot{font-size:var(--px-text-size-label-m-laptop)}slot[name=helper]{font-size:var(--px-text-size-label-s-laptop)}#container,#label-helper{gap:var(--px-spacing-2xs-laptop)}}@media screen and (width>=90.0625rem){:host([auto-complete]) input{--autocomplete-search-icon-width:calc(2 * var(--px-spacing-xs-desktop) + 2 * var(--px-padding-xs-desktop) + var(--px-size-icon-s))}:host([auto-complete]) input.success{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-laptop) + var(--px-padding-xs-laptop) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop)), center right var(--px-padding-s-laptop);background-image:var(--icon-success), var(--icon-search)!important}:host([auto-complete]) input.error{--autocomplete-search-icon-width:calc(2 * ( var(--px-spacing-xs-laptop) + var(--px-padding-xs-laptop) + var(--px-size-icon-s) ));background-position:center right calc(var(--px-padding-s-laptop) + var(--px-size-icon-s) + var(--px-spacing-xs-laptop)), center right var(--px-padding-s-laptop);background-image:var(--icon-error), var(--icon-search)!important}input:not([type=file]),textarea,select,#input-file-container{gap:var(--px-spacing-default-desktop);padding:var(--px-padding-xs-desktop) calc(var(--px-padding-s-desktop) + var(--px-size-icon-s) + var(--px-spacing-s-desktop)) var(--px-padding-xs-desktop) var(--px-padding-s-desktop);font-size:var(--px-text-size-label-l-desktop);background-position:center right var(--px-padding-s-desktop)}:is(input:not([type=file]),textarea,select,#input-file-container):focus-visble:not([disabled],[aria-disabled=true]):not([readonly],[aria-readonly=true]){outline-offset:var(--px-focus-offset-desktop);outline-width:var(--px-focus-outline-desktop)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).error,:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container.success,:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container.error{background-position:center right calc(var(--px-padding-s-desktop) + var(--px-size-icon-s) + var(--px-spacing-xs-desktop)), center right var(--px-padding-s-desktop)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]{min-width:8.5rem;padding-right:calc(var(--px-padding-s-desktop) + var(--px-size-icon-s) + var(--px-spacing-xs-desktop) + var(--px-size-icon-s) + var(--px-spacing-xs-desktop))}:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time])::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-desktop) + var(--px-size-icon-s) ) * -1)}:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]).error,:is(:is(input:not([type=file]),textarea,select,#input-file-container)[type=date],:is(input:not([type=file]),textarea,select,#input-file-container)[type=datetime-local],:is(input:not([type=file]),textarea,select,#input-file-container)[type=month],:is(input:not([type=file]),textarea,select,#input-file-container)[type=week],:is(input:not([type=file]),textarea,select,#input-file-container)[type=time]).success{background-position:center right calc(var(--px-padding-s-desktop) + var(--px-size-icon-s) + var(--px-spacing-xs-desktop))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]{padding-right:calc(var(--px-padding-s-desktop) + var(--px-size-icon-s) + var(--px-spacing-xs-desktop) + var(--px-size-icon-s) + var(--px-spacing-s-desktop))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]::-webkit-search-cancel-button{margin-right:calc(( var(--px-spacing-xs-desktop) + var(--px-size-icon-s) + var(--px-spacing-xs-desktop) ) * -1);margin-left:var(--px-spacing-s-desktop)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]:focus::-webkit-search-cancel-button{margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-desktop)) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search]:hover::-webkit-search-cancel-button{margin-right:calc((var(--px-size-icon-s) + var(--px-spacing-s-desktop)) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:focus-visible::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-desktop) + var(--px-spacing-xs-desktop) ) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:hover::-webkit-calendar-picker-indicator{margin-right:calc(( var(--px-size-icon-s) + var(--px-spacing-s-desktop) + var(--px-spacing-xs-desktop) ) * -1)}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:focus-visible::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-desktop)) * -1))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search][list=suggestions]:hover::-webkit-search-cancel-button{margin-right:var(--search-cancel-datalist-margin-right,calc((var(--px-size-icon-s) + var(--px-spacing-s-desktop)) * -1))}:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success:hover,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].success:focus-visible,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error:hover,:is(input:not([type=file]),textarea,select,#input-file-container)[type=search].error:focus-visible{background-position:center right var(--px-padding-s-desktop)}:is(input:not([type=file]),textarea,select,#input-file-container):is(select){padding-right:calc(var(--px-padding-s-desktop) + var(--px-size-icon-s))}:is(input:not([type=file]),textarea,select,#input-file-container):is(select).success,:is(input:not([type=file]),textarea,select,#input-file-container):is(select).error{padding-right:calc(var(--px-padding-s-desktop) + var(--px-size-icon-s) + var(--px-spacing-xs-desktop) + var(--px-size-icon-s) + var(--px-spacing-s-desktop))}:is(input:not([type=file]),textarea,select,#input-file-container)#input-file-container{background-position:center right var(--px-padding-s-desktop)}:is(input:not([type=file]),textarea,select,#input-file-container).extended--desktop{width:100%}:host([extended--desktop]) #container{width:100%}slot{font-size:var(--px-text-size-label-m-desktop)}slot[name=helper]{font-size:var(--px-text-size-label-s-desktop)}#container{gap:var(--px-spacing-2xs-laptop)}#label-helper{gap:var(--px-spacing-2xs-desktop)}}:host([hidden-label]) #label-helper{position:absolute}:host([hidden-label]) #container,:host([hidden-label]) #label-helper{gap:0}", T = new CSSStyleSheet();
|
|
167
|
+
T.replaceSync(oe);
|
|
168
168
|
var E = class extends t {
|
|
169
169
|
constructor() {
|
|
170
170
|
super(T), this.containerTemplate = () => `
|
|
@@ -186,11 +186,12 @@ var E = class extends t {
|
|
|
186
186
|
"extended--mobile",
|
|
187
187
|
"extended--tablet",
|
|
188
188
|
"extended--laptop",
|
|
189
|
-
"extended--desktop"
|
|
189
|
+
"extended--desktop",
|
|
190
|
+
"aria-describedby"
|
|
190
191
|
];
|
|
191
192
|
}
|
|
192
193
|
attributeChangedCallback(e, t, n) {
|
|
193
|
-
e === "state" && t !== n ? this.stateChangeCallback(t, n) : (e === "extended" || e === "extended--mobile" || e === "extended--tablet" || e === "extended--laptop" || e === "extended--desktop") && t !== n ? this.$el.classList.toggle(e) : super.attributeChangedCallback(e, t, n);
|
|
194
|
+
e === "aria-describedby" && t !== n ? v(this, this.$el, !1) : e === "state" && t !== n ? this.stateChangeCallback(t, n) : (e === "extended" || e === "extended--mobile" || e === "extended--tablet" || e === "extended--laptop" || e === "extended--desktop") && t !== n ? this.$el.classList.toggle(e) : super.attributeChangedCallback(e, t, n);
|
|
194
195
|
}
|
|
195
196
|
stateChangeCallback(e, t) {
|
|
196
197
|
this.$el.classList.remove(e), this.$el.classList.toggle(t), t === "error" ? (this.$statusTextSlot.classList.toggle("error"), this.$el.ariaInvalid = "true", this.internals && (this.internals.ariaInvalid = "true"), this.$statusTextSlot.classList.remove("success")) : t === "success" ? (this.$statusTextSlot.classList.remove("error"), this.$statusTextSlot.classList.toggle("success")) : (this.$el.removeAttribute("aria-invalid"), this.internals && (this.internals.ariaInvalid = null), this.$statusTextSlot.classList.remove("error", "success"), this.$labelSlot.classList.remove("error", "success"), this.$el.style.backgroundImage = ""), this.setupAriaDescribedBy(this.$slotHelper, this.$helperSlot, "helper"), this.setupAriaDescribedBy(this.$slotStatusText, this.$statusTextSlot, "status-text");
|
|
@@ -286,7 +287,7 @@ var E = class extends t {
|
|
|
286
287
|
get $slotStatusText() {
|
|
287
288
|
return this.querySelectorAll("[slot=\"status-text\"]");
|
|
288
289
|
}
|
|
289
|
-
},
|
|
290
|
+
}, se = class extends E {
|
|
290
291
|
static {
|
|
291
292
|
this.nativeName = "input";
|
|
292
293
|
}
|
|
@@ -327,10 +328,10 @@ var E = class extends t {
|
|
|
327
328
|
return this.shadowRoot.querySelector("div");
|
|
328
329
|
}
|
|
329
330
|
};
|
|
330
|
-
customElements.get("px-input") || customElements.define("px-input",
|
|
331
|
+
customElements.get("px-input") || customElements.define("px-input", se);
|
|
331
332
|
//#endregion
|
|
332
333
|
//#region ../../components/Input/src/TextArea.ts
|
|
333
|
-
var
|
|
334
|
+
var ce = class extends E {
|
|
334
335
|
static {
|
|
335
336
|
this.nativeName = "textarea";
|
|
336
337
|
}
|
|
@@ -341,10 +342,10 @@ var se = class extends E {
|
|
|
341
342
|
return "<textarea></textarea>";
|
|
342
343
|
}
|
|
343
344
|
};
|
|
344
|
-
customElements.get("px-textarea") || customElements.define("px-textarea",
|
|
345
|
+
customElements.get("px-textarea") || customElements.define("px-textarea", ce);
|
|
345
346
|
//#endregion
|
|
346
347
|
//#region ../../components/Input/src/Select.ts
|
|
347
|
-
var
|
|
348
|
+
var le = class extends E {
|
|
348
349
|
static {
|
|
349
350
|
this.nativeName = "select";
|
|
350
351
|
}
|
|
@@ -374,10 +375,10 @@ var ce = class extends E {
|
|
|
374
375
|
this.observer?.disconnect();
|
|
375
376
|
}
|
|
376
377
|
};
|
|
377
|
-
customElements.get("px-select") || customElements.define("px-select",
|
|
378
|
+
customElements.get("px-select") || customElements.define("px-select", le);
|
|
378
379
|
//#endregion
|
|
379
380
|
//#region ../../components/Input/src/Upload.ts
|
|
380
|
-
var
|
|
381
|
+
var ue = class extends E {
|
|
381
382
|
static {
|
|
382
383
|
this.nativeName = "input";
|
|
383
384
|
}
|
|
@@ -407,7 +408,7 @@ var le = class extends E {
|
|
|
407
408
|
return this.shadowRoot.querySelector("input[type=\"file\"]");
|
|
408
409
|
}
|
|
409
410
|
};
|
|
410
|
-
customElements.get("px-fileupload") || customElements.define("px-fileupload",
|
|
411
|
+
customElements.get("px-fileupload") || customElements.define("px-fileupload", ue);
|
|
411
412
|
//#endregion
|
|
412
413
|
//#region src/Autocomplete.ts
|
|
413
414
|
var D = new CSSStyleSheet();
|
|
@@ -518,7 +519,7 @@ var O = class extends n {
|
|
|
518
519
|
return this.getAttribute("popover-height");
|
|
519
520
|
}
|
|
520
521
|
set popoverHeight(e) {
|
|
521
|
-
|
|
522
|
+
_(this, "popover-height", e);
|
|
522
523
|
}
|
|
523
524
|
};
|
|
524
525
|
customElements.get("px-autocomplete") || customElements.define("px-autocomplete", O);
|
|
@@ -600,7 +601,7 @@ var N = class extends n {
|
|
|
600
601
|
this.updateName(t, n);
|
|
601
602
|
break;
|
|
602
603
|
case "size":
|
|
603
|
-
this.updateAttribute(e, t, n,
|
|
604
|
+
this.updateAttribute(e, t, n, re);
|
|
604
605
|
break;
|
|
605
606
|
case "color":
|
|
606
607
|
this.updateAttribute(e, t, n, A);
|
|
@@ -627,7 +628,7 @@ var N = class extends n {
|
|
|
627
628
|
!this.ariaLabel && this.#t && (this.#t.ariaHidden = "true", this.ariaHidden = "true"), this.parentElement?.localName === "px-a" && this.slot !== "before" && this.slot !== "after" && (this.color || this.setAttribute("color", "inherit"));
|
|
628
629
|
}
|
|
629
630
|
updateAttribute(e, t, n, r) {
|
|
630
|
-
t !== null && t !== "" && (e === "size" ? this.$el.classList.toggle(`${e}-${t}`) : this.$el.classList.toggle(t)), n !== null && n !== "" && (e === "size" ? this.$el.classList.toggle(`${e}-${n}`) : this.$el.classList.toggle(n)), this.checkName(r, n) ||
|
|
631
|
+
t !== null && t !== "" && (e === "size" ? this.$el.classList.toggle(`${e}-${t}`) : this.$el.classList.toggle(t)), n !== null && n !== "" && (e === "size" ? this.$el.classList.toggle(`${e}-${n}`) : this.$el.classList.toggle(n)), this.checkName(r, n) || h(`${n} is not an allowed ${e} value for ${this.tagName.toLowerCase()}`);
|
|
631
632
|
}
|
|
632
633
|
updateName(e, t) {
|
|
633
634
|
this.#e && this.$el.firstElementChild?.setAttribute("href", `${this.#e}#icon-${t}`);
|
|
@@ -639,25 +640,25 @@ var N = class extends n {
|
|
|
639
640
|
return this.getAttribute("name");
|
|
640
641
|
}
|
|
641
642
|
set name(e) {
|
|
642
|
-
|
|
643
|
+
_(this, "name", e);
|
|
643
644
|
}
|
|
644
645
|
get size() {
|
|
645
646
|
return this.getAttribute("size");
|
|
646
647
|
}
|
|
647
648
|
set size(e) {
|
|
648
|
-
|
|
649
|
+
_(this, "size", e);
|
|
649
650
|
}
|
|
650
651
|
get color() {
|
|
651
652
|
return this.getAttribute("color");
|
|
652
653
|
}
|
|
653
654
|
set color(e) {
|
|
654
|
-
|
|
655
|
+
_(this, "color", e);
|
|
655
656
|
}
|
|
656
657
|
get arialabel() {
|
|
657
658
|
return this.getAttribute("aria-label");
|
|
658
659
|
}
|
|
659
660
|
set arialabel(e) {
|
|
660
|
-
|
|
661
|
+
_(this, "aria-label", e);
|
|
661
662
|
}
|
|
662
663
|
get inverted() {
|
|
663
664
|
return this.hasAttribute("inverted");
|
|
@@ -669,7 +670,7 @@ var N = class extends n {
|
|
|
669
670
|
return this.getAttribute("from");
|
|
670
671
|
}
|
|
671
672
|
set from(e) {
|
|
672
|
-
|
|
673
|
+
_(this, "from", e);
|
|
673
674
|
}
|
|
674
675
|
get disabled() {
|
|
675
676
|
return this.hasAttribute("disabled");
|
|
@@ -703,14 +704,14 @@ var I = [
|
|
|
703
704
|
"11",
|
|
704
705
|
"12"
|
|
705
706
|
], R = (e, t, n) => `:host([${e}${n ? `--${n}` : ""}='${t}']) .container`, z = "px-padding", B = [
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
707
|
+
u("padding", R, g, z, "--container-padding"),
|
|
708
|
+
u("padding-inline", R, g, z),
|
|
709
|
+
u("padding-block", R, g, z),
|
|
710
|
+
u("padding-top", R, g, z),
|
|
711
|
+
u("padding-right", R, g, z, "--container-padding-right"),
|
|
712
|
+
u("padding-bottom", R, g, z),
|
|
713
|
+
u("padding-left", R, g, z, "--container-padding-left"),
|
|
714
|
+
u("gap", R, p, "px-spacing", void 0, "subgrid-gap")
|
|
714
715
|
], V = class extends n {
|
|
715
716
|
static {
|
|
716
717
|
this.nativeName = "div";
|
|
@@ -772,7 +773,7 @@ var I = [
|
|
|
772
773
|
attributeChangedCallback(e, t, n) {
|
|
773
774
|
if (t !== n) switch (e) {
|
|
774
775
|
case "border":
|
|
775
|
-
this.updateAttribute(e, t, n,
|
|
776
|
+
this.updateAttribute(e, t, n, ee);
|
|
776
777
|
break;
|
|
777
778
|
case "border-color":
|
|
778
779
|
this.updateBorderColor(e, n);
|
|
@@ -790,7 +791,7 @@ var I = [
|
|
|
790
791
|
case "no-border-radius--mobile":
|
|
791
792
|
case "no-border-radius--tablet":
|
|
792
793
|
case "no-border-radius--laptop":
|
|
793
|
-
this.updateNoBorderRadius(e, t, n,
|
|
794
|
+
this.updateNoBorderRadius(e, t, n, ie);
|
|
794
795
|
break;
|
|
795
796
|
case "background-color":
|
|
796
797
|
case "background-color--mobile":
|
|
@@ -817,10 +818,10 @@ var I = [
|
|
|
817
818
|
n !== null && n !== "" && (this.$el.style.backgroundPosition = n);
|
|
818
819
|
break;
|
|
819
820
|
case "box-shadow":
|
|
820
|
-
this.updateAttribute(e, t, n,
|
|
821
|
+
this.updateAttribute(e, t, n, te);
|
|
821
822
|
break;
|
|
822
823
|
case "anchor-offset":
|
|
823
|
-
this.updateAnchorOffset(t, n,
|
|
824
|
+
this.updateAnchorOffset(t, n, g);
|
|
824
825
|
break;
|
|
825
826
|
case "anchor-spacing":
|
|
826
827
|
this.updateAnchorSpacing(t, n, I);
|
|
@@ -846,32 +847,32 @@ var I = [
|
|
|
846
847
|
this.$el.style.setProperty(`--${e}`, `url("${t}")`);
|
|
847
848
|
}
|
|
848
849
|
updateGradient(e, t) {
|
|
849
|
-
if (this.checkName(
|
|
850
|
+
if (this.checkName(m, t)) {
|
|
850
851
|
let n = this.splitAttrNameFromBreakpoint(e);
|
|
851
852
|
e = n.attrName;
|
|
852
853
|
let r = n.breakpoint;
|
|
853
854
|
this.$el.style.setProperty(`--${e}${r}`, `linear-gradient(var(--px-color-background-gradient-${t}))`);
|
|
854
|
-
} else
|
|
855
|
+
} else h(`"${t}" is not a valid ${e} value for ${this.tagName.toLowerCase()}. Allowed values are: "${m.join("\", \"")}".`);
|
|
855
856
|
}
|
|
856
857
|
updateBackgroundColor(e, t) {
|
|
857
858
|
let n = t.startsWith("surface-");
|
|
858
859
|
if (this.checkName(r, t)) {
|
|
859
860
|
let r = this.splitAttrNameFromBreakpoint(e), i = r.breakpoint;
|
|
860
861
|
this.$el.style.setProperty(`--${r.attrName}${i}`, `var(--px-color-background-${t}${n ? "" : "-default"})`), this.$el.style.setProperty(`--${r.attrName}-inverted${i}`, `var(--px-color-background-${t}${n ? "" : "-inverted"})`);
|
|
861
|
-
} else
|
|
862
|
+
} else h(`"${t}" is not a valid ${e} value for ${this.tagName.toLowerCase()}. Allowed values are: "${r.join("\", \"")}".`);
|
|
862
863
|
}
|
|
863
864
|
updateBorderColor(e, t) {
|
|
864
|
-
this.checkName(o, t) ? (this.$el.style.setProperty(`--${e}`, `var(--px-color-border-${t}-default)`), this.$el.style.setProperty(`--${e}-inverted`, `var(--px-color-border-${t}-inverted)`)) :
|
|
865
|
+
this.checkName(o, t) ? (this.$el.style.setProperty(`--${e}`, `var(--px-color-border-${t}-default)`), this.$el.style.setProperty(`--${e}-inverted`, `var(--px-color-border-${t}-inverted)`)) : h(`"${t}" is not a valid ${e} value for ${this.tagName.toLowerCase()}. Allowed values are: "${o.join("\", \"")}".`);
|
|
865
866
|
}
|
|
866
867
|
updateNoBorderRadius(e, t, n, r) {
|
|
867
|
-
if (!this.checkName(r, n))
|
|
868
|
+
if (!this.checkName(r, n)) h(`"${n}" is not a valid ${e} value for ${this.tagName.toLowerCase()}. Allowed values are: "${r.join("\", \"")}".`);
|
|
868
869
|
else {
|
|
869
870
|
let r = this.splitAttrNameFromBreakpoint(e), i = r.breakpoint;
|
|
870
871
|
t !== null && t !== "" && this.$el.classList.toggle(`${r.attrName}-${t}${i}`), n !== null && n !== "" && this.$el.classList.toggle(`${r.attrName}-${n}${i}`);
|
|
871
872
|
}
|
|
872
873
|
}
|
|
873
874
|
updateAttribute(e, t, n, r) {
|
|
874
|
-
if (!this.checkName(r, n))
|
|
875
|
+
if (!this.checkName(r, n)) h(`"${n}" is not a valid ${e} value for ${this.tagName.toLowerCase()}. Allowed values are: "${r.join("\", \"")}".`);
|
|
875
876
|
else {
|
|
876
877
|
let r = this.splitAttrNameFromBreakpoint(e), i = r.breakpoint;
|
|
877
878
|
t !== null && t !== "" && this.$el.classList.toggle(`${r.attrName}-${t}${i}`), n !== null && n !== "" && this.$el.classList.toggle(`${r.attrName}-${n}${i}`);
|
|
@@ -893,8 +894,8 @@ var I = [
|
|
|
893
894
|
};
|
|
894
895
|
}
|
|
895
896
|
updateAnchorOffset(e, t, n) {
|
|
896
|
-
if (!
|
|
897
|
-
|
|
897
|
+
if (!l(n, t)) {
|
|
898
|
+
h(`"${t}" is not a valid anchor-offset value for ${this.tagName.toLowerCase()}. Allowed values are: "${n.join("\", \"")}".`);
|
|
898
899
|
return;
|
|
899
900
|
}
|
|
900
901
|
let r = (e) => {
|
|
@@ -906,8 +907,8 @@ var I = [
|
|
|
906
907
|
this.$el.classList.contains("anchored") || this.$el.classList.add("anchored");
|
|
907
908
|
}
|
|
908
909
|
updateAnchorSpacing(e, t, n) {
|
|
909
|
-
if (!
|
|
910
|
-
|
|
910
|
+
if (!l(n, t)) {
|
|
911
|
+
h(`"${t}" is not a valid anchor-spacing value for ${this.tagName.toLowerCase()}. Allowed values are: "${n.join("\", \"")}".`);
|
|
911
912
|
return;
|
|
912
913
|
}
|
|
913
914
|
let r = (e) => {
|
|
@@ -916,7 +917,7 @@ var I = [
|
|
|
916
917
|
r(e), r(t);
|
|
917
918
|
}
|
|
918
919
|
updateSubgridRows(e, t, n, r) {
|
|
919
|
-
|
|
920
|
+
l(r, n) ? this.style.setProperty(`--${e}`, n) : h(`"${n}" is not a valid ${e} value for ${this.tagName.toLowerCase()}. Allowed values are: "${r.join("\", \"")}".`);
|
|
920
921
|
}
|
|
921
922
|
get $el() {
|
|
922
923
|
return this?.shadowRoot?.querySelector(".container");
|
|
@@ -928,337 +929,337 @@ var I = [
|
|
|
928
929
|
return this.getAttribute("padding");
|
|
929
930
|
}
|
|
930
931
|
set padding(e) {
|
|
931
|
-
|
|
932
|
+
_(this, "padding", e);
|
|
932
933
|
}
|
|
933
934
|
get paddingBlock() {
|
|
934
935
|
return this.getAttribute("padding-block");
|
|
935
936
|
}
|
|
936
937
|
set paddingBlock(e) {
|
|
937
|
-
|
|
938
|
+
_(this, "padding-block", e);
|
|
938
939
|
}
|
|
939
940
|
get paddingInline() {
|
|
940
941
|
return this.getAttribute("padding-inline");
|
|
941
942
|
}
|
|
942
943
|
set paddingInline(e) {
|
|
943
|
-
|
|
944
|
+
_(this, "padding-inline", e);
|
|
944
945
|
}
|
|
945
946
|
get paddingTop() {
|
|
946
947
|
return this.getAttribute("padding-top");
|
|
947
948
|
}
|
|
948
949
|
set paddingTop(e) {
|
|
949
|
-
|
|
950
|
+
_(this, "padding-top", e);
|
|
950
951
|
}
|
|
951
952
|
get paddingRight() {
|
|
952
953
|
return this.getAttribute("padding-right");
|
|
953
954
|
}
|
|
954
955
|
set paddingRight(e) {
|
|
955
|
-
|
|
956
|
+
_(this, "padding-right", e);
|
|
956
957
|
}
|
|
957
958
|
get paddingBottom() {
|
|
958
959
|
return this.getAttribute("padding-bottom");
|
|
959
960
|
}
|
|
960
961
|
set paddingBottom(e) {
|
|
961
|
-
|
|
962
|
+
_(this, "padding-bottom", e);
|
|
962
963
|
}
|
|
963
964
|
get paddingLeft() {
|
|
964
965
|
return this.getAttribute("padding-left");
|
|
965
966
|
}
|
|
966
967
|
set paddingLeft(e) {
|
|
967
|
-
|
|
968
|
+
_(this, "padding-left", e);
|
|
968
969
|
}
|
|
969
970
|
get paddingMobile() {
|
|
970
971
|
return this.getAttribute("padding--mobile");
|
|
971
972
|
}
|
|
972
973
|
set paddingMobile(e) {
|
|
973
|
-
|
|
974
|
+
_(this, "padding--mobile", e);
|
|
974
975
|
}
|
|
975
976
|
get paddingBlockMobile() {
|
|
976
977
|
return this.getAttribute("padding-block--mobile");
|
|
977
978
|
}
|
|
978
979
|
set paddingBlockMobile(e) {
|
|
979
|
-
|
|
980
|
+
_(this, "padding-block--mobile", e);
|
|
980
981
|
}
|
|
981
982
|
get paddingInlineMobile() {
|
|
982
983
|
return this.getAttribute("padding-inline--mobile");
|
|
983
984
|
}
|
|
984
985
|
set paddingInlineMobile(e) {
|
|
985
|
-
|
|
986
|
+
_(this, "padding-inline--mobile", e);
|
|
986
987
|
}
|
|
987
988
|
get paddingTopMobile() {
|
|
988
989
|
return this.getAttribute("padding-top--mobile");
|
|
989
990
|
}
|
|
990
991
|
set paddingTopMobile(e) {
|
|
991
|
-
|
|
992
|
+
_(this, "padding-top--mobile", e);
|
|
992
993
|
}
|
|
993
994
|
get paddingRightMobile() {
|
|
994
995
|
return this.getAttribute("padding-right--mobile");
|
|
995
996
|
}
|
|
996
997
|
set paddingRightMobile(e) {
|
|
997
|
-
|
|
998
|
+
_(this, "padding-right--mobile", e);
|
|
998
999
|
}
|
|
999
1000
|
get paddingBottomMobile() {
|
|
1000
1001
|
return this.getAttribute("padding-bottom--mobile");
|
|
1001
1002
|
}
|
|
1002
1003
|
set paddingBottomMobile(e) {
|
|
1003
|
-
|
|
1004
|
+
_(this, "padding-bottom--mobile", e);
|
|
1004
1005
|
}
|
|
1005
1006
|
get paddingLeftMobile() {
|
|
1006
1007
|
return this.getAttribute("padding-left--mobile");
|
|
1007
1008
|
}
|
|
1008
1009
|
set paddingLeftMobile(e) {
|
|
1009
|
-
|
|
1010
|
+
_(this, "padding-left--mobile", e);
|
|
1010
1011
|
}
|
|
1011
1012
|
get paddingTablet() {
|
|
1012
1013
|
return this.getAttribute("padding--tablet");
|
|
1013
1014
|
}
|
|
1014
1015
|
set paddingTablet(e) {
|
|
1015
|
-
|
|
1016
|
+
_(this, "padding--tablet", e);
|
|
1016
1017
|
}
|
|
1017
1018
|
get paddingBlockTablet() {
|
|
1018
1019
|
return this.getAttribute("padding-block--tablet");
|
|
1019
1020
|
}
|
|
1020
1021
|
set paddingBlockTablet(e) {
|
|
1021
|
-
|
|
1022
|
+
_(this, "padding-block--tablet", e);
|
|
1022
1023
|
}
|
|
1023
1024
|
get paddingInlineTablet() {
|
|
1024
1025
|
return this.getAttribute("padding-inline--tablet");
|
|
1025
1026
|
}
|
|
1026
1027
|
set paddingInlineTablet(e) {
|
|
1027
|
-
|
|
1028
|
+
_(this, "padding-inline--tablet", e);
|
|
1028
1029
|
}
|
|
1029
1030
|
get paddingTopTablet() {
|
|
1030
1031
|
return this.getAttribute("padding-top--tablet");
|
|
1031
1032
|
}
|
|
1032
1033
|
set paddingTopTablet(e) {
|
|
1033
|
-
|
|
1034
|
+
_(this, "padding-top--tablet", e);
|
|
1034
1035
|
}
|
|
1035
1036
|
get paddingRightTablet() {
|
|
1036
1037
|
return this.getAttribute("padding-right--tablet");
|
|
1037
1038
|
}
|
|
1038
1039
|
set paddingRightTablet(e) {
|
|
1039
|
-
|
|
1040
|
+
_(this, "padding-right--tablet", e);
|
|
1040
1041
|
}
|
|
1041
1042
|
get paddingBottomTablet() {
|
|
1042
1043
|
return this.getAttribute("padding-bottom--tablet");
|
|
1043
1044
|
}
|
|
1044
1045
|
set paddingBottomTablet(e) {
|
|
1045
|
-
|
|
1046
|
+
_(this, "padding-bottom--tablet", e);
|
|
1046
1047
|
}
|
|
1047
1048
|
get paddingLeftTablet() {
|
|
1048
1049
|
return this.getAttribute("padding-left--tablet");
|
|
1049
1050
|
}
|
|
1050
1051
|
set paddingLeftTablet(e) {
|
|
1051
|
-
|
|
1052
|
+
_(this, "padding-left--tablet", e);
|
|
1052
1053
|
}
|
|
1053
1054
|
get paddingLaptop() {
|
|
1054
1055
|
return this.getAttribute("padding--laptop");
|
|
1055
1056
|
}
|
|
1056
1057
|
set paddingLaptop(e) {
|
|
1057
|
-
|
|
1058
|
+
_(this, "padding--laptop", e);
|
|
1058
1059
|
}
|
|
1059
1060
|
get paddingBlockLaptop() {
|
|
1060
1061
|
return this.getAttribute("padding-block--laptop");
|
|
1061
1062
|
}
|
|
1062
1063
|
set paddingBlockLaptop(e) {
|
|
1063
|
-
|
|
1064
|
+
_(this, "padding-block--laptop", e);
|
|
1064
1065
|
}
|
|
1065
1066
|
get paddingInlineLaptop() {
|
|
1066
1067
|
return this.getAttribute("padding-inline--laptop");
|
|
1067
1068
|
}
|
|
1068
1069
|
set paddingInlineLaptop(e) {
|
|
1069
|
-
|
|
1070
|
+
_(this, "padding-inline--laptop", e);
|
|
1070
1071
|
}
|
|
1071
1072
|
get paddingTopLaptop() {
|
|
1072
1073
|
return this.getAttribute("padding-top--laptop");
|
|
1073
1074
|
}
|
|
1074
1075
|
set paddingTopLaptop(e) {
|
|
1075
|
-
|
|
1076
|
+
_(this, "padding-top--laptop", e);
|
|
1076
1077
|
}
|
|
1077
1078
|
get paddingRightLaptop() {
|
|
1078
1079
|
return this.getAttribute("padding-right--laptop");
|
|
1079
1080
|
}
|
|
1080
1081
|
set paddingRightLaptop(e) {
|
|
1081
|
-
|
|
1082
|
+
_(this, "padding-right--laptop", e);
|
|
1082
1083
|
}
|
|
1083
1084
|
get paddingBottomLaptop() {
|
|
1084
1085
|
return this.getAttribute("padding-bottom--laptop");
|
|
1085
1086
|
}
|
|
1086
1087
|
set paddingBottomLaptop(e) {
|
|
1087
|
-
|
|
1088
|
+
_(this, "padding-bottom--laptop", e);
|
|
1088
1089
|
}
|
|
1089
1090
|
get paddingLeftLaptop() {
|
|
1090
1091
|
return this.getAttribute("padding-left--laptop");
|
|
1091
1092
|
}
|
|
1092
1093
|
set paddingLeftLaptop(e) {
|
|
1093
|
-
|
|
1094
|
+
_(this, "padding-left--laptop", e);
|
|
1094
1095
|
}
|
|
1095
1096
|
get border() {
|
|
1096
1097
|
return this.getAttribute("border");
|
|
1097
1098
|
}
|
|
1098
1099
|
set border(e) {
|
|
1099
|
-
|
|
1100
|
+
_(this, "border", e);
|
|
1100
1101
|
}
|
|
1101
1102
|
get borderColor() {
|
|
1102
1103
|
return this.getAttribute("border-color");
|
|
1103
1104
|
}
|
|
1104
1105
|
set borderColor(e) {
|
|
1105
|
-
|
|
1106
|
+
_(this, "border-color", e);
|
|
1106
1107
|
}
|
|
1107
1108
|
get borderSide() {
|
|
1108
1109
|
return this.getAttribute("border-side");
|
|
1109
1110
|
}
|
|
1110
1111
|
set borderSide(e) {
|
|
1111
|
-
|
|
1112
|
+
_(this, "border-side", e);
|
|
1112
1113
|
}
|
|
1113
1114
|
get borderSideMobile() {
|
|
1114
1115
|
return this.getAttribute("border-side--mobile");
|
|
1115
1116
|
}
|
|
1116
1117
|
set borderSideMobile(e) {
|
|
1117
|
-
|
|
1118
|
+
_(this, "border-side--mobile", e);
|
|
1118
1119
|
}
|
|
1119
1120
|
get borderSideTablet() {
|
|
1120
1121
|
return this.getAttribute("border-side--tablet");
|
|
1121
1122
|
}
|
|
1122
1123
|
set borderSideTablet(e) {
|
|
1123
|
-
|
|
1124
|
+
_(this, "border-side--tablet", e);
|
|
1124
1125
|
}
|
|
1125
1126
|
get borderSideLaptop() {
|
|
1126
1127
|
return this.getAttribute("border-side--laptop");
|
|
1127
1128
|
}
|
|
1128
1129
|
set borderSideLaptop(e) {
|
|
1129
|
-
|
|
1130
|
+
_(this, "border-side--laptop", e);
|
|
1130
1131
|
}
|
|
1131
1132
|
get borderRadius() {
|
|
1132
1133
|
return this.getAttribute("border-radius");
|
|
1133
1134
|
}
|
|
1134
1135
|
set borderRadius(e) {
|
|
1135
|
-
|
|
1136
|
+
_(this, "border-radius", e);
|
|
1136
1137
|
}
|
|
1137
1138
|
get noBorderRadius() {
|
|
1138
1139
|
return this.getAttribute("no-border-radius");
|
|
1139
1140
|
}
|
|
1140
1141
|
set noBorderRadius(e) {
|
|
1141
|
-
|
|
1142
|
+
_(this, "no-border-radius", e);
|
|
1142
1143
|
}
|
|
1143
1144
|
get noBorderRadiusMobile() {
|
|
1144
1145
|
return this.getAttribute("no-border-radius--mobile");
|
|
1145
1146
|
}
|
|
1146
1147
|
set noBorderRadiusMobile(e) {
|
|
1147
|
-
|
|
1148
|
+
_(this, "no-border-radius--mobile", e);
|
|
1148
1149
|
}
|
|
1149
1150
|
get noBorderRadiusTablet() {
|
|
1150
1151
|
return this.getAttribute("no-border-radius--tablet");
|
|
1151
1152
|
}
|
|
1152
1153
|
set noBorderRadiusTablet(e) {
|
|
1153
|
-
|
|
1154
|
+
_(this, "no-border-radius--tablet", e);
|
|
1154
1155
|
}
|
|
1155
1156
|
get noBorderRadiusLaptop() {
|
|
1156
1157
|
return this.getAttribute("no-border-radius--laptop");
|
|
1157
1158
|
}
|
|
1158
1159
|
set noBorderRadiusLaptop(e) {
|
|
1159
|
-
|
|
1160
|
+
_(this, "no-border-radius--laptop", e);
|
|
1160
1161
|
}
|
|
1161
1162
|
get backgroundColor() {
|
|
1162
1163
|
return this.getAttribute("background-color");
|
|
1163
1164
|
}
|
|
1164
1165
|
set backgroundColor(e) {
|
|
1165
|
-
|
|
1166
|
+
_(this, "background-color", e);
|
|
1166
1167
|
}
|
|
1167
1168
|
get backgroundColorMobile() {
|
|
1168
1169
|
return this.getAttribute("background-color--mobile");
|
|
1169
1170
|
}
|
|
1170
1171
|
set backgroundColorMobile(e) {
|
|
1171
|
-
|
|
1172
|
+
_(this, "background-color--mobile", e);
|
|
1172
1173
|
}
|
|
1173
1174
|
get backgroundColorTablet() {
|
|
1174
1175
|
return this.getAttribute("background-color--tablet");
|
|
1175
1176
|
}
|
|
1176
1177
|
set backgroundColorTablet(e) {
|
|
1177
|
-
|
|
1178
|
+
_(this, "background-color--tablet", e);
|
|
1178
1179
|
}
|
|
1179
1180
|
get backgroundColorLaptop() {
|
|
1180
1181
|
return this.getAttribute("background-color--laptop");
|
|
1181
1182
|
}
|
|
1182
1183
|
set backgroundColorLaptop(e) {
|
|
1183
|
-
|
|
1184
|
+
_(this, "background-color--laptop", e);
|
|
1184
1185
|
}
|
|
1185
1186
|
get gradient() {
|
|
1186
1187
|
return this.getAttribute("background-gradient");
|
|
1187
1188
|
}
|
|
1188
1189
|
set gradient(e) {
|
|
1189
|
-
|
|
1190
|
+
_(this, "background-gradient", e);
|
|
1190
1191
|
}
|
|
1191
1192
|
get gradientMobile() {
|
|
1192
1193
|
return this.getAttribute("background-gradient--mobile");
|
|
1193
1194
|
}
|
|
1194
1195
|
set gradientMobile(e) {
|
|
1195
|
-
|
|
1196
|
+
_(this, "background-gradient--mobile", e);
|
|
1196
1197
|
}
|
|
1197
1198
|
get gradientTablet() {
|
|
1198
1199
|
return this.getAttribute("background-gradient--tablet");
|
|
1199
1200
|
}
|
|
1200
1201
|
set gradientTablet(e) {
|
|
1201
|
-
|
|
1202
|
+
_(this, "background-gradient--tablet", e);
|
|
1202
1203
|
}
|
|
1203
1204
|
get gradientLaptop() {
|
|
1204
1205
|
return this.getAttribute("background-gradient--laptop");
|
|
1205
1206
|
}
|
|
1206
1207
|
set gradientLaptop(e) {
|
|
1207
|
-
|
|
1208
|
+
_(this, "background-gradient--laptop", e);
|
|
1208
1209
|
}
|
|
1209
1210
|
get backgroundImage() {
|
|
1210
1211
|
return this.getAttribute("background-image");
|
|
1211
1212
|
}
|
|
1212
1213
|
set backgroundImage(e) {
|
|
1213
|
-
|
|
1214
|
+
_(this, "background-image", e);
|
|
1214
1215
|
}
|
|
1215
1216
|
get backgroundImageMobile() {
|
|
1216
1217
|
return this.getAttribute("background-image--mobile");
|
|
1217
1218
|
}
|
|
1218
1219
|
set backgroundImageMobile(e) {
|
|
1219
|
-
|
|
1220
|
+
_(this, "background-image--mobile", e);
|
|
1220
1221
|
}
|
|
1221
1222
|
get backgroundImageTablet() {
|
|
1222
1223
|
return this.getAttribute("background-image--tablet");
|
|
1223
1224
|
}
|
|
1224
1225
|
set backgroundImageTablet(e) {
|
|
1225
|
-
|
|
1226
|
+
_(this, "background-image--tablet", e);
|
|
1226
1227
|
}
|
|
1227
1228
|
get backgroundImageLaptop() {
|
|
1228
1229
|
return this.getAttribute("background-image--laptop");
|
|
1229
1230
|
}
|
|
1230
1231
|
set backgroundImageLaptop(e) {
|
|
1231
|
-
|
|
1232
|
+
_(this, "background-image--laptop", e);
|
|
1232
1233
|
}
|
|
1233
1234
|
get backgroundSize() {
|
|
1234
1235
|
return this.getAttribute("background-size");
|
|
1235
1236
|
}
|
|
1236
1237
|
set backgroundSize(e) {
|
|
1237
|
-
|
|
1238
|
+
_(this, "background-size", e);
|
|
1238
1239
|
}
|
|
1239
1240
|
get backgroundPosition() {
|
|
1240
1241
|
return this.getAttribute("background-position");
|
|
1241
1242
|
}
|
|
1242
1243
|
set backgroundPosition(e) {
|
|
1243
|
-
|
|
1244
|
+
_(this, "background-position", e);
|
|
1244
1245
|
}
|
|
1245
1246
|
get boxShadow() {
|
|
1246
1247
|
return this.getAttribute("box-shadow");
|
|
1247
1248
|
}
|
|
1248
1249
|
set boxShadow(e) {
|
|
1249
|
-
|
|
1250
|
+
_(this, "box-shadow", e);
|
|
1250
1251
|
}
|
|
1251
1252
|
get anchorOffset() {
|
|
1252
1253
|
return this.getAttribute("anchor-offset");
|
|
1253
1254
|
}
|
|
1254
1255
|
set anchorOffset(e) {
|
|
1255
|
-
|
|
1256
|
+
_(this, "anchor-offset", e);
|
|
1256
1257
|
}
|
|
1257
1258
|
get anchorSpacing() {
|
|
1258
1259
|
return this.getAttribute("anchor-spacing");
|
|
1259
1260
|
}
|
|
1260
1261
|
set anchorSpacing(e) {
|
|
1261
|
-
|
|
1262
|
+
_(this, "anchor-spacing", e);
|
|
1262
1263
|
}
|
|
1263
1264
|
get inverted() {
|
|
1264
1265
|
return this.hasAttribute("inverted");
|
|
@@ -1270,31 +1271,31 @@ var I = [
|
|
|
1270
1271
|
return this.getAttribute("subgrid-rows");
|
|
1271
1272
|
}
|
|
1272
1273
|
set subgridRows(e) {
|
|
1273
|
-
|
|
1274
|
+
_(this, "subgrid-rows", e);
|
|
1274
1275
|
}
|
|
1275
1276
|
get subgridGap() {
|
|
1276
1277
|
return this.getAttribute("subgrid-gap");
|
|
1277
1278
|
}
|
|
1278
1279
|
set subgridGap(e) {
|
|
1279
|
-
|
|
1280
|
+
_(this, "subgrid-gap", e);
|
|
1280
1281
|
}
|
|
1281
1282
|
get subgridGapMobile() {
|
|
1282
1283
|
return this.getAttribute("subgrid-gap--mobile");
|
|
1283
1284
|
}
|
|
1284
1285
|
set subgridGapMobile(e) {
|
|
1285
|
-
|
|
1286
|
+
_(this, "subgrid-gap--mobile", e);
|
|
1286
1287
|
}
|
|
1287
1288
|
get subgridGapTablet() {
|
|
1288
1289
|
return this.getAttribute("subgrid-gap--tablet");
|
|
1289
1290
|
}
|
|
1290
1291
|
set subgridGapTablet(e) {
|
|
1291
|
-
|
|
1292
|
+
_(this, "subgrid-gap--tablet", e);
|
|
1292
1293
|
}
|
|
1293
1294
|
get subgridGapLaptop() {
|
|
1294
1295
|
return this.getAttribute("subgrid-gap--laptop");
|
|
1295
1296
|
}
|
|
1296
1297
|
set subgridGapLaptop(e) {
|
|
1297
|
-
|
|
1298
|
+
_(this, "subgrid-gap--laptop", e);
|
|
1298
1299
|
}
|
|
1299
1300
|
};
|
|
1300
1301
|
customElements.get("px-container") || customElements.define("px-container", V);
|
|
@@ -1302,14 +1303,14 @@ customElements.get("px-container") || customElements.define("px-container", V);
|
|
|
1302
1303
|
//#region ../../components/Layout/src/Stack.css?inline
|
|
1303
1304
|
var H = ":host{display:block}:host ::slotted(px-h1[auto-spacing]),:host ::slotted(px-h2[auto-spacing]),:host ::slotted(px-h3[auto-spacing]),:host ::slotted(px-h4[auto-spacing]),:host ::slotted(px-h5[auto-spacing]),:host ::slotted(px-h6[auto-spacing]){margin-bottom:calc(var(--px-spacing-heading-to-content-mobile) - var(--host-gap--mobile))}:host([overflow-x=auto]){margin:calc(calc(var(--px-focus-outline-mobile) + var(--px-focus-offset-mobile)) * -1)}:host([overflow-x=auto]) .flex-container{padding:calc(var(--px-focus-outline-mobile) + var(--px-focus-offset-mobile))}.flex-container{box-sizing:border-box;flex-direction:var(--flex-direction--mobile-value);gap:var(--flex-gap--mobile-value);flex-wrap:var(--flex-wrap--mobile-value);justify-content:var(--flex-justify-content--mobile-value);align-items:var(--flex-align-items--mobile-value);width:100%;height:100%;overflow-x:var(--overflow-x-all);display:flex}@media screen and (width<=47.938rem){.flex-container{overflow-x:var(--overflow-x-all-mobile,var(--overflow-x-all));scrollbar-width:none}.flex-container::-webkit-scrollbar{display:none}}@media screen and (width>=48rem){.flex-container{flex-direction:var(--flex-direction--tablet-value);gap:var(--flex-gap--tablet-value);flex-wrap:var(--flex-wrap--tablet-value);justify-content:var(--flex-justify-content--tablet-value);align-items:var(--flex-align-items--tablet-value)}:host ::slotted(px-h1[auto-spacing]),:host ::slotted(px-h2[auto-spacing]),:host ::slotted(px-h3[auto-spacing]),:host ::slotted(px-h4[auto-spacing]),:host ::slotted(px-h5[auto-spacing]),:host ::slotted(px-h6[auto-spacing]){margin-bottom:calc(var(--px-spacing-heading-to-content-tablet) - var(--host-gap--tablet))}:host([overflow-x=auto]){margin:calc(calc(var(--px-focus-outline-tablet) + var(--px-focus-offset-tablet)) * -1)}:host([overflow-x=auto]) .flex-container{padding:calc(var(--px-focus-outline-tablet) + var(--px-focus-offset-tablet))}}@media screen and (width>=48rem) and (width<=64rem){.flex-container{overflow-x:var(--overflow-x-all-tablet,var(--overflow-x-all));scrollbar-width:none}.flex-container::-webkit-scrollbar{display:none}}@media screen and (width>=64.0625rem){.flex-container{flex-direction:var(--flex-direction--laptop-value);gap:var(--flex-gap--laptop-value);flex-wrap:var(--flex-wrap--laptop-value);justify-content:var(--flex-justify-content--laptop-value);align-items:var(--flex-align-items--laptop-value)}:host ::slotted(px-h1[auto-spacing]),:host ::slotted(px-h2[auto-spacing]),:host ::slotted(px-h3[auto-spacing]),:host ::slotted(px-h4[auto-spacing]),:host ::slotted(px-h5[auto-spacing]),:host ::slotted(px-h6[auto-spacing]){margin-bottom:calc(var(--px-spacing-heading-to-content-laptop) - var(--host-gap--laptop))}:host([overflow-x=auto]){margin:calc(calc(var(--px-focus-outline-laptop) + var(--px-focus-offset-laptop)) * -1)}:host([overflow-x=auto]) .flex-container{padding:calc(var(--px-focus-outline-laptop) + var(--px-focus-offset-laptop))}}@media screen and (width>=64.0625rem) and (width<=90rem){.flex-container{overflow-x:var(--overflow-x-all-laptop,var(--overflow-x-all))}}@media screen and (width>=90.0625rem){.flex-container{flex-direction:var(--flex-direction--desktop-value);gap:var(--flex-gap--desktop-value);flex-wrap:var(--flex-wrap--desktop-value);justify-content:var(--flex-justify-content--desktop-value);align-items:var(--flex-align-items--desktop-value);overflow-x:var(--overflow-x-all-desktop,var(--overflow-x-all))}:host ::slotted(px-h1[auto-spacing]),:host ::slotted(px-h2[auto-spacing]),:host ::slotted(px-h3[auto-spacing]),:host ::slotted(px-h4[auto-spacing]),:host ::slotted(px-h5[auto-spacing]),:host ::slotted(px-h6[auto-spacing]){margin-bottom:calc(var(--px-spacing-heading-to-content-desktop) - var(--host-gap--desktop))}:host([overflow-x=auto]){margin:calc(calc(var(--px-focus-outline-desktop) + var(--px-focus-offset-desktop)) * -1)}:host([overflow-x=auto]) .flex-container{padding:calc(var(--px-focus-outline-desktop) + var(--px-focus-offset-desktop))}}", U = new CSSStyleSheet();
|
|
1304
1305
|
U.replaceSync(H);
|
|
1305
|
-
var
|
|
1306
|
+
var de = [
|
|
1306
1307
|
"",
|
|
1307
1308
|
"default",
|
|
1308
1309
|
"row",
|
|
1309
1310
|
"row-reverse",
|
|
1310
1311
|
"column",
|
|
1311
1312
|
"column-reverse"
|
|
1312
|
-
],
|
|
1313
|
+
], fe = [
|
|
1313
1314
|
"",
|
|
1314
1315
|
"default",
|
|
1315
1316
|
"stretch",
|
|
@@ -1319,7 +1320,7 @@ var ue = [
|
|
|
1319
1320
|
"end",
|
|
1320
1321
|
"center",
|
|
1321
1322
|
"baseline"
|
|
1322
|
-
],
|
|
1323
|
+
], pe = [
|
|
1323
1324
|
"",
|
|
1324
1325
|
"default",
|
|
1325
1326
|
"flex-start",
|
|
@@ -1330,13 +1331,13 @@ var ue = [
|
|
|
1330
1331
|
"space-between",
|
|
1331
1332
|
"space-around",
|
|
1332
1333
|
"space-evenly"
|
|
1333
|
-
],
|
|
1334
|
+
], me = [
|
|
1334
1335
|
"",
|
|
1335
1336
|
"default",
|
|
1336
1337
|
"nowrap",
|
|
1337
1338
|
"wrap",
|
|
1338
1339
|
"wrap-reverse"
|
|
1339
|
-
],
|
|
1340
|
+
], he = [
|
|
1340
1341
|
"",
|
|
1341
1342
|
"visible",
|
|
1342
1343
|
"hidden",
|
|
@@ -1391,55 +1392,55 @@ var ue = [
|
|
|
1391
1392
|
case "gap--tablet":
|
|
1392
1393
|
case "gap--laptop":
|
|
1393
1394
|
case "gap--desktop":
|
|
1394
|
-
this.updateFlexProperties(e, t, n,
|
|
1395
|
+
this.updateFlexProperties(e, t, n, p);
|
|
1395
1396
|
break;
|
|
1396
1397
|
case "justify-content":
|
|
1397
1398
|
case "justify-content--mobile":
|
|
1398
1399
|
case "justify-content--tablet":
|
|
1399
1400
|
case "justify-content--laptop":
|
|
1400
1401
|
case "justify-content--desktop":
|
|
1401
|
-
this.updateFlexProperties(e, t, n,
|
|
1402
|
+
this.updateFlexProperties(e, t, n, pe);
|
|
1402
1403
|
break;
|
|
1403
1404
|
case "align-items":
|
|
1404
1405
|
case "align-items--mobile":
|
|
1405
1406
|
case "align-items--tablet":
|
|
1406
1407
|
case "align-items--laptop":
|
|
1407
1408
|
case "align-items--desktop":
|
|
1408
|
-
this.updateFlexProperties(e, t, n,
|
|
1409
|
+
this.updateFlexProperties(e, t, n, fe);
|
|
1409
1410
|
break;
|
|
1410
1411
|
case "wrap":
|
|
1411
1412
|
case "wrap--mobile":
|
|
1412
1413
|
case "wrap--tablet":
|
|
1413
1414
|
case "wrap--laptop":
|
|
1414
1415
|
case "wrap--desktop":
|
|
1415
|
-
this.updateFlexProperties(e, t, n,
|
|
1416
|
+
this.updateFlexProperties(e, t, n, me);
|
|
1416
1417
|
break;
|
|
1417
1418
|
case "direction":
|
|
1418
1419
|
case "direction--mobile":
|
|
1419
1420
|
case "direction--tablet":
|
|
1420
1421
|
case "direction--laptop":
|
|
1421
1422
|
case "direction--desktop":
|
|
1422
|
-
this.updateFlexProperties(e, t, n,
|
|
1423
|
+
this.updateFlexProperties(e, t, n, de);
|
|
1423
1424
|
break;
|
|
1424
1425
|
case "overflow-x":
|
|
1425
1426
|
case "overflow-x--mobile":
|
|
1426
1427
|
case "overflow-x--tablet":
|
|
1427
1428
|
case "overflow-x--laptop":
|
|
1428
1429
|
case "overflow-x--desktop":
|
|
1429
|
-
this.updateOverflowX(e, t, n,
|
|
1430
|
+
this.updateOverflowX(e, t, n, he);
|
|
1430
1431
|
break;
|
|
1431
1432
|
default: super.attributeChangedCallback(e, t, n);
|
|
1432
1433
|
}
|
|
1433
1434
|
}
|
|
1434
1435
|
updateOverflowX(e, t, n, r) {
|
|
1435
|
-
if (!
|
|
1436
|
-
|
|
1436
|
+
if (!l(r, n)) {
|
|
1437
|
+
h(`"${n}" is not a valid ${e} value for ${this.tagName.toLowerCase()}. Allowed values are: "${r.join("\", \"")}".`);
|
|
1437
1438
|
return;
|
|
1438
1439
|
}
|
|
1439
1440
|
this.overflowXAttributeDelegate.attributeChangedCallback(e, t, n);
|
|
1440
1441
|
}
|
|
1441
1442
|
updateFlexProperties(e, t, n, r) {
|
|
1442
|
-
this.checkName(r, n) ||
|
|
1443
|
+
this.checkName(r, n) || h(`"${n}" is not a valid ${e} value for ${this.tagName.toLowerCase()}. Allowed values are: "${r.join("\", \"")}".`);
|
|
1443
1444
|
let i = e.indexOf("--") > -1, a = i ? e.split("--")[0] : e, o = [];
|
|
1444
1445
|
if (!i) this.getAttribute(a + "--mobile") || o.push("mobile"), this.getAttribute(a + "--tablet") || o.push("tablet"), this.getAttribute(a + "--laptop") || o.push("laptop"), this.getAttribute(a + "--desktop") || o.push("desktop"), o.forEach((e) => {
|
|
1445
1446
|
this.updateStyle(a, e, t, r), this.updateStyle(a, e, n, r);
|
|
@@ -1456,188 +1457,188 @@ var ue = [
|
|
|
1456
1457
|
return this.getAttribute("direction");
|
|
1457
1458
|
}
|
|
1458
1459
|
set direction(e) {
|
|
1459
|
-
|
|
1460
|
+
_(this, "direction", e);
|
|
1460
1461
|
}
|
|
1461
1462
|
get directionMobile() {
|
|
1462
1463
|
return this.getAttribute("direction--mobile");
|
|
1463
1464
|
}
|
|
1464
1465
|
set directionMobile(e) {
|
|
1465
|
-
|
|
1466
|
+
_(this, "direction--mobile", e);
|
|
1466
1467
|
}
|
|
1467
1468
|
get directionTablet() {
|
|
1468
1469
|
return this.getAttribute("direction--tablet");
|
|
1469
1470
|
}
|
|
1470
1471
|
set directionTablet(e) {
|
|
1471
|
-
|
|
1472
|
+
_(this, "direction--tablet", e);
|
|
1472
1473
|
}
|
|
1473
1474
|
get directionLaptop() {
|
|
1474
1475
|
return this.getAttribute("direction--laptop");
|
|
1475
1476
|
}
|
|
1476
1477
|
set directionLaptop(e) {
|
|
1477
|
-
|
|
1478
|
+
_(this, "direction--laptop", e);
|
|
1478
1479
|
}
|
|
1479
1480
|
get directionDesktop() {
|
|
1480
1481
|
return this.getAttribute("direction--desktop");
|
|
1481
1482
|
}
|
|
1482
1483
|
set directionDesktop(e) {
|
|
1483
|
-
|
|
1484
|
+
_(this, "direction--desktop", e);
|
|
1484
1485
|
}
|
|
1485
1486
|
get gap() {
|
|
1486
1487
|
return this.getAttribute("gap");
|
|
1487
1488
|
}
|
|
1488
1489
|
set gap(e) {
|
|
1489
|
-
|
|
1490
|
+
_(this, "gap", e);
|
|
1490
1491
|
}
|
|
1491
1492
|
get gapMobile() {
|
|
1492
1493
|
return this.getAttribute("gap--mobile");
|
|
1493
1494
|
}
|
|
1494
1495
|
set gapMobile(e) {
|
|
1495
|
-
|
|
1496
|
+
_(this, "gap--mobile", e);
|
|
1496
1497
|
}
|
|
1497
1498
|
get gapTablet() {
|
|
1498
1499
|
return this.getAttribute("gap--tablet");
|
|
1499
1500
|
}
|
|
1500
1501
|
set gapTablet(e) {
|
|
1501
|
-
|
|
1502
|
+
_(this, "gap--tablet", e);
|
|
1502
1503
|
}
|
|
1503
1504
|
get gapLaptop() {
|
|
1504
1505
|
return this.getAttribute("gap--laptop");
|
|
1505
1506
|
}
|
|
1506
1507
|
set gapLaptop(e) {
|
|
1507
|
-
|
|
1508
|
+
_(this, "gap--laptop", e);
|
|
1508
1509
|
}
|
|
1509
1510
|
get gapDesktop() {
|
|
1510
1511
|
return this.getAttribute("gap--desktop");
|
|
1511
1512
|
}
|
|
1512
1513
|
set gapDesktop(e) {
|
|
1513
|
-
|
|
1514
|
+
_(this, "gap--desktop", e);
|
|
1514
1515
|
}
|
|
1515
1516
|
get justifyContent() {
|
|
1516
1517
|
return this.getAttribute("justify-content");
|
|
1517
1518
|
}
|
|
1518
1519
|
set justifyContent(e) {
|
|
1519
|
-
|
|
1520
|
+
_(this, "justify-content", e);
|
|
1520
1521
|
}
|
|
1521
1522
|
get justifyContentMobile() {
|
|
1522
1523
|
return this.getAttribute("justify-content--mobile");
|
|
1523
1524
|
}
|
|
1524
1525
|
set justifyContentMobile(e) {
|
|
1525
|
-
|
|
1526
|
+
_(this, "justify-content--mobile", e);
|
|
1526
1527
|
}
|
|
1527
1528
|
get justifyContentTablet() {
|
|
1528
1529
|
return this.getAttribute("justify-content--tablet");
|
|
1529
1530
|
}
|
|
1530
1531
|
set justifyContentTablet(e) {
|
|
1531
|
-
|
|
1532
|
+
_(this, "justify-content--tablet", e);
|
|
1532
1533
|
}
|
|
1533
1534
|
get justifyContentLaptop() {
|
|
1534
1535
|
return this.getAttribute("justify-content--laptop");
|
|
1535
1536
|
}
|
|
1536
1537
|
set justifyContentLaptop(e) {
|
|
1537
|
-
|
|
1538
|
+
_(this, "justify-content--laptop", e);
|
|
1538
1539
|
}
|
|
1539
1540
|
get justifyContentDesktop() {
|
|
1540
1541
|
return this.getAttribute("justify-content--desktop");
|
|
1541
1542
|
}
|
|
1542
1543
|
set justifyContentDesktop(e) {
|
|
1543
|
-
|
|
1544
|
+
_(this, "justify-content--desktop", e);
|
|
1544
1545
|
}
|
|
1545
1546
|
get alignItems() {
|
|
1546
1547
|
return this.getAttribute("align-items");
|
|
1547
1548
|
}
|
|
1548
1549
|
set alignItems(e) {
|
|
1549
|
-
|
|
1550
|
+
_(this, "align-items", e);
|
|
1550
1551
|
}
|
|
1551
1552
|
get alignItemsMobile() {
|
|
1552
1553
|
return this.getAttribute("align-items--mobile");
|
|
1553
1554
|
}
|
|
1554
1555
|
set alignItemsMobile(e) {
|
|
1555
|
-
|
|
1556
|
+
_(this, "align-items--mobile", e);
|
|
1556
1557
|
}
|
|
1557
1558
|
get alignItemsTablet() {
|
|
1558
1559
|
return this.getAttribute("align-items--tablet");
|
|
1559
1560
|
}
|
|
1560
1561
|
set alignItemsTablet(e) {
|
|
1561
|
-
|
|
1562
|
+
_(this, "align-items--tablet", e);
|
|
1562
1563
|
}
|
|
1563
1564
|
get alignItemsLaptop() {
|
|
1564
1565
|
return this.getAttribute("align-items--laptop");
|
|
1565
1566
|
}
|
|
1566
1567
|
set alignItemsLaptop(e) {
|
|
1567
|
-
|
|
1568
|
+
_(this, "align-items--laptop", e);
|
|
1568
1569
|
}
|
|
1569
1570
|
get alignItemsDesktop() {
|
|
1570
1571
|
return this.getAttribute("align-items--desktop");
|
|
1571
1572
|
}
|
|
1572
1573
|
set alignItemsDesktop(e) {
|
|
1573
|
-
|
|
1574
|
+
_(this, "align-items--desktop", e);
|
|
1574
1575
|
}
|
|
1575
1576
|
get wrap() {
|
|
1576
1577
|
return this.getAttribute("wrap");
|
|
1577
1578
|
}
|
|
1578
1579
|
set wrap(e) {
|
|
1579
|
-
|
|
1580
|
+
_(this, "wrap", e);
|
|
1580
1581
|
}
|
|
1581
1582
|
get wrapMobile() {
|
|
1582
1583
|
return this.getAttribute("wrap--mobile");
|
|
1583
1584
|
}
|
|
1584
1585
|
set wrapMobile(e) {
|
|
1585
|
-
|
|
1586
|
+
_(this, "wrap--mobile", e);
|
|
1586
1587
|
}
|
|
1587
1588
|
get wrapTablet() {
|
|
1588
1589
|
return this.getAttribute("wrap--tablet");
|
|
1589
1590
|
}
|
|
1590
1591
|
set wrapTablet(e) {
|
|
1591
|
-
|
|
1592
|
+
_(this, "wrap--tablet", e);
|
|
1592
1593
|
}
|
|
1593
1594
|
get wrapLaptop() {
|
|
1594
1595
|
return this.getAttribute("wrap--laptop");
|
|
1595
1596
|
}
|
|
1596
1597
|
set wrapLaptop(e) {
|
|
1597
|
-
|
|
1598
|
+
_(this, "wrap--laptop", e);
|
|
1598
1599
|
}
|
|
1599
1600
|
get wrapDesktop() {
|
|
1600
1601
|
return this.getAttribute("wrap--desktop");
|
|
1601
1602
|
}
|
|
1602
1603
|
set wrapDesktop(e) {
|
|
1603
|
-
|
|
1604
|
+
_(this, "wrap--desktop", e);
|
|
1604
1605
|
}
|
|
1605
1606
|
get overflowX() {
|
|
1606
1607
|
return this.getAttribute("overflow-x");
|
|
1607
1608
|
}
|
|
1608
1609
|
set overflowX(e) {
|
|
1609
|
-
|
|
1610
|
+
_(this, "overflow-x", e);
|
|
1610
1611
|
}
|
|
1611
1612
|
get overflowXMobile() {
|
|
1612
1613
|
return this.getAttribute("overflow-x--mobile");
|
|
1613
1614
|
}
|
|
1614
1615
|
set overflowXMobile(e) {
|
|
1615
|
-
|
|
1616
|
+
_(this, "overflow-x--mobile", e);
|
|
1616
1617
|
}
|
|
1617
1618
|
get overflowXTablet() {
|
|
1618
1619
|
return this.getAttribute("overflow-x--tablet");
|
|
1619
1620
|
}
|
|
1620
1621
|
set overflowXTablet(e) {
|
|
1621
|
-
|
|
1622
|
+
_(this, "overflow-x--tablet", e);
|
|
1622
1623
|
}
|
|
1623
1624
|
get overflowXLaptop() {
|
|
1624
1625
|
return this.getAttribute("overflow-x--laptop");
|
|
1625
1626
|
}
|
|
1626
1627
|
set overflowXLaptop(e) {
|
|
1627
|
-
|
|
1628
|
+
_(this, "overflow-x--laptop", e);
|
|
1628
1629
|
}
|
|
1629
1630
|
get overflowXDesktop() {
|
|
1630
1631
|
return this.getAttribute("overflow-x--desktop");
|
|
1631
1632
|
}
|
|
1632
1633
|
set overflowXDesktop(e) {
|
|
1633
|
-
|
|
1634
|
+
_(this, "overflow-x--desktop", e);
|
|
1634
1635
|
}
|
|
1635
1636
|
get $el() {
|
|
1636
1637
|
return this.shadowRoot.querySelector(".flex-container");
|
|
1637
1638
|
}
|
|
1638
1639
|
};
|
|
1639
1640
|
customElements.get("px-stack") || customElements.define("px-stack", W);
|
|
1640
|
-
var
|
|
1641
|
+
var ge = class extends W {
|
|
1641
1642
|
constructor() {
|
|
1642
1643
|
super();
|
|
1643
1644
|
}
|
|
@@ -1645,8 +1646,8 @@ var he = class extends W {
|
|
|
1645
1646
|
super.connectedCallback(), this.direction = "column", this.directionMobile = "column", this.directionTablet = "column", this.directionLaptop = "column", this.directionDesktop = "column";
|
|
1646
1647
|
}
|
|
1647
1648
|
};
|
|
1648
|
-
customElements.get("px-vstack") || customElements.define("px-vstack",
|
|
1649
|
-
var
|
|
1649
|
+
customElements.get("px-vstack") || customElements.define("px-vstack", ge);
|
|
1650
|
+
var _e = class extends W {
|
|
1650
1651
|
constructor() {
|
|
1651
1652
|
super();
|
|
1652
1653
|
}
|
|
@@ -1654,10 +1655,10 @@ var ge = class extends W {
|
|
|
1654
1655
|
super.connectedCallback(), this.direction = "row", this.directionMobile = "row", this.directionTablet = "row", this.directionLaptop = "row", this.directionDesktop = "row";
|
|
1655
1656
|
}
|
|
1656
1657
|
};
|
|
1657
|
-
customElements.get("px-hstack") || customElements.define("px-hstack",
|
|
1658
|
+
customElements.get("px-hstack") || customElements.define("px-hstack", _e);
|
|
1658
1659
|
//#endregion
|
|
1659
1660
|
//#region ../../components/Layout/src/Spacer.ts
|
|
1660
|
-
var
|
|
1661
|
+
var ve = class extends HTMLElement {
|
|
1661
1662
|
constructor() {
|
|
1662
1663
|
super(), this.isZeroSized = !1, this.growValue = "1", this.isVertical = !1;
|
|
1663
1664
|
}
|
|
@@ -1703,12 +1704,12 @@ var _e = class extends HTMLElement {
|
|
|
1703
1704
|
e ? this.setAttribute("nogap", "") : this.removeAttribute("nogap");
|
|
1704
1705
|
}
|
|
1705
1706
|
};
|
|
1706
|
-
customElements.get("px-spacer") || customElements.define("px-spacer",
|
|
1707
|
+
customElements.get("px-spacer") || customElements.define("px-spacer", ve);
|
|
1707
1708
|
//#endregion
|
|
1708
1709
|
//#region ../../components/Layout/src/Page.css?inline
|
|
1709
|
-
var
|
|
1710
|
-
G.replaceSync(
|
|
1711
|
-
var
|
|
1710
|
+
var ye = ":host{box-sizing:border-box;display:block}slot[name=body-container]{min-height:100vh}#image-sticky-box{margin-top:-2.5rem}", G = new CSSStyleSheet();
|
|
1711
|
+
G.replaceSync(ye);
|
|
1712
|
+
var be = class extends n {
|
|
1712
1713
|
constructor() {
|
|
1713
1714
|
super(G), this.template = (e) => `
|
|
1714
1715
|
<px-container border-radius="none" padding="none">
|
|
@@ -1902,12 +1903,12 @@ var ye = class extends n {
|
|
|
1902
1903
|
this.$headerContainer.paddingLeft = e, this.$headerContainer.paddingRight = e, this.$bodyContainer.paddingLeft = e, this.$bodyContainer.paddingRight = e, this.$contactContainer.paddingLeft = e, this.$contactContainer.paddingRight = e, this.$footerContainer.paddingLeft = e, this.$footerContainer.paddingRight = e, this.$imageContainer.paddingLeft = e, this.$imageContainer.paddingRight = e;
|
|
1903
1904
|
}
|
|
1904
1905
|
};
|
|
1905
|
-
customElements.get("px-page") === void 0 && customElements.define("px-page",
|
|
1906
|
+
customElements.get("px-page") === void 0 && customElements.define("px-page", be);
|
|
1906
1907
|
//#endregion
|
|
1907
1908
|
//#region ../../components/Span/src/span.css?inline
|
|
1908
|
-
var
|
|
1909
|
-
q.replaceSync(
|
|
1910
|
-
var
|
|
1909
|
+
var K = "span,::slotted(span){font-family:var(--px-font-family);color:var(--px-color-text-neutral-default);font-size:var(--px-text-size-body-m-mobile);line-height:var(--px-line-height-ratio-l)}:host([inverted]) span,:host([inverted]) ::slotted(span){color:var(--px-color-text-neutral-inverted)}:host([strikethrough]) span{text-decoration:line-through}span.link{text-decoration:underline}@media screen and (width>=48rem){span,::slotted(span){font-size:var(--px-text-size-body-m-desktop)}}@media screen and (width>=64.0625rem){span,::slotted(span){font-size:var(--px-text-size-body-m-desktop)}}", xe = ".color-inherit{color:inherit!important}.color-brand{color:var(--px-color-text-brand-default)!important}.color-neutral{color:var(--px-color-text-neutral-default)!important}.color-dimmed{color:var(--px-color-text-dimmed-default)!important}.color-purpose-success{color:var(--px-color-text-purpose-success-default)!important}.color-purpose-warning{color:var(--px-color-text-purpose-warning-default)!important}.color-purpose-error{color:var(--px-color-text-purpose-error-default)!important}.color-purpose-unlimited{color:var(--px-color-text-purpose-unlimited-default)!important}.color-purpose-promo{color:var(--px-color-text-purpose-promo-default)!important}.color-state-hover{color:var(--px-color-text-state-hover-default)!important}.color-state-active{color:var(--px-color-text-state-active-default)!important}.color-state-disabled{color:var(--px-color-text-state-disabled-default)!important}:host([inverted]) .color-inherit{color:inherit!important}:host([inverted]) .color-brand{color:var(--px-color-text-brand-inverted)!important}:host([inverted]) .color-neutral{color:var(--px-color-text-neutral-inverted)!important}:host([inverted]) .color-dimmed{color:var(--px-color-text-dimmed-inverted)!important}:host([inverted]) .color-purpose-success{color:var(--px-color-text-purpose-success-inverted)!important}:host([inverted]) .color-purpose-warning{color:var(--px-color-text-purpose-warning-inverted)!important}:host([inverted]) .color-purpose-error{color:var(--px-color-text-purpose-error-inverted)!important}:host([inverted]) .color-purpose-unlimited{color:var(--px-color-text-purpose-unlimited-inverted)!important}:host([inverted]) .color-purpose-promo{color:var(--px-color-text-purpose-promo-inverted)!important}:host([inverted]) .color-state-hover{color:var(--px-color-text-state-hover-inverted)!important}:host([inverted]) .color-state-active{color:var(--px-color-text-state-active-inverted)!important}:host([inverted]) .color-state-disabled{color:var(--px-color-text-state-disabled-inverted)!important}.font-size-inherit{font-size:inherit;line-height:inherit}.font-size-body-l{font-size:var(--px-text-size-body-l-mobile)}.font-size-body-m{font-size:var(--px-text-size-body-m-mobile)}.font-size-body-s{font-size:var(--px-text-size-body-s-mobile)}.font-size-body-xs{font-size:var(--px-text-size-body-xs-mobile)}.font-size-heading-5xl{font-size:var(--px-text-size-heading-5xl-mobile)}.font-size-heading-4xl{font-size:var(--px-text-size-heading-4xl-mobile)}.font-size-heading-3xl{font-size:var(--px-text-size-heading-3xl-mobile)}.font-size-heading-2xl{font-size:var(--px-text-size-heading-2xl-mobile)}.font-size-heading-xl{font-size:var(--px-text-size-heading-xl-mobile)}.font-size-heading-l{font-size:var(--px-text-size-heading-l-mobile)}.font-size-heading-m{font-size:var(--px-text-size-heading-m-mobile)}.font-size-heading-s{font-size:var(--px-text-size-heading-s-mobile)}.font-size-heading-3xl,.font-size-heading-4xl,.font-size-heading-5xl{line-height:var(--px-line-height-ratio-s)}.font-size-link-m{font-size:var(--px-text-size-link-m-mobile)}.font-size-link-s{font-size:var(--px-text-size-link-s-mobile)}@media screen and (width>=48rem){.font-size-body-l{font-size:var(--px-text-size-body-l-tablet)}.font-size-body-m{font-size:var(--px-text-size-body-m-tablet)}.font-size-body-s{font-size:var(--px-text-size-body-s-tablet)}.font-size-body-xs{font-size:var(--px-text-size-body-xs-tablet)}.font-size-heading-5xl{font-size:var(--px-text-size-heading-5xl-tablet)}.font-size-heading-4xl{font-size:var(--px-text-size-heading-4xl-tablet)}.font-size-heading-3xl{font-size:var(--px-text-size-heading-3xl-tablet)}.font-size-heading-2xl{font-size:var(--px-text-size-heading-2xl-tablet)}.font-size-heading-xl{font-size:var(--px-text-size-heading-xl-tablet)}.font-size-heading-l{font-size:var(--px-text-size-heading-l-tablet)}.font-size-heading-m{font-size:var(--px-text-size-heading-m-tablet)}.font-size-heading-s{font-size:var(--px-text-size-heading-s-tablet)}.font-size-link-m{font-size:var(--px-text-size-link-m-tablet)}.font-size-link-s{font-size:var(--px-text-size-link-s-tablet)}}@media screen and (width>=64.0625rem){.font-size-body-l{font-size:var(--px-text-size-body-l-laptop)}.font-size-body-m{font-size:var(--px-text-size-body-m-laptop)}.font-size-body-s{font-size:var(--px-text-size-body-s-laptop)}.font-size-body-xs{font-size:var(--px-text-size-body-xs-laptop)}.font-size-heading-5xl{font-size:var(--px-text-size-heading-5xl-laptop)}.font-size-heading-4xl{font-size:var(--px-text-size-heading-4xl-laptop)}.font-size-heading-3xl{font-size:var(--px-text-size-heading-3xl-laptop)}.font-size-heading-2xl{font-size:var(--px-text-size-heading-2xl-laptop)}.font-size-heading-xl{font-size:var(--px-text-size-heading-xl-laptop)}.font-size-heading-l{font-size:var(--px-text-size-heading-l-laptop)}.font-size-heading-m{font-size:var(--px-text-size-heading-m-laptop)}.font-size-heading-s{font-size:var(--px-text-size-heading-s-laptop)}.font-size-link-m{font-size:var(--px-text-size-link-m-laptop)}.font-size-link-s{font-size:var(--px-text-size-link-s-laptop)}}@media screen and (width>=90.0625rem){.font-size-body-l{font-size:var(--px-text-size-body-l-desktop)}.font-size-body-m{font-size:var(--px-text-size-body-m-desktop)}.font-size-body-s{font-size:var(--px-text-size-body-s-desktop)}.font-size-body-xs{font-size:var(--px-text-size-body-xs-desktop)}.font-size-heading-5xl{font-size:var(--px-text-size-heading-5xl-desktop)}.font-size-heading-4xl{font-size:var(--px-text-size-heading-4xl-desktop)}.font-size-heading-3xl{font-size:var(--px-text-size-heading-3xl-desktop)}.font-size-heading-2xl{font-size:var(--px-text-size-heading-2xl-desktop)}.font-size-heading-xl{font-size:var(--px-text-size-heading-xl-desktop)}.font-size-heading-l{font-size:var(--px-text-size-heading-l-desktop)}.font-size-heading-m{font-size:var(--px-text-size-heading-m-desktop)}.font-size-heading-s{font-size:var(--px-text-size-heading-s-desktop)}.font-size-link-m{font-size:var(--px-text-size-link-m-desktop)}.font-size-link-s{font-size:var(--px-text-size-link-s-desktop)}}.font-weight-inherit{font-weight:inherit}.font-weight-body{font-weight:var(--px-font-weight-body)}.font-weight-title{font-weight:var(--px-font-weight-title)}.font-weight-title-large{font-weight:var(--px-font-weight-title-large)}.font-weight-subtitle{font-weight:var(--px-font-weight-subtitle)}", q = new CSSStyleSheet(), J = new CSSStyleSheet();
|
|
1910
|
+
q.replaceSync(K), J.replaceSync(xe);
|
|
1911
|
+
var Se = class extends t {
|
|
1911
1912
|
static {
|
|
1912
1913
|
this.nativeName = "span";
|
|
1913
1914
|
}
|
|
@@ -1928,13 +1929,13 @@ var xe = class extends t {
|
|
|
1928
1929
|
attributeChangedCallback(e, t, n) {
|
|
1929
1930
|
if (t !== n) switch (e) {
|
|
1930
1931
|
case "color":
|
|
1931
|
-
this.updateTypography(e, t, n,
|
|
1932
|
+
this.updateTypography(e, t, n, ne);
|
|
1932
1933
|
break;
|
|
1933
1934
|
case "font-size":
|
|
1934
|
-
this.updateTypography(e, t, n,
|
|
1935
|
+
this.updateTypography(e, t, n, d);
|
|
1935
1936
|
break;
|
|
1936
1937
|
case "font-weight":
|
|
1937
|
-
this.updateTypography(e, t, n,
|
|
1938
|
+
this.updateTypography(e, t, n, f);
|
|
1938
1939
|
break;
|
|
1939
1940
|
case "disabled":
|
|
1940
1941
|
this.color = "state-disabled";
|
|
@@ -1943,7 +1944,7 @@ var xe = class extends t {
|
|
|
1943
1944
|
}
|
|
1944
1945
|
}
|
|
1945
1946
|
updateTypography(e, t, n, r) {
|
|
1946
|
-
t !== null && t !== "" && t !== "default" && this.$el.classList.toggle(`${e}-${t}`), n !== null && n !== "" && n !== "default" && this.$el.classList.toggle(`${e}-${n}`), this.checkName(r, n) ||
|
|
1947
|
+
t !== null && t !== "" && t !== "default" && this.$el.classList.toggle(`${e}-${t}`), n !== null && n !== "" && n !== "default" && this.$el.classList.toggle(`${e}-${n}`), this.checkName(r, n) || h(`"${n}" is not a valid ${e} value for ${this.tagName.toLowerCase()}. Allowed values are: "${r.join("\", \"")}".`);
|
|
1947
1948
|
}
|
|
1948
1949
|
get color() {
|
|
1949
1950
|
return this.getAttribute("color");
|
|
@@ -1982,7 +1983,7 @@ var xe = class extends t {
|
|
|
1982
1983
|
this._updateBooleanAttribute("disabled", e);
|
|
1983
1984
|
}
|
|
1984
1985
|
};
|
|
1985
|
-
customElements.get("px-span") || customElements.define("px-span",
|
|
1986
|
+
customElements.get("px-span") || customElements.define("px-span", Se);
|
|
1986
1987
|
//#endregion
|
|
1987
1988
|
//#region src/autocomplete-option.css?inline
|
|
1988
1989
|
var Y = ":host{display:block}.container{min-height:var(--px-size-l);display:flex}.container>button{appearance:none;box-sizing:border-box;width:100%;min-height:100%;color:inherit;font:inherit;letter-spacing:0;text-align:left;cursor:pointer;padding:var(--px-padding-xs-mobile) var(--px-padding-s-mobile);background:0 0;border:0;align-items:center;margin:0;text-decoration:none;display:flex}.autocomplete-header{overflow:hidden}.autocomplete-header px-span{overflow-wrap:anywhere;min-width:0}:host([selected]) button,button:hover{background-color:var(--px-color-background-state-hover-default)}button:focus-visible{outline:var(--px-focus-outline-mobile) solid var(--px-color-border-focus-outline-default);outline-offset:calc(-1 * var(--px-focus-offset-mobile));position:relative}@media only screen and (width>=48rem){button{padding:var(--px-padding-xs-tablet) var(--px-padding-s-tablet)}button:focus-visible{outline-width:var(--px-focus-outline-tablet);outline-offset:calc(-1 * var(--px-focus-offset-tablet))}}@media only screen and (width>=64.0625rem){button{padding:var(--px-padding-xs-laptop) var(--px-padding-s-laptop)}button:focus-visible{outline-width:var(--px-focus-outline-laptop);outline-offset:calc(-1 * var(--px-focus-offset-laptop))}}@media only screen and (width>=90.0625rem){button{padding:var(--px-padding-xs-desktop) var(--px-padding-s-desktop)}button:focus-visible{outline-width:var(--px-focus-outline-desktop);outline-offset:calc(-1 * var(--px-focus-offset-desktop))}}", X = new CSSStyleSheet();
|