@telia-ace/alliance-ui 1.0.14 → 1.0.15-next.0
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/CHANGELOG.md +10 -2
- package/components/alliance-link.d.ts +2 -0
- package/components/alliance-link.js +4 -150
- package/components/alliance-link.js.map +1 -1
- package/components/alliance-modal.d.ts +12 -0
- package/components/alliance-modal.js +7 -237
- package/components/alliance-modal.js.map +1 -1
- package/components/alliance-paginator.d.ts +13 -0
- package/components/alliance-paginator.js +6 -308
- package/components/alliance-paginator.js.map +1 -1
- package/components/alliance-table.d.ts +2 -0
- package/components/alliance-table.js +6 -144
- package/components/alliance-table.js.map +1 -1
- package/components/alliance-view.d.ts +32 -0
- package/components/alliance-view.js +291 -0
- package/components/alliance-view.js.map +1 -0
- package/components/chunk-ADFC4JKF.js +315 -0
- package/components/chunk-ADFC4JKF.js.map +1 -0
- package/components/chunk-B6YHD7BN.js +4 -0
- package/components/chunk-B6YHD7BN.js.map +1 -0
- package/components/chunk-JQ76TOQT.js +4 -0
- package/components/chunk-JQ76TOQT.js.map +1 -0
- package/components/chunk-LYU2K33W.js +464 -0
- package/components/chunk-LYU2K33W.js.map +1 -0
- package/components/chunk-NB6ODBZJ.js +13 -0
- package/components/chunk-NB6ODBZJ.js.map +1 -0
- package/components/chunk-P2AWWJPH.js +3 -0
- package/components/chunk-P2AWWJPH.js.map +1 -0
- package/components/chunk-WYQTL7R3.js +167 -0
- package/components/chunk-WYQTL7R3.js.map +1 -0
- package/components/chunk-XPHFAKEI.js +164 -0
- package/components/chunk-XPHFAKEI.js.map +1 -0
- package/components/index.d.ts +2 -6
- package/components/index.js +10 -18
- package/components/index.js.map +1 -1
- package/package.json +9 -13
- package/voca/components/telia-accordion-item.d.ts +1 -1
- package/voca/components/telia-accordion-item.js +3 -70
- package/voca/components/telia-accordion-item.js.map +1 -1
- package/voca/components/telia-accordion.d.ts +2 -1
- package/voca/components/telia-accordion.js +3 -104
- package/voca/components/telia-accordion.js.map +1 -1
- package/voca/components/telia-badge.d.ts +2 -1
- package/voca/components/telia-badge.js +3 -83
- package/voca/components/telia-badge.js.map +1 -1
- package/voca/components/telia-button.d.ts +2 -1
- package/voca/components/telia-button.js +3 -6
- package/voca/components/telia-button.js.map +1 -1
- package/voca/components/telia-card-frame-link.d.ts +2 -1
- package/voca/components/telia-card-frame-link.js +3 -46
- package/voca/components/telia-card-frame-link.js.map +1 -1
- package/voca/components/telia-card-frame.d.ts +2 -1
- package/voca/components/telia-card-frame.js +3 -4
- package/voca/components/telia-card-frame.js.map +1 -1
- package/voca/components/telia-checkbox.d.ts +2 -1
- package/voca/components/telia-checkbox.js +3 -102
- package/voca/components/telia-checkbox.js.map +1 -1
- package/voca/components/telia-chip-choice.d.ts +2 -1
- package/voca/components/telia-chip-choice.js +3 -70
- package/voca/components/telia-chip-choice.js.map +1 -1
- package/voca/components/telia-chip-filter.d.ts +2 -1
- package/voca/components/telia-chip-filter.js +3 -50
- package/voca/components/telia-chip-filter.js.map +1 -1
- package/voca/components/telia-col.d.ts +2 -1
- package/voca/components/telia-col.js +3 -47
- package/voca/components/telia-col.js.map +1 -1
- package/voca/components/telia-color-dot.d.ts +2 -1
- package/voca/components/telia-color-dot.js +3 -39
- package/voca/components/telia-color-dot.js.map +1 -1
- package/voca/components/telia-counter-badge.d.ts +2 -1
- package/voca/components/telia-counter-badge.js +3 -45
- package/voca/components/telia-counter-badge.js.map +1 -1
- package/voca/components/telia-cta-link.d.ts +2 -1
- package/voca/components/telia-cta-link.js +3 -58
- package/voca/components/telia-cta-link.js.map +1 -1
- package/voca/components/telia-date-picker.d.ts +2 -1
- package/voca/components/telia-date-picker.js +3 -591
- package/voca/components/telia-date-picker.js.map +1 -1
- package/voca/components/telia-divider.d.ts +2 -1
- package/voca/components/telia-divider.js +3 -46
- package/voca/components/telia-divider.js.map +1 -1
- package/voca/components/telia-field-assistive-text.d.ts +2 -1
- package/voca/components/telia-field-assistive-text.js +3 -4
- package/voca/components/telia-field-assistive-text.js.map +1 -1
- package/voca/components/telia-field-error.d.ts +2 -1
- package/voca/components/telia-field-error.js +3 -7
- package/voca/components/telia-field-error.js.map +1 -1
- package/voca/components/telia-field-valid.d.ts +2 -1
- package/voca/components/telia-field-valid.js +3 -7
- package/voca/components/telia-field-valid.js.map +1 -1
- package/voca/components/telia-fieldset.d.ts +2 -1
- package/voca/components/telia-fieldset.js +3 -56
- package/voca/components/telia-fieldset.js.map +1 -1
- package/voca/components/telia-focus-trap.d.ts +2 -1
- package/voca/components/telia-focus-trap.js +3 -78
- package/voca/components/telia-focus-trap.js.map +1 -1
- package/voca/components/telia-form.d.ts +2 -1
- package/voca/components/telia-form.js +3 -59
- package/voca/components/telia-form.js.map +1 -1
- package/voca/components/telia-grid.d.ts +2 -1
- package/voca/components/telia-grid.js +3 -29
- package/voca/components/telia-grid.js.map +1 -1
- package/voca/components/telia-heading.d.ts +2 -1
- package/voca/components/telia-heading.js +3 -4
- package/voca/components/telia-heading.js.map +1 -1
- package/voca/components/telia-icon.d.ts +2 -1
- package/voca/components/telia-icon.js +3 -5
- package/voca/components/telia-icon.js.map +1 -1
- package/voca/components/telia-image.d.ts +2 -1
- package/voca/components/telia-image.js +3 -42
- package/voca/components/telia-image.js.map +1 -1
- package/voca/components/telia-label.d.ts +2 -1
- package/voca/components/telia-label.js +3 -4
- package/voca/components/telia-label.js.map +1 -1
- package/voca/components/telia-link-image.d.ts +2 -1
- package/voca/components/telia-link-image.js +3 -55
- package/voca/components/telia-link-image.js.map +1 -1
- package/voca/components/telia-link.d.ts +2 -1
- package/voca/components/telia-link.js +3 -5
- package/voca/components/telia-link.js.map +1 -1
- package/voca/components/telia-list.d.ts +2 -1
- package/voca/components/telia-list.js +3 -69
- package/voca/components/telia-list.js.map +1 -1
- package/voca/components/telia-logo.d.ts +2 -1
- package/voca/components/telia-logo.js +3 -54
- package/voca/components/telia-logo.js.map +1 -1
- package/voca/components/telia-notification.d.ts +2 -1
- package/voca/components/telia-notification.js +3 -87
- package/voca/components/telia-notification.js.map +1 -1
- package/voca/components/telia-overlay.d.ts +2 -1
- package/voca/components/telia-overlay.js +3 -31
- package/voca/components/telia-overlay.js.map +1 -1
- package/voca/components/telia-p.d.ts +2 -1
- package/voca/components/telia-p.js +3 -51
- package/voca/components/telia-p.js.map +1 -1
- package/voca/components/telia-pictogram.d.ts +2 -1
- package/voca/components/telia-pictogram.js +3 -112
- package/voca/components/telia-pictogram.js.map +1 -1
- package/voca/components/telia-radio-button.d.ts +2 -1
- package/voca/components/telia-radio-button.js +3 -54
- package/voca/components/telia-radio-button.js.map +1 -1
- package/voca/components/telia-row.d.ts +2 -1
- package/voca/components/telia-row.js +3 -37
- package/voca/components/telia-row.js.map +1 -1
- package/voca/components/telia-search-input.d.ts +2 -1
- package/voca/components/telia-search-input.js +3 -134
- package/voca/components/telia-search-input.js.map +1 -1
- package/voca/components/telia-select.d.ts +2 -1
- package/voca/components/telia-select.js +3 -114
- package/voca/components/telia-select.js.map +1 -1
- package/voca/components/telia-skeleton.d.ts +2 -1
- package/voca/components/telia-skeleton.js +3 -32
- package/voca/components/telia-skeleton.js.map +1 -1
- package/voca/components/telia-status-badge.d.ts +2 -1
- package/voca/components/telia-status-badge.js +3 -58
- package/voca/components/telia-status-badge.js.map +1 -1
- package/voca/components/telia-style-link.d.ts +2 -1
- package/voca/components/telia-style-link.js +3 -4
- package/voca/components/telia-style-link.js.map +1 -1
- package/voca/components/telia-tab-content.d.ts +2 -1
- package/voca/components/telia-tab-content.js +3 -44
- package/voca/components/telia-tab-content.js.map +1 -1
- package/voca/components/telia-tab-header.d.ts +2 -1
- package/voca/components/telia-tab-header.js +3 -6
- package/voca/components/telia-tab-header.js.map +1 -1
- package/voca/components/telia-tab.d.ts +2 -1
- package/voca/components/telia-tab.js +3 -160
- package/voca/components/telia-tab.js.map +1 -1
- package/voca/components/telia-text-input.d.ts +2 -1
- package/voca/components/telia-text-input.js +3 -14
- package/voca/components/telia-text-input.js.map +1 -1
- package/voca/components/telia-text-spacing.d.ts +2 -1
- package/voca/components/telia-text-spacing.js +3 -29
- package/voca/components/telia-text-spacing.js.map +1 -1
- package/voca/components/telia-textarea.d.ts +2 -1
- package/voca/components/telia-textarea.js +3 -111
- package/voca/components/telia-textarea.js.map +1 -1
- package/voca/components/telia-toggle.d.ts +2 -1
- package/voca/components/telia-toggle.js +3 -143
- package/voca/components/telia-toggle.js.map +1 -1
- package/voca/components/telia-visually-hidden.d.ts +2 -1
- package/voca/components/telia-visually-hidden.js +3 -4
- package/voca/components/telia-visually-hidden.js.map +1 -1
- package/voca/foundations/component-library-styling.d.ts +2 -1
- package/voca/foundations/component-library-styling.js +3 -3
- package/voca/foundations/component-library-styling.js.map +1 -1
- package/voca/foundations/index.d.ts +6 -4
- package/voca/foundations/index.js +161 -162
- package/voca/foundations/index.js.map +1 -1
- package/voca/icons/index.js +3 -338
- package/voca/icons/index.js.map +1 -1
- package/chunks/check-circle-filled-42095247.js +0 -5
- package/chunks/check-circle-filled-42095247.js.map +0 -1
- package/chunks/chevron-down-50d47dd6.js +0 -5
- package/chunks/chevron-down-50d47dd6.js.map +0 -1
- package/chunks/chevron-right-788ce8a9.js +0 -6
- package/chunks/chevron-right-788ce8a9.js.map +0 -1
- package/chunks/close-7d423291.js +0 -5
- package/chunks/close-7d423291.js.map +0 -1
- package/chunks/close-ac6e4f1c.js +0 -5
- package/chunks/close-ac6e4f1c.js.map +0 -1
- package/chunks/error-9925a844.js +0 -7
- package/chunks/error-9925a844.js.map +0 -1
- package/chunks/error-filled-8de50bdd.js +0 -5
- package/chunks/error-filled-8de50bdd.js.map +0 -1
- package/chunks/getSvgContent-f2389ce0.js +0 -14
- package/chunks/getSvgContent-f2389ce0.js.map +0 -1
- package/chunks/index-514c4fef.js +0 -213
- package/chunks/index-514c4fef.js.map +0 -1
- package/chunks/index-eef143db.js +0 -531
- package/chunks/index-eef143db.js.map +0 -1
- package/chunks/query-assigned-elements-6cda07f5.js +0 -856
- package/chunks/query-assigned-elements-6cda07f5.js.map +0 -1
- package/chunks/repeat-aaedbe31.js +0 -143
- package/chunks/repeat-aaedbe31.js.map +0 -1
- package/chunks/stringCombiner-10b57054.js +0 -50
- package/chunks/stringCombiner-10b57054.js.map +0 -1
- package/chunks/telia-button-c9ba09a9.js +0 -86
- package/chunks/telia-button-c9ba09a9.js.map +0 -1
- package/chunks/telia-card-frame-340f3315.js +0 -39
- package/chunks/telia-card-frame-340f3315.js.map +0 -1
- package/chunks/telia-field-assistive-text-173ba2fb.js +0 -32
- package/chunks/telia-field-assistive-text-173ba2fb.js.map +0 -1
- package/chunks/telia-field-error-f978aeb3.js +0 -40
- package/chunks/telia-field-error-f978aeb3.js.map +0 -1
- package/chunks/telia-field-valid-5d8f121e.js +0 -39
- package/chunks/telia-field-valid-5d8f121e.js.map +0 -1
- package/chunks/telia-heading-38ae44ae.js +0 -104
- package/chunks/telia-heading-38ae44ae.js.map +0 -1
- package/chunks/telia-icon-d0e7c715.js +0 -73
- package/chunks/telia-icon-d0e7c715.js.map +0 -1
- package/chunks/telia-label-f4c1eb47.js +0 -36
- package/chunks/telia-label-f4c1eb47.js.map +0 -1
- package/chunks/telia-link-42cb2e68.js +0 -51
- package/chunks/telia-link-42cb2e68.js.map +0 -1
- package/chunks/telia-style-link-bb7bfd94.js +0 -56
- package/chunks/telia-style-link-bb7bfd94.js.map +0 -1
- package/chunks/telia-tab-header-890fc7c8.js +0 -98
- package/chunks/telia-tab-header-890fc7c8.js.map +0 -1
- package/chunks/telia-text-input-289394d8.js +0 -169
- package/chunks/telia-text-input-289394d8.js.map +0 -1
- package/chunks/telia-visually-hidden-9015e8cd.js +0 -34
- package/chunks/telia-visually-hidden-9015e8cd.js.map +0 -1
- package/chunks/telia-vst2-dfb33a56.js +0 -41
- package/chunks/telia-vst2-dfb33a56.js.map +0 -1
- package/chunks/uniqueId-0daf01ec.js +0 -5
- package/chunks/uniqueId-0daf01ec.js.map +0 -1
- package/chunks/variables-ecb680f0.js +0 -8
- package/chunks/variables-ecb680f0.js.map +0 -1
- package/components/alliance-link/alliance-link.d.ts +0 -27
- package/components/alliance-link/index.d.ts +0 -1
- package/components/alliance-modal/alliance-modal.d.ts +0 -43
- package/components/alliance-modal/index.d.ts +0 -2
- package/components/alliance-paginator/alliance-page-selector.d.ts +0 -22
- package/components/alliance-paginator/alliance-paginator-button.d.ts +0 -17
- package/components/alliance-paginator/alliance-paginator.d.ts +0 -32
- package/components/alliance-paginator/index.d.ts +0 -4
- package/components/alliance-paginator/utils.d.ts +0 -13
- package/components/alliance-table/alliance-table-body.d.ts +0 -5
- package/components/alliance-table/alliance-table-data.d.ts +0 -5
- package/components/alliance-table/alliance-table-head.d.ts +0 -7
- package/components/alliance-table/alliance-table-row.d.ts +0 -6
- package/components/alliance-table/alliance-table.d.ts +0 -5
- package/components/alliance-table/index.d.ts +0 -5
- package/style.css +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../src/voca/components/telia-form.ts"],"names":[],"mappings":";AACA,OAAO","sourcesContent":["// This file is generated - see scripts/map-voca-components.js\nimport '@teliads/components/dist/components/telia-form';\n"]}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
export { }
|
|
@@ -1,29 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
constructor() {
|
|
5
|
-
super(), this.__registerHost(), this.dataTrackingId = "telia-grid";
|
|
6
|
-
}
|
|
7
|
-
render() {
|
|
8
|
-
return i(a, { class: "telia-grid" }, i("slot", null), i("telia-vst", { dataTrackingId: this.dataTrackingId }));
|
|
9
|
-
}
|
|
10
|
-
static get style() {
|
|
11
|
-
return n;
|
|
12
|
-
}
|
|
13
|
-
}, [4, "telia-grid"]);
|
|
14
|
-
function l() {
|
|
15
|
-
if (typeof customElements > "u")
|
|
16
|
-
return;
|
|
17
|
-
["telia-grid", "telia-vst"].forEach((e) => {
|
|
18
|
-
switch (e) {
|
|
19
|
-
case "telia-grid":
|
|
20
|
-
customElements.get(e) || customElements.define(e, d);
|
|
21
|
-
break;
|
|
22
|
-
case "telia-vst":
|
|
23
|
-
customElements.get(e) || s();
|
|
24
|
-
break;
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
l();
|
|
29
|
-
//# sourceMappingURL=telia-grid.js.map
|
|
1
|
+
import '@teliads/components/dist/components/telia-grid';
|
|
2
|
+
//# sourceMappingURL=out.js.map
|
|
3
|
+
//# sourceMappingURL=telia-grid.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../src/voca/components/telia-grid.ts"],"names":[],"mappings":";AACA,OAAO","sourcesContent":["// This file is generated - see scripts/map-voca-components.js\nimport '@teliads/components/dist/components/telia-grid';\n"]}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
export { }
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
//# sourceMappingURL=telia-heading.js.map
|
|
1
|
+
import '@teliads/components/dist/components/telia-heading';
|
|
2
|
+
//# sourceMappingURL=out.js.map
|
|
3
|
+
//# sourceMappingURL=telia-heading.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../src/voca/components/telia-heading.ts"],"names":[],"mappings":";AACA,OAAO","sourcesContent":["// This file is generated - see scripts/map-voca-components.js\nimport '@teliads/components/dist/components/telia-heading';\n"]}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
export { }
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import "../../chunks/telia-vst2-dfb33a56.js";
|
|
5
|
-
//# sourceMappingURL=telia-icon.js.map
|
|
1
|
+
import '@teliads/components/dist/components/telia-icon';
|
|
2
|
+
//# sourceMappingURL=out.js.map
|
|
3
|
+
//# sourceMappingURL=telia-icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../src/voca/components/telia-icon.ts"],"names":[],"mappings":";AACA,OAAO","sourcesContent":["// This file is generated - see scripts/map-voca-components.js\nimport '@teliads/components/dist/components/telia-icon';\n"]}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
export { }
|
|
@@ -1,42 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
constructor() {
|
|
5
|
-
super(), this.__registerHost(), this.imageCrop = "cover", this.dataTrackingId = "telia-image", this.mediumSize = c - 1, this.largeSize = l - 1, this.baseClass = "telia-image";
|
|
6
|
-
}
|
|
7
|
-
render() {
|
|
8
|
-
const i = {
|
|
9
|
-
[this.baseClass]: !0,
|
|
10
|
-
[`${this.baseClass}--${this.variant}`]: !!this.variant,
|
|
11
|
-
[`${this.baseClass}--object-fit-${this.imageCrop}`]: !0
|
|
12
|
-
};
|
|
13
|
-
return e("picture", { class: i }, this.smallSet && e("source", { media: "(max-width:" + this.mediumSize + "px)", srcSet: this.smallSet }), this.mediumSet && e("source", { media: "(max-width:" + this.largeSize + "px)", srcSet: this.mediumSet }), e("img", { src: this.src, alt: this.alt }), e("telia-vst", { dataTrackingId: this.dataTrackingId }));
|
|
14
|
-
}
|
|
15
|
-
static get style() {
|
|
16
|
-
return r;
|
|
17
|
-
}
|
|
18
|
-
}, [0, "telia-image", {
|
|
19
|
-
dataTestid: [1, "data-testid"],
|
|
20
|
-
alt: [1],
|
|
21
|
-
src: [1],
|
|
22
|
-
smallSet: [1, "small-set"],
|
|
23
|
-
mediumSet: [1, "medium-set"],
|
|
24
|
-
variant: [1],
|
|
25
|
-
imageCrop: [1, "image-crop"]
|
|
26
|
-
}]);
|
|
27
|
-
function n() {
|
|
28
|
-
if (typeof customElements > "u")
|
|
29
|
-
return;
|
|
30
|
-
["telia-image", "telia-vst"].forEach((t) => {
|
|
31
|
-
switch (t) {
|
|
32
|
-
case "telia-image":
|
|
33
|
-
customElements.get(t) || customElements.define(t, o);
|
|
34
|
-
break;
|
|
35
|
-
case "telia-vst":
|
|
36
|
-
customElements.get(t) || m();
|
|
37
|
-
break;
|
|
38
|
-
}
|
|
39
|
-
});
|
|
40
|
-
}
|
|
41
|
-
n();
|
|
42
|
-
//# sourceMappingURL=telia-image.js.map
|
|
1
|
+
import '@teliads/components/dist/components/telia-image';
|
|
2
|
+
//# sourceMappingURL=out.js.map
|
|
3
|
+
//# sourceMappingURL=telia-image.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../src/voca/components/telia-image.ts"],"names":[],"mappings":";AACA,OAAO","sourcesContent":["// This file is generated - see scripts/map-voca-components.js\nimport '@teliads/components/dist/components/telia-image';\n"]}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
export { }
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
//# sourceMappingURL=telia-label.js.map
|
|
1
|
+
import '@teliads/components/dist/components/telia-label';
|
|
2
|
+
//# sourceMappingURL=out.js.map
|
|
3
|
+
//# sourceMappingURL=telia-label.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../src/voca/components/telia-label.ts"],"names":[],"mappings":";AACA,OAAO","sourcesContent":["// This file is generated - see scripts/map-voca-components.js\nimport '@teliads/components/dist/components/telia-label';\n"]}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
export { }
|
|
@@ -1,55 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import { d as c } from "../../chunks/telia-visually-hidden-9015e8cd.js";
|
|
5
|
-
import { d } from "../../chunks/telia-vst2-dfb33a56.js";
|
|
6
|
-
const m = ".telia-link-image:hover{color:#5e0092}.telia-link-image:active{color:#30004b}.telia-link-image__slotwrapper{display:inline-block}.telia-link-image__slotwrapper--ensure-click-area{align-items:center;display:flex;justify-content:center;min-height:calc(4.8rem * var(--voca-rem-multiplier));min-width:calc(4.8rem * var(--voca-rem-multiplier))}.telia-link-image--dark-bg:hover{color:#edc8ff}.telia-link-image--dark-bg:active{color:#de99ff}", k = /* @__PURE__ */ l(class extends s {
|
|
7
|
-
constructor() {
|
|
8
|
-
super(), this.__registerHost(), this.__attachShadow(), this.darkBackground = !1, this.disableVisited = !0, this.ensureClickArea = !1, this.dataTrackingId = "telia-link-image";
|
|
9
|
-
}
|
|
10
|
-
render() {
|
|
11
|
-
const i = "telia-link-image", e = {
|
|
12
|
-
[i]: !0,
|
|
13
|
-
[`${i}--dark-bg`]: this.darkBackground
|
|
14
|
-
}, a = {
|
|
15
|
-
[`${i}__slotwrapper`]: !0,
|
|
16
|
-
[`${i}__slotwrapper--ensure-click-area`]: this.ensureClickArea
|
|
17
|
-
};
|
|
18
|
-
return t(n, null, t("telia-link", { silent: !0, href: this.htmlHref, "data-testid": this.dataTestid, "link-title": this.linkText, class: e, "disable-visited": this.disableVisited, "dark-background": this.darkBackground }, t("div", { class: a }, t("slot", null), t("telia-visually-hidden", null, this.linkText))), t("telia-vst", { dataTrackingId: this.dataTrackingId }));
|
|
19
|
-
}
|
|
20
|
-
static get style() {
|
|
21
|
-
return m;
|
|
22
|
-
}
|
|
23
|
-
}, [1, "telia-link-image", {
|
|
24
|
-
dataTestid: [1, "data-testid"],
|
|
25
|
-
linkText: [1, "link-text"],
|
|
26
|
-
htmlHref: [1, "html-href"],
|
|
27
|
-
darkBackground: [4, "dark-background"],
|
|
28
|
-
disableVisited: [4, "disable-visited"],
|
|
29
|
-
ensureClickArea: [4, "ensure-click-area"]
|
|
30
|
-
}]);
|
|
31
|
-
function u() {
|
|
32
|
-
if (typeof customElements > "u")
|
|
33
|
-
return;
|
|
34
|
-
["telia-link-image", "telia-link", "telia-style-link", "telia-visually-hidden", "telia-vst"].forEach((e) => {
|
|
35
|
-
switch (e) {
|
|
36
|
-
case "telia-link-image":
|
|
37
|
-
customElements.get(e) || customElements.define(e, k);
|
|
38
|
-
break;
|
|
39
|
-
case "telia-link":
|
|
40
|
-
customElements.get(e) || r();
|
|
41
|
-
break;
|
|
42
|
-
case "telia-style-link":
|
|
43
|
-
customElements.get(e) || o();
|
|
44
|
-
break;
|
|
45
|
-
case "telia-visually-hidden":
|
|
46
|
-
customElements.get(e) || c();
|
|
47
|
-
break;
|
|
48
|
-
case "telia-vst":
|
|
49
|
-
customElements.get(e) || d();
|
|
50
|
-
break;
|
|
51
|
-
}
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
u();
|
|
55
|
-
//# sourceMappingURL=telia-link-image.js.map
|
|
1
|
+
import '@teliads/components/dist/components/telia-link-image';
|
|
2
|
+
//# sourceMappingURL=out.js.map
|
|
3
|
+
//# sourceMappingURL=telia-link-image.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../src/voca/components/telia-link-image.ts"],"names":[],"mappings":";AACA,OAAO","sourcesContent":["// This file is generated - see scripts/map-voca-components.js\nimport '@teliads/components/dist/components/telia-link-image';\n"]}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
export { }
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import "../../chunks/telia-vst2-dfb33a56.js";
|
|
5
|
-
//# sourceMappingURL=telia-link.js.map
|
|
1
|
+
import '@teliads/components/dist/components/telia-link';
|
|
2
|
+
//# sourceMappingURL=out.js.map
|
|
3
|
+
//# sourceMappingURL=telia-link.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../src/voca/components/telia-link.ts"],"names":[],"mappings":";AACA,OAAO","sourcesContent":["// This file is generated - see scripts/map-voca-components.js\nimport '@teliads/components/dist/components/telia-link';\n"]}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
export { }
|
|
@@ -1,69 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
row: "row",
|
|
5
|
-
column: "column"
|
|
6
|
-
}, e = {
|
|
7
|
-
ul: "ul",
|
|
8
|
-
ol: "ol",
|
|
9
|
-
dl: "dl"
|
|
10
|
-
}, r = {
|
|
11
|
-
start: "start",
|
|
12
|
-
spaceAround: "space-around",
|
|
13
|
-
spaceBetween: "space-between"
|
|
14
|
-
}, c = ".telia-list{display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0;}.telia-list--start{justify-content:start}.telia-list--space-between{justify-content:space-between}.telia-list--space-around{justify-content:space-around}.telia-list--row{flex-direction:row}.telia-list--column{flex-direction:column}.telia-list ::slotted(li),.telia-list ::slotted(dt),.telia-list ::slotted(dd){display:flex}.telia-list--navigation-row ::slotted(li:not(:nth-of-type(1))){margin-left:calc(2.4rem * var(--voca-rem-multiplier))}", d = /* @__PURE__ */ a(class extends l {
|
|
15
|
-
constructor() {
|
|
16
|
-
super(), this.__registerHost(), this.__attachShadow(), this.variant = o.column, this.listTag = e.ul, this.justifycontent = r.start, this.itemSpacing = !1, this.dataTrackingId = "telia-list";
|
|
17
|
-
}
|
|
18
|
-
componentWillLoad() {
|
|
19
|
-
this.validateListTag(this.listTag);
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Validates list tag property for non-typescript env
|
|
23
|
-
* @private
|
|
24
|
-
*/
|
|
25
|
-
validateListTag(i) {
|
|
26
|
-
const t = Object.values(e);
|
|
27
|
-
if (t.indexOf(i) === -1)
|
|
28
|
-
throw new Error(`Invalid list tag ${i} is used. Use one of: ${t.join(", ")}`);
|
|
29
|
-
}
|
|
30
|
-
render() {
|
|
31
|
-
const i = {
|
|
32
|
-
"telia-list": !0,
|
|
33
|
-
"telia-list--navigation-row": !!this.itemSpacing,
|
|
34
|
-
[`telia-list--${this.variant}`]: !!this.variant,
|
|
35
|
-
[`telia-list--${this.justifycontent}`]: !!this.justifycontent
|
|
36
|
-
}, t = this.listTag;
|
|
37
|
-
return s(t, { class: i, role: this.listTag === e.ul ? "list" : "" }, s("slot", null), s("telia-vst", { dataTrackingId: this.dataTrackingId }));
|
|
38
|
-
}
|
|
39
|
-
static get watchers() {
|
|
40
|
-
return {
|
|
41
|
-
listTag: ["validateListTag"]
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
static get style() {
|
|
45
|
-
return c;
|
|
46
|
-
}
|
|
47
|
-
}, [1, "telia-list", {
|
|
48
|
-
dataTestid: [1, "data-testid"],
|
|
49
|
-
variant: [1],
|
|
50
|
-
listTag: [1, "list-tag"],
|
|
51
|
-
justifycontent: [1],
|
|
52
|
-
itemSpacing: [4, "item-spacing"]
|
|
53
|
-
}]);
|
|
54
|
-
function u() {
|
|
55
|
-
if (typeof customElements > "u")
|
|
56
|
-
return;
|
|
57
|
-
["telia-list", "telia-vst"].forEach((t) => {
|
|
58
|
-
switch (t) {
|
|
59
|
-
case "telia-list":
|
|
60
|
-
customElements.get(t) || customElements.define(t, d);
|
|
61
|
-
break;
|
|
62
|
-
case "telia-vst":
|
|
63
|
-
customElements.get(t) || n();
|
|
64
|
-
break;
|
|
65
|
-
}
|
|
66
|
-
});
|
|
67
|
-
}
|
|
68
|
-
u();
|
|
69
|
-
//# sourceMappingURL=telia-list.js.map
|
|
1
|
+
import '@teliads/components/dist/components/telia-list';
|
|
2
|
+
//# sourceMappingURL=out.js.map
|
|
3
|
+
//# sourceMappingURL=telia-list.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../src/voca/components/telia-list.ts"],"names":[],"mappings":";AACA,OAAO","sourcesContent":["// This file is generated - see scripts/map-voca-components.js\nimport '@teliads/components/dist/components/telia-list';\n"]}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
export { }
|
|
@@ -1,54 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
PRIMARY: "primary",
|
|
5
|
-
PRIMARY_SYMBOL: "primary-symbol",
|
|
6
|
-
SECONDARY: "secondary",
|
|
7
|
-
SECONDARY_SYMBOL: "secondary-symbol",
|
|
8
|
-
BLACK: "black",
|
|
9
|
-
BLACK_SYMBOL: "black-symbol"
|
|
10
|
-
};
|
|
11
|
-
Object.values(t);
|
|
12
|
-
const c = ".telia-logo{display:block}.telia-logo__image{height:calc(3.2rem * var(--voca-rem-multiplier))}", n = /* @__PURE__ */ a(class extends i {
|
|
13
|
-
constructor() {
|
|
14
|
-
super(), this.__registerHost(), this.__attachShadow(), this.darkBackground = !1, this.variant = t.PRIMARY, this.componentClass = "telia-logo", this.assetServer = "https://cdn.voca.teliacompany.com/logo/", this.logoAsset = {
|
|
15
|
-
[t.PRIMARY]: "Telia-primary-default-v2.svg",
|
|
16
|
-
[t.PRIMARY_SYMBOL]: "Telia-primary-symbol-only-v2.svg",
|
|
17
|
-
[t.SECONDARY]: "Telia-secondary-default-v2.svg",
|
|
18
|
-
[t.SECONDARY_SYMBOL]: "Telia-secondary-symbol-only-v2.svg",
|
|
19
|
-
[t.BLACK]: "Telia-black-default-v2.svg",
|
|
20
|
-
[t.BLACK_SYMBOL]: "Telia-black-symbol-only-v2.svg"
|
|
21
|
-
}, this.dataTrackingId = "telia-logo";
|
|
22
|
-
}
|
|
23
|
-
getLogoSource() {
|
|
24
|
-
let s = "";
|
|
25
|
-
return this.darkBackground ? s = this.logoAsset[t.SECONDARY] : s = this.logoAsset[this.variant], this.assetServer.concat(s);
|
|
26
|
-
}
|
|
27
|
-
render() {
|
|
28
|
-
return o(l, { class: this.componentClass }, o("telia-vst", { dataTrackingId: this.dataTrackingId }), o("img", { alt: this.imgAlt, class: this.componentClass.concat("__image"), src: this.getLogoSource(), role: "img" }));
|
|
29
|
-
}
|
|
30
|
-
static get style() {
|
|
31
|
-
return c;
|
|
32
|
-
}
|
|
33
|
-
}, [1, "telia-logo", {
|
|
34
|
-
dataTestid: [1, "data-testid"],
|
|
35
|
-
darkBackground: [4, "dark-background"],
|
|
36
|
-
imgAlt: [1, "img-alt"],
|
|
37
|
-
variant: [1]
|
|
38
|
-
}]);
|
|
39
|
-
function m() {
|
|
40
|
-
if (typeof customElements > "u")
|
|
41
|
-
return;
|
|
42
|
-
["telia-logo", "telia-vst"].forEach((e) => {
|
|
43
|
-
switch (e) {
|
|
44
|
-
case "telia-logo":
|
|
45
|
-
customElements.get(e) || customElements.define(e, n);
|
|
46
|
-
break;
|
|
47
|
-
case "telia-vst":
|
|
48
|
-
customElements.get(e) || r();
|
|
49
|
-
break;
|
|
50
|
-
}
|
|
51
|
-
});
|
|
52
|
-
}
|
|
53
|
-
m();
|
|
54
|
-
//# sourceMappingURL=telia-logo.js.map
|
|
1
|
+
import '@teliads/components/dist/components/telia-logo';
|
|
2
|
+
//# sourceMappingURL=out.js.map
|
|
3
|
+
//# sourceMappingURL=telia-logo.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../src/voca/components/telia-logo.ts"],"names":[],"mappings":";AACA,OAAO","sourcesContent":["// This file is generated - see scripts/map-voca-components.js\nimport '@teliads/components/dist/components/telia-logo';\n"]}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
export { }
|
|
@@ -1,87 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import { e as s } from "../../chunks/error-filled-8de50bdd.js";
|
|
5
|
-
import { d as m } from "../../chunks/telia-button-c9ba09a9.js";
|
|
6
|
-
import { d } from "../../chunks/telia-heading-38ae44ae.js";
|
|
7
|
-
import { d as u } from "../../chunks/telia-icon-d0e7c715.js";
|
|
8
|
-
import { d as v } from "../../chunks/telia-vst2-dfb33a56.js";
|
|
9
|
-
import "../../chunks/getSvgContent-f2389ce0.js";
|
|
10
|
-
const f = { name: "alert-filled", svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M60 32C60 47.464 47.464 60 32 60C16.5432 59.9827 4.01731 47.4568 4 32C4 16.536 16.536 4 32 4C47.464 4 60 16.536 60 32ZM34.2284 46.0419C34.161 45.551 33.9649 45.0866 33.66 44.6959C33.1019 43.8781 32.5635 43.4692 32.045 43.4692C31.6427 43.4875 31.2626 43.6591 30.9826 43.9487C30.6022 44.3138 30.3064 44.7579 30.116 45.2496C29.8874 45.7941 29.7703 46.3788 29.7716 46.9693C29.7716 47.7271 30.1902 48.1061 31.0275 48.1061C31.8043 48.1062 32.5638 47.8771 33.2109 47.4476C33.8893 47.0083 34.2284 46.5397 34.2284 46.0419ZM29.3491 20.6807V38.6031C29.3503 39.636 29.8423 40.1524 30.825 40.1523C31.7547 40.1521 32.6632 39.835 33.4345 39.2414C34.2454 38.6329 34.6509 37.9947 34.6509 37.3267V19.4042C34.5955 18.7525 34.3738 18.1337 34.0134 17.625C33.3496 16.471 32.6852 15.894 32.0204 15.894C31.5593 15.9246 31.1251 16.1524 30.804 16.5322C30.3484 17.0302 29.9945 17.6371 29.7675 18.3096C29.4903 19.0598 29.348 19.8662 29.3491 20.6807Z"/></svg>' }, h = { name: "info-filled", svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M31.9998 4C16.5358 4 3.99976 16.536 3.99976 32C3.99976 47.464 16.5358 60 31.9998 60C47.4637 60 59.9998 47.464 59.9998 32C59.9824 16.5432 47.4566 4.01731 31.9998 4ZM34.1536 26.6398V43.6741C34.1545 44.2526 34.0389 44.8254 33.8137 45.3582C33.6292 45.8358 33.3417 46.2669 32.9716 46.6206C32.7107 46.8904 32.3579 47.0523 31.9833 47.074C31.443 47.074 30.9032 46.6642 30.3638 45.8445C30.071 45.4832 29.8909 45.0437 29.8459 44.5808V27.5464C29.8459 27.0721 30.1753 26.6188 30.8342 26.1866C31.461 25.7649 32.1991 25.5397 32.9545 25.5395C33.753 25.5395 34.1527 25.9063 34.1536 26.6398ZM34.4138 18.1545C34.4152 18.7942 34.2883 19.4276 34.0407 20.0175C33.8345 20.5502 33.5141 21.0313 33.102 21.4269C32.7987 21.7406 32.3869 21.9264 31.951 21.9464C31.3893 21.9464 30.8061 21.5034 30.2014 20.6174C29.8711 20.1941 29.6587 19.691 29.5857 19.1591C29.5857 18.6199 29.9531 18.1123 30.6879 17.6363C31.389 17.1711 32.2118 16.923 33.0532 16.9231C33.9603 16.9231 34.4138 17.3335 34.4138 18.1545Z"/></svg>' }, C = {
|
|
11
|
-
INLINE: "inline"
|
|
12
|
-
}, a = {
|
|
13
|
-
SUCCESS: "success",
|
|
14
|
-
INFORMATION: "information",
|
|
15
|
-
WARNING: "warning",
|
|
16
|
-
ERROR: "error"
|
|
17
|
-
}, b = ".telia-notification{border-radius:calc(0.2rem * var(--voca-rem-multiplier));background-color:#ffffff;padding:calc(1.6rem * var(--voca-rem-multiplier)) calc(1.6rem * var(--voca-rem-multiplier)) 0 calc(calc(2.4rem * var(--voca-rem-multiplier)) * 2 - calc(0.6rem * var(--voca-rem-multiplier)));position:relative;}.telia-notification slot[name=content]{display:block;margin-bottom:calc(1.6rem * var(--voca-rem-multiplier))}.telia-notification__icon{left:calc(-3.2rem * var(--voca-rem-multiplier));margin-right:calc(0.8rem * var(--voca-rem-multiplier));position:absolute}.telia-notification__heading{align-items:center;display:flex;margin-bottom:calc(1.2rem * var(--voca-rem-multiplier));position:relative}.telia-notification__hidden{visibility:hidden;opacity:0;padding-left:calc(calc(2.4rem * var(--voca-rem-multiplier)) * 2);float:right}.telia-notification__button{position:absolute;right:calc(1.6rem * var(--voca-rem-multiplier));top:0}.telia-notification__button .telia-button{color:#222222}.telia-notification__button .telia-button:hover{color:#606064}.telia-notification__button .telia-button:active{color:#48484b}.telia-notification--success{border:calc(0.2rem * var(--voca-rem-multiplier)) solid #008641;border-left:calc(0.6rem * var(--voca-rem-multiplier)) solid #008641}.telia-notification--success .telia-notification__icon{color:#008641}.telia-notification--information{border:calc(0.2rem * var(--voca-rem-multiplier)) solid #007acc;border-left:calc(0.6rem * var(--voca-rem-multiplier)) solid #007acc}.telia-notification--information .telia-notification__icon{color:#007acc}.telia-notification--warning{border:calc(0.2rem * var(--voca-rem-multiplier)) solid #cc7c00;border-left:calc(0.6rem * var(--voca-rem-multiplier)) solid #cc7c00}.telia-notification--warning .telia-notification__icon{color:#cc7c00}.telia-notification--error{border:calc(0.2rem * var(--voca-rem-multiplier)) solid #be0040;border-left:calc(0.6rem * var(--voca-rem-multiplier)) solid #be0040}.telia-notification--error .telia-notification__icon{color:#be0040}.telia-notification--hidden{display:none}", p = /* @__PURE__ */ o(class extends l {
|
|
18
|
-
constructor() {
|
|
19
|
-
super(), this.__registerHost(), this.__attachShadow(), this.vocaClose = n(this, "vocaClose", 7), this.variant = C.INLINE, this.status = a.INFORMATION, this.htmlRole = null, this.htmlAriaLive = null, this.dataTrackingId = "telia-notification";
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Return icon name base on current notification status
|
|
23
|
-
* @param currentStatus
|
|
24
|
-
* @private
|
|
25
|
-
*/
|
|
26
|
-
statusIcon(i) {
|
|
27
|
-
switch (i) {
|
|
28
|
-
case a.INFORMATION:
|
|
29
|
-
return h.svg;
|
|
30
|
-
case a.SUCCESS:
|
|
31
|
-
return r.svg;
|
|
32
|
-
case a.WARNING:
|
|
33
|
-
return f.svg;
|
|
34
|
-
case a.ERROR:
|
|
35
|
-
return s.svg;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
removeNotification() {
|
|
39
|
-
this.vocaClose.emit(this.eventDetail);
|
|
40
|
-
}
|
|
41
|
-
render() {
|
|
42
|
-
const i = "telia-notification", e = {
|
|
43
|
-
[`${i}`]: !0,
|
|
44
|
-
[`${i}--${this.variant}`]: !0,
|
|
45
|
-
[`${i}--${this.status}`]: !0
|
|
46
|
-
};
|
|
47
|
-
return t("article", { role: this.htmlRole, "aria-labelledby": this.htmlRole ? "heading" : null, "aria-describedby": this.htmlRole ? "content" : null, "aria-live": this.htmlAriaLive, class: e }, t("telia-vst", { dataTrackingId: this.dataTrackingId }), t("header", { id: "heading", class: i + "__heading" }, t("telia-icon", { class: i + "__icon", size: "md", svg: this.statusIcon(this.status) }), t("telia-heading", { variant: "subsection-100", tag: this.headingTag }, this.buttonText && t("span", { class: i + "__hidden", "aria-hidden": "true" }, this.buttonText), t("slot", { name: "heading" }))), t("div", { id: "content" }, t("slot", { name: "content" })), this.buttonText && t("telia-button", { class: i + "__button", variant: "text", "ally-label": this.buttonText + " " + this.buttonAriaLabel, onClick: () => this.removeNotification() }, this.buttonText, t("telia-icon", { slot: "right", svg: c.svg, size: "md" })));
|
|
48
|
-
}
|
|
49
|
-
static get style() {
|
|
50
|
-
return b;
|
|
51
|
-
}
|
|
52
|
-
}, [1, "telia-notification", {
|
|
53
|
-
dataTestid: [1, "data-testid"],
|
|
54
|
-
buttonText: [1, "button-text"],
|
|
55
|
-
variant: [1],
|
|
56
|
-
status: [1],
|
|
57
|
-
htmlRole: [1, "html-role"],
|
|
58
|
-
htmlAriaLive: [1, "html-aria-live"],
|
|
59
|
-
buttonAriaLabel: [1, "button-aria-label"],
|
|
60
|
-
eventDetail: [1, "event-detail"],
|
|
61
|
-
headingTag: [1, "heading-tag"]
|
|
62
|
-
}]);
|
|
63
|
-
function g() {
|
|
64
|
-
if (typeof customElements > "u")
|
|
65
|
-
return;
|
|
66
|
-
["telia-notification", "telia-button", "telia-heading", "telia-icon", "telia-vst"].forEach((e) => {
|
|
67
|
-
switch (e) {
|
|
68
|
-
case "telia-notification":
|
|
69
|
-
customElements.get(e) || customElements.define(e, p);
|
|
70
|
-
break;
|
|
71
|
-
case "telia-button":
|
|
72
|
-
customElements.get(e) || m();
|
|
73
|
-
break;
|
|
74
|
-
case "telia-heading":
|
|
75
|
-
customElements.get(e) || d();
|
|
76
|
-
break;
|
|
77
|
-
case "telia-icon":
|
|
78
|
-
customElements.get(e) || u();
|
|
79
|
-
break;
|
|
80
|
-
case "telia-vst":
|
|
81
|
-
customElements.get(e) || v();
|
|
82
|
-
break;
|
|
83
|
-
}
|
|
84
|
-
});
|
|
85
|
-
}
|
|
86
|
-
g();
|
|
87
|
-
//# sourceMappingURL=telia-notification.js.map
|
|
1
|
+
import '@teliads/components/dist/components/telia-notification';
|
|
2
|
+
//# sourceMappingURL=out.js.map
|
|
3
|
+
//# sourceMappingURL=telia-notification.js.map
|