platformscode-new-react 0.1.10 → 0.1.11
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/components.cjs +64 -64
- package/dist/components.js +135 -137
- package/package.json +1 -1
package/dist/components.js
CHANGED
|
@@ -768,7 +768,7 @@ const ls = `@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?fami
|
|
|
768
768
|
}
|
|
769
769
|
render() {
|
|
770
770
|
let e = "date-cell";
|
|
771
|
-
return this.isCurrentMonth || (e += " date-cell--not-current-month"), this.isSelected && (e += " date-cell--selected"), this.isToday && (e += " date-cell--today"), this.midRange && (e += " date-cell--mid-range"), this.isFirstRangeChild && (e += " date-cell--mid-range--first-child"), this.isLastRangeChild && (e += " date-cell--mid-range--last-child"), s("button", { key: "
|
|
771
|
+
return this.isCurrentMonth || (e += " date-cell--not-current-month"), this.isSelected && (e += " date-cell--selected"), this.isToday && (e += " date-cell--today"), this.midRange && (e += " date-cell--mid-range"), this.isFirstRangeChild && (e += " date-cell--mid-range--first-child"), this.isLastRangeChild && (e += " date-cell--mid-range--last-child"), s("button", { key: "ad45b5e1762a1a45541375960274541499b1ce24", type: "button", class: e, onClick: () => this.handleClick(), onMouseDown: this.handleAddPressed, onMouseUp: this.handleRemovePressed, onMouseOut: this.handleRemovePressed, disabled: !this.isCurrentMonth }, s("div", { key: "323b685452034400cc884c36c571756c7c5ed01f", class: "date-cell__label" }, s("span", { key: "76d1fe7b94ce2f07b65d0352100f5613a2629305" }, this.date.getDate())));
|
|
772
772
|
}
|
|
773
773
|
static get style() {
|
|
774
774
|
return ds;
|
|
@@ -918,14 +918,14 @@ const fs = `@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?fami
|
|
|
918
918
|
}
|
|
919
919
|
}
|
|
920
920
|
render() {
|
|
921
|
-
return s("div", { key: "
|
|
921
|
+
return s("div", { key: "13adb130ee207375efa60c802c2421366fd0247d", style: {
|
|
922
922
|
width: "100%",
|
|
923
923
|
height: "100%",
|
|
924
924
|
display: "flex",
|
|
925
925
|
alignItems: "center",
|
|
926
926
|
justifyContent: "center",
|
|
927
927
|
fontSize: "inherit"
|
|
928
|
-
} }, s("i", { key: "
|
|
928
|
+
} }, s("i", { key: "eb09d6dc8c629962baec25fe7d6fbecbb7c9f0c1", style: {
|
|
929
929
|
fontSize: `${this.size ? `${this.size}px` : "inherit"}`,
|
|
930
930
|
color: this.color
|
|
931
931
|
}, ref: (e) => this.container = e }));
|
|
@@ -12202,14 +12202,14 @@ const id = Sn, nd = ad, gd = `@charset "UTF-8";@import url("https://fonts.google
|
|
|
12202
12202
|
}
|
|
12203
12203
|
}
|
|
12204
12204
|
render() {
|
|
12205
|
-
return s("div", { key: "
|
|
12205
|
+
return s("div", { key: "868854e2ff596e62511b57717ef5bf0f8e7e1196", style: {
|
|
12206
12206
|
width: "100%",
|
|
12207
12207
|
height: "100%",
|
|
12208
12208
|
display: "flex",
|
|
12209
12209
|
alignItems: "center",
|
|
12210
12210
|
justifyContent: "center",
|
|
12211
12211
|
fontSize: "inherit"
|
|
12212
|
-
} }, s("i", { key: "
|
|
12212
|
+
} }, s("i", { key: "b349d7ad2fec5280762329907ce1004a6b35c378", style: {
|
|
12213
12213
|
fontSize: `${this.size ? `${this.size}px` : "inherit"}`,
|
|
12214
12214
|
color: this.color
|
|
12215
12215
|
}, ref: (e) => this.container = e }));
|
|
@@ -12374,7 +12374,7 @@ const pd = `@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:it
|
|
|
12374
12374
|
justifyContent: this.justify === "between" ? "space-between" : this.justify,
|
|
12375
12375
|
flexWrap: this.wrap ? "wrap" : "nowrap"
|
|
12376
12376
|
};
|
|
12377
|
-
return s(oe, { key: "
|
|
12377
|
+
return s(oe, { key: "9195dad186830b0513c2934777b794671e9e1a2b", style: e }, s("slot", { key: "94e05928be877fa7c0a5e08e0f224e54d50b9ed6" }));
|
|
12378
12378
|
}
|
|
12379
12379
|
static get style() {
|
|
12380
12380
|
return bd;
|
|
@@ -12571,7 +12571,7 @@ const wd = Cn, _d = Hr, zd = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
12571
12571
|
this.expanded = !this.expanded;
|
|
12572
12572
|
}
|
|
12573
12573
|
render() {
|
|
12574
|
-
return s("div", { key: "
|
|
12574
|
+
return s("div", { key: "e627c1147bcf352b29f5ccfe5828133ba09afafd", class: "card__action card__action--default" }, s("slot", { key: "64267657cb3e3de0414cabc1d216a5c207930c6a" }));
|
|
12575
12575
|
}
|
|
12576
12576
|
static get style() {
|
|
12577
12577
|
return qd;
|
|
@@ -12628,7 +12628,7 @@ const Ad = En, Md = Sd, Id = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
12628
12628
|
super(), this.__registerHost(), this.__attachShadow();
|
|
12629
12629
|
}
|
|
12630
12630
|
render() {
|
|
12631
|
-
return s("div", { key: "
|
|
12631
|
+
return s("div", { key: "2be49318185e54779acb5ab768dd67f9516d1bcf", class: "card__content" }, s("slot", { key: "ab2a28a8c53eb1ed5829529a6450fb9a2a7bcd02" }));
|
|
12632
12632
|
}
|
|
12633
12633
|
static get style() {
|
|
12634
12634
|
return Bd;
|
|
@@ -12662,7 +12662,7 @@ const jd = Dn, Cd = Pd, Ed = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
12662
12662
|
super(), this.__registerHost(), this.__attachShadow();
|
|
12663
12663
|
}
|
|
12664
12664
|
render() {
|
|
12665
|
-
return s(oe, { key: "
|
|
12665
|
+
return s(oe, { key: "5e1b5786e3d2cb4cefebe3a8b87dcc1484333143" }, s("slot", { key: "785f67ee577d73574b988895ba3f6b7dff5be364" }));
|
|
12666
12666
|
}
|
|
12667
12667
|
static get style() {
|
|
12668
12668
|
return Dd;
|
|
@@ -12719,7 +12719,7 @@ const Td = Ln, $d = Ld, Rd = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
12719
12719
|
// minWidth: this.minWidth
|
|
12720
12720
|
// }
|
|
12721
12721
|
render() {
|
|
12722
|
-
return s("div", { key: "
|
|
12722
|
+
return s("div", { key: "5b771d083be0f0797c2aa694ec1617cc121206b1", class: "dga-card__image-container" }, s("img", { key: "3f14ad698f8bab728fe81651cfc89b0b9897d5a5", src: this.src, alt: this.alt }));
|
|
12723
12723
|
}
|
|
12724
12724
|
get el() {
|
|
12725
12725
|
return this;
|
|
@@ -12799,7 +12799,7 @@ const Hd = Tn, Xd = Fd, Yd = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
12799
12799
|
});
|
|
12800
12800
|
}
|
|
12801
12801
|
render() {
|
|
12802
|
-
return s("h4", { key: "
|
|
12802
|
+
return s("h4", { key: "602b2581f14ddca591632a440d6f611e4964cf4b", class: "text-lg-bold" }, s("slot", { key: "dc7ac401597b29f7697ae15c8866ed12a0439e55" }));
|
|
12803
12803
|
}
|
|
12804
12804
|
get el() {
|
|
12805
12805
|
return this;
|
|
@@ -12880,8 +12880,8 @@ const Gd = $n, Vd = Nd, fe = () => {
|
|
|
12880
12880
|
this.isChecked = e;
|
|
12881
12881
|
}
|
|
12882
12882
|
render() {
|
|
12883
|
-
return s("label", { key: "
|
|
12884
|
-
key: "
|
|
12883
|
+
return s("label", { key: "39ca8cb6d0ac949b2b0e645aec62f6e75b432926", ref: (e) => this.labelRef = e, class: `checkbox ${this.color ? `checkbox--${this.color}` : ""} checkbox--${this.size}` }, s("div", { key: "eca73ac89ea4db8159a0017a0e21e3cc8c31f659", class: "checkbox-main" }, s("div", { key: "104f1afd0abeb0258cc2f238e9badea6bc35ecd2", class: "checkbox-main__content" }, s("input", {
|
|
12884
|
+
key: "e55b937b7efb3dc4966d3a365a6507182056aca5",
|
|
12885
12885
|
type: "checkbox",
|
|
12886
12886
|
name: this.name,
|
|
12887
12887
|
value: this.value,
|
|
@@ -12902,7 +12902,7 @@ const Gd = $n, Vd = Nd, fe = () => {
|
|
|
12902
12902
|
},
|
|
12903
12903
|
onInput: this.onInput,
|
|
12904
12904
|
checked: this.isChecked
|
|
12905
|
-
}), s("div", { key: "
|
|
12905
|
+
}), s("div", { key: "c9896af3940fd96d13b36fdf96acc2bdf3217883", class: "checkbox-container" }, s("span", { key: "d2d6fb7ed7863356a29fa8f61088b855b4c22b6c", class: "checkbox-icon checkbox__checked-icon", style: { display: this.isChecked ? "inline-block" : "none" } }, this.Indeterminate ? s("dga-icon", { icon: "minus-sign", variant: "solid" }) : s("dga-icon", { icon: "tick-03", variant: "solid" })), s("span", { key: "7d87296181891a98cd299127ef14344f19ca70a9", class: "checkbox-icon checkbox__indeterminate-icon", style: { display: this.isChecked ? "none" : "inline-block" } }, s("dga-icon", { key: "bdfaa5a0300a6c097b19fe1cce3510f0f9309813", icon: "remove-01", variant: "solid" }))), this.helperText ? s("div", { class: "dga-flex-column" }, s("span", { class: "checkbox__label" }, this.label), s("span", { class: "checkbox__helper-text" }, this.helperText)) : this.label && s("span", { class: "checkbox__label" }, this.label)), this.alertMessage && s("div", { key: "1cdcd2f3a298b947a94049f45f15cebb4a803f3f", class: "checkbox__warning" }, s("span", { key: "ce02ddaa201fc4ef38b7a0dca6dd3e6a51a4de2e", class: "checkbox__warning-icon" }, s("dga-icon-v2", { key: "f90ac31474e47b3b1687b9ad6ad8a56c06cce914", name: "alert-circle", variant: "stroke", type: "rounded", size: 16 })), s("span", { key: "e2afdc7199c96a844094ac3b5a9951fa3c77ca80", class: "checkbox__warning-text" }, this.alertText))));
|
|
12906
12906
|
}
|
|
12907
12907
|
static get watchers() {
|
|
12908
12908
|
return {
|
|
@@ -12989,11 +12989,11 @@ const Kd = `@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:it
|
|
|
12989
12989
|
});
|
|
12990
12990
|
}
|
|
12991
12991
|
render() {
|
|
12992
|
-
return s("div", Object.assign({ key: "
|
|
12992
|
+
return s("div", Object.assign({ key: "12921aa669c91f7c9a0d4a8c8709bc812612ff07", class: `card ${this.disabled ? "disabled" : ""} ${this.isFocused ? "focused" : ""} card--${this.effect}`, onMouseEnter: this.onMouseEnterHandler, onMouseLeave: this.onMouseLeaveHandler }, this.type === "selectable" ? { onClick: this.onCheckboxChange } : {}, { style: this.cardStyles }), this.image && s("div", { key: "4ffd88d7ffe0213e7fb35040ca1fbac7bcb25415", class: "card__image-container" }, s("img", { key: "b483e3d2db4e3f18ebb1deb85eec4e4d32cbbcc2", src: this.image, alt: "Card" })), this.showFeaturedIcon && s("div", { key: "820b03ca5d360d676364e1c72c9abdf65a5bae77", class: "featured-icon featured-icon--light-brand featured-icon--circle featured-icon--lg" }, s("dga-icon-v2", Object.assign({ key: "11bb195c651d7a64363d9e98b060a2b653b75730" }, this.featuredIcon))), this.type === "selectable" && s("div", { key: "e7d53919cac200961e216f404cce749b65b8ff09", class: "card__checkbox-container" }, s("dga-checkbox", { key: "0fc6733019be670722ac32dd2d1d165fbc783019", checked: this.isSelected, color: "brand", onChange: this.onCheckboxChange })), (this.showTitle || this.showDescription) && s("div", { key: "01cefa4d4fd09710b98e9130f42e7681c43b7095", class: "card__content-text dga-flex-column" }, this.showTitle && s("h4", { key: "e2c0143929d896c8114f702aac995a73502444cb", class: "text-lg-bold" }, this.cardTitle, " "), this.showDescription && s("p", { key: "79a39c2bb773b18787f8b23c0691a263957b8775", class: "text-md-regular" }, this.description)), s("slot", { key: "86a8d7c5bef308889cb7f1f78764d256a67b4e5c", name: "card-content" }), this.type === "default" && s("slot", { key: "b40df647747dad217b0deda797f173f63c83efce", name: "card-actions" }), this.type === "expanded" && s(De, { key: "020e26303cb982adf55618d3d492627242584ad6" }, s("div", { key: "f668e99bae77c996b14640a65438cf532d2e5f0b", class: "card__action card__action--expanded" }, s("dga-button-v2", { key: "4fc5829781df54979cad45bc449916b83e03a7bb", iconOnly: !0, onClick: () => this.toggleExpand(), size: "lg", variant: "subtle", leadIcon: !0, leadIconProps: {
|
|
12993
12993
|
name: this.expanded ? "arrow-up-01" : "arrow-down-01",
|
|
12994
12994
|
variant: "stroke",
|
|
12995
12995
|
type: "rounded"
|
|
12996
|
-
} })), s("div", { key: "
|
|
12996
|
+
} })), s("div", { key: "95886e815636138fea878a4895fd54a4d7cd7060", class: `collapse-content ${this.expanded ? "expanded" : ""}` }, s("slot", { key: "654b73f9ce8584dde85fa6c38fd6d882ed2f14f6", name: "card-expandable-content" }))));
|
|
12997
12997
|
}
|
|
12998
12998
|
get el() {
|
|
12999
12999
|
return this;
|
|
@@ -13108,7 +13108,7 @@ const ap = `@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:it
|
|
|
13108
13108
|
--colors-primary-sa-flag-400
|
|
13109
13109
|
);--border-disabled:var(--colors-neutral-400);--link-primary:var(--colors-primary-sa-flag-600-primary);--link-primary-hovered:var(--colors-primary-sa-flag-400);--link-primary-pressed:var(--colors-primary-sa-flag-300);--link-primary-focused:var(--colors-primary-sa-flag-600-primary);--link-primary-visited:var(--colors-primary-sa-flag-800);--link-icon-primary-hovered:var(--colors-primary-sa-flag-400);--link-icon-primary-pressed:var(--colors-primary-sa-flag-300);--link-icon-primary-focused:var(--colors-primary-sa-flag-600-primary);--link-icon-primary-visited:var(--colors-primary-sa-flag-800);--link-secondary:var(--colors-secondary-gold-600-primary);--link-secondary-hovered:var(--colors-secondary-gold-400);--link-secondary-pressed:var(--colors-secondary-gold-300);--link-secondary-focused:var(--colors-secondary-gold-600-primary);--link-secondary-visited:var(--colors-secondary-gold-900);--link-tertiary:var(--colors-tertiary-lavendar-500-primary);--link-tertiary-hovered:var(--colors-tertiary-lavendar-400);--link-tertiary-pressed:var(--colors-tertiary-lavendar-300);--link-tertiary-focused:var(--colors-tertiary-lavendar-500-primary);--link-tertiary-visited:var(--colors-tertiary-lavendar-800);--link-neutral:var(--colors-neutral-200);--link-neutral-hovered:var(--colors-neutral-400);--link-icon-neutral-hovered:var(--colors-neutral-400);--link-neutral-pressed:var(--colors-neutral-500);--link-icon-neutral-pressed:var(--colors-neutral-500);--link-neutral-focused:var(--colors-neutral-200);--link-icon-neutral-focused:var(--colors-neutral-200);--link-neutral-visited:var(--colors-neutral-300);--link-icon-neutral-visited:var(--colors-neutral-300);--link-danger:var(--colors-red-600);--link-danger-hovered:var(--colors-red-700);--link-icon-danger-hovered:var(--colors-red-700);--link-danger-pressed:var(--colors-red-900);--link-icon-danger-pressed:var(--colors-red-900);--link-danger-focused:var(--colors-red-600);--link-icon-danger-focused:var(--colors-red-600);--link-danger-visited:var(--colors-red-800);--link-icon-danger-visited:var(--colors-red-800);--link-oncolor:var(--colors-base-white);--link-oncolor-hovered:var(--colors-alpha-alpha-white-80);--link-icon-oncolor-hovered:var(--alpha-white-80);--link-oncolor-pressed:var(--colors-alpha-alpha-white-60);--link-icon-oncolor-pressed:var(--alpha-white-60);--link-oncolor-focused:var(--colors-base-white);--link-link-oncolor-focused:var(--colors-base-white);--link-oncolor-visited:var(--colors-alpha-alpha-white-90);--link-icon-oncolor-visited:var(--alpha-white-90);--link-oncolor-disabled:var(--colors-alpha-alpha-white-30);--link-icon-oncolor-disabled:var(--alpha-white-30);--icon-oncolor:var(--colors-base-white);--tag-background-neutral:var(--colors-primary-sa-flag-600-primary);--tag-background-neutral-light:var(--colors-neutral-800);--tag-background-on-color:var(--colors-alpha-alpha-white-20);--tag-text-neutral:var(--colors-neutral-100);--tag-text-success:var(--colors-green-800);--tag-text-info:var(--colors-blue-800);--tag-text-warning:var(--colors-yellow-800);--tag-text-error:var(--colors-red-800);--tag-icon-neutral:var(--colors-neutral-100);--tag-icon-success:var(--colors-green-800);--tag-icon-info:var(--colors-blue-800);--tag-icon-warning:var(--colors-yellow-800);--tag-icon-error:var(--colors-red-800);--tag-background-success:var(--colors-green-700);--tag-background-success-light:var(--colors-green-50);--tag-background-info:var(--colors-blue-600);--tag-background-info-light:var(--colors-blue-50);--tag-background-warning:var(--colors-yellow-700);--tag-background-warning-light:var(--colors-yellow-50);--tag-background-error:var(--colors-red-600);--tag-background-error-light:var(--colors-red-50);--tag-border-neutral:var(--colors-neutral-300);--tag-border-neutral-light:var(--colors-neutral-800);--tag-border-on-color:var(--colors-alpha-alpha-white-60);--tag-border-success:var(--colors-green-700);--tag-border-success-light:var(--colors-green-200);--tag-border-info:var(--colors-blue-700);--tag-border-info-light:var(--colors-blue-200);--tag-border-warning:var(--colors-red-700);--tag-border-warning-light:var(--colors-yellow-200);--tag-border-error:var(--colors-red-700);--tag-border-error-light:var(--colors-red-200);--tag-dot:var(--colors-alpha-alpha-white-60);--form-text-form-title:var(--text-default);--controls-control-primary:var(--alpha-white-0);--table-cell-border:var(--colors-neutral-600);--table-cell-border-inverse:var(--border-black);--table-text-head:var(--colors-neutral-300);--table-text-body:var(--text-default);--table-background-disabled:var(--background-disabled);--table-background-hover-selected:var(--colors-neutral-900);--table-background-header:var(--colors-neutral-900);--table-background-row:var(--colors-neutral-900);--controls-control-primary-checked:var(--colors-primary-sa-flag-600-primary);--controls-control-primary-hovered:var(--colors-primary-sa-flag-300);--controls-control-primary-pressed:var(--colors-primary-sa-flag-400);--controls-control-primary-focused:var(--colors-primary-sa-flag-600-primary);--controls-control-neutral-checked:var(--colors-neutral-600);--controls-control-neutral-hovered:var(--colors-neutral-400);--controls-control-neutral-pressed:var(--colors-neutral-400);--controls-control-neutral-focused:var(--colors-neutral-600);--controls-control-primary--readonly:var(--alpha-white-0);--controls-control-pressed:var(--colors-neutral-600);--controls-control-ripple-effect:var(--colors-neutral-950);--controls-control-border:var(--colors-neutral-400);--form-text-form-paragraph:var(--text-secondary-paragraph);--form-field-text-label:var(--text-default);--form-field-text-placeholder:var(--text-secondary-paragraph);--form-field-text-hovered:var(--text-default);--stepper-button-completed:var(--colors-green-600);--tooltip-background-light:var(--colors-neutral-800);--tooltip-text-heading-light:var(--text-display);--tooltip-text-paragraph-light:var(--text-primary-paragraph);--tooltip-background-dark:var(--colors-base-white);--tooltip-text-heading-dark:var(--colors-neutral-800);--tooltip-text-paragraph-dark:var(--colors-neutral-700);--alpha-white-0:var(--colors-alpha-alpha-black-10);--alpha-white-10:var(--colors-alpha-alpha-black-10);--alpha-white-20:var(--colors-alpha-alpha-black-20);--alpha-white-30:var(--colors-alpha-alpha-black-30);--alpha-white-40:var(--colors-alpha-alpha-black-40);--alpha-white-50:var(--colors-alpha-alpha-black-50);--alpha-white-60:var(--colors-alpha-alpha-black-60);--alpha-white-70:var(--colors-alpha-alpha-black-70);--alpha-white-80:var(--colors-alpha-alpha-black-80);--alpha-white-90:var(--colors-alpha-alpha-black-90);--alpha-white-100:var(--colors-alpha-alpha-black-100);--alpha-black-0:var(--colors-alpha-alpha-white-10);--alpha-black-10:var(--colors-alpha-alpha-white-10);--alpha-black-20:var(--colors-alpha-alpha-white-20);--alpha-black-30:var(--colors-alpha-alpha-white-30);--alpha-black-40:var(--colors-alpha-alpha-white-40);--alpha-black-50:var(--colors-alpha-alpha-white-50);--alpha-black-60:var(--colors-alpha-alpha-white-60);--alpha-black-70:var(--colors-alpha-alpha-white-70);--alpha-black-80:var(--colors-alpha-alpha-white-80);--alpha-black-90:var(--colors-alpha-alpha-white-90);--alpha-black-100:var(--colors-alpha-alpha-white-100);--background-disabled:var(--colors-neutral-700);--background-disabled-primary:var(--colors-primary-sa-flag-700);--background-inverse-disabled:var(--colors-neutral-700);--stepper-button-completed-hovered:var(--colors-primary-sa-flag-700);--stepper-button-current:var(--colors-green-600);--stepper-button-current-hovered:var(--colors-primary-sa-flag-700);--stepper-button-upcomming:var(--colors-neutral-600);--stepper-button-upcomming-hovered:var(--colors-neutral-600);--stepper-button-background:var(--colors-base-white);--stepper-text-primary:var(--text-default);--stepper-text-secondary:var(--text-primary-paragraph);--stepper-text-tertiary:var(--text-secondary-paragraph);--stepper-line-completed:var(--colors-primary-sa-flag-600-primary);--stepper-line-completed-hovered:var(--colors-primary-sa-flag-700);--stepper-line-current:var(--colors-neutral-700);--stepper-line-upcomming:var(--colors-neutral-700);--stepper-line-upcomming-hovered:var(--colors-neutral-700);--form-field-text-focused:var(--text-primary-paragraph);--form-field-text-pressed:var(--text-primary-paragraph);--form-field-text-filled:var(--text-default);--form-field-text-readonly:var(--text-default);--form-field-text-helper:var(--text-secondary-paragraph);--form-field-background-default:var(--colors-neutral-800);--form-field-background-lighter:var(--colors-neutral-600);--form-field-background-darker:var(--colors-neutral-800);--form-field-background-pressed:#4d5761;--form-field-border-default:var(--colors-neutral-500);--form-field-border-hovered:var(--colors-neutral-200);--form-field-border-pressed:var(--colors-neutral-25);--form-field-border-error:var(--border-error);--form-option-background-hover:var(--colors-neutral-500);--form-option-background-pressed:var(--colors-neutral-700);--form-datecell-background-default:var(--colors-primary-sa-flag-600-primary);--form-datecell-background-hovered:var(--colors-primary-sa-flag-700);--icon-default:var(--colors-base-white);--form-datecell-background-pressed:var(--colors-primary-sa-flag-900);--form-datecell-background-focused:var(--colors-primary-sa-flag-600-primary);--form-datecell-today-background-default:var(--alpha-white-0);--form-datecell-today-background-hovered:var(--colors-neutral-700);--form-datecell-today-background-pressed:var(--colors-neutral-600);--icon-default-500:var(--colors-neutral-200);--form-datecell-today-background-focused:var(--alpha-white-0);--form-datecell-background-disabled:#ffffff;--form-datecell-background-600:var(--colors-primary-sa-flag-600-primary);--form-datecell-background-300:var(--colors-primary-sa-flag-300);--form-datecell-background-200:var(--colors-primary-sa-flag-400);--form-datecell-background-100:var(--colors-primary-sa-flag-300);--controls-control-icon-hovered:var(--colors-primary-sa-flag-800);--alpha-primary-10:#166a4519;--icon-default-400:var(--colors-neutral-500);--icon-primary:var(--colors-primary-sa-flag-600-primary);--alpha-primary-20:#166a4533;--icon-primary-light:var(--colors-primary-sa-flag-50);--alpha-warning-10:#fec84b19;--icon-primary-400:var(--colors-primary-sa-flag-400);--alpha-warning-20:#fec84b33;--alpha-error-10:#b4231819;--alpha-error-20:#b4231833;--alpha-info-10:#156fee19;--alpha-info-20:#156fee33;--alpha-success-10:#06945419;--alpha-success-20:#06945433;--icon-neutral:var(--colors-neutral-500);--icon-neutral-light:var(--colors-neutral-950);--icon-secondary:var(--colors-secondary-gold-600-primary);--icon-secondary-light:var(--colors-secondary-gold-50);--icon-tertiary:var(--colors-tertiary-lavendar-600);--icon-tertiary-light:var(--colors-tertiary-lavendar-50);--icon-success:var(--colors-green-600);--icon-success-light:var(--colors-green-50);--icon-info:var(--colors-blue-700);--icon-info-light:var(--colors-blue-50);--icon-warning:var(--colors-yellow-700);--icon-warning-light:var(--colors-yellow-50);--icon-error:var(--colors-red-700);--icon-error-light:var(--colors-red-50);--icon-default-disabled:var(--colors-base-white);--icon-default-oncolor-disabled:var(--colors-base-white);--control-disabled:var(--colors-alpha-alpha-white-30);--featuredicons-icon-oncolor:var(--colors-base-white);--featuredicons-icon-success:var(--colors-green-600);--featuredicons-icon-default:var(--colors-base-white);--featuredicons-icon-error:var(--colors-red-700);--featuredicons-icon-secondary:var(--colors-secondary-gold-600-primary);--featuredicons-icon-default-500:var(--colors-neutral-200);--featuredicons-background-error-light:var(--colors-red-50);--featuredicons-background-info-light:var(--colors-blue-50);--featuredicons-background-warning-light:var(--colors-yellow-50);--featuredicons-background-success-light:var(--colors-green-50);--featuredicons-background-brand-light:var(--colors-primary-sa-flag-50);--featuredicons-background-default-light:var(--colors-neutral-50);--featuredicons-icon-default-400:var(--colors-neutral-500);--featuredicons-icon-primary:var(--colors-primary-sa-flag-600-primary);--featuredicons-icon-primary-light:var(--colors-primary-sa-flag-50);--featuredicons-icon-primary-400:var(--colors-primary-sa-flag-400);--featuredicons-icon-neutral:var(--colors-neutral-500);--featuredicons-icon-neutral-light:var(--colors-neutral-950);--featuredicons-icon-secondary-light:var(--colors-secondary-gold-50);--featuredicons-icon-tertiary:var(--colors-tertiary-lavendar-600);--featuredicons-icon-tertiary-light:var(--colors-tertiary-lavendar-50);--featuredicons-icon-success-light:var(--colors-green-50);--featuredicons-icon-info:var(--colors-blue-700);--featuredicons-icon-info-light:var(--colors-blue-50);--featuredicons-icon-warning:var(--colors-yellow-700);--featuredicons-bg-icon-warning-light:var(--alpha-warning-10);--featuredicons-bg-icon-error-light:var(--alpha-error-10);--featuredicons-bg-icon-brand-light:var(--alpha-primary-10);--featuredicons-bg-icon-info-light:var(--alpha-info-10);--featuredicons-bg-icon-success-light:var(--alpha-success-10);--controls-control-icon-pressed:var(--colors-primary-sa-flag-800);--controls-control-icon-disabled:var(--colors-neutral-400);--notification-background-error-light:var(--colors-red-50);--notification-background-info-light:var(--colors-blue-50);--notification-background-warning-light:var(--colors-yellow-50);--notification-background-success-light:var(--colors-green-50);--notification-background-brand-light:var(--colors-primary-sa-flag-50);--notification-background-default-light:var(--colors-neutral-50);--notification-background-default-50:var(--alpha-white-10);--notification-background-success-50:var(--alpha-success-20);--notification-background-warning-50:var(--alpha-warning-20);--notification-background-error-50:var(--alpha-error-20);--notification-background-brand-50:var(--alpha-primary-20);--notification-background-info-50:var(--alpha-info-20);--notification-background-default-25:var(--alpha-white-0);--notification-background-success-25:var(--alpha-primary-10);--notification-background-warning-25:var(--alpha-warning-10);--notification-background-error-25:var(--alpha-error-10);--notification-background-brand-25:var(--alpha-primary-10);--notification-background-info-25:var(--alpha-info-10);--notification-text-success:var(--colors-green-300);--notification-text-error:var(--colors-red-300);--notification-text-info:var(--colors-blue-300);--notification-text-warning:var(--colors-yellow-300);--notification-text-brand:var(--colors-primary-sa-flag-300);--controls-control-text-error:var(--colors-red-300)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;zoom:1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic;}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible;}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0}html,button,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:0.2em 0;background:#ccc;color:#000;padding:0.2em 0}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}*{box-sizing:border-box}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:"IBMPlexSansArabic";src:url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Regular.woff2") format("woff2"), url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Regular.woff") format("woff");font-weight:400;font-style:normal}@font-face{font-family:"IBMPlexSansArabic";src:url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Medium.woff2") format("woff2"), url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Medium.woff") format("woff");font-weight:500;font-style:normal}@font-face{font-family:"IBMPlexSansArabic";src:url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-SemiBold.woff2") format("woff2"), url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-SemiBold.woff") format("woff");font-weight:600;font-style:normal}@font-face{font-family:"IBMPlexSansArabic";src:url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Bold.woff2") format("woff2"), url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Bold.woff") format("woff");font-weight:700;font-style:normal;font-display:auto}body{font-family:"IBMPlexSansArabic"}a,a:active,a:focus{color:inherit;text-decoration:none}.display-2xl-regular{font:400 72px/90px "IBMPlexSansArabic"}.display-xl-regular{font:400 60px/72px "IBMPlexSansArabic"}.display-lg-regular{font:400 48px/60px "IBMPlexSansArabic"}.display-md-regular{font:400 36px/44px "IBMPlexSansArabic"}.display-sm-regular{font:400 30px/38px "IBMPlexSansArabic"}.display-xs-regular{font:400 24px/32px "IBMPlexSansArabic"}.text-xl-regular{font:400 20px/30px "IBMPlexSansArabic"}.text-lg-regular{font:400 18px/28px "IBMPlexSansArabic"}.text-md-regular{font:400 16px/24px "IBMPlexSansArabic"}.text-sm-regular{font:400 14px/20px "IBMPlexSansArabic"}.text-xs-regular{font:400 12px/18px "IBMPlexSansArabic"}.text-2xs-regular{font:400 10px/14px "IBMPlexSansArabic"}.display-2xl-medium{font:500 72px/90px "IBMPlexSansArabic"}.display-xl-medium{font:500 60px/72px "IBMPlexSansArabic"}.display-lg-medium{font:500 48px/60px "IBMPlexSansArabic"}.display-md-medium{font:500 36px/44px "IBMPlexSansArabic"}.display-sm-medium{font:500 30px/38px "IBMPlexSansArabic"}.display-xs-medium{font:500 24px/32px "IBMPlexSansArabic"}.text-xl-medium{font:500 20px/30px "IBMPlexSansArabic"}.text-lg-medium{font:500 18px/28px "IBMPlexSansArabic"}.text-md-medium{font:500 16px/24px "IBMPlexSansArabic"}.text-sm-medium{font:500 14px/20px "IBMPlexSansArabic"}.text-xs-medium{font:500 12px/18px "IBMPlexSansArabic"}.text-2xs-medium{font:500 10px/14px "IBMPlexSansArabic"}.display-2xl-semibold{font:600 72px/90px "IBMPlexSansArabic"}.display-xl-semibold{font:600 60px/72px "IBMPlexSansArabic"}.display-lg-semibold{font:600 48px/60px "IBMPlexSansArabic"}.display-md-semibold{font:600 36px/44px "IBMPlexSansArabic"}.display-sm-semibold{font:600 30px/38px "IBMPlexSansArabic"}.display-xs-semibold{font:600 24px/32px "IBMPlexSansArabic"}.text-xl-semibold{font:600 20px/30px "IBMPlexSansArabic"}.text-lg-semibold{font:600 18px/28px "IBMPlexSansArabic"}.text-md-semibold{font:600 16px/24px "IBMPlexSansArabic"}.text-sm-semibold{font:600 14px/20px "IBMPlexSansArabic"}.text-xs-semibold{font:600 12px/18px "IBMPlexSansArabic"}.text-2xs-semibold{font:600 10px/14px "IBMPlexSansArabic"}.display-2xl-bold{font:700 72px/90px "IBMPlexSansArabic"}.display-xl-bold{font:700 60px/72px "IBMPlexSansArabic"}.display-lg-bold{font:700 48px/60px "IBMPlexSansArabic"}.display-md-bold{font:700 36px/44px "IBMPlexSansArabic"}.display-sm-bold{font:700 30px/38px "IBMPlexSansArabic"}.display-xs-bold{font:700 24px/32px "IBMPlexSansArabic"}.text-xl-bold{font:700 20px/30px "IBMPlexSansArabic"}.text-lg-bold{font:700 18px/28px "IBMPlexSansArabic"}.text-md-bold{font:700 16px/24px "IBMPlexSansArabic"}.text-sm-bold{font:700 14px/20px "IBMPlexSansArabic"}.text-xs-bold{font:700 12px/18px "IBMPlexSansArabic"}.text-2xs-bold{font:700 10px/14px "IBMPlexSansArabic"}.dga-spacing-hor-0{height:0px}.dga-spacing-vert-0{width:0px}.dga-p-0{padding:0px}.dga-px-0{padding-inline:0px}.dga-py-0{padding-block:0px}.dga-pl-0{padding-left:0px}.dga-pr-0{padding-right:0px}.dga-pt-0{padding-top:0px}.dga-pb-0{padding-bottom:0px}.dga-mx-0{margin-inline:0px}.dga-my-0{margin-block:0px}.dga-ml-0{margin-left:0px}.dga-mr-0{margin-right:0px}.dga-mt-0{margin-top:0px}.dga-mb-0{margin-bottom:0px}.dga-spacing-hor-2{height:8px}.dga-spacing-vert-2{width:8px}.dga-p-2{padding:8px}.dga-px-2{padding-inline:8px}.dga-py-2{padding-block:8px}.dga-pl-2{padding-left:8px}.dga-pr-2{padding-right:8px}.dga-pt-2{padding-top:8px}.dga-pb-2{padding-bottom:8px}.dga-mx-2{margin-inline:8px}.dga-my-2{margin-block:8px}.dga-ml-2{margin-left:8px}.dga-mr-2{margin-right:8px}.dga-mt-2{margin-top:8px}.dga-mb-2{margin-bottom:8px}.dga-spacing-hor-4{height:16px}.dga-spacing-vert-4{width:16px}.dga-p-4{padding:16px}.dga-px-4{padding-inline:16px}.dga-py-4{padding-block:16px}.dga-pl-4{padding-left:16px}.dga-pr-4{padding-right:16px}.dga-pt-4{padding-top:16px}.dga-pb-4{padding-bottom:16px}.dga-mx-4{margin-inline:16px}.dga-my-4{margin-block:16px}.dga-ml-4{margin-left:16px}.dga-mr-4{margin-right:16px}.dga-mt-4{margin-top:16px}.dga-mb-4{margin-bottom:16px}.dga-spacing-hor-8{height:32px}.dga-spacing-vert-8{width:32px}.dga-p-8{padding:32px}.dga-px-8{padding-inline:32px}.dga-py-8{padding-block:32px}.dga-pl-8{padding-left:32px}.dga-pr-8{padding-right:32px}.dga-pt-8{padding-top:32px}.dga-pb-8{padding-bottom:32px}.dga-mx-8{margin-inline:32px}.dga-my-8{margin-block:32px}.dga-ml-8{margin-left:32px}.dga-mr-8{margin-right:32px}.dga-mt-8{margin-top:32px}.dga-mb-8{margin-bottom:32px}.dga-spacing-hor-12{height:48px}.dga-spacing-vert-12{width:48px}.dga-p-12{padding:48px}.dga-px-12{padding-inline:48px}.dga-py-12{padding-block:48px}.dga-pl-12{padding-left:48px}.dga-pr-12{padding-right:48px}.dga-pt-12{padding-top:48px}.dga-pb-12{padding-bottom:48px}.dga-mx-12{margin-inline:48px}.dga-my-12{margin-block:48px}.dga-ml-12{margin-left:48px}.dga-mr-12{margin-right:48px}.dga-mt-12{margin-top:48px}.dga-mb-12{margin-bottom:48px}.dga-spacing-hor-16{height:64px}.dga-spacing-vert-16{width:64px}.dga-p-16{padding:64px}.dga-px-16{padding-inline:64px}.dga-py-16{padding-block:64px}.dga-pl-16{padding-left:64px}.dga-pr-16{padding-right:64px}.dga-pt-16{padding-top:64px}.dga-pb-16{padding-bottom:64px}.dga-mx-16{margin-inline:64px}.dga-my-16{margin-block:64px}.dga-ml-16{margin-left:64px}.dga-mr-16{margin-right:64px}.dga-mt-16{margin-top:64px}.dga-mb-16{margin-bottom:64px}.dga-spacing-hor-24{height:96px}.dga-spacing-vert-24{width:96px}.dga-p-24{padding:96px}.dga-px-24{padding-inline:96px}.dga-py-24{padding-block:96px}.dga-pl-24{padding-left:96px}.dga-pr-24{padding-right:96px}.dga-pt-24{padding-top:96px}.dga-pb-24{padding-bottom:96px}.dga-mx-24{margin-inline:96px}.dga-my-24{margin-block:96px}.dga-ml-24{margin-left:96px}.dga-mr-24{margin-right:96px}.dga-mt-24{margin-top:96px}.dga-mb-24{margin-bottom:96px}.dga-spacing-hor-32{height:128px}.dga-spacing-vert-32{width:128px}.dga-p-32{padding:128px}.dga-px-32{padding-inline:128px}.dga-py-32{padding-block:128px}.dga-pl-32{padding-left:128px}.dga-pr-32{padding-right:128px}.dga-pt-32{padding-top:128px}.dga-pb-32{padding-bottom:128px}.dga-mx-32{margin-inline:128px}.dga-my-32{margin-block:128px}.dga-ml-32{margin-left:128px}.dga-mr-32{margin-right:128px}.dga-mt-32{margin-top:128px}.dga-mb-32{margin-bottom:128px}.dga-spacing-hor-40{height:160px}.dga-spacing-vert-40{width:160px}.dga-p-40{padding:160px}.dga-px-40{padding-inline:160px}.dga-py-40{padding-block:160px}.dga-pl-40{padding-left:160px}.dga-pr-40{padding-right:160px}.dga-pt-40{padding-top:160px}.dga-pb-40{padding-bottom:160px}.dga-mx-40{margin-inline:160px}.dga-my-40{margin-block:160px}.dga-ml-40{margin-left:160px}.dga-mr-40{margin-right:160px}.dga-mt-40{margin-top:160px}.dga-mb-40{margin-bottom:160px}.dga-spacing-hor-48{height:192px}.dga-spacing-vert-48{width:192px}.dga-p-48{padding:192px}.dga-px-48{padding-inline:192px}.dga-py-48{padding-block:192px}.dga-pl-48{padding-left:192px}.dga-pr-48{padding-right:192px}.dga-pt-48{padding-top:192px}.dga-pb-48{padding-bottom:192px}.dga-mx-48{margin-inline:192px}.dga-my-48{margin-block:192px}.dga-ml-48{margin-left:192px}.dga-mr-48{margin-right:192px}.dga-mt-48{margin-top:192px}.dga-mb-48{margin-bottom:192px}.dga-spacing-hor-56{height:224px}.dga-spacing-vert-56{width:224px}.dga-p-56{padding:224px}.dga-px-56{padding-inline:224px}.dga-py-56{padding-block:224px}.dga-pl-56{padding-left:224px}.dga-pr-56{padding-right:224px}.dga-pt-56{padding-top:224px}.dga-pb-56{padding-bottom:224px}.dga-mx-56{margin-inline:224px}.dga-my-56{margin-block:224px}.dga-ml-56{margin-left:224px}.dga-mr-56{margin-right:224px}.dga-mt-56{margin-top:224px}.dga-mb-56{margin-bottom:224px}.dga-spacing-hor-64{height:256px}.dga-spacing-vert-64{width:256px}.dga-p-64{padding:256px}.dga-px-64{padding-inline:256px}.dga-py-64{padding-block:256px}.dga-pl-64{padding-left:256px}.dga-pr-64{padding-right:256px}.dga-pt-64{padding-top:256px}.dga-pb-64{padding-bottom:256px}.dga-mx-64{margin-inline:256px}.dga-my-64{margin-block:256px}.dga-ml-64{margin-left:256px}.dga-mr-64{margin-right:256px}.dga-mt-64{margin-top:256px}.dga-mb-64{margin-bottom:256px}.dga-spacing-hor-72{height:288px}.dga-spacing-vert-72{width:288px}.dga-p-72{padding:288px}.dga-px-72{padding-inline:288px}.dga-py-72{padding-block:288px}.dga-pl-72{padding-left:288px}.dga-pr-72{padding-right:288px}.dga-pt-72{padding-top:288px}.dga-pb-72{padding-bottom:288px}.dga-mx-72{margin-inline:288px}.dga-my-72{margin-block:288px}.dga-ml-72{margin-left:288px}.dga-mr-72{margin-right:288px}.dga-mt-72{margin-top:288px}.dga-mb-72{margin-bottom:288px}.dga-spacing-hor-80{height:320px}.dga-spacing-vert-80{width:320px}.dga-p-80{padding:320px}.dga-px-80{padding-inline:320px}.dga-py-80{padding-block:320px}.dga-pl-80{padding-left:320px}.dga-pr-80{padding-right:320px}.dga-pt-80{padding-top:320px}.dga-pb-80{padding-bottom:320px}.dga-mx-80{margin-inline:320px}.dga-my-80{margin-block:320px}.dga-ml-80{margin-left:320px}.dga-mr-80{margin-right:320px}.dga-mt-80{margin-top:320px}.dga-mb-80{margin-bottom:320px}.dga-spacing-hor-88{height:352px}.dga-spacing-vert-88{width:352px}.dga-p-88{padding:352px}.dga-px-88{padding-inline:352px}.dga-py-88{padding-block:352px}.dga-pl-88{padding-left:352px}.dga-pr-88{padding-right:352px}.dga-pt-88{padding-top:352px}.dga-pb-88{padding-bottom:352px}.dga-mx-88{margin-inline:352px}.dga-my-88{margin-block:352px}.dga-ml-88{margin-left:352px}.dga-mr-88{margin-right:352px}.dga-mt-88{margin-top:352px}.dga-mb-88{margin-bottom:352px}.dga-spacing-hor-96{height:384px}.dga-spacing-vert-96{width:384px}.dga-p-96{padding:384px}.dga-px-96{padding-inline:384px}.dga-py-96{padding-block:384px}.dga-pl-96{padding-left:384px}.dga-pr-96{padding-right:384px}.dga-pt-96{padding-top:384px}.dga-pb-96{padding-bottom:384px}.dga-mx-96{margin-inline:384px}.dga-my-96{margin-block:384px}.dga-ml-96{margin-left:384px}.dga-mr-96{margin-right:384px}.dga-mt-96{margin-top:384px}.dga-mb-96{margin-bottom:384px}.dga-spacing-hor-104{height:416px}.dga-spacing-vert-104{width:416px}.dga-p-104{padding:416px}.dga-px-104{padding-inline:416px}.dga-py-104{padding-block:416px}.dga-pl-104{padding-left:416px}.dga-pr-104{padding-right:416px}.dga-pt-104{padding-top:416px}.dga-pb-104{padding-bottom:416px}.dga-mx-104{margin-inline:416px}.dga-my-104{margin-block:416px}.dga-ml-104{margin-left:416px}.dga-mr-104{margin-right:416px}.dga-mt-104{margin-top:416px}.dga-mb-104{margin-bottom:416px}.dga-spacing-hor-112{height:448px}.dga-spacing-vert-112{width:448px}.dga-p-112{padding:448px}.dga-px-112{padding-inline:448px}.dga-py-112{padding-block:448px}.dga-pl-112{padding-left:448px}.dga-pr-112{padding-right:448px}.dga-pt-112{padding-top:448px}.dga-pb-112{padding-bottom:448px}.dga-mx-112{margin-inline:448px}.dga-my-112{margin-block:448px}.dga-ml-112{margin-left:448px}.dga-mr-112{margin-right:448px}.dga-mt-112{margin-top:448px}.dga-mb-112{margin-bottom:448px}.dga-spacing-hor-120{height:480px}.dga-spacing-vert-120{width:480px}.dga-p-120{padding:480px}.dga-px-120{padding-inline:480px}.dga-py-120{padding-block:480px}.dga-pl-120{padding-left:480px}.dga-pr-120{padding-right:480px}.dga-pt-120{padding-top:480px}.dga-pb-120{padding-bottom:480px}.dga-mx-120{margin-inline:480px}.dga-my-120{margin-block:480px}.dga-ml-120{margin-left:480px}.dga-mr-120{margin-right:480px}.dga-mt-120{margin-top:480px}.dga-mb-120{margin-bottom:480px}.dga-radius-small{border-radius:2px}.dga-radius-small-t{border-radius:2px 2px 0 0}.dga-radius-small-tl{border-radius:2px 0px 0 0}.dga-radius-small-tr{border-radius:0px 2px 0 0}.dga-radius-small-b{border-radius:0 0 2px 2px}.dga-radius-small-bl{border-radius:0 0 2px 0px}.dga-radius-small-br{border-radius:0 0 0px 2px}.dga-radius-medium{border-radius:4px}.dga-radius-medium-t{border-radius:4px 4px 0 0}.dga-radius-medium-tl{border-radius:4px 0px 0 0}.dga-radius-medium-tr{border-radius:0px 4px 0 0}.dga-radius-medium-b{border-radius:0 0 4px 4px}.dga-radius-medium-bl{border-radius:0 0 4px 0px}.dga-radius-medium-br{border-radius:0 0 0px 4px}.dga-radius-large{border-radius:8px}.dga-radius-large-t{border-radius:8px 8px 0 0}.dga-radius-large-tl{border-radius:8px 0px 0 0}.dga-radius-large-tr{border-radius:0px 8px 0 0}.dga-radius-large-b{border-radius:0 0 8px 8px}.dga-radius-large-bl{border-radius:0 0 8px 0px}.dga-radius-large-br{border-radius:0 0 0px 8px}.dga-radius-xlarge{border-radius:12px}.dga-radius-xlarge-t{border-radius:12px 12px 0 0}.dga-radius-xlarge-tl{border-radius:12px 0px 0 0}.dga-radius-xlarge-tr{border-radius:0px 12px 0 0}.dga-radius-xlarge-b{border-radius:0 0 12px 12px}.dga-radius-xlarge-bl{border-radius:0 0 12px 0px}.dga-radius-xlarge-br{border-radius:0 0 0px 12px}.dga-radius-none{border-radius:0px}.dga-radius-circular{border-radius:100%}.dga-flex{display:flex}.dga-flex-column{display:flex;flex-direction:column}.dga-flex-center{display:flex;align-items:center;justify-content:center}.dga-flex-center-y{display:flex;align-items:center}.dga-flex-center-x{display:flex;justify-content:center}.dga-flex-between{display:flex;justify-content:space-between}.dga-flex-wrap{flex-wrap:wrap}.dga-flex-align-stretch{align-items:stretch}.dga-flex-align-start{align-items:flex-start}.dga-flex-align-end{align-items:flex-end}.dga-flex-justify-end{justify-content:flex-end}.dga-flex-justify-start{justify-content:flex-start}.dga-text-right{text-align:right}.dga-text-left{text-align:left}.dga-text-center{text-align:center}.dga-shadow-xs{box-shadow:var(--shadow-xs)}.dga-shadow-sm{box-shadow:var(--shadow-sm)}.dga-shadow-md{box-shadow:var(--shadow-md)}.dga-shadow-lg{box-shadow:var(--shadow-lg)}.dga-shadow-xl{box-shadow:var(--shadow-xl)}.dga-shadow-2xl{box-shadow:var(--shadow-2xl)}.dga-shadow-3xl{box-shadow:var(--shadow-3xl)}.dga-ver-divider{width:1px;height:48px;background:hsla(var(--colors-alpha-black)/20%);margin-inline:var(--spacing-xl)}@media only screen and (max-width: 37.5em){.dga-xs-hide{display:none}}.dga-flex-justify-start{justify-content:start}.dga-flex-justify-end{justify-content:end}.dga-flex-justify-center{justify-content:center}.dga-flex-justify-between{justify-content:between}.dga-flex-justify-around{justify-content:around}.dga-flex-align-start{align-items:start}.dga-flex-align-end{align-items:end}.dga-flex-align-center{align-items:center}.dga-flex-align-stretch{align-items:stretch}.card{width:100%;padding:var(--spacing-xl);flex-direction:column;align-items:flex-start;gap:var(--card-lg-gap);border-radius:var(--radius-lg);background:var(--background-card);border:2px solid var(--background-card);cursor:pointer;position:relative;box-sizing:border-box;overflow:hidden}.card--with-shadow{box-shadow:0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06)}.card--stroke{border:1px solid var(--border-neutral-primary)}.card__image-container{width:100%;height:200px;overflow:hidden;border-radius:var(--radius-lg, 16px)}.card__image-container img{width:100%;height:auto;border-radius:inherit}.card__checkbox-container{position:absolute;top:16px;right:16px}.card__checkbox-container>.checkbox .checkbox-main{min-width:fit-content}.card>.badge--icon.badge--lg{width:48px;height:48px}.card__content-text{gap:8px}.card__action{width:100%;display:flex}.card__action--default{gap:12px}.card__action--expanded{justify-content:flex-end}.card__action--expanded .btn svg{width:24px;height:24px}.card.disabled{color:var(--text-default-disabled);background-color:transparent;border-color:transparent}.card.disabled::after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background-color:var(--background-disabled);opacity:0.3}.card.disabled .card--stroke{border:1px solid var(--border-disabled)}.card:hover{background:var(--background-neutral-50, #F9FAFB)}.card:focus-visible{border:2px solid var(--border-black)}.expand-button{margin-left:auto;transition:transform 0.3s}.expand-button[aria-expanded=true] .expand-icon{transform:rotate(180deg)}.collapse-content{display:none}.collapse-content.expanded{display:block}`, ip = ap, Hn = /* @__PURE__ */ D(class extends E {
|
|
13110
13110
|
constructor() {
|
|
13111
|
-
super(), this.__registerHost(), this.__attachShadow(), this.type = "default", this.showTitle = !0, this.showDescription = !0, this.showFeaturedIcon = !0, this.image = "", this.
|
|
13111
|
+
super(), this.__registerHost(), this.__attachShadow(), this.type = "default", this.showTitle = !0, this.showDescription = !0, this.showFeaturedIcon = !0, this.image = "", this.disabled = !1, this.effect = "with-shadow", this.cardTitle = "Card Title", this.description = "Card content placeholder text goes here", this.featuredIcon = {
|
|
13112
13112
|
name: "checkmark-circle-02",
|
|
13113
13113
|
variant: "stroke",
|
|
13114
13114
|
type: "sharp",
|
|
@@ -13123,11 +13123,11 @@ const ap = `@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:it
|
|
|
13123
13123
|
this.expanded = !this.expanded;
|
|
13124
13124
|
}
|
|
13125
13125
|
render() {
|
|
13126
|
-
return s(oe, { key: "
|
|
13126
|
+
return s(oe, { key: "189eab7025145cc3b789f9589c2dbc1de742b7a1" }, s("div", Object.assign({ key: "ba5940bebaf3882e09c466bd110d7d3d734ad795", class: `card dga-flex-column ${this.disabled ? "disabled" : ""} ${this.isFocused ? "focused" : ""} card--${this.effect}` }, this.type === "selectable" ? { onClick: this.onCheckboxChange } : {}, { tabIndex: 0 }), this.image && s("div", { key: "1f618cbb0dc6c3049a34fac51695e38248232489", class: "card__image-container" }, s("img", { key: "0f8efa27845afaddb6f053501f0bbafbd8a75ef7", src: this.image, alt: "Card" })), this.showFeaturedIcon && s("dga-featured-icon", { key: "5a39fa5260e9109dc24b3ef4f1e65b8e4f9a2a9c", icon: this.featuredIcon, size: "lg" }), this.type === "selectable" && s("div", { key: "90502c80a68ac4d32d7efd0751b52f9fe00088af", class: "card__checkbox-container" }, s("dga-checkbox", { key: "39fba819acaefada7881032028b46af0a736fda1", checked: this.isSelected, color: "brand", onChange: this.onCheckboxChange })), (this.showTitle || this.showDescription) && s("div", { key: "c4166a3bb354ae547efc522d0677ccb6bb1ae009", class: "card__content-text dga-flex-column" }, this.showTitle && s("h4", { key: "8a4ee276761ba80ab7ff4ebca081f46fa0b15b7e", class: "text-lg-bold" }, this.cardTitle, " "), this.showDescription && s("p", { key: "1ddc32e6fa418f2e529e128f0ad64bcfa69278e8", class: "text-md-regular" }, this.description)), s("slot", { key: "8d4eb023ba27e4692b0d9401b3073b15a89c8e34" }), this.type === "default" && (this.showPrimaryAction || this.showSecondaryAction) && s("div", { key: "95b5e903b094c9f387061bdf07a8963c692b3824", class: "card__action card__action--default" }, this.showSecondaryAction && s("dga-button", { key: "d97092043dc481ff55a21d0dfb0e183081f25af6", label: this.secondaryActionLabel, onClick: this.onSecondaryAction, size: "lg", variant: "secondary-outline" }), this.showPrimaryAction && s("dga-button-v2", { key: "3c098bf048eacd4730404d37a01aec9b5585deac", label: this.primaryActionLabel, onClick: this.onPrimaryAction, size: "lg", variant: "primary" })), this.type === "expanded" && s("div", { key: "8663a3846e16a2787036af45bf1076042c133440", class: "card__action card__action--expanded" }, s("dga-button-v2", { key: this.expanded ? "expanded" : "collapsed", iconOnly: !0, onClick: () => this.toggleExpand(), size: "lg", variant: "subtle", leadIcon: !0, leadIconProps: {
|
|
13127
13127
|
name: this.expanded ? "arrow-up-01" : "arrow-down-01",
|
|
13128
13128
|
variant: "stroke",
|
|
13129
13129
|
type: "rounded"
|
|
13130
|
-
} })), s("div", { key: "
|
|
13130
|
+
} })), s("div", { key: "cd5ed5c4c0a47ffcc51d7feff5f6493eed654dab", class: `collapse-content ${this.expanded ? "expanded" : ""}` }, s("slot", { key: "46732ffb5cd1febe114a6fe5923fd2de3b681d4a", name: "collapse-content" }))));
|
|
13131
13131
|
}
|
|
13132
13132
|
static get style() {
|
|
13133
13133
|
return ip;
|
|
@@ -13138,7 +13138,6 @@ const ap = `@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:it
|
|
|
13138
13138
|
showDescription: [4, "show-description"],
|
|
13139
13139
|
showFeaturedIcon: [4, "show-featured-icon"],
|
|
13140
13140
|
image: [1],
|
|
13141
|
-
showRating: [4, "show-rating"],
|
|
13142
13141
|
disabled: [4],
|
|
13143
13142
|
effect: [1],
|
|
13144
13143
|
cardTitle: [1, "card-title"],
|
|
@@ -13202,7 +13201,7 @@ const gp = Hn, cp = np, hp = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
13202
13201
|
super(), this.__registerHost(), this.__attachShadow();
|
|
13203
13202
|
}
|
|
13204
13203
|
render() {
|
|
13205
|
-
return s(oe, { key: "
|
|
13204
|
+
return s(oe, { key: "1ad208ecf54f67a908359962cd177fd7b77cfe81" }, s("slot", { key: "9412b4943f983d4ddde21a7115ebc79a7595a047" }));
|
|
13206
13205
|
}
|
|
13207
13206
|
static get style() {
|
|
13208
13207
|
return sp;
|
|
@@ -13276,7 +13275,7 @@ const dp = Xn, pp = lp, bp = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
13276
13275
|
this.slidesContainer && (this.childrenLength = this.slidesContainer.childElementCount);
|
|
13277
13276
|
}
|
|
13278
13277
|
render() {
|
|
13279
|
-
return s("section", { key: "
|
|
13278
|
+
return s("section", { key: "fc349613ac5d6dfeeb6022389ac51dd2ad43c955", class: "embla" }, s("div", { key: "7fcd0afc83e8bb53c14199839b22e19aec78abf8", class: "embla__viewport" }, s("div", { key: "34a7b2074f0d21a30c529f4c7c4b1ac6911d7449", class: "embla__container" }, s("div", { key: "5bd5e1bf2852f4e80c3f46cea463f896fde63bc3", class: "embla__slide" }, s("div", { key: "69fd6dd4b39da7df18327342a50872d421c4c889", class: "embla__slide__number" }, "1")), s("div", { key: "fd100af8b5ba0972a2f188b8f6fbb785a7c29f9c", class: "embla__slide" }, s("div", { key: "5bfd6069f25327544b25f7c424e137f3a671c433", class: "embla__slide__number" }, "2")), s("div", { key: "7240608bc488835e0d478d917199b61c9a55b369", class: "embla__slide" }, s("div", { key: "3c6ae779f16b5ee15cbf73d7e247bd877eb64caa", class: "embla__slide__number" }, "3")), s("div", { key: "1b50059899b34cdab83dc9275f569f1124f40665", class: "embla__slide" }, s("div", { key: "2b180038b7306c78af0c8840d3a98f41a8ada91f", class: "embla__slide__number" }, "4")), s("div", { key: "1de84640761dfedd6be939caf11766ee533cfe42", class: "embla__slide" }, s("div", { key: "8fa478c2a4895e7d1bd724e9f36ef6b346787306", class: "embla__slide__number" }, "5")))), s("div", { key: "b0483e0670ab4c91754040c77019dd4a86d3af17", class: "embla__controls" }, s("div", { key: "cecc2d4d13f858eb29f3dc5537b640dcd0d3cc87", class: "embla__buttons" }, s("button", { key: "32edfe9a11f2da65e9916fa69db7d33e172d8844", class: "embla__button embla__button--prev", type: "button" }, s("svg", { key: "2badc31aff1c19c47bbc7c5c647b12ac99b69c03", class: "embla__button__svg", viewBox: "0 0 532 532" }, s("path", { key: "7fc938c6c52bf03cc38268cd4476edfbed482349", fill: "currentColor", d: "M355.66 11.354c13.793-13.805 36.208-13.805 50.001 0 13.785 13.804 13.785 36.238 0 50.034L201.22 266l204.442 204.61c13.785 13.805 13.785 36.239 0 50.044-13.793 13.796-36.208 13.796-50.002 0a5994246.277 5994246.277 0 0 0-229.332-229.454 35.065 35.065 0 0 1-10.326-25.126c0-9.2 3.393-18.26 10.326-25.2C172.192 194.973 332.731 34.31 355.66 11.354Z" }))), s("button", { key: "abde3b1b99494a6cd0a60f019ad28da6058ab2d1", class: "embla__button embla__button--next", type: "button" }, s("svg", { key: "ecd68b56d73a9d55645f7554b66b069c96058148", class: "embla__button__svg", viewBox: "0 0 532 532" }, s("path", { key: "2a35f22f0f8327b755d71da3f9bce559b900401e", fill: "currentColor", d: "M176.34 520.646c-13.793 13.805-36.208 13.805-50.001 0-13.785-13.804-13.785-36.238 0-50.034L330.78 266 126.34 61.391c-13.785-13.805-13.785-36.239 0-50.044 13.793-13.796 36.208-13.796 50.002 0 22.928 22.947 206.395 206.507 229.332 229.454a35.065 35.065 0 0 1 10.326 25.126c0 9.2-3.393 18.26-10.326 25.2-45.865 45.901-206.404 206.564-229.332 229.52Z" })))), s("div", { key: "3d4cded0bdd9ac1c5b9548c87cb662033675fe37", class: "embla__dots" })));
|
|
13280
13279
|
}
|
|
13281
13280
|
get el() {
|
|
13282
13281
|
return this;
|
|
@@ -13365,20 +13364,20 @@ const mp = Yn, vp = up, kp = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
13365
13364
|
this.slidesContainer && (this.childrenLength = this.slidesContainer.childElementCount);
|
|
13366
13365
|
}
|
|
13367
13366
|
render() {
|
|
13368
|
-
return s(oe, { key: "
|
|
13367
|
+
return s(oe, { key: "2e1f086b17c4d2975f9c092e54ac2e679ae4c1fd", class: `KCarousel KCarousel--${this.variant} KCarousel--${this.size}`, dir: this.Dir }, this.variant !== "dots-only" && s("div", { key: "ce9c4c9974c2268c424c9140b029901db5002756", class: "KCarousel-body" }, this.variant === "arrows" && s("a", { key: "4031b7e28c8670854120cba63ae190257e0b68b5", class: {
|
|
13369
13368
|
"KCarousel-arrow": !0,
|
|
13370
13369
|
"KCarousel-arrow--active": this.showLeftArrow(),
|
|
13371
13370
|
[this.isRTL() ? "right" : "left"]: !0,
|
|
13372
13371
|
[`KCarousel-arrow--${this.arrowsVariant}`]: !0
|
|
13373
|
-
}, onClick: () => this.changeSlide(this.DIRECTION.LEFT) }, s("dga-icon", { key: "
|
|
13372
|
+
}, onClick: () => this.changeSlide(this.DIRECTION.LEFT) }, s("dga-icon", { key: "b1f578cd1cca82a0ebe6c201aff25d59fa3faa7d", icon: this.isRTL() ? "arrow-right-01" : "arrow-left-01", variant: "stroke", type: "rounded", size: 24 })), s("div", { key: "53877d520862b4c63aa8e1e4114b4aef371befaf", class: "KCarousel-container", style: { overflow: "hidden", maxWidth: `${this.childWidth}px` } }, s("div", { key: "5eae359c320ffe962ef7f4b3c314f40e70f242e8", style: {
|
|
13374
13373
|
display: "flex",
|
|
13375
13374
|
transition: `transform ${this.transitionDuration}ms ease-in-out`
|
|
13376
|
-
}, class: "KCarousel-slides", ref: (e) => this.slidesContainer = e }, s("slot", { key: "
|
|
13375
|
+
}, class: "KCarousel-slides", ref: (e) => this.slidesContainer = e }, s("slot", { key: "ec0e04cef9fef8fab1f1febbb8c905390effbace" }))), this.variant === "arrows" && s("a", { key: "013f21a3dbc79e63e59ab9e431da3434e357b592", class: {
|
|
13377
13376
|
"KCarousel-arrow": !0,
|
|
13378
13377
|
"KCarousel-arrow--active": this.showRightArrow(),
|
|
13379
13378
|
[this.isRTL() ? "left" : "right"]: !0,
|
|
13380
13379
|
[`KCarousel-arrow--${this.arrowsVariant}`]: !0
|
|
13381
|
-
}, onClick: () => this.changeSlide(this.DIRECTION.RIGHT) }, s("dga-icon", { key: "
|
|
13380
|
+
}, onClick: () => this.changeSlide(this.DIRECTION.RIGHT) }, s("dga-icon", { key: "0cd2dc1ec17a46fa6bce2eddce0f8f61298beffc", icon: this.isRTL() ? "arrow-left-01" : "arrow-right-01", variant: "stroke", type: "rounded", size: 24 }))), ["dots", "dots-only"].includes(this.variant) && s("div", { key: "83d02721e03eebf9dbbfee0b46c0166705cab2a3", class: "KCarousel-dots" }, Array.from({ length: this.childrenLength }).map((e, o) => s("span", { class: {
|
|
13382
13381
|
"KCarousel-dot": !0,
|
|
13383
13382
|
"is-active": this.isHighlighted(o)
|
|
13384
13383
|
}, onClick: () => {
|
|
@@ -13867,9 +13866,9 @@ const Mp = Gn, Ip = Ap, Bp = Rn, Pp = Lo, jp = `@import url("https://fonts.googl
|
|
|
13867
13866
|
(e = this.sxStyleManager) === null || e === void 0 || e.cleanup();
|
|
13868
13867
|
}
|
|
13869
13868
|
render() {
|
|
13870
|
-
return s(oe, { key: "
|
|
13869
|
+
return s(oe, { key: "a34033e6d6477dae9a5eb7c2da7bd9be27805a9d", id: this.componentId, style: this.rootStyles }, s("span", { key: "f644f529a022ebe6241877c7ae4c8c23f7d8deac", tabindex: "0", class: `chip chip--${this.variant} chip--${this.size} ${this.rounded ? "chip--rounded" : ""} ${this.disabled ? "disabled" : ""} ${this.pressed ? "pressed" : ""} ${this.isSelected ? "selected" : ""}`, onMouseDown: () => this.pressed = !0, onMouseUp: () => this.pressed = !1, "aria-disabled": this.disabled, onClick: () => {
|
|
13871
13870
|
this.isSelected ? this.isSelectedState = !1 : this.isSelectedState = !0, this.onChange(this.isSelectedState);
|
|
13872
|
-
} }, this.leadIcon ? s("span", { class: "chip-icon" }, this.renderIcon(this.leadIcon, this.leadIconProps)) : "", this.label, this.trailIcon ? s("span", { class: "chip-icon" }, this.renderIcon(this.trailIcon, this.trailIconProps)) : "", s("slot", { key: "
|
|
13871
|
+
} }, this.leadIcon ? s("span", { class: "chip-icon" }, this.renderIcon(this.leadIcon, this.leadIconProps)) : "", this.label, this.trailIcon ? s("span", { class: "chip-icon" }, this.renderIcon(this.trailIcon, this.trailIconProps)) : "", s("slot", { key: "38d8db77615fd331ad42f3375424db4b32b78349" })));
|
|
13873
13872
|
}
|
|
13874
13873
|
get el() {
|
|
13875
13874
|
return this;
|
|
@@ -13931,7 +13930,7 @@ const Ep = Vn, Dp = Un, Lp = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
13931
13930
|
super(), this.__registerHost(), this.__attachShadow(), this.type = "1", this.width = "80px";
|
|
13932
13931
|
}
|
|
13933
13932
|
render() {
|
|
13934
|
-
return s("div", { key: "
|
|
13933
|
+
return s("div", { key: "c04d69f2a6518cd30a36e93c73be8110daf8c95a", style: { width: this.width, height: this.width }, class: `circle_skeleton type${this.type}` });
|
|
13935
13934
|
}
|
|
13936
13935
|
static get style() {
|
|
13937
13936
|
return Tp;
|
|
@@ -13975,7 +13974,7 @@ const $p = Zn, Rp = Kn, Op = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
13975
13974
|
}
|
|
13976
13975
|
render() {
|
|
13977
13976
|
const e = this.sizes[this.size] / 10, o = (this.sizes[this.size] - e) / 2, r = 2 * Math.PI * o, t = r * (1 - this.percentage / 100);
|
|
13978
|
-
return s("div", { key: "
|
|
13977
|
+
return s("div", { key: "a291988fc5b88210e14c122c0f9e5a27f8bb4453", class: "circular-progress-bar", "aria-size": this.size, dir: this.RTL ? "rtl" : "ltr" }, s("div", { key: "1b9e5d5fe4cefe19ef58590a09538a311cac9f75", class: "circular-progress-bar__label" }, this.variant === "success" && s("i", { key: "cf36ee9f356475229063866b07a2aa39cfc738fe", class: "circular-progress-bar__label--icon hgi-solid hgi-checkmark-circle-02" }), this.variant === "error" && s("i", { key: "359de2c65da572426079f06afacca40315a4b66b", class: "circular-progress-bar__label--icon hgi-solid hgi-multiplication-sign-circle" }), this.variant !== "success" && this.variant !== "error" && s("h4", { key: "9a20b58b2653cd2d60699818d97bd4057b087cb4", class: "circular-progress-bar__label--percentage" }, this.percentage, "%"), this.text && s("h5", { key: "097fe89bff9518d4c2ef925c39ee6f9ad39ccd43", class: `circular-progress-bar__label--text ${this.variant}` }, this.text)), s("svg", { key: "ef4dc9c8846fce08300d4e4afcd79ff600794bef", width: this.sizes[this.size], height: this.sizes[this.size], viewBox: `0 0 ${this.sizes[this.size]} ${this.sizes[this.size]}` }, s("circle", { key: "5ecaffe2f40e7cf550c02ade1cd23c18134d43fa", class: "track", fill: "none", stroke: "#e6e6e6", r: o, cx: this.sizes[this.size] / 2, cy: this.sizes[this.size] / 2, "stroke-width": e }), s("circle", { key: "0c42cac148c1c73990196d3250d1db6019c32c24", class: `tail tail--${this.variant}`, fill: "none", stroke: "currentColor", r: o, cx: this.sizes[this.size] / 2, cy: this.sizes[this.size] / 2, "stroke-width": e, "stroke-linecap": "round", "stroke-dasharray": r, "stroke-dashoffset": t, transform: `rotate(-180 ${this.sizes[this.size] / 2} ${this.sizes[this.size] / 2})`, style: {
|
|
13979
13978
|
transition: "stroke-dashoffset 0.5s ease"
|
|
13980
13979
|
} })));
|
|
13981
13980
|
}
|
|
@@ -14157,17 +14156,17 @@ const Gp = `@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:it
|
|
|
14157
14156
|
`).slice(0, 1).map((t, a) => s("div", { key: a, class: "code-snippet-code-line" }, s("span", { class: "code-snippet-line-content green" }, t)));
|
|
14158
14157
|
}
|
|
14159
14158
|
render() {
|
|
14160
|
-
return s("div", { key: "
|
|
14159
|
+
return s("div", { key: "0b07fb942db34e3dc5b42ef079e784d21915954c", class: "code-snippet-container" }, this.showTabList && s("div", { key: "6af5dce069c84ff0078d0a8c1d92632ce0549ae4", class: "code-snippet-tabs" }, s("dga-tabs", { key: "2a83df076dcd3a8533a41bb13622e2ed9489f405", divider: !0, orientation: "horizontal", size: "lg", tabsList: Object.keys(this.snippets).map((e) => ({
|
|
14161
14160
|
label: e,
|
|
14162
14161
|
onClick: () => this.handleTabClick(e)
|
|
14163
|
-
})) })), s("pre", { key: "
|
|
14162
|
+
})) })), s("pre", { key: "327fdb50839b5fdefeeda55849c0ab028370044f", class: "code-snippet-code-display" }, s("dga-button-v2", { key: "270f031c6cc70b4390e3cabd3e1d56e74b5617d7", size: "lg", iconOnly: !0, variant: "subtle", leadIcon: !0, leadIconProps: {
|
|
14164
14163
|
name: "copy-01",
|
|
14165
14164
|
size: 24,
|
|
14166
14165
|
color: "#161616",
|
|
14167
14166
|
variant: "stroke"
|
|
14168
|
-
}, class: `code-snippet-icon ${this.type}`, onClick: () => this.handleCopy(), onColor: !1 }), s("code", { key: "
|
|
14167
|
+
}, class: `code-snippet-icon ${this.type}`, onClick: () => this.handleCopy(), onColor: !1 }), s("code", { key: "9ae8dd121c1d92caf2622bbb50c1edfe3a2ea685", style: {
|
|
14169
14168
|
height: this.showButton && this.type === "multi-line" && !this.showMore ? "150px" : "auto"
|
|
14170
|
-
} }, this.renderWithLineNumbers(this.snippets[this.activeTab])), this.showButton && this.type === "multi-line" && s("div", { key: "
|
|
14169
|
+
} }, this.renderWithLineNumbers(this.snippets[this.activeTab])), this.showButton && this.type === "multi-line" && s("div", { key: "07dde08de235ad84334f274394e2124e81801191", class: "code-snippet-wrapper" }, s("dga-button-v2", { key: "0edba1c5d251bc1dedfe4281ea3fec651e9e3318", label: this.showMore ? "Show Less" : "Show More", size: "md", trailIcon: !0, variant: "subtle", trailIconProps: { name: this.showMore ? "arrow-up-01" : "arrow-down-01", size: 20, color: "#161616", variant: "stroke" }, onClick: () => this.showMore = !this.showMore, onColor: !1 }))));
|
|
14171
14170
|
}
|
|
14172
14171
|
static get style() {
|
|
14173
14172
|
return Vp;
|
|
@@ -14228,7 +14227,7 @@ const Zp = eg, Kp = Up, og = /* @__PURE__ */ D(class extends E {
|
|
|
14228
14227
|
}
|
|
14229
14228
|
render() {
|
|
14230
14229
|
const e = Object.assign(Object.assign({ overflow: "hidden", transition: `height ${this.transitionDuration} ${this.transitionType}`, height: `${this.height}px` }, this.height === "auto" ? { height: "auto" } : {}), this.customStyle);
|
|
14231
|
-
return s("div", { key: "
|
|
14230
|
+
return s("div", { key: "1d442eba957e732312e171218448f17e3a33b003", ref: (o) => this.containerRef = o, "aria-hidden": !this.open, style: e }, s("slot", { key: "d91b96b51ef718d3b69f16adcb08bb239d99d963" }));
|
|
14232
14231
|
}
|
|
14233
14232
|
static get watchers() {
|
|
14234
14233
|
return {
|
|
@@ -14260,7 +14259,7 @@ const tg = /* @__PURE__ */ D(class extends E {
|
|
|
14260
14259
|
super(), this.__registerHost(), this.variant = "neutral", this.open = !1;
|
|
14261
14260
|
}
|
|
14262
14261
|
render() {
|
|
14263
|
-
return s("div", { key: "
|
|
14262
|
+
return s("div", { key: "f146ec835a0436ea3a4a6ed62e62aa066bd73edb" }, s("h1", { key: "ff2c045fe1019ba703ee93d5bc67c8235887e325" }, "Collapse Example"), s("div", { key: "1d0c2c0c1412dc129a29a26ee2bb42be09d44919", style: { padding: "50px", display: "flex", gap: "20px" } }, s("div", { key: "970ed5cdf1c1bf5c6e1ad5cf1c6edb453758d7ab", style: { display: "flex", flexDirection: "column", gap: "20px" } }, s("div", { key: "4e551ca21c20032970b294a0638cff111d087917", style: { display: "flex", justifyContent: "center" } }, s("button", { key: "1278eca6f14d1f1edaeae6167cc3d119810d1200", onClick: () => this.open = !0 }, "open"), s("button", { key: "ef609326ab40fb355361c1ed51db76556f468536", onClick: () => this.open = !1 }, "close"))), s("dga-collapse", { key: "9d7342fa590e062a8663eb4c6315a54861022dd0", open: this.open, "transition-duration": "0.1s" }, s("div", { key: "d485a34da8c01c50001e924b8145c96f1f677126" }, "Your content here")), s("div", { key: "a89880f2ca1c6cac5dfda879c87087cbf67f05ae", style: { display: "flex", flexDirection: "column", gap: "20px" } })));
|
|
14264
14263
|
}
|
|
14265
14264
|
}, [0, "dga-collapse-usage", {
|
|
14266
14265
|
variant: [32],
|
|
@@ -14285,7 +14284,7 @@ const Qp = tg, eb = Jp, ob = og, rb = rg, ag = /* @__PURE__ */ D(class extends E
|
|
|
14285
14284
|
super(), this.__registerHost();
|
|
14286
14285
|
}
|
|
14287
14286
|
render() {
|
|
14288
|
-
return s("slot", { key: "
|
|
14287
|
+
return s("slot", { key: "822b1612a9318bb80057bfe9296eed20c7277f6e" });
|
|
14289
14288
|
}
|
|
14290
14289
|
}, [4, "dga-content-switcher-item", {
|
|
14291
14290
|
label: [8],
|
|
@@ -14307,7 +14306,7 @@ const ab = ag, ib = tb, ig = /* @__PURE__ */ D(class extends E {
|
|
|
14307
14306
|
super(), this.__registerHost();
|
|
14308
14307
|
}
|
|
14309
14308
|
render() {
|
|
14310
|
-
return s("div", { key: "
|
|
14309
|
+
return s("div", { key: "685ea52923a15d35fdcaf978b1302b102b1a36ca", class: "content-switcher-panel", hidden: this.value !== this.index }, s("slot", { key: "983863753f8f8534a691b7f0a437e47d10ee0c52" }));
|
|
14311
14310
|
}
|
|
14312
14311
|
}, [4, "dga-content-switcher-panel", {
|
|
14313
14312
|
value: [2],
|
|
@@ -14345,7 +14344,7 @@ const gb = ig, cb = nb, ng = /* @__PURE__ */ D(class extends E {
|
|
|
14345
14344
|
};
|
|
14346
14345
|
}
|
|
14347
14346
|
render() {
|
|
14348
|
-
return s("div", { key: "
|
|
14347
|
+
return s("div", { key: "4c79df0112c9731c54a090db157a3762eca47c9b", class: "content-switcher" }, s("div", { key: "a60c08b0ab1154966b3b3c16f147ee3cd4ce0dae", class: "content-switcher__items" }, this.items.map((e, o) => {
|
|
14349
14348
|
const r = o === this.selected, a = `content-switcher__item content-switcher__item--${o === 0 ? "first" : o === this.items.length - 1 ? "last" : "mid"} ${this.onColor ? "content-switcher__item--on-color" : ""} content-switcher__item--${this.size} ${r ? "content-switcher__item--selected" : ""}`;
|
|
14350
14349
|
return s("button", { key: o, type: "button", class: a, onClick: () => this.handleSelect(o) }, e.label);
|
|
14351
14350
|
})));
|
|
@@ -14461,10 +14460,10 @@ const gg = /* @__PURE__ */ D(class extends E {
|
|
|
14461
14460
|
// this.selected = index;
|
|
14462
14461
|
// };
|
|
14463
14462
|
render() {
|
|
14464
|
-
return s("div", { key: "
|
|
14463
|
+
return s("div", { key: "aad6fa0d0f1608e8344c46d4e2ef441f6b4c0de2", class: `table-wrapper ${this.contained ? "table-contained" : ""}` }, s("table", { key: "deb18db45d73c5f89b285ab0060ddb7d28e4143c", class: ` azm-table ${this.contained ? "table-contained" : ""}`, style: { direction: this.direction ? "rtl" : "ltr" } }, s("thead", { key: "2a6b3f16abafc2d8a97f560959ddbe37c01eb6ab" }, s("tr", { key: "c464b456b2eb46e9db4e1bb0dd14082c222b2900", class: `${this.rowDivider ? "row-divider" : ""}` }, this.showSelectCheckBox && s("th", { key: "a00f7d39e136d21765de263232c4f1217501c6a6", style: { width: "20px" } }, s("dga-checkbox", { key: "a2192016f447177e8b96d93a508a214342251379", showBorderOnFocusAndFocusOute: !1, value: "true", onChange: (e) => this.selectAll(e.target.checked) })), this.cells.map((e, o) => {
|
|
14465
14464
|
var { sort: r, isSort: t, propertyName: a, type: n } = e, g = db(e, ["sort", "isSort", "propertyName", "type"]);
|
|
14466
14465
|
return s("th", { key: o }, s("span", null, s("span", { class: "text" }, g.title), s("span", { class: "icon-wrapper" }, t && r == "up" && n == "propertyName" && s("button", { class: "btn btn--sort btn--icon btn--md", onClick: () => this.sortData("up", a, o) }, s("dga-icon", { icon: "SortByUp02Icon" })), t && (!r || r == "down") && n == "propertyName" && s("button", { class: "btn btn--sort btn--icon btn--md", onClick: () => this.sortData("down", a, o) }, s("dga-icon", { icon: "SortByDown02Icon" })), g.isFilter && s("button", { class: "btn btn--sort btn--icon btn--md ", onClick: () => this.pressOnFilter && this.pressOnFilter(a) }, s("dga-icon", { icon: "FilterIcon" })))));
|
|
14467
|
-
}))), s("tbody", { key: "
|
|
14466
|
+
}))), s("tbody", { key: "ead9759fb64c35545c7a1f2cf5769bd346598029" }, this.sortedData.map((e, o) => s("tr", { class: `${this.rowDivider ? "row-divider" : ""} ${this.alternate ? "alternate" : ""} ${e.selected ? "row-selected" : ""} `, key: o }, this.showSelectCheckBox && s("td", null, s("dga-checkbox", { name: o + "checkboxSelection", value: e.selected, id: o + "checkboxSelection", showBorderOnFocusAndFocusOute: !1, onChange: (r) => this.handleSelectedRowChanges(r.target.checked, o), checked: e.selected })))))));
|
|
14468
14467
|
}
|
|
14469
14468
|
}, [0, "dga-data-table-old", {
|
|
14470
14469
|
data: [16],
|
|
@@ -14661,7 +14660,7 @@ const mb = cg, vb = ub, hg = /* @__PURE__ */ D(class extends E {
|
|
|
14661
14660
|
}
|
|
14662
14661
|
render() {
|
|
14663
14662
|
var e;
|
|
14664
|
-
return s("div", { key: "
|
|
14663
|
+
return s("div", { key: "248df62eb257225cfe709c6836d7c29b12605aba", class: `dga-helper-text ${this.error ? "dga-helper-text--error" : ""}` }, s("span", { key: "e0595b4003c6758e9f81311e074bbefd01cc9eae", class: "dga-helper-text__icon" }, this.helperTextIcon && ((e = this.helperTextIcon) === null || e === void 0 ? void 0 : e.name) && s("dga-icon", { key: "4af391912ac3fa78f87f42ec2400405bbf0843bf", icon: this.helperTextIcon.name, variant: this.helperTextIcon.variant, type: this.helperTextIcon.type, size: 16 })), s("span", { key: "c110db537853435ccf358bb976164812c1f3fdfa", class: "dga-helper-text__desc" }, this.helperText));
|
|
14665
14664
|
}
|
|
14666
14665
|
}, [0, "dga-helper-text", {
|
|
14667
14666
|
helperTextIcon: [16],
|
|
@@ -14687,7 +14686,7 @@ const sg = /* @__PURE__ */ D(class extends E {
|
|
|
14687
14686
|
super(), this.__registerHost(), this.label = "", this.variant = "default", this.size = "md", this.disabled = !1, this.required = !1;
|
|
14688
14687
|
}
|
|
14689
14688
|
render() {
|
|
14690
|
-
return s("label", { key: "
|
|
14689
|
+
return s("label", { key: "66ca0e7f9ba3108f1046db6aa8e23e2a2fdd76e0", class: `dga-label dga-label--${this.size} ${this.disabled ? "disabled" : ""}` }, this.required && s("span", { key: "eb5d74c3845af59f3e751e208c3e1203d49d62b5", class: "star" }, "*"), this.label);
|
|
14691
14690
|
}
|
|
14692
14691
|
}, [0, "dga-label", {
|
|
14693
14692
|
label: [1],
|
|
@@ -14741,8 +14740,8 @@ const kb = {
|
|
|
14741
14740
|
(e = this.sxStyleManager) === null || e === void 0 || e.cleanup();
|
|
14742
14741
|
}
|
|
14743
14742
|
render() {
|
|
14744
|
-
return s(oe, { key: "
|
|
14745
|
-
key: "
|
|
14743
|
+
return s(oe, { key: "0f87c83faf57d0956879e4c32b8c597b19dca7d5", id: this.componentId, style: this.rootStyles }, s("div", { key: "ae7143af2f3bc48b9027316b13aac793a3104aa3", class: { "dga-form-control": !0, "dga-form-control--fullwidth": this.fullwidth } }, this.label && s("dga-label", { key: "5d976878fa511eebbb1a5de9cb8e4371092ed9cd", label: this.label, size: this.size, required: this.required, disabled: this.disabled }), s("div", { key: "daf81c2d6fee0c9d24cdd18012e50cb197ed3c87", class: `input input--${this.size} ${this.error ? "input--error" : ""} ${this.variant !== "default" ? `input--${this.variant}` : ""} ${this.isActive ? "active" : ""} ${this.isFocused ? "focus" : ""} ${this.disabled ? "input--disabled" : ""} ${this.readonly ? "readOnly" : ""}`, ref: (e) => this.inputContainerRef = e }, s("slot", { key: "d95fbf32f608b48578cd7c36b1cd6ce9cfb1eac1", name: "prefix" }), this.icon && s("span", { key: "a5de52e527fcab38de087dd325564b7c7dd984f2", class: "input__icon" }, s("dga-icon", { key: "3d1acf953510b18aaf83b179ddd4f9032dafe3d9", icon: this.icon.name, variant: this.icon.variant, type: this.icon.type, size: 20 })), s("input", {
|
|
14744
|
+
key: "dea54e889b22b8b71f6da13fc762ec1439057e61",
|
|
14746
14745
|
// id={id}
|
|
14747
14746
|
ref: (e) => this.textInputEl = e,
|
|
14748
14747
|
value: this.value,
|
|
@@ -14762,7 +14761,7 @@ const kb = {
|
|
|
14762
14761
|
onMouseOut: () => this.isActive = !1,
|
|
14763
14762
|
onChange: this.onChange,
|
|
14764
14763
|
onInput: this.onInput
|
|
14765
|
-
}), this.error ? s("span", { class: `input__feedback-icon input__feedback-icon--error ${this.feedbackIconRing ? "input__feedback-icon--ring" : ""}` }) : this.feedbackIcon ? s("span", { class: `input__feedback-icon input__feedback-icon--${this.feedbackIconType} ${this.feedbackIconRing ? "input__feedback-icon--ring" : ""}` }, kb[this.feedbackIconType]) : null, s("slot", { key: "
|
|
14764
|
+
}), this.error ? s("span", { class: `input__feedback-icon input__feedback-icon--error ${this.feedbackIconRing ? "input__feedback-icon--ring" : ""}` }) : this.feedbackIcon ? s("span", { class: `input__feedback-icon input__feedback-icon--${this.feedbackIconType} ${this.feedbackIconRing ? "input__feedback-icon--ring" : ""}` }, kb[this.feedbackIconType]) : null, s("slot", { key: "3028d7da8e4e832a2f77f1df2659c619c9d9792c", name: "suffix" }), " "), this.helperText && s("dga-helper-text", { key: "fb20fde75e64119fcf5c6de3cac3280defbc32d8", helperText: this.helperText, helperTextIcon: this.helperTextIcon, error: this.error })));
|
|
14766
14765
|
}
|
|
14767
14766
|
get el() {
|
|
14768
14767
|
return this;
|
|
@@ -14858,20 +14857,20 @@ const dg = /* @__PURE__ */ D(class extends E {
|
|
|
14858
14857
|
}
|
|
14859
14858
|
}
|
|
14860
14859
|
render() {
|
|
14861
|
-
return s("div", { key: "
|
|
14860
|
+
return s("div", { key: "2e9f763ff4b3d99c741aaffa52dc9d5668875c7e", class: "date-picker__navigator" }, s("div", { key: "aa713a2a830e5eddbb263bc65330967511f68bfc", class: "date-picker__navigator-label" }, this.currentMonth.toLocaleDateString(this.RTL ? "ar" : "default", {
|
|
14862
14861
|
month: "long"
|
|
14863
14862
|
// year: 'numeric',
|
|
14864
|
-
}), " ", s("span", { key: "
|
|
14863
|
+
}), " ", s("span", { key: "dd78828429b436436acbf10fdc9393e8d2aeb426", class: "year-selector", onClick: this.toggleYearsDropdown, style: {
|
|
14865
14864
|
cursor: "pointer",
|
|
14866
14865
|
position: "relative",
|
|
14867
14866
|
display: "inline-flex",
|
|
14868
14867
|
alignItems: "center"
|
|
14869
14868
|
} }, this.currentMonth.getFullYear(), this.isYearsDropdownOpen && // {true && (
|
|
14870
|
-
s("ul", { key: "
|
|
14869
|
+
s("ul", { key: "09b2d46209e00b600d0cfbc9b7460062ca3ebb5f", class: "dga-breadcrumb-dropdown", ref: (e) => this.yearDropdownRef = e }, this.yearsList.map((e) => s("li", { key: e, class: `dga-breadcrumb-dropdown-item ${e === this.currentMonth.getFullYear() ? "selected-year" : ""}` }, s("a", { onClick: (o) => this.handleYearSelect(e, o) }, s("span", { class: "link__label" }, e))))))), this.showArrows && s("div", { key: "18a1f96eede92525040ec139e9f5297fdf867247", class: "date-picker__navigator-buttons" }, s("dga-button-v2", { key: "b047e53d6ee84c4eac2fff423ce1b915e3dbb911", variant: "subtle", size: "lg", iconOnly: !0, leadIcon: !0, leadIconProps: {
|
|
14871
14870
|
name: "arrow-left-02",
|
|
14872
14871
|
variant: "stroke",
|
|
14873
14872
|
type: "rounded"
|
|
14874
|
-
}, onClick: this.handlePrevClick }), s("dga-button-v2", { key: "
|
|
14873
|
+
}, onClick: this.handlePrevClick }), s("dga-button-v2", { key: "6e50db21614fd710b2f99ef0219e6856db8af6c7", variant: "subtle", size: "lg", iconOnly: !0, leadIcon: !0, leadIconProps: {
|
|
14875
14874
|
name: "arrow-right-02",
|
|
14876
14875
|
variant: "stroke",
|
|
14877
14876
|
type: "rounded"
|
|
@@ -15165,14 +15164,14 @@ const _b = `@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:it
|
|
|
15165
15164
|
this.inputField && (this.rangeDates.startDate && (this.inputDates = Object.assign(Object.assign({}, this.inputDates), { startDate: this.formatDate(this.rangeDates.startDate) })), this.rangeDates.endDate ? this.inputDates = Object.assign(Object.assign({}, this.inputDates), { endDate: this.formatDate(this.rangeDates.endDate) }) : this.inputDates = Object.assign(Object.assign({}, this.inputDates), { endDate: "" }));
|
|
15166
15165
|
}
|
|
15167
15166
|
render() {
|
|
15168
|
-
return s(oe, { key: "
|
|
15167
|
+
return s(oe, { key: "13eb4c3e0a6e19bbfe983f6ebd5ed3e37c8a9645" }, s("div", { key: "364d901643636a50e36f980c537c01e1f644b8e2", class: "date-picker-root dga-flex-column", "data-dual-view": this.dualMonthView, dir: this.RTL ? "rtl" : "ltr" }, s("div", { key: "eb19673defe6f72cffedab79c11a97fed577a76b", class: "dga-flex" }, this.qickOptions && this.range && s("div", { key: "25aad1fbda851f30f57a04964e2cf474a6f0ab44", class: "date-picker-root__quick-options" }, s("span", { key: "22c100608b0438a421ffc2ac7a9d5e23034d23a2", class: "text-md-regular" }, this.RTL ? "اختصارات" : "Qick options"), s("ul", { key: "6f97a2061f0bbd88f10ac133a71da7ecd6c95214", class: "options-list" }, yb.map(({ label: e, range: o }) => s("li", { key: e[this.RTL ? "ar" : "en"] }, s("button", { class: "text-md-medium", onClick: () => {
|
|
15169
15168
|
this.rangeDates = o(), console.log(o, "rrrrrrrrrrrrrrrrrrrraaaaaaaaaaaaaaaaaange");
|
|
15170
|
-
} }, e[this.RTL ? "ar" : "en"]))))), s("div", { key: "
|
|
15169
|
+
} }, e[this.RTL ? "ar" : "en"]))))), s("div", { key: "725aa0983b047a00e87ff2ab0c4a1bd8a8f11cb9", class: "date-picker-root__main" }, this.inputField && s("div", { key: "62e96b547dc4b6f8ac12129edcfb93acb81f257b", class: "date-picker-root__main__inputs" }, s("dga-text-input", { key: "dbc4a14a04e1e7ec28a0c7dfe20ec346756440be", placeholder: "Month DD, YYYY", name: "startDate", value: this.inputDates.startDate, onChange: (e) => this.handleInputDate(e), onBlur: (e) => {
|
|
15171
15170
|
if (ii(e.target.value)) {
|
|
15172
15171
|
const o = new Date(e.target.value);
|
|
15173
15172
|
this.range ? this.rangeDates.startDate ? this.rangeDates.endDate ? o >= this.rangeDates.endDate ? this.rangeDates = { startDate: o, endDate: o } : this.rangeDates = Object.assign(Object.assign({}, this.rangeDates), { startDate: o }) : this.rangeDates = { startDate: o, endDate: null } : this.rangeDates = { startDate: o } : this.selectedDate = o;
|
|
15174
15173
|
}
|
|
15175
|
-
} }), this.range && s("dga-text-input", { key: "
|
|
15174
|
+
} }), this.range && s("dga-text-input", { key: "3460ab686be53e65ed3c86c9edb3d25705424247", placeholder: "Month DD, YYYY", name: "endDate", value: this.inputDates.endDate, onChange: (e) => this.handleInputDate(e), onBlur: (e) => {
|
|
15176
15175
|
if (ii(e.target.value)) {
|
|
15177
15176
|
const o = new Date(e.target.value);
|
|
15178
15177
|
this.range ? this.rangeDates.endDate ? this.rangeDates.startDate ? o <= this.rangeDates.startDate ? this.rangeDates = {
|
|
@@ -15183,10 +15182,10 @@ const _b = `@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:it
|
|
|
15183
15182
|
endDate: this.rangeDates.startDate
|
|
15184
15183
|
}) : this.rangeDates = { startDate: o, endDate: null } : this.selectedDate = o;
|
|
15185
15184
|
}
|
|
15186
|
-
} })), s("div", { key: "
|
|
15185
|
+
} })), s("div", { key: "904329773bdf249116d27db7a0141f40d36768f6", class: "date-picker-root__main__content-wrapper" }, s("div", { key: "53ec5796f08f7d981668af7b03cb70dcb63fa9b5", class: "date-picker" }, s("month-navigator", { key: "d19a5f84060c000775c96a66e23257be2ced1632", RTL: this.RTL, currentMonth: this.currentMonth, onChange: (e) => this.handleChangeMonth(e), showArrows: !this.dualMonthView }), s("div", { key: "f9842d5007bb7d4be69ac0cfc84b1316988646b3", class: "date-picker__weekdays" }, wb[this.RTL ? "ar" : "en"].map((e) => s("div", { key: e, class: "date-picker__weekday" }, e))), s("div", { key: "bfe7c4030169842224aa713c6b4441f248a8401c", class: "date-picker__date-grid" }, this.days.map((e) => s("date-cell", { key: e.toString(), date: e, isCurrentMonth: e.getMonth() === this.currentMonth.getMonth(), isSelected: this.range ? !!this.rangeDates.startDate && st(e, this.rangeDates.startDate) || !!this.rangeDates.endDate && st(e, this.rangeDates.endDate) : this.selectedDate ? st(e, this.selectedDate) : !1, isToday: (/* @__PURE__ */ new Date()).toDateString() === e.toDateString(), isFirstRangeChild: this.isFirstRangeChild(e), isLastRangeChild: this.isLastRangeChild(e), midRange: this.isMidRange(e), onSelect: (o) => this.handleSelectDate(o) })))), this.dualMonthView && s("div", { key: "d78e36ebbc2a3d45806a1bb463b1b8887dca5a07", class: "date-picker" }, s("month-navigator", { key: "8e3c57fd3159a531d02f1b68d9deffdd4c833b5f", currentMonth: this.nextMonth, onChange: (e) => {
|
|
15187
15186
|
const o = e.getMonth() === this.currentMonth.getMonth() ? new Date(this.currentMonth.getFullYear(), this.currentMonth.getMonth() - 1) : new Date(this.currentMonth.getFullYear(), this.currentMonth.getMonth() + 1);
|
|
15188
15187
|
this.handleChangeMonth(o);
|
|
15189
|
-
}, showArrows: !0 }), s("div", { key: "
|
|
15188
|
+
}, showArrows: !0 }), s("div", { key: "a1a69b2ea550d2f7b5e9c0f1e7e9049b5bf4c6ba", class: "date-picker__weekdays" }, ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"].map((e) => s("div", { key: e, class: "date-picker__weekday" }, e))), s("div", { key: "f52231d1ac627a7aad697d5fec7b08b626506fac", class: "date-picker__date-grid" }, this.nextMonthDays.map((e) => s("date-cell", { key: e.toString(), date: e, isCurrentMonth: e.getMonth() === this.nextMonth.getMonth(), isSelected: this.range ? !!this.rangeDates.startDate && e.getTime() === this.rangeDates.startDate.getTime() || !!this.rangeDates.endDate && e.getTime() === this.rangeDates.endDate.getTime() : this.selectedDate ? e.getTime() === this.selectedDate.getTime() : !1, isToday: (/* @__PURE__ */ new Date()).toDateString() === e.toDateString(), midRange: this.isMidRange(e), isFirstRangeChild: this.isFirstRangeChild(e), isLastRangeChild: this.isLastRangeChild(e), onSelect: (o) => this.handleSelectDate(o) }))))))), this.submitButton && s("div", { key: "a526122eec9b373483ca6258ebdcce880b0bc682", class: "date-picker-root__main__buttons" }, s("dga-button-v2", { key: "53bb245bb4d2289dec322e57c0621d3f65d3ba08", label: "Cancel", onClick: this.onCancel, size: "lg", variant: "secondary-outline" }), s("dga-button-v2", { key: "b1093a170a628b003c6f2bb5764b7d4cda0fe412", label: "Submit", onClick: this.onSubmit, size: "lg", variant: "neutral" }))));
|
|
15190
15189
|
}
|
|
15191
15190
|
static get watchers() {
|
|
15192
15191
|
return {
|
|
@@ -15386,7 +15385,7 @@ const yg = /* @__PURE__ */ D(class extends E {
|
|
|
15386
15385
|
super(), this.__registerHost(), this.value = "";
|
|
15387
15386
|
}
|
|
15388
15387
|
render() {
|
|
15389
|
-
return s("div", { key: "
|
|
15388
|
+
return s("div", { key: "69bac07b43c3973ca49fdef1b509df779e985dac" }, s("h1", { key: "7a863b14f66b5cc9dda963b967800006a48b2ca4" }, "Date Field Example"), s("div", { key: "87c1f2c1e1eee57636c2ef10c94242ed9b75c3c6", style: { padding: "50px" } }, s("div", { key: "d0fd7a483648a9a6e3066432430ed93c5bbf97be", style: { display: "flex", flexDirection: "column", gap: "16px" } }, s("input", { key: "8a5aa768d4791042001d0e9d8899c1fb3a697a00", type: "date", value: this.value, onChange: (e) => this.value = e.target.value }), s("dga-date-field", { key: "07fe825dbe6c45d6801ff2a0fdf98473e7f720ab", value: this.value, onChange: (e) => this.value = e.target.value }))));
|
|
15390
15389
|
}
|
|
15391
15390
|
}, [0, "dga-date-field-usage", {
|
|
15392
15391
|
value: [32]
|
|
@@ -15570,7 +15569,7 @@ const Lb = `@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:it
|
|
|
15570
15569
|
}
|
|
15571
15570
|
render() {
|
|
15572
15571
|
const e = this.language === "ar", o = this.data[this.language];
|
|
15573
|
-
return s("div", { key: "05688c46c8ae39031fb3b426afab757811608f80", class: `digital_wrapper ${this.isOpen ? "" : "close"}`, dir: e ? "rtl" : "ltr" }, s("div", { key: "dbd6a4049e8e9d0ff1e44410212b229f07b33ced", class: "digital_container digital_heads", onClick: this.toggleOpen }, s("div", { key: "357d5b0ff2a2eb1560ed8da87781705efeecdafc", class: "digital_icon_container" }, s("svg", { key: "3a8ea0f762c69660b8e8db5cde50d59496e6f029", xmlns: "http://www.w3.org/2000/svg", width: 20, height: 14, viewBox: "0 0 20 14", fill: "none" }, s("rect", { key: "6ca374c7a4ee04ec97db40b9c0e7b021a0b4a048", width: 20, height: 14, fill: "#006923" }), s("path", { key: "b46d97c34412fda255a56b886be77fc19acead78", "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.13775 3C8.12247 3 8.09956 3.00764 8.07029 3.02546C8.00155 3.07128 7.86664 3.21256 7.86154 3.37548C7.85773 3.4684 7.83991 3.4684 7.89973 3.52822C7.94301 3.58932 7.98883 3.58423 8.07538 3.53713C8.12629 3.49895 8.14284 3.47731 8.16066 3.41494C8.18102 3.31311 8.04992 3.46585 8.03338 3.34875C8.0041 3.24184 8.08811 3.19601 8.16702 3.09419C8.16957 3.04328 8.16957 3.00509 8.13775 3.00255V3ZM9.41439 3.00636C9.38893 3.01146 9.35966 3.04455 9.31765 3.11837C9.28838 3.19729 9.15982 3.31693 9.25401 3.56386C9.32784 3.72042 9.35966 3.97371 9.32529 4.25755C9.27183 4.33774 9.26165 4.36574 9.19164 4.44593C9.09491 4.55157 8.98799 4.52484 8.90908 4.48411C8.83271 4.4332 8.77416 4.40774 8.73979 4.24737C8.74616 3.9928 8.76143 3.57022 8.71433 3.48113C8.6456 3.34366 8.53105 3.39203 8.48268 3.43403C8.24976 3.65041 8.13393 4.01062 8.06265 4.29955C7.99901 4.50829 7.929 4.4472 7.88064 4.36319C7.76226 4.25118 7.75335 3.38312 7.6108 3.52695C7.38169 4.18118 7.7419 4.89778 7.99265 4.82777C8.17084 4.90414 8.28539 4.56048 8.35922 4.185C8.41013 4.07935 8.44832 4.06662 8.47377 4.12136C8.46741 4.6203 8.51196 4.73231 8.63924 4.8825C8.92435 5.10397 9.1611 4.91051 9.18019 4.89269L9.40293 4.67121C9.45384 4.6203 9.51749 4.61521 9.58749 4.66103C9.65622 4.72467 9.64731 4.83032 9.79114 4.90287C9.91588 4.95378 10.1768 4.9156 10.2366 4.80995C10.3194 4.66994 10.3385 4.62157 10.3766 4.56812C10.4352 4.49175 10.5357 4.52611 10.5357 4.5503C10.5268 4.59485 10.4683 4.63939 10.5077 4.71576C10.5777 4.76668 10.5943 4.73358 10.635 4.72213C10.7801 4.6534 10.8896 4.33774 10.8896 4.33774C10.896 4.22064 10.8298 4.22955 10.7878 4.25373C10.7305 4.2881 10.7279 4.29955 10.6732 4.33392C10.6007 4.3441 10.4632 4.39119 10.3957 4.28555C10.3257 4.15827 10.3257 3.98262 10.2723 3.85279C10.2723 3.84515 10.1794 3.65296 10.2646 3.6415C10.3066 3.64914 10.4008 3.67332 10.4148 3.59568C10.4606 3.51931 10.3168 3.30293 10.2188 3.19601C10.1348 3.1031 10.0177 3.09164 9.90442 3.18583C9.82424 3.25966 9.83696 3.34112 9.82042 3.41876C9.80132 3.50786 9.80514 3.61859 9.89679 3.73696C9.9757 3.89225 10.1195 4.09335 10.0712 4.37592C10.0712 4.37592 9.98843 4.51084 9.84206 4.49302C9.77841 4.48029 9.67913 4.45484 9.62568 4.06026C9.58749 3.76369 9.63586 3.34748 9.51112 3.15274C9.48185 3.08019 9.45766 3.00891 9.41693 3.01273L9.41439 3.00636ZM9.00963 3.03946C8.97145 3.04328 8.92944 3.08782 8.89508 3.1731C8.8658 3.23929 8.82889 3.58041 8.83525 3.58041C8.8098 3.68223 8.9409 3.72551 9.00072 3.59568C9.08982 3.35384 9.08982 3.25202 9.09491 3.15274C9.08218 3.07637 9.04781 3.03691 9.00963 3.03946ZM10.5027 3.06491C10.4645 3.07001 10.4326 3.09292 10.4212 3.15147C10.4046 3.28639 10.4136 3.36148 10.4365 3.47476C10.453 3.55113 10.5637 3.67587 10.6172 3.74969C10.8756 4.09717 11.1263 4.44593 11.3656 4.80613C11.4038 5.07597 11.4293 5.33817 11.4484 5.60037C11.4891 6.17314 11.4993 6.88592 11.4649 7.49051C11.5718 7.49433 11.7449 7.31614 11.8047 7.05776C11.8429 6.69627 11.792 5.96313 11.7869 5.74929L11.7742 5.44636C12.0542 5.90458 12.3241 6.38825 12.5888 6.91775C12.6868 6.87192 12.6652 6.32588 12.6092 6.24951C12.3953 5.7913 12.1 5.33817 12.0071 5.1638C11.9728 5.10016 11.8569 4.92578 11.7207 4.7234C11.6953 4.4332 11.6673 4.18882 11.6495 4.11499C11.6049 3.80951 11.7742 4.14936 11.7513 3.97244C11.6953 3.66696 11.5273 3.46076 11.3287 3.18074C11.2651 3.09164 11.2651 3.07128 11.1671 3.20365C11.1098 3.3373 11.1098 3.44931 11.1289 3.55368C11.1009 3.51549 11.0691 3.47222 11.0232 3.41621L10.6987 3.14128C10.6541 3.10946 10.5676 3.0611 10.5027 3.06491ZM14.927 3.11201C14.9079 3.10946 14.8888 3.11837 14.8633 3.15274C14.8188 3.19092 14.7717 3.26347 14.7742 3.35639C14.7831 3.51549 14.8124 3.67969 14.8226 3.84006L14.8353 3.9037C14.8175 3.88334 14.8022 3.86552 14.7933 3.85788C14.4789 3.52695 14.9372 3.80188 14.7322 3.54859C14.5604 3.35766 14.5095 3.29911 14.3631 3.18456C14.2867 3.13874 14.2435 3.04709 14.2193 3.20238C14.2091 3.33857 14.1989 3.49767 14.2066 3.61223C14.2066 3.67587 14.274 3.79679 14.3313 3.86679C14.54 4.12517 14.7539 4.39883 14.9677 4.68394C15.0135 5.26562 15.025 5.79894 15.0695 6.38189C15.0644 6.63136 14.9881 6.96229 14.9168 6.99284C14.9168 6.99284 14.8048 7.05648 14.731 6.98648C14.6762 6.96484 14.4611 6.62627 14.4611 6.62627C14.3504 6.52444 14.2766 6.55372 14.1989 6.62627C13.9825 6.83501 13.8833 7.22704 13.7369 7.49688C13.6987 7.5567 13.5931 7.60889 13.4747 7.49179C13.173 7.07939 13.3474 6.49262 13.3118 6.64409C13.0445 6.94702 13.1616 7.44851 13.2227 7.5567C13.3118 7.7349 13.383 7.84945 13.5536 7.93473C13.7127 8.04928 13.8336 7.97928 13.9024 7.89654C14.0602 7.73362 14.0627 7.31487 14.1366 7.23213C14.1875 7.07939 14.3186 7.10485 14.3822 7.17358C14.4459 7.26268 14.5171 7.31996 14.6075 7.36832C14.7551 7.49815 14.9308 7.52106 15.1039 7.40269C15.2223 7.3365 15.2999 7.24995 15.3686 7.07939C15.445 6.88083 15.4068 5.83712 15.3903 5.25671L15.7212 5.73529C15.767 6.24442 15.7887 6.74719 15.7721 7.22831C15.7619 7.32378 16.1069 6.9432 16.1031 6.76246C16.1031 6.6059 16.1056 6.46207 16.1031 6.3297C16.2724 6.59699 16.434 6.86811 16.5867 7.14431C16.6822 7.09339 16.6504 6.55499 16.5906 6.48244C16.4302 6.2126 16.224 5.9224 16.0649 5.69584C16.0331 5.412 15.9911 5.07724 15.9707 4.97415C15.9414 4.81377 15.9109 4.57321 15.865 4.38356C15.8523 4.31101 15.8141 4.07426 15.8269 4.05262C15.8447 3.99789 15.916 4.05262 15.9503 3.99153C16.0012 3.93425 15.7696 3.32966 15.6512 3.1591C15.6092 3.08273 15.5316 3.10819 15.4374 3.23547C15.3483 3.31693 15.3814 3.50531 15.4145 3.68478C15.501 4.14299 15.5799 4.6063 15.641 5.07215C15.5265 4.90032 15.3865 4.69413 15.249 4.49684L15.2312 4.40774C15.2312 4.39756 15.2134 4.03226 15.1968 3.94571C15.193 3.91007 15.1841 3.89989 15.2223 3.90498C15.2605 3.93807 15.2655 3.93934 15.2897 3.9508C15.3305 3.95589 15.3661 3.8897 15.3406 3.82733L14.9715 3.14765C14.9588 3.1311 14.941 3.11583 14.9206 3.11328L14.927 3.11201ZM3.50977 3.12474C3.43976 3.12219 3.36594 3.16292 3.39521 3.24565C3.37739 3.2902 3.52759 3.4404 3.55432 3.52313C3.57595 3.58295 3.52886 3.77133 3.57977 3.79042C3.62432 3.80951 3.68669 3.65805 3.7096 3.51931C3.72233 3.44294 3.71342 3.18074 3.53522 3.12728C3.52631 3.12474 3.5174 3.12474 3.50722 3.12346L3.50977 3.12474ZM16.518 3.12474C16.5015 3.12728 16.4824 3.15019 16.4544 3.21383C16.3844 3.32839 16.3602 3.53204 16.3882 3.71023C16.5536 4.84305 16.6809 5.94022 16.7064 6.9432C16.6911 7.03994 16.686 7.09085 16.6427 7.21049C16.5435 7.33778 16.434 7.49561 16.3309 7.57198C16.2291 7.64834 16.0101 7.72217 15.9389 7.77817C15.7098 7.908 15.7098 8.05819 15.8931 8.06456C16.2087 8.02637 16.5829 8.00092 16.84 7.61271C16.9088 7.50452 16.9902 7.20922 16.9928 7.02721C17.0182 5.97077 16.98 4.93342 16.8209 4.16845C16.8108 4.09208 16.7777 3.9228 16.7904 3.90116C16.8095 3.8477 16.9126 3.90498 16.9495 3.84515C17.0042 3.78915 16.6822 3.37803 16.5702 3.20238C16.5473 3.1591 16.532 3.12219 16.5142 3.12601L16.518 3.12474ZM13.2049 3.14256C13.1921 3.1451 13.1743 3.16547 13.1387 3.21256C13.0496 3.50022 13.019 3.73442 13.0534 3.91516C13.2825 5.09888 13.5116 6.17442 13.476 7.30086C13.5829 7.30086 13.7076 7.05521 13.7611 6.81083C13.7903 6.47353 13.7407 6.26861 13.7331 6.07259C13.7242 5.87403 13.5091 4.27028 13.4658 4.12136C13.4123 3.83879 13.6745 4.08317 13.6465 3.92025C13.5549 3.71151 13.3283 3.41112 13.2596 3.22911C13.2341 3.18074 13.229 3.13619 13.2087 3.14001L13.2049 3.14256ZM5.1428 3.16547C5.11734 3.17056 5.08807 3.19347 5.07916 3.22911C5.07279 3.25456 5.08934 3.29657 5.06643 3.3093C5.0537 3.32202 5.00533 3.31311 5.00788 3.24565C5.00788 3.22274 4.99133 3.19983 4.98242 3.18583C4.97224 3.18074 4.96588 3.17947 4.94806 3.17947C4.92642 3.17947 4.92642 3.18583 4.91496 3.20492C4.90987 3.22274 4.90223 3.24056 4.90223 3.26093C4.89969 3.28639 4.88951 3.29275 4.87296 3.29657C4.85259 3.29657 4.85641 3.29911 4.84114 3.28766C4.82841 3.27875 4.81823 3.27493 4.81823 3.25711C4.81823 3.23802 4.81314 3.2062 4.80804 3.19601C4.79914 3.18329 4.78513 3.1782 4.76986 3.17438C4.68585 3.17438 4.68076 3.27366 4.68458 3.3093C4.67822 3.31693 4.67567 3.48749 4.79023 3.53586C4.94296 3.60968 5.23317 3.57786 5.22299 3.32966C5.22299 3.30802 5.21662 3.2342 5.21408 3.21511C5.1988 3.17692 5.16953 3.16419 5.14152 3.16801L5.1428 3.16547ZM7.21241 3.16801C7.15895 3.17056 7.11058 3.18583 7.0724 3.2062C6.97057 3.3042 6.94511 3.46076 7.02657 3.55877C7.10294 3.59695 7.18313 3.67332 7.13095 3.71787C6.90947 3.95334 6.33289 4.34919 6.30361 4.42174V4.42938H6.3087V4.43192C6.33798 4.45102 6.69946 4.45102 6.73892 4.43192H6.74146C6.8662 4.38483 7.45424 3.71278 7.45424 3.71278C7.42369 3.68732 7.39569 3.66696 7.36514 3.64023C7.33205 3.61223 7.33587 3.58423 7.36514 3.55622C7.51025 3.47222 7.46442 3.28511 7.38805 3.19983C7.32441 3.17183 7.26586 3.16165 7.21241 3.16547V3.16801ZM12.6219 3.16801C12.6066 3.17183 12.5875 3.19347 12.5583 3.25711C12.4883 3.37166 12.4412 3.56895 12.4475 3.75351C12.5977 4.79722 12.6435 5.70984 12.7428 6.75355C12.7505 6.85538 12.7352 7.00048 12.669 7.05903C12.4195 7.31868 12.0619 7.63689 11.6724 7.78454C11.6304 7.83163 11.7767 8.03146 11.9651 8.03146C12.2808 7.99328 12.5583 7.81763 12.8179 7.3505C12.8854 7.24231 13.0063 7.00939 13.0088 6.82865C13.0343 5.76966 12.9579 4.94487 12.7975 4.18118C12.7886 4.10481 12.795 4.01571 12.8077 3.99535C12.8281 3.96989 12.8968 3.99535 12.935 3.93552C12.9885 3.87952 12.7899 3.42258 12.6779 3.2482C12.655 3.20365 12.6423 3.16674 12.6219 3.16801ZM4.24164 3.20238C4.19836 3.20747 4.15763 3.24056 4.13727 3.29148C4.1309 3.45694 4.12963 3.62241 4.15 3.77769C4.22637 4.04881 4.248 4.28682 4.28492 4.56302C4.29764 4.93469 4.07108 4.7234 4.08126 4.54011C4.13218 4.30082 4.11945 3.92534 4.07363 3.82988C4.03544 3.73442 3.99471 3.71151 3.90561 3.72805C3.83561 3.72296 3.6536 3.91898 3.60268 4.24991C3.60268 4.24991 3.55941 4.41792 3.54159 4.56812C3.51613 4.7374 3.40412 4.85832 3.32521 4.54521C3.25775 4.3161 3.21702 3.75606 3.10374 3.88588C3.07064 4.32373 3.03246 5.09506 3.40412 5.17398C3.8547 5.21726 3.60523 4.41283 3.76815 4.26646C3.79997 4.19645 3.85725 4.19518 3.86107 4.28555V4.96906C3.85597 5.19053 4.00108 5.25671 4.11563 5.30253C4.234 5.29362 4.31164 5.29744 4.35747 5.412L4.41474 6.59572C4.41474 6.59572 4.68713 6.67209 4.69985 5.93004C4.71258 5.49346 4.61076 5.12816 4.67058 5.04288C4.67313 4.95887 4.78004 4.95378 4.85387 4.99578C4.97224 5.07852 5.02442 5.18034 5.20771 5.13961C5.48773 5.06324 5.6532 4.92832 5.65702 4.71449C5.64429 4.51084 5.61883 4.30719 5.52974 4.10354C5.54246 4.0679 5.47882 3.97244 5.49155 3.93552C5.53992 4.01189 5.61629 4.0068 5.63156 3.93552C5.58574 3.77897 5.51192 3.63005 5.39227 3.56641C5.29426 3.47731 5.15043 3.4964 5.09698 3.67714C5.07152 3.88588 5.17334 4.13281 5.32608 4.33519C5.35663 4.4141 5.40245 4.54521 5.38209 4.66358C5.3019 4.7094 5.22171 4.68903 5.15298 4.61903C5.15298 4.61903 4.93278 4.45356 4.93278 4.41538C4.9926 4.0399 4.94551 3.99535 4.91369 3.89352C4.89078 3.74842 4.82205 3.7026 4.76731 3.60332C4.71131 3.5435 4.63621 3.5435 4.60185 3.60332C4.50257 3.7726 4.54839 4.1379 4.61967 4.29955C4.67058 4.44974 4.7495 4.54393 4.71258 4.54393C4.68204 4.62667 4.61839 4.60757 4.57257 4.50957C4.50893 4.30592 4.49366 4.00553 4.49366 3.86934C4.47457 3.70133 4.45293 3.34112 4.34092 3.24947C4.31164 3.20874 4.27728 3.19474 4.24291 3.19856L4.24164 3.20238ZM5.82248 3.20238C5.80085 3.20747 5.77539 3.2202 5.74611 3.22784C5.65065 3.25711 5.56156 3.33984 5.58956 3.50022C5.70411 4.18754 5.77666 4.71322 5.88994 5.40054C5.90649 5.482 5.83903 5.58765 5.75248 5.57874C5.60483 5.47691 5.56792 5.27326 5.3159 5.28344C5.13261 5.28344 4.92387 5.48455 4.89842 5.67547C4.86787 5.82821 4.85769 5.99368 4.89842 6.12605C5.0257 6.27879 5.18098 6.26351 5.3159 6.22788C5.42664 6.18333 5.51955 6.07514 5.55774 6.10059C5.58319 6.1426 5.55519 6.50026 5.03588 6.77519C4.71513 6.92029 4.46056 6.95338 4.3231 6.69373C4.23909 6.53081 4.33074 5.90967 4.12199 6.05223C3.5034 7.6458 5.56919 7.86727 5.79957 6.11841C5.81485 6.0675 5.8594 6.01913 5.89249 6.03186C5.90522 6.03823 5.91795 6.05732 5.92304 6.09296C5.87467 7.67635 4.32437 7.78581 4.06217 7.28686C3.99598 7.16976 3.97689 6.90756 3.97053 6.75228C3.9578 6.65682 3.93489 6.60209 3.90689 6.58045C3.84325 6.53335 3.75924 6.65682 3.74142 6.86938C3.71596 7.04121 3.72233 7.0883 3.72233 7.25377C3.80633 8.50495 5.80085 7.96655 6.12542 6.93556C6.28579 6.40098 6.1216 5.9975 6.17633 5.94786L6.18015 5.94531H6.18397L6.19033 5.94276C6.38889 6.1566 6.66637 5.96822 6.72746 5.89567C6.75292 5.85749 6.8191 5.83203 6.86493 5.88294C7.01766 5.9924 7.29005 5.94022 7.34605 5.74293C7.37914 5.55201 7.40715 5.35599 7.41351 5.15107C7.31169 5.18289 7.23023 5.2058 7.19713 5.24017C7.1895 5.24908 7.1844 5.25926 7.18186 5.26944L7.1564 5.43873C7.1564 5.44509 7.15386 5.44891 7.15131 5.45145C7.14749 5.46036 7.13858 5.46673 7.13349 5.47055C7.09785 5.48964 7.03548 5.47946 7.03166 5.42727C6.98457 5.21089 6.78728 5.18289 6.66764 5.52019C6.58745 5.58383 6.43853 5.59656 6.4258 5.49982C6.44489 5.27326 6.35325 5.24271 6.17124 5.34963L5.99559 4.02589C6.07196 4.02208 6.14069 4.07681 6.21197 3.99026C6.1356 3.75606 5.9765 3.28002 5.88613 3.2342H5.88358L5.87085 3.22147C5.87085 3.21893 5.86703 3.21765 5.86449 3.21638L5.8594 3.20874C5.8543 3.20874 5.84921 3.2062 5.84667 3.20492C5.83776 3.20238 5.83139 3.20238 5.82248 3.20238ZM11.9855 3.20747C11.9066 3.20492 11.82 3.25456 11.8531 3.35384C11.8327 3.40858 12.0224 3.59186 12.0529 3.69114C12.1077 3.84388 12.0109 3.9928 12.0682 4.01444C12.1217 4.03735 12.1955 3.85534 12.221 3.68605C12.2541 3.54859 12.1573 3.26857 12.0173 3.21129L11.9855 3.20874V3.20747ZM7.18313 3.37421C7.21877 3.37166 7.26205 3.40476 7.28496 3.45058C7.30659 3.50149 7.29514 3.54859 7.2595 3.5575C7.22132 3.56641 7.17295 3.53458 7.15004 3.48367C7.12713 3.43276 7.13731 3.38567 7.17549 3.37676H7.18313V3.37421ZM16.0891 3.60586C16.0165 3.60332 15.9363 3.65678 15.9694 3.76497C15.9516 3.82352 16.1222 4.02208 16.1514 4.13154C16.1769 4.20791 16.1132 4.45738 16.1642 4.48029C16.2125 4.50575 16.2787 4.30719 16.3042 4.1239C16.3194 4.02208 16.2456 3.67205 16.1196 3.60968C16.1107 3.60714 16.1005 3.60459 16.0903 3.60459L16.0891 3.60586ZM11.1632 3.72805C11.1722 3.75733 11.1785 3.7866 11.1823 3.81715C11.1976 3.88079 11.2103 3.94443 11.2231 4.01062C11.1671 3.93171 11.1212 3.86806 11.0996 3.84515C10.9723 3.69242 11.1021 3.74587 11.1632 3.72805ZM12.2999 4.28555C12.2719 4.29064 12.2451 4.31482 12.2362 4.35301C12.2286 4.37592 12.2464 4.41665 12.2235 4.42938C12.2108 4.44211 12.1599 4.43447 12.1637 4.36574C12.1637 4.34283 12.1471 4.31864 12.1382 4.30592C12.128 4.29955 12.1217 4.29701 12.1039 4.29701C12.0822 4.29701 12.0822 4.30337 12.0708 4.32246C12.0657 4.34028 12.058 4.3581 12.058 4.37974C12.058 4.40519 12.0479 4.41283 12.03 4.41792C12.0097 4.41792 12.0135 4.41792 11.9969 4.40901C11.9868 4.39629 11.9753 4.39374 11.9753 4.37592C11.9753 4.35683 11.9715 4.32755 11.9651 4.31483C11.9562 4.3021 11.9435 4.29828 11.9269 4.29319C11.8442 4.29319 11.8378 4.38992 11.8429 4.42556C11.8378 4.4332 11.834 4.6063 11.9486 4.65467C12.1039 4.72722 12.3941 4.69285 12.3813 4.44593C12.3813 4.42429 12.375 4.35046 12.3737 4.33137C12.3572 4.29319 12.3279 4.28046 12.3011 4.28428L12.2999 4.28555ZM7.11949 4.33646C7.10167 4.33646 7.07621 4.34155 7.04694 4.35937C6.91075 4.4332 6.85856 4.65212 6.94511 4.7794C7.02148 4.89396 7.14876 4.85196 7.16531 4.85196C7.29896 4.86978 7.37787 4.60248 7.37787 4.60248C7.37787 4.60248 7.38169 4.52611 7.22513 4.66867C7.1564 4.6814 7.14876 4.65594 7.13095 4.61776C7.11567 4.5503 7.11822 4.47775 7.15004 4.41029C7.16531 4.36828 7.15004 4.34155 7.11949 4.33901V4.33646ZM14.442 4.37083C14.3657 4.36701 14.2855 4.41665 14.2638 4.51975C14.2638 4.58084 14.2918 4.61394 14.2867 4.66994C14.2804 4.70176 14.2486 4.72085 14.1696 4.68522C14.1824 4.67249 14.1187 4.58594 14.1187 4.58594C14.0589 4.54775 13.9787 4.58594 13.9253 4.62157C13.896 4.67503 13.8744 4.7654 13.9074 4.85705C13.994 5.0187 14.2931 5.29362 14.4357 5.29617C14.4382 5.15107 14.4522 4.9576 14.4611 4.83795C14.4637 4.79213 14.4739 4.74249 14.5184 4.73104C14.5617 4.71831 14.6368 4.77431 14.6368 4.72722C14.6291 4.63558 14.6113 4.49811 14.5604 4.43447C14.5324 4.39629 14.4879 4.37337 14.4433 4.37083H14.442ZM8.37958 4.87614L8.37576 4.87996C8.37576 4.87996 8.37322 4.87996 8.37195 4.8825C8.35667 4.89523 8.33885 4.92069 8.2994 4.94614C8.23194 5.02251 8.22048 5.07724 8.22303 5.22998C8.22812 5.24653 8.35031 5.59019 8.45595 5.83076C8.52723 6.0815 8.59214 6.36916 8.54505 6.64027C8.37958 6.99921 8.04865 7.32123 7.72662 7.49688C7.56116 7.54779 7.42115 7.52997 7.38296 7.49433C7.28877 7.43069 7.2875 7.31614 7.29387 7.29832V7.2945C7.5637 7.10612 7.873 6.95338 8.11484 6.44553C8.18611 6.25079 8.20902 6.13369 8.13775 5.83457C8.10974 5.72002 8.07411 5.63092 7.99774 5.54946H8.00028C8.0461 5.52782 8.16575 5.61565 8.18484 5.56219C8.15557 5.41709 8.05756 5.22489 7.94937 5.12561C7.85263 5.03651 7.74572 5.0276 7.65917 5.10779C7.55989 5.1638 7.53952 5.36236 7.58662 5.53546C7.64007 5.66529 7.7839 5.6882 7.88573 5.95167C7.88827 5.96949 7.92009 6.14896 7.86918 6.22278C7.82591 6.35261 7.29005 6.77519 7.25186 6.80065L7.24804 6.80319L7.2455 6.80574H7.24295H7.24041V6.80192C7.23786 6.79174 7.24041 6.76373 7.24041 6.72173C7.23659 6.64282 7.26968 6.46335 7.26586 6.43153V6.42898C7.08767 6.54354 7.02785 6.89356 6.99603 6.99793C6.54672 7.30723 6.03759 7.53761 5.74357 7.85072C5.59083 8.09256 6.79747 7.57834 6.93748 7.51597L6.94129 7.51979C6.9693 7.54906 6.97057 7.65089 7.05076 7.74381C7.17804 7.91309 7.44279 8.01746 7.70244 7.95255C8.13775 7.79599 8.38977 7.49942 8.64433 7.16976C8.67997 7.11885 8.73725 7.07557 8.7907 7.11631C8.96508 7.50833 9.47166 7.78836 10.1246 7.81636C10.2774 7.63307 10.2048 7.5427 10.1437 7.50452C10.1246 7.49179 9.81914 7.37214 9.77078 7.25377C9.7415 7.14431 9.81405 7.0463 9.95916 6.97375C10.3792 6.92284 10.7916 6.86556 11.1912 6.737C11.1951 6.60209 11.274 6.40225 11.3274 6.31443C11.3656 6.25461 11.3873 6.24824 11.3962 6.2406V6.23806H11.3987V6.23424V6.22151L11.33 6.18078L9.9897 6.17569C9.97316 6.16933 9.9617 6.16296 9.95406 6.1566L9.95152 6.15278C9.95152 6.15278 9.94897 6.15278 9.94897 6.15023C9.94897 6.14769 9.94643 6.14769 9.94643 6.14769V6.14641V6.14387V6.14132L9.94897 6.13751C9.95534 6.12987 9.97188 6.12096 9.99098 6.11205C10.3117 6.07005 10.8794 5.97713 10.9176 5.43109C10.9112 5.14598 10.7954 4.96015 10.4466 4.90923C10.1895 4.92833 10.0062 5.17653 10.0355 5.44891C10.0228 5.52146 10.061 5.66529 9.98461 5.68184C9.4933 5.72766 8.95617 6.03568 8.93835 6.25715H8.93581H8.93326H8.93071C8.93071 6.2597 8.9269 6.2597 8.9269 6.2597H8.9218H8.91926H8.91417C8.88235 6.24951 8.84162 6.19606 8.84798 6.1235C8.82889 5.74166 8.70415 5.3089 8.51068 4.97796C8.44068 4.90796 8.40886 4.87996 8.39104 4.87614H8.38722H8.3834H8.37958ZM9.66259 5.07725C9.63713 5.08234 9.60786 5.10525 9.59895 5.14343C9.59258 5.16889 9.61167 5.20962 9.58876 5.22235C9.57604 5.23507 9.52512 5.22744 9.52767 5.15871C9.52767 5.13707 9.51112 5.11288 9.50221 5.09888C9.49203 5.09252 9.48567 5.09125 9.46912 5.09125C9.44748 5.09125 9.44621 5.09634 9.43475 5.11416C9.42839 5.13198 9.42202 5.15234 9.42202 5.17143C9.41948 5.19689 9.4093 5.20453 9.39275 5.20707C9.37238 5.20707 9.37748 5.21089 9.36093 5.20071C9.35075 5.19053 9.33802 5.18544 9.33802 5.16762C9.33802 5.14852 9.3342 5.1167 9.32911 5.10397C9.3202 5.09506 9.3062 5.09125 9.29092 5.08615C9.20564 5.08615 9.20183 5.18162 9.20564 5.21853C9.19928 5.22489 9.19546 5.39672 9.31002 5.44509C9.46275 5.51891 9.83187 5.47564 9.74278 5.23762C9.74278 5.21598 9.73641 5.14216 9.73514 5.12307C9.71859 5.08488 9.68932 5.07215 9.66131 5.07597L9.66259 5.07725ZM14.8366 5.28981H14.8239C14.8239 5.28981 14.1086 5.79893 14.092 5.81675C14.0207 5.8804 14.0564 6.10059 14.092 6.07514C14.1429 6.09423 14.8621 5.60674 14.8481 5.54946C14.8799 5.55201 14.8952 5.29872 14.8353 5.28853L14.8366 5.28981ZM10.3385 5.36618C10.3665 5.36236 10.4046 5.37254 10.4403 5.39163C10.495 5.42473 10.5294 5.47055 10.523 5.50619V5.51128C10.5205 5.51128 10.5205 5.51128 10.5205 5.51382V5.51637C10.5205 5.51637 10.5179 5.51637 10.5179 5.51891C10.5179 5.52146 10.5141 5.52401 10.5116 5.52655C10.4861 5.55201 10.4276 5.54692 10.3715 5.51382C10.3181 5.48455 10.2863 5.43745 10.2888 5.40436V5.40054L10.2952 5.38781C10.2952 5.38781 10.2952 5.38527 10.2977 5.38399L10.3041 5.37636C10.313 5.36999 10.3245 5.36363 10.3385 5.36363V5.36618ZM4.07872 5.49346C3.7096 5.50109 3.16611 5.97968 3.1521 6.24442L4.3231 5.68438C4.25946 5.58765 4.31928 5.50109 4.07872 5.49346ZM5.27899 5.65892C5.31463 5.66147 5.35281 5.67929 5.37318 5.7302C5.391 5.7773 5.37318 5.82566 5.35154 5.84985V5.85367C5.33372 5.87403 5.28026 5.86639 5.2408 5.86639C5.19371 5.86385 5.1708 5.85621 5.1428 5.81803C5.12752 5.77348 5.16825 5.73148 5.18735 5.70093L5.19626 5.6882C5.20898 5.67547 5.23444 5.66529 5.2599 5.66274L5.27644 5.6602L5.27899 5.65892ZM14.6979 5.80784C14.6304 5.81548 14.568 5.87785 14.596 5.97713C14.5782 6.03568 14.6851 6.2406 14.7144 6.34879C14.7399 6.42516 14.6813 6.64536 14.7335 6.667C14.7819 6.69246 14.9079 6.53972 14.9041 6.3437C14.9168 6.24188 14.8684 5.87276 14.7424 5.81166C14.7271 5.80784 14.7131 5.80657 14.6979 5.80784ZM6.69946 6.16933C6.64091 6.17314 6.58872 6.20369 6.61291 6.28643C6.60909 6.34498 6.77837 6.41753 6.78728 6.55372C6.81019 6.61227 6.7491 6.79555 6.80001 6.81083C6.84583 6.82992 6.90947 6.68355 6.93366 6.55117C6.94639 6.47735 6.87511 6.22024 6.75546 6.17314C6.73637 6.16805 6.71728 6.16678 6.69819 6.16805L6.69946 6.16933ZM9.09236 6.49517H9.10764C9.25783 6.5359 9.47676 6.54099 9.66768 6.55881C9.82424 6.57154 9.9006 6.69118 9.75678 6.74337C9.61167 6.79174 9.47294 6.83247 9.47294 7.03866C9.49076 7.14049 9.48567 7.19395 9.47039 7.21686C9.47039 7.22068 9.4653 7.22449 9.4653 7.22449C9.4653 7.22449 9.4653 7.22704 9.46275 7.22704V7.22959H9.45894L9.45003 7.2334H9.44366C9.4093 7.23977 9.35966 7.20795 9.32274 7.18758C9.23365 7.12394 8.98545 6.9712 8.94981 6.64027C8.94472 6.5639 9.00072 6.50026 9.08982 6.4939L9.09236 6.49517ZM3.24502 6.74973C3.23611 6.74973 3.21956 6.77773 3.19411 6.80956C2.97264 7.15958 2.95227 7.68271 3.07446 7.84054C3.1381 7.91309 3.24502 7.94619 3.32393 7.92327C3.46395 7.86345 3.52377 7.58216 3.4894 7.48033C3.44485 7.40778 3.40794 7.39633 3.36212 7.45742C3.26411 7.65471 3.22211 7.51852 3.21574 7.40651C3.20047 7.19904 3.22084 7.00557 3.24375 6.85283C3.25648 6.77646 3.25648 6.74719 3.24375 6.74719L3.24502 6.74973ZM10.7509 7.21049C10.7343 7.21049 10.7178 7.21304 10.6999 7.22322C10.6961 7.22322 10.5421 7.32505 10.4925 7.39887C10.4619 7.42178 10.467 7.44088 10.4746 7.48161C10.4976 7.53634 10.5383 7.51979 10.5867 7.49433C10.6503 7.48415 10.6796 7.52615 10.6758 7.60125C10.6465 7.69671 10.6885 7.73108 10.6885 7.73744C10.6885 7.74253 10.7483 7.79472 10.8196 7.75399C10.9685 7.69671 11.0614 7.63943 11.2714 7.59489C11.3262 7.59489 11.3223 7.44724 11.2358 7.44215C11.1212 7.44724 11.0194 7.45488 10.9049 7.54397C10.8349 7.55925 10.8234 7.51597 10.8069 7.47779C10.789 7.3836 10.8476 7.31741 10.8349 7.24613C10.8374 7.24995 10.7992 7.21559 10.7496 7.21304L10.7509 7.21049ZM15.557 7.38869L15.4552 7.39887C15.4094 7.40778 15.3941 7.42815 15.3852 7.48415C15.389 7.56688 15.4399 7.56307 15.4934 7.59616C15.5239 7.63434 15.5443 7.66998 15.4908 7.73617C15.4399 7.78072 15.4056 7.80617 15.3546 7.85072C15.333 7.89145 15.3165 7.95255 15.3903 7.97291C15.5239 8.0111 15.8332 7.80999 15.8332 7.80745C15.8841 7.76926 15.8663 7.69671 15.8625 7.69671C15.832 7.66362 15.7658 7.68398 15.7225 7.67762C15.7009 7.67762 15.6334 7.66744 15.6639 7.60634C15.6919 7.56816 15.7021 7.54652 15.7212 7.49942C15.7403 7.4536 15.7212 7.42306 15.6474 7.3976C15.6092 7.38996 15.5838 7.38742 15.5545 7.38869H15.557Z", fill: "white" }), s("path", { key: "5aa2d383b812d7547f43bf80b92521822ebf6e2f", d: "M15.5155 9.87303H15.3286L14.2068 9.87303V9.61983C14.2068 9.47992 14.1231 9.36664 14.0198 9.36664C13.9166 9.36664 13.8328 9.47985 13.8328 9.61983V9.87303L3.92358 9.87303C4.29749 10.3793 5.04535 10.6326 5.60629 10.6326C6.00856 10.6326 11.0265 10.6326 13.8328 10.6326V11.1389C13.8328 11.2788 13.9166 11.3921 14.0198 11.3921H15.5155C15.8249 11.3921 16.0765 11.0514 16.0765 10.6325C16.0765 10.2137 15.8249 9.87303 15.5155 9.87303ZM15.5155 10.8857L14.2067 10.8857V10.6325C15.1078 10.6325 15.7025 10.6325 15.7025 10.6325L15.6689 10.4963C15.6883 10.5361 15.7025 10.5812 15.7025 10.6325C15.7025 10.7723 15.6186 10.8857 15.5155 10.8857Z", fill: "white" }))), s("p", { key: "c70b593a625ee21faecf6b0a29a06118e840d4bb" }, e ? "موقع حكومي رسمي تابع لحكومة المملكة العربية السعودية" : "An Official website of the Kingdom of Saudi Arabia"), s("a", { key: "c03061cf878620de0830575426888d09dfd8f477", class: "digital_link" }, e ? "كيف تتحقق" : "How you know?", s("div", { key: "f40e79e72a6a7f8302c0b0bde0b83aa4811d954c", class: "digital_link_icon" }, s("dga-icon", { key: "a17ea9349e5648093e5cf248d80200734c37aef0", icon: this.isOpen ? "arrow-up-01" : "arrow-down-01", size: 20, variant: "stroke", type: "rounded", color: "#067647" })))), this.isOpen && s("div", { key: "e7bfbc767c93d33a1faa87849a8b82b641699bb6", class: "digital_content" }, s("div", { key: "62484a7231aba0e58b1efef681b5d99db1d03a1a", class: "digital_content_container" }, o.map((r, t) => s("div", { class: "digital_content_item", key: t }, s("div", { class: "digital_content_item_icon" }, s("dga-icon", { icon: r.icon, size: 20, variant: "stroke", type: "rounded", color: "#067647" })), s("div", { class: "digital_content_item_content" }, s("h2", null, r.heading, s("span", null, " ", r.colorHeading), " ", r.extra), s("p", null, r.desc))))), s("div", { key: "a6794847f601080bf142cb6d930f8ff35854e0d7", class: "digital_more_content" }, s("div", { key: "54665cda91f69d558063924175b34ff630db3596", class: "digital_more_content_icon" }, s("svg", { key: "ba6a3b97c5e5a415e3608205352064bd287b3551", width: "21", height: "31", viewBox: "0 0 21 31", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, s("path", { key: "8bf65586d4a41e93fbd512cdb07ce4db619a29d6", d: "M11.3549 15.0182C11.1993 15.1314 11.1003 15.3152 11.1003 15.5132V20.5334C11.1003 20.8728 11.369 21.1415 11.7084 21.1415C12.0478 21.1415 12.3165 20.8728 12.3165 20.5334V15.8243L17.6478 12.091C17.8317 12.1899 18.0297 12.2324 18.2559 12.2324C18.9771 12.2324 19.5711 11.6526 19.5711 10.9172C19.5711 10.196 18.9913 9.60205 18.2559 9.60205C17.5347 9.60205 16.9408 10.1819 16.9408 10.9172C16.9408 10.9738 16.9408 11.0303 16.9549 11.0728L11.3549 15.0182Z", fill: "url(#paint0_linear_19848_20660)" }), s("path", { key: "a6dff9fcf8771f5d83c58c70247c402d98773314", d: "M7.57914 13.6889V18.695C7.1549 18.9213 6.87207 19.3455 6.87207 19.8546C6.87207 20.5758 7.45187 21.1697 8.18723 21.1697C8.90844 21.1697 9.50238 20.5899 9.50238 19.8546C9.50238 19.3455 9.21955 18.9071 8.79531 18.695V14.0142L16.6862 8.49898C16.8418 8.38585 16.9408 8.20201 16.9408 8.00403V4.27068C16.9408 3.93129 16.6721 3.6626 16.3327 3.6626C15.9933 3.6626 15.7246 3.93129 15.7246 4.27068V7.67878L7.83369 13.194C7.66399 13.2929 7.565 13.4768 7.57914 13.6889Z", fill: "url(#paint1_linear_19848_20660)" }), s("path", { key: "471cea6a5bfefb626437bb3bab3ec61728ce5fce", d: "M17.0256 15.3576L15.0175 16.7718C14.7347 16.9697 14.6781 17.3374 14.8761 17.6203C14.9893 17.79 15.1872 17.8748 15.3711 17.8748C15.4983 17.8748 15.6115 17.8465 15.7246 17.7617L17.7327 16.3475C18.0155 16.1495 18.0721 15.7819 17.8741 15.499C17.6903 15.2303 17.3085 15.1596 17.0256 15.3576Z", fill: "url(#paint2_linear_19848_20660)" }), s("path", { key: "77b074efda31d7fed6602068860770e4bcfa52bd", d: "M20.8721 18.9071C20.6741 18.6243 20.2923 18.5536 20.0095 18.7516L10.4923 25.4122L0.975051 18.7516C0.692222 18.5536 0.310397 18.6243 0.112416 18.9071C-0.0855647 19.19 -0.0148521 19.5718 0.267977 19.7698L9.41751 26.1759L6.74477 28.0567C6.56093 27.9577 6.34881 27.9153 6.13669 27.9153C5.40133 27.9153 4.80739 28.5092 4.80739 29.2446C4.80739 29.9799 5.40133 30.5738 6.13669 30.5738C6.87205 30.5738 7.46598 29.9799 7.46598 29.2446C7.46598 29.188 7.46599 29.1314 7.45185 29.0749L10.5064 26.9395L13.561 29.0749C13.561 29.1314 13.5468 29.188 13.5468 29.2446C13.5468 29.9799 14.1408 30.5738 14.8761 30.5738C15.6115 30.5738 16.2054 29.9799 16.2054 29.2446C16.2054 28.5092 15.6115 27.9153 14.8761 27.9153C14.6499 27.9153 14.4519 27.9718 14.268 28.0567L11.5953 26.1759L20.7448 19.7698C20.9994 19.5718 21.0701 19.19 20.8721 18.9071Z", fill: "url(#paint3_linear_19848_20660)" }), s("path", { key: "8b73a3986b2399bfe254e4935601e66cecf406c0", d: "M3.95886 4.46872L5.96695 3.05457C6.24978 2.85659 6.30635 2.48891 6.10837 2.20608C5.99524 2.03639 5.79726 1.95154 5.61342 1.95154C5.48614 1.95154 5.37301 1.97982 5.25988 2.06467L3.25179 3.47882C2.96896 3.6768 2.91239 4.04447 3.11037 4.3273C3.29421 4.59599 3.67603 4.6667 3.95886 4.46872Z", fill: "url(#paint4_linear_19848_20660)" }), s("path", { key: "ee8717ae864255a29af5d245aece00f54cbeb113", d: "M12.1892 2.47476V5.82629L4.29825 11.3415C4.14269 11.4546 4.0437 11.6384 4.0437 11.8364V15.5698C4.0437 15.9092 4.31239 16.1778 4.65178 16.1778C4.99118 16.1778 5.25986 15.9092 5.25986 15.5698V12.1617L13.1508 6.64649C13.3064 6.53336 13.4054 6.34952 13.4054 6.15154V2.47476C13.8296 2.24849 14.1124 1.82425 14.1124 1.31516C14.1124 0.593945 13.5326 0 12.7973 0C12.0761 0 11.4821 0.579803 11.4821 1.31516C11.4963 1.81011 11.7791 2.24849 12.1892 2.47476Z", fill: "url(#paint5_linear_19848_20660)" }), s("path", { key: "e6c7571b20ece85c4cb3f443e3eb86ab542d3434", d: "M2.71445 10.196C3.43566 10.196 4.0296 9.61623 4.0296 8.88087C4.0296 8.8243 4.02961 8.76774 4.01547 8.72531L9.61549 4.80812C9.77104 4.69499 9.87003 4.51115 9.87003 4.31317V0.622242C9.87003 0.282846 9.60135 0.0141602 9.26195 0.0141602C8.92255 0.0141602 8.65387 0.282846 8.65387 0.622242V4.00206L3.32253 7.72127C3.13869 7.62228 2.94071 7.57985 2.71445 7.57985C1.99323 7.57985 1.39929 8.15965 1.39929 8.89501C1.41343 9.61622 1.99323 10.196 2.71445 10.196Z", fill: "url(#paint6_linear_19848_20660)" }), s("defs", { key: "d70d91ce165ec0e281c384b95ddbc8e3b9fbe5e2" }, s("linearGradient", { key: "ea5cc1c4d1383f85d51e94d90e48a5b282dd315f", id: "paint0_linear_19848_20660", x1: "15.3387", y1: "3.95793", x2: "15.3387", y2: "27.7715", gradientUnits: "userSpaceOnUse" }, s("stop", { key: "1456892c5e533117527d6ce9d8c259218c2bafb7", "stop-color": "#00ABAF" }), s("stop", { key: "242de3e1120dbfa89f4649e2d761cad11123e5c0", offset: "0.24", "stop-color": "#0093B4" }), s("stop", { key: "9625b79238f02f5dcebea2635900d6944c9c3fcb", offset: "0.48", "stop-color": "#0080BA" }), s("stop", { key: "d03db260d13ba48d5edfcff4194f5f32eae206ba", offset: "1", "stop-color": "#774896" })), s("linearGradient", { key: "f7e7e635583e0c2943a93bc9c5793397dee2f625", id: "paint1_linear_19848_20660", x1: "11.9055", y1: "3.9579", x2: "11.9055", y2: "27.7715", gradientUnits: "userSpaceOnUse" }, s("stop", { key: "ef387ed54c96f1a9b3fa4901b1e84a8c4787cfcf", "stop-color": "#00ABAF" }), s("stop", { key: "db6c63c08120bf7a3b5a786c430e9103439f33a7", offset: "0.24", "stop-color": "#0093B4" }), s("stop", { key: "dade95b5d3bd56b723682bbad2f60bfb04d45b01", offset: "0.48", "stop-color": "#0080BA" }), s("stop", { key: "c369e15cadbe35812575c9d3ba18e2a769506bda", offset: "1", "stop-color": "#774896" })), s("linearGradient", { key: "efd037a14116324b9e970011b6c30e053231cfa7", id: "paint2_linear_19848_20660", x1: "16.3733", y1: "3.95793", x2: "16.3733", y2: "27.7715", gradientUnits: "userSpaceOnUse" }, s("stop", { key: "9fe40d8e801f709587cc261be363ffd826fb1867", "stop-color": "#00ABAF" }), s("stop", { key: "d9ab6ce684d93aa90ebf72cce8aff1e45250c2c1", offset: "0.24", "stop-color": "#0093B4" }), s("stop", { key: "cc42d515f1b8b41994f51d7f1a0909c0a2c07fb0", offset: "0.48", "stop-color": "#0080BA" }), s("stop", { key: "1c0613a75014ecbcd7fa8a5af090724d662a30b5", offset: "1", "stop-color": "#774896" })), s("linearGradient", { key: "b0a450df9d897e1ba422de496e8fd4e629780e1a", id: "paint3_linear_19848_20660", x1: "10.4915", y1: "3.95793", x2: "10.4915", y2: "27.7715", gradientUnits: "userSpaceOnUse" }, s("stop", { key: "068cd8439ca6a6d582419a351d7e1158980ec80f", "stop-color": "#29B2B2" }), s("stop", { key: "ceb92ca5b5a14403fba3a127cec0323ef7c3b72a", offset: "0.27", "stop-color": "#1091B3" }), s("stop", { key: "afb8243747b7f1bc4dfd40f2b241d6c38de738a5", offset: "0.48", "stop-color": "#017EB5" }), s("stop", { key: "1a7286ec40fe51a8a43b4dc4c052f051d033e3e8", offset: "1", "stop-color": "#704B98" })), s("linearGradient", { key: "3a4479ecf05c0ce3607025e63abd1dc36f1173b5", id: "paint4_linear_19848_20660", x1: "4.60961", y1: "3.95796", x2: "4.60961", y2: "27.7715", gradientUnits: "userSpaceOnUse" }, s("stop", { key: "4a59efd65059bfe59968a8c98dea8f3118436231", "stop-color": "#00ABAF" }), s("stop", { key: "5d2be419020dd8f9d987a1d50d9c786e259f8199", offset: "0.24", "stop-color": "#0093B4" }), s("stop", { key: "e92379cd9d9f7b5d3eb5922007b63ecff60439f9", offset: "0.48", "stop-color": "#0080BA" }), s("stop", { key: "8c885bd4877968bea9f00a2f0c66ca0d76daa99e", offset: "1", "stop-color": "#774896" })), s("linearGradient", { key: "0db55b7705a54e4dd4b381c850147154f0400941", id: "paint5_linear_19848_20660", x1: "9.07917", y1: "3.95794", x2: "9.07917", y2: "27.7715", gradientUnits: "userSpaceOnUse" }, s("stop", { key: "ead71ef517335b893f8b7e0f61549624af13f752", "stop-color": "#00ABAF" }), s("stop", { key: "fd1a665226f8d865b1fef2b452130e5101ea9b91", offset: "0.24", "stop-color": "#0093B4" }), s("stop", { key: "6896150cc65a31dff7285ba13b4d98d5d0cde78e", offset: "0.48", "stop-color": "#0080BA" }), s("stop", { key: "0e94a54cc46269809c3a5b7409dad0ff93ff0fe2", offset: "1", "stop-color": "#774896" })), s("linearGradient", { key: "ea579a7420260e38a9fee19fcbba3584f15f939b", id: "paint6_linear_19848_20660", x1: "5.64428", y1: "3.95796", x2: "5.64428", y2: "27.7715", gradientUnits: "userSpaceOnUse" }, s("stop", { key: "947a74417152fd0aa93cdf4415528ff3184d4b9a", "stop-color": "#00ABAF" }), s("stop", { key: "b7428c3f8ca0dc3a423dedbdc668536d8f6fccc0", offset: "0.24", "stop-color": "#0093B4" }), s("stop", { key: "74af550b2f1251dc072a015d32f1356474997e60", offset: "0.48", "stop-color": "#0080BA" }), s("stop", { key: "3ecf08d805b11f85e19bb1cb66362d7bbe1770b7", offset: "1", "stop-color": "#774896" }))))), s("div", { key: "38189925aea2ceecfbe64b16758c09f9d3798175", class: "digital_more_content_content" }, s("p", { key: "7a3ea319d3edccdadfc02cb9abff12585e26c9bd" }, e ? "مسجل لدى هيئة الحكومة الرقمية برقم:" : "Registered on Digital Government Authority:"), s("dga-link", Object.assign({ key: "9339ffaf0176393ef75d6bf009c23b2338a10a41" }, this.linkProps))))));
|
|
15572
|
+
return s("div", { key: "9b365fcbb2ebf820ccab721d325a760068aef023", class: `digital_wrapper ${this.isOpen ? "" : "close"}`, dir: e ? "rtl" : "ltr" }, s("div", { key: "4f297841d686a0426b266d8c40954b5086c47dd0", class: "digital_container digital_heads", onClick: this.toggleOpen }, s("div", { key: "0fd65a9c4315754809690023ebfb18737c3dddd7", class: "digital_icon_container" }, s("svg", { key: "b8f1a9697148810a861b9d5d7f2b40e892795221", xmlns: "http://www.w3.org/2000/svg", width: 20, height: 14, viewBox: "0 0 20 14", fill: "none" }, s("rect", { key: "cd8b0e6cf528add730c9206e3217512492290b33", width: 20, height: 14, fill: "#006923" }), s("path", { key: "12567fface7501e63e22673959b2e1fb724ac128", "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.13775 3C8.12247 3 8.09956 3.00764 8.07029 3.02546C8.00155 3.07128 7.86664 3.21256 7.86154 3.37548C7.85773 3.4684 7.83991 3.4684 7.89973 3.52822C7.94301 3.58932 7.98883 3.58423 8.07538 3.53713C8.12629 3.49895 8.14284 3.47731 8.16066 3.41494C8.18102 3.31311 8.04992 3.46585 8.03338 3.34875C8.0041 3.24184 8.08811 3.19601 8.16702 3.09419C8.16957 3.04328 8.16957 3.00509 8.13775 3.00255V3ZM9.41439 3.00636C9.38893 3.01146 9.35966 3.04455 9.31765 3.11837C9.28838 3.19729 9.15982 3.31693 9.25401 3.56386C9.32784 3.72042 9.35966 3.97371 9.32529 4.25755C9.27183 4.33774 9.26165 4.36574 9.19164 4.44593C9.09491 4.55157 8.98799 4.52484 8.90908 4.48411C8.83271 4.4332 8.77416 4.40774 8.73979 4.24737C8.74616 3.9928 8.76143 3.57022 8.71433 3.48113C8.6456 3.34366 8.53105 3.39203 8.48268 3.43403C8.24976 3.65041 8.13393 4.01062 8.06265 4.29955C7.99901 4.50829 7.929 4.4472 7.88064 4.36319C7.76226 4.25118 7.75335 3.38312 7.6108 3.52695C7.38169 4.18118 7.7419 4.89778 7.99265 4.82777C8.17084 4.90414 8.28539 4.56048 8.35922 4.185C8.41013 4.07935 8.44832 4.06662 8.47377 4.12136C8.46741 4.6203 8.51196 4.73231 8.63924 4.8825C8.92435 5.10397 9.1611 4.91051 9.18019 4.89269L9.40293 4.67121C9.45384 4.6203 9.51749 4.61521 9.58749 4.66103C9.65622 4.72467 9.64731 4.83032 9.79114 4.90287C9.91588 4.95378 10.1768 4.9156 10.2366 4.80995C10.3194 4.66994 10.3385 4.62157 10.3766 4.56812C10.4352 4.49175 10.5357 4.52611 10.5357 4.5503C10.5268 4.59485 10.4683 4.63939 10.5077 4.71576C10.5777 4.76668 10.5943 4.73358 10.635 4.72213C10.7801 4.6534 10.8896 4.33774 10.8896 4.33774C10.896 4.22064 10.8298 4.22955 10.7878 4.25373C10.7305 4.2881 10.7279 4.29955 10.6732 4.33392C10.6007 4.3441 10.4632 4.39119 10.3957 4.28555C10.3257 4.15827 10.3257 3.98262 10.2723 3.85279C10.2723 3.84515 10.1794 3.65296 10.2646 3.6415C10.3066 3.64914 10.4008 3.67332 10.4148 3.59568C10.4606 3.51931 10.3168 3.30293 10.2188 3.19601C10.1348 3.1031 10.0177 3.09164 9.90442 3.18583C9.82424 3.25966 9.83696 3.34112 9.82042 3.41876C9.80132 3.50786 9.80514 3.61859 9.89679 3.73696C9.9757 3.89225 10.1195 4.09335 10.0712 4.37592C10.0712 4.37592 9.98843 4.51084 9.84206 4.49302C9.77841 4.48029 9.67913 4.45484 9.62568 4.06026C9.58749 3.76369 9.63586 3.34748 9.51112 3.15274C9.48185 3.08019 9.45766 3.00891 9.41693 3.01273L9.41439 3.00636ZM9.00963 3.03946C8.97145 3.04328 8.92944 3.08782 8.89508 3.1731C8.8658 3.23929 8.82889 3.58041 8.83525 3.58041C8.8098 3.68223 8.9409 3.72551 9.00072 3.59568C9.08982 3.35384 9.08982 3.25202 9.09491 3.15274C9.08218 3.07637 9.04781 3.03691 9.00963 3.03946ZM10.5027 3.06491C10.4645 3.07001 10.4326 3.09292 10.4212 3.15147C10.4046 3.28639 10.4136 3.36148 10.4365 3.47476C10.453 3.55113 10.5637 3.67587 10.6172 3.74969C10.8756 4.09717 11.1263 4.44593 11.3656 4.80613C11.4038 5.07597 11.4293 5.33817 11.4484 5.60037C11.4891 6.17314 11.4993 6.88592 11.4649 7.49051C11.5718 7.49433 11.7449 7.31614 11.8047 7.05776C11.8429 6.69627 11.792 5.96313 11.7869 5.74929L11.7742 5.44636C12.0542 5.90458 12.3241 6.38825 12.5888 6.91775C12.6868 6.87192 12.6652 6.32588 12.6092 6.24951C12.3953 5.7913 12.1 5.33817 12.0071 5.1638C11.9728 5.10016 11.8569 4.92578 11.7207 4.7234C11.6953 4.4332 11.6673 4.18882 11.6495 4.11499C11.6049 3.80951 11.7742 4.14936 11.7513 3.97244C11.6953 3.66696 11.5273 3.46076 11.3287 3.18074C11.2651 3.09164 11.2651 3.07128 11.1671 3.20365C11.1098 3.3373 11.1098 3.44931 11.1289 3.55368C11.1009 3.51549 11.0691 3.47222 11.0232 3.41621L10.6987 3.14128C10.6541 3.10946 10.5676 3.0611 10.5027 3.06491ZM14.927 3.11201C14.9079 3.10946 14.8888 3.11837 14.8633 3.15274C14.8188 3.19092 14.7717 3.26347 14.7742 3.35639C14.7831 3.51549 14.8124 3.67969 14.8226 3.84006L14.8353 3.9037C14.8175 3.88334 14.8022 3.86552 14.7933 3.85788C14.4789 3.52695 14.9372 3.80188 14.7322 3.54859C14.5604 3.35766 14.5095 3.29911 14.3631 3.18456C14.2867 3.13874 14.2435 3.04709 14.2193 3.20238C14.2091 3.33857 14.1989 3.49767 14.2066 3.61223C14.2066 3.67587 14.274 3.79679 14.3313 3.86679C14.54 4.12517 14.7539 4.39883 14.9677 4.68394C15.0135 5.26562 15.025 5.79894 15.0695 6.38189C15.0644 6.63136 14.9881 6.96229 14.9168 6.99284C14.9168 6.99284 14.8048 7.05648 14.731 6.98648C14.6762 6.96484 14.4611 6.62627 14.4611 6.62627C14.3504 6.52444 14.2766 6.55372 14.1989 6.62627C13.9825 6.83501 13.8833 7.22704 13.7369 7.49688C13.6987 7.5567 13.5931 7.60889 13.4747 7.49179C13.173 7.07939 13.3474 6.49262 13.3118 6.64409C13.0445 6.94702 13.1616 7.44851 13.2227 7.5567C13.3118 7.7349 13.383 7.84945 13.5536 7.93473C13.7127 8.04928 13.8336 7.97928 13.9024 7.89654C14.0602 7.73362 14.0627 7.31487 14.1366 7.23213C14.1875 7.07939 14.3186 7.10485 14.3822 7.17358C14.4459 7.26268 14.5171 7.31996 14.6075 7.36832C14.7551 7.49815 14.9308 7.52106 15.1039 7.40269C15.2223 7.3365 15.2999 7.24995 15.3686 7.07939C15.445 6.88083 15.4068 5.83712 15.3903 5.25671L15.7212 5.73529C15.767 6.24442 15.7887 6.74719 15.7721 7.22831C15.7619 7.32378 16.1069 6.9432 16.1031 6.76246C16.1031 6.6059 16.1056 6.46207 16.1031 6.3297C16.2724 6.59699 16.434 6.86811 16.5867 7.14431C16.6822 7.09339 16.6504 6.55499 16.5906 6.48244C16.4302 6.2126 16.224 5.9224 16.0649 5.69584C16.0331 5.412 15.9911 5.07724 15.9707 4.97415C15.9414 4.81377 15.9109 4.57321 15.865 4.38356C15.8523 4.31101 15.8141 4.07426 15.8269 4.05262C15.8447 3.99789 15.916 4.05262 15.9503 3.99153C16.0012 3.93425 15.7696 3.32966 15.6512 3.1591C15.6092 3.08273 15.5316 3.10819 15.4374 3.23547C15.3483 3.31693 15.3814 3.50531 15.4145 3.68478C15.501 4.14299 15.5799 4.6063 15.641 5.07215C15.5265 4.90032 15.3865 4.69413 15.249 4.49684L15.2312 4.40774C15.2312 4.39756 15.2134 4.03226 15.1968 3.94571C15.193 3.91007 15.1841 3.89989 15.2223 3.90498C15.2605 3.93807 15.2655 3.93934 15.2897 3.9508C15.3305 3.95589 15.3661 3.8897 15.3406 3.82733L14.9715 3.14765C14.9588 3.1311 14.941 3.11583 14.9206 3.11328L14.927 3.11201ZM3.50977 3.12474C3.43976 3.12219 3.36594 3.16292 3.39521 3.24565C3.37739 3.2902 3.52759 3.4404 3.55432 3.52313C3.57595 3.58295 3.52886 3.77133 3.57977 3.79042C3.62432 3.80951 3.68669 3.65805 3.7096 3.51931C3.72233 3.44294 3.71342 3.18074 3.53522 3.12728C3.52631 3.12474 3.5174 3.12474 3.50722 3.12346L3.50977 3.12474ZM16.518 3.12474C16.5015 3.12728 16.4824 3.15019 16.4544 3.21383C16.3844 3.32839 16.3602 3.53204 16.3882 3.71023C16.5536 4.84305 16.6809 5.94022 16.7064 6.9432C16.6911 7.03994 16.686 7.09085 16.6427 7.21049C16.5435 7.33778 16.434 7.49561 16.3309 7.57198C16.2291 7.64834 16.0101 7.72217 15.9389 7.77817C15.7098 7.908 15.7098 8.05819 15.8931 8.06456C16.2087 8.02637 16.5829 8.00092 16.84 7.61271C16.9088 7.50452 16.9902 7.20922 16.9928 7.02721C17.0182 5.97077 16.98 4.93342 16.8209 4.16845C16.8108 4.09208 16.7777 3.9228 16.7904 3.90116C16.8095 3.8477 16.9126 3.90498 16.9495 3.84515C17.0042 3.78915 16.6822 3.37803 16.5702 3.20238C16.5473 3.1591 16.532 3.12219 16.5142 3.12601L16.518 3.12474ZM13.2049 3.14256C13.1921 3.1451 13.1743 3.16547 13.1387 3.21256C13.0496 3.50022 13.019 3.73442 13.0534 3.91516C13.2825 5.09888 13.5116 6.17442 13.476 7.30086C13.5829 7.30086 13.7076 7.05521 13.7611 6.81083C13.7903 6.47353 13.7407 6.26861 13.7331 6.07259C13.7242 5.87403 13.5091 4.27028 13.4658 4.12136C13.4123 3.83879 13.6745 4.08317 13.6465 3.92025C13.5549 3.71151 13.3283 3.41112 13.2596 3.22911C13.2341 3.18074 13.229 3.13619 13.2087 3.14001L13.2049 3.14256ZM5.1428 3.16547C5.11734 3.17056 5.08807 3.19347 5.07916 3.22911C5.07279 3.25456 5.08934 3.29657 5.06643 3.3093C5.0537 3.32202 5.00533 3.31311 5.00788 3.24565C5.00788 3.22274 4.99133 3.19983 4.98242 3.18583C4.97224 3.18074 4.96588 3.17947 4.94806 3.17947C4.92642 3.17947 4.92642 3.18583 4.91496 3.20492C4.90987 3.22274 4.90223 3.24056 4.90223 3.26093C4.89969 3.28639 4.88951 3.29275 4.87296 3.29657C4.85259 3.29657 4.85641 3.29911 4.84114 3.28766C4.82841 3.27875 4.81823 3.27493 4.81823 3.25711C4.81823 3.23802 4.81314 3.2062 4.80804 3.19601C4.79914 3.18329 4.78513 3.1782 4.76986 3.17438C4.68585 3.17438 4.68076 3.27366 4.68458 3.3093C4.67822 3.31693 4.67567 3.48749 4.79023 3.53586C4.94296 3.60968 5.23317 3.57786 5.22299 3.32966C5.22299 3.30802 5.21662 3.2342 5.21408 3.21511C5.1988 3.17692 5.16953 3.16419 5.14152 3.16801L5.1428 3.16547ZM7.21241 3.16801C7.15895 3.17056 7.11058 3.18583 7.0724 3.2062C6.97057 3.3042 6.94511 3.46076 7.02657 3.55877C7.10294 3.59695 7.18313 3.67332 7.13095 3.71787C6.90947 3.95334 6.33289 4.34919 6.30361 4.42174V4.42938H6.3087V4.43192C6.33798 4.45102 6.69946 4.45102 6.73892 4.43192H6.74146C6.8662 4.38483 7.45424 3.71278 7.45424 3.71278C7.42369 3.68732 7.39569 3.66696 7.36514 3.64023C7.33205 3.61223 7.33587 3.58423 7.36514 3.55622C7.51025 3.47222 7.46442 3.28511 7.38805 3.19983C7.32441 3.17183 7.26586 3.16165 7.21241 3.16547V3.16801ZM12.6219 3.16801C12.6066 3.17183 12.5875 3.19347 12.5583 3.25711C12.4883 3.37166 12.4412 3.56895 12.4475 3.75351C12.5977 4.79722 12.6435 5.70984 12.7428 6.75355C12.7505 6.85538 12.7352 7.00048 12.669 7.05903C12.4195 7.31868 12.0619 7.63689 11.6724 7.78454C11.6304 7.83163 11.7767 8.03146 11.9651 8.03146C12.2808 7.99328 12.5583 7.81763 12.8179 7.3505C12.8854 7.24231 13.0063 7.00939 13.0088 6.82865C13.0343 5.76966 12.9579 4.94487 12.7975 4.18118C12.7886 4.10481 12.795 4.01571 12.8077 3.99535C12.8281 3.96989 12.8968 3.99535 12.935 3.93552C12.9885 3.87952 12.7899 3.42258 12.6779 3.2482C12.655 3.20365 12.6423 3.16674 12.6219 3.16801ZM4.24164 3.20238C4.19836 3.20747 4.15763 3.24056 4.13727 3.29148C4.1309 3.45694 4.12963 3.62241 4.15 3.77769C4.22637 4.04881 4.248 4.28682 4.28492 4.56302C4.29764 4.93469 4.07108 4.7234 4.08126 4.54011C4.13218 4.30082 4.11945 3.92534 4.07363 3.82988C4.03544 3.73442 3.99471 3.71151 3.90561 3.72805C3.83561 3.72296 3.6536 3.91898 3.60268 4.24991C3.60268 4.24991 3.55941 4.41792 3.54159 4.56812C3.51613 4.7374 3.40412 4.85832 3.32521 4.54521C3.25775 4.3161 3.21702 3.75606 3.10374 3.88588C3.07064 4.32373 3.03246 5.09506 3.40412 5.17398C3.8547 5.21726 3.60523 4.41283 3.76815 4.26646C3.79997 4.19645 3.85725 4.19518 3.86107 4.28555V4.96906C3.85597 5.19053 4.00108 5.25671 4.11563 5.30253C4.234 5.29362 4.31164 5.29744 4.35747 5.412L4.41474 6.59572C4.41474 6.59572 4.68713 6.67209 4.69985 5.93004C4.71258 5.49346 4.61076 5.12816 4.67058 5.04288C4.67313 4.95887 4.78004 4.95378 4.85387 4.99578C4.97224 5.07852 5.02442 5.18034 5.20771 5.13961C5.48773 5.06324 5.6532 4.92832 5.65702 4.71449C5.64429 4.51084 5.61883 4.30719 5.52974 4.10354C5.54246 4.0679 5.47882 3.97244 5.49155 3.93552C5.53992 4.01189 5.61629 4.0068 5.63156 3.93552C5.58574 3.77897 5.51192 3.63005 5.39227 3.56641C5.29426 3.47731 5.15043 3.4964 5.09698 3.67714C5.07152 3.88588 5.17334 4.13281 5.32608 4.33519C5.35663 4.4141 5.40245 4.54521 5.38209 4.66358C5.3019 4.7094 5.22171 4.68903 5.15298 4.61903C5.15298 4.61903 4.93278 4.45356 4.93278 4.41538C4.9926 4.0399 4.94551 3.99535 4.91369 3.89352C4.89078 3.74842 4.82205 3.7026 4.76731 3.60332C4.71131 3.5435 4.63621 3.5435 4.60185 3.60332C4.50257 3.7726 4.54839 4.1379 4.61967 4.29955C4.67058 4.44974 4.7495 4.54393 4.71258 4.54393C4.68204 4.62667 4.61839 4.60757 4.57257 4.50957C4.50893 4.30592 4.49366 4.00553 4.49366 3.86934C4.47457 3.70133 4.45293 3.34112 4.34092 3.24947C4.31164 3.20874 4.27728 3.19474 4.24291 3.19856L4.24164 3.20238ZM5.82248 3.20238C5.80085 3.20747 5.77539 3.2202 5.74611 3.22784C5.65065 3.25711 5.56156 3.33984 5.58956 3.50022C5.70411 4.18754 5.77666 4.71322 5.88994 5.40054C5.90649 5.482 5.83903 5.58765 5.75248 5.57874C5.60483 5.47691 5.56792 5.27326 5.3159 5.28344C5.13261 5.28344 4.92387 5.48455 4.89842 5.67547C4.86787 5.82821 4.85769 5.99368 4.89842 6.12605C5.0257 6.27879 5.18098 6.26351 5.3159 6.22788C5.42664 6.18333 5.51955 6.07514 5.55774 6.10059C5.58319 6.1426 5.55519 6.50026 5.03588 6.77519C4.71513 6.92029 4.46056 6.95338 4.3231 6.69373C4.23909 6.53081 4.33074 5.90967 4.12199 6.05223C3.5034 7.6458 5.56919 7.86727 5.79957 6.11841C5.81485 6.0675 5.8594 6.01913 5.89249 6.03186C5.90522 6.03823 5.91795 6.05732 5.92304 6.09296C5.87467 7.67635 4.32437 7.78581 4.06217 7.28686C3.99598 7.16976 3.97689 6.90756 3.97053 6.75228C3.9578 6.65682 3.93489 6.60209 3.90689 6.58045C3.84325 6.53335 3.75924 6.65682 3.74142 6.86938C3.71596 7.04121 3.72233 7.0883 3.72233 7.25377C3.80633 8.50495 5.80085 7.96655 6.12542 6.93556C6.28579 6.40098 6.1216 5.9975 6.17633 5.94786L6.18015 5.94531H6.18397L6.19033 5.94276C6.38889 6.1566 6.66637 5.96822 6.72746 5.89567C6.75292 5.85749 6.8191 5.83203 6.86493 5.88294C7.01766 5.9924 7.29005 5.94022 7.34605 5.74293C7.37914 5.55201 7.40715 5.35599 7.41351 5.15107C7.31169 5.18289 7.23023 5.2058 7.19713 5.24017C7.1895 5.24908 7.1844 5.25926 7.18186 5.26944L7.1564 5.43873C7.1564 5.44509 7.15386 5.44891 7.15131 5.45145C7.14749 5.46036 7.13858 5.46673 7.13349 5.47055C7.09785 5.48964 7.03548 5.47946 7.03166 5.42727C6.98457 5.21089 6.78728 5.18289 6.66764 5.52019C6.58745 5.58383 6.43853 5.59656 6.4258 5.49982C6.44489 5.27326 6.35325 5.24271 6.17124 5.34963L5.99559 4.02589C6.07196 4.02208 6.14069 4.07681 6.21197 3.99026C6.1356 3.75606 5.9765 3.28002 5.88613 3.2342H5.88358L5.87085 3.22147C5.87085 3.21893 5.86703 3.21765 5.86449 3.21638L5.8594 3.20874C5.8543 3.20874 5.84921 3.2062 5.84667 3.20492C5.83776 3.20238 5.83139 3.20238 5.82248 3.20238ZM11.9855 3.20747C11.9066 3.20492 11.82 3.25456 11.8531 3.35384C11.8327 3.40858 12.0224 3.59186 12.0529 3.69114C12.1077 3.84388 12.0109 3.9928 12.0682 4.01444C12.1217 4.03735 12.1955 3.85534 12.221 3.68605C12.2541 3.54859 12.1573 3.26857 12.0173 3.21129L11.9855 3.20874V3.20747ZM7.18313 3.37421C7.21877 3.37166 7.26205 3.40476 7.28496 3.45058C7.30659 3.50149 7.29514 3.54859 7.2595 3.5575C7.22132 3.56641 7.17295 3.53458 7.15004 3.48367C7.12713 3.43276 7.13731 3.38567 7.17549 3.37676H7.18313V3.37421ZM16.0891 3.60586C16.0165 3.60332 15.9363 3.65678 15.9694 3.76497C15.9516 3.82352 16.1222 4.02208 16.1514 4.13154C16.1769 4.20791 16.1132 4.45738 16.1642 4.48029C16.2125 4.50575 16.2787 4.30719 16.3042 4.1239C16.3194 4.02208 16.2456 3.67205 16.1196 3.60968C16.1107 3.60714 16.1005 3.60459 16.0903 3.60459L16.0891 3.60586ZM11.1632 3.72805C11.1722 3.75733 11.1785 3.7866 11.1823 3.81715C11.1976 3.88079 11.2103 3.94443 11.2231 4.01062C11.1671 3.93171 11.1212 3.86806 11.0996 3.84515C10.9723 3.69242 11.1021 3.74587 11.1632 3.72805ZM12.2999 4.28555C12.2719 4.29064 12.2451 4.31482 12.2362 4.35301C12.2286 4.37592 12.2464 4.41665 12.2235 4.42938C12.2108 4.44211 12.1599 4.43447 12.1637 4.36574C12.1637 4.34283 12.1471 4.31864 12.1382 4.30592C12.128 4.29955 12.1217 4.29701 12.1039 4.29701C12.0822 4.29701 12.0822 4.30337 12.0708 4.32246C12.0657 4.34028 12.058 4.3581 12.058 4.37974C12.058 4.40519 12.0479 4.41283 12.03 4.41792C12.0097 4.41792 12.0135 4.41792 11.9969 4.40901C11.9868 4.39629 11.9753 4.39374 11.9753 4.37592C11.9753 4.35683 11.9715 4.32755 11.9651 4.31483C11.9562 4.3021 11.9435 4.29828 11.9269 4.29319C11.8442 4.29319 11.8378 4.38992 11.8429 4.42556C11.8378 4.4332 11.834 4.6063 11.9486 4.65467C12.1039 4.72722 12.3941 4.69285 12.3813 4.44593C12.3813 4.42429 12.375 4.35046 12.3737 4.33137C12.3572 4.29319 12.3279 4.28046 12.3011 4.28428L12.2999 4.28555ZM7.11949 4.33646C7.10167 4.33646 7.07621 4.34155 7.04694 4.35937C6.91075 4.4332 6.85856 4.65212 6.94511 4.7794C7.02148 4.89396 7.14876 4.85196 7.16531 4.85196C7.29896 4.86978 7.37787 4.60248 7.37787 4.60248C7.37787 4.60248 7.38169 4.52611 7.22513 4.66867C7.1564 4.6814 7.14876 4.65594 7.13095 4.61776C7.11567 4.5503 7.11822 4.47775 7.15004 4.41029C7.16531 4.36828 7.15004 4.34155 7.11949 4.33901V4.33646ZM14.442 4.37083C14.3657 4.36701 14.2855 4.41665 14.2638 4.51975C14.2638 4.58084 14.2918 4.61394 14.2867 4.66994C14.2804 4.70176 14.2486 4.72085 14.1696 4.68522C14.1824 4.67249 14.1187 4.58594 14.1187 4.58594C14.0589 4.54775 13.9787 4.58594 13.9253 4.62157C13.896 4.67503 13.8744 4.7654 13.9074 4.85705C13.994 5.0187 14.2931 5.29362 14.4357 5.29617C14.4382 5.15107 14.4522 4.9576 14.4611 4.83795C14.4637 4.79213 14.4739 4.74249 14.5184 4.73104C14.5617 4.71831 14.6368 4.77431 14.6368 4.72722C14.6291 4.63558 14.6113 4.49811 14.5604 4.43447C14.5324 4.39629 14.4879 4.37337 14.4433 4.37083H14.442ZM8.37958 4.87614L8.37576 4.87996C8.37576 4.87996 8.37322 4.87996 8.37195 4.8825C8.35667 4.89523 8.33885 4.92069 8.2994 4.94614C8.23194 5.02251 8.22048 5.07724 8.22303 5.22998C8.22812 5.24653 8.35031 5.59019 8.45595 5.83076C8.52723 6.0815 8.59214 6.36916 8.54505 6.64027C8.37958 6.99921 8.04865 7.32123 7.72662 7.49688C7.56116 7.54779 7.42115 7.52997 7.38296 7.49433C7.28877 7.43069 7.2875 7.31614 7.29387 7.29832V7.2945C7.5637 7.10612 7.873 6.95338 8.11484 6.44553C8.18611 6.25079 8.20902 6.13369 8.13775 5.83457C8.10974 5.72002 8.07411 5.63092 7.99774 5.54946H8.00028C8.0461 5.52782 8.16575 5.61565 8.18484 5.56219C8.15557 5.41709 8.05756 5.22489 7.94937 5.12561C7.85263 5.03651 7.74572 5.0276 7.65917 5.10779C7.55989 5.1638 7.53952 5.36236 7.58662 5.53546C7.64007 5.66529 7.7839 5.6882 7.88573 5.95167C7.88827 5.96949 7.92009 6.14896 7.86918 6.22278C7.82591 6.35261 7.29005 6.77519 7.25186 6.80065L7.24804 6.80319L7.2455 6.80574H7.24295H7.24041V6.80192C7.23786 6.79174 7.24041 6.76373 7.24041 6.72173C7.23659 6.64282 7.26968 6.46335 7.26586 6.43153V6.42898C7.08767 6.54354 7.02785 6.89356 6.99603 6.99793C6.54672 7.30723 6.03759 7.53761 5.74357 7.85072C5.59083 8.09256 6.79747 7.57834 6.93748 7.51597L6.94129 7.51979C6.9693 7.54906 6.97057 7.65089 7.05076 7.74381C7.17804 7.91309 7.44279 8.01746 7.70244 7.95255C8.13775 7.79599 8.38977 7.49942 8.64433 7.16976C8.67997 7.11885 8.73725 7.07557 8.7907 7.11631C8.96508 7.50833 9.47166 7.78836 10.1246 7.81636C10.2774 7.63307 10.2048 7.5427 10.1437 7.50452C10.1246 7.49179 9.81914 7.37214 9.77078 7.25377C9.7415 7.14431 9.81405 7.0463 9.95916 6.97375C10.3792 6.92284 10.7916 6.86556 11.1912 6.737C11.1951 6.60209 11.274 6.40225 11.3274 6.31443C11.3656 6.25461 11.3873 6.24824 11.3962 6.2406V6.23806H11.3987V6.23424V6.22151L11.33 6.18078L9.9897 6.17569C9.97316 6.16933 9.9617 6.16296 9.95406 6.1566L9.95152 6.15278C9.95152 6.15278 9.94897 6.15278 9.94897 6.15023C9.94897 6.14769 9.94643 6.14769 9.94643 6.14769V6.14641V6.14387V6.14132L9.94897 6.13751C9.95534 6.12987 9.97188 6.12096 9.99098 6.11205C10.3117 6.07005 10.8794 5.97713 10.9176 5.43109C10.9112 5.14598 10.7954 4.96015 10.4466 4.90923C10.1895 4.92833 10.0062 5.17653 10.0355 5.44891C10.0228 5.52146 10.061 5.66529 9.98461 5.68184C9.4933 5.72766 8.95617 6.03568 8.93835 6.25715H8.93581H8.93326H8.93071C8.93071 6.2597 8.9269 6.2597 8.9269 6.2597H8.9218H8.91926H8.91417C8.88235 6.24951 8.84162 6.19606 8.84798 6.1235C8.82889 5.74166 8.70415 5.3089 8.51068 4.97796C8.44068 4.90796 8.40886 4.87996 8.39104 4.87614H8.38722H8.3834H8.37958ZM9.66259 5.07725C9.63713 5.08234 9.60786 5.10525 9.59895 5.14343C9.59258 5.16889 9.61167 5.20962 9.58876 5.22235C9.57604 5.23507 9.52512 5.22744 9.52767 5.15871C9.52767 5.13707 9.51112 5.11288 9.50221 5.09888C9.49203 5.09252 9.48567 5.09125 9.46912 5.09125C9.44748 5.09125 9.44621 5.09634 9.43475 5.11416C9.42839 5.13198 9.42202 5.15234 9.42202 5.17143C9.41948 5.19689 9.4093 5.20453 9.39275 5.20707C9.37238 5.20707 9.37748 5.21089 9.36093 5.20071C9.35075 5.19053 9.33802 5.18544 9.33802 5.16762C9.33802 5.14852 9.3342 5.1167 9.32911 5.10397C9.3202 5.09506 9.3062 5.09125 9.29092 5.08615C9.20564 5.08615 9.20183 5.18162 9.20564 5.21853C9.19928 5.22489 9.19546 5.39672 9.31002 5.44509C9.46275 5.51891 9.83187 5.47564 9.74278 5.23762C9.74278 5.21598 9.73641 5.14216 9.73514 5.12307C9.71859 5.08488 9.68932 5.07215 9.66131 5.07597L9.66259 5.07725ZM14.8366 5.28981H14.8239C14.8239 5.28981 14.1086 5.79893 14.092 5.81675C14.0207 5.8804 14.0564 6.10059 14.092 6.07514C14.1429 6.09423 14.8621 5.60674 14.8481 5.54946C14.8799 5.55201 14.8952 5.29872 14.8353 5.28853L14.8366 5.28981ZM10.3385 5.36618C10.3665 5.36236 10.4046 5.37254 10.4403 5.39163C10.495 5.42473 10.5294 5.47055 10.523 5.50619V5.51128C10.5205 5.51128 10.5205 5.51128 10.5205 5.51382V5.51637C10.5205 5.51637 10.5179 5.51637 10.5179 5.51891C10.5179 5.52146 10.5141 5.52401 10.5116 5.52655C10.4861 5.55201 10.4276 5.54692 10.3715 5.51382C10.3181 5.48455 10.2863 5.43745 10.2888 5.40436V5.40054L10.2952 5.38781C10.2952 5.38781 10.2952 5.38527 10.2977 5.38399L10.3041 5.37636C10.313 5.36999 10.3245 5.36363 10.3385 5.36363V5.36618ZM4.07872 5.49346C3.7096 5.50109 3.16611 5.97968 3.1521 6.24442L4.3231 5.68438C4.25946 5.58765 4.31928 5.50109 4.07872 5.49346ZM5.27899 5.65892C5.31463 5.66147 5.35281 5.67929 5.37318 5.7302C5.391 5.7773 5.37318 5.82566 5.35154 5.84985V5.85367C5.33372 5.87403 5.28026 5.86639 5.2408 5.86639C5.19371 5.86385 5.1708 5.85621 5.1428 5.81803C5.12752 5.77348 5.16825 5.73148 5.18735 5.70093L5.19626 5.6882C5.20898 5.67547 5.23444 5.66529 5.2599 5.66274L5.27644 5.6602L5.27899 5.65892ZM14.6979 5.80784C14.6304 5.81548 14.568 5.87785 14.596 5.97713C14.5782 6.03568 14.6851 6.2406 14.7144 6.34879C14.7399 6.42516 14.6813 6.64536 14.7335 6.667C14.7819 6.69246 14.9079 6.53972 14.9041 6.3437C14.9168 6.24188 14.8684 5.87276 14.7424 5.81166C14.7271 5.80784 14.7131 5.80657 14.6979 5.80784ZM6.69946 6.16933C6.64091 6.17314 6.58872 6.20369 6.61291 6.28643C6.60909 6.34498 6.77837 6.41753 6.78728 6.55372C6.81019 6.61227 6.7491 6.79555 6.80001 6.81083C6.84583 6.82992 6.90947 6.68355 6.93366 6.55117C6.94639 6.47735 6.87511 6.22024 6.75546 6.17314C6.73637 6.16805 6.71728 6.16678 6.69819 6.16805L6.69946 6.16933ZM9.09236 6.49517H9.10764C9.25783 6.5359 9.47676 6.54099 9.66768 6.55881C9.82424 6.57154 9.9006 6.69118 9.75678 6.74337C9.61167 6.79174 9.47294 6.83247 9.47294 7.03866C9.49076 7.14049 9.48567 7.19395 9.47039 7.21686C9.47039 7.22068 9.4653 7.22449 9.4653 7.22449C9.4653 7.22449 9.4653 7.22704 9.46275 7.22704V7.22959H9.45894L9.45003 7.2334H9.44366C9.4093 7.23977 9.35966 7.20795 9.32274 7.18758C9.23365 7.12394 8.98545 6.9712 8.94981 6.64027C8.94472 6.5639 9.00072 6.50026 9.08982 6.4939L9.09236 6.49517ZM3.24502 6.74973C3.23611 6.74973 3.21956 6.77773 3.19411 6.80956C2.97264 7.15958 2.95227 7.68271 3.07446 7.84054C3.1381 7.91309 3.24502 7.94619 3.32393 7.92327C3.46395 7.86345 3.52377 7.58216 3.4894 7.48033C3.44485 7.40778 3.40794 7.39633 3.36212 7.45742C3.26411 7.65471 3.22211 7.51852 3.21574 7.40651C3.20047 7.19904 3.22084 7.00557 3.24375 6.85283C3.25648 6.77646 3.25648 6.74719 3.24375 6.74719L3.24502 6.74973ZM10.7509 7.21049C10.7343 7.21049 10.7178 7.21304 10.6999 7.22322C10.6961 7.22322 10.5421 7.32505 10.4925 7.39887C10.4619 7.42178 10.467 7.44088 10.4746 7.48161C10.4976 7.53634 10.5383 7.51979 10.5867 7.49433C10.6503 7.48415 10.6796 7.52615 10.6758 7.60125C10.6465 7.69671 10.6885 7.73108 10.6885 7.73744C10.6885 7.74253 10.7483 7.79472 10.8196 7.75399C10.9685 7.69671 11.0614 7.63943 11.2714 7.59489C11.3262 7.59489 11.3223 7.44724 11.2358 7.44215C11.1212 7.44724 11.0194 7.45488 10.9049 7.54397C10.8349 7.55925 10.8234 7.51597 10.8069 7.47779C10.789 7.3836 10.8476 7.31741 10.8349 7.24613C10.8374 7.24995 10.7992 7.21559 10.7496 7.21304L10.7509 7.21049ZM15.557 7.38869L15.4552 7.39887C15.4094 7.40778 15.3941 7.42815 15.3852 7.48415C15.389 7.56688 15.4399 7.56307 15.4934 7.59616C15.5239 7.63434 15.5443 7.66998 15.4908 7.73617C15.4399 7.78072 15.4056 7.80617 15.3546 7.85072C15.333 7.89145 15.3165 7.95255 15.3903 7.97291C15.5239 8.0111 15.8332 7.80999 15.8332 7.80745C15.8841 7.76926 15.8663 7.69671 15.8625 7.69671C15.832 7.66362 15.7658 7.68398 15.7225 7.67762C15.7009 7.67762 15.6334 7.66744 15.6639 7.60634C15.6919 7.56816 15.7021 7.54652 15.7212 7.49942C15.7403 7.4536 15.7212 7.42306 15.6474 7.3976C15.6092 7.38996 15.5838 7.38742 15.5545 7.38869H15.557Z", fill: "white" }), s("path", { key: "9b226ba43035631e699614cb6c3a9ea6c1e552e7", d: "M15.5155 9.87303H15.3286L14.2068 9.87303V9.61983C14.2068 9.47992 14.1231 9.36664 14.0198 9.36664C13.9166 9.36664 13.8328 9.47985 13.8328 9.61983V9.87303L3.92358 9.87303C4.29749 10.3793 5.04535 10.6326 5.60629 10.6326C6.00856 10.6326 11.0265 10.6326 13.8328 10.6326V11.1389C13.8328 11.2788 13.9166 11.3921 14.0198 11.3921H15.5155C15.8249 11.3921 16.0765 11.0514 16.0765 10.6325C16.0765 10.2137 15.8249 9.87303 15.5155 9.87303ZM15.5155 10.8857L14.2067 10.8857V10.6325C15.1078 10.6325 15.7025 10.6325 15.7025 10.6325L15.6689 10.4963C15.6883 10.5361 15.7025 10.5812 15.7025 10.6325C15.7025 10.7723 15.6186 10.8857 15.5155 10.8857Z", fill: "white" }))), s("p", { key: "f16a164350fa32227d283e8700770b24289228a2" }, e ? "موقع حكومي رسمي تابع لحكومة المملكة العربية السعودية" : "An Official website of the Kingdom of Saudi Arabia"), s("a", { key: "ef2d80c7112662b3c23c51857266af220489b7d7", class: "digital_link" }, e ? "كيف تتحقق" : "How you know?", s("div", { key: "53b9e8eed9a08b0680e7b5237c2579b282d03e0b", class: "digital_link_icon" }, s("dga-icon", { key: "405809af63442d49a3c1de81907499656f7819b8", icon: this.isOpen ? "arrow-up-01" : "arrow-down-01", size: 20, variant: "stroke", type: "rounded", color: "#067647" })))), this.isOpen && s("div", { key: "5081b55fdac9807ab93ab0ce5353d539e30a80f0", class: "digital_content" }, s("div", { key: "df6128ff4f2a631899569c722dcdead16cb5bb17", class: "digital_content_container" }, o.map((r, t) => s("div", { class: "digital_content_item", key: t }, s("div", { class: "digital_content_item_icon" }, s("dga-icon", { icon: r.icon, size: 20, variant: "stroke", type: "rounded", color: "#067647" })), s("div", { class: "digital_content_item_content" }, s("h2", null, r.heading, s("span", null, " ", r.colorHeading), " ", r.extra), s("p", null, r.desc))))), s("div", { key: "a030aebc20d32a6870dc5931cc83fa883ba058c6", class: "digital_more_content" }, s("div", { key: "ae9f398ccadf26a0842ecb466852e05a29917f5d", class: "digital_more_content_icon" }, s("svg", { key: "0e12d0c04306575ed446df8f3915c2556695ffff", width: "21", height: "31", viewBox: "0 0 21 31", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, s("path", { key: "519c8831da3214e68e7ef15b2bf212a5ccf37a94", d: "M11.3549 15.0182C11.1993 15.1314 11.1003 15.3152 11.1003 15.5132V20.5334C11.1003 20.8728 11.369 21.1415 11.7084 21.1415C12.0478 21.1415 12.3165 20.8728 12.3165 20.5334V15.8243L17.6478 12.091C17.8317 12.1899 18.0297 12.2324 18.2559 12.2324C18.9771 12.2324 19.5711 11.6526 19.5711 10.9172C19.5711 10.196 18.9913 9.60205 18.2559 9.60205C17.5347 9.60205 16.9408 10.1819 16.9408 10.9172C16.9408 10.9738 16.9408 11.0303 16.9549 11.0728L11.3549 15.0182Z", fill: "url(#paint0_linear_19848_20660)" }), s("path", { key: "e8def6bccca66db721450af10dc80505ff5a2a77", d: "M7.57914 13.6889V18.695C7.1549 18.9213 6.87207 19.3455 6.87207 19.8546C6.87207 20.5758 7.45187 21.1697 8.18723 21.1697C8.90844 21.1697 9.50238 20.5899 9.50238 19.8546C9.50238 19.3455 9.21955 18.9071 8.79531 18.695V14.0142L16.6862 8.49898C16.8418 8.38585 16.9408 8.20201 16.9408 8.00403V4.27068C16.9408 3.93129 16.6721 3.6626 16.3327 3.6626C15.9933 3.6626 15.7246 3.93129 15.7246 4.27068V7.67878L7.83369 13.194C7.66399 13.2929 7.565 13.4768 7.57914 13.6889Z", fill: "url(#paint1_linear_19848_20660)" }), s("path", { key: "3adf275165010f560ba3fbdf7f5af6d83439d31e", d: "M17.0256 15.3576L15.0175 16.7718C14.7347 16.9697 14.6781 17.3374 14.8761 17.6203C14.9893 17.79 15.1872 17.8748 15.3711 17.8748C15.4983 17.8748 15.6115 17.8465 15.7246 17.7617L17.7327 16.3475C18.0155 16.1495 18.0721 15.7819 17.8741 15.499C17.6903 15.2303 17.3085 15.1596 17.0256 15.3576Z", fill: "url(#paint2_linear_19848_20660)" }), s("path", { key: "0b89efba12fa7442fec9de07e443263678801c39", d: "M20.8721 18.9071C20.6741 18.6243 20.2923 18.5536 20.0095 18.7516L10.4923 25.4122L0.975051 18.7516C0.692222 18.5536 0.310397 18.6243 0.112416 18.9071C-0.0855647 19.19 -0.0148521 19.5718 0.267977 19.7698L9.41751 26.1759L6.74477 28.0567C6.56093 27.9577 6.34881 27.9153 6.13669 27.9153C5.40133 27.9153 4.80739 28.5092 4.80739 29.2446C4.80739 29.9799 5.40133 30.5738 6.13669 30.5738C6.87205 30.5738 7.46598 29.9799 7.46598 29.2446C7.46598 29.188 7.46599 29.1314 7.45185 29.0749L10.5064 26.9395L13.561 29.0749C13.561 29.1314 13.5468 29.188 13.5468 29.2446C13.5468 29.9799 14.1408 30.5738 14.8761 30.5738C15.6115 30.5738 16.2054 29.9799 16.2054 29.2446C16.2054 28.5092 15.6115 27.9153 14.8761 27.9153C14.6499 27.9153 14.4519 27.9718 14.268 28.0567L11.5953 26.1759L20.7448 19.7698C20.9994 19.5718 21.0701 19.19 20.8721 18.9071Z", fill: "url(#paint3_linear_19848_20660)" }), s("path", { key: "d15ea624891f6eae49abefc74b9daaca9295e466", d: "M3.95886 4.46872L5.96695 3.05457C6.24978 2.85659 6.30635 2.48891 6.10837 2.20608C5.99524 2.03639 5.79726 1.95154 5.61342 1.95154C5.48614 1.95154 5.37301 1.97982 5.25988 2.06467L3.25179 3.47882C2.96896 3.6768 2.91239 4.04447 3.11037 4.3273C3.29421 4.59599 3.67603 4.6667 3.95886 4.46872Z", fill: "url(#paint4_linear_19848_20660)" }), s("path", { key: "043048ca00975eef06d951695f7a04ab494488f4", d: "M12.1892 2.47476V5.82629L4.29825 11.3415C4.14269 11.4546 4.0437 11.6384 4.0437 11.8364V15.5698C4.0437 15.9092 4.31239 16.1778 4.65178 16.1778C4.99118 16.1778 5.25986 15.9092 5.25986 15.5698V12.1617L13.1508 6.64649C13.3064 6.53336 13.4054 6.34952 13.4054 6.15154V2.47476C13.8296 2.24849 14.1124 1.82425 14.1124 1.31516C14.1124 0.593945 13.5326 0 12.7973 0C12.0761 0 11.4821 0.579803 11.4821 1.31516C11.4963 1.81011 11.7791 2.24849 12.1892 2.47476Z", fill: "url(#paint5_linear_19848_20660)" }), s("path", { key: "9f950f8871d0f4bde1be3acff13b7b5d89f0c48c", d: "M2.71445 10.196C3.43566 10.196 4.0296 9.61623 4.0296 8.88087C4.0296 8.8243 4.02961 8.76774 4.01547 8.72531L9.61549 4.80812C9.77104 4.69499 9.87003 4.51115 9.87003 4.31317V0.622242C9.87003 0.282846 9.60135 0.0141602 9.26195 0.0141602C8.92255 0.0141602 8.65387 0.282846 8.65387 0.622242V4.00206L3.32253 7.72127C3.13869 7.62228 2.94071 7.57985 2.71445 7.57985C1.99323 7.57985 1.39929 8.15965 1.39929 8.89501C1.41343 9.61622 1.99323 10.196 2.71445 10.196Z", fill: "url(#paint6_linear_19848_20660)" }), s("defs", { key: "5cc85499023f944e6c68825104fc9019c1c97883" }, s("linearGradient", { key: "79bd0263e5458283862b66afb66f792a557e23b0", id: "paint0_linear_19848_20660", x1: "15.3387", y1: "3.95793", x2: "15.3387", y2: "27.7715", gradientUnits: "userSpaceOnUse" }, s("stop", { key: "988c1570660b79f71062d0105e4af059179531cb", "stop-color": "#00ABAF" }), s("stop", { key: "a6be8d6de8ac6f6c940fe3b2e9a3eeb5c4cdd190", offset: "0.24", "stop-color": "#0093B4" }), s("stop", { key: "029ebc0fd949f6c74b6b0b35b4668c7655517475", offset: "0.48", "stop-color": "#0080BA" }), s("stop", { key: "47d155f3742b9d0b3aea478ae6c6e2775d7283ee", offset: "1", "stop-color": "#774896" })), s("linearGradient", { key: "cc6a3b8a827160c72c68c30d439ad6da7cfde7d0", id: "paint1_linear_19848_20660", x1: "11.9055", y1: "3.9579", x2: "11.9055", y2: "27.7715", gradientUnits: "userSpaceOnUse" }, s("stop", { key: "7daef352bea764752099eb900c931eb0e208ec37", "stop-color": "#00ABAF" }), s("stop", { key: "957856a61733aa4ee73d6770a11d9fa938bb2540", offset: "0.24", "stop-color": "#0093B4" }), s("stop", { key: "953ec2eac01c3666f4ed8fc90d7e4ce423a83ff2", offset: "0.48", "stop-color": "#0080BA" }), s("stop", { key: "a5c4e4a0a973c745498d7a4b851856d89b98f45b", offset: "1", "stop-color": "#774896" })), s("linearGradient", { key: "4e212ebf81c75cad8ddfd9ba3d21ef1c8c0b98eb", id: "paint2_linear_19848_20660", x1: "16.3733", y1: "3.95793", x2: "16.3733", y2: "27.7715", gradientUnits: "userSpaceOnUse" }, s("stop", { key: "4b3a34ca3cb16d04bf0c7d4c5876a701d2d25353", "stop-color": "#00ABAF" }), s("stop", { key: "2d9b7d7e8f053b4233134acd4df812919b34360f", offset: "0.24", "stop-color": "#0093B4" }), s("stop", { key: "8c2f3b44bb7b5dd95fa760648baf9ac8b9b1bf0c", offset: "0.48", "stop-color": "#0080BA" }), s("stop", { key: "64f07fbbcf916ca1ea90af3394c288a296ba1fdd", offset: "1", "stop-color": "#774896" })), s("linearGradient", { key: "ffa8268694ceeb44ac6c37a8f69b6ba163f20c47", id: "paint3_linear_19848_20660", x1: "10.4915", y1: "3.95793", x2: "10.4915", y2: "27.7715", gradientUnits: "userSpaceOnUse" }, s("stop", { key: "a0064d102c35a22b44861aa9e9306f2bee8866a4", "stop-color": "#29B2B2" }), s("stop", { key: "be1c95d9eb2ad97183eb4e5e4bcc52fd1b3e14ac", offset: "0.27", "stop-color": "#1091B3" }), s("stop", { key: "bb463adeab00d2c563888c900491db099c15988e", offset: "0.48", "stop-color": "#017EB5" }), s("stop", { key: "77487c9cfe557ea78de94f6ceb6546958aafdbbb", offset: "1", "stop-color": "#704B98" })), s("linearGradient", { key: "de5321991d330283974174517ee783662b3a13b1", id: "paint4_linear_19848_20660", x1: "4.60961", y1: "3.95796", x2: "4.60961", y2: "27.7715", gradientUnits: "userSpaceOnUse" }, s("stop", { key: "bfa5828cd1c75adf8539b1585298087dd2b67d50", "stop-color": "#00ABAF" }), s("stop", { key: "d2caba96bb6499c5ee5070adfe70349fc54333a4", offset: "0.24", "stop-color": "#0093B4" }), s("stop", { key: "482be9e6b09266155cec50e12a2e2aa4980c74cd", offset: "0.48", "stop-color": "#0080BA" }), s("stop", { key: "67ddfca850c3abfb22498386cf3cc7e61516eaad", offset: "1", "stop-color": "#774896" })), s("linearGradient", { key: "b88597802da42cd20d88e7fa469c1354cc797b6b", id: "paint5_linear_19848_20660", x1: "9.07917", y1: "3.95794", x2: "9.07917", y2: "27.7715", gradientUnits: "userSpaceOnUse" }, s("stop", { key: "ea708e7397b37e69497d73d68f981167771d8993", "stop-color": "#00ABAF" }), s("stop", { key: "a4d4d441dae09600b0ca94e70016e279037eec93", offset: "0.24", "stop-color": "#0093B4" }), s("stop", { key: "9c29af412ffa88f81b7fd6854ba20fdacb3fd174", offset: "0.48", "stop-color": "#0080BA" }), s("stop", { key: "dc262dfc764c2bcf51a35806b44bb207a2dd8835", offset: "1", "stop-color": "#774896" })), s("linearGradient", { key: "078f7dd82a4e0750f02eb46b270289ce894f3953", id: "paint6_linear_19848_20660", x1: "5.64428", y1: "3.95796", x2: "5.64428", y2: "27.7715", gradientUnits: "userSpaceOnUse" }, s("stop", { key: "d30112ac1f82895dfd8bc987a582aaf3d1fc1d8a", "stop-color": "#00ABAF" }), s("stop", { key: "25bd740636e0838bd1186e9f8ddc997fb8141464", offset: "0.24", "stop-color": "#0093B4" }), s("stop", { key: "473de36e88b451a627b1f0218c46a603c5729449", offset: "0.48", "stop-color": "#0080BA" }), s("stop", { key: "f6c0bba0f745f96e9722946836265560ddd9b44e", offset: "1", "stop-color": "#774896" }))))), s("div", { key: "6406f031ecf0268c103769a59e3279943f95ccb6", class: "digital_more_content_content" }, s("p", { key: "cf177bda51f7524ddcf0b5c5b325d00ac3fd461f" }, e ? "مسجل لدى هيئة الحكومة الرقمية برقم:" : "Registered on Digital Government Authority:"), s("dga-link", Object.assign({ key: "465a8b84920ae25a22cb2e565402f5f05416f0e3" }, this.linkProps))))));
|
|
15574
15573
|
}
|
|
15575
15574
|
static get watchers() {
|
|
15576
15575
|
return {
|
|
@@ -15623,7 +15622,7 @@ const Rb = zg, Ob = $b, Fb = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
15623
15622
|
super(), this.__registerHost(), this.__attachShadow(), this.color = "neutral", this.orientation = "horizontal";
|
|
15624
15623
|
}
|
|
15625
15624
|
render() {
|
|
15626
|
-
return s("span", { key: "
|
|
15625
|
+
return s("span", { key: "71e8125f1aa84cd2eb1ac74fe4cb48f49a0161f1", class: `dga-divider dga-divider--${this.color} dga-divider--${this.orientation}` });
|
|
15627
15626
|
}
|
|
15628
15627
|
static get style() {
|
|
15629
15628
|
return Hb;
|
|
@@ -15827,7 +15826,7 @@ const Bg = /* @__PURE__ */ D(class extends E {
|
|
|
15827
15826
|
this.isExpanded = e, e ? this.submenuElement.style.maxHeight = "fit-content" : this.submenuElement.style.maxHeight = "";
|
|
15828
15827
|
}
|
|
15829
15828
|
render() {
|
|
15830
|
-
return s(De, { key: "
|
|
15829
|
+
return s(De, { key: "53c3fc633eb59c39aa9adc8ed259407543b2025a" }, s("tab-link", { key: "80c801fe2d1b09122aa6f57b857a9b3c66a40b8e", text: this.route.name, type: this.route.children && this.route.children.length > 0 ? "parent" : "child", icon: this.route.icon, link: this.route.path, onExpand: this.handleExpanded.bind(this), disabled: this.route.disabled }), this.route.children && this.route.children.length > 0 && s("ul", { key: "30b502c063d568dafcec2a1b655b6abc9fc18f48", class: "sidepanel__submenu-list", ref: (e) => this.submenuElement = e }, this.route.children.map((e, o) => s("submenu-component", { key: o, route: this.route, childRoute: e, onChildExpanded: (r) => {
|
|
15831
15830
|
r && (this.submenuElement.style.maxHeight = "fit-content");
|
|
15832
15831
|
} }))));
|
|
15833
15832
|
}
|
|
@@ -15863,7 +15862,7 @@ const Pg = /* @__PURE__ */ D(class extends E {
|
|
|
15863
15862
|
super(), this.__registerHost(), this.routes = [];
|
|
15864
15863
|
}
|
|
15865
15864
|
render() {
|
|
15866
|
-
return s("ul", { key: "
|
|
15865
|
+
return s("ul", { key: "b42ae4a1dc3dd8f3dfe2ed91aeada4900e3fa736", class: "sidepanel__menu-list" }, this.routes.map((e, o) => s("li", { key: fe() }, s("tab-component", { route: e }), o < this.routes.length - 1 && s("div", { class: "sidepanel__menu-tab-divider" }))));
|
|
15867
15866
|
}
|
|
15868
15867
|
}, [0, "side-panel-menu", {
|
|
15869
15868
|
routes: [16]
|
|
@@ -15971,9 +15970,9 @@ const Zb = Cg, Kb = Ub, Jb = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
15971
15970
|
--colors-primary-sa-flag-400
|
|
15972
15971
|
);--border-info-light:var(--colors-blue-200);--button-icon-transparent-hovered-on-color:var(--colors-primary-sa-flag-400);--border-warning:var(--colors-yellow-700);--border-warning-light:var(--colors-yellow-200);--border-error:var(--colors-red-700);--button-icon-transparent-pressed-on-color:var(--colors-primary-sa-flag-300);--border-error-light:var(--colors-red-200);--button-icon-transparent-selected-on-color:var(
|
|
15973
15972
|
--colors-primary-sa-flag-400
|
|
15974
|
-
);--border-disabled:var(--colors-neutral-400);--link-primary:var(--colors-primary-sa-flag-600-primary);--link-primary-hovered:var(--colors-primary-sa-flag-400);--link-primary-pressed:var(--colors-primary-sa-flag-300);--link-primary-focused:var(--colors-primary-sa-flag-600-primary);--link-primary-visited:var(--colors-primary-sa-flag-800);--link-icon-primary-hovered:var(--colors-primary-sa-flag-400);--link-icon-primary-pressed:var(--colors-primary-sa-flag-300);--link-icon-primary-focused:var(--colors-primary-sa-flag-600-primary);--link-icon-primary-visited:var(--colors-primary-sa-flag-800);--link-secondary:var(--colors-secondary-gold-600-primary);--link-secondary-hovered:var(--colors-secondary-gold-400);--link-secondary-pressed:var(--colors-secondary-gold-300);--link-secondary-focused:var(--colors-secondary-gold-600-primary);--link-secondary-visited:var(--colors-secondary-gold-900);--link-tertiary:var(--colors-tertiary-lavendar-500-primary);--link-tertiary-hovered:var(--colors-tertiary-lavendar-400);--link-tertiary-pressed:var(--colors-tertiary-lavendar-300);--link-tertiary-focused:var(--colors-tertiary-lavendar-500-primary);--link-tertiary-visited:var(--colors-tertiary-lavendar-800);--link-neutral:var(--colors-neutral-200);--link-neutral-hovered:var(--colors-neutral-400);--link-icon-neutral-hovered:var(--colors-neutral-400);--link-neutral-pressed:var(--colors-neutral-500);--link-icon-neutral-pressed:var(--colors-neutral-500);--link-neutral-focused:var(--colors-neutral-200);--link-icon-neutral-focused:var(--colors-neutral-200);--link-neutral-visited:var(--colors-neutral-300);--link-icon-neutral-visited:var(--colors-neutral-300);--link-danger:var(--colors-red-600);--link-danger-hovered:var(--colors-red-700);--link-icon-danger-hovered:var(--colors-red-700);--link-danger-pressed:var(--colors-red-900);--link-icon-danger-pressed:var(--colors-red-900);--link-danger-focused:var(--colors-red-600);--link-icon-danger-focused:var(--colors-red-600);--link-danger-visited:var(--colors-red-800);--link-icon-danger-visited:var(--colors-red-800);--link-oncolor:var(--colors-base-white);--link-oncolor-hovered:var(--colors-alpha-alpha-white-80);--link-icon-oncolor-hovered:var(--alpha-white-80);--link-oncolor-pressed:var(--colors-alpha-alpha-white-60);--link-icon-oncolor-pressed:var(--alpha-white-60);--link-oncolor-focused:var(--colors-base-white);--link-link-oncolor-focused:var(--colors-base-white);--link-oncolor-visited:var(--colors-alpha-alpha-white-90);--link-icon-oncolor-visited:var(--alpha-white-90);--link-oncolor-disabled:var(--colors-alpha-alpha-white-30);--link-icon-oncolor-disabled:var(--alpha-white-30);--icon-oncolor:var(--colors-base-white);--tag-background-neutral:var(--colors-primary-sa-flag-600-primary);--tag-background-neutral-light:var(--colors-neutral-800);--tag-background-on-color:var(--colors-alpha-alpha-white-20);--tag-text-neutral:var(--colors-neutral-100);--tag-text-success:var(--colors-green-800);--tag-text-info:var(--colors-blue-800);--tag-text-warning:var(--colors-yellow-800);--tag-text-error:var(--colors-red-800);--tag-icon-neutral:var(--colors-neutral-100);--tag-icon-success:var(--colors-green-800);--tag-icon-info:var(--colors-blue-800);--tag-icon-warning:var(--colors-yellow-800);--tag-icon-error:var(--colors-red-800);--tag-background-success:var(--colors-green-700);--tag-background-success-light:var(--colors-green-50);--tag-background-info:var(--colors-blue-600);--tag-background-info-light:var(--colors-blue-50);--tag-background-warning:var(--colors-yellow-700);--tag-background-warning-light:var(--colors-yellow-50);--tag-background-error:var(--colors-red-600);--tag-background-error-light:var(--colors-red-50);--tag-border-neutral:var(--colors-neutral-300);--tag-border-neutral-light:var(--colors-neutral-800);--tag-border-on-color:var(--colors-alpha-alpha-white-60);--tag-border-success:var(--colors-green-700);--tag-border-success-light:var(--colors-green-200);--tag-border-info:var(--colors-blue-700);--tag-border-info-light:var(--colors-blue-200);--tag-border-warning:var(--colors-red-700);--tag-border-warning-light:var(--colors-yellow-200);--tag-border-error:var(--colors-red-700);--tag-border-error-light:var(--colors-red-200);--tag-dot:var(--colors-alpha-alpha-white-60);--form-text-form-title:var(--text-default);--controls-control-primary:var(--alpha-white-0);--table-cell-border:var(--colors-neutral-600);--table-cell-border-inverse:var(--border-black);--table-text-head:var(--colors-neutral-300);--table-text-body:var(--text-default);--table-background-disabled:var(--background-disabled);--table-background-hover-selected:var(--colors-neutral-900);--table-background-header:var(--colors-neutral-900);--table-background-row:var(--colors-neutral-900);--controls-control-primary-checked:var(--colors-primary-sa-flag-600-primary);--controls-control-primary-hovered:var(--colors-primary-sa-flag-300);--controls-control-primary-pressed:var(--colors-primary-sa-flag-400);--controls-control-primary-focused:var(--colors-primary-sa-flag-600-primary);--controls-control-neutral-checked:var(--colors-neutral-600);--controls-control-neutral-hovered:var(--colors-neutral-400);--controls-control-neutral-pressed:var(--colors-neutral-400);--controls-control-neutral-focused:var(--colors-neutral-600);--controls-control-primary--readonly:var(--alpha-white-0);--controls-control-pressed:var(--colors-neutral-600);--controls-control-ripple-effect:var(--colors-neutral-950);--controls-control-border:var(--colors-neutral-400);--form-text-form-paragraph:var(--text-secondary-paragraph);--form-field-text-label:var(--text-default);--form-field-text-placeholder:var(--text-secondary-paragraph);--form-field-text-hovered:var(--text-default);--stepper-button-completed:var(--colors-green-600);--tooltip-background-light:var(--colors-neutral-800);--tooltip-text-heading-light:var(--text-display);--tooltip-text-paragraph-light:var(--text-primary-paragraph);--tooltip-background-dark:var(--colors-base-white);--tooltip-text-heading-dark:var(--colors-neutral-800);--tooltip-text-paragraph-dark:var(--colors-neutral-700);--alpha-white-0:var(--colors-alpha-alpha-black-10);--alpha-white-10:var(--colors-alpha-alpha-black-10);--alpha-white-20:var(--colors-alpha-alpha-black-20);--alpha-white-30:var(--colors-alpha-alpha-black-30);--alpha-white-40:var(--colors-alpha-alpha-black-40);--alpha-white-50:var(--colors-alpha-alpha-black-50);--alpha-white-60:var(--colors-alpha-alpha-black-60);--alpha-white-70:var(--colors-alpha-alpha-black-70);--alpha-white-80:var(--colors-alpha-alpha-black-80);--alpha-white-90:var(--colors-alpha-alpha-black-90);--alpha-white-100:var(--colors-alpha-alpha-black-100);--alpha-black-0:var(--colors-alpha-alpha-white-10);--alpha-black-10:var(--colors-alpha-alpha-white-10);--alpha-black-20:var(--colors-alpha-alpha-white-20);--alpha-black-30:var(--colors-alpha-alpha-white-30);--alpha-black-40:var(--colors-alpha-alpha-white-40);--alpha-black-50:var(--colors-alpha-alpha-white-50);--alpha-black-60:var(--colors-alpha-alpha-white-60);--alpha-black-70:var(--colors-alpha-alpha-white-70);--alpha-black-80:var(--colors-alpha-alpha-white-80);--alpha-black-90:var(--colors-alpha-alpha-white-90);--alpha-black-100:var(--colors-alpha-alpha-white-100);--background-disabled:var(--colors-neutral-700);--background-disabled-primary:var(--colors-primary-sa-flag-700);--background-inverse-disabled:var(--colors-neutral-700);--stepper-button-completed-hovered:var(--colors-primary-sa-flag-700);--stepper-button-current:var(--colors-green-600);--stepper-button-current-hovered:var(--colors-primary-sa-flag-700);--stepper-button-upcomming:var(--colors-neutral-600);--stepper-button-upcomming-hovered:var(--colors-neutral-600);--stepper-button-background:var(--colors-base-white);--stepper-text-primary:var(--text-default);--stepper-text-secondary:var(--text-primary-paragraph);--stepper-text-tertiary:var(--text-secondary-paragraph);--stepper-line-completed:var(--colors-primary-sa-flag-600-primary);--stepper-line-completed-hovered:var(--colors-primary-sa-flag-700);--stepper-line-current:var(--colors-neutral-700);--stepper-line-upcomming:var(--colors-neutral-700);--stepper-line-upcomming-hovered:var(--colors-neutral-700);--form-field-text-focused:var(--text-primary-paragraph);--form-field-text-pressed:var(--text-primary-paragraph);--form-field-text-filled:var(--text-default);--form-field-text-readonly:var(--text-default);--form-field-text-helper:var(--text-secondary-paragraph);--form-field-background-default:var(--colors-neutral-800);--form-field-background-lighter:var(--colors-neutral-600);--form-field-background-darker:var(--colors-neutral-800);--form-field-background-pressed:#4d5761;--form-field-border-default:var(--colors-neutral-500);--form-field-border-hovered:var(--colors-neutral-200);--form-field-border-pressed:var(--colors-neutral-25);--form-field-border-error:var(--border-error);--form-option-background-hover:var(--colors-neutral-500);--form-option-background-pressed:var(--colors-neutral-700);--form-datecell-background-default:var(--colors-primary-sa-flag-600-primary);--form-datecell-background-hovered:var(--colors-primary-sa-flag-700);--icon-default:var(--colors-base-white);--form-datecell-background-pressed:var(--colors-primary-sa-flag-900);--form-datecell-background-focused:var(--colors-primary-sa-flag-600-primary);--form-datecell-today-background-default:var(--alpha-white-0);--form-datecell-today-background-hovered:var(--colors-neutral-700);--form-datecell-today-background-pressed:var(--colors-neutral-600);--icon-default-500:var(--colors-neutral-200);--form-datecell-today-background-focused:var(--alpha-white-0);--form-datecell-background-disabled:#ffffff;--form-datecell-background-600:var(--colors-primary-sa-flag-600-primary);--form-datecell-background-300:var(--colors-primary-sa-flag-300);--form-datecell-background-200:var(--colors-primary-sa-flag-400);--form-datecell-background-100:var(--colors-primary-sa-flag-300);--controls-control-icon-hovered:var(--colors-primary-sa-flag-800);--alpha-primary-10:#166a4519;--icon-default-400:var(--colors-neutral-500);--icon-primary:var(--colors-primary-sa-flag-600-primary);--alpha-primary-20:#166a4533;--icon-primary-light:var(--colors-primary-sa-flag-50);--alpha-warning-10:#fec84b19;--icon-primary-400:var(--colors-primary-sa-flag-400);--alpha-warning-20:#fec84b33;--alpha-error-10:#b4231819;--alpha-error-20:#b4231833;--alpha-info-10:#156fee19;--alpha-info-20:#156fee33;--alpha-success-10:#06945419;--alpha-success-20:#06945433;--icon-neutral:var(--colors-neutral-500);--icon-neutral-light:var(--colors-neutral-950);--icon-secondary:var(--colors-secondary-gold-600-primary);--icon-secondary-light:var(--colors-secondary-gold-50);--icon-tertiary:var(--colors-tertiary-lavendar-600);--icon-tertiary-light:var(--colors-tertiary-lavendar-50);--icon-success:var(--colors-green-600);--icon-success-light:var(--colors-green-50);--icon-info:var(--colors-blue-700);--icon-info-light:var(--colors-blue-50);--icon-warning:var(--colors-yellow-700);--icon-warning-light:var(--colors-yellow-50);--icon-error:var(--colors-red-700);--icon-error-light:var(--colors-red-50);--icon-default-disabled:var(--colors-base-white);--icon-default-oncolor-disabled:var(--colors-base-white);--control-disabled:var(--colors-alpha-alpha-white-30);--featuredicons-icon-oncolor:var(--colors-base-white);--featuredicons-icon-success:var(--colors-green-600);--featuredicons-icon-default:var(--colors-base-white);--featuredicons-icon-error:var(--colors-red-700);--featuredicons-icon-secondary:var(--colors-secondary-gold-600-primary);--featuredicons-icon-default-500:var(--colors-neutral-200);--featuredicons-background-error-light:var(--colors-red-50);--featuredicons-background-info-light:var(--colors-blue-50);--featuredicons-background-warning-light:var(--colors-yellow-50);--featuredicons-background-success-light:var(--colors-green-50);--featuredicons-background-brand-light:var(--colors-primary-sa-flag-50);--featuredicons-background-default-light:var(--colors-neutral-50);--featuredicons-icon-default-400:var(--colors-neutral-500);--featuredicons-icon-primary:var(--colors-primary-sa-flag-600-primary);--featuredicons-icon-primary-light:var(--colors-primary-sa-flag-50);--featuredicons-icon-primary-400:var(--colors-primary-sa-flag-400);--featuredicons-icon-neutral:var(--colors-neutral-500);--featuredicons-icon-neutral-light:var(--colors-neutral-950);--featuredicons-icon-secondary-light:var(--colors-secondary-gold-50);--featuredicons-icon-tertiary:var(--colors-tertiary-lavendar-600);--featuredicons-icon-tertiary-light:var(--colors-tertiary-lavendar-50);--featuredicons-icon-success-light:var(--colors-green-50);--featuredicons-icon-info:var(--colors-blue-700);--featuredicons-icon-info-light:var(--colors-blue-50);--featuredicons-icon-warning:var(--colors-yellow-700);--featuredicons-bg-icon-warning-light:var(--alpha-warning-10);--featuredicons-bg-icon-error-light:var(--alpha-error-10);--featuredicons-bg-icon-brand-light:var(--alpha-primary-10);--featuredicons-bg-icon-info-light:var(--alpha-info-10);--featuredicons-bg-icon-success-light:var(--alpha-success-10);--controls-control-icon-pressed:var(--colors-primary-sa-flag-800);--controls-control-icon-disabled:var(--colors-neutral-400);--notification-background-error-light:var(--colors-red-50);--notification-background-info-light:var(--colors-blue-50);--notification-background-warning-light:var(--colors-yellow-50);--notification-background-success-light:var(--colors-green-50);--notification-background-brand-light:var(--colors-primary-sa-flag-50);--notification-background-default-light:var(--colors-neutral-50);--notification-background-default-50:var(--alpha-white-10);--notification-background-success-50:var(--alpha-success-20);--notification-background-warning-50:var(--alpha-warning-20);--notification-background-error-50:var(--alpha-error-20);--notification-background-brand-50:var(--alpha-primary-20);--notification-background-info-50:var(--alpha-info-20);--notification-background-default-25:var(--alpha-white-0);--notification-background-success-25:var(--alpha-primary-10);--notification-background-warning-25:var(--alpha-warning-10);--notification-background-error-25:var(--alpha-error-10);--notification-background-brand-25:var(--alpha-primary-10);--notification-background-info-25:var(--alpha-info-10);--notification-text-success:var(--colors-green-300);--notification-text-error:var(--colors-red-300);--notification-text-info:var(--colors-blue-300);--notification-text-warning:var(--colors-yellow-300);--notification-text-brand:var(--colors-primary-sa-flag-300);--controls-control-text-error:var(--colors-red-300)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;zoom:1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic;}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible;}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0}html,button,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:0.2em 0;background:#ccc;color:#000;padding:0.2em 0}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}*{box-sizing:border-box}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:"IBMPlexSansArabic";src:url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Regular.woff2") format("woff2"), url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Regular.woff") format("woff");font-weight:400;font-style:normal}@font-face{font-family:"IBMPlexSansArabic";src:url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Medium.woff2") format("woff2"), url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Medium.woff") format("woff");font-weight:500;font-style:normal}@font-face{font-family:"IBMPlexSansArabic";src:url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-SemiBold.woff2") format("woff2"), url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-SemiBold.woff") format("woff");font-weight:600;font-style:normal}@font-face{font-family:"IBMPlexSansArabic";src:url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Bold.woff2") format("woff2"), url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Bold.woff") format("woff");font-weight:700;font-style:normal;font-display:auto}body{font-family:"IBMPlexSansArabic"}a,a:active,a:focus{color:inherit;text-decoration:none}.display-2xl-regular{font:400 72px/90px "IBMPlexSansArabic"}.display-xl-regular{font:400 60px/72px "IBMPlexSansArabic"}.display-lg-regular{font:400 48px/60px "IBMPlexSansArabic"}.display-md-regular{font:400 36px/44px "IBMPlexSansArabic"}.display-sm-regular{font:400 30px/38px "IBMPlexSansArabic"}.display-xs-regular{font:400 24px/32px "IBMPlexSansArabic"}.text-xl-regular{font:400 20px/30px "IBMPlexSansArabic"}.text-lg-regular{font:400 18px/28px "IBMPlexSansArabic"}.text-md-regular,.dropdown--lg .dropdown__option-label,.dropdown--lg .dropdown__label,.dropdown--lg .dropdown__label-placeholder,.dropdown__btn,.dropdown__label{font:400 16px/24px "IBMPlexSansArabic"}.text-sm-regular,.dropdown--md .dropdown__option-label,.dropdown--md .dropdown__label,.dropdown--md .dropdown__label-placeholder,.dropdown__option-label{font:400 14px/20px "IBMPlexSansArabic"}.text-xs-regular{font:400 12px/18px "IBMPlexSansArabic"}.text-2xs-regular{font:400 10px/14px "IBMPlexSansArabic"}.display-2xl-medium{font:500 72px/90px "IBMPlexSansArabic"}.display-xl-medium{font:500 60px/72px "IBMPlexSansArabic"}.display-lg-medium{font:500 48px/60px "IBMPlexSansArabic"}.display-md-medium{font:500 36px/44px "IBMPlexSansArabic"}.display-sm-medium{font:500 30px/38px "IBMPlexSansArabic"}.display-xs-medium{font:500 24px/32px "IBMPlexSansArabic"}.text-xl-medium{font:500 20px/30px "IBMPlexSansArabic"}.text-lg-medium{font:500 18px/28px "IBMPlexSansArabic"}.text-md-medium{font:500 16px/24px "IBMPlexSansArabic"}.text-sm-medium{font:500 14px/20px "IBMPlexSansArabic"}.text-xs-medium{font:500 12px/18px "IBMPlexSansArabic"}.text-2xs-medium{font:500 10px/14px "IBMPlexSansArabic"}.display-2xl-semibold{font:600 72px/90px "IBMPlexSansArabic"}.display-xl-semibold{font:600 60px/72px "IBMPlexSansArabic"}.display-lg-semibold{font:600 48px/60px "IBMPlexSansArabic"}.display-md-semibold{font:600 36px/44px "IBMPlexSansArabic"}.display-sm-semibold{font:600 30px/38px "IBMPlexSansArabic"}.display-xs-semibold{font:600 24px/32px "IBMPlexSansArabic"}.text-xl-semibold{font:600 20px/30px "IBMPlexSansArabic"}.text-lg-semibold{font:600 18px/28px "IBMPlexSansArabic"}.text-md-semibold{font:600 16px/24px "IBMPlexSansArabic"}.text-sm-semibold,.dropdown__list-group-label{font:600 14px/20px "IBMPlexSansArabic"}.text-xs-semibold{font:600 12px/18px "IBMPlexSansArabic"}.text-2xs-semibold{font:600 10px/14px "IBMPlexSansArabic"}.display-2xl-bold{font:700 72px/90px "IBMPlexSansArabic"}.display-xl-bold{font:700 60px/72px "IBMPlexSansArabic"}.display-lg-bold{font:700 48px/60px "IBMPlexSansArabic"}.display-md-bold{font:700 36px/44px "IBMPlexSansArabic"}.display-sm-bold{font:700 30px/38px "IBMPlexSansArabic"}.display-xs-bold{font:700 24px/32px "IBMPlexSansArabic"}.text-xl-bold{font:700 20px/30px "IBMPlexSansArabic"}.text-lg-bold{font:700 18px/28px "IBMPlexSansArabic"}.text-md-bold{font:700 16px/24px "IBMPlexSansArabic"}.text-sm-bold{font:700 14px/20px "IBMPlexSansArabic"}.text-xs-bold{font:700 12px/18px "IBMPlexSansArabic"}.text-2xs-bold{font:700 10px/14px "IBMPlexSansArabic"}.dga-spacing-hor-0{height:0px}.dga-spacing-vert-0{width:0px}.dga-p-0{padding:0px}.dga-px-0{padding-inline:0px}.dga-py-0{padding-block:0px}.dga-pl-0{padding-left:0px}.dga-pr-0{padding-right:0px}.dga-pt-0{padding-top:0px}.dga-pb-0{padding-bottom:0px}.dga-mx-0{margin-inline:0px}.dga-my-0{margin-block:0px}.dga-ml-0{margin-left:0px}.dga-mr-0{margin-right:0px}.dga-mt-0{margin-top:0px}.dga-mb-0{margin-bottom:0px}.dga-spacing-hor-2{height:8px}.dga-spacing-vert-2{width:8px}.dga-p-2{padding:8px}.dga-px-2{padding-inline:8px}.dga-py-2{padding-block:8px}.dga-pl-2{padding-left:8px}.dga-pr-2{padding-right:8px}.dga-pt-2{padding-top:8px}.dga-pb-2{padding-bottom:8px}.dga-mx-2{margin-inline:8px}.dga-my-2{margin-block:8px}.dga-ml-2{margin-left:8px}.dga-mr-2{margin-right:8px}.dga-mt-2{margin-top:8px}.dga-mb-2{margin-bottom:8px}.dga-spacing-hor-4{height:16px}.dga-spacing-vert-4{width:16px}.dga-p-4{padding:16px}.dga-px-4{padding-inline:16px}.dga-py-4{padding-block:16px}.dga-pl-4{padding-left:16px}.dga-pr-4{padding-right:16px}.dga-pt-4{padding-top:16px}.dga-pb-4{padding-bottom:16px}.dga-mx-4{margin-inline:16px}.dga-my-4{margin-block:16px}.dga-ml-4{margin-left:16px}.dga-mr-4{margin-right:16px}.dga-mt-4{margin-top:16px}.dga-mb-4{margin-bottom:16px}.dga-spacing-hor-8{height:32px}.dga-spacing-vert-8{width:32px}.dga-p-8{padding:32px}.dga-px-8{padding-inline:32px}.dga-py-8{padding-block:32px}.dga-pl-8{padding-left:32px}.dga-pr-8{padding-right:32px}.dga-pt-8{padding-top:32px}.dga-pb-8{padding-bottom:32px}.dga-mx-8{margin-inline:32px}.dga-my-8{margin-block:32px}.dga-ml-8{margin-left:32px}.dga-mr-8{margin-right:32px}.dga-mt-8{margin-top:32px}.dga-mb-8{margin-bottom:32px}.dga-spacing-hor-12{height:48px}.dga-spacing-vert-12{width:48px}.dga-p-12{padding:48px}.dga-px-12{padding-inline:48px}.dga-py-12{padding-block:48px}.dga-pl-12{padding-left:48px}.dga-pr-12{padding-right:48px}.dga-pt-12{padding-top:48px}.dga-pb-12{padding-bottom:48px}.dga-mx-12{margin-inline:48px}.dga-my-12{margin-block:48px}.dga-ml-12{margin-left:48px}.dga-mr-12{margin-right:48px}.dga-mt-12{margin-top:48px}.dga-mb-12{margin-bottom:48px}.dga-spacing-hor-16{height:64px}.dga-spacing-vert-16{width:64px}.dga-p-16{padding:64px}.dga-px-16{padding-inline:64px}.dga-py-16{padding-block:64px}.dga-pl-16{padding-left:64px}.dga-pr-16{padding-right:64px}.dga-pt-16{padding-top:64px}.dga-pb-16{padding-bottom:64px}.dga-mx-16{margin-inline:64px}.dga-my-16{margin-block:64px}.dga-ml-16{margin-left:64px}.dga-mr-16{margin-right:64px}.dga-mt-16{margin-top:64px}.dga-mb-16{margin-bottom:64px}.dga-spacing-hor-24{height:96px}.dga-spacing-vert-24{width:96px}.dga-p-24{padding:96px}.dga-px-24{padding-inline:96px}.dga-py-24{padding-block:96px}.dga-pl-24{padding-left:96px}.dga-pr-24{padding-right:96px}.dga-pt-24{padding-top:96px}.dga-pb-24{padding-bottom:96px}.dga-mx-24{margin-inline:96px}.dga-my-24{margin-block:96px}.dga-ml-24{margin-left:96px}.dga-mr-24{margin-right:96px}.dga-mt-24{margin-top:96px}.dga-mb-24{margin-bottom:96px}.dga-spacing-hor-32{height:128px}.dga-spacing-vert-32{width:128px}.dga-p-32{padding:128px}.dga-px-32{padding-inline:128px}.dga-py-32{padding-block:128px}.dga-pl-32{padding-left:128px}.dga-pr-32{padding-right:128px}.dga-pt-32{padding-top:128px}.dga-pb-32{padding-bottom:128px}.dga-mx-32{margin-inline:128px}.dga-my-32{margin-block:128px}.dga-ml-32{margin-left:128px}.dga-mr-32{margin-right:128px}.dga-mt-32{margin-top:128px}.dga-mb-32{margin-bottom:128px}.dga-spacing-hor-40{height:160px}.dga-spacing-vert-40{width:160px}.dga-p-40{padding:160px}.dga-px-40{padding-inline:160px}.dga-py-40{padding-block:160px}.dga-pl-40{padding-left:160px}.dga-pr-40{padding-right:160px}.dga-pt-40{padding-top:160px}.dga-pb-40{padding-bottom:160px}.dga-mx-40{margin-inline:160px}.dga-my-40{margin-block:160px}.dga-ml-40{margin-left:160px}.dga-mr-40{margin-right:160px}.dga-mt-40{margin-top:160px}.dga-mb-40{margin-bottom:160px}.dga-spacing-hor-48{height:192px}.dga-spacing-vert-48{width:192px}.dga-p-48{padding:192px}.dga-px-48{padding-inline:192px}.dga-py-48{padding-block:192px}.dga-pl-48{padding-left:192px}.dga-pr-48{padding-right:192px}.dga-pt-48{padding-top:192px}.dga-pb-48{padding-bottom:192px}.dga-mx-48{margin-inline:192px}.dga-my-48{margin-block:192px}.dga-ml-48{margin-left:192px}.dga-mr-48{margin-right:192px}.dga-mt-48{margin-top:192px}.dga-mb-48{margin-bottom:192px}.dga-spacing-hor-56{height:224px}.dga-spacing-vert-56{width:224px}.dga-p-56{padding:224px}.dga-px-56{padding-inline:224px}.dga-py-56{padding-block:224px}.dga-pl-56{padding-left:224px}.dga-pr-56{padding-right:224px}.dga-pt-56{padding-top:224px}.dga-pb-56{padding-bottom:224px}.dga-mx-56{margin-inline:224px}.dga-my-56{margin-block:224px}.dga-ml-56{margin-left:224px}.dga-mr-56{margin-right:224px}.dga-mt-56{margin-top:224px}.dga-mb-56{margin-bottom:224px}.dga-spacing-hor-64{height:256px}.dga-spacing-vert-64{width:256px}.dga-p-64{padding:256px}.dga-px-64{padding-inline:256px}.dga-py-64{padding-block:256px}.dga-pl-64{padding-left:256px}.dga-pr-64{padding-right:256px}.dga-pt-64{padding-top:256px}.dga-pb-64{padding-bottom:256px}.dga-mx-64{margin-inline:256px}.dga-my-64{margin-block:256px}.dga-ml-64{margin-left:256px}.dga-mr-64{margin-right:256px}.dga-mt-64{margin-top:256px}.dga-mb-64{margin-bottom:256px}.dga-spacing-hor-72{height:288px}.dga-spacing-vert-72{width:288px}.dga-p-72{padding:288px}.dga-px-72{padding-inline:288px}.dga-py-72{padding-block:288px}.dga-pl-72{padding-left:288px}.dga-pr-72{padding-right:288px}.dga-pt-72{padding-top:288px}.dga-pb-72{padding-bottom:288px}.dga-mx-72{margin-inline:288px}.dga-my-72{margin-block:288px}.dga-ml-72{margin-left:288px}.dga-mr-72{margin-right:288px}.dga-mt-72{margin-top:288px}.dga-mb-72{margin-bottom:288px}.dga-spacing-hor-80{height:320px}.dga-spacing-vert-80{width:320px}.dga-p-80{padding:320px}.dga-px-80{padding-inline:320px}.dga-py-80{padding-block:320px}.dga-pl-80{padding-left:320px}.dga-pr-80{padding-right:320px}.dga-pt-80{padding-top:320px}.dga-pb-80{padding-bottom:320px}.dga-mx-80{margin-inline:320px}.dga-my-80{margin-block:320px}.dga-ml-80{margin-left:320px}.dga-mr-80{margin-right:320px}.dga-mt-80{margin-top:320px}.dga-mb-80{margin-bottom:320px}.dga-spacing-hor-88{height:352px}.dga-spacing-vert-88{width:352px}.dga-p-88{padding:352px}.dga-px-88{padding-inline:352px}.dga-py-88{padding-block:352px}.dga-pl-88{padding-left:352px}.dga-pr-88{padding-right:352px}.dga-pt-88{padding-top:352px}.dga-pb-88{padding-bottom:352px}.dga-mx-88{margin-inline:352px}.dga-my-88{margin-block:352px}.dga-ml-88{margin-left:352px}.dga-mr-88{margin-right:352px}.dga-mt-88{margin-top:352px}.dga-mb-88{margin-bottom:352px}.dga-spacing-hor-96{height:384px}.dga-spacing-vert-96{width:384px}.dga-p-96{padding:384px}.dga-px-96{padding-inline:384px}.dga-py-96{padding-block:384px}.dga-pl-96{padding-left:384px}.dga-pr-96{padding-right:384px}.dga-pt-96{padding-top:384px}.dga-pb-96{padding-bottom:384px}.dga-mx-96{margin-inline:384px}.dga-my-96{margin-block:384px}.dga-ml-96{margin-left:384px}.dga-mr-96{margin-right:384px}.dga-mt-96{margin-top:384px}.dga-mb-96{margin-bottom:384px}.dga-spacing-hor-104{height:416px}.dga-spacing-vert-104{width:416px}.dga-p-104{padding:416px}.dga-px-104{padding-inline:416px}.dga-py-104{padding-block:416px}.dga-pl-104{padding-left:416px}.dga-pr-104{padding-right:416px}.dga-pt-104{padding-top:416px}.dga-pb-104{padding-bottom:416px}.dga-mx-104{margin-inline:416px}.dga-my-104{margin-block:416px}.dga-ml-104{margin-left:416px}.dga-mr-104{margin-right:416px}.dga-mt-104{margin-top:416px}.dga-mb-104{margin-bottom:416px}.dga-spacing-hor-112{height:448px}.dga-spacing-vert-112{width:448px}.dga-p-112{padding:448px}.dga-px-112{padding-inline:448px}.dga-py-112{padding-block:448px}.dga-pl-112{padding-left:448px}.dga-pr-112{padding-right:448px}.dga-pt-112{padding-top:448px}.dga-pb-112{padding-bottom:448px}.dga-mx-112{margin-inline:448px}.dga-my-112{margin-block:448px}.dga-ml-112{margin-left:448px}.dga-mr-112{margin-right:448px}.dga-mt-112{margin-top:448px}.dga-mb-112{margin-bottom:448px}.dga-spacing-hor-120{height:480px}.dga-spacing-vert-120{width:480px}.dga-p-120{padding:480px}.dga-px-120{padding-inline:480px}.dga-py-120{padding-block:480px}.dga-pl-120{padding-left:480px}.dga-pr-120{padding-right:480px}.dga-pt-120{padding-top:480px}.dga-pb-120{padding-bottom:480px}.dga-mx-120{margin-inline:480px}.dga-my-120{margin-block:480px}.dga-ml-120{margin-left:480px}.dga-mr-120{margin-right:480px}.dga-mt-120{margin-top:480px}.dga-mb-120{margin-bottom:480px}.dga-radius-small{border-radius:2px}.dga-radius-small-t{border-radius:2px 2px 0 0}.dga-radius-small-tl{border-radius:2px 0px 0 0}.dga-radius-small-tr{border-radius:0px 2px 0 0}.dga-radius-small-b{border-radius:0 0 2px 2px}.dga-radius-small-bl{border-radius:0 0 2px 0px}.dga-radius-small-br{border-radius:0 0 0px 2px}.dga-radius-medium{border-radius:4px}.dga-radius-medium-t{border-radius:4px 4px 0 0}.dga-radius-medium-tl{border-radius:4px 0px 0 0}.dga-radius-medium-tr{border-radius:0px 4px 0 0}.dga-radius-medium-b{border-radius:0 0 4px 4px}.dga-radius-medium-bl{border-radius:0 0 4px 0px}.dga-radius-medium-br{border-radius:0 0 0px 4px}.dga-radius-large{border-radius:8px}.dga-radius-large-t{border-radius:8px 8px 0 0}.dga-radius-large-tl{border-radius:8px 0px 0 0}.dga-radius-large-tr{border-radius:0px 8px 0 0}.dga-radius-large-b{border-radius:0 0 8px 8px}.dga-radius-large-bl{border-radius:0 0 8px 0px}.dga-radius-large-br{border-radius:0 0 0px 8px}.dga-radius-xlarge{border-radius:12px}.dga-radius-xlarge-t{border-radius:12px 12px 0 0}.dga-radius-xlarge-tl{border-radius:12px 0px 0 0}.dga-radius-xlarge-tr{border-radius:0px 12px 0 0}.dga-radius-xlarge-b{border-radius:0 0 12px 12px}.dga-radius-xlarge-bl{border-radius:0 0 12px 0px}.dga-radius-xlarge-br{border-radius:0 0 0px 12px}.dga-radius-none{border-radius:0px}.dga-radius-circular{border-radius:100%}.dga-flex{display:flex}.dga-flex-column{display:flex;flex-direction:column}.dga-flex-center{display:flex;align-items:center;justify-content:center}.dga-flex-center-y{display:flex;align-items:center}.dga-flex-center-x{display:flex;justify-content:center}.dga-flex-between{display:flex;justify-content:space-between}.dga-flex-wrap{flex-wrap:wrap}.dga-flex-align-stretch{align-items:stretch}.dga-flex-align-start{align-items:flex-start}.dga-flex-align-end{align-items:flex-end}.dga-flex-justify-end{justify-content:flex-end}.dga-flex-justify-start{justify-content:flex-start}.dga-text-right{text-align:right}.dga-text-left{text-align:left}.dga-text-center{text-align:center}.dga-shadow-xs{box-shadow:var(--shadow-xs)}.dga-shadow-sm{box-shadow:var(--shadow-sm)}.dga-shadow-md,.dropdown__btn.open{box-shadow:var(--shadow-md)}.dga-shadow-lg{box-shadow:var(--shadow-lg)}.dga-shadow-xl,.dropdown__list{box-shadow:var(--shadow-xl)}.dga-shadow-2xl{box-shadow:var(--shadow-2xl)}.dga-shadow-3xl{box-shadow:var(--shadow-3xl)}.dga-ver-divider{width:1px;height:48px;background:hsla(var(--colors-alpha-black)/20%);margin-inline:var(--spacing-xl)}@media only screen and (max-width: 37.5em){.dga-xs-hide{display:none}}.dga-flex-justify-start{justify-content:start}.dga-flex-justify-end{justify-content:end}.dga-flex-justify-center{justify-content:center}.dga-flex-justify-between{justify-content:between}.dga-flex-justify-around{justify-content:around}.dga-flex-align-start{align-items:start}.dga-flex-align-end{align-items:end}.dga-flex-align-center{align-items:center}.dga-flex-align-stretch{align-items:stretch}.dropdown{display:flex;flex-direction:column;width:100%;min-width:200px;position:relative;border-radius:var(--radius-sm);}.dropdown__label{color:var(--colors-text-placeholder);display:none}.dropdown__label--selection{color:var(--field-text-filled);display:inline-block}.dropdown__label--selection~.dropdown__label-placeholder{display:none}.dropdown__chevron{position:absolute;top:50%;right:var(--spacing-xl);transform:translateY(-50%);color:var(--icon-default);transition:all 0.4s ease-in-out;display:flex}.dropdown__btn{cursor:pointer;height:auto;min-height:40px;width:100%;border-radius:var(--radius-sm);border:1px solid var(--form-field-border-default);background-color:var(--form-field-background-default);padding:var(--spacing-none) var(--spacing-xl);display:flex;justify-content:space-between;align-items:center;position:relative;color:var(--form-field-text-placeholder)}.dropdown__btn:focus{outline:0}.dropdown__btn:hover{border-color:var(--form-field-border-hovered)}.dropdown__btn::after{content:"";position:absolute;bottom:0;left:50%;width:0%;height:2px;transform:translateX(-50%);background-color:var(--form-field-border-pressed);transition:width 0.2s ease-in-out}.dropdown__btn.open .dropdown__chevron{transform:rotate(180deg) translateY(50%)}.dropdown__btn.open::after{width:100%}.dropdown__btn.active{background-color:var(--Colors-Gray-neutral-50)}.dropdown__btn.active::after{width:50%}.dropdown--readonly .dropdown__btn,.dropdown--disabled .dropdown__btn{border-color:var(--colors-gray-neutral-300)}.dropdown--readonly .dropdown__btn:hover,.dropdown--disabled .dropdown__btn:hover{border-color:var(--colors-gray-neutral-300);box-shadow:none !important}.dropdown--readonly .dropdown__btn::after,.dropdown--disabled .dropdown__btn::after{display:none}.dropdown--readonly .dropdown__btn,.dropdown--readonly .dropdown__label,.dropdown--readonly .dropdown__label-placeholder,.dropdown--disabled .dropdown__btn,.dropdown--disabled .dropdown__label,.dropdown--disabled .dropdown__label-placeholder{color:var(--form-field-text-placeholder)}.dropdown--readonly .dropdown__chevron,.dropdown--disabled .dropdown__chevron{color:var(--colors-gray-neutral-300)}.dropdown--disabled .dropdown__btn,.dropdown--disabled .dropdown__label,.dropdown--disabled .dropdown__label-placeholder{color:var(--colors-gray-neutral-300)}.dropdown__list{display:flex;padding:var(--spacing-md);flex-direction:column;align-items:flex-start;border-radius:var(--radius-sm);border:1px solid var(--border-neutral-primary);background:var(--form-field-background-default);position:absolute;left:0;right:0;top:40px;overflow-y:auto;list-style:none;height:auto;max-height:0;padding-block:0;z-index:-2;opacity:0;overflow:hidden;transition:z-index 0.1s ease-in-out, padding-block 0.1s ease-in-out, max-height 0.2s 0.01s ease-in-out;pointer-events:none}.dropdown__list::-webkit-scrollbar{height:100px;width:calc(8px + 2 * var(--spacing-xs))}.dropdown__list::-webkit-scrollbar-track{background-color:transparent;padding:var(--spacing-xs)}.dropdown__list::-webkit-scrollbar-thumb{height:100px;border-radius:var(--radius-full);border:var(--spacing-xs) solid transparent;background-color:var(--colors-gray-neutral-300);background-clip:content-box;mix-blend-mode:multiply}.dropdown__list li{width:100%;padding:0;margin:0}.dropdown__list-group{list-style:none}.dropdown__list-group-label{padding:var(--spacing-md, 8px) var(--spacing-md, 8px) var(--spacing-none, 0px) var(--spacing-md, 8px) !important;color:var(--colors-text-quarterary)}.dropdown__btn.open+.dropdown__list{z-index:2;opacity:1;padding-block:var(--spacing-md);max-height:376px;pointer-events:auto;overflow-y:auto}.dropdown__option{cursor:pointer;position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md);gap:var(--spacing-md);border-radius:var(--radius-sm);background-color:transparent;border:0;margin:0}.dropdown__option-label{color:var(--text-default)}.dropdown__option-icon{opacity:0}.dropdown__option:hover{background-color:var(--form-option-background-hover)}.dropdown__option:focus{outline:2px solid var(--border-black)}.dropdown__option.active{outline:none;background-color:var(--form-option-background-pressed)}.dropdown__option.selected>.dropdown__option-icon{opacity:1}.dropdown__option--checkbox .dropdown__option-icon{display:none !important;color:var(--form-field-background-default);font-size:18px !important;font-weight:bolder !important}.dropdown__option--checkbox.selected>.dropdown__option-icon-container{background-color:var(--form-field-border-pressed)}.dropdown__option--checkbox.selected>.dropdown__option-icon-container>.dropdown__option-icon{opacity:1;display:inline-block !important;color:var(--field-background-default) !important}.dropdown__option--checkbox .dropdown__option-icon-container{width:24px;height:24px;min-width:24px;border-radius:var(--radius-xs);border:1px solid var(--text-display);display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;margin:var(--spacing-xs);-webkit-user-select:none;-ms-user-select:none;user-select:none}.dropdown--multi-select{min-height:40px;height:auto}.dropdown--multi-select .dropdown__option{justify-content:flex-start}.dropdown--error .dropdown__btn{border:1px solid var(--form-field-border-error) !important}.dropdown--error .dropdown__btn::after{background-color:var(--form-field-border-error) !important}.dropdown__feedback-icon{height:100%;display:inline-flex;align-items:center;margin-right:calc(var(--spacing-xl) + 10px)}.dropdown__feedback-icon span{font-size:20px;position:relative;z-index:0}.dropdown__feedback-icon span::after{content:"";display:block;width:100%;height:100%;transform:scale(1.16);position:absolute;top:0;left:0;border-radius:var(--radius-full);z-index:-1}.dropdown__feedback-icon--success{color:var(--text-success)}.dropdown__feedback-icon--success span::after{background-color:var(--colors-brand-100)}.dropdown__feedback-icon--error{color:var(--text-error)}.dropdown__feedback-icon--error span::after{background-color:var(--text-error-100)}.dropdown__feedback-icon--warning{color:var(--text-warning)}.dropdown__feedback-icon--warning span::after{background-color:var(--text-warning-100)}.dropdown--lighter .dropdown__btn{border-color:transparent}.dropdown--lighter .dropdown__btn:hover{border:1px solid var(--form-field-border-default)}.dropdown--lighter .dropdown__btn.open{border:1px solid var(--form-field-border-default);background-color:var(--form-field-background-default)}.dropdown--lighter .dropdown__btn.active{border:1px solid var(--form-field-border-default);background-color:var(--form-field-background-pressed)}.dropdown--darker .dropdown__btn{border-color:transparent;background-color:var(--form-field-background-darker)}.dropdown--darker .dropdown__btn:hover{border:1px solid var(--form-field-border-default)}.dropdown--darker .dropdown__btn.open{border:1px solid var(--form-field-border-default);background-color:var(--form-field-background-default)}.dropdown--darker .dropdown__btn.active{border:1px solid var(--form-field-border-default);background-color:var(--form-field-background-pressed)}.dropdown--lg .dropdown__btn{height:auto;min-height:40px}.dropdown--lg .dropdown__feedback-icon span{font-size:20px}.dropdown--lg .dropdown__list{top:40px}.dropdown--lg .dropdown__option-icon{font-size:24px}.dropdown--md .dropdown__btn{height:auto;min-height:32px}.dropdown--md .dropdown__feedback-icon span{font-size:16px}.dropdown--md .dropdown__list{top:32px}.dropdown--md .dropdown__option-icon{font-size:20px}[dir=rtl] .dropdown__chevron{right:auto !important;left:var(--spacing-xl) !important}`, Qb = Jb, Eg = /* @__PURE__ */ D(class extends E {
|
|
15973
|
+
);--border-disabled:var(--colors-neutral-400);--link-primary:var(--colors-primary-sa-flag-600-primary);--link-primary-hovered:var(--colors-primary-sa-flag-400);--link-primary-pressed:var(--colors-primary-sa-flag-300);--link-primary-focused:var(--colors-primary-sa-flag-600-primary);--link-primary-visited:var(--colors-primary-sa-flag-800);--link-icon-primary-hovered:var(--colors-primary-sa-flag-400);--link-icon-primary-pressed:var(--colors-primary-sa-flag-300);--link-icon-primary-focused:var(--colors-primary-sa-flag-600-primary);--link-icon-primary-visited:var(--colors-primary-sa-flag-800);--link-secondary:var(--colors-secondary-gold-600-primary);--link-secondary-hovered:var(--colors-secondary-gold-400);--link-secondary-pressed:var(--colors-secondary-gold-300);--link-secondary-focused:var(--colors-secondary-gold-600-primary);--link-secondary-visited:var(--colors-secondary-gold-900);--link-tertiary:var(--colors-tertiary-lavendar-500-primary);--link-tertiary-hovered:var(--colors-tertiary-lavendar-400);--link-tertiary-pressed:var(--colors-tertiary-lavendar-300);--link-tertiary-focused:var(--colors-tertiary-lavendar-500-primary);--link-tertiary-visited:var(--colors-tertiary-lavendar-800);--link-neutral:var(--colors-neutral-200);--link-neutral-hovered:var(--colors-neutral-400);--link-icon-neutral-hovered:var(--colors-neutral-400);--link-neutral-pressed:var(--colors-neutral-500);--link-icon-neutral-pressed:var(--colors-neutral-500);--link-neutral-focused:var(--colors-neutral-200);--link-icon-neutral-focused:var(--colors-neutral-200);--link-neutral-visited:var(--colors-neutral-300);--link-icon-neutral-visited:var(--colors-neutral-300);--link-danger:var(--colors-red-600);--link-danger-hovered:var(--colors-red-700);--link-icon-danger-hovered:var(--colors-red-700);--link-danger-pressed:var(--colors-red-900);--link-icon-danger-pressed:var(--colors-red-900);--link-danger-focused:var(--colors-red-600);--link-icon-danger-focused:var(--colors-red-600);--link-danger-visited:var(--colors-red-800);--link-icon-danger-visited:var(--colors-red-800);--link-oncolor:var(--colors-base-white);--link-oncolor-hovered:var(--colors-alpha-alpha-white-80);--link-icon-oncolor-hovered:var(--alpha-white-80);--link-oncolor-pressed:var(--colors-alpha-alpha-white-60);--link-icon-oncolor-pressed:var(--alpha-white-60);--link-oncolor-focused:var(--colors-base-white);--link-link-oncolor-focused:var(--colors-base-white);--link-oncolor-visited:var(--colors-alpha-alpha-white-90);--link-icon-oncolor-visited:var(--alpha-white-90);--link-oncolor-disabled:var(--colors-alpha-alpha-white-30);--link-icon-oncolor-disabled:var(--alpha-white-30);--icon-oncolor:var(--colors-base-white);--tag-background-neutral:var(--colors-primary-sa-flag-600-primary);--tag-background-neutral-light:var(--colors-neutral-800);--tag-background-on-color:var(--colors-alpha-alpha-white-20);--tag-text-neutral:var(--colors-neutral-100);--tag-text-success:var(--colors-green-800);--tag-text-info:var(--colors-blue-800);--tag-text-warning:var(--colors-yellow-800);--tag-text-error:var(--colors-red-800);--tag-icon-neutral:var(--colors-neutral-100);--tag-icon-success:var(--colors-green-800);--tag-icon-info:var(--colors-blue-800);--tag-icon-warning:var(--colors-yellow-800);--tag-icon-error:var(--colors-red-800);--tag-background-success:var(--colors-green-700);--tag-background-success-light:var(--colors-green-50);--tag-background-info:var(--colors-blue-600);--tag-background-info-light:var(--colors-blue-50);--tag-background-warning:var(--colors-yellow-700);--tag-background-warning-light:var(--colors-yellow-50);--tag-background-error:var(--colors-red-600);--tag-background-error-light:var(--colors-red-50);--tag-border-neutral:var(--colors-neutral-300);--tag-border-neutral-light:var(--colors-neutral-800);--tag-border-on-color:var(--colors-alpha-alpha-white-60);--tag-border-success:var(--colors-green-700);--tag-border-success-light:var(--colors-green-200);--tag-border-info:var(--colors-blue-700);--tag-border-info-light:var(--colors-blue-200);--tag-border-warning:var(--colors-red-700);--tag-border-warning-light:var(--colors-yellow-200);--tag-border-error:var(--colors-red-700);--tag-border-error-light:var(--colors-red-200);--tag-dot:var(--colors-alpha-alpha-white-60);--form-text-form-title:var(--text-default);--controls-control-primary:var(--alpha-white-0);--table-cell-border:var(--colors-neutral-600);--table-cell-border-inverse:var(--border-black);--table-text-head:var(--colors-neutral-300);--table-text-body:var(--text-default);--table-background-disabled:var(--background-disabled);--table-background-hover-selected:var(--colors-neutral-900);--table-background-header:var(--colors-neutral-900);--table-background-row:var(--colors-neutral-900);--controls-control-primary-checked:var(--colors-primary-sa-flag-600-primary);--controls-control-primary-hovered:var(--colors-primary-sa-flag-300);--controls-control-primary-pressed:var(--colors-primary-sa-flag-400);--controls-control-primary-focused:var(--colors-primary-sa-flag-600-primary);--controls-control-neutral-checked:var(--colors-neutral-600);--controls-control-neutral-hovered:var(--colors-neutral-400);--controls-control-neutral-pressed:var(--colors-neutral-400);--controls-control-neutral-focused:var(--colors-neutral-600);--controls-control-primary--readonly:var(--alpha-white-0);--controls-control-pressed:var(--colors-neutral-600);--controls-control-ripple-effect:var(--colors-neutral-950);--controls-control-border:var(--colors-neutral-400);--form-text-form-paragraph:var(--text-secondary-paragraph);--form-field-text-label:var(--text-default);--form-field-text-placeholder:var(--text-secondary-paragraph);--form-field-text-hovered:var(--text-default);--stepper-button-completed:var(--colors-green-600);--tooltip-background-light:var(--colors-neutral-800);--tooltip-text-heading-light:var(--text-display);--tooltip-text-paragraph-light:var(--text-primary-paragraph);--tooltip-background-dark:var(--colors-base-white);--tooltip-text-heading-dark:var(--colors-neutral-800);--tooltip-text-paragraph-dark:var(--colors-neutral-700);--alpha-white-0:var(--colors-alpha-alpha-black-10);--alpha-white-10:var(--colors-alpha-alpha-black-10);--alpha-white-20:var(--colors-alpha-alpha-black-20);--alpha-white-30:var(--colors-alpha-alpha-black-30);--alpha-white-40:var(--colors-alpha-alpha-black-40);--alpha-white-50:var(--colors-alpha-alpha-black-50);--alpha-white-60:var(--colors-alpha-alpha-black-60);--alpha-white-70:var(--colors-alpha-alpha-black-70);--alpha-white-80:var(--colors-alpha-alpha-black-80);--alpha-white-90:var(--colors-alpha-alpha-black-90);--alpha-white-100:var(--colors-alpha-alpha-black-100);--alpha-black-0:var(--colors-alpha-alpha-white-10);--alpha-black-10:var(--colors-alpha-alpha-white-10);--alpha-black-20:var(--colors-alpha-alpha-white-20);--alpha-black-30:var(--colors-alpha-alpha-white-30);--alpha-black-40:var(--colors-alpha-alpha-white-40);--alpha-black-50:var(--colors-alpha-alpha-white-50);--alpha-black-60:var(--colors-alpha-alpha-white-60);--alpha-black-70:var(--colors-alpha-alpha-white-70);--alpha-black-80:var(--colors-alpha-alpha-white-80);--alpha-black-90:var(--colors-alpha-alpha-white-90);--alpha-black-100:var(--colors-alpha-alpha-white-100);--background-disabled:var(--colors-neutral-700);--background-disabled-primary:var(--colors-primary-sa-flag-700);--background-inverse-disabled:var(--colors-neutral-700);--stepper-button-completed-hovered:var(--colors-primary-sa-flag-700);--stepper-button-current:var(--colors-green-600);--stepper-button-current-hovered:var(--colors-primary-sa-flag-700);--stepper-button-upcomming:var(--colors-neutral-600);--stepper-button-upcomming-hovered:var(--colors-neutral-600);--stepper-button-background:var(--colors-base-white);--stepper-text-primary:var(--text-default);--stepper-text-secondary:var(--text-primary-paragraph);--stepper-text-tertiary:var(--text-secondary-paragraph);--stepper-line-completed:var(--colors-primary-sa-flag-600-primary);--stepper-line-completed-hovered:var(--colors-primary-sa-flag-700);--stepper-line-current:var(--colors-neutral-700);--stepper-line-upcomming:var(--colors-neutral-700);--stepper-line-upcomming-hovered:var(--colors-neutral-700);--form-field-text-focused:var(--text-primary-paragraph);--form-field-text-pressed:var(--text-primary-paragraph);--form-field-text-filled:var(--text-default);--form-field-text-readonly:var(--text-default);--form-field-text-helper:var(--text-secondary-paragraph);--form-field-background-default:var(--colors-neutral-800);--form-field-background-lighter:var(--colors-neutral-600);--form-field-background-darker:var(--colors-neutral-800);--form-field-background-pressed:#4d5761;--form-field-border-default:var(--colors-neutral-500);--form-field-border-hovered:var(--colors-neutral-200);--form-field-border-pressed:var(--colors-neutral-25);--form-field-border-error:var(--border-error);--form-option-background-hover:var(--colors-neutral-500);--form-option-background-pressed:var(--colors-neutral-700);--form-datecell-background-default:var(--colors-primary-sa-flag-600-primary);--form-datecell-background-hovered:var(--colors-primary-sa-flag-700);--icon-default:var(--colors-base-white);--form-datecell-background-pressed:var(--colors-primary-sa-flag-900);--form-datecell-background-focused:var(--colors-primary-sa-flag-600-primary);--form-datecell-today-background-default:var(--alpha-white-0);--form-datecell-today-background-hovered:var(--colors-neutral-700);--form-datecell-today-background-pressed:var(--colors-neutral-600);--icon-default-500:var(--colors-neutral-200);--form-datecell-today-background-focused:var(--alpha-white-0);--form-datecell-background-disabled:#ffffff;--form-datecell-background-600:var(--colors-primary-sa-flag-600-primary);--form-datecell-background-300:var(--colors-primary-sa-flag-300);--form-datecell-background-200:var(--colors-primary-sa-flag-400);--form-datecell-background-100:var(--colors-primary-sa-flag-300);--controls-control-icon-hovered:var(--colors-primary-sa-flag-800);--alpha-primary-10:#166a4519;--icon-default-400:var(--colors-neutral-500);--icon-primary:var(--colors-primary-sa-flag-600-primary);--alpha-primary-20:#166a4533;--icon-primary-light:var(--colors-primary-sa-flag-50);--alpha-warning-10:#fec84b19;--icon-primary-400:var(--colors-primary-sa-flag-400);--alpha-warning-20:#fec84b33;--alpha-error-10:#b4231819;--alpha-error-20:#b4231833;--alpha-info-10:#156fee19;--alpha-info-20:#156fee33;--alpha-success-10:#06945419;--alpha-success-20:#06945433;--icon-neutral:var(--colors-neutral-500);--icon-neutral-light:var(--colors-neutral-950);--icon-secondary:var(--colors-secondary-gold-600-primary);--icon-secondary-light:var(--colors-secondary-gold-50);--icon-tertiary:var(--colors-tertiary-lavendar-600);--icon-tertiary-light:var(--colors-tertiary-lavendar-50);--icon-success:var(--colors-green-600);--icon-success-light:var(--colors-green-50);--icon-info:var(--colors-blue-700);--icon-info-light:var(--colors-blue-50);--icon-warning:var(--colors-yellow-700);--icon-warning-light:var(--colors-yellow-50);--icon-error:var(--colors-red-700);--icon-error-light:var(--colors-red-50);--icon-default-disabled:var(--colors-base-white);--icon-default-oncolor-disabled:var(--colors-base-white);--control-disabled:var(--colors-alpha-alpha-white-30);--featuredicons-icon-oncolor:var(--colors-base-white);--featuredicons-icon-success:var(--colors-green-600);--featuredicons-icon-default:var(--colors-base-white);--featuredicons-icon-error:var(--colors-red-700);--featuredicons-icon-secondary:var(--colors-secondary-gold-600-primary);--featuredicons-icon-default-500:var(--colors-neutral-200);--featuredicons-background-error-light:var(--colors-red-50);--featuredicons-background-info-light:var(--colors-blue-50);--featuredicons-background-warning-light:var(--colors-yellow-50);--featuredicons-background-success-light:var(--colors-green-50);--featuredicons-background-brand-light:var(--colors-primary-sa-flag-50);--featuredicons-background-default-light:var(--colors-neutral-50);--featuredicons-icon-default-400:var(--colors-neutral-500);--featuredicons-icon-primary:var(--colors-primary-sa-flag-600-primary);--featuredicons-icon-primary-light:var(--colors-primary-sa-flag-50);--featuredicons-icon-primary-400:var(--colors-primary-sa-flag-400);--featuredicons-icon-neutral:var(--colors-neutral-500);--featuredicons-icon-neutral-light:var(--colors-neutral-950);--featuredicons-icon-secondary-light:var(--colors-secondary-gold-50);--featuredicons-icon-tertiary:var(--colors-tertiary-lavendar-600);--featuredicons-icon-tertiary-light:var(--colors-tertiary-lavendar-50);--featuredicons-icon-success-light:var(--colors-green-50);--featuredicons-icon-info:var(--colors-blue-700);--featuredicons-icon-info-light:var(--colors-blue-50);--featuredicons-icon-warning:var(--colors-yellow-700);--featuredicons-bg-icon-warning-light:var(--alpha-warning-10);--featuredicons-bg-icon-error-light:var(--alpha-error-10);--featuredicons-bg-icon-brand-light:var(--alpha-primary-10);--featuredicons-bg-icon-info-light:var(--alpha-info-10);--featuredicons-bg-icon-success-light:var(--alpha-success-10);--controls-control-icon-pressed:var(--colors-primary-sa-flag-800);--controls-control-icon-disabled:var(--colors-neutral-400);--notification-background-error-light:var(--colors-red-50);--notification-background-info-light:var(--colors-blue-50);--notification-background-warning-light:var(--colors-yellow-50);--notification-background-success-light:var(--colors-green-50);--notification-background-brand-light:var(--colors-primary-sa-flag-50);--notification-background-default-light:var(--colors-neutral-50);--notification-background-default-50:var(--alpha-white-10);--notification-background-success-50:var(--alpha-success-20);--notification-background-warning-50:var(--alpha-warning-20);--notification-background-error-50:var(--alpha-error-20);--notification-background-brand-50:var(--alpha-primary-20);--notification-background-info-50:var(--alpha-info-20);--notification-background-default-25:var(--alpha-white-0);--notification-background-success-25:var(--alpha-primary-10);--notification-background-warning-25:var(--alpha-warning-10);--notification-background-error-25:var(--alpha-error-10);--notification-background-brand-25:var(--alpha-primary-10);--notification-background-info-25:var(--alpha-info-10);--notification-text-success:var(--colors-green-300);--notification-text-error:var(--colors-red-300);--notification-text-info:var(--colors-blue-300);--notification-text-warning:var(--colors-yellow-300);--notification-text-brand:var(--colors-primary-sa-flag-300);--controls-control-text-error:var(--colors-red-300)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;zoom:1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic;}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible;}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0}html,button,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:0.2em 0;background:#ccc;color:#000;padding:0.2em 0}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}*{box-sizing:border-box}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:"IBMPlexSansArabic";src:url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Regular.woff2") format("woff2"), url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Regular.woff") format("woff");font-weight:400;font-style:normal}@font-face{font-family:"IBMPlexSansArabic";src:url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Medium.woff2") format("woff2"), url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Medium.woff") format("woff");font-weight:500;font-style:normal}@font-face{font-family:"IBMPlexSansArabic";src:url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-SemiBold.woff2") format("woff2"), url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-SemiBold.woff") format("woff");font-weight:600;font-style:normal}@font-face{font-family:"IBMPlexSansArabic";src:url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Bold.woff2") format("woff2"), url("https://assets-nu-mauve.vercel.app/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Bold.woff") format("woff");font-weight:700;font-style:normal;font-display:auto}body{font-family:"IBMPlexSansArabic"}a,a:active,a:focus{color:inherit;text-decoration:none}.display-2xl-regular{font:400 72px/90px "IBMPlexSansArabic"}.display-xl-regular{font:400 60px/72px "IBMPlexSansArabic"}.display-lg-regular{font:400 48px/60px "IBMPlexSansArabic"}.display-md-regular{font:400 36px/44px "IBMPlexSansArabic"}.display-sm-regular{font:400 30px/38px "IBMPlexSansArabic"}.display-xs-regular{font:400 24px/32px "IBMPlexSansArabic"}.text-xl-regular{font:400 20px/30px "IBMPlexSansArabic"}.text-lg-regular{font:400 18px/28px "IBMPlexSansArabic"}.text-md-regular,.dropdown--lg .dropdown__option-label,.dropdown--lg .dropdown__label,.dropdown--lg .dropdown__label-placeholder,.dropdown__btn,.dropdown__label{font:400 16px/24px "IBMPlexSansArabic"}.text-sm-regular,.dropdown--md .dropdown__option-label,.dropdown--md .dropdown__label,.dropdown--md .dropdown__label-placeholder,.dropdown__option-label{font:400 14px/20px "IBMPlexSansArabic"}.text-xs-regular{font:400 12px/18px "IBMPlexSansArabic"}.text-2xs-regular{font:400 10px/14px "IBMPlexSansArabic"}.display-2xl-medium{font:500 72px/90px "IBMPlexSansArabic"}.display-xl-medium{font:500 60px/72px "IBMPlexSansArabic"}.display-lg-medium{font:500 48px/60px "IBMPlexSansArabic"}.display-md-medium{font:500 36px/44px "IBMPlexSansArabic"}.display-sm-medium{font:500 30px/38px "IBMPlexSansArabic"}.display-xs-medium{font:500 24px/32px "IBMPlexSansArabic"}.text-xl-medium{font:500 20px/30px "IBMPlexSansArabic"}.text-lg-medium{font:500 18px/28px "IBMPlexSansArabic"}.text-md-medium{font:500 16px/24px "IBMPlexSansArabic"}.text-sm-medium{font:500 14px/20px "IBMPlexSansArabic"}.text-xs-medium{font:500 12px/18px "IBMPlexSansArabic"}.text-2xs-medium{font:500 10px/14px "IBMPlexSansArabic"}.display-2xl-semibold{font:600 72px/90px "IBMPlexSansArabic"}.display-xl-semibold{font:600 60px/72px "IBMPlexSansArabic"}.display-lg-semibold{font:600 48px/60px "IBMPlexSansArabic"}.display-md-semibold{font:600 36px/44px "IBMPlexSansArabic"}.display-sm-semibold{font:600 30px/38px "IBMPlexSansArabic"}.display-xs-semibold{font:600 24px/32px "IBMPlexSansArabic"}.text-xl-semibold{font:600 20px/30px "IBMPlexSansArabic"}.text-lg-semibold{font:600 18px/28px "IBMPlexSansArabic"}.text-md-semibold{font:600 16px/24px "IBMPlexSansArabic"}.text-sm-semibold,.dropdown__list-group-label{font:600 14px/20px "IBMPlexSansArabic"}.text-xs-semibold{font:600 12px/18px "IBMPlexSansArabic"}.text-2xs-semibold{font:600 10px/14px "IBMPlexSansArabic"}.display-2xl-bold{font:700 72px/90px "IBMPlexSansArabic"}.display-xl-bold{font:700 60px/72px "IBMPlexSansArabic"}.display-lg-bold{font:700 48px/60px "IBMPlexSansArabic"}.display-md-bold{font:700 36px/44px "IBMPlexSansArabic"}.display-sm-bold{font:700 30px/38px "IBMPlexSansArabic"}.display-xs-bold{font:700 24px/32px "IBMPlexSansArabic"}.text-xl-bold{font:700 20px/30px "IBMPlexSansArabic"}.text-lg-bold{font:700 18px/28px "IBMPlexSansArabic"}.text-md-bold{font:700 16px/24px "IBMPlexSansArabic"}.text-sm-bold{font:700 14px/20px "IBMPlexSansArabic"}.text-xs-bold{font:700 12px/18px "IBMPlexSansArabic"}.text-2xs-bold{font:700 10px/14px "IBMPlexSansArabic"}.dga-spacing-hor-0{height:0px}.dga-spacing-vert-0{width:0px}.dga-p-0{padding:0px}.dga-px-0{padding-inline:0px}.dga-py-0{padding-block:0px}.dga-pl-0{padding-left:0px}.dga-pr-0{padding-right:0px}.dga-pt-0{padding-top:0px}.dga-pb-0{padding-bottom:0px}.dga-mx-0{margin-inline:0px}.dga-my-0{margin-block:0px}.dga-ml-0{margin-left:0px}.dga-mr-0{margin-right:0px}.dga-mt-0{margin-top:0px}.dga-mb-0{margin-bottom:0px}.dga-spacing-hor-2{height:8px}.dga-spacing-vert-2{width:8px}.dga-p-2{padding:8px}.dga-px-2{padding-inline:8px}.dga-py-2{padding-block:8px}.dga-pl-2{padding-left:8px}.dga-pr-2{padding-right:8px}.dga-pt-2{padding-top:8px}.dga-pb-2{padding-bottom:8px}.dga-mx-2{margin-inline:8px}.dga-my-2{margin-block:8px}.dga-ml-2{margin-left:8px}.dga-mr-2{margin-right:8px}.dga-mt-2{margin-top:8px}.dga-mb-2{margin-bottom:8px}.dga-spacing-hor-4{height:16px}.dga-spacing-vert-4{width:16px}.dga-p-4{padding:16px}.dga-px-4{padding-inline:16px}.dga-py-4{padding-block:16px}.dga-pl-4{padding-left:16px}.dga-pr-4{padding-right:16px}.dga-pt-4{padding-top:16px}.dga-pb-4{padding-bottom:16px}.dga-mx-4{margin-inline:16px}.dga-my-4{margin-block:16px}.dga-ml-4{margin-left:16px}.dga-mr-4{margin-right:16px}.dga-mt-4{margin-top:16px}.dga-mb-4{margin-bottom:16px}.dga-spacing-hor-8{height:32px}.dga-spacing-vert-8{width:32px}.dga-p-8{padding:32px}.dga-px-8{padding-inline:32px}.dga-py-8{padding-block:32px}.dga-pl-8{padding-left:32px}.dga-pr-8{padding-right:32px}.dga-pt-8{padding-top:32px}.dga-pb-8{padding-bottom:32px}.dga-mx-8{margin-inline:32px}.dga-my-8{margin-block:32px}.dga-ml-8{margin-left:32px}.dga-mr-8{margin-right:32px}.dga-mt-8{margin-top:32px}.dga-mb-8{margin-bottom:32px}.dga-spacing-hor-12{height:48px}.dga-spacing-vert-12{width:48px}.dga-p-12{padding:48px}.dga-px-12{padding-inline:48px}.dga-py-12{padding-block:48px}.dga-pl-12{padding-left:48px}.dga-pr-12{padding-right:48px}.dga-pt-12{padding-top:48px}.dga-pb-12{padding-bottom:48px}.dga-mx-12{margin-inline:48px}.dga-my-12{margin-block:48px}.dga-ml-12{margin-left:48px}.dga-mr-12{margin-right:48px}.dga-mt-12{margin-top:48px}.dga-mb-12{margin-bottom:48px}.dga-spacing-hor-16{height:64px}.dga-spacing-vert-16{width:64px}.dga-p-16{padding:64px}.dga-px-16{padding-inline:64px}.dga-py-16{padding-block:64px}.dga-pl-16{padding-left:64px}.dga-pr-16{padding-right:64px}.dga-pt-16{padding-top:64px}.dga-pb-16{padding-bottom:64px}.dga-mx-16{margin-inline:64px}.dga-my-16{margin-block:64px}.dga-ml-16{margin-left:64px}.dga-mr-16{margin-right:64px}.dga-mt-16{margin-top:64px}.dga-mb-16{margin-bottom:64px}.dga-spacing-hor-24{height:96px}.dga-spacing-vert-24{width:96px}.dga-p-24{padding:96px}.dga-px-24{padding-inline:96px}.dga-py-24{padding-block:96px}.dga-pl-24{padding-left:96px}.dga-pr-24{padding-right:96px}.dga-pt-24{padding-top:96px}.dga-pb-24{padding-bottom:96px}.dga-mx-24{margin-inline:96px}.dga-my-24{margin-block:96px}.dga-ml-24{margin-left:96px}.dga-mr-24{margin-right:96px}.dga-mt-24{margin-top:96px}.dga-mb-24{margin-bottom:96px}.dga-spacing-hor-32{height:128px}.dga-spacing-vert-32{width:128px}.dga-p-32{padding:128px}.dga-px-32{padding-inline:128px}.dga-py-32{padding-block:128px}.dga-pl-32{padding-left:128px}.dga-pr-32{padding-right:128px}.dga-pt-32{padding-top:128px}.dga-pb-32{padding-bottom:128px}.dga-mx-32{margin-inline:128px}.dga-my-32{margin-block:128px}.dga-ml-32{margin-left:128px}.dga-mr-32{margin-right:128px}.dga-mt-32{margin-top:128px}.dga-mb-32{margin-bottom:128px}.dga-spacing-hor-40{height:160px}.dga-spacing-vert-40{width:160px}.dga-p-40{padding:160px}.dga-px-40{padding-inline:160px}.dga-py-40{padding-block:160px}.dga-pl-40{padding-left:160px}.dga-pr-40{padding-right:160px}.dga-pt-40{padding-top:160px}.dga-pb-40{padding-bottom:160px}.dga-mx-40{margin-inline:160px}.dga-my-40{margin-block:160px}.dga-ml-40{margin-left:160px}.dga-mr-40{margin-right:160px}.dga-mt-40{margin-top:160px}.dga-mb-40{margin-bottom:160px}.dga-spacing-hor-48{height:192px}.dga-spacing-vert-48{width:192px}.dga-p-48{padding:192px}.dga-px-48{padding-inline:192px}.dga-py-48{padding-block:192px}.dga-pl-48{padding-left:192px}.dga-pr-48{padding-right:192px}.dga-pt-48{padding-top:192px}.dga-pb-48{padding-bottom:192px}.dga-mx-48{margin-inline:192px}.dga-my-48{margin-block:192px}.dga-ml-48{margin-left:192px}.dga-mr-48{margin-right:192px}.dga-mt-48{margin-top:192px}.dga-mb-48{margin-bottom:192px}.dga-spacing-hor-56{height:224px}.dga-spacing-vert-56{width:224px}.dga-p-56{padding:224px}.dga-px-56{padding-inline:224px}.dga-py-56{padding-block:224px}.dga-pl-56{padding-left:224px}.dga-pr-56{padding-right:224px}.dga-pt-56{padding-top:224px}.dga-pb-56{padding-bottom:224px}.dga-mx-56{margin-inline:224px}.dga-my-56{margin-block:224px}.dga-ml-56{margin-left:224px}.dga-mr-56{margin-right:224px}.dga-mt-56{margin-top:224px}.dga-mb-56{margin-bottom:224px}.dga-spacing-hor-64{height:256px}.dga-spacing-vert-64{width:256px}.dga-p-64{padding:256px}.dga-px-64{padding-inline:256px}.dga-py-64{padding-block:256px}.dga-pl-64{padding-left:256px}.dga-pr-64{padding-right:256px}.dga-pt-64{padding-top:256px}.dga-pb-64{padding-bottom:256px}.dga-mx-64{margin-inline:256px}.dga-my-64{margin-block:256px}.dga-ml-64{margin-left:256px}.dga-mr-64{margin-right:256px}.dga-mt-64{margin-top:256px}.dga-mb-64{margin-bottom:256px}.dga-spacing-hor-72{height:288px}.dga-spacing-vert-72{width:288px}.dga-p-72{padding:288px}.dga-px-72{padding-inline:288px}.dga-py-72{padding-block:288px}.dga-pl-72{padding-left:288px}.dga-pr-72{padding-right:288px}.dga-pt-72{padding-top:288px}.dga-pb-72{padding-bottom:288px}.dga-mx-72{margin-inline:288px}.dga-my-72{margin-block:288px}.dga-ml-72{margin-left:288px}.dga-mr-72{margin-right:288px}.dga-mt-72{margin-top:288px}.dga-mb-72{margin-bottom:288px}.dga-spacing-hor-80{height:320px}.dga-spacing-vert-80{width:320px}.dga-p-80{padding:320px}.dga-px-80{padding-inline:320px}.dga-py-80{padding-block:320px}.dga-pl-80{padding-left:320px}.dga-pr-80{padding-right:320px}.dga-pt-80{padding-top:320px}.dga-pb-80{padding-bottom:320px}.dga-mx-80{margin-inline:320px}.dga-my-80{margin-block:320px}.dga-ml-80{margin-left:320px}.dga-mr-80{margin-right:320px}.dga-mt-80{margin-top:320px}.dga-mb-80{margin-bottom:320px}.dga-spacing-hor-88{height:352px}.dga-spacing-vert-88{width:352px}.dga-p-88{padding:352px}.dga-px-88{padding-inline:352px}.dga-py-88{padding-block:352px}.dga-pl-88{padding-left:352px}.dga-pr-88{padding-right:352px}.dga-pt-88{padding-top:352px}.dga-pb-88{padding-bottom:352px}.dga-mx-88{margin-inline:352px}.dga-my-88{margin-block:352px}.dga-ml-88{margin-left:352px}.dga-mr-88{margin-right:352px}.dga-mt-88{margin-top:352px}.dga-mb-88{margin-bottom:352px}.dga-spacing-hor-96{height:384px}.dga-spacing-vert-96{width:384px}.dga-p-96{padding:384px}.dga-px-96{padding-inline:384px}.dga-py-96{padding-block:384px}.dga-pl-96{padding-left:384px}.dga-pr-96{padding-right:384px}.dga-pt-96{padding-top:384px}.dga-pb-96{padding-bottom:384px}.dga-mx-96{margin-inline:384px}.dga-my-96{margin-block:384px}.dga-ml-96{margin-left:384px}.dga-mr-96{margin-right:384px}.dga-mt-96{margin-top:384px}.dga-mb-96{margin-bottom:384px}.dga-spacing-hor-104{height:416px}.dga-spacing-vert-104{width:416px}.dga-p-104{padding:416px}.dga-px-104{padding-inline:416px}.dga-py-104{padding-block:416px}.dga-pl-104{padding-left:416px}.dga-pr-104{padding-right:416px}.dga-pt-104{padding-top:416px}.dga-pb-104{padding-bottom:416px}.dga-mx-104{margin-inline:416px}.dga-my-104{margin-block:416px}.dga-ml-104{margin-left:416px}.dga-mr-104{margin-right:416px}.dga-mt-104{margin-top:416px}.dga-mb-104{margin-bottom:416px}.dga-spacing-hor-112{height:448px}.dga-spacing-vert-112{width:448px}.dga-p-112{padding:448px}.dga-px-112{padding-inline:448px}.dga-py-112{padding-block:448px}.dga-pl-112{padding-left:448px}.dga-pr-112{padding-right:448px}.dga-pt-112{padding-top:448px}.dga-pb-112{padding-bottom:448px}.dga-mx-112{margin-inline:448px}.dga-my-112{margin-block:448px}.dga-ml-112{margin-left:448px}.dga-mr-112{margin-right:448px}.dga-mt-112{margin-top:448px}.dga-mb-112{margin-bottom:448px}.dga-spacing-hor-120{height:480px}.dga-spacing-vert-120{width:480px}.dga-p-120{padding:480px}.dga-px-120{padding-inline:480px}.dga-py-120{padding-block:480px}.dga-pl-120{padding-left:480px}.dga-pr-120{padding-right:480px}.dga-pt-120{padding-top:480px}.dga-pb-120{padding-bottom:480px}.dga-mx-120{margin-inline:480px}.dga-my-120{margin-block:480px}.dga-ml-120{margin-left:480px}.dga-mr-120{margin-right:480px}.dga-mt-120{margin-top:480px}.dga-mb-120{margin-bottom:480px}.dga-radius-small{border-radius:2px}.dga-radius-small-t{border-radius:2px 2px 0 0}.dga-radius-small-tl{border-radius:2px 0px 0 0}.dga-radius-small-tr{border-radius:0px 2px 0 0}.dga-radius-small-b{border-radius:0 0 2px 2px}.dga-radius-small-bl{border-radius:0 0 2px 0px}.dga-radius-small-br{border-radius:0 0 0px 2px}.dga-radius-medium{border-radius:4px}.dga-radius-medium-t{border-radius:4px 4px 0 0}.dga-radius-medium-tl{border-radius:4px 0px 0 0}.dga-radius-medium-tr{border-radius:0px 4px 0 0}.dga-radius-medium-b{border-radius:0 0 4px 4px}.dga-radius-medium-bl{border-radius:0 0 4px 0px}.dga-radius-medium-br{border-radius:0 0 0px 4px}.dga-radius-large{border-radius:8px}.dga-radius-large-t{border-radius:8px 8px 0 0}.dga-radius-large-tl{border-radius:8px 0px 0 0}.dga-radius-large-tr{border-radius:0px 8px 0 0}.dga-radius-large-b{border-radius:0 0 8px 8px}.dga-radius-large-bl{border-radius:0 0 8px 0px}.dga-radius-large-br{border-radius:0 0 0px 8px}.dga-radius-xlarge{border-radius:12px}.dga-radius-xlarge-t{border-radius:12px 12px 0 0}.dga-radius-xlarge-tl{border-radius:12px 0px 0 0}.dga-radius-xlarge-tr{border-radius:0px 12px 0 0}.dga-radius-xlarge-b{border-radius:0 0 12px 12px}.dga-radius-xlarge-bl{border-radius:0 0 12px 0px}.dga-radius-xlarge-br{border-radius:0 0 0px 12px}.dga-radius-none{border-radius:0px}.dga-radius-circular{border-radius:100%}.dga-flex{display:flex}.dga-flex-column{display:flex;flex-direction:column}.dga-flex-center{display:flex;align-items:center;justify-content:center}.dga-flex-center-y{display:flex;align-items:center}.dga-flex-center-x{display:flex;justify-content:center}.dga-flex-between{display:flex;justify-content:space-between}.dga-flex-wrap{flex-wrap:wrap}.dga-flex-align-stretch{align-items:stretch}.dga-flex-align-start{align-items:flex-start}.dga-flex-align-end{align-items:flex-end}.dga-flex-justify-end{justify-content:flex-end}.dga-flex-justify-start{justify-content:flex-start}.dga-text-right{text-align:right}.dga-text-left{text-align:left}.dga-text-center{text-align:center}.dga-shadow-xs{box-shadow:var(--shadow-xs)}.dga-shadow-sm{box-shadow:var(--shadow-sm)}.dga-shadow-md,.dropdown__btn.open{box-shadow:var(--shadow-md)}.dga-shadow-lg{box-shadow:var(--shadow-lg)}.dga-shadow-xl,.dropdown__list{box-shadow:var(--shadow-xl)}.dga-shadow-2xl{box-shadow:var(--shadow-2xl)}.dga-shadow-3xl{box-shadow:var(--shadow-3xl)}.dga-ver-divider{width:1px;height:48px;background:hsla(var(--colors-alpha-black)/20%);margin-inline:var(--spacing-xl)}@media only screen and (max-width: 37.5em){.dga-xs-hide{display:none}}.dga-flex-justify-start{justify-content:start}.dga-flex-justify-end{justify-content:end}.dga-flex-justify-center{justify-content:center}.dga-flex-justify-between{justify-content:between}.dga-flex-justify-around{justify-content:around}.dga-flex-align-start{align-items:start}.dga-flex-align-end{align-items:end}.dga-flex-align-center{align-items:center}.dga-flex-align-stretch{align-items:stretch}.dropdown{display:flex;flex-direction:column;width:100%;min-width:200px;position:relative;border-radius:var(--radius-sm);}.dropdown__label{color:var(--colors-text-placeholder);display:none}.dropdown__label--selection{color:var(--field-text-filled);display:inline-block}.dropdown__label--selection~.dropdown__label-placeholder{display:none}.dropdown__chevron{position:absolute;top:50%;right:var(--spacing-xl);transform:translateY(-50%);color:var(--icon-default);transition:all 0.4s ease-in-out;display:flex}.dropdown__btn{cursor:pointer;height:auto;min-height:40px;width:100%;border-radius:var(--radius-sm);border:1px solid var(--form-field-border-default);background-color:var(--form-field-background-default);padding:var(--spacing-none) var(--spacing-xl);display:flex;justify-content:space-between;align-items:center;position:relative;color:var(--form-field-text-placeholder)}.dropdown__btn:focus{outline:0}.dropdown__btn:hover{border-color:var(--form-field-border-hovered)}.dropdown__btn::after{content:"";position:absolute;bottom:0;left:50%;width:0%;height:2px;transform:translateX(-50%);background-color:var(--form-field-border-pressed);transition:width 0.2s ease-in-out}.dropdown__btn.open .dropdown__chevron{transform:rotate(180deg) translateY(50%)}.dropdown__btn.open::after{width:100%}.dropdown__btn.active{background-color:var(--Colors-Gray-neutral-50)}.dropdown__btn.active::after{width:50%}.dropdown--readonly .dropdown__btn,.dropdown--disabled .dropdown__btn{border-color:var(--colors-gray-neutral-300)}.dropdown--readonly .dropdown__btn:hover,.dropdown--disabled .dropdown__btn:hover{border-color:var(--colors-gray-neutral-300);box-shadow:none !important}.dropdown--readonly .dropdown__btn::after,.dropdown--disabled .dropdown__btn::after{display:none}.dropdown--readonly .dropdown__btn,.dropdown--readonly .dropdown__label,.dropdown--readonly .dropdown__label-placeholder,.dropdown--disabled .dropdown__btn,.dropdown--disabled .dropdown__label,.dropdown--disabled .dropdown__label-placeholder{color:var(--form-field-text-placeholder)}.dropdown--readonly .dropdown__chevron,.dropdown--disabled .dropdown__chevron{color:var(--colors-gray-neutral-300)}.dropdown--disabled .dropdown__btn,.dropdown--disabled .dropdown__label,.dropdown--disabled .dropdown__label-placeholder{color:var(--colors-gray-neutral-300)}.dropdown__list{display:flex;padding:var(--spacing-md);flex-direction:column;align-items:flex-start;border-radius:var(--radius-sm);border:1px solid var(--border-neutral-primary);background:var(--form-field-background-default);position:absolute;left:0;right:0;top:40px;overflow-y:auto;list-style:none;height:auto;max-height:0;padding-block:0;z-index:-2;opacity:0;overflow:hidden;transition:z-index 0.1s ease-in-out, padding-block 0.1s ease-in-out, max-height 0.2s 0.01s ease-in-out;pointer-events:none}.dropdown__list::-webkit-scrollbar{height:100px;width:calc(8px + 2 * var(--spacing-xs))}.dropdown__list::-webkit-scrollbar-track{background-color:transparent;padding:var(--spacing-xs)}.dropdown__list::-webkit-scrollbar-thumb{height:100px;border-radius:var(--radius-full);border:var(--spacing-xs) solid transparent;background-color:var(--colors-gray-neutral-300);background-clip:content-box;mix-blend-mode:multiply}.dropdown__list li{width:100%;padding:0;margin:0}.dropdown__list-group{list-style:none}.dropdown__list-group-label{padding:var(--spacing-md, 8px) var(--spacing-md, 8px) var(--spacing-none, 0px) var(--spacing-md, 8px) !important;color:var(--colors-text-quarterary)}.dropdown__btn.open+.dropdown__list{z-index:2;opacity:1;padding-block:var(--spacing-md);max-height:376px;pointer-events:auto;overflow-y:auto;width:max-content;min-width:100%}.dropdown__option{cursor:pointer;position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md);gap:var(--spacing-md);border-radius:var(--radius-sm);background-color:transparent;border:0;margin:0}.dropdown__option-label{color:var(--text-default)}.dropdown__option-icon{opacity:0}.dropdown__option:hover{background-color:var(--form-option-background-hover)}.dropdown__option:focus{outline:2px solid var(--border-black)}.dropdown__option.active{outline:none;background-color:var(--form-option-background-pressed)}.dropdown__option.selected>.dropdown__option-icon{opacity:1}.dropdown__option--checkbox .dropdown__option-icon{display:none !important;color:var(--form-field-background-default);font-size:18px !important;font-weight:bolder !important}.dropdown__option--checkbox.selected>.dropdown__option-icon-container{background-color:var(--form-field-border-pressed)}.dropdown__option--checkbox.selected>.dropdown__option-icon-container>.dropdown__option-icon{opacity:1;display:inline-block !important;color:var(--field-background-default) !important}.dropdown__option--checkbox .dropdown__option-icon-container{width:24px;height:24px;min-width:24px;border-radius:var(--radius-xs);border:1px solid var(--text-display);display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;margin:var(--spacing-xs);-webkit-user-select:none;-ms-user-select:none;user-select:none}.dropdown--multi-select{min-height:40px;height:auto}.dropdown--multi-select .dropdown__option{justify-content:flex-start}.dropdown--error .dropdown__btn{border:1px solid var(--form-field-border-error) !important}.dropdown--error .dropdown__btn::after{background-color:var(--form-field-border-error) !important}.dropdown__feedback-icon{height:100%;display:inline-flex;align-items:center;margin-right:calc(var(--spacing-xl) + 10px)}.dropdown__feedback-icon span{font-size:20px;position:relative;z-index:0}.dropdown__feedback-icon span::after{content:"";display:block;width:100%;height:100%;transform:scale(1.16);position:absolute;top:0;left:0;border-radius:var(--radius-full);z-index:-1}.dropdown__feedback-icon--success{color:var(--text-success)}.dropdown__feedback-icon--success span::after{background-color:var(--colors-brand-100)}.dropdown__feedback-icon--error{color:var(--text-error)}.dropdown__feedback-icon--error span::after{background-color:var(--text-error-100)}.dropdown__feedback-icon--warning{color:var(--text-warning)}.dropdown__feedback-icon--warning span::after{background-color:var(--text-warning-100)}.dropdown--lighter .dropdown__btn{border-color:transparent}.dropdown--lighter .dropdown__btn:hover{border:1px solid var(--form-field-border-default)}.dropdown--lighter .dropdown__btn.open{border:1px solid var(--form-field-border-default);background-color:var(--form-field-background-default)}.dropdown--lighter .dropdown__btn.active{border:1px solid var(--form-field-border-default);background-color:var(--form-field-background-pressed)}.dropdown--darker .dropdown__btn{border-color:transparent;background-color:var(--form-field-background-darker)}.dropdown--darker .dropdown__btn:hover{border:1px solid var(--form-field-border-default)}.dropdown--darker .dropdown__btn.open{border:1px solid var(--form-field-border-default);background-color:var(--form-field-background-default)}.dropdown--darker .dropdown__btn.active{border:1px solid var(--form-field-border-default);background-color:var(--form-field-background-pressed)}.dropdown--lg .dropdown__btn{height:auto;min-height:40px}.dropdown--lg .dropdown__feedback-icon span{font-size:20px}.dropdown--lg .dropdown__list{top:40px}.dropdown--lg .dropdown__option-icon{font-size:24px}.dropdown--md .dropdown__btn{height:auto;min-height:32px}.dropdown--md .dropdown__feedback-icon span{font-size:16px}.dropdown--md .dropdown__list{top:32px}.dropdown--md .dropdown__option-icon{font-size:20px}:host([dir=rtl]) .dropdown__chevron{right:auto;left:var(--spacing-xl)}`, Qb = Jb, Eg = /* @__PURE__ */ D(class extends E {
|
|
15975
15974
|
constructor() {
|
|
15976
|
-
super(), this.__registerHost(), this.__attachShadow(), this.id = fe(), this.size = "lg", this.variant = "default", this.error = !1, this.disabled = !1, this.readonly = !1, this.multiSelect = !1, this.
|
|
15975
|
+
super(), this.__registerHost(), this.__attachShadow(), this.id = fe(), this.size = "lg", this.variant = "default", this.error = !1, this.disabled = !1, this.readonly = !1, this.multiSelect = !1, this.options = [], this.optionLabel = "name", this.trackBy = "value", this.optionList = [], this.dropdownOpen = !1, this.handleClickOutside = (e) => {
|
|
15977
15976
|
this.containerRef && !this.containerRef.contains(e.target) && this.closeDropdown();
|
|
15978
15977
|
}, this.componentId = `dga-dropdown-${Math.random().toString(36).substring(2, 9)}`, this.rootStyles = {};
|
|
15979
15978
|
}
|
|
@@ -16072,11 +16071,11 @@ const Zb = Cg, Kb = Ub, Jb = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
16072
16071
|
"dropdown--multi-select": this.multiSelect,
|
|
16073
16072
|
[this.extraClass]: !!this.extraClass
|
|
16074
16073
|
};
|
|
16075
|
-
return s(oe, { key: "
|
|
16074
|
+
return s(oe, { key: "9d6fea818e35fe422605d173b75767e39235c681", id: this.componentId, style: this.rootStyles, dir: document.documentElement.getAttribute("dir") }, s("div", { key: "297b0077d6f22e1b015d30fe951266536e27833f", id: this.id, ref: (o) => this.containerRef = o, class: Object.keys(e).filter((o) => e[o]).join(" ") }, s("button", { key: "0631b90beba46ca301016876b8cb85fdeb5aead4", class: "dropdown__btn", ref: (o) => this.btnRef = o, disabled: this.disabled || this.readonly, onClick: this.handleToggleDropdown.bind(this), onMouseDown: this.handleAddPressed.bind(this), onMouseUp: this.handleRemovePressed.bind(this), onMouseOut: this.handleRemovePressed.bind(this), type: "button" }, s("span", { key: "22a335c1b615b260c3d419e7c45f75de88e271cb", class: "dropdown__label" }), s("span", { key: "e8dcb1d582b7cb12c88e3ce1e696d7e1c769d38f", class: "dropdown__label-placeholder" }, this.placeholder), s("span", { key: "ad0da081ee291a96980660cf99b1d2bfb848cfa7", class: "dropdown__chevron" }, s("dga-icon", { key: "cd6b1f5d947edeb81932dc95726616d2a2285dc5", icon: "ArrowDown01Icon", variant: "stroke" }))), s("ul", { key: "cbdce34d928c62939fc93edb56a0b89641ba2858", class: "dropdown__list" }, this.optionList.map((o, r) => s("li", { key: o[this.trackBy] || fe() }, s("button", { class: {
|
|
16076
16075
|
dropdown__option: !0,
|
|
16077
16076
|
"dropdown__option--checkbox": this.multiSelect,
|
|
16078
16077
|
selected: o.selected
|
|
16079
|
-
}, "data-value": o[this.trackBy], onClick: (t) => this.handleOptionClick(t, o, r), onMouseDown: this.handleAddPressed.bind(this), onMouseUp: this.handleRemovePressed.bind(this), onMouseOut: this.handleRemovePressed.bind(this), type: "button" }, this.multiSelect && s("div", { class: "dropdown__option-icon-container" }, s("span", { class: "dropdown__option-icon" }, s("i", { class: "hgi-solid hgi-tick-02", style: { fontSize: "20px" } }))), s("span", { class: "dropdown__option-label" }, o[this.optionLabel] || ""), !this.multiSelect && s("span", { class: "dropdown__option-icon" }, s("dga-icon", { icon: "Tick02Icon", variant: "solid" }))))))));
|
|
16078
|
+
}, "data-value": o[this.trackBy], onClick: (t) => this.handleOptionClick(t, o, r), onMouseDown: this.handleAddPressed.bind(this), onMouseUp: this.handleRemovePressed.bind(this), onMouseOut: this.handleRemovePressed.bind(this), type: "button" }, this.multiSelect && s("div", { class: "dropdown__option-icon-container" }, s("span", { class: "dropdown__option-icon" }, s("i", { class: "hgi-solid hgi-tick-02", style: { fontSize: "20px" } }))), s("span", { class: "dropdown__option-label" }, o[this.optionLabel] || ""), !this.multiSelect && o.selected && s("span", { class: "dropdown__option-icon" }, s("dga-icon", { icon: "Tick02Icon", variant: "solid" }))))))));
|
|
16080
16079
|
}
|
|
16081
16080
|
get el() {
|
|
16082
16081
|
return this;
|
|
@@ -16100,7 +16099,6 @@ const Zb = Cg, Kb = Ub, Jb = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
16100
16099
|
disabled: [4],
|
|
16101
16100
|
readonly: [4],
|
|
16102
16101
|
multiSelect: [4, "multi-select"],
|
|
16103
|
-
rtl: [4],
|
|
16104
16102
|
options: [16],
|
|
16105
16103
|
optionLabel: [1, "option-label"],
|
|
16106
16104
|
trackBy: [1, "track-by"],
|
|
@@ -16135,7 +16133,7 @@ const of = Eg, rf = ef, tf = Fn, af = To, Dg = /* @__PURE__ */ D(class extends E
|
|
|
16135
16133
|
super(), this.__registerHost(), this.value = "test";
|
|
16136
16134
|
}
|
|
16137
16135
|
render() {
|
|
16138
|
-
return s("div", { key: "
|
|
16136
|
+
return s("div", { key: "a6bc9fe7428076978f03cf66b5a542020ff895e7" }, s("h1", { key: "a8d4ce4a849a1af2836327ede936546993cf8512" }, "Search Box Example"), s("div", { key: "fbf313127a3c4bbefae2c8a551b99a50b1e1ca1d", style: { padding: "50px" } }, s("div", { key: "e569e3a15eef4721d05530d107588e94a1093af7", style: { display: "flex", flexDirection: "column", gap: "16px" } })));
|
|
16139
16137
|
}
|
|
16140
16138
|
}, [0, "dga-feedback-icon-usage", {
|
|
16141
16139
|
value: [32]
|
|
@@ -16344,10 +16342,10 @@ const uf = `@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:it
|
|
|
16344
16342
|
return e.uploadStatus === "error" ? s("div", { class: "file-upload__file-item--error" }, s("div", { class: "file-upload__file-item" }, s("span", { class: "file-upload__file-status file-upload__file-status--error" }, s("i", { class: "hgi-solid hgi-alert-circle", style: { fontSize: "20px" } })), s("span", { class: "file-upload__file-name" }, e.name), s("button", { class: "btn btn--close btn--icon btn--sm", onClick: () => this.handleDeleteFile(o, e) }, s("span", { class: "btn-icon" }, s("i", { class: "hgi-stroke hgi-multiplication-sign", style: { fontSize: "20px" } })))), s("div", { class: "file-upload__file-item-msg" }, e.errorMessage ? e.errorMessage : "Here goes the helper text.")) : s("div", { class: "file-upload__file-item" }, s("span", { class: `file-upload__file-status file-upload__file-status--${e.uploadStatus}` }, e.uploadStatus === "uploading" && e.progress && s("dga-loading", { size: "tiny", variant: "neutral" }), e.uploadStatus === "complete" && s("i", { class: "hgi-solid hgi-checkmark-circle-02" })), s("span", { class: "file-upload__file-name" }, e.name), s("button", { class: "btn btn--close btn--icon btn--sm", onClick: () => this.handleDeleteFile(o, e) }, s("span", { class: "btn-icon" }, s("i", { class: "hgi-stroke hgi-multiplication-sign", style: { fontSize: "20px" } }))));
|
|
16345
16343
|
}
|
|
16346
16344
|
render() {
|
|
16347
|
-
return s("div", { key: "
|
|
16345
|
+
return s("div", { key: "bfd24a2c09920053d0bee46cbbece9ceebb2225b", class: `file-upload ${this.dragState ? "file-upload--drag-over" : ""} ${this.disabled ? "file-upload--disabled" : ""}` }, s("input", { key: "2df885d5b6305840fa8f13a77ef35205b839715c", type: "file", id: this.id, name: this.name, class: "file-upload__input", accept: this.accept, multiple: this.multiple, "aria-hidden": "true", onChange: this.handleFileSelection, ref: (e) => this.fileInputRef = e }), s("label", { key: "2ab86057c26b7df1ab2973677d4943c16a83ac9d", htmlFor: this.id, class: "file-upload__drop-area" }, s("span", { key: "0857edab331049a7dccc2415ea3d27edd79f9b9c", class: "file-upload__icon" }, s("i", { key: "005f42491c21746e97cad176c7270fcae5fc16cf", class: "hgi-stroke hgi-file-upload", style: { fontSize: "20px" } })), s("div", { key: "c4d43d8d0b6eab46e14f0f11b398839888cbdc38", class: "file-upload__content" }, s("p", { key: "cf3237694fe65041dd092a2f7f7825405c2c2191", class: "file-upload__instructions" }, this.title), s("p", { key: "3cb7c6cd1158f13bb9c65976272a290d57b5a07b", class: "file-upload__formats" }, this.fileTypesText)), s("button", { key: "3faeee82132f3e9a2506f6dd0957fc83f19728a3", class: "btn btn--md btn--secondary", "aria-label": "Browse Files", disabled: this.dragState || this.disabled, type: "button", onClick: () => {
|
|
16348
16346
|
var e;
|
|
16349
16347
|
return (e = this.fileInputRef) === null || e === void 0 ? void 0 : e.click();
|
|
16350
|
-
} }, s("span", { key: "
|
|
16348
|
+
} }, s("span", { key: "5e3025db1374856b1cce13ceb942d3f0dfe3c18e" }, this.actionName))), s("div", { key: "777e2c6e27660459a930041cd0c2883c2e0f5e1d", class: "file-upload__files-list" }, this.files.map((e, o) => this.renderFile(e, o))));
|
|
16351
16349
|
}
|
|
16352
16350
|
static get style() {
|
|
16353
16351
|
return mf;
|
|
@@ -16570,7 +16568,7 @@ const _f = `@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:it
|
|
|
16570
16568
|
this.sxHandler.cleanup();
|
|
16571
16569
|
}
|
|
16572
16570
|
render() {
|
|
16573
|
-
return s(oe, { key: "
|
|
16571
|
+
return s(oe, { key: "acbcbc6f674469637bf95d0d9b4f44af7f91a7e2", id: this.sxHandler.getId(), style: this.sxHandler.getStyles() }, s("div", { key: "cdfb867dc25cc9591cf3254614272e153c641aa1", class: `range-slider-wrapper ${this.size}` }, s("div", { key: "22123cf5e2d91c35a04c536a3f1abe54ae5ca080", class: "range-slider-input-wrapper" }, s("input", { key: "ba90a20f43bef29428f248da11631f378d1c9fb8", class: "range-slider-input", type: "range", value: this.minValue, min: this.min, max: this.max, step: this.step, onInput: this.handleMinChange.bind(this) }), this.range && s("input", { key: "d2e4bb895526a20b4ae24f7f30bbb040414fba4c", class: "range-slider-input", type: "range", value: this.maxValue, min: this.min, max: this.max, step: this.step, onInput: this.handleMaxChange.bind(this) })), s("div", { key: "c64204e6d181a0eb6e846961ebb438d6bbbed045", class: "range-slider-container" }, this.showLabel && s("h3", { key: "0db382f2659042bfd3ab3486a4624b9e828ef2a5" }, this.label), s("div", { key: "cabd5c33f2f828d132b389c863e6333b9775aca5", class: "range-slider-control-wrapper" }, s("div", { key: "067887058769d04662c0290af22ff334ee16d22d", class: "range-slider-control", style: { left: `${this.minPos}%` } }), s("div", { key: "2c15a5eb220f67344bb1731d8d2f14682e494132", class: "range-slider-rail" }, this.range && s("div", { key: "4f7ea16d9a00e71323c09fb530956f08b8a3735c", class: "range-slider-number_left" }, this.minValue), s("div", { key: "d3d1d4e4c7945e2b58dad0c4f62291bfa77f69f5", class: "range-slider-inner-rail", style: this.railColorStyle }), this.range && s("div", { key: "5adc17365e854a9faddfc2c7e76780f194f81e86", class: "range-slider-number_right" }, this.maxValue), !this.range && s("div", { key: "0d0339411cb2c7ac63ba9e15964abf472a7e13a9", class: "range-slider-number_right" }, this.minValue)), this.range && s("div", { key: "bdeff8734fcf2f8343b723c7aaa3bcf5bbd4c72e", class: "range-slider-control", style: { left: `${this.maxPos}%` } }), this.showHelperText && this.helperText && s("div", { key: "6e8d847fe90710cfc977277b9b754ac470286a2d", class: "range-slider-note" }, s("div", { key: "51e918b4044ced53c4e3f6041c94891ddfe33452", class: "range-slider-note-icon" }, s("svg", { key: "c1ee8e3e673a8b9427fdf86064a213af519e9423", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, s("g", { key: "36bf212325346b95fb111824c06797d7a03e8666", "clip-path": "url(#clip0_17869_405)" }, s("path", { key: "332e3f242764ea5b59a1c81fcdfddeb59578129a", d: "M6.06004 6.00001C6.21678 5.55446 6.52614 5.17875 6.93334 4.93943C7.34055 4.70012 7.8193 4.61264 8.28483 4.69248C8.75035 4.77233 9.17259 5.01436 9.47676 5.3757C9.78093 5.73703 9.94741 6.19436 9.94671 6.66668C9.94671 8.00001 7.94671 8.66668 7.94671 8.66668M8.00004 11.3333H8.00671M14.6667 8.00001C14.6667 11.6819 11.6819 14.6667 8.00004 14.6667C4.31814 14.6667 1.33337 11.6819 1.33337 8.00001C1.33337 4.31811 4.31814 1.33334 8.00004 1.33334C11.6819 1.33334 14.6667 4.31811 14.6667 8.00001Z", stroke: "#384250", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })), s("defs", { key: "b4bdd00574bd920e00f163b049098c78b8570faa" }, s("clipPath", { key: "2fc2b4ddfdcf88e4e912dde7bcca77351a305e8d", id: "clip0_17869_405" }, s("rect", { key: "ea25a93ea9da097f3c90373a55e3f6ce7b675af7", width: "16", height: "16", fill: "white" }))))), s("div", { key: "38ff7b4e325af1ef906f8bba8d4b1694a66d008f", class: "range-slider-note-content" }, s("p", { key: "fc00da957f5228dae1b9fa7f015146c56a9e6cc7" }, this.helperText)))))));
|
|
16574
16572
|
}
|
|
16575
16573
|
get el() {
|
|
16576
16574
|
return this;
|
|
@@ -16963,7 +16961,7 @@ const Mf = Yg, If = Af, Bf = Pn, Pf = Do, jf = `@import url("https://fonts.googl
|
|
|
16963
16961
|
super(), this.__registerHost(), this.__attachShadow(), this.mainTitle = "", this.mainDescription = "", this.mainLinkTilte = "", this.mainImage = "", this.copyright = "", this.groupLinks = [], this.socialMediaTitle = "Social Media", this.socialMediaLinks = [], this.accessibilityTitle = "Accessibility Tools", this.accessibilityLinks = [], this.basicLinks = [], this.extraLinks = [], this.bottomImages = [];
|
|
16964
16962
|
}
|
|
16965
16963
|
render() {
|
|
16966
|
-
return s("footer", { key: "
|
|
16964
|
+
return s("footer", { key: "225c8e63fe3c9fae6505fe7d540e7c0285138268", class: `footer ${this.background === "DarkGreen" ? "footer--bg-brand" : ""}` }, s("section", { key: "614ec11bf98ebe5b7757559fa54cc271eb4ccd04", class: "footer-content" }, (this.mainLinkTilte || this.mainImage) && s("div", { key: "14eebc843be889f198fff735e6d4f8d4075ca56d", class: "footer-icon-section" }, s("a", { key: "085e842be97489ae3b9c38b51c661d6e6290ee37", class: this.background === "DarkGreen" ? "link--on-color" : "", href: this.mainLink || "#", target: "_blank", rel: "noopener noreferrer" }, this.mainLinkTilte)), (this.mainTitle || this.mainDescription) && s("div", { key: "a2bb2dfd55a10ea84110faa2a712012c1f50dc01", class: "footer-title-description" }, s("h3", { key: "2716ee2e9b2a187ef9d56dbb28264fba881a4c3e", class: this.background === "DarkGreen" ? "link--on-color" : "" }, this.mainTitle), s("p", { key: "ef1c97dc3729735bddc4a469727f8581a0374ee2", class: this.background === "DarkGreen" ? "link--on-color" : "" }, this.mainDescription)), this.NavLinks && s("section", { key: "09fecd225361afacd14b4f99f1fc927ac0d17cdb", class: "footer__nav-links" }, this.groupLinks.map((e) => s("div", { class: "footer__nav-links-column" }, s("div", { class: "footer__nav-links-column-title" }, e.title), s("ul", { class: "footer__nav-links-column-body" }, e.links.map((o) => s("li", null, s("a", { href: o.target, class: `link link--sm link--neutral ${this.background === "DarkGreen" ? "link--on-color" : ""}` }, s("span", { class: "link__label" }, o.name))))))), s("div", { key: "911c47faf18177135874f5165639aa60b5ca270f", class: "footer__nav-links-column" }, this.socialMediaLinks.length > 0 && s("div", { key: "a23253349191c9b72b7f8fcef53c2817286183a6" }, this.socialMediaTitle && s("div", { key: "3a97690943fc6dc5f8d1f89c4240051e4fe83a2b", class: "footer__nav-links-column-title" }, this.socialMediaTitle), s("div", { key: "1e5a6995339e09a0e4b7b9db021a01207118707f", class: "flex icons-container" }, this.socialMediaLinks.map((e) => s("a", { href: e.target, title: e.title, class: `btn btn--md btn--secondary-outline btn--secondary-outline-on-color btn--icon ${this.background} ` }, s("span", { class: "btn-icon" }, s("dga-icon-v2", Object.assign({}, e.icon))))))), this.accessibilityLinks.length > 0 && s("div", { key: "f054ed5dcf17d559b31642f831d949b070eeb10c" }, s("div", { key: "f9979031e1b9d2d808e4e015524675db430860ed", class: "footer__nav-links-column-title" }, this.accessibilityTitle), s("div", { key: "f15816371bbd314d09c0cee56f4e3685eb2217f8", class: "flex icons-container" }, this.accessibilityLinks.map((e) => s("a", { href: e.target, title: e.title, class: `btn btn--md btn--secondary-outline btn--secondary-outline-on-color btn--icon ${this.background}` }, s("span", { class: "btn-icon" }, s("dga-icon-v2", Object.assign({}, e.icon))))))))), s("section", { key: "70d74575f417b31f207804a9a286fc2f9727b786", class: "footer__basic" }, s("div", { key: "0bdcfdd14c42939f9e76461e4068cf337af1caf3", class: "footer__actions-copyright" }, s("ul", { key: "719e479c8ab0b165254f1d7d6fad799e4feae76c", class: "footer__actions" }, this.basicLinks.map((e) => s("li", null, s("a", { href: e.target, class: `link link--sm link--neutral link--inline ${this.background === "DarkGreen" ? "link--on-color" : ""}` }, s("span", { class: "link__label" }, e.name))))), this.copyright && s("p", { key: "0e6713c6b7955dffd2b2833ed60a39a3bbbd086e", class: "footer__copyright text-sm-semibold" }, this.copyright), s("ul", { key: "4c944e8994af8def0daac4897784fa657294cd71", class: "footer__extra-actions" }, this.extraLinks.map((e) => s("li", null, s("a", { href: e.target, class: `link link--sm link--neutral ${this.background === "DarkGreen" ? "link--on-color" : ""}` }, s("span", { class: "link__label" }, e.name)))))), s("div", { key: "acc4d8c786139a748e8ed4cc98781c2714b2e228", class: "footer__logos" }, this.bottomImages.map((e) => s("img", { src: e, key: fe() }))))));
|
|
16967
16965
|
}
|
|
16968
16966
|
static get style() {
|
|
16969
16967
|
return Cf;
|
|
@@ -17241,11 +17239,11 @@ const Xf = Vg, Yf = Ug, Wf = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
17241
17239
|
super(), this.__registerHost();
|
|
17242
17240
|
}
|
|
17243
17241
|
render() {
|
|
17244
|
-
return s("div", { key: "
|
|
17242
|
+
return s("div", { key: "30b15f69699d81c8ea12f8e58df9f0b2b2986070", class: "flexible-gap-usage", style: {
|
|
17245
17243
|
display: "flex",
|
|
17246
17244
|
flexDirection: "column",
|
|
17247
17245
|
gap: "20px"
|
|
17248
|
-
} }, s("h2", { key: "
|
|
17246
|
+
} }, s("h2", { key: "d30d73774d47ef451314eea22591e35109bb0b66" }, "Grid Component with Flexible Gap Examples"), s("section", { key: "4233c74d8610b90f2fe441ecb9f3c034824d183b" }, s("h3", { key: "cf4876b0480f045ec0908a32fee5b25c1a18ce3b" }, "Simple String Gap"), s("dga-grid-container", { key: "55283644558bf06fa93b58e97c3760dbf3be25a8", gap: "16px" }, s("dga-grid-item", { key: "7a4fe50e07bd3de3a7644a093ca392a053b88d40", xs: 12, sm: 6, md: 4 }, s("div", { key: "e5959985254347481cb2f6e9e1fe16c270714fe0", class: "demo-content" }, "16px gap between all items")), s("dga-grid-item", { key: "e078b2d4fc3995da8c357cfaac16cbf27e850ef5", xs: 12, sm: 6, md: 4 }, s("div", { key: "402cc80805180e15acc8eed29c9a1a8acfca318f", class: "demo-content" }, "16px gap between all items")), s("dga-grid-item", { key: "06d81e8348126832ecb9006fac7da7a112f0e857", xs: 12, sm: 6, md: 4 }, s("div", { key: "bdf57dacf705b1e43463077fe51f429fce57eca3", class: "demo-content" }, "16px gap between all items")), s("dga-grid-item", { key: "0fd512d28e11a5678ed409850ec9675c3985b4d6", xs: 12, sm: 6 }, s("div", { key: "eda169cba75619fd3b573bcaed300328c9de902a", class: "demo-content" }, "16px gap between all items")), s("dga-grid-item", { key: "a7d6aa38eded4d429c16e749ab481aeee66de5de", xs: 12, sm: 6 }, s("div", { key: "2467c1a430171db5f52b42b406d5361250731ed7", class: "demo-content" }, "16px gap between all items")), s("dga-grid-item", { key: "edd47949cd66d91787e4a945e43a6766076f714e", xs: 12 }, s("div", { key: "31bec3bba215c6d3c7b7e30f768bd6da56b36929", class: "demo-content" }, "16px gap between all items")))));
|
|
17249
17247
|
}
|
|
17250
17248
|
static get style() {
|
|
17251
17249
|
return Nf;
|
|
@@ -17292,7 +17290,7 @@ const Vf = Zg, Uf = Gf, Zf = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
17292
17290
|
}
|
|
17293
17291
|
render() {
|
|
17294
17292
|
const e = this.subMenuFullWidth ? "header__sub-menu--full" : "";
|
|
17295
|
-
return s("div", { key: "
|
|
17293
|
+
return s("div", { key: "4f9d2dd1c7814e4dde4f0a9e15c99c960c40b07d", class: `header__sub-menu header__sub-menu--bg-${this.background} ${e}`, ref: (o) => this.submenu = o }, s("div", { key: "7497e8847ea880ab66cbe217ec0402658bcab5d0", class: "sub-menu__container" }, s("slot", { key: "affa69469c69edba59a2ae88e9071c991188a942" })));
|
|
17296
17294
|
}
|
|
17297
17295
|
get el() {
|
|
17298
17296
|
return this;
|
|
@@ -17753,7 +17751,7 @@ const M0 = Jg, I0 = A0, B0 = hg, P0 = vo, j0 = An, C0 = ce, E0 = Ai, D0 = Q, L0
|
|
|
17753
17751
|
};
|
|
17754
17752
|
}
|
|
17755
17753
|
render() {
|
|
17756
|
-
return s("div", { key: "
|
|
17754
|
+
return s("div", { key: "8b2329aa70634e385cd3f88266e0f005f8cdf223", class: `alert alert--${this.type} ${this.colored ? `alert--${this.type}-bg` : ""}` }, s("div", { key: "81e9a4a68a133bbe9995fb43562e3a6220663af4", class: `alert__header ${this.helperText ? "" : "dga-flex-center-y"}` }, s("div", { key: "e5f49c7683de17c6b022d81ce856499e5598e6a3", class: `featured-icon featured-icon--circle featured-icon--md featured-icon--light-${this.type === "neutral" ? "gray" : this.type}` }, s("i", { key: "943ab69b4a8d56bc456d8a64e5d18c3ea7c9707b", class: this.icons[this.type], style: { fontSize: "20px" } })), s("div", { key: "0f94ecbf3e647f11d0e10e136f49c982427074d5", class: "alert__body" }, s("h4", { key: "c0ba4de87541632949b3ff05c41ae74d7e66d188", class: "alert__title text-md-semibold" }, this.leadText), this.helperText && s("p", { key: "a942c47480c40c7ef39ef331c35888e1ad5bc060", class: "alert__content text-sm-regular" }, this.helperText)), this.isCloseButton && s("div", { key: "29cb453f915c5d30e5e21426f9726235caf92705", class: "alert__close-btn" }, s("button", { key: "f202a631f51a41dbba800d33e6e72ae125788c82", class: "dga-btn dga-btn--close dga-btn--icon dga-btn--md", onClick: (e) => this.onClose && this.onClose(e) }, s("span", { key: "f6b4c366503ee5902ee9189ef76ab75464533cde", class: "dga-btn-icon" }, s("i", { key: "84250e1a4c05733ddce32e50eb2ff8802ba0e708", class: "hgi-stroke hgi-multiplication-sign", style: { fontSize: "20px" } }))))), this.isactionButtons && this.buttonsList.length > 0 && s(De, { key: "f356ed9d67fe76bfc9702f3a232e17de11884e9e" }, s("div", { key: "9de2d4cfb1fc5c748d945c4345c69f1cd0fef837", class: "alert__action" }, this.buttonsList.map(({ id: e, onClick: o, exraClasses: r, title: t, label: a }) => s("button", Object.assign({ key: e || fe(), id: e || fe(), onClick: (n) => o(n), class: `dga-btn dga-btn--subtle dga-btn--md ${r}` }, t && { title: t }), a))), s("div", { key: "77a47124236163df748458d0947e0970c9cb0dcf", class: "alert__action-mobile" }, this.buttonsList.map(({ id: e, onClick: o, exraClasses: r, title: t, label: a }) => s("button", Object.assign({ key: e || fe(), id: e || fe(), onClick: (n) => o(n), class: `btn btn--secondary btn--lg ${r}` }, t && { title: t }), a)))));
|
|
17757
17755
|
}
|
|
17758
17756
|
static get style() {
|
|
17759
17757
|
return T0;
|
|
@@ -17796,7 +17794,7 @@ const R0 = Qg, O0 = $0, F0 = sg, H0 = ko, X0 = `@import url("https://fonts.googl
|
|
|
17796
17794
|
super(), this.__registerHost(), this.__attachShadow(), this.size = "lg", this.type = "1";
|
|
17797
17795
|
}
|
|
17798
17796
|
render() {
|
|
17799
|
-
return s("div", { key: "
|
|
17797
|
+
return s("div", { key: "597d693e3a5c8bb81f0a9fccc0c15130180ca591", class: `line_text ${this.size} type${this.type}` });
|
|
17800
17798
|
}
|
|
17801
17799
|
static get style() {
|
|
17802
17800
|
return Y0;
|
|
@@ -17840,11 +17838,11 @@ const W0 = ec, N0 = oc, G0 = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
17840
17838
|
};
|
|
17841
17839
|
let o = this.error ? "error" : this.success ? "success" : this.progressStyle, r = this.percentage;
|
|
17842
17840
|
const t = {
|
|
17843
|
-
neutral: s("svg", { key: "
|
|
17844
|
-
primary: s("svg", { key: "
|
|
17845
|
-
error: s("svg", { key: "
|
|
17841
|
+
neutral: s("svg", { key: "30e8c9a04acf84ed85e9a742e9fcf58bccb65936", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, s("g", { key: "111509d77942dcf0a0df9ddd2a549a9ed471536e", "clip-path": "url(#clip0_17869_405)" }, s("path", { key: "f922ee4059f1cf39366691b5d7532a6b22765ad6", d: "M6.06004 6.00001C6.21678 5.55446 6.52614 5.17875 6.93334 4.93943C7.34055 4.70012 7.8193 4.61264 8.28483 4.69248C8.75035 4.77233 9.17259 5.01436 9.47676 5.3757C9.78093 5.73703 9.94741 6.19436 9.94671 6.66668C9.94671 8.00001 7.94671 8.66668 7.94671 8.66668M8.00004 11.3333H8.00671M14.6667 8.00001C14.6667 11.6819 11.6819 14.6667 8.00004 14.6667C4.31814 14.6667 1.33337 11.6819 1.33337 8.00001C1.33337 4.31811 4.31814 1.33334 8.00004 1.33334C11.6819 1.33334 14.6667 4.31811 14.6667 8.00001Z", stroke: "#384250", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })), s("defs", { key: "edc3d43b4d9a7e44ef84892dcf3f8d44f942e9a4" }, s("clipPath", { key: "90bd3a748976d96bcdeb295fcdadcd654a28b4dd", id: "clip0_17869_405" }, s("rect", { key: "3525dd4f785fb468d2abae3ffecd7a91bbce117d", width: "16", height: "16", fill: "white" })))),
|
|
17842
|
+
primary: s("svg", { key: "e675f662318f5ff8cf2fbbebe335bff6036948a5", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, s("path", { key: "6e4f2897b2d0a4c47bcfc6c5199dbf1f85a25aa8", "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.00002 15.3334C12.0501 15.3334 15.3334 12.0501 15.3334 8.00002C15.3334 3.94993 12.0501 0.666687 8.00002 0.666687C3.94993 0.666687 0.666687 3.94993 0.666687 8.00002C0.666687 12.0501 3.94993 15.3334 8.00002 15.3334Z", fill: "white" }), s("path", { key: "8c1cc0c73e60996d84fa2623c4418daba49df346", "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.00002 15.3334C12.0501 15.3334 15.3334 12.0501 15.3334 8.00002C15.3334 3.94993 12.0501 0.666687 8.00002 0.666687C3.94993 0.666687 0.666687 3.94993 0.666687 8.00002C0.666687 12.0501 3.94993 15.3334 8.00002 15.3334ZM4.70017 7.41423C4.43982 7.67458 4.43982 8.09669 4.70017 8.35704L6.58578 10.2427C6.84613 10.503 7.26824 10.503 7.52859 10.2427L11.2998 6.47143C11.5602 6.21108 11.5602 5.78897 11.2998 5.52862C11.0395 5.26827 10.6174 5.26827 10.357 5.52862L7.05719 8.82845L5.64297 7.41423C5.38263 7.15388 4.96052 7.15388 4.70017 7.41423Z", fill: "#067647" })),
|
|
17843
|
+
error: s("svg", { key: "7d4b25f9b04f34e037a05a94744798ccada04b51", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, s("path", { key: "5f5a28a1eead8722c4ee2adc8aa06c1e987f9f95", "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.00002 15.3334C12.0501 15.3334 15.3334 12.0501 15.3334 8.00002C15.3334 3.94993 12.0501 0.666687 8.00002 0.666687C3.94993 0.666687 0.666687 3.94993 0.666687 8.00002C0.666687 12.0501 3.94993 15.3334 8.00002 15.3334Z", fill: "white" }), s("path", { key: "18d84946b214240d3663fe5ed99e14c195f81c3c", "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.3334 8.00002C15.3334 12.0502 12.0502 15.3334 8.00002 15.3334C3.94989 15.3334 0.666687 12.0502 0.666687 8.00002C0.666687 3.94989 3.94989 0.666687 8.00002 0.666687C12.0502 0.666687 15.3334 3.94989 15.3334 8.00002ZM5.80471 4.862C5.54445 4.60158 5.12225 4.60158 4.862 4.862C4.60158 5.12225 4.60158 5.54445 4.862 5.80471L7.05715 8.00002L4.862 10.1953C4.60158 10.4556 4.60158 10.8778 4.862 11.138C5.12225 11.3985 5.54445 11.3985 5.80471 11.138L8.00002 8.94289L10.1953 11.138C10.4556 11.3985 10.8778 11.3985 11.138 11.138C11.3985 10.8778 11.3985 10.4556 11.138 10.1953L8.94289 8.00002L11.138 5.80471C11.3985 5.54445 11.3985 5.12225 11.138 4.862C10.8778 4.60158 10.4556 4.60158 10.1953 4.862L8.00002 7.05715L5.80471 4.862Z", fill: "#B42318" }))
|
|
17846
17844
|
};
|
|
17847
|
-
return s("div", { key: "
|
|
17845
|
+
return s("div", { key: "c252690f16e52f3cbf99d44d3850714c5ecb5645", class: "progress-wrapper", style: { direction: this.RTL ? "rtl" : "ltr" } }, this.showLabel && s("h3", { key: "afbdb7d2a6794cf27f67a848514edb4232f09c68", class: `${e[this.size]}` }, this.label), s("div", { key: "d30f6ade15b436c553f6f33cb6a37c9ccc5648bb", class: `progress-bar-container ${e[this.size]}`, title: `${r.toString()}%` }, s("div", { key: "32e24cfc55cdd659035a5206680bce75b07abe8f", class: `progress-bar ${o}`, style: { width: `${r}%` } }, this.size === "large" && r > 8 && s("span", { key: "df07651a47e2c67570019dead3a3e14c6691c51b", class: "progress-bar-text" }, r, "%"))), this.showHelperText && s("div", { key: "bc25be34ba0f9365d61d4ff0e5725a69cd639d8f", class: "progress-bar__note" }, s("div", { key: "c7a9f2f447aa0e7e0a7db3ed26c3b3375e2b6afe", class: "icon" }, this.error ? t.error : this.success ? t.primary : t.neutral), s("div", { key: "8f87afbdac5d1094df22194f6bc14f39ea736092", class: "content" }, s("p", { key: "4f1d3c1772160bf1b80e9a59e22a3ca8f241aac3", class: `progress-bar-content ${this.success && "success"} ${this.error && "error"} ${e[this.size]}` }, this.helperText))));
|
|
17848
17846
|
}
|
|
17849
17847
|
static get style() {
|
|
17850
17848
|
return V0;
|
|
@@ -17999,7 +17997,7 @@ const cu = ac, hu = gu, ic = /* @__PURE__ */ D(class extends E {
|
|
|
17999
17997
|
}
|
|
18000
17998
|
render() {
|
|
18001
17999
|
const e = this.type === "ordered" ? "ol" : "ul";
|
|
18002
|
-
return s("div", { key: "
|
|
18000
|
+
return s("div", { key: "f3377a33ecb8e76d89ec2da3fd60c264374ad17d", class: `list list--${this.type} list--${this.color}` }, this.title && s("h3", { key: "9e31c4fc2f3e81ffe1fed6b3018cf41905b0d765", class: "list-title" }, this.title), s(e, { key: "2c914ba617408a4afd45406ebbc59ce7d011bd9b" }, this.items.map((o, r) => s("li", { key: r, class: "list-item" }, this.type === "with-icon" && this.renderIcon(this.type), o))));
|
|
18003
18001
|
}
|
|
18004
18002
|
}, [0, "dga-list", {
|
|
18005
18003
|
type: [1],
|
|
@@ -18023,7 +18021,7 @@ const lu = ic, du = su, pu = Tg, bu = $g, nc = /* @__PURE__ */ D(class extends E
|
|
|
18023
18021
|
super(), this.__registerHost(), this.size = 24;
|
|
18024
18022
|
}
|
|
18025
18023
|
render() {
|
|
18026
|
-
return s("svg", { key: "
|
|
18024
|
+
return s("svg", { key: "dfb5b95c4dfe2aa10e1103621581ff512c6459ee", width: this.size, height: this.size, fill: this.color || "currentColor", "aria-hidden": "true" }, s("use", { key: "7bc7c6a1dda39465095ac0b376acdbab113b7ee9", href: `../../assets/sprite.svg#${this.icon}` }));
|
|
18027
18025
|
}
|
|
18028
18026
|
}, [0, "dga-local-icon", {
|
|
18029
18027
|
icon: [1],
|
|
@@ -18058,7 +18056,7 @@ const uu = nc, mu = fu, vu = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
18058
18056
|
super(), this.__registerHost(), this.__attachShadow();
|
|
18059
18057
|
}
|
|
18060
18058
|
render() {
|
|
18061
|
-
return s("div", { key: "
|
|
18059
|
+
return s("div", { key: "08844ffca1859da69fb2699b80aba5a19d7b576b", class: "menu-group" }, this.groupLabel && s("span", { key: "24725988edcd11c14dda29cf9194c0ff95d5b888", class: "menu-group__label" }, this.groupLabel), s("ul", { key: "785dc5226e95f33ab9861965e5e8f0244bbdaece", class: "menu-group__items" }, s("slot", { key: "b3a8e6210fd6186a08b0b46c1b63cc7e9c8611f2" })));
|
|
18062
18060
|
}
|
|
18063
18061
|
static get style() {
|
|
18064
18062
|
return ku;
|
|
@@ -18097,7 +18095,7 @@ const yu = gc, wu = xu, _u = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
18097
18095
|
this.disabled || this.onClick.emit(e);
|
|
18098
18096
|
}
|
|
18099
18097
|
render() {
|
|
18100
|
-
return s("li", { key: "
|
|
18098
|
+
return s("li", { key: "a0a55a142b516525b21997dfa3588e7de350315a", class: `menu-item ${this.disabled ? "disabled" : ""} ${this.pressed ? "pressed" : ""}`, onMouseDown: () => this.pressed = !0, onMouseUp: () => this.pressed = !1, tabindex: "0", onClick: this.handleClick }, this.hasLeadIcon && s("span", { key: "4df3622539e07e2f94140611e4149a3ef3936a1c", class: "menu-item__icon" }, s("slot", { key: "bec1b71f4db6b210a4a2f58cf4ff998fbc71c4a5", name: "lead-icon" })), s("span", { key: "b65b874abfd8a840308cf3646c775626f331f28e", class: "menu-item__label" }, this.label), this.hasTrailElement && s("div", { key: "34ff2e51255d0a189ac73fa6d89f381ed91e41dd", class: "menu-item__trail-element" }, s("slot", { key: "c29904b76fd560ff36b0dfaa9aed6391cf4885be", name: "trail-element" })));
|
|
18101
18099
|
}
|
|
18102
18100
|
static get style() {
|
|
18103
18101
|
return zu;
|
|
@@ -18125,7 +18123,7 @@ const Su = cc, Au = qu, hc = /* @__PURE__ */ D(class extends E {
|
|
|
18125
18123
|
super(), this.__registerHost();
|
|
18126
18124
|
}
|
|
18127
18125
|
render() {
|
|
18128
|
-
return s("ul", { key: "
|
|
18126
|
+
return s("ul", { key: "eb7a10c53bdb2295e45af00c5c26485e7cbc5b40", class: "menu" }, s("slot", { key: "2c14076060b6db83c8939aca41cc15500db0b0bc" }));
|
|
18129
18127
|
}
|
|
18130
18128
|
}, [4, "dga-menu-list"]);
|
|
18131
18129
|
function Mu() {
|
|
@@ -18176,7 +18174,7 @@ const Iu = hc, Bu = Mu, Pu = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
18176
18174
|
};
|
|
18177
18175
|
}
|
|
18178
18176
|
render() {
|
|
18179
|
-
return s(De, { key: "
|
|
18177
|
+
return s(De, { key: "49a89f01b48ecf8553eb03ff44e760c9f35f84a5" }, this.open && s("ul", { key: "d760d787a28e9b89792e3a497f1a113e54b16f8b", class: "menu", style: this.menuStyle, role: "menu", "aria-hidden": !this.open }, s("slot", { key: "35c98a11e17c9f04ca46df5ae2c9d4b4f7bc198b" })));
|
|
18180
18178
|
}
|
|
18181
18179
|
static get watchers() {
|
|
18182
18180
|
return {
|
|
@@ -18231,7 +18229,7 @@ const Eu = sc, Du = Cu, lc = /* @__PURE__ */ D(class extends E {
|
|
|
18231
18229
|
};
|
|
18232
18230
|
}
|
|
18233
18231
|
render() {
|
|
18234
|
-
return s(De, { key: "
|
|
18232
|
+
return s(De, { key: "406418f16b3f7ead524cbc7cfcf625bbfc7683a0" }, this.open && this.anchorEl && s("ul", { key: "fb20cc12416d0c55b3442c35b9d96180d4e8852f", class: "menu", style: this.getMenuStyle() }, s("slot", { key: "925f9bc6d587e96bb304890cd2b0974be8903f26" })));
|
|
18235
18233
|
}
|
|
18236
18234
|
}, [4, "dga-menu", {
|
|
18237
18235
|
anchorEl: [16],
|
|
@@ -18364,7 +18362,7 @@ const Ou = dc, Fu = Ru, pc = /* @__PURE__ */ D(class extends E {
|
|
|
18364
18362
|
}
|
|
18365
18363
|
render() {
|
|
18366
18364
|
const e = this.getLinePath(), o = this.getAreaPath();
|
|
18367
|
-
return s("svg", { key: "
|
|
18365
|
+
return s("svg", { key: "59d2a1703d4f61fda9aaed2cc073e6340ad2982a", width: this.width, height: this.height, viewBox: `0 0 ${this.width} ${this.height}` }, s("defs", { key: "27a954b03aae67f3b21287ceee1ecc4c971a9f4d" }, s("linearGradient", { key: "524608e3f98a223012f3c4a498f41bd904a208f0", id: "areaGradient", x1: "0", x2: "0", y1: "0", y2: "1" }, s("stop", { key: "49a523c054cc55b3f79040f217ce821515603d45", offset: "0%", "stop-color": this.fillColor, "stop-opacity": "0.25" }), s("stop", { key: "ad6a28b7d38494406334cae24509e2b3857f47de", offset: "100%", "stop-color": this.fillColor, "stop-opacity": "0" }))), s("path", { key: "bf6be23292f4df517bebab00f6e1f0d94cb124f4", d: o, fill: "url(#areaGradient)" }), s("path", { key: "68d56f3dd5728c4486eb9ac43e51eeabf2947b0a", d: e, fill: "none", stroke: this.lineColor, "stroke-width": "2" }), this.showMarker && this.getPoints().map((r) => s("circle", { cx: r.x, cy: r.y, r: "4", fill: "white", stroke: this.lineColor, "stroke-width": "2" })));
|
|
18368
18366
|
}
|
|
18369
18367
|
static get watchers() {
|
|
18370
18368
|
return {
|
|
@@ -18584,12 +18582,12 @@ const Ju = fc, Qu = Ku, em = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
18584
18582
|
super(), this.__registerHost(), this.__attachShadow(), this.closeButton = !0, this.featuredIconStyle = "light", this.featuredIconType = "InformationCircle", this.secondBtnPosition = "left", this.position = "center", this.open = !1, this.staticModal = !1, this.buttonsList = [];
|
|
18585
18583
|
}
|
|
18586
18584
|
render() {
|
|
18587
|
-
return s("div", { key: "
|
|
18585
|
+
return s("div", { key: "d4774cf499e22949794e3c9d59a5ab1ad5c8fa99", class: "modal__actions", style: {
|
|
18588
18586
|
display: "flex",
|
|
18589
18587
|
width: "100%",
|
|
18590
18588
|
justifyContent: this.alignmentCenter ? "center" : this.buttonsList.length > 2 ? "flex-start" : "space-between",
|
|
18591
18589
|
flexDirection: this.actionStack ? "column" : "row"
|
|
18592
|
-
} }, s("slot", { key: "
|
|
18590
|
+
} }, s("slot", { key: "bac391ae2be06279efda72ac368f4ec4262fe86b" }));
|
|
18593
18591
|
}
|
|
18594
18592
|
static get style() {
|
|
18595
18593
|
return om;
|
|
@@ -18641,7 +18639,7 @@ const rm = uc, tm = mc, am = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
18641
18639
|
super(), this.__registerHost(), this.__attachShadow();
|
|
18642
18640
|
}
|
|
18643
18641
|
render() {
|
|
18644
|
-
return s("div", { key: "
|
|
18642
|
+
return s("div", { key: "27328bd17473a726df63063c970674509cc05e7a", class: "dga-modal__body" }, s("slot", { key: "508749b0283b5eb04aff1f564acc613b2e3b516c" }));
|
|
18645
18643
|
}
|
|
18646
18644
|
static get style() {
|
|
18647
18645
|
return im;
|
|
@@ -18687,7 +18685,7 @@ const nm = vc, gm = kc, cm = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
18687
18685
|
});
|
|
18688
18686
|
}
|
|
18689
18687
|
render() {
|
|
18690
|
-
return s("div", { key: "
|
|
18688
|
+
return s("div", { key: "397c1e440c598d63be1864ba779fa219bb69adea", class: "modal__header" }, s("slot", { key: "6b6968a5559095e8b6c8a3eaab2791a7eae283ad" }));
|
|
18691
18689
|
}
|
|
18692
18690
|
get el() {
|
|
18693
18691
|
return this;
|
|
@@ -18742,7 +18740,7 @@ const sm = xc, lm = yc, dm = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
18742
18740
|
super(), this.__registerHost(), this.__attachShadow();
|
|
18743
18741
|
}
|
|
18744
18742
|
render() {
|
|
18745
|
-
return s("h4", { key: "
|
|
18743
|
+
return s("h4", { key: "e256d0a018d7be4b4a3193340e8bda3dd9c1dc3f", class: "dga-modal__title" }, s("slot", { key: "0e11e2041a1e5b17c697ccb41214c81a3740f79e" }));
|
|
18746
18744
|
}
|
|
18747
18745
|
static get style() {
|
|
18748
18746
|
return pm;
|
|
@@ -18798,12 +18796,12 @@ const mm = `@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:it
|
|
|
18798
18796
|
});
|
|
18799
18797
|
}
|
|
18800
18798
|
render() {
|
|
18801
|
-
return s("dialog", Object.assign({ key: "
|
|
18799
|
+
return s("dialog", Object.assign({ key: "3798390264d40e019ae2fc24100f087ecb6dae22", onClick: (e) => this.handleClickOutside(e), ref: (e) => this.dialogRef = e, class: `dga-flex-align-${this.position}` }, this.open && { open: this.open }, { hidden: !this.open }), s("div", { key: "cdccf4e3caa26d4d2ff8f94340995fca26024fa7", class: "modal", ref: (e) => this.containergRef = e, onClick: (e) => e.stopPropagation() }, this.showCloseButton && s("div", { key: "c0940b282c1f3de7a8bc414b168dcc873631620c", class: "modal__close-btn" }, s("dga-button-v2", { key: "c970364ba0774e9ad7c558987107fac9ef0ad388", size: "md", iconOnly: !0, leadIcon: !0, leadIconProps: {
|
|
18802
18800
|
name: "Cancel01Icon",
|
|
18803
18801
|
variant: "stroke",
|
|
18804
18802
|
color: "#161616",
|
|
18805
18803
|
type: "rounded"
|
|
18806
|
-
}, onClick: this.onClose, variant: "subtle" })), s("slot", { key: "
|
|
18804
|
+
}, onClick: this.onClose, variant: "subtle" })), s("slot", { key: "468a5db7865b131462700d857e0f1eeedb4c338e", name: "modal-header" }), s("slot", { key: "e3446a6fe1deb68c44450e1e7f9700ed9f168044", name: "modal-body" }), s("slot", { key: "8fd3933c3d713d2b4accf13e70b49f0f23221b9f", name: "modal-actions" })));
|
|
18807
18805
|
}
|
|
18808
18806
|
get el() {
|
|
18809
18807
|
return this;
|
|
@@ -18900,7 +18898,7 @@ const Sc = /* @__PURE__ */ D(class extends E {
|
|
|
18900
18898
|
e !== o && e != this.rating && (this.rating = e);
|
|
18901
18899
|
}
|
|
18902
18900
|
render() {
|
|
18903
|
-
return s(oe, { key: "
|
|
18901
|
+
return s(oe, { key: "d3e10eed27fc2f29ef7e9bbcf4efe9ea203d376d" }, s("span", { key: "a19e24e9d8e04b8365f9d0a06136465370d5e0e7", class: `dga-rating dga-rating--${this.size}`, ref: (e) => this.rootRef = e, onMouseMove: (e) => this.handleMouseMove(e), onMouseLeave: (e) => this.handleClear(e), dir: "ltr" }, Array.from({ length: this.max }, (e, o) => o + 1).map((e) => {
|
|
18904
18902
|
const o = {
|
|
18905
18903
|
default: "var(--background-secondary)",
|
|
18906
18904
|
brand: "var(--background-primary)"
|
|
@@ -18960,12 +18958,12 @@ const Mc = /* @__PURE__ */ D(class extends E {
|
|
|
18960
18958
|
super(), this.__registerHost(), this.show = !1;
|
|
18961
18959
|
}
|
|
18962
18960
|
render() {
|
|
18963
|
-
return s("div", { key: "
|
|
18961
|
+
return s("div", { key: "b0927ed064971c732a81fc471b40f4b4a42f6e00", style: { position: "relative" } }, s("h1", { key: "b0d6f99bb13c82a20b6f4ee9953e22c21413c56b" }, "Modal Example"), s("button", { key: "3da5bacebc34eaab0d9d880a08b39cebdfb11ad4", onClick: () => this.show = !0 }, "Open Modal"), s("dga-modal-v2", { key: "ee7b4c344b1bee4d474379e6bf41aa67b25051ab", open: this.show, showCloseButton: !0, onClose: () => this.show = !1 }, s("dga-modal-header", { key: "c09086fe101a96daf5292166f6722fef78e9b72f" }, s("dga-featured-icon", { key: "76605f1af44f129dd052fd3867e66ce5a6d7070a", color: "brand", variant: "light", size: "md", icon: {
|
|
18964
18962
|
name: "InformationCircle",
|
|
18965
18963
|
variant: "stroke",
|
|
18966
18964
|
type: "sharp",
|
|
18967
18965
|
size: 20
|
|
18968
|
-
} }), s("dga-modal-title", { key: "
|
|
18966
|
+
} }), s("dga-modal-title", { key: "11a17f2275edfdc1b951e9f487cd81670548d3d1" }, "Title goes here")), s("dga-modal-body", { key: "92c2facf59047677055f627bdad8042e59a8babb" }, s("dga-flex", { key: "1b129198770ff8971714e1d24f7a8d6f10e6a991", direction: "column", spacing: 8 }, s("p", { key: "705abfa1df0a8c42589e4a94c0031c01c8f828e9", class: "text-sm-regular" }, "When a Modal needs a further detailed explanation, it goes here."), s("dga-rating", { key: "32c25c02e9016199c1e1dfed5362382374f1bdf4" }))), s("dga-modal-actions", { key: "e25d1cb81d47db2cf8b865b71443b9db5f775ef7" }, s("dga-button-v2", { key: "7c89223bb2146c3f2083b140220ba8ffc188b789", label: "Primary", size: "lg", variant: "primary", onClick: () => console.log("Primary Action") }), s("dga-button-v2", { key: "11df1d1683969d7ed104b2f214fabe2c206b7ae3", label: "Secondary", size: "lg", variant: "secondary-outline", onClick: () => console.log("Secondary Action") }))));
|
|
18969
18967
|
}
|
|
18970
18968
|
}, [0, "dga-modal-v2-usage", {
|
|
18971
18969
|
show: [32]
|
|
@@ -19048,18 +19046,18 @@ const Im = `@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:it
|
|
|
19048
19046
|
}
|
|
19049
19047
|
render() {
|
|
19050
19048
|
return s("dialog", Object.assign({
|
|
19051
|
-
key: "
|
|
19049
|
+
key: "0a8b59f8e029b20c3afa31b30bca8bce5f6de6e0",
|
|
19052
19050
|
onClick: (e) => this.handleClickOutside(e),
|
|
19053
19051
|
ref: (e) => this.dialogRef = e,
|
|
19054
19052
|
// id={name ? name : guid()}
|
|
19055
19053
|
// style={{ display: this.show ? 'flex' : 'none' }}
|
|
19056
19054
|
class: `dga-flex-align-${this.position}`
|
|
19057
|
-
}, this.open && { open: this.open }, { hidden: !this.open }), s("div", { key: "
|
|
19055
|
+
}, this.open && { open: this.open }, { hidden: !this.open }), s("div", { key: "21a3db96e2574994b97710cd3354862af08353e8", class: "modal", ref: (e) => this.containergRef = e, onClick: (e) => e.stopPropagation() }, s("div", { key: "204b609229a3a0ca909d8041598602b0291e5793", class: "modal__header" }, s("div", { key: "df67dd196a8176573e4549d682bbcb0da6ad6648", class: "modal__icon", style: this.alignmentCenter ? { justifyContent: "center", width: "100%", display: "flex" } : {} }, s("dga-featured-icon", Object.assign({ key: "5e7c839b2ddcd25471f693441dfa109a4eb1f32c" }, this.featuredIconProps))), this.closeButton && s("div", { key: "2cd2b610badbbd99f4bf44e46371a7d763e2004a", class: "modal__close" }, s("dga-button-v2", { key: "62f9e656803ffabc5a2939bf8ba19ae2f9a2c630", size: "md", iconOnly: !0, leadIcon: !0, leadIconProps: {
|
|
19058
19056
|
name: "multiplication-sign",
|
|
19059
19057
|
variant: "stroke",
|
|
19060
19058
|
color: "#161616",
|
|
19061
19059
|
type: "rounded"
|
|
19062
|
-
}, onClick: this.onClose, variant: "subtle" }))), s("div", { key: "
|
|
19060
|
+
}, onClick: this.onClose, variant: "subtle" }))), s("div", { key: "7b91841fbc0aa831a4ede448812de2d3bb8a703a", class: "modal__body" }, this.modalTitle && s("h4", { key: "cfefed03488ebf88b118ec5a27c75162876d8831", class: "modal__heading", style: this.alignmentCenter ? { textAlign: "center", width: "100%" } : {} }, this.modalTitle), s("slot", { key: "1f6bfe3c6a609551fd03f5464d8a1871ca699bb1" })), s("div", { key: "72edefb92d0f8cc305c04e11528a796e460e29e1", class: "modal__actions", style: Object.assign(Object.assign({ display: "flex", width: "100%", justifyContent: this.alignmentCenter ? "center" : this.buttonsList.length > 2 ? "flex-start" : "space-between" }, !this.alignmentCenter && this.buttonsList.length == 2 && {
|
|
19063
19061
|
justifyContent: this.secondBtnPosition == "left" ? "flex-start" : "space-between"
|
|
19064
19062
|
}), { flexDirection: this.actionStack ? "column" : "row" }) }, this.buttonsList.length > 0 && this.buttonsList.slice(0, this.buttonsList.length > 3 ? 3 : this.buttonsList.length).map((e, o) => s("button", Object.assign({ style: Object.assign(Object.assign({}, this.actionFillContainer && { width: "100%" }), o == 2 && !this.alignmentCenter && {
|
|
19065
19063
|
marginLeft: "auto"
|
|
@@ -19149,10 +19147,10 @@ const jm = Ic, Cm = Pm, Em = ma, Dm = S0, Lm = fa, Tm = m0, $m = pa, Rm = l0, Om
|
|
|
19149
19147
|
};
|
|
19150
19148
|
}
|
|
19151
19149
|
render() {
|
|
19152
|
-
return s("div", { key: "
|
|
19150
|
+
return s("div", { key: "dee3e3228c8dc7aca96a6172d5e62a9f4a9dd2d7", class: `notification-toast notification-toast--${this.type} dga-vpostion-${this.vPostion} dga-hpostion-${this.hPostion} ${this.open ? "active" : ""}` }, s("div", { key: "96b982b01f3d6271b9ab4fe0dea3bf3f3e1e8a80", class: `notification-toast__header ${this.hasHelperText ? "" : "dga-flex-center-y"}` }, s("dga-featured-icon", { key: "08bf23424be6d1fcd2371b17d8bf15ef54897d70", icon: Object.assign(Object.assign({}, this.icons[this.type]), { size: 20 }), color: this.type, size: "lg" }), s("div", { key: "b9804a1bb2482dfd69bf4a4f00f78d31087265f1", class: "notification-toast__body" }, s("h4", { key: "b4f97b4068c238d40016d324580c0381baea3de2", class: "notification-toast__title text-md-semibold" }, this.leadText), this.hasHelperText && this.helperText && s("p", { key: "1f51b886a55c0e24184f8c1164ff6b4777b14110", class: "notification-toast__content text-sm-regular" }, this.helperText)), this.closeButton && s("div", { key: "e191daa4825df399976b87eca8b49150a3b72d09", class: "notification-toast__close-btn" }, s("button", { key: "4ed4ba1e421051965d3d87042ef9aa456296c0b2", class: "dga-btn dga-btn--close dga-btn--icon dga-btn--md", onClick: (e) => {
|
|
19153
19151
|
var o;
|
|
19154
19152
|
return (o = this.onClose) === null || o === void 0 ? void 0 : o.call(this, e);
|
|
19155
|
-
} }, s("span", { key: "
|
|
19153
|
+
} }, s("span", { key: "943cc2412fa79f8b6cd502c2998886701d77add3", class: "dga-btn-icon" }, s("dga-icon-v2", { key: "0a69f3ffce8c5c66412390ba16fbcceb8d30aae8", name: "multiplication-sign", variant: "stroke", type: "sharp", size: 20 }))))), this.action && s(De, { key: "96273c7cb53f139d5351ab87f31865a98a9c0447" }, s("div", { key: "4a9aebbf4a09a55d3545a1c614ac415eb418d0ec", class: "notification-toast__action" }, this.buttonsList.length > 0 && this.buttonsList.map(({ id: e, onClick: o, extraClasses: r, title: t, label: a }) => s("button", Object.assign({ key: e || fe(), id: e || fe(), onClick: (n) => o(n), class: `dga-btn dga-btn--subtle dga-btn--md ${r}` }, t && { title: t }), a))), s("div", { key: "9c98c9b89a4806a9daf65043282c557b5542e860", class: "notification-toast__action-mobile" }, this.buttonsList.length > 0 && this.buttonsList.map(({ id: e, onClick: o, extraClasses: r, title: t, label: a }) => s("button", Object.assign({ key: e || fe(), id: e || fe(), onClick: (n) => o(n), class: `dga-btn dga-btn--secondary dga-btn--lg ${r}` }, t && { title: t }), a)))));
|
|
19156
19154
|
}
|
|
19157
19155
|
static get style() {
|
|
19158
19156
|
return Qm;
|
|
@@ -19255,11 +19253,11 @@ const ov = Bc, rv = ev, tv = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
19255
19253
|
(e = this.sxStyleManager) === null || e === void 0 || e.cleanup();
|
|
19256
19254
|
}
|
|
19257
19255
|
render() {
|
|
19258
|
-
return s(oe, { key: "
|
|
19256
|
+
return s(oe, { key: "4baec18c587ac17a46b73e64b2a3a77fc2881713", id: this.componentId, style: this.rootStyles }, s("div", { key: "7612fd5d7c08c7814f724800dc72e665eb68a02e", class: `notification notification--${this.variant}`, role: "alert" }, s("div", { key: "2d8c2480f1b679b0b73153f189c6617f3d11d4a7", class: "notification__content" }, this.icon && s("div", { key: "eb0c524bccb3e57728ed99833ab4ccb785578e2b", class: "notification__icon" }, s("dga-icon-v2", { key: "a7b06298adf1450d0e8f675fca039d2d2bd1b6df", name: this.icons[this.variant].name, variant: this.icons[this.variant].variant, type: this.icons[this.variant].type, size: 24 })), this.leadText && s("strong", { key: "ec6ffc0d31970548321d1be653cdf616f4ae4c24", class: "notification__lead-text" }, this.leadText, ": "), s("p", { key: "9f79919bdc90b8ce1b1f08b1b2fa74f79440d1d5" }, this.content), this.link && s("a", { key: "caaac677b6c6deab684d4d0a08534130d718fc7f", onClick: () => {
|
|
19259
19257
|
this.navigateTo && this.navigateTo(this.setNavigateTo);
|
|
19260
|
-
}, class: "notification__link link link--md link--neutral link--inline" }, s("span", { key: "
|
|
19258
|
+
}, class: "notification__link link link--md link--neutral link--inline" }, s("span", { key: "b53b18e83564baba646fb229a1d807e81aab24bd", class: "link__label" }, this.textLink))), this.dismissable && s("div", { key: "b3f17070ec179cac356c0e0334e0ca2f1bc5a1ad", class: "notification__dismiss" }, s("button", { key: "e08e922104b542630058dcb89846a7489d0cd935", class: "dga-btn dga-btn--close dga-btn--icon dga-btn--md", onClick: () => {
|
|
19261
19259
|
this.dismmissed && this.dismmissed();
|
|
19262
|
-
} }, s("span", { key: "
|
|
19260
|
+
} }, s("span", { key: "0a919c2206c0857afe2269b5210aa2cfd3b1940d", class: "dga-btn-icon" }, s("dga-icon-v2", { key: "d3e603abb05cc35571abd8e47812ac1070f1d3f2", name: "multiplication-sign", variant: "stroke", size: 20 }))))));
|
|
19263
19261
|
}
|
|
19264
19262
|
get el() {
|
|
19265
19263
|
return this;
|
|
@@ -19344,8 +19342,8 @@ const nv = Pc, gv = iv, cv = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
19344
19342
|
(e = this.sxStyleManager) === null || e === void 0 || e.cleanup();
|
|
19345
19343
|
}
|
|
19346
19344
|
render() {
|
|
19347
|
-
return s(oe, { key: "
|
|
19348
|
-
key: "
|
|
19345
|
+
return s(oe, { key: "80e426a3930f28dc93bc291b6714815a55fa33de", id: this.componentId, style: this.rootStyles }, s("div", { key: "fd24218ab45fa359b8f2e4e0bb5d6b93fe752c97", class: "dga-form-control" }, this.label && s("dga-label", { key: "9d92a5b0c1e31e4ca7463bfccd53c808cbed70a4", label: this.label, size: this.size, required: this.required, disabled: this.disabled }), s("div", { key: "c623b04550a183ac55dbf15e26bbbf51e25f34ab", class: `dga-number-input dga-number-input--${this.size} ${this.error ? "dga-number-input--error" : ""} ${this.fullwidth ? "dga-number-input--full-width" : ""} ${this.variant !== "default" ? `dga-number-input--${this.variant}` : ""} ${this.isActive ? "active" : ""} ${this.isFocused ? "focus" : ""} ${this.disabled ? "dga-number-input--disabled" : ""} ${this.readonly ? "readOnly" : ""}`, ref: (e) => this.inputContainerRef = e }, s("button", { key: "39c785ee5c7a6ce58a036e96f4034eea07d2cc76", class: "dga-number-input__prefix", onClick: this.handleIncrement, disabled: this.disabled || this.readonly }, s("span", { key: "e44a6d85ec7a5e1f8f30e5f638bd5af7959d3d88", class: "dga-number-input__prefix-icon" }, s("dga-icon", { key: "81eb597707019d9be8fe0950ed54bc5fe2262fff", icon: "plus-sign", variant: "stroke", type: "rounded" }))), s("input", {
|
|
19346
|
+
key: "1ba4dbf2772a4d5bd3326e9df85d895aabc1fac7",
|
|
19349
19347
|
// id={id}
|
|
19350
19348
|
value: this.value,
|
|
19351
19349
|
name: this.name,
|
|
@@ -19364,7 +19362,7 @@ const nv = Pc, gv = iv, cv = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
19364
19362
|
onMouseOut: () => this.isActive = !1,
|
|
19365
19363
|
onChange: this.onChange,
|
|
19366
19364
|
onInput: this.onInput
|
|
19367
|
-
}), s("button", { key: "
|
|
19365
|
+
}), s("button", { key: "928c1bf3cd8a439534955a9f391dd55637b62836", class: "dga-number-input__suffix", onClick: this.handleDecrement, disabled: this.disabled || this.readonly }, s("span", { key: "0f70dc02f6f88d11ed695b6f1fd9149e78b57734", class: "dga-number-input__suffix-icon" }, s("dga-icon", { key: "1f0da62d485ed4792f1025a997497f798f620380", icon: "minus-sign", variant: "stroke", type: "rounded" })))), this.helperText && s("dga-helper-text", { key: "b55fc4456c71a30765d88f4554178222251f0e57", helperText: this.helperText, helperTextIcon: this.helperTextIcon, error: this.error })));
|
|
19368
19366
|
}
|
|
19369
19367
|
get el() {
|
|
19370
19368
|
return this;
|
|
@@ -19479,9 +19477,9 @@ const lv = jc, dv = sv, pv = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
19479
19477
|
this.sxHandler.cleanup();
|
|
19480
19478
|
}
|
|
19481
19479
|
render() {
|
|
19482
|
-
return s("ul", { key: "
|
|
19480
|
+
return s("ul", { key: "656a5af31c199827ccf7b6b3d5a676ecd5cdee02", class: `pagination pagination--${this.size}` }, s("li", { key: "4a1ef66f18ec7771b2d49725966b51940a127661", class: "pagination__item pagination__arrow" }, s("button", { key: "04e4e0e3c36e00690102cb0e5e522457d0d31bf5", onClick: this.onPrevious, disabled: this.currentPage === 1 }, s("svg", { key: "5be456e86f5fcbd236de007349849db7270ccae6", width: "17", height: "16", viewBox: "0 0 17 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, s("g", { key: "3864003262a2f486754234b089388d5c2990fabf", id: "Leading Icon" }, s("path", { key: "62b14969128dccd67ad1bfdc292ec746ac5fd0fa", id: "Icon", d: "M10.5 12L6.5 8L10.5 4", stroke: "#161616", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.paginationRange && this.paginationRange.map((e) => e === Ho ? s("li", { key: fe(), class: "pagination__item" }, "…") : s("li", { key: fe(), class: `pagination__item ${this.currentPage === e ? "pagination__item--active" : ""}` }, s("button", { onClick: () => {
|
|
19483
19481
|
this.handelPageChange(e);
|
|
19484
|
-
} }, e))), s("li", { key: "
|
|
19482
|
+
} }, e))), s("li", { key: "5763eeaaf906068f240213e719022668bf37588b", class: "pagination__item pagination__arrow" }, s("button", { key: "5a51005e5f864ddcd2708b21f31d7cf8cf64f10c", onClick: this.onNext, disabled: this.currentPage === this.totalPageCount }, s("svg", { key: "d3e58c368a938248492ea8e6fcf74ea5441e468e", width: "17", height: "16", viewBox: "0 0 17 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, s("g", { key: "64000e5c36bdf857c77d7a71e82da3e67cdbff26", id: "Leading Icon" }, s("path", { key: "a9f88490e7b09f57a0e453475554104f7798b47e", id: "Icon", d: "M6.5 12L10.5 8L6.5 4", stroke: "#161616", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))))));
|
|
19485
19483
|
}
|
|
19486
19484
|
get el() {
|
|
19487
19485
|
return this;
|
|
@@ -19590,7 +19588,7 @@ const kv = Ec, xv = vv, Dc = /* @__PURE__ */ D(class extends E {
|
|
|
19590
19588
|
return this.labelState === "completed" ? s("i", { class: "hgi-stroke hgi-tick-02", style: { fontSize: "16px" } }) : e.toString();
|
|
19591
19589
|
}
|
|
19592
19590
|
render() {
|
|
19593
|
-
return s("div", { key: "
|
|
19591
|
+
return s("div", { key: "9afa99cc4344674058f913356c53d3ddd1b03e34", class: "progress-indicator__step", onMouseDown: this.handleFocus, onMouseUp: this.handleFocusOut }, s("div", { key: "e4af5e57fd0d0bb980e63c2b908d9403c9b1fcd1", class: "progress-indicator__step-content dga-flex-column", ref: (e) => this.stepContentRef = e }, s("div", { key: "da12788aea6d6023e02c85f396e38a600b847395", class: "step-label", "data-state": this.labelState }, s("span", { key: "7fc8de8d84b788c2837257210b7ecbf7bad5d218", class: `step-label--${this.labelStyle}` }, this.labelStyle === "circle" && this.labelChildren(this.currentStep))), s("div", { key: "67e1d1517662f718ba0e1353f5f42c296b1d8868", class: "step-text dga-flex-column" }, this.showStepName && s("span", { key: "95833a1d7ce9e0b1686020472b2c7f7dc8b14c5e", class: this.isActive ? "text-md-medium" : "text-md-regular" }, this.title), this.showStepDescription && s("p", { key: "c55450c0e79ae2ae79d550da68aa295843110383", class: "text-sm-regular" }, this.description))), this.nextStep && s("span", { key: "09706b9108952920b316a702e78d13cc071ed9a3", class: `progress-indicator__step-connector ${this.isActive ? "progress-indicator__step-connector--active" : ""}` }));
|
|
19594
19592
|
}
|
|
19595
19593
|
get el() {
|
|
19596
19594
|
return this;
|
|
@@ -19649,7 +19647,7 @@ const wv = Dc, _v = yv, Lc = /* @__PURE__ */ D(class extends E {
|
|
|
19649
19647
|
return this.labelState === "completed" ? s("i", { class: "hgi-stroke hgi-tick-02", style: { fontSize: "16px" } }) : e.toString();
|
|
19650
19648
|
}
|
|
19651
19649
|
render() {
|
|
19652
|
-
return s("div", { key: "
|
|
19650
|
+
return s("div", { key: "b7b33da9cc351f2e583750c20cc7b0beeb33e876", class: "progress-indicator__step", onMouseDown: this.handleFocus, onMouseUp: this.handleFocusOut }, s("div", { key: "5d411c8f45ac9399d4fc2924eb37952be3c4fda9", class: "progress-indicator__step-content dga-flex-column", ref: (e) => this.stepContentRef = e }, s("div", { key: "6661c39e985dadfdb57c61a375d737da9da71a33", class: "step-label", "data-state": this.labelState }, s("span", { key: "62984d1897d446d7615396f9563e105c0439be23", class: `step-label--${this.labelStyle}` }, this.labelStyle === "circle" && this.labelChildren(this.currentStep))), s("div", { key: "aeeacccfcdc5b32b494171d49aa68c0f056de31b", class: "step-text dga-flex-column" }, this.showStepName && s("span", { key: "0a15aa0b7ecbd61e2941790e94c633386fb39590", class: this.isActive ? "text-md-medium" : "text-md-regular" }, this.title), this.showStepDescription && s("p", { key: "c60ede5ae755517b17212fe0b2081bf862144a03", class: "text-sm-regular" }, this.description))), this.nextStep && s("span", { key: "14eccfad6be9eae253b367aec782dd5a112abbd0", class: `progress-indicator__step-connector ${this.isActive ? "progress-indicator__step-connector--active" : ""}` }));
|
|
19653
19651
|
}
|
|
19654
19652
|
get el() {
|
|
19655
19653
|
return this;
|
|
@@ -19706,7 +19704,7 @@ const zv = Lc, qv = Tc, Sv = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
19706
19704
|
this.updateInternalActiveStep();
|
|
19707
19705
|
}
|
|
19708
19706
|
render() {
|
|
19709
|
-
return s("div", { key: "
|
|
19707
|
+
return s("div", { key: "94410100bb0832ca697991e9a8d30dc6754522d4", class: "progress-indicator dga-flex", "data-alignment": this.alignment, "data-progress-key": this.componentKey }, s("slot", { key: "01e2827718c9f9c0ce9949c6ac0fb58c7d318374", name: "progress-indicator-step" }));
|
|
19710
19708
|
}
|
|
19711
19709
|
get el() {
|
|
19712
19710
|
return this;
|
|
@@ -19743,7 +19741,7 @@ const Oc = /* @__PURE__ */ D(class extends E {
|
|
|
19743
19741
|
super(), this.__registerHost(), this.activeStep = 1, this.activeStep2 = 1;
|
|
19744
19742
|
}
|
|
19745
19743
|
render() {
|
|
19746
|
-
return console.log(this.activeStep), s("div", { key: "
|
|
19744
|
+
return console.log(this.activeStep), s("div", { key: "a954966f72882001a5b893bbff421fb59b6c86df" }, s("h1", { key: "25aa753698015422514819c11055d9c5a208cbff" }, "Progress Indicator Example"), s("div", { key: "3bac684a2e625971f4efdcf1a8811afd5e021f91", style: { padding: "50px", display: "flex", gap: "20px" } }, s("div", { key: "d642476883c838f2d037bc1c7ed707f357ce1042", style: { display: "flex", flexDirection: "column", gap: "20px" } }, s("button", { key: "444d7e2a7619a7fab42827e1d8bbde32e94ea4bc", onClick: () => this.activeStep = this.activeStep - 1 }, "prev"), s("button", { key: "b20791d3d5a85fbf546b07b9d67ead26f3e52141", onClick: () => this.activeStep = this.activeStep + 1 }, "next"), s("button", { key: "32bc5b6c8f164d3b7197735c33b17354dfb093a4", onClick: () => this.activeStep2 = this.activeStep2 - 1 }, "prev 2"), s("button", { key: "2842b4ffe40cd12406d3c41b34377490f1430b4b", onClick: () => this.activeStep2 = this.activeStep2 + 1 }, "next 2"), "activeStep: ", this.activeStep, s("dga-progress-indicator", { key: "df1f829a3e362761ac87e4b47e59e22794be2efd", activeStep: this.activeStep, alignment: "vertical" }, s("dga-progress-indicator-step", { key: "41446424c31fa70e930985ea0799d26ab5f57ef2", title: "Step One", description: "this is step description", currentStep: 1 }), s("dga-progress-indicator-step", { key: "07b55b44a9728168ee4710183714ac068a77a527", title: "Step Two", description: "this is step description", currentStep: 2 }), s("dga-progress-indicator-step", { key: "162209532846baa56a5d779652e07c54cf01016e", title: "Step Three", description: "this is step description", nextStep: !1, currentStep: 3 })), s("dga-progress-indicator", { key: "35522dc95d944a122631e840f39fa122168292ef", activeStep: this.activeStep2, alignment: "vertical" }, s("dga-progress-indicator-step", { key: "64e043201e03990374fcef3831536e3ebe883fb3", title: "Step One", description: "this is step description", currentStep: 1 }), s("dga-progress-indicator-step", { key: "973f107001d71b6f968c21a2abc180f1f482f8b6", title: "Step Two", description: "this is step description", currentStep: 2 }), s("dga-progress-indicator-step", { key: "d7889436da010e0f80d807a4991c2c14b8854f6d", title: "Step Three", description: "this is step description", nextStep: !1, currentStep: 3 }))), s("div", { key: "d078cacecefeaf1ce864d520db2e9150f5d47d4a", style: { display: "flex", flexDirection: "column", gap: "20px" } })));
|
|
19747
19745
|
}
|
|
19748
19746
|
}, [0, "dga-progress-indicator-v3-usage", {
|
|
19749
19747
|
activeStep: [32],
|
|
@@ -19801,7 +19799,7 @@ const Iv = Oc, Bv = Mv, Pv = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
19801
19799
|
});
|
|
19802
19800
|
}
|
|
19803
19801
|
render() {
|
|
19804
|
-
return s("div", { key: "
|
|
19802
|
+
return s("div", { key: "6c3b3b7a758f89e553e182ae8279cdc8330cb7ce", class: "progress-indicator dga-flex", "data-alignment": this.alignment }, s("slot", { key: "6b3a07a06afc1d0a6118fbf89cbb956bdb9ed9e9", name: "progress-indicator-step" }));
|
|
19805
19803
|
}
|
|
19806
19804
|
get el() {
|
|
19807
19805
|
return this;
|
|
@@ -19861,7 +19859,7 @@ const Ev = Fc, Dv = Cv, Lv = $c, Tv = Rc, $v = `@import url("https://fonts.googl
|
|
|
19861
19859
|
this.sxHandler.cleanup();
|
|
19862
19860
|
}
|
|
19863
19861
|
render() {
|
|
19864
|
-
return s("div", { key: "
|
|
19862
|
+
return s("div", { key: "80611e33bad0f7006b88508ae42a20d5dc7a4541", class: { "dga-quote": !0, "dga-quote--white-bg": this.whiteBackground } }, s("div", { key: "985b2089a3a79ebaf0f6e5e596a32dc7c63bc54d", class: "dga-quote__body" }, s("dga-flex", { key: "b98c99620381c452250b3a79715dbdb269e73547", spacing: 9 }, s("span", { key: "677523bd5fe1d2607a5c90c929e068606d05fd0d", class: "quote-icon" }, "”"), s("dga-flex", { key: "f21d3a349950161c739b4c3f03691954123268d3", direction: "column", spacing: 16 }, this.showQuoteTitle && s("h2", { key: "31a1407172aa857d4374d3bd6fb3f0404aa07ae8", class: "dga-quote__body-title" }, this.quoteTitle), this.showQuoteDescription && s("p", { key: "c4423167cd0f065caa4013ed8fabf959bfe6040d", class: "dga-quote__body-desc" }, this.quoteDescription)))), this.showAuthorDetails && s("div", { key: "e57f4bacd5663256d37040bb6e7ee1c25f38bb65", class: "dga-quote__auther-details" }, s("dga-flex", { key: "76fbe660828f21de88785ae9fb7ac557a9dce2a7", direction: "row", spacing: 16, align: "center" }, this.showAvatar && s("dga-avatar", { key: "579c6e8dcde6fa34b4141611a63e6c837407bdd9", size: 80, type: "image", border: !1 }), s("dga-flex", { key: "7ddb13d1eaf26abc72639abf5af3d5e9bfce0cc8", direction: "column", spacing: 8 }, s("h3", { key: "b3a0084abf2055c3989831ffc6e8e5b806485c4c", class: "auther-title" }, this.authorName), s("p", { key: "4ca6e23c059364579f377663785d541c9abe50f3", class: "auther-desc" }, this.authorDescription))), s("span", { key: "b7ac5ce350acbcb39c2cf694437cf0a3fa2877f3", class: "quote-icon" }, "“")));
|
|
19865
19863
|
}
|
|
19866
19864
|
get el() {
|
|
19867
19865
|
return this;
|
|
@@ -20009,7 +20007,7 @@ const Nv = Xc, Gv = Wv, Vv = Og, Uv = Fg, Zv = Sc, Kv = Ac, Jv = `@import url("h
|
|
|
20009
20007
|
super(), this.__registerHost(), this.__attachShadow(), this.size = "lg", this.type = "1", this.width = "long";
|
|
20010
20008
|
}
|
|
20011
20009
|
render() {
|
|
20012
|
-
return s("div", { key: "
|
|
20010
|
+
return s("div", { key: "4340d774b76fd1cea092150fc29564ee14a7854c", class: `rectangle_text ${this.size} type${this.type} ${this.width}` });
|
|
20013
20011
|
}
|
|
20014
20012
|
static get style() {
|
|
20015
20013
|
return Qv;
|
|
@@ -20186,11 +20184,11 @@ const ak = `@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:it
|
|
|
20186
20184
|
this.value = e.target.value, this.onChange.emit({ target: { value: this.value } });
|
|
20187
20185
|
}
|
|
20188
20186
|
render() {
|
|
20189
|
-
return s("div", { key: "
|
|
20187
|
+
return s("div", { key: "8a35700c8c173d5700e279d61974e143c49602ad", class: { "dga-form-control": !0, "dga-form-control--fullwidth": this.fullwidth } }, this.label && s("label", { key: "c7df594fe834074be98bbcb520945c94b10a8927", class: "dga-label" }, this.label), s("div", { key: "ef64f789e69e20f5660e2c8bcfe94d349f0fc2b5", class: `dga-search-box dga-search-box--${this.size} ${this.error ? "dga-search-box--error" : ""} ${this.variant !== "default" ? `dga-search-box--${this.variant}` : ""} ${this.isActive ? "active" : ""} ${this.isFocused ? "focus" : ""} ${this.disabled ? "dga-search-box--disabled" : ""} ${this.readonly ? "readOnly" : ""}`, ref: (e) => this.inputContainerRef = e }, this.icon && s("span", { key: "81271ea3697dce60c2303ba126541fae7a9cd697", class: "dga-search-box__icon" }, s("svg", { key: "9ff473c275a0c1684d5959771711e47b0b4cc2c9", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, s("path", { key: "f82c0b44f0aab2da05c9b5d22aa07f21639d89f0", "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.16675 1.04163C4.67943 1.04163 1.04175 4.67931 1.04175 9.16663C1.04175 13.6539 4.67943 17.2916 9.16675 17.2916C11.1854 17.2916 13.0322 16.5554 14.4531 15.3369L17.8915 18.7752C18.1356 19.0193 18.5313 19.0193 18.7754 18.7752C19.0194 18.5312 19.0194 18.1354 18.7754 17.8914L15.337 14.453C16.5556 13.032 17.2917 11.1853 17.2917 9.16663C17.2917 4.67931 13.6541 1.04163 9.16675 1.04163ZM2.29175 9.16663C2.29175 5.36967 5.36979 2.29163 9.16675 2.29163C12.9637 2.29163 16.0417 5.36967 16.0417 9.16663C16.0417 12.9636 12.9637 16.0416 9.16675 16.0416C5.36979 16.0416 2.29175 12.9636 2.29175 9.16663Z", fill: "#161616" }))), s("input", { key: "d152c6f47ef0d1133347a961cec9626dc1a8569d", value: this.value, name: this.name, type: "text", onFocus: () => this.isFocused = !0, onBlur: (e) => {
|
|
20190
20188
|
this.isFocused = !1, this.onBlur.emit(e);
|
|
20191
20189
|
}, class: "dga-search-box__field", placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, onMouseDown: () => this.isActive = !0, onMouseUp: () => this.isActive = !1, onMouseOut: () => this.isActive = !1, onInput: (e) => {
|
|
20192
20190
|
this.handleInputChange(e);
|
|
20193
|
-
} }), s("div", { key: "
|
|
20191
|
+
} }), s("div", { key: "d35ca5496322535c4f449b2932e18aa5ff01f860", class: "dga-search-box__actions" }, this.value.length > 0 && s(De, { key: "4bd853faa94c264537c4f9ef4c0621c7e13067e5" }, s("button", { key: "97a311c2aa09bc8f3bed3ca23129115cd81b5607", class: "dga-search-box__action-btn", onClick: this.handleResetInput }, s("dga-icon-v2", { key: "f2764a98306b13ff384942e8a346830d68235372", name: "cancel-01", variant: "stroke", size: 20 })), s("svg", { key: "8a31d26276695f008e3ca5b21eca31536c10ea0d", xmlns: "http://www.w3.org/2000/svg", width: "1", height: "26", viewBox: "0 0 1 26", fill: "none" }, s("rect", { key: "dafac47953c7671472c74cd5359b9e23c3882b09", x: "1", y: "0.5", width: "25", height: "1", transform: "rotate(90 1 0.5)", fill: "#D2D6DB" }))), this.showTrailingIcon && s("dga-tooltip", { key: "7cef0be1517a270552ec93f3a515721b0b527822", tooltipTitle: "Search by voice", direction: "bottom", beakAlignment: "center", beakPlacement: "top" }, s("button", { key: "116cdd0dddf93478ad1528082c5fcb78affb6147", class: "dga-search-box__search-btn", onClick: () => this.startListening(), disabled: this.isListening }, this.isListening ? s("span", { class: "dga-search-box__icon" }, s("dga-icon-v2", { name: "mic-01", variant: "stroke", size: 20 })) : s("span", { class: "dga-search-box__icon" }, s("dga-icon-v2", { name: "mic-01", variant: "stroke", size: 20 })))))));
|
|
20194
20192
|
}
|
|
20195
20193
|
static get style() {
|
|
20196
20194
|
return ik;
|
|
@@ -20236,7 +20234,7 @@ const gk = Vc, ck = nk, Uc = /* @__PURE__ */ D(class extends E {
|
|
|
20236
20234
|
super(), this.__registerHost();
|
|
20237
20235
|
}
|
|
20238
20236
|
render() {
|
|
20239
|
-
return s(oe, { key: "
|
|
20237
|
+
return s(oe, { key: "d980f88ae4dc0bae04fa478a2056884796409a15" }, s("div", { key: "c573c8546b80601b196d5bbe83dc3e99f97fe0f9", class: "items-container" }, s("slot", { key: "dcde334669159cafce72098bf87cf7981e81f670" })));
|
|
20240
20238
|
}
|
|
20241
20239
|
}, [4, "dga-second-nav-header-actions"]);
|
|
20242
20240
|
function hk() {
|
|
@@ -20255,7 +20253,7 @@ const sk = Uc, lk = hk, Zc = /* @__PURE__ */ D(class extends E {
|
|
|
20255
20253
|
super(), this.__registerHost();
|
|
20256
20254
|
}
|
|
20257
20255
|
render() {
|
|
20258
|
-
return s(oe, { key: "
|
|
20256
|
+
return s(oe, { key: "65e41a04c11f364d8c10d386b9c19a9f27d3c275" }, s("div", { key: "425f7629496b10d431ef11a6dc11cf1db3354b7b", class: "items-container" }, s("slot", { key: "f96ddce5e5d2df27be3e0b2e862bf53a159ea468" })));
|
|
20259
20257
|
}
|
|
20260
20258
|
}, [4, "dga-second-nav-header-content"]);
|
|
20261
20259
|
function dk() {
|
|
@@ -20280,7 +20278,7 @@ const pk = Zc, bk = dk, Kc = /* @__PURE__ */ D(class extends E {
|
|
|
20280
20278
|
});
|
|
20281
20279
|
}
|
|
20282
20280
|
render() {
|
|
20283
|
-
return s(oe, { key: "
|
|
20281
|
+
return s(oe, { key: "8ee16811053a8f2a011eb3ddc2f8f4baca385414" }, s("slot", { key: "12171cbe06b39b7902939b11b901e51c656a4c9b", name: "icon" }), s("slot", { key: "2990e72b82d373206a65970385683f0556c50acf", name: "label" }, this.label));
|
|
20284
20282
|
}
|
|
20285
20283
|
get el() {
|
|
20286
20284
|
return this;
|
|
@@ -20310,7 +20308,7 @@ const uk = Kc, mk = fk, Jc = /* @__PURE__ */ D(class extends E {
|
|
|
20310
20308
|
});
|
|
20311
20309
|
}
|
|
20312
20310
|
render() {
|
|
20313
|
-
return s(oe, { key: "
|
|
20311
|
+
return s(oe, { key: "c764b0c2e83feb474c440ab5f1ce9e0b04c0ff68" }, s("div", { key: "5a694a6532da23bdfe562491cb0185967060cc24", class: `wrapper ${this.variant} `, "aria-label": "a secondary navigation navbar" }, s("div", { key: "0e6dc12860801970a333378d9170d6a917520181", class: `container ${this.hideDivider ? "" : "border"}` }, s("div", { key: "435c2bc4134bf75b5a29bedc048d7ffaf46f132c", class: "content" }, s("slot", { key: "ce2377e54c7c320208bf22a1691a3599d752e06b", name: "content" })), s("div", { key: "7decfbb7828456294f1d37e3935cf0a277cca31c", class: "actions" }, s("slot", { key: "ff5434684dde90544c6420859239738a07fa9854", name: "actions" })))));
|
|
20314
20312
|
}
|
|
20315
20313
|
get el() {
|
|
20316
20314
|
return this;
|
|
@@ -20360,7 +20358,7 @@ const kk = Jc, xk = vk, yk = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
20360
20358
|
}[this.width] || "";
|
|
20361
20359
|
}
|
|
20362
20360
|
render() {
|
|
20363
|
-
return s("div", { key: "
|
|
20361
|
+
return s("div", { key: "b48a2b21ae250e9013f611e62c1987962ef13247" }, s("div", { key: "d05e25cb8e7e67a2e16af6fc362c2e3346a83f55", style: { width: this.width, height: this.width }, class: `square_skeleton type${this.type} ${this.getBorderRadius()}` }));
|
|
20364
20362
|
}
|
|
20365
20363
|
static get style() {
|
|
20366
20364
|
return wk;
|
|
@@ -20461,7 +20459,7 @@ const Sk = oh, Ak = qk, Mk = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
20461
20459
|
super(), this.__registerHost(), this.__attachShadow();
|
|
20462
20460
|
}
|
|
20463
20461
|
render() {
|
|
20464
|
-
return s("div", { key: "
|
|
20462
|
+
return s("div", { key: "76a808cca136586795098b329f2c48d8b268c6fd", class: "dga-slideout-menu__actions" }, s("slot", { key: "4358e887d80577373921ffbb325ca26bbb509db1" }));
|
|
20465
20463
|
}
|
|
20466
20464
|
static get style() {
|
|
20467
20465
|
return Ik;
|
|
@@ -20503,11 +20501,11 @@ const Pk = rh, jk = Bk, Ck = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
20503
20501
|
render() {
|
|
20504
20502
|
return (
|
|
20505
20503
|
// <div class="dga-slideout-menu">
|
|
20506
|
-
s("div", { key: "
|
|
20504
|
+
s("div", { key: "91d5b14a4851e6a3c1b3cfd578c28564ba02451c", class: "dga-slideout-menu__header" }, s("dga-featured-icon", { key: "efe2f9743a937b9dc0c7ff4183ae88830c2497ec", icon: {
|
|
20507
20505
|
name: "add-circle",
|
|
20508
20506
|
variant: "stroke",
|
|
20509
20507
|
type: "standard"
|
|
20510
|
-
}, size: "sm", color: "brand", variant: "light" }), s("dga-flex", { key: "
|
|
20508
|
+
}, size: "sm", color: "brand", variant: "light" }), s("dga-flex", { key: "ff1a34134e21a5df13da01eb043b725eae0614cc", direction: "column", spacing: 4, class: "dga-slideout-menu__header-content" }, s("h3", { key: "2421279b3146eb995b6a864a21d6ff36283de5bf", class: "dga-slideout-menu__header-title" }, this.title), s("p", { key: "a9f494c12c002c5f9d8e342eeacf3a90c47efefc", class: "dga-slideout-menu__header-description" }, this.description)), s("dga-button-v2", { key: "d1fe6bf6ae2906941593957116371b133e23c914", iconOnly: !0, leadIcon: !0, leadIconProps: {
|
|
20511
20509
|
name: "multiplication-sign",
|
|
20512
20510
|
variant: "stroke",
|
|
20513
20511
|
type: "standard",
|
|
@@ -20568,7 +20566,7 @@ const Lk = th, Tk = Dk, $k = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
20568
20566
|
super(), this.__registerHost(), this.__attachShadow();
|
|
20569
20567
|
}
|
|
20570
20568
|
render() {
|
|
20571
|
-
return s(oe, { key: "
|
|
20569
|
+
return s(oe, { key: "0191b1cf0c45faebc027ce6a7ec3a7c07a5c5c72" }, s("slot", { key: "6365093c4c5267ea51a129fc6a1f8f86ccbd39f7" }));
|
|
20572
20570
|
}
|
|
20573
20571
|
static get style() {
|
|
20574
20572
|
return Rk;
|
|
@@ -20632,10 +20630,10 @@ const Fk = ah, Hk = Ok, Xk = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
20632
20630
|
});
|
|
20633
20631
|
}
|
|
20634
20632
|
render() {
|
|
20635
|
-
return s("div", { key: "
|
|
20633
|
+
return s("div", { key: "96efd3e1df9dda6dbfa9a4adb01ed4826886a5e9", class: `dga-slideout-menu dga-slideout-menu--${this.anchor} dga-slideout-menu--${this.backgroundColor} ${this.open ? "active" : ""}` }, s("slot", { key: "2fdf3c72c458e3d681a143863aea5cdf300b1fbe", name: "slideout-menu-header" }), s("div", { key: "17cacb3795c40a7d7d69aee9ca764a71a8ae5e82", class: "dga-slideout-menu__body" }, s("div", { key: "919aafa50fecb9cc46304cab4331b6e8f91fd55d", class: {
|
|
20636
20634
|
"dga-slideout-menu__items": !0,
|
|
20637
20635
|
"dga-slideout-menu__items--hide-scrollbar": !this.scrollbar
|
|
20638
|
-
} }, s("slot", { key: "
|
|
20636
|
+
} }, s("slot", { key: "23f1aa081723532d30af384ff2635facae01d1ad", name: "slideout-menu-items" })), s("dga-divider", { key: "394272291b927d291f4057ab727ac3d72502ca4e" }), s("slot", { key: "78583d3f84f7f452a5ee6b1bb27d04c1deb45c79", name: "slideout-menu-actions" })));
|
|
20639
20637
|
}
|
|
20640
20638
|
get el() {
|
|
20641
20639
|
return this;
|
|
@@ -20703,7 +20701,7 @@ const Nk = ih, Gk = Wk, Vk = Hg, Uk = Xg, Zk = Qc, Kk = eh, Jk = `@import url("h
|
|
|
20703
20701
|
(e = this.sxStyleManager) === null || e === void 0 || e.cleanup();
|
|
20704
20702
|
}
|
|
20705
20703
|
render() {
|
|
20706
|
-
return s(oe, { key: "
|
|
20704
|
+
return s(oe, { key: "8c1ce1434da1208757026f06ec0622f992a42856", id: this.componentId, style: this.rootStyles }, s("span", { key: "410580c369fd88a7174ad3151ebc1418040ffbdf", class: `status-tag status-tag--${this.color} status-tag--${this.size} status-tag--${this.status}` }, s("span", { key: "a5de04dbe7aea749023310ed78fd480b317c04ff", class: "status-tag__indicator" }), this.label, s("slot", { key: "b1988e5cb6891be17e5671887e15a2493a777906" })));
|
|
20707
20705
|
}
|
|
20708
20706
|
get el() {
|
|
20709
20707
|
return this;
|
|
@@ -20788,7 +20786,7 @@ const ox = nh, rx = ex, tx = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
20788
20786
|
(e = this.sxStyleManager) === null || e === void 0 || e.cleanup();
|
|
20789
20787
|
}
|
|
20790
20788
|
render() {
|
|
20791
|
-
return s("div", { key: "
|
|
20789
|
+
return s("div", { key: "1a2a9423ee5006393c37bae8edb6a1c3fba9b24e", class: `table-wrapper ${this.contained ? "table-contained" : ""}` }, s("table", { key: "8f3e0218cc11d87bfc9e52730e2f03a72396cde1", class: `azm-structured-table ${this.contained ? "table-contained" : ""}`, style: { direction: this.direction ? "rtl" : "ltr" } }, s("thead", { key: "403ff2d27cb42c7193972d24d9a045f7794ecc62" }, s("tr", { key: "955544f79af9b912d9c251bfcc1ddfff89511423", class: `${this.rowDivider ? "row-divider" : ""}` }, this.cells.map(({ title: e }, o) => s("th", { key: o }, e)))), s("tbody", { key: "c4a7311895c4c6e5b4f29a757873047f8fc27335" }, this.sortedData.map((e, o) => s("tr", { class: `${this.rowDivider ? "row-divider" : ""} ${this.alternate ? "alternate" : ""}`, key: o }, this.cells.map(({ El: r, customAttribute: t, propertyName: a, type: n, colSpan: g }, c) => s("td", Object.assign({ key: c, colSpan: g || 1 }, (t == null ? void 0 : t.key) && {
|
|
20792
20790
|
[t.key]: t.value || ""
|
|
20793
20791
|
}, { class: `${this.compact ? "compact" : ""} ${this.colDivider ? "col-divider" : ""}` }), s("div", null, this.selectable && s("span", null, s("input", { type: "checkbox", name: `${o}checkboxSelection`, checked: e.selected, id: `${o}checkboxSelection${a}`, onChange: (h) => this.handleSelectedRowChanges(h.target.checked, o, a, c) })), n === "element" && r ? s(r, Object.assign({}, e)) : e[a]))))))));
|
|
20794
20792
|
}
|
|
@@ -20920,7 +20918,7 @@ const hx = ch, sx = cx, lx = `@import url("https://fonts.googleapis.com/css2?fam
|
|
|
20920
20918
|
this.sxHandler = new mo(this.el, "dga-switch");
|
|
20921
20919
|
}
|
|
20922
20920
|
render() {
|
|
20923
|
-
return s(oe, { key: "
|
|
20921
|
+
return s(oe, { key: "d3e2b3422e8f6091fe3b0022603e019c5164dc2a", id: this.sxHandler.getId(), style: this.sxHandler.getStyles() }, s("label", { key: "199bc156d897e0ba4d6159455e3285200d801eb6", ref: (e) => this.labelRef = e, class: `switch ${this.color ? `switch--${this.color}` : ""}`, onMouseDown: this.handleActive, onChange: this.handleRemoveActive }, s("div", { key: "1770c5dd78992f2a89dbec891f48cea44e7bb0a9", class: "switch-main" }, s("div", { key: "02cbde216c7eab2135f99e956b052c204f19d3d7", class: `switch-main__content ${this.disabled ? "disabled" : ""}` }, s("div", { key: "cc326d22b743a6301fffc301176a025bd84f48c0", class: "switch-wrapper" }, s("input", { key: "de48c0adc492f1d1035b0926a7af112fef12b15f", type: "checkbox", name: this.name, value: this.value, id: this.id, disabled: this.disabled, onFocus: this.handleFocus, onBlur: this.handleFocusOut, onChange: this.onChange, onInput: this.onInput, checked: this.isChecked }), s("span", { key: "6d2c89e81e6f0f72f5c7c0185e8158b5e473a571", class: `slider round ${this.isChecked ? "slider--active" : "slider--inactive"}` })), !this.hasHelperText && !this.helperText ? this.label && s("span", { class: "switch__label" }, this.label) : s("div", { class: "dga-flex-column" }, s("span", { class: "switch__label" }, this.label), s("span", { class: "switch__helper-text" }, this.helperText))), this.alertMessage && s("div", { key: "84131f62dc9da7b70d987cbedaa5d617cfe992f3", class: "switch__warning" }, s("span", { key: "f0566cb1c12d74bd1afd3d384bbf4a98c1e2f61f", class: "switch__warning-icon" }, s("svg", { key: "7dda00ecbb16dceb305d1e6189784060254f011e", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, s("path", { key: "0a697a3f4c2927039c83323bbc36ed2cea6d5d7a", d: "M8 1.33333C4.324 1.33333 1.33333 4.324 1.33333 8C1.33333 11.676 4.324 14.6667 8 14.6667C11.676 14.6667 14.6667 11.676 14.6667 8C14.6667 4.324 11.676 1.33333 8 1.33333ZM8 13.3333C5.05467 13.3333 2.66667 10.9453 2.66667 8C2.66667 5.05467 5.05467 2.66667 8 2.66667C10.9453 2.66667 13.3333 5.05467 13.3333 8C13.3333 10.9453 10.9453 13.3333 8 13.3333ZM7.33333 4H8.66667V8H7.33333V4ZM7.33333 9.33333H8.66667V10.6667H7.33333V9.33333Z", fill: "currentColor" }))), s("span", { key: "bf0c4489d5c7bfffe7fc3842bdf1d1fafb94c74a", class: "switch__warning-text" }, this.alertText)))));
|
|
20924
20922
|
}
|
|
20925
20923
|
get el() {
|
|
20926
20924
|
return this;
|
|
@@ -21056,7 +21054,7 @@ const bx = hh, fx = px, sh = /* @__PURE__ */ D(class extends E {
|
|
|
21056
21054
|
// this.selected = index;
|
|
21057
21055
|
// };
|
|
21058
21056
|
render() {
|
|
21059
|
-
return s("tbody", { key: "
|
|
21057
|
+
return s("tbody", { key: "9e0ceb906d0f9c7502ec230e72318152ae653adf" }, s("slot", { key: "ab45a7234a1d0a3b31340496fe33acd745f9fbb1" }));
|
|
21060
21058
|
}
|
|
21061
21059
|
}, [4, "dga-table-body", {
|
|
21062
21060
|
data: [16],
|
|
@@ -21288,7 +21286,7 @@ const _x = lh, zx = wx, dh = /* @__PURE__ */ D(class extends E {
|
|
|
21288
21286
|
this.sortedData = e;
|
|
21289
21287
|
}
|
|
21290
21288
|
render() {
|
|
21291
|
-
return s("div", { key: "
|
|
21289
|
+
return s("div", { key: "217fdaa95a442f1b31edfe49e58b9af81a7805fa", class: `table-wrapper ${this.contained ? "table-contained" : ""}` }, s("table", { key: "fb1cf5929461a90efc21fcaa22093484f49fda9b", class: ` azm-table ${this.contained ? "table-contained" : ""}`, style: { direction: this.direction ? "rtl" : "ltr" } }, s("slot", { key: "2373aba108466bdf5ac3c28ec9b8e9d10b898837" })));
|
|
21292
21290
|
}
|
|
21293
21291
|
}, [4, "dga-table", {
|
|
21294
21292
|
data: [16],
|
|
@@ -21359,7 +21357,7 @@ const Sx = dh, Ax = qx, Mx = Qn, Ix = na, Bx = Ag, Px = Ro, jx = lg, Cx = cr, Ex
|
|
|
21359
21357
|
(e = this.sxStyleManager) === null || e === void 0 || e.cleanup();
|
|
21360
21358
|
}
|
|
21361
21359
|
render() {
|
|
21362
|
-
return s(oe, { key: "
|
|
21360
|
+
return s(oe, { key: "5715ebe3975be8c299baac9f49135da2541303f1", id: this.componentId, style: this.rootStyles }, s("div", { key: "dccd0382f035918459bc1e04cec5284eec4e51bf", class: { "dga-form-control": !0, "dga-form-control--fullwidth": this.fullwidth } }, this.label && s("label", { key: "3a53ac94b1046ea2cfd30be8c926ab10c08d4ed1", class: "dga-label" }, this.label), s("div", { key: "0f5dc0897bd370a59cde2432a2200be3738be500", class: `dga-textarea dga-textarea--lg ${this.error ? "dga-textarea--error" : ""} ${this.variant !== "default" ? `dga-textarea--${this.variant}` : ""} ${this.isActive ? "active" : ""} ${this.isFocused ? "focus" : ""} ${this.disabled ? "disabled" : ""}`, ref: (e) => this.inputContainerRef = e, "data-error": this.error }, s("textarea", { key: "a2c36f4ab4907c26160d03c6aaeb80af877896bf", ref: (e) => this.textAreaEl = e, onFocus: () => this.isFocused = !0, onBlur: () => this.isFocused = !1, class: `dga-textarea__field ${this.resize ? "dga-textarea__field--resize" : ""} ${this.scrollbar ? "" : "dga-textarea__field--hidden-scrollbar"}`, placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, rows: this.rows && this.rows, cols: this.cols && this.cols, onMouseDown: () => this.isActive = !0, onMouseUp: () => this.isActive = !1, onMouseOut: () => this.isActive = !1, onChange: this.onChange, onInput: this.onInput, name: this.name, value: this.value }), this.error ? s("span", { class: `dga-textarea__feedback-icon dga-textarea__feedback-icon--error ${this.feedbackIconRing ? "dga-textarea__feedback-icon--ring" : ""}` }, ni.error) : this.feedbackIcon ? s("span", { class: `dga-textarea__feedback-icon dga-textarea__feedback-icon--${this.feedbackIconType} ${this.feedbackIconRing ? "dga-textarea__feedback-icon--ring" : ""}` }, ni[this.feedbackIconType]) : null)));
|
|
21363
21361
|
}
|
|
21364
21362
|
get el() {
|
|
21365
21363
|
return this;
|
|
@@ -21460,7 +21458,7 @@ const Tx = ph, $x = Lx, Rx = Nc, Ox = Gc, Fx = `@import url("https://fonts.googl
|
|
|
21460
21458
|
return s("dga-icon", Object.assign({ icon: e }, o));
|
|
21461
21459
|
}
|
|
21462
21460
|
render() {
|
|
21463
|
-
return s("button", { key: "
|
|
21461
|
+
return s("button", { key: "9ebf39e09814685e21d11f3024b6c05e946cd6fc", dir: this.RTL ? "rtl" : "ltr", disabled: this.disabled, class: `floating-button-onColor-${this.onColor} floating-button-btn ${this.variant} ${this.size} `, onClick: (e) => this.handleClick(e) }, this.icon && s("div", { key: "51b43c71a41f3a8390fdbdc339ee6b13dc49b13a", class: "floating-button-icon" }, this.renderIcon(this.icon, this.iconProps)), this.label && !this.iconOnly && s("p", { key: "60cb613ddd1f778adc4017fd713147ca2f85e94e" }, this.label));
|
|
21464
21462
|
}
|
|
21465
21463
|
static get style() {
|
|
21466
21464
|
return Hx;
|