@utrecht/web-component-library-stencil 1.0.0-alpha.531 → 1.0.0-alpha.532
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/utrecht-page-footer.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-page-footer.cjs.entry.js.map +1 -1
- package/dist/collection/components/page-footer/index.css +0 -8
- package/dist/components/utrecht-page-footer.js +1 -1
- package/dist/components/utrecht-page-footer.js.map +1 -1
- package/dist/esm/utrecht-page-footer.entry.js +1 -1
- package/dist/esm/utrecht-page-footer.entry.js.map +1 -1
- package/dist/utrecht/{p-918e0677.entry.js → p-53f8fa26.entry.js} +2 -2
- package/dist/utrecht/{p-918e0677.entry.js.map → p-53f8fa26.entry.js.map} +1 -1
- package/dist/utrecht/utrecht.esm.js +1 -1
- package/package.json +4 -4
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-f7fab6cb.js');
|
|
6
6
|
|
|
7
|
-
const indexCss = ".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-
|
|
7
|
+
const indexCss = ".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-footer__address--reset-address{font-style:inherit;margin-block-end:0;margin-block-start:0}:host{display:block}:host([hidden]){display:none !important}";
|
|
8
8
|
|
|
9
9
|
const PageFooter = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"utrecht-page-footer.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,QAAQ,GAAG,
|
|
1
|
+
{"file":"utrecht-page-footer.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,QAAQ,GAAG,g9BAAg9B;;MCYp9B,UAAU;;;;EACrB,MAAM;IACJ,QACEA,oBAAQ,KAAK,EAAC,qBAAqB,IACjCA,qBAAa,CACN,EACT;GACH;;;;;;","names":["h"],"sources":["./src/components/page-footer/index.scss?tag=utrecht-page-footer&encapsulation=shadow","./src/components/page-footer/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/page-footer/css\";\n\n:host {\n display: block;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","import { Component, h } from '@stencil/core';\n\n/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Gemeente Utrecht\n */\n\n@Component({\n tag: 'utrecht-page-footer',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class PageFooter {\n render() {\n return (\n <footer class=\"utrecht-page-footer\">\n <slot></slot>\n </footer>\n );\n }\n}\n"],"version":3}
|
|
@@ -31,14 +31,6 @@
|
|
|
31
31
|
padding-inline-start: var(--utrecht-page-footer-padding-inline-start);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.utrecht-page-footer .utrecht-link--telephone {
|
|
35
|
-
color: #fff;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.utrecht-page-footer .utrecht-paragraph {
|
|
39
|
-
color: #fff;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
34
|
.utrecht-page-footer__address--reset-address {
|
|
43
35
|
/* reset <address> */
|
|
44
36
|
font-style: inherit;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
|
-
const indexCss = ".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-
|
|
3
|
+
const indexCss = ".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-footer__address--reset-address{font-style:inherit;margin-block-end:0;margin-block-start:0}:host{display:block}:host([hidden]){display:none !important}";
|
|
4
4
|
|
|
5
5
|
const PageFooter = /*@__PURE__*/ proxyCustomElement(class PageFooter extends HTMLElement {
|
|
6
6
|
constructor() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"utrecht-page-footer.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,
|
|
1
|
+
{"file":"utrecht-page-footer.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,g9BAAg9B;;MCYp9B,UAAU;;;;;;EACrB,MAAM;IACJ,QACE,cAAQ,KAAK,EAAC,qBAAqB,IACjC,eAAa,CACN,EACT;GACH;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["./src/components/page-footer/index.scss?tag=utrecht-page-footer&encapsulation=shadow","./src/components/page-footer/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/page-footer/css\";\n\n:host {\n display: block;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","import { Component, h } from '@stencil/core';\n\n/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Gemeente Utrecht\n */\n\n@Component({\n tag: 'utrecht-page-footer',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class PageFooter {\n render() {\n return (\n <footer class=\"utrecht-page-footer\">\n <slot></slot>\n </footer>\n );\n }\n}\n"],"version":3}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-738f8f6d.js';
|
|
2
2
|
|
|
3
|
-
const indexCss = ".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-
|
|
3
|
+
const indexCss = ".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-footer__address--reset-address{font-style:inherit;margin-block-end:0;margin-block-start:0}:host{display:block}:host([hidden]){display:none !important}";
|
|
4
4
|
|
|
5
5
|
const PageFooter = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"utrecht-page-footer.entry.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,
|
|
1
|
+
{"file":"utrecht-page-footer.entry.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,g9BAAg9B;;MCYp9B,UAAU;;;;EACrB,MAAM;IACJ,QACE,cAAQ,KAAK,EAAC,qBAAqB,IACjC,eAAa,CACN,EACT;GACH;;;;;;","names":[],"sources":["./src/components/page-footer/index.scss?tag=utrecht-page-footer&encapsulation=shadow","./src/components/page-footer/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/page-footer/css\";\n\n:host {\n display: block;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","import { Component, h } from '@stencil/core';\n\n/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Gemeente Utrecht\n */\n\n@Component({\n tag: 'utrecht-page-footer',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class PageFooter {\n render() {\n return (\n <footer class=\"utrecht-page-footer\">\n <slot></slot>\n </footer>\n );\n }\n}\n"],"version":3}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r,h as t}from"./p-8c18a309.js";const o=".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r,h as t}from"./p-8c18a309.js";const o=".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-footer__address--reset-address{font-style:inherit;margin-block-end:0;margin-block-start:0}:host{display:block}:host([hidden]){display:none !important}";const e=class{constructor(t){r(this,t)}render(){return t("footer",{class:"utrecht-page-footer"},t("slot",null))}};e.style=o;export{e as utrecht_page_footer};
|
|
2
|
+
//# sourceMappingURL=p-53f8fa26.entry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["indexCss","PageFooter","render","h","class"],"sources":["./src/components/page-footer/index.scss?tag=utrecht-page-footer&encapsulation=shadow","./src/components/page-footer/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/page-footer/css\";\n\n:host {\n display: block;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","import { Component, h } from '@stencil/core';\n\n/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Gemeente Utrecht\n */\n\n@Component({\n tag: 'utrecht-page-footer',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class PageFooter {\n render() {\n return (\n <footer class=\"utrecht-page-footer\">\n <slot></slot>\n </footer>\n );\n }\n}\n"],"mappings":"sCAAA,MAAMA,EAAW,
|
|
1
|
+
{"version":3,"names":["indexCss","PageFooter","render","h","class"],"sources":["./src/components/page-footer/index.scss?tag=utrecht-page-footer&encapsulation=shadow","./src/components/page-footer/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/page-footer/css\";\n\n:host {\n display: block;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","import { Component, h } from '@stencil/core';\n\n/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Gemeente Utrecht\n */\n\n@Component({\n tag: 'utrecht-page-footer',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class PageFooter {\n render() {\n return (\n <footer class=\"utrecht-page-footer\">\n <slot></slot>\n </footer>\n );\n }\n}\n"],"mappings":"sCAAA,MAAMA,EAAW,i9B,MCYJC,EAAU,M,yBACrBC,SACE,OACEC,EAAA,UAAQC,MAAM,uBACZD,EAAA,a"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-8c18a309.js";export{s as setNonce}from"./p-8c18a309.js";const c=()=>{const t=import.meta.url;const c={};if(t!==""){c.resourcesUrl=new URL(".",t).href}return e(c)};c().then((e=>t(JSON.parse('[["p-5462a0c5",[[1,"utrecht-contact-card-template"]]],["p-72207964",[[1,"utrecht-digid-button",{"type":[1]}]]],["p-67da29c8",[[1,"utrecht-backdrop",{"viewport":[4]}]]],["p-8813a587",[[1,"utrecht-breadcrumb",{"json":[1],"variant":[1]}]]],["p-cc9af612",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["p-c6d594d8",[[1,"utrecht-custom-checkbox",{"disabled":[4],"checked":[4],"indeterminate":[4],"invalid":[4],"required":[4]}]]],["p-f9b7b76f",[[1,"utrecht-eherkenning-logo"]]],["p-8c20d46a",[[1,"utrecht-eidas-logo"]]],["p-c68ef1a8",[[1,"utrecht-form-field-checkbox",{"label":[4],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"value":[32]}]]],["p-e52b097e",[[1,"utrecht-form-field-textarea",{"disabled":[516],"invalid":[516],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"value":[1]}]]],["p-f411881d",[[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]}]]],["p-6c217bd7",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["p-7cfe8d5e",[[4,"utrecht-html-content"]]],["p-cc517846",[[1,"utrecht-icon-afspraak-maken"]]],["p-dc33d7f4",[[1,"utrecht-icon-afval"]]],["p-52168e61",[[1,"utrecht-icon-afval-container"]]],["p-e46009ff",[[1,"utrecht-icon-afval-containerpas"]]],["p-60b86256",[[1,"utrecht-icon-afval-kalender"]]],["p-c227f276",[[1,"utrecht-icon-afval-pmd"]]],["p-d58d34d8",[[1,"utrecht-icon-afval-scheiden"]]],["p-99ef9ed0",[[1,"utrecht-icon-afvalkalender"]]],["p-9fe4be72",[[1,"utrecht-icon-alleen"]]],["p-f928d2a1",[[1,"utrecht-icon-arrow"]]],["p-13fc8a3e",[[1,"utrecht-icon-auto"]]],["p-9e7ee9d9",[[1,"utrecht-icon-begroting"]]],["p-bf54abda",[[1,"utrecht-icon-bestemmingsplan"]]],["p-cb487755",[[1,"utrecht-icon-betaaldatum"]]],["p-b38f47d3",[[1,"utrecht-icon-bewijsstukken"]]],["p-ed63a406",[[1,"utrecht-icon-bijstand"]]],["p-2d4b7fdd",[[1,"utrecht-icon-blad"]]],["p-62d51b4c",[[1,"utrecht-icon-bouwproject"]]],["p-26dc032c",[[1,"utrecht-icon-brandgevaar"]]],["p-b8bfe986",[[1,"utrecht-icon-brief-betalen"]]],["p-c21f6d07",[[1,"utrecht-icon-checkmark"]]],["p-5133d28b",[[1,"utrecht-icon-college-b-w"]]],["p-c5f81921",[[1,"utrecht-icon-container"]]],["p-ebe83d19",[[1,"utrecht-icon-container-bio"]]],["p-2c8c4831",[[1,"utrecht-icon-container-glas"]]],["p-d0263da1",[[1,"utrecht-icon-container-groenafval"]]],["p-58b06371",[[1,"utrecht-icon-container-met-zak"]]],["p-2e48c127",[[1,"utrecht-icon-container-papier"]]],["p-e37c3e37",[[1,"utrecht-icon-container-pmd"]]],["p-eeab1ec8",[[1,"utrecht-icon-container-restafval"]]],["p-7d890c4d",[[1,"utrecht-icon-container-textiel"]]],["p-a329b0be",[[1,"utrecht-icon-cross"]]],["p-91955087",[[1,"utrecht-icon-dakloos"]]],["p-88118ac7",[[1,"utrecht-icon-dementie"]]],["p-fef424bc",[[1,"utrecht-icon-documenten"]]],["p-87168520",[[1,"utrecht-icon-duurzaam"]]],["p-3fe03a37",[[1,"utrecht-icon-eenzaamheid"]]],["p-96d5c295",[[1,"utrecht-icon-eikenprocessie"]]],["p-808fa377",[[1,"utrecht-icon-elektrisch-rijden"]]],["p-88a1aaee",[[1,"utrecht-icon-energie-vergoeding"]]],["p-9bc931a8",[[1,"utrecht-icon-energietransitie"]]],["p-92721311",[[1,"utrecht-icon-error"]]],["p-3bc7b110",[[1,"utrecht-icon-evenementen"]]],["p-9d7a31ed",[[1,"utrecht-icon-facebook"]]],["p-a71207ed",[[1,"utrecht-icon-fiets"]]],["p-7a032df2",[[1,"utrecht-icon-filter"]]],["p-7a86cb49",[[1,"utrecht-icon-geboorte"]]],["p-ed0195cc",[[1,"utrecht-icon-gebruiker-centraal"]]],["p-a06640b6",[[1,"utrecht-icon-gebruiker-ingelogd"]]],["p-13a71a8e",[[1,"utrecht-icon-gegevenswoordenboek"]]],["p-a8b7f118",[[1,"utrecht-icon-geluid"]]],["p-474639c7",[[1,"utrecht-icon-gemeente-locatie"]]],["p-2863e16a",[[1,"utrecht-icon-gemeenteraad"]]],["p-b3299b3c",[[1,"utrecht-icon-gereedschap"]]],["p-cb6cbbd3",[[1,"utrecht-icon-gezicht"]]],["p-435d8623",[[1,"utrecht-icon-gezin"]]],["p-a8098bde",[[1,"utrecht-icon-glas-afval"]]],["p-4082e04d",[[1,"utrecht-icon-glijbaan"]]],["p-d83e75dd",[[1,"utrecht-icon-grafiek"]]],["p-b642e219",[[1,"utrecht-icon-grofvuil"]]],["p-e7814fd9",[[1,"utrecht-icon-grofvuil-ophalen"]]],["p-3ea1d40c",[[1,"utrecht-icon-herdenking"]]],["p-03480671",[[1,"utrecht-icon-hondenbelasting"]]],["p-e652f84e",[[1,"utrecht-icon-horeca"]]],["p-baf6f21a",[[1,"utrecht-icon-horecavergunning"]]],["p-2ce50509",[[1,"utrecht-icon-huis"]]],["p-0d243095",[[1,"utrecht-icon-huis-en-omgeving"]]],["p-3f1af33c",[[1,"utrecht-icon-huishoudelijk-geweld"]]],["p-ebe5a390",[[1,"utrecht-icon-hulp-huishouden"]]],["p-31ddbfc7",[[1,"utrecht-icon-hulp-vervoer"]]],["p-0ef5a715",[[1,"utrecht-icon-hulp-zorg"]]],["p-7f5a0833",[[1,"utrecht-icon-hulpmiddelen-gezin"]]],["p-460c9823",[[1,"utrecht-icon-hulpverlening"]]],["p-0d84086b",[[1,"utrecht-icon-idee"]]],["p-7ff2e170",[[1,"utrecht-icon-informatie"]]],["p-dd1c8b56",[[1,"utrecht-icon-information"]]],["p-e0ae5e5b",[[1,"utrecht-icon-innovatie"]]],["p-073ede37",[[1,"utrecht-icon-inspraak-inwoners"]]],["p-2054b0fd",[[1,"utrecht-icon-instagram"]]],["p-37e90420",[[1,"utrecht-icon-kalender"]]],["p-7ace3e86",[[1,"utrecht-icon-kennis"]]],["p-254e370b",[[1,"utrecht-icon-kerstbomen"]]],["p-4055df6d",[[1,"utrecht-icon-klachten"]]],["p-de0e6c72",[[1,"utrecht-icon-kroon"]]],["p-2527f9de",[[1,"utrecht-icon-laadpaal"]]],["p-979b796d",[[1,"utrecht-icon-lantaarnpaal"]]],["p-337b95c2",[[1,"utrecht-icon-lantaarnpaal-oud"]]],["p-ca6b48af",[[1,"utrecht-icon-leren"]]],["p-16908f6f",[[1,"utrecht-icon-let-op"]]],["p-a5dcd93d",[[1,"utrecht-icon-linkedin"]]],["p-df820975",[[1,"utrecht-icon-list"]]],["p-8da17b5c",[[1,"utrecht-icon-loupe"]]],["p-dcb9ca5d",[[1,"utrecht-icon-markt"]]],["p-a543475c",[[1,"utrecht-icon-melding"]]],["p-c937aabd",[[1,"utrecht-icon-melding-boom"]]],["p-a21118b4",[[1,"utrecht-icon-melding-klacht"]]],["p-5763a318",[[1,"utrecht-icon-melding-openbareruimte"]]],["p-94c88634",[[1,"utrecht-icon-melding-verlichting"]]],["p-c2f092c2",[[1,"utrecht-icon-menselijk"]]],["p-1cf761e0",[[1,"utrecht-icon-meterkast"]]],["p-d97df75e",[[1,"utrecht-icon-milieu-ontheffing"]]],["p-a0949de7",[[1,"utrecht-icon-milieu-zone"]]],["p-46a97256",[[1,"utrecht-icon-mobiliteit"]]],["p-9bfc40c9",[[1,"utrecht-icon-natuur"]]],["p-7b00513f",[[1,"utrecht-icon-nieuw-huis"]]],["p-4ff78ba2",[[1,"utrecht-icon-nummerbord"]]],["p-b986117f",[[1,"utrecht-icon-om-het-huis"]]],["p-beb978ac",[[1,"utrecht-icon-omgeving"]]],["p-3aac76cf",[[1,"utrecht-icon-omgevingsvisie"]]],["p-f464d5d3",[[1,"utrecht-icon-omgevingswet"]]],["p-b4283763",[[1,"utrecht-icon-onderhoud"]]],["p-36f0c931",[[1,"utrecht-icon-ondernemen"]]],["p-0dd85cd3",[[1,"utrecht-icon-openingstijden"]]],["p-cdd1d9b5",[[1,"utrecht-icon-over-de-stad"]]],["p-387215a9",[[1,"utrecht-icon-overlijden"]]],["p-056d3839",[[1,"utrecht-icon-panden"]]],["p-adcf7afa",[[1,"utrecht-icon-park"]]],["p-a6d6c3ff",[[1,"utrecht-icon-parkeerkaart"]]],["p-c1b93134",[[1,"utrecht-icon-parkeervergunning"]]],["p-f2ddf39a",[[1,"utrecht-icon-parken"]]],["p-831b4539",[[1,"utrecht-icon-parkeren"]]],["p-4acfd656",[[1,"utrecht-icon-parkeren-bedrijven"]]],["p-970947ee",[[1,"utrecht-icon-parkeren-betaalautomaat"]]],["p-c0cab9c5",[[1,"utrecht-icon-parkeren-betalen"]]],["p-b1bd7648",[[1,"utrecht-icon-participatie-campagne"]]],["p-e6c21742",[[1,"utrecht-icon-participatie-like"]]],["p-fa45e682",[[1,"utrecht-icon-participatie-pitch"]]],["p-b1f2fd20",[[1,"utrecht-icon-paspoort"]]],["p-f8b616ee",[[1,"utrecht-icon-presentatie"]]],["p-09654e1c",[[1,"utrecht-icon-prijskaartje"]]],["p-22b2e7e3",[[1,"utrecht-icon-rijbewijs"]]],["p-c8ec6df8",[[1,"utrecht-icon-rioolheffing"]]],["p-a8e5db5e",[[1,"utrecht-icon-rolstoel"]]],["p-feef2572",[[1,"utrecht-icon-schild-gemeente-utrecht"]]],["p-5bc4e804",[[1,"utrecht-icon-shoppen"]]],["p-a15c14fe",[[1,"utrecht-icon-sinterklaas"]]],["p-bbdd6ffd",[[1,"utrecht-icon-slechtziende-hoordende"]]],["p-09b8418d",[[1,"utrecht-icon-sport"]]],["p-262dd953",[[1,"utrecht-icon-sport-en-cultuur"]]],["p-0ac7f43c",[[1,"utrecht-icon-sport-voetbal"]]],["p-0d3fbd6c",[[1,"utrecht-icon-stookverbod"]]],["p-217fc2c7",[[1,"utrecht-icon-strand"]]],["p-420c69fc",[[1,"utrecht-icon-strooien"]]],["p-bf8b4dca",[[1,"utrecht-icon-subsidie"]]],["p-9e4e4bdd",[[1,"utrecht-icon-subsidie-gezin"]]],["p-9881faeb",[[1,"utrecht-icon-t-shirt"]]],["p-3be011e5",[[1,"utrecht-icon-thuiswerken"]]],["p-d0f418e4",[[1,"utrecht-icon-toeslag"]]],["p-2ee37097",[[1,"utrecht-icon-trein"]]],["p-30bd6937",[[1,"utrecht-icon-trouwen"]]],["p-83a85147",[[1,"utrecht-icon-twitter"]]],["p-47112313",[[1,"utrecht-icon-uw-wijk"]]],["p-8a550fe1",[[1,"utrecht-icon-vaccinatie"]]],["p-47042ba0",[[1,"utrecht-icon-veilige-wijk"]]],["p-62a7988f",[[1,"utrecht-icon-vergaderen"]]],["p-f6e83f1d",[[1,"utrecht-icon-vergaderendigitaal"]]],["p-c6074ba1",[[1,"utrecht-icon-vergoeding"]]],["p-c1e3bb59",[[1,"utrecht-icon-verhuizen"]]],["p-80363606",[[1,"utrecht-icon-verkeerslicht"]]],["p-134148ac",[[1,"utrecht-icon-verkiezingen"]]],["p-8720088a",[[1,"utrecht-icon-verslaving"]]],["p-f9623ee6",[[1,"utrecht-icon-vervoersvoorziening"]]],["p-3d40d45e",[[1,"utrecht-icon-virus"]]],["p-a0274fc5",[[1,"utrecht-icon-vluchtelingen"]]],["p-4000e139",[[1,"utrecht-icon-voorzieningen-vervoer"]]],["p-0f2f370c",[[1,"utrecht-icon-vrijwilligerswerk"]]],["p-55faee2e",[[1,"utrecht-icon-vuilnisbak"]]],["p-860e3c2a",[[1,"utrecht-icon-vuilniszak"]]],["p-9d8da5e8",[[1,"utrecht-icon-vuurwerk"]]],["p-7a89f433",[[1,"utrecht-icon-wandelstok"]]],["p-bbf64884",[[1,"utrecht-icon-warm"]]],["p-33400414",[[1,"utrecht-icon-warning"]]],["p-05051d4a",[[1,"utrecht-icon-werken"]]],["p-eeb69e8b",[[1,"utrecht-icon-werkzaamheden"]]],["p-180e6358",[[1,"utrecht-icon-whatsapp"]]],["p-4133274a",[[1,"utrecht-icon-wonen-kosten"]]],["p-a4c0ebcc",[[1,"utrecht-icon-woning-zoeken"]]],["p-e6c0fcf4",[[1,"utrecht-icon-youtube"]]],["p-24b75e2d",[[1,"utrecht-icon-zelfstandig-wonen"]]],["p-7e095508",[[1,"utrecht-icon-zoomin"]]],["p-40778a05",[[1,"utrecht-icon-zoomout"]]],["p-7495684d",[[1,"utrecht-icon-zorg-huis"]]],["p-1e7ad5f4",[[1,"utrecht-icon-zweefpaal"]]],["p-540eed42",[[1,"utrecht-icon-zwemmen"]]],["p-5b10f0ee",[[1,"utrecht-logo-button"]]],["p-eb7a605e",[[1,"utrecht-map-marker"]]],["p-918e0677",[[1,"utrecht-page-footer"]]],["p-b33a0505",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["p-6e8ad9a9",[[1,"utrecht-sidenav",{"json":[1]}]]],["p-490e441c",[[1,"utrecht-table"]]],["p-c107edc8",[[1,"utrecht-table-body"]]],["p-20e71a51",[[1,"utrecht-table-caption"]]],["p-f53e325f",[[1,"utrecht-table-cell"]]],["p-8094463e",[[1,"utrecht-table-footer"]]],["p-0f75c75f",[[1,"utrecht-table-header"]]],["p-5bea1ba0",[[1,"utrecht-table-header-cell",{"scope":[1]}]]],["p-af711695",[[1,"utrecht-table-row"]]],["p-04d6a4e8",[[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]}]]],["p-7708088d",[[1,"utrecht-digid-logo"]]],["p-916bf313",[[1,"utrecht-alert",{"type":[1]}],[1,"utrecht-article"],[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}],[1,"utrecht-badge-data"],[1,"utrecht-badge-status",{"status":[1]}],[1,"utrecht-button",{"appearance":[1],"busy":[4],"disabled":[4],"type":[1]}],[1,"utrecht-button-group"],[1,"utrecht-button-link",{"appearance":[1],"external":[4],"href":[1],"placeholder":[4]}],[1,"utrecht-code"],[1,"utrecht-code-block"],[1,"utrecht-color-sample",{"color":[1]}],[1,"utrecht-document"],[1,"utrecht-emphasis"],[1,"utrecht-form-field-description",{"status":[513]}],[1,"utrecht-heading",{"level":[2]}],[1,"utrecht-heading-1"],[1,"utrecht-heading-4"],[1,"utrecht-heading-5"],[1,"utrecht-heading-6"],[1,"utrecht-heading-group"],[1,"utrecht-icon"],[1,"utrecht-link",{"href":[1]}],[1,"utrecht-link-button",{"disabled":[4],"type":[1],"inline":[4],"pressed":[4]}],[1,"utrecht-logo"],[1,"utrecht-mark"],[1,"utrecht-number-value",{"value":[8]}],[1,"utrecht-page"],[1,"utrecht-page-content"],[1,"utrecht-page-header"],[1,"utrecht-pre-heading"],[1,"utrecht-separator"],[1,"utrecht-skip-link",{"href":[1]}],[1,"utrecht-spotlight-section",{"appearance":[1]}],[1,"utrecht-url"],[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}]]]]'),e)));
|
|
1
|
+
import{p as e,b as t}from"./p-8c18a309.js";export{s as setNonce}from"./p-8c18a309.js";const c=()=>{const t=import.meta.url;const c={};if(t!==""){c.resourcesUrl=new URL(".",t).href}return e(c)};c().then((e=>t(JSON.parse('[["p-5462a0c5",[[1,"utrecht-contact-card-template"]]],["p-72207964",[[1,"utrecht-digid-button",{"type":[1]}]]],["p-67da29c8",[[1,"utrecht-backdrop",{"viewport":[4]}]]],["p-8813a587",[[1,"utrecht-breadcrumb",{"json":[1],"variant":[1]}]]],["p-cc9af612",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["p-c6d594d8",[[1,"utrecht-custom-checkbox",{"disabled":[4],"checked":[4],"indeterminate":[4],"invalid":[4],"required":[4]}]]],["p-f9b7b76f",[[1,"utrecht-eherkenning-logo"]]],["p-8c20d46a",[[1,"utrecht-eidas-logo"]]],["p-c68ef1a8",[[1,"utrecht-form-field-checkbox",{"label":[4],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"value":[32]}]]],["p-e52b097e",[[1,"utrecht-form-field-textarea",{"disabled":[516],"invalid":[516],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"value":[1]}]]],["p-f411881d",[[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]}]]],["p-6c217bd7",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["p-7cfe8d5e",[[4,"utrecht-html-content"]]],["p-cc517846",[[1,"utrecht-icon-afspraak-maken"]]],["p-dc33d7f4",[[1,"utrecht-icon-afval"]]],["p-52168e61",[[1,"utrecht-icon-afval-container"]]],["p-e46009ff",[[1,"utrecht-icon-afval-containerpas"]]],["p-60b86256",[[1,"utrecht-icon-afval-kalender"]]],["p-c227f276",[[1,"utrecht-icon-afval-pmd"]]],["p-d58d34d8",[[1,"utrecht-icon-afval-scheiden"]]],["p-99ef9ed0",[[1,"utrecht-icon-afvalkalender"]]],["p-9fe4be72",[[1,"utrecht-icon-alleen"]]],["p-f928d2a1",[[1,"utrecht-icon-arrow"]]],["p-13fc8a3e",[[1,"utrecht-icon-auto"]]],["p-9e7ee9d9",[[1,"utrecht-icon-begroting"]]],["p-bf54abda",[[1,"utrecht-icon-bestemmingsplan"]]],["p-cb487755",[[1,"utrecht-icon-betaaldatum"]]],["p-b38f47d3",[[1,"utrecht-icon-bewijsstukken"]]],["p-ed63a406",[[1,"utrecht-icon-bijstand"]]],["p-2d4b7fdd",[[1,"utrecht-icon-blad"]]],["p-62d51b4c",[[1,"utrecht-icon-bouwproject"]]],["p-26dc032c",[[1,"utrecht-icon-brandgevaar"]]],["p-b8bfe986",[[1,"utrecht-icon-brief-betalen"]]],["p-c21f6d07",[[1,"utrecht-icon-checkmark"]]],["p-5133d28b",[[1,"utrecht-icon-college-b-w"]]],["p-c5f81921",[[1,"utrecht-icon-container"]]],["p-ebe83d19",[[1,"utrecht-icon-container-bio"]]],["p-2c8c4831",[[1,"utrecht-icon-container-glas"]]],["p-d0263da1",[[1,"utrecht-icon-container-groenafval"]]],["p-58b06371",[[1,"utrecht-icon-container-met-zak"]]],["p-2e48c127",[[1,"utrecht-icon-container-papier"]]],["p-e37c3e37",[[1,"utrecht-icon-container-pmd"]]],["p-eeab1ec8",[[1,"utrecht-icon-container-restafval"]]],["p-7d890c4d",[[1,"utrecht-icon-container-textiel"]]],["p-a329b0be",[[1,"utrecht-icon-cross"]]],["p-91955087",[[1,"utrecht-icon-dakloos"]]],["p-88118ac7",[[1,"utrecht-icon-dementie"]]],["p-fef424bc",[[1,"utrecht-icon-documenten"]]],["p-87168520",[[1,"utrecht-icon-duurzaam"]]],["p-3fe03a37",[[1,"utrecht-icon-eenzaamheid"]]],["p-96d5c295",[[1,"utrecht-icon-eikenprocessie"]]],["p-808fa377",[[1,"utrecht-icon-elektrisch-rijden"]]],["p-88a1aaee",[[1,"utrecht-icon-energie-vergoeding"]]],["p-9bc931a8",[[1,"utrecht-icon-energietransitie"]]],["p-92721311",[[1,"utrecht-icon-error"]]],["p-3bc7b110",[[1,"utrecht-icon-evenementen"]]],["p-9d7a31ed",[[1,"utrecht-icon-facebook"]]],["p-a71207ed",[[1,"utrecht-icon-fiets"]]],["p-7a032df2",[[1,"utrecht-icon-filter"]]],["p-7a86cb49",[[1,"utrecht-icon-geboorte"]]],["p-ed0195cc",[[1,"utrecht-icon-gebruiker-centraal"]]],["p-a06640b6",[[1,"utrecht-icon-gebruiker-ingelogd"]]],["p-13a71a8e",[[1,"utrecht-icon-gegevenswoordenboek"]]],["p-a8b7f118",[[1,"utrecht-icon-geluid"]]],["p-474639c7",[[1,"utrecht-icon-gemeente-locatie"]]],["p-2863e16a",[[1,"utrecht-icon-gemeenteraad"]]],["p-b3299b3c",[[1,"utrecht-icon-gereedschap"]]],["p-cb6cbbd3",[[1,"utrecht-icon-gezicht"]]],["p-435d8623",[[1,"utrecht-icon-gezin"]]],["p-a8098bde",[[1,"utrecht-icon-glas-afval"]]],["p-4082e04d",[[1,"utrecht-icon-glijbaan"]]],["p-d83e75dd",[[1,"utrecht-icon-grafiek"]]],["p-b642e219",[[1,"utrecht-icon-grofvuil"]]],["p-e7814fd9",[[1,"utrecht-icon-grofvuil-ophalen"]]],["p-3ea1d40c",[[1,"utrecht-icon-herdenking"]]],["p-03480671",[[1,"utrecht-icon-hondenbelasting"]]],["p-e652f84e",[[1,"utrecht-icon-horeca"]]],["p-baf6f21a",[[1,"utrecht-icon-horecavergunning"]]],["p-2ce50509",[[1,"utrecht-icon-huis"]]],["p-0d243095",[[1,"utrecht-icon-huis-en-omgeving"]]],["p-3f1af33c",[[1,"utrecht-icon-huishoudelijk-geweld"]]],["p-ebe5a390",[[1,"utrecht-icon-hulp-huishouden"]]],["p-31ddbfc7",[[1,"utrecht-icon-hulp-vervoer"]]],["p-0ef5a715",[[1,"utrecht-icon-hulp-zorg"]]],["p-7f5a0833",[[1,"utrecht-icon-hulpmiddelen-gezin"]]],["p-460c9823",[[1,"utrecht-icon-hulpverlening"]]],["p-0d84086b",[[1,"utrecht-icon-idee"]]],["p-7ff2e170",[[1,"utrecht-icon-informatie"]]],["p-dd1c8b56",[[1,"utrecht-icon-information"]]],["p-e0ae5e5b",[[1,"utrecht-icon-innovatie"]]],["p-073ede37",[[1,"utrecht-icon-inspraak-inwoners"]]],["p-2054b0fd",[[1,"utrecht-icon-instagram"]]],["p-37e90420",[[1,"utrecht-icon-kalender"]]],["p-7ace3e86",[[1,"utrecht-icon-kennis"]]],["p-254e370b",[[1,"utrecht-icon-kerstbomen"]]],["p-4055df6d",[[1,"utrecht-icon-klachten"]]],["p-de0e6c72",[[1,"utrecht-icon-kroon"]]],["p-2527f9de",[[1,"utrecht-icon-laadpaal"]]],["p-979b796d",[[1,"utrecht-icon-lantaarnpaal"]]],["p-337b95c2",[[1,"utrecht-icon-lantaarnpaal-oud"]]],["p-ca6b48af",[[1,"utrecht-icon-leren"]]],["p-16908f6f",[[1,"utrecht-icon-let-op"]]],["p-a5dcd93d",[[1,"utrecht-icon-linkedin"]]],["p-df820975",[[1,"utrecht-icon-list"]]],["p-8da17b5c",[[1,"utrecht-icon-loupe"]]],["p-dcb9ca5d",[[1,"utrecht-icon-markt"]]],["p-a543475c",[[1,"utrecht-icon-melding"]]],["p-c937aabd",[[1,"utrecht-icon-melding-boom"]]],["p-a21118b4",[[1,"utrecht-icon-melding-klacht"]]],["p-5763a318",[[1,"utrecht-icon-melding-openbareruimte"]]],["p-94c88634",[[1,"utrecht-icon-melding-verlichting"]]],["p-c2f092c2",[[1,"utrecht-icon-menselijk"]]],["p-1cf761e0",[[1,"utrecht-icon-meterkast"]]],["p-d97df75e",[[1,"utrecht-icon-milieu-ontheffing"]]],["p-a0949de7",[[1,"utrecht-icon-milieu-zone"]]],["p-46a97256",[[1,"utrecht-icon-mobiliteit"]]],["p-9bfc40c9",[[1,"utrecht-icon-natuur"]]],["p-7b00513f",[[1,"utrecht-icon-nieuw-huis"]]],["p-4ff78ba2",[[1,"utrecht-icon-nummerbord"]]],["p-b986117f",[[1,"utrecht-icon-om-het-huis"]]],["p-beb978ac",[[1,"utrecht-icon-omgeving"]]],["p-3aac76cf",[[1,"utrecht-icon-omgevingsvisie"]]],["p-f464d5d3",[[1,"utrecht-icon-omgevingswet"]]],["p-b4283763",[[1,"utrecht-icon-onderhoud"]]],["p-36f0c931",[[1,"utrecht-icon-ondernemen"]]],["p-0dd85cd3",[[1,"utrecht-icon-openingstijden"]]],["p-cdd1d9b5",[[1,"utrecht-icon-over-de-stad"]]],["p-387215a9",[[1,"utrecht-icon-overlijden"]]],["p-056d3839",[[1,"utrecht-icon-panden"]]],["p-adcf7afa",[[1,"utrecht-icon-park"]]],["p-a6d6c3ff",[[1,"utrecht-icon-parkeerkaart"]]],["p-c1b93134",[[1,"utrecht-icon-parkeervergunning"]]],["p-f2ddf39a",[[1,"utrecht-icon-parken"]]],["p-831b4539",[[1,"utrecht-icon-parkeren"]]],["p-4acfd656",[[1,"utrecht-icon-parkeren-bedrijven"]]],["p-970947ee",[[1,"utrecht-icon-parkeren-betaalautomaat"]]],["p-c0cab9c5",[[1,"utrecht-icon-parkeren-betalen"]]],["p-b1bd7648",[[1,"utrecht-icon-participatie-campagne"]]],["p-e6c21742",[[1,"utrecht-icon-participatie-like"]]],["p-fa45e682",[[1,"utrecht-icon-participatie-pitch"]]],["p-b1f2fd20",[[1,"utrecht-icon-paspoort"]]],["p-f8b616ee",[[1,"utrecht-icon-presentatie"]]],["p-09654e1c",[[1,"utrecht-icon-prijskaartje"]]],["p-22b2e7e3",[[1,"utrecht-icon-rijbewijs"]]],["p-c8ec6df8",[[1,"utrecht-icon-rioolheffing"]]],["p-a8e5db5e",[[1,"utrecht-icon-rolstoel"]]],["p-feef2572",[[1,"utrecht-icon-schild-gemeente-utrecht"]]],["p-5bc4e804",[[1,"utrecht-icon-shoppen"]]],["p-a15c14fe",[[1,"utrecht-icon-sinterklaas"]]],["p-bbdd6ffd",[[1,"utrecht-icon-slechtziende-hoordende"]]],["p-09b8418d",[[1,"utrecht-icon-sport"]]],["p-262dd953",[[1,"utrecht-icon-sport-en-cultuur"]]],["p-0ac7f43c",[[1,"utrecht-icon-sport-voetbal"]]],["p-0d3fbd6c",[[1,"utrecht-icon-stookverbod"]]],["p-217fc2c7",[[1,"utrecht-icon-strand"]]],["p-420c69fc",[[1,"utrecht-icon-strooien"]]],["p-bf8b4dca",[[1,"utrecht-icon-subsidie"]]],["p-9e4e4bdd",[[1,"utrecht-icon-subsidie-gezin"]]],["p-9881faeb",[[1,"utrecht-icon-t-shirt"]]],["p-3be011e5",[[1,"utrecht-icon-thuiswerken"]]],["p-d0f418e4",[[1,"utrecht-icon-toeslag"]]],["p-2ee37097",[[1,"utrecht-icon-trein"]]],["p-30bd6937",[[1,"utrecht-icon-trouwen"]]],["p-83a85147",[[1,"utrecht-icon-twitter"]]],["p-47112313",[[1,"utrecht-icon-uw-wijk"]]],["p-8a550fe1",[[1,"utrecht-icon-vaccinatie"]]],["p-47042ba0",[[1,"utrecht-icon-veilige-wijk"]]],["p-62a7988f",[[1,"utrecht-icon-vergaderen"]]],["p-f6e83f1d",[[1,"utrecht-icon-vergaderendigitaal"]]],["p-c6074ba1",[[1,"utrecht-icon-vergoeding"]]],["p-c1e3bb59",[[1,"utrecht-icon-verhuizen"]]],["p-80363606",[[1,"utrecht-icon-verkeerslicht"]]],["p-134148ac",[[1,"utrecht-icon-verkiezingen"]]],["p-8720088a",[[1,"utrecht-icon-verslaving"]]],["p-f9623ee6",[[1,"utrecht-icon-vervoersvoorziening"]]],["p-3d40d45e",[[1,"utrecht-icon-virus"]]],["p-a0274fc5",[[1,"utrecht-icon-vluchtelingen"]]],["p-4000e139",[[1,"utrecht-icon-voorzieningen-vervoer"]]],["p-0f2f370c",[[1,"utrecht-icon-vrijwilligerswerk"]]],["p-55faee2e",[[1,"utrecht-icon-vuilnisbak"]]],["p-860e3c2a",[[1,"utrecht-icon-vuilniszak"]]],["p-9d8da5e8",[[1,"utrecht-icon-vuurwerk"]]],["p-7a89f433",[[1,"utrecht-icon-wandelstok"]]],["p-bbf64884",[[1,"utrecht-icon-warm"]]],["p-33400414",[[1,"utrecht-icon-warning"]]],["p-05051d4a",[[1,"utrecht-icon-werken"]]],["p-eeb69e8b",[[1,"utrecht-icon-werkzaamheden"]]],["p-180e6358",[[1,"utrecht-icon-whatsapp"]]],["p-4133274a",[[1,"utrecht-icon-wonen-kosten"]]],["p-a4c0ebcc",[[1,"utrecht-icon-woning-zoeken"]]],["p-e6c0fcf4",[[1,"utrecht-icon-youtube"]]],["p-24b75e2d",[[1,"utrecht-icon-zelfstandig-wonen"]]],["p-7e095508",[[1,"utrecht-icon-zoomin"]]],["p-40778a05",[[1,"utrecht-icon-zoomout"]]],["p-7495684d",[[1,"utrecht-icon-zorg-huis"]]],["p-1e7ad5f4",[[1,"utrecht-icon-zweefpaal"]]],["p-540eed42",[[1,"utrecht-icon-zwemmen"]]],["p-5b10f0ee",[[1,"utrecht-logo-button"]]],["p-eb7a605e",[[1,"utrecht-map-marker"]]],["p-53f8fa26",[[1,"utrecht-page-footer"]]],["p-b33a0505",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["p-6e8ad9a9",[[1,"utrecht-sidenav",{"json":[1]}]]],["p-490e441c",[[1,"utrecht-table"]]],["p-c107edc8",[[1,"utrecht-table-body"]]],["p-20e71a51",[[1,"utrecht-table-caption"]]],["p-f53e325f",[[1,"utrecht-table-cell"]]],["p-8094463e",[[1,"utrecht-table-footer"]]],["p-0f75c75f",[[1,"utrecht-table-header"]]],["p-5bea1ba0",[[1,"utrecht-table-header-cell",{"scope":[1]}]]],["p-af711695",[[1,"utrecht-table-row"]]],["p-04d6a4e8",[[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]}]]],["p-7708088d",[[1,"utrecht-digid-logo"]]],["p-916bf313",[[1,"utrecht-alert",{"type":[1]}],[1,"utrecht-article"],[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}],[1,"utrecht-badge-data"],[1,"utrecht-badge-status",{"status":[1]}],[1,"utrecht-button",{"appearance":[1],"busy":[4],"disabled":[4],"type":[1]}],[1,"utrecht-button-group"],[1,"utrecht-button-link",{"appearance":[1],"external":[4],"href":[1],"placeholder":[4]}],[1,"utrecht-code"],[1,"utrecht-code-block"],[1,"utrecht-color-sample",{"color":[1]}],[1,"utrecht-document"],[1,"utrecht-emphasis"],[1,"utrecht-form-field-description",{"status":[513]}],[1,"utrecht-heading",{"level":[2]}],[1,"utrecht-heading-1"],[1,"utrecht-heading-4"],[1,"utrecht-heading-5"],[1,"utrecht-heading-6"],[1,"utrecht-heading-group"],[1,"utrecht-icon"],[1,"utrecht-link",{"href":[1]}],[1,"utrecht-link-button",{"disabled":[4],"type":[1],"inline":[4],"pressed":[4]}],[1,"utrecht-logo"],[1,"utrecht-mark"],[1,"utrecht-number-value",{"value":[8]}],[1,"utrecht-page"],[1,"utrecht-page-content"],[1,"utrecht-page-header"],[1,"utrecht-pre-heading"],[1,"utrecht-separator"],[1,"utrecht-skip-link",{"href":[1]}],[1,"utrecht-spotlight-section",{"appearance":[1]}],[1,"utrecht-url"],[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}]]]]'),e)));
|
|
2
2
|
//# sourceMappingURL=utrecht.esm.js.map
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.532",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"@stencil/vue-output-target": "0.8.2",
|
|
33
33
|
"@types/jest": "29.5.1",
|
|
34
34
|
"@types/node": "18.16.3",
|
|
35
|
-
"@utrecht/components": "1.0.0-alpha.
|
|
36
|
-
"@utrecht/icon": "1.0.0-alpha.
|
|
35
|
+
"@utrecht/components": "1.0.0-alpha.494",
|
|
36
|
+
"@utrecht/icon": "1.0.0-alpha.421",
|
|
37
37
|
"chokidar-cli": "3.0.0",
|
|
38
38
|
"clsx": "1.2.1",
|
|
39
39
|
"node-sass-package-importer": "5.3.2",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"watch:build": "stencil build --watch",
|
|
60
60
|
"generate": "stencil generate"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "3763d33cbe7012d05ef9c110a59ea6565d84e380"
|
|
63
63
|
}
|