@utrecht/web-component-library-stencil 1.0.0-alpha.82 → 1.0.0-alpha.86
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/cjs/loader.cjs.js +1 -1
- package/dist/cjs/utrecht-icon-arrow.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-cross.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-facebook.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-filter.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-instagram.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-linkedin.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-list.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-loupe.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-twitter.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-whatsapp.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-zoomin.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-zoomout.cjs.entry.js +19 -0
- package/dist/cjs/utrecht.cjs.js +1 -1
- package/dist/collection/alternate-lang-link/bem.js +21 -0
- package/dist/collection/alternate-lang-nav/bem.js +12 -0
- package/dist/collection/article/bem.js +6 -0
- package/dist/collection/badge-counter/bem.js +7 -0
- package/dist/collection/badge-data/bem.js +6 -0
- package/dist/collection/badge-status/bem.js +7 -0
- package/dist/collection/blockquote/bem.js +24 -0
- package/dist/collection/breadcrumb/bem.js +34 -0
- package/dist/collection/button/bem.js +21 -0
- package/dist/collection/collection-manifest.json +7 -0
- package/dist/collection/emphasis/bem.js +19 -0
- package/dist/collection/form-field-checkbox/bem.js +10 -0
- package/dist/collection/form-field-checkbox-group/bem.js +33 -0
- package/dist/collection/form-field-description/bem.js +14 -0
- package/dist/collection/form-field-radio/bem.js +10 -0
- package/dist/collection/form-field-radio-group/bem.js +20 -0
- package/dist/collection/form-fieldset/bem.js +10 -0
- package/dist/collection/form-label/bem.js +22 -0
- package/dist/collection/form-toggle/bem.js +47 -0
- package/dist/collection/heading-1/bem.js +11 -0
- package/dist/collection/heading-2/bem.js +11 -0
- package/dist/collection/heading-3/bem.js +11 -0
- package/dist/collection/heading-4/bem.js +11 -0
- package/dist/collection/heading-5/bem.js +11 -0
- package/dist/collection/heading-6/bem.js +11 -0
- package/dist/collection/icon/arrow.stencil.js +17 -0
- package/dist/collection/icon/cross.stencil.js +17 -0
- package/dist/collection/icon/filter.stencil.js +18 -0
- package/dist/collection/icon/list.stencil.js +21 -0
- package/dist/collection/icon/loupe.stencil.js +17 -0
- package/dist/collection/icon/stencil.css +3 -0
- package/dist/collection/icon/zoomin.stencil.js +18 -0
- package/dist/collection/icon/zoomout.stencil.js +17 -0
- package/dist/collection/link/bem.js +38 -0
- package/dist/collection/link-list/bem.js +10 -0
- package/dist/collection/link-social/bem.js +20 -0
- package/dist/collection/logo/bem.js +33 -0
- package/dist/collection/mapcontrolbutton/bem.js +25 -0
- package/dist/collection/menulijst/bem.js +18 -0
- package/dist/collection/nav-top/bem.js +23 -0
- package/dist/collection/navigatie sidenav/bem.js +43 -0
- package/dist/collection/navigatie topnav/bem.js +25 -0
- package/dist/collection/ordered-list/bem.js +13 -0
- package/dist/collection/page-footer/bem.js +7 -0
- package/dist/collection/pagination/bem.js +54 -0
- package/dist/collection/paragraph/bem.js +14 -0
- package/dist/collection/pre-heading/bem.js +15 -0
- package/dist/collection/search-bar/bem.js +15 -0
- package/dist/collection/select/bem.js +38 -0
- package/dist/collection/separator/bem.js +16 -0
- package/dist/collection/textbox/bem.js +32 -0
- package/dist/collection/unordered-list/bem.js +25 -0
- package/dist/custom-elements/index.d.ts +42 -0
- package/dist/custom-elements/index.js +166 -54
- package/dist/esm/loader.js +1 -1
- package/dist/esm/utrecht-icon-arrow.entry.js +15 -0
- package/dist/esm/utrecht-icon-cross.entry.js +15 -0
- package/dist/esm/utrecht-icon-facebook.entry.js +1 -1
- package/dist/esm/utrecht-icon-filter.entry.js +15 -0
- package/dist/esm/utrecht-icon-instagram.entry.js +1 -1
- package/dist/esm/utrecht-icon-linkedin.entry.js +1 -1
- package/dist/esm/utrecht-icon-list.entry.js +15 -0
- package/dist/esm/utrecht-icon-loupe.entry.js +15 -0
- package/dist/esm/utrecht-icon-twitter.entry.js +1 -1
- package/dist/esm/utrecht-icon-whatsapp.entry.js +1 -1
- package/dist/esm/utrecht-icon-zoomin.entry.js +15 -0
- package/dist/esm/utrecht-icon-zoomout.entry.js +15 -0
- package/dist/esm/utrecht.js +1 -1
- package/dist/icon/arrow.stencil.d.ts +3 -0
- package/dist/icon/arrow.stencil.js +23 -0
- package/dist/icon/cross.stencil.d.ts +3 -0
- package/dist/icon/cross.stencil.js +23 -0
- package/dist/icon/filter.stencil.d.ts +3 -0
- package/dist/icon/filter.stencil.js +24 -0
- package/dist/icon/list.stencil.d.ts +3 -0
- package/dist/icon/list.stencil.js +27 -0
- package/dist/icon/loupe.stencil.d.ts +3 -0
- package/dist/icon/loupe.stencil.js +23 -0
- package/dist/icon/zoomin.stencil.d.ts +3 -0
- package/dist/icon/zoomin.stencil.js +24 -0
- package/dist/icon/zoomout.stencil.d.ts +3 -0
- package/dist/icon/zoomout.stencil.js +23 -0
- package/dist/types/components.d.ts +91 -0
- package/dist/types/icon/arrow.stencil.d.ts +3 -0
- package/dist/types/icon/cross.stencil.d.ts +3 -0
- package/dist/types/icon/filter.stencil.d.ts +3 -0
- package/dist/types/icon/list.stencil.d.ts +3 -0
- package/dist/types/icon/loupe.stencil.d.ts +3 -0
- package/dist/types/icon/zoomin.stencil.d.ts +3 -0
- package/dist/types/icon/zoomout.stencil.d.ts +3 -0
- package/dist/utrecht/{p-b2b8b19a.entry.js → p-02530cfd.entry.js} +1 -1
- package/dist/utrecht/p-152c934f.entry.js +1 -0
- package/dist/utrecht/p-170e6d71.entry.js +1 -0
- package/dist/utrecht/p-2606f67e.entry.js +1 -0
- package/dist/utrecht/p-3d543bd7.entry.js +1 -0
- package/dist/utrecht/{p-4d181c2e.entry.js → p-5177f4f1.entry.js} +1 -1
- package/dist/utrecht/p-5d15fb5c.entry.js +1 -0
- package/dist/utrecht/p-a5113af3.entry.js +1 -0
- package/dist/utrecht/p-a80a05c9.entry.js +1 -0
- package/dist/utrecht/{p-3d53697f.entry.js → p-d0413cfd.entry.js} +1 -1
- package/dist/utrecht/{p-df4e1301.entry.js → p-e276040c.entry.js} +1 -1
- package/dist/utrecht/p-ff065ee5.entry.js +1 -0
- package/dist/utrecht/utrecht.esm.js +1 -1
- package/package.json +2 -2
- package/dist/utrecht/p-3a929416.entry.js +0 -1
package/dist/esm/loader.js
CHANGED
|
@@ -10,7 +10,7 @@ const patchEsm = () => {
|
|
|
10
10
|
const defineCustomElements = (win, options) => {
|
|
11
11
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
12
12
|
return patchEsm().then(() => {
|
|
13
|
-
return bootstrapLazy([["utrecht-contact-card-template",[[1,"utrecht-contact-card-template"]]],["utrecht-article",[[1,"utrecht-article"]]],["utrecht-badge-counter",[[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}]]],["utrecht-badge-data",[[1,"utrecht-badge-data"]]],["utrecht-badge-status",[[1,"utrecht-badge-status",{"status":[1]}]]],["utrecht-breadcrumb",[[1,"utrecht-breadcrumb",{"json":[1],"variant":[1]}]]],["utrecht-button",[[1,"utrecht-button",{"disabled":[4],"type":[1]}]]],["utrecht-checkbox",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["utrecht-document",[[1,"utrecht-document"]]],["utrecht-form-field-checkbox",[[1,"utrecht-form-field-checkbox",{"label":[4],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"value":[32]}]]],["utrecht-form-field-description",[[1,"utrecht-form-field-description",{"status":[513]}]]],["utrecht-form-field-textarea",[[1,"utrecht-form-field-textarea",{"disabled":[516],"invalid":[516],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"value":[1]}]]],["utrecht-form-field-textbox",[[1,"utrecht-form-field-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["utrecht-form-toggle",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["utrecht-heading",[[1,"utrecht-heading",{"level":[2]}]]],["utrecht-heading-1",[[1,"utrecht-heading-1"]]],["utrecht-heading-4",[[1,"utrecht-heading-4"]]],["utrecht-heading-5",[[1,"utrecht-heading-5"]]],["utrecht-heading-6",[[1,"utrecht-heading-6"]]],["utrecht-html-content",[[4,"utrecht-html-content"]]],["utrecht-icon-facebook",[[1,"utrecht-icon-facebook"]]],["utrecht-icon-instagram",[[1,"utrecht-icon-instagram"]]],["utrecht-icon-linkedin",[[1,"utrecht-icon-linkedin"]]],["utrecht-icon-twitter",[[1,"utrecht-icon-twitter"]]],["utrecht-icon-whatsapp",[[1,"utrecht-icon-whatsapp"]]],["utrecht-logo",[[1,"utrecht-logo"]]],["utrecht-page-footer",[[1,"utrecht-page-footer"]]],["utrecht-pagination",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["utrecht-separator",[[1,"utrecht-separator"]]],["utrecht-sidenav",[[1,"utrecht-sidenav",{"json":[1]}]]],["utrecht-textbox",[[1,"utrecht-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["utrecht-heading-2_3",[[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}]]]], options);
|
|
13
|
+
return bootstrapLazy([["utrecht-contact-card-template",[[1,"utrecht-contact-card-template"]]],["utrecht-article",[[1,"utrecht-article"]]],["utrecht-badge-counter",[[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}]]],["utrecht-badge-data",[[1,"utrecht-badge-data"]]],["utrecht-badge-status",[[1,"utrecht-badge-status",{"status":[1]}]]],["utrecht-breadcrumb",[[1,"utrecht-breadcrumb",{"json":[1],"variant":[1]}]]],["utrecht-button",[[1,"utrecht-button",{"disabled":[4],"type":[1]}]]],["utrecht-checkbox",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["utrecht-document",[[1,"utrecht-document"]]],["utrecht-form-field-checkbox",[[1,"utrecht-form-field-checkbox",{"label":[4],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"value":[32]}]]],["utrecht-form-field-description",[[1,"utrecht-form-field-description",{"status":[513]}]]],["utrecht-form-field-textarea",[[1,"utrecht-form-field-textarea",{"disabled":[516],"invalid":[516],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"value":[1]}]]],["utrecht-form-field-textbox",[[1,"utrecht-form-field-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["utrecht-form-toggle",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["utrecht-heading",[[1,"utrecht-heading",{"level":[2]}]]],["utrecht-heading-1",[[1,"utrecht-heading-1"]]],["utrecht-heading-4",[[1,"utrecht-heading-4"]]],["utrecht-heading-5",[[1,"utrecht-heading-5"]]],["utrecht-heading-6",[[1,"utrecht-heading-6"]]],["utrecht-html-content",[[4,"utrecht-html-content"]]],["utrecht-icon-arrow",[[1,"utrecht-icon-arrow"]]],["utrecht-icon-cross",[[1,"utrecht-icon-cross"]]],["utrecht-icon-facebook",[[1,"utrecht-icon-facebook"]]],["utrecht-icon-filter",[[1,"utrecht-icon-filter"]]],["utrecht-icon-instagram",[[1,"utrecht-icon-instagram"]]],["utrecht-icon-linkedin",[[1,"utrecht-icon-linkedin"]]],["utrecht-icon-list",[[1,"utrecht-icon-list"]]],["utrecht-icon-loupe",[[1,"utrecht-icon-loupe"]]],["utrecht-icon-twitter",[[1,"utrecht-icon-twitter"]]],["utrecht-icon-whatsapp",[[1,"utrecht-icon-whatsapp"]]],["utrecht-icon-zoomin",[[1,"utrecht-icon-zoomin"]]],["utrecht-icon-zoomout",[[1,"utrecht-icon-zoomout"]]],["utrecht-logo",[[1,"utrecht-logo"]]],["utrecht-page-footer",[[1,"utrecht-page-footer"]]],["utrecht-pagination",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["utrecht-separator",[[1,"utrecht-separator"]]],["utrecht-sidenav",[[1,"utrecht-sidenav",{"json":[1]}]]],["utrecht-textbox",[[1,"utrecht-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["utrecht-heading-2_3",[[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}]]]], options);
|
|
14
14
|
});
|
|
15
15
|
};
|
|
16
16
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-1f406333.js';
|
|
2
|
+
|
|
3
|
+
const stencilCss = ":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
4
|
+
|
|
5
|
+
const IconArrow = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
}
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-6 -3 24 24" }, h("title", null, "Arrow"), h("g", null, h("path", { fill: "currentColor", d: "M1.79289 19.0919C2.18341 19.4824 2.81659 19.4824 3.20711 19.0919L11.6923 10.6066C12.0828 10.2161 12.0828 9.58293 11.6923 9.1924L3.20711 0.707113C2.81658 0.316586 2.18342 0.316585 1.79289 0.707111L0.707104 1.7929C0.316581 2.18342 0.316579 2.81658 0.707099 3.20711L6.69232 9.1924C7.08284 9.58293 7.08284 10.2161 6.69232 10.6066L0.707097 16.5919C0.316577 16.9824 0.316577 17.6156 0.707096 18.0061L1.79289 19.0919Z" }))));
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
IconArrow.style = stencilCss;
|
|
14
|
+
|
|
15
|
+
export { IconArrow as utrecht_icon_arrow };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-1f406333.js';
|
|
2
|
+
|
|
3
|
+
const stencilCss = ":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
4
|
+
|
|
5
|
+
const IconCross = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
}
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-2 -3 24 24" }, h("title", null, "Arrow"), h("g", null, h("path", { fill: "currentColor", d: "M0.292897 1.37868C-0.0976322 1.76921 -0.0976324 2.40238 0.292897 2.7929L6.28364 8.7836C6.66684 9.17256 6.66701 9.79731 6.28415 10.1865L0.292896 16.1777C-0.0976317 16.5682 -0.0976317 17.2014 0.292894 17.5919L1.37868 18.6777C1.54958 18.8486 1.76695 18.9447 1.99011 18.966C2.0399 18.9708 2.08998 18.9718 2.1399 18.9691C2.37756 18.9564 2.61153 18.8592 2.79307 18.6777L8.7843 12.6864C9.17359 12.3036 9.79842 12.304 10.1873 12.6874L16.1775 18.6777C16.3556 18.8558 16.5842 18.9527 16.8172 18.9683C17.0952 18.987 17.3794 18.8901 17.5919 18.6777L18.6777 17.5919C19.0682 17.2014 19.0682 16.5682 18.6777 16.1777L12.6869 10.187C12.3037 9.79801 12.3036 9.17323 12.6865 8.78406L18.6777 2.7929C19.0682 2.40238 19.0682 1.76921 18.6777 1.37868L17.5919 0.292897C17.4019 0.102952 17.1546 0.00539363 16.9057 0.000220857C16.6428 -0.00528831 16.3781 0.0922701 16.1775 0.292896L10.1863 6.28416C9.79701 6.66694 9.17217 6.66662 8.78329 6.28318L2.79307 0.292907C2.61496 0.114795 2.38638 0.0179162 2.15336 0.00227038C1.87542 -0.0164342 1.59116 0.0804386 1.3787 0.292889L0.292897 1.37868Z" }))));
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
IconCross.style = stencilCss;
|
|
14
|
+
|
|
15
|
+
export { IconCross as utrecht_icon_cross };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-1f406333.js';
|
|
2
2
|
|
|
3
|
-
const stencilCss = ":host{display:inline-block}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
3
|
+
const stencilCss = ":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
4
4
|
|
|
5
5
|
const IconFacebook = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-1f406333.js';
|
|
2
|
+
|
|
3
|
+
const stencilCss = ":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
4
|
+
|
|
5
|
+
const IconFilter = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
}
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-2 -1 24 24" }, h("title", null, "Filter"), h("rect", { x: "2", y: "6", width: "17", height: "2", rx: "0.5", fill: "currentColor" }), h("rect", { x: "4", y: "11", width: "13", height: "2", rx: "0.5", fill: "currentColor" }), h("rect", { x: "6", y: "16", width: "9", height: "2", rx: "0.5", fill: "currentColor" })));
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
IconFilter.style = stencilCss;
|
|
14
|
+
|
|
15
|
+
export { IconFilter as utrecht_icon_filter };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-1f406333.js';
|
|
2
2
|
|
|
3
|
-
const stencilCss = ":host{display:inline-block}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
3
|
+
const stencilCss = ":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
4
4
|
|
|
5
5
|
const IconInstagram = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-1f406333.js';
|
|
2
2
|
|
|
3
|
-
const stencilCss = ":host{display:inline-block}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
3
|
+
const stencilCss = ":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
4
4
|
|
|
5
5
|
const IconLinkedin = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-1f406333.js';
|
|
2
|
+
|
|
3
|
+
const stencilCss = ":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
4
|
+
|
|
5
|
+
const IconList = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
}
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 24 24" }, h("title", null, "List"), h("rect", { x: "6", y: "18", width: "13", height: "2", rx: "0.5", fill: "currentColor" }), h("rect", { x: "6", y: "12", width: "13", height: "2", rx: "0.5", fill: "currentColor" }), h("rect", { x: "6", y: "6", width: "13", height: "2", rx: "0.5", fill: "currentColor" }), h("circle", { cx: "3", cy: "7", r: "1", fill: "currentColor" }), h("circle", { cx: "3", cy: "13", r: "1", fill: "currentColor" }), h("circle", { cx: "3", cy: "19", r: "1", fill: "currentColor" })));
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
IconList.style = stencilCss;
|
|
14
|
+
|
|
15
|
+
export { IconList as utrecht_icon_list };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-1f406333.js';
|
|
2
|
+
|
|
3
|
+
const stencilCss = ":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
4
|
+
|
|
5
|
+
const IconLoupe = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
}
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 -1 24 24" }, h("title", null, "Loupe"), h("g", null, h("path", { fill: "currentColor", "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.5028 16.2982C11.5839 18.3961 7.51217 18.1416 4.90662 15.5261C2.00474 12.613 2.02036 7.87451 4.94151 4.94223C7.86266 2.00995 12.5832 1.99433 15.485 4.90734C18.0906 7.52288 18.3441 11.6102 16.2541 14.5402C16.2813 14.5597 16.3073 14.5818 16.3317 14.6063L21.1481 19.4412C21.39 19.6839 21.3887 20.0788 21.1452 20.3232L20.2637 21.2081C20.0203 21.4524 19.6269 21.4537 19.3851 21.211L14.5686 16.3761C14.5442 16.3515 14.5223 16.3255 14.5028 16.2982ZM13.6987 13.733C11.7513 15.6879 8.60428 15.6983 6.66969 13.7563C4.7351 11.8143 4.74552 8.65523 6.69295 6.70038C8.64039 4.74553 11.7874 4.73512 13.722 6.67712C15.6566 8.61913 15.6461 11.7782 13.6987 13.733Z" }))));
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
IconLoupe.style = stencilCss;
|
|
14
|
+
|
|
15
|
+
export { IconLoupe as utrecht_icon_loupe };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-1f406333.js';
|
|
2
2
|
|
|
3
|
-
const stencilCss = ":host{display:inline-block}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
3
|
+
const stencilCss = ":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
4
4
|
|
|
5
5
|
const IconTwitter = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-1f406333.js';
|
|
2
2
|
|
|
3
|
-
const stencilCss = ":host{display:inline-block}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
3
|
+
const stencilCss = ":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
4
4
|
|
|
5
5
|
const IconWhatsapp = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-1f406333.js';
|
|
2
|
+
|
|
3
|
+
const stencilCss = ":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
4
|
+
|
|
5
|
+
const IconZoomin = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
}
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-1 -2 24 24" }, h("title", null, "zoomout"), h("g", null, h("path", { fill: "currentColor", d: "M11.6 5C11.9314 5 12.2 5.26863 12.2 5.6L12.2 16.4C12.2 16.7314 11.9314 17 11.6 17H10.4C10.0686 17 9.8 16.7314 9.8 16.4L9.8 5.6C9.8 5.26863 10.0686 5 10.4 5L11.6 5Z" }), h("path", { fill: "currentColor", d: "M5 10.4C5 10.0686 5.26863 9.8 5.6 9.8H16.4C16.7314 9.8 17 10.0686 17 10.4V11.6C17 11.9314 16.7314 12.2 16.4 12.2H5.6C5.26863 12.2 5 11.9314 5 11.6V10.4Z" }))));
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
IconZoomin.style = stencilCss;
|
|
14
|
+
|
|
15
|
+
export { IconZoomin as utrecht_icon_zoomin };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-1f406333.js';
|
|
2
|
+
|
|
3
|
+
const stencilCss = ":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";
|
|
4
|
+
|
|
5
|
+
const IconZoomOut = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
}
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-6 -11 24 24" }, h("title", null, "zoomin"), h("g", null, h("path", { fill: "currentColor", d: "M0 0.5C0 0.223858 0.223858 0 0.5 0H11.5C11.7761 0 12 0.223858 12 0.5V1.5C12 1.77614 11.7761 2 11.5 2H0.5C0.223858 2 0 1.77614 0 1.5V0.5Z" }))));
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
IconZoomOut.style = stencilCss;
|
|
14
|
+
|
|
15
|
+
export { IconZoomOut as utrecht_icon_zoomout };
|
package/dist/esm/utrecht.js
CHANGED
|
@@ -13,5 +13,5 @@ const patchBrowser = () => {
|
|
|
13
13
|
};
|
|
14
14
|
|
|
15
15
|
patchBrowser().then(options => {
|
|
16
|
-
return bootstrapLazy([["utrecht-contact-card-template",[[1,"utrecht-contact-card-template"]]],["utrecht-article",[[1,"utrecht-article"]]],["utrecht-badge-counter",[[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}]]],["utrecht-badge-data",[[1,"utrecht-badge-data"]]],["utrecht-badge-status",[[1,"utrecht-badge-status",{"status":[1]}]]],["utrecht-breadcrumb",[[1,"utrecht-breadcrumb",{"json":[1],"variant":[1]}]]],["utrecht-button",[[1,"utrecht-button",{"disabled":[4],"type":[1]}]]],["utrecht-checkbox",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["utrecht-document",[[1,"utrecht-document"]]],["utrecht-form-field-checkbox",[[1,"utrecht-form-field-checkbox",{"label":[4],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"value":[32]}]]],["utrecht-form-field-description",[[1,"utrecht-form-field-description",{"status":[513]}]]],["utrecht-form-field-textarea",[[1,"utrecht-form-field-textarea",{"disabled":[516],"invalid":[516],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"value":[1]}]]],["utrecht-form-field-textbox",[[1,"utrecht-form-field-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["utrecht-form-toggle",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["utrecht-heading",[[1,"utrecht-heading",{"level":[2]}]]],["utrecht-heading-1",[[1,"utrecht-heading-1"]]],["utrecht-heading-4",[[1,"utrecht-heading-4"]]],["utrecht-heading-5",[[1,"utrecht-heading-5"]]],["utrecht-heading-6",[[1,"utrecht-heading-6"]]],["utrecht-html-content",[[4,"utrecht-html-content"]]],["utrecht-icon-facebook",[[1,"utrecht-icon-facebook"]]],["utrecht-icon-instagram",[[1,"utrecht-icon-instagram"]]],["utrecht-icon-linkedin",[[1,"utrecht-icon-linkedin"]]],["utrecht-icon-twitter",[[1,"utrecht-icon-twitter"]]],["utrecht-icon-whatsapp",[[1,"utrecht-icon-whatsapp"]]],["utrecht-logo",[[1,"utrecht-logo"]]],["utrecht-page-footer",[[1,"utrecht-page-footer"]]],["utrecht-pagination",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["utrecht-separator",[[1,"utrecht-separator"]]],["utrecht-sidenav",[[1,"utrecht-sidenav",{"json":[1]}]]],["utrecht-textbox",[[1,"utrecht-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["utrecht-heading-2_3",[[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}]]]], options);
|
|
16
|
+
return bootstrapLazy([["utrecht-contact-card-template",[[1,"utrecht-contact-card-template"]]],["utrecht-article",[[1,"utrecht-article"]]],["utrecht-badge-counter",[[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}]]],["utrecht-badge-data",[[1,"utrecht-badge-data"]]],["utrecht-badge-status",[[1,"utrecht-badge-status",{"status":[1]}]]],["utrecht-breadcrumb",[[1,"utrecht-breadcrumb",{"json":[1],"variant":[1]}]]],["utrecht-button",[[1,"utrecht-button",{"disabled":[4],"type":[1]}]]],["utrecht-checkbox",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["utrecht-document",[[1,"utrecht-document"]]],["utrecht-form-field-checkbox",[[1,"utrecht-form-field-checkbox",{"label":[4],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"value":[32]}]]],["utrecht-form-field-description",[[1,"utrecht-form-field-description",{"status":[513]}]]],["utrecht-form-field-textarea",[[1,"utrecht-form-field-textarea",{"disabled":[516],"invalid":[516],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"value":[1]}]]],["utrecht-form-field-textbox",[[1,"utrecht-form-field-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["utrecht-form-toggle",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["utrecht-heading",[[1,"utrecht-heading",{"level":[2]}]]],["utrecht-heading-1",[[1,"utrecht-heading-1"]]],["utrecht-heading-4",[[1,"utrecht-heading-4"]]],["utrecht-heading-5",[[1,"utrecht-heading-5"]]],["utrecht-heading-6",[[1,"utrecht-heading-6"]]],["utrecht-html-content",[[4,"utrecht-html-content"]]],["utrecht-icon-arrow",[[1,"utrecht-icon-arrow"]]],["utrecht-icon-cross",[[1,"utrecht-icon-cross"]]],["utrecht-icon-facebook",[[1,"utrecht-icon-facebook"]]],["utrecht-icon-filter",[[1,"utrecht-icon-filter"]]],["utrecht-icon-instagram",[[1,"utrecht-icon-instagram"]]],["utrecht-icon-linkedin",[[1,"utrecht-icon-linkedin"]]],["utrecht-icon-list",[[1,"utrecht-icon-list"]]],["utrecht-icon-loupe",[[1,"utrecht-icon-loupe"]]],["utrecht-icon-twitter",[[1,"utrecht-icon-twitter"]]],["utrecht-icon-whatsapp",[[1,"utrecht-icon-whatsapp"]]],["utrecht-icon-zoomin",[[1,"utrecht-icon-zoomin"]]],["utrecht-icon-zoomout",[[1,"utrecht-icon-zoomout"]]],["utrecht-logo",[[1,"utrecht-logo"]]],["utrecht-page-footer",[[1,"utrecht-page-footer"]]],["utrecht-pagination",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["utrecht-separator",[[1,"utrecht-separator"]]],["utrecht-sidenav",[[1,"utrecht-sidenav",{"json":[1]}]]],["utrecht-textbox",[[1,"utrecht-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["utrecht-heading-2_3",[[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}]]]], options);
|
|
17
17
|
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Component, h } from "@stencil/core";
|
|
8
|
+
let IconArrow = class IconArrow {
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-6 -3 24 24" },
|
|
11
|
+
h("title", null, "Arrow"),
|
|
12
|
+
h("g", null,
|
|
13
|
+
h("path", { fill: "currentColor", d: "M1.79289 19.0919C2.18341 19.4824 2.81659 19.4824 3.20711 19.0919L11.6923 10.6066C12.0828 10.2161 12.0828 9.58293 11.6923 9.1924L3.20711 0.707113C2.81658 0.316586 2.18342 0.316585 1.79289 0.707111L0.707104 1.7929C0.316581 2.18342 0.316579 2.81658 0.707099 3.20711L6.69232 9.1924C7.08284 9.58293 7.08284 10.2161 6.69232 10.6066L0.707097 16.5919C0.316577 16.9824 0.316577 17.6156 0.707096 18.0061L1.79289 19.0919Z" }))));
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
IconArrow = __decorate([
|
|
17
|
+
Component({
|
|
18
|
+
tag: "utrecht-icon-arrow",
|
|
19
|
+
styleUrl: "stencil.scss",
|
|
20
|
+
shadow: true,
|
|
21
|
+
})
|
|
22
|
+
], IconArrow);
|
|
23
|
+
export { IconArrow };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Component, h } from "@stencil/core";
|
|
8
|
+
let IconCross = class IconCross {
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-2 -3 24 24" },
|
|
11
|
+
h("title", null, "Arrow"),
|
|
12
|
+
h("g", null,
|
|
13
|
+
h("path", { fill: "currentColor", d: "M0.292897 1.37868C-0.0976322 1.76921 -0.0976324 2.40238 0.292897 2.7929L6.28364 8.7836C6.66684 9.17256 6.66701 9.79731 6.28415 10.1865L0.292896 16.1777C-0.0976317 16.5682 -0.0976317 17.2014 0.292894 17.5919L1.37868 18.6777C1.54958 18.8486 1.76695 18.9447 1.99011 18.966C2.0399 18.9708 2.08998 18.9718 2.1399 18.9691C2.37756 18.9564 2.61153 18.8592 2.79307 18.6777L8.7843 12.6864C9.17359 12.3036 9.79842 12.304 10.1873 12.6874L16.1775 18.6777C16.3556 18.8558 16.5842 18.9527 16.8172 18.9683C17.0952 18.987 17.3794 18.8901 17.5919 18.6777L18.6777 17.5919C19.0682 17.2014 19.0682 16.5682 18.6777 16.1777L12.6869 10.187C12.3037 9.79801 12.3036 9.17323 12.6865 8.78406L18.6777 2.7929C19.0682 2.40238 19.0682 1.76921 18.6777 1.37868L17.5919 0.292897C17.4019 0.102952 17.1546 0.00539363 16.9057 0.000220857C16.6428 -0.00528831 16.3781 0.0922701 16.1775 0.292896L10.1863 6.28416C9.79701 6.66694 9.17217 6.66662 8.78329 6.28318L2.79307 0.292907C2.61496 0.114795 2.38638 0.0179162 2.15336 0.00227038C1.87542 -0.0164342 1.59116 0.0804386 1.3787 0.292889L0.292897 1.37868Z" }))));
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
IconCross = __decorate([
|
|
17
|
+
Component({
|
|
18
|
+
tag: "utrecht-icon-cross",
|
|
19
|
+
styleUrl: "stencil.scss",
|
|
20
|
+
shadow: true,
|
|
21
|
+
})
|
|
22
|
+
], IconCross);
|
|
23
|
+
export { IconCross };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Component, h } from "@stencil/core";
|
|
8
|
+
let IconFilter = class IconFilter {
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-2 -1 24 24" },
|
|
11
|
+
h("title", null, "Filter"),
|
|
12
|
+
h("rect", { x: "2", y: "6", width: "17", height: "2", rx: "0.5", fill: "currentColor" }),
|
|
13
|
+
h("rect", { x: "4", y: "11", width: "13", height: "2", rx: "0.5", fill: "currentColor" }),
|
|
14
|
+
h("rect", { x: "6", y: "16", width: "9", height: "2", rx: "0.5", fill: "currentColor" })));
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
IconFilter = __decorate([
|
|
18
|
+
Component({
|
|
19
|
+
tag: "utrecht-icon-filter",
|
|
20
|
+
styleUrl: "stencil.scss",
|
|
21
|
+
shadow: true,
|
|
22
|
+
})
|
|
23
|
+
], IconFilter);
|
|
24
|
+
export { IconFilter };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Component, h } from "@stencil/core";
|
|
8
|
+
let IconList = class IconList {
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 24 24" },
|
|
11
|
+
h("title", null, "List"),
|
|
12
|
+
h("rect", { x: "6", y: "18", width: "13", height: "2", rx: "0.5", fill: "currentColor" }),
|
|
13
|
+
h("rect", { x: "6", y: "12", width: "13", height: "2", rx: "0.5", fill: "currentColor" }),
|
|
14
|
+
h("rect", { x: "6", y: "6", width: "13", height: "2", rx: "0.5", fill: "currentColor" }),
|
|
15
|
+
h("circle", { cx: "3", cy: "7", r: "1", fill: "currentColor" }),
|
|
16
|
+
h("circle", { cx: "3", cy: "13", r: "1", fill: "currentColor" }),
|
|
17
|
+
h("circle", { cx: "3", cy: "19", r: "1", fill: "currentColor" })));
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
IconList = __decorate([
|
|
21
|
+
Component({
|
|
22
|
+
tag: "utrecht-icon-list",
|
|
23
|
+
styleUrl: "stencil.scss",
|
|
24
|
+
shadow: true,
|
|
25
|
+
})
|
|
26
|
+
], IconList);
|
|
27
|
+
export { IconList };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Component, h } from "@stencil/core";
|
|
8
|
+
let IconLoupe = class IconLoupe {
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 -1 24 24" },
|
|
11
|
+
h("title", null, "Loupe"),
|
|
12
|
+
h("g", null,
|
|
13
|
+
h("path", { fill: "currentColor", "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.5028 16.2982C11.5839 18.3961 7.51217 18.1416 4.90662 15.5261C2.00474 12.613 2.02036 7.87451 4.94151 4.94223C7.86266 2.00995 12.5832 1.99433 15.485 4.90734C18.0906 7.52288 18.3441 11.6102 16.2541 14.5402C16.2813 14.5597 16.3073 14.5818 16.3317 14.6063L21.1481 19.4412C21.39 19.6839 21.3887 20.0788 21.1452 20.3232L20.2637 21.2081C20.0203 21.4524 19.6269 21.4537 19.3851 21.211L14.5686 16.3761C14.5442 16.3515 14.5223 16.3255 14.5028 16.2982ZM13.6987 13.733C11.7513 15.6879 8.60428 15.6983 6.66969 13.7563C4.7351 11.8143 4.74552 8.65523 6.69295 6.70038C8.64039 4.74553 11.7874 4.73512 13.722 6.67712C15.6566 8.61913 15.6461 11.7782 13.6987 13.733Z" }))));
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
IconLoupe = __decorate([
|
|
17
|
+
Component({
|
|
18
|
+
tag: "utrecht-icon-loupe",
|
|
19
|
+
styleUrl: "stencil.scss",
|
|
20
|
+
shadow: true,
|
|
21
|
+
})
|
|
22
|
+
], IconLoupe);
|
|
23
|
+
export { IconLoupe };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Component, h } from "@stencil/core";
|
|
8
|
+
let IconZoomin = class IconZoomin {
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-1 -2 24 24" },
|
|
11
|
+
h("title", null, "zoomout"),
|
|
12
|
+
h("g", null,
|
|
13
|
+
h("path", { fill: "currentColor", d: "M11.6 5C11.9314 5 12.2 5.26863 12.2 5.6L12.2 16.4C12.2 16.7314 11.9314 17 11.6 17H10.4C10.0686 17 9.8 16.7314 9.8 16.4L9.8 5.6C9.8 5.26863 10.0686 5 10.4 5L11.6 5Z" }),
|
|
14
|
+
h("path", { fill: "currentColor", d: "M5 10.4C5 10.0686 5.26863 9.8 5.6 9.8H16.4C16.7314 9.8 17 10.0686 17 10.4V11.6C17 11.9314 16.7314 12.2 16.4 12.2H5.6C5.26863 12.2 5 11.9314 5 11.6V10.4Z" }))));
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
IconZoomin = __decorate([
|
|
18
|
+
Component({
|
|
19
|
+
tag: "utrecht-icon-zoomin",
|
|
20
|
+
styleUrl: "stencil.scss",
|
|
21
|
+
shadow: true,
|
|
22
|
+
})
|
|
23
|
+
], IconZoomin);
|
|
24
|
+
export { IconZoomin };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Component, h } from "@stencil/core";
|
|
8
|
+
let IconZoomOut = class IconZoomOut {
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-6 -11 24 24" },
|
|
11
|
+
h("title", null, "zoomin"),
|
|
12
|
+
h("g", null,
|
|
13
|
+
h("path", { fill: "currentColor", d: "M0 0.5C0 0.223858 0.223858 0 0.5 0H11.5C11.7761 0 12 0.223858 12 0.5V1.5C12 1.77614 11.7761 2 11.5 2H0.5C0.223858 2 0 1.77614 0 1.5V0.5Z" }))));
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
IconZoomOut = __decorate([
|
|
17
|
+
Component({
|
|
18
|
+
tag: "utrecht-icon-zoomout",
|
|
19
|
+
styleUrl: "stencil.scss",
|
|
20
|
+
shadow: true,
|
|
21
|
+
})
|
|
22
|
+
], IconZoomOut);
|
|
23
|
+
export { IconZoomOut };
|
|
@@ -91,16 +91,30 @@ export namespace Components {
|
|
|
91
91
|
}
|
|
92
92
|
interface UtrechtHtmlContent {
|
|
93
93
|
}
|
|
94
|
+
interface UtrechtIconArrow {
|
|
95
|
+
}
|
|
96
|
+
interface UtrechtIconCross {
|
|
97
|
+
}
|
|
94
98
|
interface UtrechtIconFacebook {
|
|
95
99
|
}
|
|
100
|
+
interface UtrechtIconFilter {
|
|
101
|
+
}
|
|
96
102
|
interface UtrechtIconInstagram {
|
|
97
103
|
}
|
|
98
104
|
interface UtrechtIconLinkedin {
|
|
99
105
|
}
|
|
106
|
+
interface UtrechtIconList {
|
|
107
|
+
}
|
|
108
|
+
interface UtrechtIconLoupe {
|
|
109
|
+
}
|
|
100
110
|
interface UtrechtIconTwitter {
|
|
101
111
|
}
|
|
102
112
|
interface UtrechtIconWhatsapp {
|
|
103
113
|
}
|
|
114
|
+
interface UtrechtIconZoomin {
|
|
115
|
+
}
|
|
116
|
+
interface UtrechtIconZoomout {
|
|
117
|
+
}
|
|
104
118
|
interface UtrechtLogo {
|
|
105
119
|
}
|
|
106
120
|
interface UtrechtPageFooter {
|
|
@@ -269,12 +283,30 @@ declare global {
|
|
|
269
283
|
prototype: HTMLUtrechtHtmlContentElement;
|
|
270
284
|
new (): HTMLUtrechtHtmlContentElement;
|
|
271
285
|
};
|
|
286
|
+
interface HTMLUtrechtIconArrowElement extends Components.UtrechtIconArrow, HTMLStencilElement {
|
|
287
|
+
}
|
|
288
|
+
var HTMLUtrechtIconArrowElement: {
|
|
289
|
+
prototype: HTMLUtrechtIconArrowElement;
|
|
290
|
+
new (): HTMLUtrechtIconArrowElement;
|
|
291
|
+
};
|
|
292
|
+
interface HTMLUtrechtIconCrossElement extends Components.UtrechtIconCross, HTMLStencilElement {
|
|
293
|
+
}
|
|
294
|
+
var HTMLUtrechtIconCrossElement: {
|
|
295
|
+
prototype: HTMLUtrechtIconCrossElement;
|
|
296
|
+
new (): HTMLUtrechtIconCrossElement;
|
|
297
|
+
};
|
|
272
298
|
interface HTMLUtrechtIconFacebookElement extends Components.UtrechtIconFacebook, HTMLStencilElement {
|
|
273
299
|
}
|
|
274
300
|
var HTMLUtrechtIconFacebookElement: {
|
|
275
301
|
prototype: HTMLUtrechtIconFacebookElement;
|
|
276
302
|
new (): HTMLUtrechtIconFacebookElement;
|
|
277
303
|
};
|
|
304
|
+
interface HTMLUtrechtIconFilterElement extends Components.UtrechtIconFilter, HTMLStencilElement {
|
|
305
|
+
}
|
|
306
|
+
var HTMLUtrechtIconFilterElement: {
|
|
307
|
+
prototype: HTMLUtrechtIconFilterElement;
|
|
308
|
+
new (): HTMLUtrechtIconFilterElement;
|
|
309
|
+
};
|
|
278
310
|
interface HTMLUtrechtIconInstagramElement extends Components.UtrechtIconInstagram, HTMLStencilElement {
|
|
279
311
|
}
|
|
280
312
|
var HTMLUtrechtIconInstagramElement: {
|
|
@@ -287,6 +319,18 @@ declare global {
|
|
|
287
319
|
prototype: HTMLUtrechtIconLinkedinElement;
|
|
288
320
|
new (): HTMLUtrechtIconLinkedinElement;
|
|
289
321
|
};
|
|
322
|
+
interface HTMLUtrechtIconListElement extends Components.UtrechtIconList, HTMLStencilElement {
|
|
323
|
+
}
|
|
324
|
+
var HTMLUtrechtIconListElement: {
|
|
325
|
+
prototype: HTMLUtrechtIconListElement;
|
|
326
|
+
new (): HTMLUtrechtIconListElement;
|
|
327
|
+
};
|
|
328
|
+
interface HTMLUtrechtIconLoupeElement extends Components.UtrechtIconLoupe, HTMLStencilElement {
|
|
329
|
+
}
|
|
330
|
+
var HTMLUtrechtIconLoupeElement: {
|
|
331
|
+
prototype: HTMLUtrechtIconLoupeElement;
|
|
332
|
+
new (): HTMLUtrechtIconLoupeElement;
|
|
333
|
+
};
|
|
290
334
|
interface HTMLUtrechtIconTwitterElement extends Components.UtrechtIconTwitter, HTMLStencilElement {
|
|
291
335
|
}
|
|
292
336
|
var HTMLUtrechtIconTwitterElement: {
|
|
@@ -299,6 +343,18 @@ declare global {
|
|
|
299
343
|
prototype: HTMLUtrechtIconWhatsappElement;
|
|
300
344
|
new (): HTMLUtrechtIconWhatsappElement;
|
|
301
345
|
};
|
|
346
|
+
interface HTMLUtrechtIconZoominElement extends Components.UtrechtIconZoomin, HTMLStencilElement {
|
|
347
|
+
}
|
|
348
|
+
var HTMLUtrechtIconZoominElement: {
|
|
349
|
+
prototype: HTMLUtrechtIconZoominElement;
|
|
350
|
+
new (): HTMLUtrechtIconZoominElement;
|
|
351
|
+
};
|
|
352
|
+
interface HTMLUtrechtIconZoomoutElement extends Components.UtrechtIconZoomout, HTMLStencilElement {
|
|
353
|
+
}
|
|
354
|
+
var HTMLUtrechtIconZoomoutElement: {
|
|
355
|
+
prototype: HTMLUtrechtIconZoomoutElement;
|
|
356
|
+
new (): HTMLUtrechtIconZoomoutElement;
|
|
357
|
+
};
|
|
302
358
|
interface HTMLUtrechtLogoElement extends Components.UtrechtLogo, HTMLStencilElement {
|
|
303
359
|
}
|
|
304
360
|
var HTMLUtrechtLogoElement: {
|
|
@@ -364,11 +420,18 @@ declare global {
|
|
|
364
420
|
"utrecht-heading-5": HTMLUtrechtHeading5Element;
|
|
365
421
|
"utrecht-heading-6": HTMLUtrechtHeading6Element;
|
|
366
422
|
"utrecht-html-content": HTMLUtrechtHtmlContentElement;
|
|
423
|
+
"utrecht-icon-arrow": HTMLUtrechtIconArrowElement;
|
|
424
|
+
"utrecht-icon-cross": HTMLUtrechtIconCrossElement;
|
|
367
425
|
"utrecht-icon-facebook": HTMLUtrechtIconFacebookElement;
|
|
426
|
+
"utrecht-icon-filter": HTMLUtrechtIconFilterElement;
|
|
368
427
|
"utrecht-icon-instagram": HTMLUtrechtIconInstagramElement;
|
|
369
428
|
"utrecht-icon-linkedin": HTMLUtrechtIconLinkedinElement;
|
|
429
|
+
"utrecht-icon-list": HTMLUtrechtIconListElement;
|
|
430
|
+
"utrecht-icon-loupe": HTMLUtrechtIconLoupeElement;
|
|
370
431
|
"utrecht-icon-twitter": HTMLUtrechtIconTwitterElement;
|
|
371
432
|
"utrecht-icon-whatsapp": HTMLUtrechtIconWhatsappElement;
|
|
433
|
+
"utrecht-icon-zoomin": HTMLUtrechtIconZoominElement;
|
|
434
|
+
"utrecht-icon-zoomout": HTMLUtrechtIconZoomoutElement;
|
|
372
435
|
"utrecht-logo": HTMLUtrechtLogoElement;
|
|
373
436
|
"utrecht-page-footer": HTMLUtrechtPageFooterElement;
|
|
374
437
|
"utrecht-pagination": HTMLUtrechtPaginationElement;
|
|
@@ -486,16 +549,30 @@ declare namespace LocalJSX {
|
|
|
486
549
|
}
|
|
487
550
|
interface UtrechtHtmlContent {
|
|
488
551
|
}
|
|
552
|
+
interface UtrechtIconArrow {
|
|
553
|
+
}
|
|
554
|
+
interface UtrechtIconCross {
|
|
555
|
+
}
|
|
489
556
|
interface UtrechtIconFacebook {
|
|
490
557
|
}
|
|
558
|
+
interface UtrechtIconFilter {
|
|
559
|
+
}
|
|
491
560
|
interface UtrechtIconInstagram {
|
|
492
561
|
}
|
|
493
562
|
interface UtrechtIconLinkedin {
|
|
494
563
|
}
|
|
564
|
+
interface UtrechtIconList {
|
|
565
|
+
}
|
|
566
|
+
interface UtrechtIconLoupe {
|
|
567
|
+
}
|
|
495
568
|
interface UtrechtIconTwitter {
|
|
496
569
|
}
|
|
497
570
|
interface UtrechtIconWhatsapp {
|
|
498
571
|
}
|
|
572
|
+
interface UtrechtIconZoomin {
|
|
573
|
+
}
|
|
574
|
+
interface UtrechtIconZoomout {
|
|
575
|
+
}
|
|
499
576
|
interface UtrechtLogo {
|
|
500
577
|
}
|
|
501
578
|
interface UtrechtPageFooter {
|
|
@@ -557,11 +634,18 @@ declare namespace LocalJSX {
|
|
|
557
634
|
"utrecht-heading-5": UtrechtHeading5;
|
|
558
635
|
"utrecht-heading-6": UtrechtHeading6;
|
|
559
636
|
"utrecht-html-content": UtrechtHtmlContent;
|
|
637
|
+
"utrecht-icon-arrow": UtrechtIconArrow;
|
|
638
|
+
"utrecht-icon-cross": UtrechtIconCross;
|
|
560
639
|
"utrecht-icon-facebook": UtrechtIconFacebook;
|
|
640
|
+
"utrecht-icon-filter": UtrechtIconFilter;
|
|
561
641
|
"utrecht-icon-instagram": UtrechtIconInstagram;
|
|
562
642
|
"utrecht-icon-linkedin": UtrechtIconLinkedin;
|
|
643
|
+
"utrecht-icon-list": UtrechtIconList;
|
|
644
|
+
"utrecht-icon-loupe": UtrechtIconLoupe;
|
|
563
645
|
"utrecht-icon-twitter": UtrechtIconTwitter;
|
|
564
646
|
"utrecht-icon-whatsapp": UtrechtIconWhatsapp;
|
|
647
|
+
"utrecht-icon-zoomin": UtrechtIconZoomin;
|
|
648
|
+
"utrecht-icon-zoomout": UtrechtIconZoomout;
|
|
565
649
|
"utrecht-logo": UtrechtLogo;
|
|
566
650
|
"utrecht-page-footer": UtrechtPageFooter;
|
|
567
651
|
"utrecht-pagination": UtrechtPagination;
|
|
@@ -597,11 +681,18 @@ declare module "@stencil/core" {
|
|
|
597
681
|
"utrecht-heading-5": LocalJSX.UtrechtHeading5 & JSXBase.HTMLAttributes<HTMLUtrechtHeading5Element>;
|
|
598
682
|
"utrecht-heading-6": LocalJSX.UtrechtHeading6 & JSXBase.HTMLAttributes<HTMLUtrechtHeading6Element>;
|
|
599
683
|
"utrecht-html-content": LocalJSX.UtrechtHtmlContent & JSXBase.HTMLAttributes<HTMLUtrechtHtmlContentElement>;
|
|
684
|
+
"utrecht-icon-arrow": LocalJSX.UtrechtIconArrow & JSXBase.HTMLAttributes<HTMLUtrechtIconArrowElement>;
|
|
685
|
+
"utrecht-icon-cross": LocalJSX.UtrechtIconCross & JSXBase.HTMLAttributes<HTMLUtrechtIconCrossElement>;
|
|
600
686
|
"utrecht-icon-facebook": LocalJSX.UtrechtIconFacebook & JSXBase.HTMLAttributes<HTMLUtrechtIconFacebookElement>;
|
|
687
|
+
"utrecht-icon-filter": LocalJSX.UtrechtIconFilter & JSXBase.HTMLAttributes<HTMLUtrechtIconFilterElement>;
|
|
601
688
|
"utrecht-icon-instagram": LocalJSX.UtrechtIconInstagram & JSXBase.HTMLAttributes<HTMLUtrechtIconInstagramElement>;
|
|
602
689
|
"utrecht-icon-linkedin": LocalJSX.UtrechtIconLinkedin & JSXBase.HTMLAttributes<HTMLUtrechtIconLinkedinElement>;
|
|
690
|
+
"utrecht-icon-list": LocalJSX.UtrechtIconList & JSXBase.HTMLAttributes<HTMLUtrechtIconListElement>;
|
|
691
|
+
"utrecht-icon-loupe": LocalJSX.UtrechtIconLoupe & JSXBase.HTMLAttributes<HTMLUtrechtIconLoupeElement>;
|
|
603
692
|
"utrecht-icon-twitter": LocalJSX.UtrechtIconTwitter & JSXBase.HTMLAttributes<HTMLUtrechtIconTwitterElement>;
|
|
604
693
|
"utrecht-icon-whatsapp": LocalJSX.UtrechtIconWhatsapp & JSXBase.HTMLAttributes<HTMLUtrechtIconWhatsappElement>;
|
|
694
|
+
"utrecht-icon-zoomin": LocalJSX.UtrechtIconZoomin & JSXBase.HTMLAttributes<HTMLUtrechtIconZoominElement>;
|
|
695
|
+
"utrecht-icon-zoomout": LocalJSX.UtrechtIconZoomout & JSXBase.HTMLAttributes<HTMLUtrechtIconZoomoutElement>;
|
|
605
696
|
"utrecht-logo": LocalJSX.UtrechtLogo & JSXBase.HTMLAttributes<HTMLUtrechtLogoElement>;
|
|
606
697
|
"utrecht-page-footer": LocalJSX.UtrechtPageFooter & JSXBase.HTMLAttributes<HTMLUtrechtPageFooterElement>;
|
|
607
698
|
"utrecht-pagination": LocalJSX.UtrechtPagination & JSXBase.HTMLAttributes<HTMLUtrechtPaginationElement>;
|