@utrecht/web-component-library-stencil 1.0.0-alpha.370 → 1.0.0-alpha.372
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-custom-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-html-content.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-container-glas.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-container-papier.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-container-restafval.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-container-textiel.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-glas-afval.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-t-shirt.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-verkeerslicht.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-verslaving.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-vuilnisbak.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-vuilniszak.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-zweefpaal.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-table.cjs.entry.js +1 -1
- package/dist/cjs/utrecht.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +9 -0
- package/dist/collection/custom-checkbox/index.css +13 -0
- package/dist/collection/generated/utrecht-icon-container-glas/utrecht-icon-container-glas.stencil.js +16 -0
- package/dist/collection/generated/utrecht-icon-container-papier/utrecht-icon-container-papier.stencil.js +16 -0
- package/dist/collection/generated/utrecht-icon-container-restafval/utrecht-icon-container-restafval.stencil.js +16 -0
- package/dist/collection/generated/utrecht-icon-container-textiel/utrecht-icon-container-textiel.stencil.js +15 -0
- package/dist/collection/generated/utrecht-icon-glas-afval/utrecht-icon-glas-afval.stencil.js +15 -0
- package/dist/collection/generated/utrecht-icon-t-shirt/utrecht-icon-t-shirt.stencil.js +15 -0
- package/dist/collection/generated/utrecht-icon-verkeerslicht/utrecht-icon-verkeerslicht.stencil.js +1 -1
- package/dist/collection/generated/utrecht-icon-verslaving/utrecht-icon-verslaving.stencil.js +1 -1
- package/dist/collection/generated/utrecht-icon-vuilnisbak/utrecht-icon-vuilnisbak.stencil.js +15 -0
- package/dist/collection/generated/utrecht-icon-vuilniszak/utrecht-icon-vuilniszak.stencil.js +15 -0
- package/dist/collection/generated/utrecht-icon-zweefpaal/utrecht-icon-zweefpaal.stencil.js +15 -0
- package/dist/collection/html-content/index.css +5 -2
- package/dist/collection/table/table.css +1 -0
- package/dist/components/index.d.ts +9 -0
- package/dist/components/index.js +9 -0
- package/dist/components/utrecht-custom-checkbox.js +1 -1
- package/dist/components/utrecht-html-content.js +1 -1
- package/dist/components/utrecht-icon-container-glas.d.ts +11 -0
- package/dist/components/utrecht-icon-container-glas.js +33 -0
- package/dist/components/utrecht-icon-container-papier.d.ts +11 -0
- package/dist/components/utrecht-icon-container-papier.js +33 -0
- package/dist/components/utrecht-icon-container-restafval.d.ts +11 -0
- package/dist/components/utrecht-icon-container-restafval.js +33 -0
- package/dist/components/utrecht-icon-container-textiel.d.ts +11 -0
- package/dist/components/utrecht-icon-container-textiel.js +33 -0
- package/dist/components/utrecht-icon-glas-afval.d.ts +11 -0
- package/dist/components/utrecht-icon-glas-afval.js +33 -0
- package/dist/components/utrecht-icon-t-shirt.d.ts +11 -0
- package/dist/components/utrecht-icon-t-shirt.js +33 -0
- package/dist/components/utrecht-icon-verkeerslicht.js +1 -1
- package/dist/components/utrecht-icon-verslaving.js +1 -1
- package/dist/components/utrecht-icon-vuilnisbak.d.ts +11 -0
- package/dist/components/utrecht-icon-vuilnisbak.js +33 -0
- package/dist/components/utrecht-icon-vuilniszak.d.ts +11 -0
- package/dist/components/utrecht-icon-vuilniszak.js +33 -0
- package/dist/components/utrecht-icon-zweefpaal.d.ts +11 -0
- package/dist/components/utrecht-icon-zweefpaal.js +33 -0
- package/dist/components/utrecht-table.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/utrecht-custom-checkbox.entry.js +1 -1
- package/dist/esm/utrecht-html-content.entry.js +1 -1
- package/dist/esm/utrecht-icon-container-glas.entry.js +15 -0
- package/dist/esm/utrecht-icon-container-papier.entry.js +15 -0
- package/dist/esm/utrecht-icon-container-restafval.entry.js +15 -0
- package/dist/esm/utrecht-icon-container-textiel.entry.js +15 -0
- package/dist/esm/utrecht-icon-glas-afval.entry.js +15 -0
- package/dist/esm/utrecht-icon-t-shirt.entry.js +15 -0
- package/dist/esm/utrecht-icon-verkeerslicht.entry.js +1 -1
- package/dist/esm/utrecht-icon-verslaving.entry.js +1 -1
- package/dist/esm/utrecht-icon-vuilnisbak.entry.js +15 -0
- package/dist/esm/utrecht-icon-vuilniszak.entry.js +15 -0
- package/dist/esm/utrecht-icon-zweefpaal.entry.js +15 -0
- package/dist/esm/utrecht-table.entry.js +1 -1
- package/dist/esm/utrecht.js +1 -1
- package/dist/types/components.d.ts +117 -0
- package/dist/types/generated/utrecht-icon-container-glas/utrecht-icon-container-glas.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-container-papier/utrecht-icon-container-papier.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-container-restafval/utrecht-icon-container-restafval.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-container-textiel/utrecht-icon-container-textiel.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-glas-afval/utrecht-icon-glas-afval.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-t-shirt/utrecht-icon-t-shirt.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-vuilnisbak/utrecht-icon-vuilnisbak.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-vuilniszak/utrecht-icon-vuilniszak.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-zweefpaal/utrecht-icon-zweefpaal.stencil.d.ts +3 -0
- package/dist/utrecht/p-0b5c4e8e.entry.js +1 -0
- package/dist/utrecht/p-0d6ad809.entry.js +1 -0
- package/dist/utrecht/p-14f79a7b.entry.js +1 -0
- package/dist/utrecht/p-16c1abbf.entry.js +1 -0
- package/dist/utrecht/p-18a72347.entry.js +1 -0
- package/dist/utrecht/p-20f4784e.entry.js +1 -0
- package/dist/utrecht/p-304c60f1.entry.js +1 -0
- package/dist/utrecht/p-3dac6670.entry.js +1 -0
- package/dist/utrecht/p-789ec222.entry.js +1 -0
- package/dist/utrecht/p-97553fed.entry.js +1 -0
- package/dist/utrecht/p-c060e21b.entry.js +1 -0
- package/dist/utrecht/p-e09d251e.entry.js +1 -0
- package/dist/utrecht/p-e94f0e44.entry.js +1 -0
- package/dist/utrecht/p-ecbcde77.entry.js +1 -0
- package/dist/utrecht/utrecht.esm.js +1 -1
- package/package.json +4 -4
- package/dist/utrecht/p-3642d84d.entry.js +0 -1
- package/dist/utrecht/p-7aa78491.entry.js +0 -1
- package/dist/utrecht/p-b0b7324a.entry.js +0 -1
- package/dist/utrecht/p-e9dcfbc0.entry.js +0 -1
- package/dist/utrecht/p-ec97a629.entry.js +0 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-7bd52d12.js');
|
|
6
|
+
|
|
7
|
+
const indexCss = ":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";
|
|
8
|
+
|
|
9
|
+
const UtrechtIconZweefpaal = class {
|
|
10
|
+
constructor(hostRef) {
|
|
11
|
+
index.registerInstance(this, hostRef);
|
|
12
|
+
}
|
|
13
|
+
render() {
|
|
14
|
+
return (index.h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, index.h("path", { d: "M30 32v2H6v-2h6V20h12v12h6ZM14 12h8c1.34 0 2 .9 2 2.02V18H12v-4c0-1.1.68-2 2-2Z" })));
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
UtrechtIconZweefpaal.style = indexCss;
|
|
18
|
+
|
|
19
|
+
exports.utrecht_icon_zweefpaal = UtrechtIconZweefpaal;
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-7bd52d12.js');
|
|
6
6
|
|
|
7
|
-
const tableCss = ":host{border-collapse:collapse;border-color:var(--utrecht-table-border-color, 0);border-style:solid;border-width:var(--utrecht-table-border-width, 0);font-family:var(--utrecht-table-font-family, var(--utrecht-document-font-family));font-size:var(--utrecht-table-font-size, inherit);margin-block-end:calc(var(--utrecht-space-around, 0) * var(--utrecht-table-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0) * var(--utrecht-table-margin-block-start, 0));width:100%;display:table}";
|
|
7
|
+
const tableCss = ":host{border-collapse:collapse;border-color:var(--utrecht-table-border-color, 0);border-style:solid;border-width:var(--utrecht-table-border-width, 0);font-family:var(--utrecht-table-font-family, var(--utrecht-document-font-family));font-size:var(--utrecht-table-font-size, inherit);line-height:var(--utrecht-table-line-height, inherit);margin-block-end:calc(var(--utrecht-space-around, 0) * var(--utrecht-table-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0) * var(--utrecht-table-margin-block-start, 0));width:100%;display:table}";
|
|
8
8
|
|
|
9
9
|
const Table = class {
|
|
10
10
|
constructor(hostRef) {
|
package/dist/cjs/utrecht.cjs.js
CHANGED
|
@@ -15,5 +15,5 @@ const patchBrowser = () => {
|
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
patchBrowser().then(options => {
|
|
18
|
-
return index.bootstrapLazy(JSON.parse("[[\"utrecht-contact-card-template.cjs\",[[1,\"utrecht-contact-card-template\"]]],[\"utrecht-logo-button.cjs\",[[1,\"utrecht-logo-button\",{\"type\":[1]}]]],[\"utrecht-digid-button.cjs\",[[1,\"utrecht-digid-button\",{\"type\":[1]}]]],[\"utrecht-article.cjs\",[[1,\"utrecht-article\"]]],[\"utrecht-backdrop.cjs\",[[1,\"utrecht-backdrop\",{\"viewport\":[4]}]]],[\"utrecht-badge-counter.cjs\",[[1,\"utrecht-badge-counter\",{\"value\":[2],\"max\":[2],\"locale\":[1]}]]],[\"utrecht-badge-data.cjs\",[[1,\"utrecht-badge-data\"]]],[\"utrecht-badge-status.cjs\",[[1,\"utrecht-badge-status\",{\"status\":[1]}]]],[\"utrecht-breadcrumb.cjs\",[[1,\"utrecht-breadcrumb\",{\"json\":[1],\"variant\":[1]}]]],[\"utrecht-checkbox.cjs\",[[1,\"utrecht-checkbox\",{\"disabled\":[516],\"readOnly\":[516,\"readonly\"],\"checked\":[4],\"value\":[1]}]]],[\"utrecht-custom-checkbox.cjs\",[[1,\"utrecht-custom-checkbox\",{\"disabled\":[4],\"checked\":[4],\"indeterminate\":[4],\"invalid\":[4],\"required\":[4]}]]],[\"utrecht-document.cjs\",[[1,\"utrecht-document\"]]],[\"utrecht-eherkenning-logo.cjs\",[[1,\"utrecht-eherkenning-logo\"]]],[\"utrecht-eidas-logo.cjs\",[[1,\"utrecht-eidas-logo\"]]],[\"utrecht-form-field-checkbox.cjs\",[[1,\"utrecht-form-field-checkbox\",{\"label\":[4],\"disabled\":[516],\"checked\":[516],\"invalid\":[516],\"required\":[516],\"value\":[32]}]]],[\"utrecht-form-field-description.cjs\",[[1,\"utrecht-form-field-description\",{\"status\":[513]}]]],[\"utrecht-form-field-textarea.cjs\",[[1,\"utrecht-form-field-textarea\",{\"disabled\":[516],\"invalid\":[516],\"readOnly\":[516,\"readonly\"],\"placeholder\":[1],\"required\":[516],\"value\":[1]}]]],[\"utrecht-form-field-textbox.cjs\",[[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.cjs\",[[1,\"utrecht-form-toggle\",{\"disabled\":[516],\"checked\":[516]}]]],[\"utrecht-heading.cjs\",[[1,\"utrecht-heading\",{\"level\":[2]}]]],[\"utrecht-heading-1.cjs\",[[1,\"utrecht-heading-1\"]]],[\"utrecht-heading-4.cjs\",[[1,\"utrecht-heading-4\"]]],[\"utrecht-heading-5.cjs\",[[1,\"utrecht-heading-5\"]]],[\"utrecht-heading-6.cjs\",[[1,\"utrecht-heading-6\"]]],[\"utrecht-html-content.cjs\",[[4,\"utrecht-html-content\"]]],[\"utrecht-icon.cjs\",[[1,\"utrecht-icon\"]]],[\"utrecht-icon-afspraak-maken.cjs\",[[1,\"utrecht-icon-afspraak-maken\"]]],[\"utrecht-icon-afval.cjs\",[[1,\"utrecht-icon-afval\"]]],[\"utrecht-icon-afval-container.cjs\",[[1,\"utrecht-icon-afval-container\"]]],[\"utrecht-icon-afval-containerpas.cjs\",[[1,\"utrecht-icon-afval-containerpas\"]]],[\"utrecht-icon-afval-kalender.cjs\",[[1,\"utrecht-icon-afval-kalender\"]]],[\"utrecht-icon-afval-scheiden.cjs\",[[1,\"utrecht-icon-afval-scheiden\"]]],[\"utrecht-icon-afvalkalender.cjs\",[[1,\"utrecht-icon-afvalkalender\"]]],[\"utrecht-icon-alleen.cjs\",[[1,\"utrecht-icon-alleen\"]]],[\"utrecht-icon-arrow.cjs\",[[1,\"utrecht-icon-arrow\"]]],[\"utrecht-icon-bestemmingsplan.cjs\",[[1,\"utrecht-icon-bestemmingsplan\"]]],[\"utrecht-icon-betaaldatum.cjs\",[[1,\"utrecht-icon-betaaldatum\"]]],[\"utrecht-icon-bewijsstukken.cjs\",[[1,\"utrecht-icon-bewijsstukken\"]]],[\"utrecht-icon-bijstand.cjs\",[[1,\"utrecht-icon-bijstand\"]]],[\"utrecht-icon-blad.cjs\",[[1,\"utrecht-icon-blad\"]]],[\"utrecht-icon-bouwproject.cjs\",[[1,\"utrecht-icon-bouwproject\"]]],[\"utrecht-icon-brandgevaar.cjs\",[[1,\"utrecht-icon-brandgevaar\"]]],[\"utrecht-icon-brief-betalen.cjs\",[[1,\"utrecht-icon-brief-betalen\"]]],[\"utrecht-icon-checkmark.cjs\",[[1,\"utrecht-icon-checkmark\"]]],[\"utrecht-icon-college-b-w.cjs\",[[1,\"utrecht-icon-college-b-w\"]]],[\"utrecht-icon-container.cjs\",[[1,\"utrecht-icon-container\"]]],[\"utrecht-icon-container-bio.cjs\",[[1,\"utrecht-icon-container-bio\"]]],[\"utrecht-icon-cross.cjs\",[[1,\"utrecht-icon-cross\"]]],[\"utrecht-icon-dakloos.cjs\",[[1,\"utrecht-icon-dakloos\"]]],[\"utrecht-icon-dementie.cjs\",[[1,\"utrecht-icon-dementie\"]]],[\"utrecht-icon-documenten.cjs\",[[1,\"utrecht-icon-documenten\"]]],[\"utrecht-icon-duurzaam.cjs\",[[1,\"utrecht-icon-duurzaam\"]]],[\"utrecht-icon-eenzaamheid.cjs\",[[1,\"utrecht-icon-eenzaamheid\"]]],[\"utrecht-icon-eikenprocessie.cjs\",[[1,\"utrecht-icon-eikenprocessie\"]]],[\"utrecht-icon-elektrisch-rijden.cjs\",[[1,\"utrecht-icon-elektrisch-rijden\"]]],[\"utrecht-icon-energie-vergoeding.cjs\",[[1,\"utrecht-icon-energie-vergoeding\"]]],[\"utrecht-icon-energietransitie.cjs\",[[1,\"utrecht-icon-energietransitie\"]]],[\"utrecht-icon-error.cjs\",[[1,\"utrecht-icon-error\"]]],[\"utrecht-icon-evenementen.cjs\",[[1,\"utrecht-icon-evenementen\"]]],[\"utrecht-icon-facebook.cjs\",[[1,\"utrecht-icon-facebook\"]]],[\"utrecht-icon-fiets.cjs\",[[1,\"utrecht-icon-fiets\"]]],[\"utrecht-icon-filter.cjs\",[[1,\"utrecht-icon-filter\"]]],[\"utrecht-icon-gebruiker-centraal.cjs\",[[1,\"utrecht-icon-gebruiker-centraal\"]]],[\"utrecht-icon-gebruiker-ingelogd.cjs\",[[1,\"utrecht-icon-gebruiker-ingelogd\"]]],[\"utrecht-icon-gegevenswoordenboek.cjs\",[[1,\"utrecht-icon-gegevenswoordenboek\"]]],[\"utrecht-icon-geluid.cjs\",[[1,\"utrecht-icon-geluid\"]]],[\"utrecht-icon-gemeente-locatie.cjs\",[[1,\"utrecht-icon-gemeente-locatie\"]]],[\"utrecht-icon-gemeenteraad.cjs\",[[1,\"utrecht-icon-gemeenteraad\"]]],[\"utrecht-icon-gezicht.cjs\",[[1,\"utrecht-icon-gezicht\"]]],[\"utrecht-icon-glijbaan.cjs\",[[1,\"utrecht-icon-glijbaan\"]]],[\"utrecht-icon-grafiek.cjs\",[[1,\"utrecht-icon-grafiek\"]]],[\"utrecht-icon-grofvuil.cjs\",[[1,\"utrecht-icon-grofvuil\"]]],[\"utrecht-icon-grofvuil-ophalen.cjs\",[[1,\"utrecht-icon-grofvuil-ophalen\"]]],[\"utrecht-icon-herdenking.cjs\",[[1,\"utrecht-icon-herdenking\"]]],[\"utrecht-icon-hondenbelasting.cjs\",[[1,\"utrecht-icon-hondenbelasting\"]]],[\"utrecht-icon-horeca.cjs\",[[1,\"utrecht-icon-horeca\"]]],[\"utrecht-icon-horecavergunning.cjs\",[[1,\"utrecht-icon-horecavergunning\"]]],[\"utrecht-icon-huishoudelijk-geweld.cjs\",[[1,\"utrecht-icon-huishoudelijk-geweld\"]]],[\"utrecht-icon-hulp-huishouden.cjs\",[[1,\"utrecht-icon-hulp-huishouden\"]]],[\"utrecht-icon-hulp-vervoer.cjs\",[[1,\"utrecht-icon-hulp-vervoer\"]]],[\"utrecht-icon-hulp-zorg.cjs\",[[1,\"utrecht-icon-hulp-zorg\"]]],[\"utrecht-icon-hulpmiddelen-gezin.cjs\",[[1,\"utrecht-icon-hulpmiddelen-gezin\"]]],[\"utrecht-icon-hulpverlening.cjs\",[[1,\"utrecht-icon-hulpverlening\"]]],[\"utrecht-icon-idee.cjs\",[[1,\"utrecht-icon-idee\"]]],[\"utrecht-icon-information.cjs\",[[1,\"utrecht-icon-information\"]]],[\"utrecht-icon-innovatie.cjs\",[[1,\"utrecht-icon-innovatie\"]]],[\"utrecht-icon-inspraak-inwoners.cjs\",[[1,\"utrecht-icon-inspraak-inwoners\"]]],[\"utrecht-icon-instagram.cjs\",[[1,\"utrecht-icon-instagram\"]]],[\"utrecht-icon-kalender.cjs\",[[1,\"utrecht-icon-kalender\"]]],[\"utrecht-icon-kennis.cjs\",[[1,\"utrecht-icon-kennis\"]]],[\"utrecht-icon-kerstbomen.cjs\",[[1,\"utrecht-icon-kerstbomen\"]]],[\"utrecht-icon-klachten.cjs\",[[1,\"utrecht-icon-klachten\"]]],[\"utrecht-icon-kroon.cjs\",[[1,\"utrecht-icon-kroon\"]]],[\"utrecht-icon-laadpaal.cjs\",[[1,\"utrecht-icon-laadpaal\"]]],[\"utrecht-icon-lantaarnpaal.cjs\",[[1,\"utrecht-icon-lantaarnpaal\"]]],[\"utrecht-icon-lantaarnpaal-oud.cjs\",[[1,\"utrecht-icon-lantaarnpaal-oud\"]]],[\"utrecht-icon-leren.cjs\",[[1,\"utrecht-icon-leren\"]]],[\"utrecht-icon-let-op.cjs\",[[1,\"utrecht-icon-let-op\"]]],[\"utrecht-icon-linkedin.cjs\",[[1,\"utrecht-icon-linkedin\"]]],[\"utrecht-icon-list.cjs\",[[1,\"utrecht-icon-list\"]]],[\"utrecht-icon-loupe.cjs\",[[1,\"utrecht-icon-loupe\"]]],[\"utrecht-icon-markt.cjs\",[[1,\"utrecht-icon-markt\"]]],[\"utrecht-icon-melding.cjs\",[[1,\"utrecht-icon-melding\"]]],[\"utrecht-icon-melding-boom.cjs\",[[1,\"utrecht-icon-melding-boom\"]]],[\"utrecht-icon-melding-klacht.cjs\",[[1,\"utrecht-icon-melding-klacht\"]]],[\"utrecht-icon-melding-openbareruimte.cjs\",[[1,\"utrecht-icon-melding-openbareruimte\"]]],[\"utrecht-icon-melding-verlichting.cjs\",[[1,\"utrecht-icon-melding-verlichting\"]]],[\"utrecht-icon-menselijk.cjs\",[[1,\"utrecht-icon-menselijk\"]]],[\"utrecht-icon-milieu-ontheffing.cjs\",[[1,\"utrecht-icon-milieu-ontheffing\"]]],[\"utrecht-icon-natuur.cjs\",[[1,\"utrecht-icon-natuur\"]]],[\"utrecht-icon-nieuw-huis.cjs\",[[1,\"utrecht-icon-nieuw-huis\"]]],[\"utrecht-icon-nummerbord.cjs\",[[1,\"utrecht-icon-nummerbord\"]]],[\"utrecht-icon-om-het-huis.cjs\",[[1,\"utrecht-icon-om-het-huis\"]]],[\"utrecht-icon-omgeving.cjs\",[[1,\"utrecht-icon-omgeving\"]]],[\"utrecht-icon-omgevingsvisie.cjs\",[[1,\"utrecht-icon-omgevingsvisie\"]]],[\"utrecht-icon-omgevingswet.cjs\",[[1,\"utrecht-icon-omgevingswet\"]]],[\"utrecht-icon-onderhoud.cjs\",[[1,\"utrecht-icon-onderhoud\"]]],[\"utrecht-icon-ondernemen.cjs\",[[1,\"utrecht-icon-ondernemen\"]]],[\"utrecht-icon-openingstijden.cjs\",[[1,\"utrecht-icon-openingstijden\"]]],[\"utrecht-icon-over-de-stad.cjs\",[[1,\"utrecht-icon-over-de-stad\"]]],[\"utrecht-icon-overlijden.cjs\",[[1,\"utrecht-icon-overlijden\"]]],[\"utrecht-icon-panden.cjs\",[[1,\"utrecht-icon-panden\"]]],[\"utrecht-icon-park.cjs\",[[1,\"utrecht-icon-park\"]]],[\"utrecht-icon-parkeerkaart.cjs\",[[1,\"utrecht-icon-parkeerkaart\"]]],[\"utrecht-icon-parkeervergunning.cjs\",[[1,\"utrecht-icon-parkeervergunning\"]]],[\"utrecht-icon-parken.cjs\",[[1,\"utrecht-icon-parken\"]]],[\"utrecht-icon-parkeren-bedrijven.cjs\",[[1,\"utrecht-icon-parkeren-bedrijven\"]]],[\"utrecht-icon-parkeren-betaalautomaat.cjs\",[[1,\"utrecht-icon-parkeren-betaalautomaat\"]]],[\"utrecht-icon-parkeren-betalen.cjs\",[[1,\"utrecht-icon-parkeren-betalen\"]]],[\"utrecht-icon-participatie-campagne.cjs\",[[1,\"utrecht-icon-participatie-campagne\"]]],[\"utrecht-icon-participatie-like.cjs\",[[1,\"utrecht-icon-participatie-like\"]]],[\"utrecht-icon-participatie-pitch.cjs\",[[1,\"utrecht-icon-participatie-pitch\"]]],[\"utrecht-icon-paspoort.cjs\",[[1,\"utrecht-icon-paspoort\"]]],[\"utrecht-icon-rijbewijs.cjs\",[[1,\"utrecht-icon-rijbewijs\"]]],[\"utrecht-icon-rolstoel.cjs\",[[1,\"utrecht-icon-rolstoel\"]]],[\"utrecht-icon-schild-gemeente-utrecht.cjs\",[[1,\"utrecht-icon-schild-gemeente-utrecht\"]]],[\"utrecht-icon-shoppen.cjs\",[[1,\"utrecht-icon-shoppen\"]]],[\"utrecht-icon-sinterklaas.cjs\",[[1,\"utrecht-icon-sinterklaas\"]]],[\"utrecht-icon-slechtziende-hoordende.cjs\",[[1,\"utrecht-icon-slechtziende-hoordende\"]]],[\"utrecht-icon-sport.cjs\",[[1,\"utrecht-icon-sport\"]]],[\"utrecht-icon-sport-en-cultuur.cjs\",[[1,\"utrecht-icon-sport-en-cultuur\"]]],[\"utrecht-icon-stookverbod.cjs\",[[1,\"utrecht-icon-stookverbod\"]]],[\"utrecht-icon-strand.cjs\",[[1,\"utrecht-icon-strand\"]]],[\"utrecht-icon-strooien.cjs\",[[1,\"utrecht-icon-strooien\"]]],[\"utrecht-icon-subsidie.cjs\",[[1,\"utrecht-icon-subsidie\"]]],[\"utrecht-icon-subsidie-gezin.cjs\",[[1,\"utrecht-icon-subsidie-gezin\"]]],[\"utrecht-icon-toeslag.cjs\",[[1,\"utrecht-icon-toeslag\"]]],[\"utrecht-icon-trein.cjs\",[[1,\"utrecht-icon-trein\"]]],[\"utrecht-icon-trouwen.cjs\",[[1,\"utrecht-icon-trouwen\"]]],[\"utrecht-icon-twitter.cjs\",[[1,\"utrecht-icon-twitter\"]]],[\"utrecht-icon-uw-wijk.cjs\",[[1,\"utrecht-icon-uw-wijk\"]]],[\"utrecht-icon-vaccinatie.cjs\",[[1,\"utrecht-icon-vaccinatie\"]]],[\"utrecht-icon-veilige-wijk.cjs\",[[1,\"utrecht-icon-veilige-wijk\"]]],[\"utrecht-icon-vergaderen.cjs\",[[1,\"utrecht-icon-vergaderen\"]]],[\"utrecht-icon-vergoeding.cjs\",[[1,\"utrecht-icon-vergoeding\"]]],[\"utrecht-icon-verhuizen.cjs\",[[1,\"utrecht-icon-verhuizen\"]]],[\"utrecht-icon-verkeerslicht.cjs\",[[1,\"utrecht-icon-verkeerslicht\"]]],[\"utrecht-icon-verkiezingen.cjs\",[[1,\"utrecht-icon-verkiezingen\"]]],[\"utrecht-icon-verslaving.cjs\",[[1,\"utrecht-icon-verslaving\"]]],[\"utrecht-icon-vervoersvoorziening.cjs\",[[1,\"utrecht-icon-vervoersvoorziening\"]]],[\"utrecht-icon-virus.cjs\",[[1,\"utrecht-icon-virus\"]]],[\"utrecht-icon-vluchtelingen.cjs\",[[1,\"utrecht-icon-vluchtelingen\"]]],[\"utrecht-icon-voorzieningen-vervoer.cjs\",[[1,\"utrecht-icon-voorzieningen-vervoer\"]]],[\"utrecht-icon-vrijwilligerswerk.cjs\",[[1,\"utrecht-icon-vrijwilligerswerk\"]]],[\"utrecht-icon-vuurwerk.cjs\",[[1,\"utrecht-icon-vuurwerk\"]]],[\"utrecht-icon-wandelstok.cjs\",[[1,\"utrecht-icon-wandelstok\"]]],[\"utrecht-icon-warm.cjs\",[[1,\"utrecht-icon-warm\"]]],[\"utrecht-icon-warning.cjs\",[[1,\"utrecht-icon-warning\"]]],[\"utrecht-icon-werken.cjs\",[[1,\"utrecht-icon-werken\"]]],[\"utrecht-icon-werkzaamheden.cjs\",[[1,\"utrecht-icon-werkzaamheden\"]]],[\"utrecht-icon-whatsapp.cjs\",[[1,\"utrecht-icon-whatsapp\"]]],[\"utrecht-icon-wonen-kosten.cjs\",[[1,\"utrecht-icon-wonen-kosten\"]]],[\"utrecht-icon-woning-zoeken.cjs\",[[1,\"utrecht-icon-woning-zoeken\"]]],[\"utrecht-icon-youtube.cjs\",[[1,\"utrecht-icon-youtube\"]]],[\"utrecht-icon-zelfstandig-wonen.cjs\",[[1,\"utrecht-icon-zelfstandig-wonen\"]]],[\"utrecht-icon-zoomin.cjs\",[[1,\"utrecht-icon-zoomin\"]]],[\"utrecht-icon-zoomout.cjs\",[[1,\"utrecht-icon-zoomout\"]]],[\"utrecht-icon-zorg-huis.cjs\",[[1,\"utrecht-icon-zorg-huis\"]]],[\"utrecht-icon-zwemmen.cjs\",[[1,\"utrecht-icon-zwemmen\"]]],[\"utrecht-logo.cjs\",[[1,\"utrecht-logo\"]]],[\"utrecht-map-marker.cjs\",[[1,\"utrecht-map-marker\"]]],[\"utrecht-page.cjs\",[[1,\"utrecht-page\"]]],[\"utrecht-page-content.cjs\",[[1,\"utrecht-page-content\"]]],[\"utrecht-page-footer.cjs\",[[1,\"utrecht-page-footer\"]]],[\"utrecht-page-header.cjs\",[[1,\"utrecht-page-header\"]]],[\"utrecht-pagination.cjs\",[[1,\"utrecht-pagination\",{\"links\":[1],\"next\":[1],\"prev\":[1],\"currentIndex\":[2,\"current-index\"]}]]],[\"utrecht-separator.cjs\",[[1,\"utrecht-separator\"]]],[\"utrecht-sidenav.cjs\",[[1,\"utrecht-sidenav\",{\"json\":[1]}]]],[\"utrecht-table.cjs\",[[1,\"utrecht-table\"]]],[\"utrecht-table-body.cjs\",[[1,\"utrecht-table-body\"]]],[\"utrecht-table-caption.cjs\",[[1,\"utrecht-table-caption\"]]],[\"utrecht-table-cell.cjs\",[[1,\"utrecht-table-cell\"]]],[\"utrecht-table-footer.cjs\",[[1,\"utrecht-table-footer\"]]],[\"utrecht-table-header.cjs\",[[1,\"utrecht-table-header\"]]],[\"utrecht-table-header-cell.cjs\",[[1,\"utrecht-table-header-cell\",{\"scope\":[1]}]]],[\"utrecht-table-row.cjs\",[[1,\"utrecht-table-row\"]]],[\"utrecht-textbox.cjs\",[[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-button.cjs\",[[1,\"utrecht-button\",{\"appearance\":[1],\"busy\":[4],\"disabled\":[4],\"type\":[1]}]]],[\"utrecht-digid-logo.cjs\",[[1,\"utrecht-digid-logo\"]]],[\"utrecht-heading-2_3.cjs\",[[1,\"utrecht-heading-2\"],[1,\"utrecht-heading-3\"],[1,\"utrecht-paragraph\",{\"lead\":[4]}]]]]"), options);
|
|
18
|
+
return index.bootstrapLazy(JSON.parse("[[\"utrecht-contact-card-template.cjs\",[[1,\"utrecht-contact-card-template\"]]],[\"utrecht-logo-button.cjs\",[[1,\"utrecht-logo-button\",{\"type\":[1]}]]],[\"utrecht-digid-button.cjs\",[[1,\"utrecht-digid-button\",{\"type\":[1]}]]],[\"utrecht-article.cjs\",[[1,\"utrecht-article\"]]],[\"utrecht-backdrop.cjs\",[[1,\"utrecht-backdrop\",{\"viewport\":[4]}]]],[\"utrecht-badge-counter.cjs\",[[1,\"utrecht-badge-counter\",{\"value\":[2],\"max\":[2],\"locale\":[1]}]]],[\"utrecht-badge-data.cjs\",[[1,\"utrecht-badge-data\"]]],[\"utrecht-badge-status.cjs\",[[1,\"utrecht-badge-status\",{\"status\":[1]}]]],[\"utrecht-breadcrumb.cjs\",[[1,\"utrecht-breadcrumb\",{\"json\":[1],\"variant\":[1]}]]],[\"utrecht-checkbox.cjs\",[[1,\"utrecht-checkbox\",{\"disabled\":[516],\"readOnly\":[516,\"readonly\"],\"checked\":[4],\"value\":[1]}]]],[\"utrecht-custom-checkbox.cjs\",[[1,\"utrecht-custom-checkbox\",{\"disabled\":[4],\"checked\":[4],\"indeterminate\":[4],\"invalid\":[4],\"required\":[4]}]]],[\"utrecht-document.cjs\",[[1,\"utrecht-document\"]]],[\"utrecht-eherkenning-logo.cjs\",[[1,\"utrecht-eherkenning-logo\"]]],[\"utrecht-eidas-logo.cjs\",[[1,\"utrecht-eidas-logo\"]]],[\"utrecht-form-field-checkbox.cjs\",[[1,\"utrecht-form-field-checkbox\",{\"label\":[4],\"disabled\":[516],\"checked\":[516],\"invalid\":[516],\"required\":[516],\"value\":[32]}]]],[\"utrecht-form-field-description.cjs\",[[1,\"utrecht-form-field-description\",{\"status\":[513]}]]],[\"utrecht-form-field-textarea.cjs\",[[1,\"utrecht-form-field-textarea\",{\"disabled\":[516],\"invalid\":[516],\"readOnly\":[516,\"readonly\"],\"placeholder\":[1],\"required\":[516],\"value\":[1]}]]],[\"utrecht-form-field-textbox.cjs\",[[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.cjs\",[[1,\"utrecht-form-toggle\",{\"disabled\":[516],\"checked\":[516]}]]],[\"utrecht-heading.cjs\",[[1,\"utrecht-heading\",{\"level\":[2]}]]],[\"utrecht-heading-1.cjs\",[[1,\"utrecht-heading-1\"]]],[\"utrecht-heading-4.cjs\",[[1,\"utrecht-heading-4\"]]],[\"utrecht-heading-5.cjs\",[[1,\"utrecht-heading-5\"]]],[\"utrecht-heading-6.cjs\",[[1,\"utrecht-heading-6\"]]],[\"utrecht-html-content.cjs\",[[4,\"utrecht-html-content\"]]],[\"utrecht-icon.cjs\",[[1,\"utrecht-icon\"]]],[\"utrecht-icon-afspraak-maken.cjs\",[[1,\"utrecht-icon-afspraak-maken\"]]],[\"utrecht-icon-afval.cjs\",[[1,\"utrecht-icon-afval\"]]],[\"utrecht-icon-afval-container.cjs\",[[1,\"utrecht-icon-afval-container\"]]],[\"utrecht-icon-afval-containerpas.cjs\",[[1,\"utrecht-icon-afval-containerpas\"]]],[\"utrecht-icon-afval-kalender.cjs\",[[1,\"utrecht-icon-afval-kalender\"]]],[\"utrecht-icon-afval-scheiden.cjs\",[[1,\"utrecht-icon-afval-scheiden\"]]],[\"utrecht-icon-afvalkalender.cjs\",[[1,\"utrecht-icon-afvalkalender\"]]],[\"utrecht-icon-alleen.cjs\",[[1,\"utrecht-icon-alleen\"]]],[\"utrecht-icon-arrow.cjs\",[[1,\"utrecht-icon-arrow\"]]],[\"utrecht-icon-bestemmingsplan.cjs\",[[1,\"utrecht-icon-bestemmingsplan\"]]],[\"utrecht-icon-betaaldatum.cjs\",[[1,\"utrecht-icon-betaaldatum\"]]],[\"utrecht-icon-bewijsstukken.cjs\",[[1,\"utrecht-icon-bewijsstukken\"]]],[\"utrecht-icon-bijstand.cjs\",[[1,\"utrecht-icon-bijstand\"]]],[\"utrecht-icon-blad.cjs\",[[1,\"utrecht-icon-blad\"]]],[\"utrecht-icon-bouwproject.cjs\",[[1,\"utrecht-icon-bouwproject\"]]],[\"utrecht-icon-brandgevaar.cjs\",[[1,\"utrecht-icon-brandgevaar\"]]],[\"utrecht-icon-brief-betalen.cjs\",[[1,\"utrecht-icon-brief-betalen\"]]],[\"utrecht-icon-checkmark.cjs\",[[1,\"utrecht-icon-checkmark\"]]],[\"utrecht-icon-college-b-w.cjs\",[[1,\"utrecht-icon-college-b-w\"]]],[\"utrecht-icon-container.cjs\",[[1,\"utrecht-icon-container\"]]],[\"utrecht-icon-container-bio.cjs\",[[1,\"utrecht-icon-container-bio\"]]],[\"utrecht-icon-container-glas.cjs\",[[1,\"utrecht-icon-container-glas\"]]],[\"utrecht-icon-container-papier.cjs\",[[1,\"utrecht-icon-container-papier\"]]],[\"utrecht-icon-container-restafval.cjs\",[[1,\"utrecht-icon-container-restafval\"]]],[\"utrecht-icon-container-textiel.cjs\",[[1,\"utrecht-icon-container-textiel\"]]],[\"utrecht-icon-cross.cjs\",[[1,\"utrecht-icon-cross\"]]],[\"utrecht-icon-dakloos.cjs\",[[1,\"utrecht-icon-dakloos\"]]],[\"utrecht-icon-dementie.cjs\",[[1,\"utrecht-icon-dementie\"]]],[\"utrecht-icon-documenten.cjs\",[[1,\"utrecht-icon-documenten\"]]],[\"utrecht-icon-duurzaam.cjs\",[[1,\"utrecht-icon-duurzaam\"]]],[\"utrecht-icon-eenzaamheid.cjs\",[[1,\"utrecht-icon-eenzaamheid\"]]],[\"utrecht-icon-eikenprocessie.cjs\",[[1,\"utrecht-icon-eikenprocessie\"]]],[\"utrecht-icon-elektrisch-rijden.cjs\",[[1,\"utrecht-icon-elektrisch-rijden\"]]],[\"utrecht-icon-energie-vergoeding.cjs\",[[1,\"utrecht-icon-energie-vergoeding\"]]],[\"utrecht-icon-energietransitie.cjs\",[[1,\"utrecht-icon-energietransitie\"]]],[\"utrecht-icon-error.cjs\",[[1,\"utrecht-icon-error\"]]],[\"utrecht-icon-evenementen.cjs\",[[1,\"utrecht-icon-evenementen\"]]],[\"utrecht-icon-facebook.cjs\",[[1,\"utrecht-icon-facebook\"]]],[\"utrecht-icon-fiets.cjs\",[[1,\"utrecht-icon-fiets\"]]],[\"utrecht-icon-filter.cjs\",[[1,\"utrecht-icon-filter\"]]],[\"utrecht-icon-gebruiker-centraal.cjs\",[[1,\"utrecht-icon-gebruiker-centraal\"]]],[\"utrecht-icon-gebruiker-ingelogd.cjs\",[[1,\"utrecht-icon-gebruiker-ingelogd\"]]],[\"utrecht-icon-gegevenswoordenboek.cjs\",[[1,\"utrecht-icon-gegevenswoordenboek\"]]],[\"utrecht-icon-geluid.cjs\",[[1,\"utrecht-icon-geluid\"]]],[\"utrecht-icon-gemeente-locatie.cjs\",[[1,\"utrecht-icon-gemeente-locatie\"]]],[\"utrecht-icon-gemeenteraad.cjs\",[[1,\"utrecht-icon-gemeenteraad\"]]],[\"utrecht-icon-gezicht.cjs\",[[1,\"utrecht-icon-gezicht\"]]],[\"utrecht-icon-glas-afval.cjs\",[[1,\"utrecht-icon-glas-afval\"]]],[\"utrecht-icon-glijbaan.cjs\",[[1,\"utrecht-icon-glijbaan\"]]],[\"utrecht-icon-grafiek.cjs\",[[1,\"utrecht-icon-grafiek\"]]],[\"utrecht-icon-grofvuil.cjs\",[[1,\"utrecht-icon-grofvuil\"]]],[\"utrecht-icon-grofvuil-ophalen.cjs\",[[1,\"utrecht-icon-grofvuil-ophalen\"]]],[\"utrecht-icon-herdenking.cjs\",[[1,\"utrecht-icon-herdenking\"]]],[\"utrecht-icon-hondenbelasting.cjs\",[[1,\"utrecht-icon-hondenbelasting\"]]],[\"utrecht-icon-horeca.cjs\",[[1,\"utrecht-icon-horeca\"]]],[\"utrecht-icon-horecavergunning.cjs\",[[1,\"utrecht-icon-horecavergunning\"]]],[\"utrecht-icon-huishoudelijk-geweld.cjs\",[[1,\"utrecht-icon-huishoudelijk-geweld\"]]],[\"utrecht-icon-hulp-huishouden.cjs\",[[1,\"utrecht-icon-hulp-huishouden\"]]],[\"utrecht-icon-hulp-vervoer.cjs\",[[1,\"utrecht-icon-hulp-vervoer\"]]],[\"utrecht-icon-hulp-zorg.cjs\",[[1,\"utrecht-icon-hulp-zorg\"]]],[\"utrecht-icon-hulpmiddelen-gezin.cjs\",[[1,\"utrecht-icon-hulpmiddelen-gezin\"]]],[\"utrecht-icon-hulpverlening.cjs\",[[1,\"utrecht-icon-hulpverlening\"]]],[\"utrecht-icon-idee.cjs\",[[1,\"utrecht-icon-idee\"]]],[\"utrecht-icon-information.cjs\",[[1,\"utrecht-icon-information\"]]],[\"utrecht-icon-innovatie.cjs\",[[1,\"utrecht-icon-innovatie\"]]],[\"utrecht-icon-inspraak-inwoners.cjs\",[[1,\"utrecht-icon-inspraak-inwoners\"]]],[\"utrecht-icon-instagram.cjs\",[[1,\"utrecht-icon-instagram\"]]],[\"utrecht-icon-kalender.cjs\",[[1,\"utrecht-icon-kalender\"]]],[\"utrecht-icon-kennis.cjs\",[[1,\"utrecht-icon-kennis\"]]],[\"utrecht-icon-kerstbomen.cjs\",[[1,\"utrecht-icon-kerstbomen\"]]],[\"utrecht-icon-klachten.cjs\",[[1,\"utrecht-icon-klachten\"]]],[\"utrecht-icon-kroon.cjs\",[[1,\"utrecht-icon-kroon\"]]],[\"utrecht-icon-laadpaal.cjs\",[[1,\"utrecht-icon-laadpaal\"]]],[\"utrecht-icon-lantaarnpaal.cjs\",[[1,\"utrecht-icon-lantaarnpaal\"]]],[\"utrecht-icon-lantaarnpaal-oud.cjs\",[[1,\"utrecht-icon-lantaarnpaal-oud\"]]],[\"utrecht-icon-leren.cjs\",[[1,\"utrecht-icon-leren\"]]],[\"utrecht-icon-let-op.cjs\",[[1,\"utrecht-icon-let-op\"]]],[\"utrecht-icon-linkedin.cjs\",[[1,\"utrecht-icon-linkedin\"]]],[\"utrecht-icon-list.cjs\",[[1,\"utrecht-icon-list\"]]],[\"utrecht-icon-loupe.cjs\",[[1,\"utrecht-icon-loupe\"]]],[\"utrecht-icon-markt.cjs\",[[1,\"utrecht-icon-markt\"]]],[\"utrecht-icon-melding.cjs\",[[1,\"utrecht-icon-melding\"]]],[\"utrecht-icon-melding-boom.cjs\",[[1,\"utrecht-icon-melding-boom\"]]],[\"utrecht-icon-melding-klacht.cjs\",[[1,\"utrecht-icon-melding-klacht\"]]],[\"utrecht-icon-melding-openbareruimte.cjs\",[[1,\"utrecht-icon-melding-openbareruimte\"]]],[\"utrecht-icon-melding-verlichting.cjs\",[[1,\"utrecht-icon-melding-verlichting\"]]],[\"utrecht-icon-menselijk.cjs\",[[1,\"utrecht-icon-menselijk\"]]],[\"utrecht-icon-milieu-ontheffing.cjs\",[[1,\"utrecht-icon-milieu-ontheffing\"]]],[\"utrecht-icon-natuur.cjs\",[[1,\"utrecht-icon-natuur\"]]],[\"utrecht-icon-nieuw-huis.cjs\",[[1,\"utrecht-icon-nieuw-huis\"]]],[\"utrecht-icon-nummerbord.cjs\",[[1,\"utrecht-icon-nummerbord\"]]],[\"utrecht-icon-om-het-huis.cjs\",[[1,\"utrecht-icon-om-het-huis\"]]],[\"utrecht-icon-omgeving.cjs\",[[1,\"utrecht-icon-omgeving\"]]],[\"utrecht-icon-omgevingsvisie.cjs\",[[1,\"utrecht-icon-omgevingsvisie\"]]],[\"utrecht-icon-omgevingswet.cjs\",[[1,\"utrecht-icon-omgevingswet\"]]],[\"utrecht-icon-onderhoud.cjs\",[[1,\"utrecht-icon-onderhoud\"]]],[\"utrecht-icon-ondernemen.cjs\",[[1,\"utrecht-icon-ondernemen\"]]],[\"utrecht-icon-openingstijden.cjs\",[[1,\"utrecht-icon-openingstijden\"]]],[\"utrecht-icon-over-de-stad.cjs\",[[1,\"utrecht-icon-over-de-stad\"]]],[\"utrecht-icon-overlijden.cjs\",[[1,\"utrecht-icon-overlijden\"]]],[\"utrecht-icon-panden.cjs\",[[1,\"utrecht-icon-panden\"]]],[\"utrecht-icon-park.cjs\",[[1,\"utrecht-icon-park\"]]],[\"utrecht-icon-parkeerkaart.cjs\",[[1,\"utrecht-icon-parkeerkaart\"]]],[\"utrecht-icon-parkeervergunning.cjs\",[[1,\"utrecht-icon-parkeervergunning\"]]],[\"utrecht-icon-parken.cjs\",[[1,\"utrecht-icon-parken\"]]],[\"utrecht-icon-parkeren-bedrijven.cjs\",[[1,\"utrecht-icon-parkeren-bedrijven\"]]],[\"utrecht-icon-parkeren-betaalautomaat.cjs\",[[1,\"utrecht-icon-parkeren-betaalautomaat\"]]],[\"utrecht-icon-parkeren-betalen.cjs\",[[1,\"utrecht-icon-parkeren-betalen\"]]],[\"utrecht-icon-participatie-campagne.cjs\",[[1,\"utrecht-icon-participatie-campagne\"]]],[\"utrecht-icon-participatie-like.cjs\",[[1,\"utrecht-icon-participatie-like\"]]],[\"utrecht-icon-participatie-pitch.cjs\",[[1,\"utrecht-icon-participatie-pitch\"]]],[\"utrecht-icon-paspoort.cjs\",[[1,\"utrecht-icon-paspoort\"]]],[\"utrecht-icon-rijbewijs.cjs\",[[1,\"utrecht-icon-rijbewijs\"]]],[\"utrecht-icon-rolstoel.cjs\",[[1,\"utrecht-icon-rolstoel\"]]],[\"utrecht-icon-schild-gemeente-utrecht.cjs\",[[1,\"utrecht-icon-schild-gemeente-utrecht\"]]],[\"utrecht-icon-shoppen.cjs\",[[1,\"utrecht-icon-shoppen\"]]],[\"utrecht-icon-sinterklaas.cjs\",[[1,\"utrecht-icon-sinterklaas\"]]],[\"utrecht-icon-slechtziende-hoordende.cjs\",[[1,\"utrecht-icon-slechtziende-hoordende\"]]],[\"utrecht-icon-sport.cjs\",[[1,\"utrecht-icon-sport\"]]],[\"utrecht-icon-sport-en-cultuur.cjs\",[[1,\"utrecht-icon-sport-en-cultuur\"]]],[\"utrecht-icon-stookverbod.cjs\",[[1,\"utrecht-icon-stookverbod\"]]],[\"utrecht-icon-strand.cjs\",[[1,\"utrecht-icon-strand\"]]],[\"utrecht-icon-strooien.cjs\",[[1,\"utrecht-icon-strooien\"]]],[\"utrecht-icon-subsidie.cjs\",[[1,\"utrecht-icon-subsidie\"]]],[\"utrecht-icon-subsidie-gezin.cjs\",[[1,\"utrecht-icon-subsidie-gezin\"]]],[\"utrecht-icon-t-shirt.cjs\",[[1,\"utrecht-icon-t-shirt\"]]],[\"utrecht-icon-toeslag.cjs\",[[1,\"utrecht-icon-toeslag\"]]],[\"utrecht-icon-trein.cjs\",[[1,\"utrecht-icon-trein\"]]],[\"utrecht-icon-trouwen.cjs\",[[1,\"utrecht-icon-trouwen\"]]],[\"utrecht-icon-twitter.cjs\",[[1,\"utrecht-icon-twitter\"]]],[\"utrecht-icon-uw-wijk.cjs\",[[1,\"utrecht-icon-uw-wijk\"]]],[\"utrecht-icon-vaccinatie.cjs\",[[1,\"utrecht-icon-vaccinatie\"]]],[\"utrecht-icon-veilige-wijk.cjs\",[[1,\"utrecht-icon-veilige-wijk\"]]],[\"utrecht-icon-vergaderen.cjs\",[[1,\"utrecht-icon-vergaderen\"]]],[\"utrecht-icon-vergoeding.cjs\",[[1,\"utrecht-icon-vergoeding\"]]],[\"utrecht-icon-verhuizen.cjs\",[[1,\"utrecht-icon-verhuizen\"]]],[\"utrecht-icon-verkeerslicht.cjs\",[[1,\"utrecht-icon-verkeerslicht\"]]],[\"utrecht-icon-verkiezingen.cjs\",[[1,\"utrecht-icon-verkiezingen\"]]],[\"utrecht-icon-verslaving.cjs\",[[1,\"utrecht-icon-verslaving\"]]],[\"utrecht-icon-vervoersvoorziening.cjs\",[[1,\"utrecht-icon-vervoersvoorziening\"]]],[\"utrecht-icon-virus.cjs\",[[1,\"utrecht-icon-virus\"]]],[\"utrecht-icon-vluchtelingen.cjs\",[[1,\"utrecht-icon-vluchtelingen\"]]],[\"utrecht-icon-voorzieningen-vervoer.cjs\",[[1,\"utrecht-icon-voorzieningen-vervoer\"]]],[\"utrecht-icon-vrijwilligerswerk.cjs\",[[1,\"utrecht-icon-vrijwilligerswerk\"]]],[\"utrecht-icon-vuilnisbak.cjs\",[[1,\"utrecht-icon-vuilnisbak\"]]],[\"utrecht-icon-vuilniszak.cjs\",[[1,\"utrecht-icon-vuilniszak\"]]],[\"utrecht-icon-vuurwerk.cjs\",[[1,\"utrecht-icon-vuurwerk\"]]],[\"utrecht-icon-wandelstok.cjs\",[[1,\"utrecht-icon-wandelstok\"]]],[\"utrecht-icon-warm.cjs\",[[1,\"utrecht-icon-warm\"]]],[\"utrecht-icon-warning.cjs\",[[1,\"utrecht-icon-warning\"]]],[\"utrecht-icon-werken.cjs\",[[1,\"utrecht-icon-werken\"]]],[\"utrecht-icon-werkzaamheden.cjs\",[[1,\"utrecht-icon-werkzaamheden\"]]],[\"utrecht-icon-whatsapp.cjs\",[[1,\"utrecht-icon-whatsapp\"]]],[\"utrecht-icon-wonen-kosten.cjs\",[[1,\"utrecht-icon-wonen-kosten\"]]],[\"utrecht-icon-woning-zoeken.cjs\",[[1,\"utrecht-icon-woning-zoeken\"]]],[\"utrecht-icon-youtube.cjs\",[[1,\"utrecht-icon-youtube\"]]],[\"utrecht-icon-zelfstandig-wonen.cjs\",[[1,\"utrecht-icon-zelfstandig-wonen\"]]],[\"utrecht-icon-zoomin.cjs\",[[1,\"utrecht-icon-zoomin\"]]],[\"utrecht-icon-zoomout.cjs\",[[1,\"utrecht-icon-zoomout\"]]],[\"utrecht-icon-zorg-huis.cjs\",[[1,\"utrecht-icon-zorg-huis\"]]],[\"utrecht-icon-zweefpaal.cjs\",[[1,\"utrecht-icon-zweefpaal\"]]],[\"utrecht-icon-zwemmen.cjs\",[[1,\"utrecht-icon-zwemmen\"]]],[\"utrecht-logo.cjs\",[[1,\"utrecht-logo\"]]],[\"utrecht-map-marker.cjs\",[[1,\"utrecht-map-marker\"]]],[\"utrecht-page.cjs\",[[1,\"utrecht-page\"]]],[\"utrecht-page-content.cjs\",[[1,\"utrecht-page-content\"]]],[\"utrecht-page-footer.cjs\",[[1,\"utrecht-page-footer\"]]],[\"utrecht-page-header.cjs\",[[1,\"utrecht-page-header\"]]],[\"utrecht-pagination.cjs\",[[1,\"utrecht-pagination\",{\"links\":[1],\"next\":[1],\"prev\":[1],\"currentIndex\":[2,\"current-index\"]}]]],[\"utrecht-separator.cjs\",[[1,\"utrecht-separator\"]]],[\"utrecht-sidenav.cjs\",[[1,\"utrecht-sidenav\",{\"json\":[1]}]]],[\"utrecht-table.cjs\",[[1,\"utrecht-table\"]]],[\"utrecht-table-body.cjs\",[[1,\"utrecht-table-body\"]]],[\"utrecht-table-caption.cjs\",[[1,\"utrecht-table-caption\"]]],[\"utrecht-table-cell.cjs\",[[1,\"utrecht-table-cell\"]]],[\"utrecht-table-footer.cjs\",[[1,\"utrecht-table-footer\"]]],[\"utrecht-table-header.cjs\",[[1,\"utrecht-table-header\"]]],[\"utrecht-table-header-cell.cjs\",[[1,\"utrecht-table-header-cell\",{\"scope\":[1]}]]],[\"utrecht-table-row.cjs\",[[1,\"utrecht-table-row\"]]],[\"utrecht-textbox.cjs\",[[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-button.cjs\",[[1,\"utrecht-button\",{\"appearance\":[1],\"busy\":[4],\"disabled\":[4],\"type\":[1]}]]],[\"utrecht-digid-logo.cjs\",[[1,\"utrecht-digid-logo\"]]],[\"utrecht-heading-2_3.cjs\",[[1,\"utrecht-heading-2\"],[1,\"utrecht-heading-3\"],[1,\"utrecht-paragraph\",{\"lead\":[4]}]]]]"), options);
|
|
19
19
|
});
|
|
@@ -41,6 +41,10 @@
|
|
|
41
41
|
"./generated/utrecht-icon-college-b-w/utrecht-icon-college-b-w.stencil.js",
|
|
42
42
|
"./generated/utrecht-icon-container/utrecht-icon-container.stencil.js",
|
|
43
43
|
"./generated/utrecht-icon-container-bio/utrecht-icon-container-bio.stencil.js",
|
|
44
|
+
"./generated/utrecht-icon-container-glas/utrecht-icon-container-glas.stencil.js",
|
|
45
|
+
"./generated/utrecht-icon-container-papier/utrecht-icon-container-papier.stencil.js",
|
|
46
|
+
"./generated/utrecht-icon-container-restafval/utrecht-icon-container-restafval.stencil.js",
|
|
47
|
+
"./generated/utrecht-icon-container-textiel/utrecht-icon-container-textiel.stencil.js",
|
|
44
48
|
"./generated/utrecht-icon-cross/utrecht-icon-cross.stencil.js",
|
|
45
49
|
"./generated/utrecht-icon-dakloos/utrecht-icon-dakloos.stencil.js",
|
|
46
50
|
"./generated/utrecht-icon-dementie/utrecht-icon-dementie.stencil.js",
|
|
@@ -63,6 +67,7 @@
|
|
|
63
67
|
"./generated/utrecht-icon-gemeente-locatie/utrecht-icon-gemeente-locatie.stencil.js",
|
|
64
68
|
"./generated/utrecht-icon-gemeenteraad/utrecht-icon-gemeenteraad.stencil.js",
|
|
65
69
|
"./generated/utrecht-icon-gezicht/utrecht-icon-gezicht.stencil.js",
|
|
70
|
+
"./generated/utrecht-icon-glas-afval/utrecht-icon-glas-afval.stencil.js",
|
|
66
71
|
"./generated/utrecht-icon-glijbaan/utrecht-icon-glijbaan.stencil.js",
|
|
67
72
|
"./generated/utrecht-icon-grafiek/utrecht-icon-grafiek.stencil.js",
|
|
68
73
|
"./generated/utrecht-icon-grofvuil/utrecht-icon-grofvuil.stencil.js",
|
|
@@ -140,6 +145,7 @@
|
|
|
140
145
|
"./generated/utrecht-icon-strooien/utrecht-icon-strooien.stencil.js",
|
|
141
146
|
"./generated/utrecht-icon-subsidie/utrecht-icon-subsidie.stencil.js",
|
|
142
147
|
"./generated/utrecht-icon-subsidie-gezin/utrecht-icon-subsidie-gezin.stencil.js",
|
|
148
|
+
"./generated/utrecht-icon-t-shirt/utrecht-icon-t-shirt.stencil.js",
|
|
143
149
|
"./generated/utrecht-icon-toeslag/utrecht-icon-toeslag.stencil.js",
|
|
144
150
|
"./generated/utrecht-icon-trein/utrecht-icon-trein.stencil.js",
|
|
145
151
|
"./generated/utrecht-icon-trouwen/utrecht-icon-trouwen.stencil.js",
|
|
@@ -158,6 +164,8 @@
|
|
|
158
164
|
"./generated/utrecht-icon-vluchtelingen/utrecht-icon-vluchtelingen.stencil.js",
|
|
159
165
|
"./generated/utrecht-icon-voorzieningen-vervoer/utrecht-icon-voorzieningen-vervoer.stencil.js",
|
|
160
166
|
"./generated/utrecht-icon-vrijwilligerswerk/utrecht-icon-vrijwilligerswerk.stencil.js",
|
|
167
|
+
"./generated/utrecht-icon-vuilnisbak/utrecht-icon-vuilnisbak.stencil.js",
|
|
168
|
+
"./generated/utrecht-icon-vuilniszak/utrecht-icon-vuilniszak.stencil.js",
|
|
161
169
|
"./generated/utrecht-icon-vuurwerk/utrecht-icon-vuurwerk.stencil.js",
|
|
162
170
|
"./generated/utrecht-icon-wandelstok/utrecht-icon-wandelstok.stencil.js",
|
|
163
171
|
"./generated/utrecht-icon-warm/utrecht-icon-warm.stencil.js",
|
|
@@ -172,6 +180,7 @@
|
|
|
172
180
|
"./generated/utrecht-icon-zoomin/utrecht-icon-zoomin.stencil.js",
|
|
173
181
|
"./generated/utrecht-icon-zoomout/utrecht-icon-zoomout.stencil.js",
|
|
174
182
|
"./generated/utrecht-icon-zorg-huis/utrecht-icon-zorg-huis.stencil.js",
|
|
183
|
+
"./generated/utrecht-icon-zweefpaal/utrecht-icon-zweefpaal.stencil.js",
|
|
175
184
|
"./generated/utrecht-icon-zwemmen/utrecht-icon-zwemmen.stencil.js",
|
|
176
185
|
"./heading/index.stencil.js",
|
|
177
186
|
"./heading-1/index.stencil.js",
|
|
@@ -84,6 +84,13 @@
|
|
|
84
84
|
color: var(--utrecht-custom-checkbox-active-color, var(--utrecht-custom-checkbox-color));
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
+
.utrecht-checkbox--custom.utrecht-checkbox--hover,
|
|
88
|
+
.utrecht-custom-checkbox--hover {
|
|
89
|
+
background-color: var(--utrecht-custom-checkbox-hover-background-color, var(--utrecht-custom-checkbox-background-color));
|
|
90
|
+
border-color: var(--utrecht-custom-checkbox-hover-border-color, var(--utrecht-custom-checkbox-border-color));
|
|
91
|
+
border-width: var(--utrecht-custom-checkbox-hover-border-width, var(--utrecht-custom-checkbox-border-width));
|
|
92
|
+
}
|
|
93
|
+
|
|
87
94
|
.utrecht-checkbox--custom.utrecht-checkbox--focus,
|
|
88
95
|
.utrecht-custom-checkbox--focus {
|
|
89
96
|
background-color: var(--utrecht-custom-checkbox-focus-background-color, var(--utrecht-custom-checkbox-background-color));
|
|
@@ -116,6 +123,12 @@
|
|
|
116
123
|
.utrecht-custom-checkbox--html-input:disabled:active {
|
|
117
124
|
border-color: var(--utrecht-custom-checkbox-disabled-border-color, var(--utrecht-custom-checkbox-border-color));
|
|
118
125
|
}
|
|
126
|
+
.utrecht-checkbox--custom.utrecht-checkbox--html-input:hover,
|
|
127
|
+
.utrecht-custom-checkbox--html-input:hover {
|
|
128
|
+
background-color: var(--utrecht-custom-checkbox-hover-background-color, var(--utrecht-custom-checkbox-background-color));
|
|
129
|
+
border-color: var(--utrecht-custom-checkbox-hover-border-color, var(--utrecht-custom-checkbox-border-color));
|
|
130
|
+
border-width: var(--utrecht-custom-checkbox-hover-border-width, var(--utrecht-custom-checkbox-border-width));
|
|
131
|
+
}
|
|
119
132
|
.utrecht-checkbox--custom.utrecht-checkbox--html-input:focus,
|
|
120
133
|
.utrecht-custom-checkbox--html-input:focus {
|
|
121
134
|
background-color: var(--utrecht-custom-checkbox-focus-background-color, var(--utrecht-custom-checkbox-background-color));
|
package/dist/collection/generated/utrecht-icon-container-glas/utrecht-icon-container-glas.stencil.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Component, h } from '@stencil/core';
|
|
2
|
+
export class UtrechtIconContainerGlas {
|
|
3
|
+
render() {
|
|
4
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" },
|
|
5
|
+
h("path", { d: "M4 27.01v-7h4.96v-3A4.488 4.488 0 0 0 6 13.29V3.01H3v10.28a4.474 4.474 0 0 0-2.95 3.72l-.05 19h9l-.02-9H4Z" }),
|
|
6
|
+
h("path", { d: "M33.01 13.96c0-5.5-4.46-9.97-9.97-9.97V1.47c0-.81-.67-1.47-1.51-1.47h-2.97c-.86 0-1.54.66-1.54 1.49v2.5c-3.98 0-7.4 2.33-9.02 5.69v2.37c1.63 1.04 2.71 2.75 2.94 4.74v.22l.04 13.01H33V13.96h.01ZM14 14.01c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Zm5.02-12.02H21v2h-1.98v-2ZM20 14.01c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Zm6 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2ZM10.994 32.041l25.01-.065.005 2-25.01.065z" })));
|
|
7
|
+
}
|
|
8
|
+
static get is() { return "utrecht-icon-container-glas"; }
|
|
9
|
+
static get encapsulation() { return "shadow"; }
|
|
10
|
+
static get originalStyleUrls() { return {
|
|
11
|
+
"$": ["../../icon/index.scss"]
|
|
12
|
+
}; }
|
|
13
|
+
static get styleUrls() { return {
|
|
14
|
+
"$": ["../../icon/index.css"]
|
|
15
|
+
}; }
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Component, h } from '@stencil/core';
|
|
2
|
+
export class UtrechtIconContainerPapier {
|
|
3
|
+
render() {
|
|
4
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" },
|
|
5
|
+
h("path", { d: "M17.02 32.03H36v2H17.02zM.53 32.01h3.7v3.5l-3.7-3.5Zm13.23-14H3.7c-.58 0-1.06.45-1.06 1v.5h10.59v14h.54c.58 0 1.04-.44 1.04-.99V19c0-.55-.47-1-1.06-1Zm-2.12 4v13.02c0 .54-.47.98-1.04.98l-4.78-.03v-4.49c0-.55-.47-1-1.05-1H0V22c0-.55.47-1 1.06-1h9.52c.58 0 1.06.45 1.06 1Zm-4.76 5.5H2.12v1h4.76v-1Zm2.65-2H2.12v1h7.41v-1Zm0-2H2.12v1h7.41v-1Z" }),
|
|
6
|
+
h("path", { d: "M22.66 4.11v-2.6c0-.84-.7-1.51-1.56-1.51h-3.07c-.88 0-1.59.68-1.59 1.54v2.57C10.73 4.11 6.1 8.74 6.1 14.45v1.39h7.89c1.65 0 3 1.32 3 2.94v11.14h15.95V14.9c0-5.96-4.33-10.79-10.29-10.79Zm-4.15-2.07h2.05v2.07h-2.05V2.04Zm-5.52 11.97v-5h13v5h-13Z" })));
|
|
7
|
+
}
|
|
8
|
+
static get is() { return "utrecht-icon-container-papier"; }
|
|
9
|
+
static get encapsulation() { return "shadow"; }
|
|
10
|
+
static get originalStyleUrls() { return {
|
|
11
|
+
"$": ["../../icon/index.scss"]
|
|
12
|
+
}; }
|
|
13
|
+
static get styleUrls() { return {
|
|
14
|
+
"$": ["../../icon/index.css"]
|
|
15
|
+
}; }
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Component, h } from '@stencil/core';
|
|
2
|
+
export class UtrechtIconContainerRestafval {
|
|
3
|
+
render() {
|
|
4
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" },
|
|
5
|
+
h("path", { d: "m16.38 32.01.83 2h19.02v-2H16.38zm-4.65-15.98c.74 0 1.23.77.91 1.44l-1.04 2.19c1 .54 1.87 1.21 1.87 1.21l.16.13.13.16 2.04 2.63.42.54v5.68h17.01V13.97c0-5.51-4.47-9.97-9.97-9.97V1.48c0-.81-.67-1.46-1.51-1.46h-2.97c-.85 0-1.54.66-1.54 1.49V4C11.71 4 7.23 8.48 7.23 14.01v2.02h4.5Zm7.52-14.04h1.98v2h-1.98v-2Zm-4.02 7h10l1 5h-12l1-5Z" }),
|
|
6
|
+
h("path", { d: "m9.94 18-1.39 2.94h.73c.52 0 2.28 1.09 2.68 1.43L14 25v7l1.65 4H0l1-2 .09-6.95c.34-2.8 2.24-5.17 4.91-6.11h.68L5 18h4.94" })));
|
|
7
|
+
}
|
|
8
|
+
static get is() { return "utrecht-icon-container-restafval"; }
|
|
9
|
+
static get encapsulation() { return "shadow"; }
|
|
10
|
+
static get originalStyleUrls() { return {
|
|
11
|
+
"$": ["../../icon/index.scss"]
|
|
12
|
+
}; }
|
|
13
|
+
static get styleUrls() { return {
|
|
14
|
+
"$": ["../../icon/index.css"]
|
|
15
|
+
}; }
|
|
16
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, h } from '@stencil/core';
|
|
2
|
+
export class UtrechtIconContainerTextiel {
|
|
3
|
+
render() {
|
|
4
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" },
|
|
5
|
+
h("path", { d: "M12 17.98v.03h3c1.66 0 3.08.76 3.99 2.15.7 1.06 1.07 2.43 1.07 3.97v.06L20 26.07l-.06 1.94h-2.93v3h16.01v-17c0-5.67-4.54-9.97-10.04-9.97l.08-2.52c0-.83-.67-1.5-1.51-1.5h-2.97c-.86 0-1.54.68-1.54 1.53l-.03 1.46v1c-5.53 0-10 4.31-10 10v3.97H12Zm7-15.97h2v2h-2v-2Zm-3.98 7h9.99l1 5H14.02l1-5Zm20.99 24v2H17.03v-2h18.98Zm-32-13h2.17c.41 1.12 1.51 1.93 2.81 1.93s2.4-.81 2.81-1.93h3.18c2.11 0 3.05 1.84 3.05 3.87l-.05 1.77h-3L15.02 36H3V25.65H0v-1.79C0 21.84 1.91 20 4.01 20" })));
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-icon-container-textiel"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["../../icon/index.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["../../icon/index.css"]
|
|
14
|
+
}; }
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, h } from '@stencil/core';
|
|
2
|
+
export class UtrechtIconGlasAfval {
|
|
3
|
+
render() {
|
|
4
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" },
|
|
5
|
+
h("path", { d: "M23.79 10.66c-1.92.01-3.76 1.13-4.57 3.01L18 16.49v18.44l2.45 1.06 7.94-18.35c.82-1.88.38-3.98-.93-5.39L32 1.77 28.33.18l-4.54 10.48ZM6 16v20h10v-8h-6v-9h6v-3c0-2.05-1.24-3.81-3-4.58V0H9v11.42c-1.76.77-3 2.53-3 4.58Z" })));
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-icon-glas-afval"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["../../icon/index.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["../../icon/index.css"]
|
|
14
|
+
}; }
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, h } from '@stencil/core';
|
|
2
|
+
export class UtrechtIconTShirt {
|
|
3
|
+
render() {
|
|
4
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" },
|
|
5
|
+
h("path", { d: "M33.51 6.02c0-3.16-2.88-6.01-6.05-6.01h-5.19l-4.54 5.35L13.36 0H7.97C4.82 0 1.95 2.85 1.95 5.99l.03 7.59 4.49-.05V36h22.52V13.52l4.44-.05.08-7.46Z" })));
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-icon-t-shirt"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["../../icon/index.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["../../icon/index.css"]
|
|
14
|
+
}; }
|
|
15
|
+
}
|
package/dist/collection/generated/utrecht-icon-verkeerslicht/utrecht-icon-verkeerslicht.stencil.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Component, h } from '@stencil/core';
|
|
|
2
2
|
export class UtrechtIconVerkeerslicht {
|
|
3
3
|
render() {
|
|
4
4
|
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" },
|
|
5
|
-
h("path", { d: "
|
|
5
|
+
h("path", { d: "M18.17 22.95c3.26 0 5.9-2.64 5.9-5.9V5.9c0-3.26-2.64-5.9-5.9-5.9h-.34c-3.26 0-5.9 2.64-5.9 5.9v11.14c0 3.26 2.64 5.9 5.9 5.9h.34ZM18 4.05c1.12 0 2.03.91 2.03 2.03S19.12 8.11 18 8.11s-2.03-.91-2.03-2.03.91-2.03 2.03-2.03Zm0 5.4c1.12 0 2.03.91 2.03 2.03s-.91 2.03-2.03 2.03-2.03-.91-2.03-2.03.91-2.03 2.03-2.03Zm-2.03 7.43c0-1.12.91-2.03 2.03-2.03s2.03.91 2.03 2.03-.91 2.03-2.03 2.03-2.03-.91-2.03-2.03ZM15.93 29h4l-.01-4h-3.99v4zm6 6v-2.66c0-.74-.72-1.34-1.61-1.34h-4.79c-.88 0-1.59.59-1.59 1.33V36h8v-1Z" })));
|
|
6
6
|
}
|
|
7
7
|
static get is() { return "utrecht-icon-verkeerslicht"; }
|
|
8
8
|
static get encapsulation() { return "shadow"; }
|
package/dist/collection/generated/utrecht-icon-verslaving/utrecht-icon-verslaving.stencil.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Component, h } from '@stencil/core';
|
|
|
2
2
|
export class UtrechtIconVerslaving {
|
|
3
3
|
render() {
|
|
4
4
|
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" },
|
|
5
|
-
h("path", { d: "
|
|
5
|
+
h("path", { d: "M17.79 10.66c-1.92.01-3.76 1.13-4.57 3.01L12 16.49v18.44l2.45 1.06 7.94-18.35c.82-1.88.38-3.98-.93-5.39L26 1.77 22.33.18l-4.54 10.48ZM0 16v20h10v-8H4v-9h6v-3c0-2.05-1.24-3.81-3-4.58V0H3v11.42c-1.76.77-3 2.53-3 4.58Zm27 7.12h6c1.65 0 3-1.35 3-3s-1.35-3-3-3h-6c-1.65 0-3 1.35-3 3s1.35 3 3 3Zm3-5h3c1.1 0 2 .9 2 2s-.9 2-2 2h-3v-4Zm.36 11-4.24-4.24a3 3 0 0 0-4.24 0 3 3 0 0 0 0 4.24l4.24 4.24c1.17 1.17 3.07 1.17 4.24 0s1.17-3.07 0-4.24Zm-5.66 1.41-2.12-2.12c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0l2.12 2.12-2.83 2.83Z" })));
|
|
6
6
|
}
|
|
7
7
|
static get is() { return "utrecht-icon-verslaving"; }
|
|
8
8
|
static get encapsulation() { return "shadow"; }
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, h } from '@stencil/core';
|
|
2
|
+
export class UtrechtIconVuilnisbak {
|
|
3
|
+
render() {
|
|
4
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" },
|
|
5
|
+
h("path", { d: "M9.99 29h3v5c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1v-5Zm12 0h3v5c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1v-5Zm4.25-26.28C26.1 1.73 25.25 1 24.26 1H10.72c-1 0-1.84.73-1.98 1.72L7.99 8l.9 17.1c.06 1.06.93 1.9 2 1.9h13.2c1.06 0 1.94-.83 2-1.9l.9-17.1-.75-5.28ZM23.99 7.6c0 1.33-.9 2.4-2 2.4h-9c-1.1 0-2-1.07-2-2.4V6.4c0-1.33.9-2.4 2-2.4h9c1.1 0 2 1.07 2 2.4v1.2Z" })));
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-icon-vuilnisbak"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["../../icon/index.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["../../icon/index.css"]
|
|
14
|
+
}; }
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, h } from '@stencil/core';
|
|
2
|
+
export class UtrechtIconVuilniszak {
|
|
3
|
+
render() {
|
|
4
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" },
|
|
5
|
+
h("path", { d: "m16 6-3-6h5v2h4l-2 4h-4Zm16 30H4l1-6v-9.78C5.68 14.61 10 8 16 8h5c1.05 0 4.57 2.06 5.37 2.74L30 15v16l2 5Z" })));
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-icon-vuilniszak"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["../../icon/index.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["../../icon/index.css"]
|
|
14
|
+
}; }
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, h } from '@stencil/core';
|
|
2
|
+
export class UtrechtIconZweefpaal {
|
|
3
|
+
render() {
|
|
4
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" },
|
|
5
|
+
h("path", { d: "M30 32v2H6v-2h6V20h12v12h6ZM14 12h8c1.34 0 2 .9 2 2.02V18H12v-4c0-1.1.68-2 2-2Z" })));
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-icon-zweefpaal"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["../../icon/index.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["../../icon/index.css"]
|
|
14
|
+
}; }
|
|
15
|
+
}
|
|
@@ -907,6 +907,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
907
907
|
}
|
|
908
908
|
.utrecht-html ol {
|
|
909
909
|
font-family: var(--utrecht-document-font-family, inherit);
|
|
910
|
+
font-size: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit)));
|
|
911
|
+
line-height: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit)));
|
|
910
912
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));
|
|
911
913
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));
|
|
912
914
|
padding-inline-start: var(--utrecht-ordered-list-padding-inline-start, var(--utrecht-unordered-list-padding-inline-start, 2ch));
|
|
@@ -1038,6 +1040,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1038
1040
|
border-width: var(--utrecht-table-border-width, 0);
|
|
1039
1041
|
font-family: var(--utrecht-table-font-family, var(--utrecht-document-font-family));
|
|
1040
1042
|
font-size: var(--utrecht-table-font-size, inherit);
|
|
1043
|
+
line-height: var(--utrecht-table-line-height, inherit);
|
|
1041
1044
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-table-margin-block-end, 0));
|
|
1042
1045
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-table-margin-block-start, 0));
|
|
1043
1046
|
width: 100%;
|
|
@@ -1379,8 +1382,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1379
1382
|
}
|
|
1380
1383
|
.utrecht-html ul {
|
|
1381
1384
|
font-family: var(--utrecht-document-font-family, inherit);
|
|
1382
|
-
font-size: var(--utrecht-document-font-size, inherit);
|
|
1383
|
-
line-height: var(--utrecht-document-line-height, inherit);
|
|
1385
|
+
font-size: var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit));
|
|
1386
|
+
line-height: var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit));
|
|
1384
1387
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-unordered-list-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));
|
|
1385
1388
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-unordered-list-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));
|
|
1386
1389
|
padding-inline-start: var(--utrecht-unordered-list-padding-inline-start, 2ch);
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
border-width: var(--utrecht-table-border-width, 0);
|
|
15
15
|
font-family: var(--utrecht-table-font-family, var(--utrecht-document-font-family));
|
|
16
16
|
font-size: var(--utrecht-table-font-size, inherit);
|
|
17
|
+
line-height: var(--utrecht-table-line-height, inherit);
|
|
17
18
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-table-margin-block-end, 0));
|
|
18
19
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-table-margin-block-start, 0));
|
|
19
20
|
width: 100%;
|
|
@@ -49,6 +49,10 @@ export { UtrechtIconCheckmark as UtrechtIconCheckmark } from '../types/generated
|
|
|
49
49
|
export { UtrechtIconCollegeBW as UtrechtIconCollegeBW } from '../types/generated/utrecht-icon-college-b-w/utrecht-icon-college-b-w.stencil';
|
|
50
50
|
export { UtrechtIconContainer as UtrechtIconContainer } from '../types/generated/utrecht-icon-container/utrecht-icon-container.stencil';
|
|
51
51
|
export { UtrechtIconContainerBio as UtrechtIconContainerBio } from '../types/generated/utrecht-icon-container-bio/utrecht-icon-container-bio.stencil';
|
|
52
|
+
export { UtrechtIconContainerGlas as UtrechtIconContainerGlas } from '../types/generated/utrecht-icon-container-glas/utrecht-icon-container-glas.stencil';
|
|
53
|
+
export { UtrechtIconContainerPapier as UtrechtIconContainerPapier } from '../types/generated/utrecht-icon-container-papier/utrecht-icon-container-papier.stencil';
|
|
54
|
+
export { UtrechtIconContainerRestafval as UtrechtIconContainerRestafval } from '../types/generated/utrecht-icon-container-restafval/utrecht-icon-container-restafval.stencil';
|
|
55
|
+
export { UtrechtIconContainerTextiel as UtrechtIconContainerTextiel } from '../types/generated/utrecht-icon-container-textiel/utrecht-icon-container-textiel.stencil';
|
|
52
56
|
export { UtrechtIconCross as UtrechtIconCross } from '../types/generated/utrecht-icon-cross/utrecht-icon-cross.stencil';
|
|
53
57
|
export { UtrechtIconDakloos as UtrechtIconDakloos } from '../types/generated/utrecht-icon-dakloos/utrecht-icon-dakloos.stencil';
|
|
54
58
|
export { UtrechtIconDementie as UtrechtIconDementie } from '../types/generated/utrecht-icon-dementie/utrecht-icon-dementie.stencil';
|
|
@@ -71,6 +75,7 @@ export { UtrechtIconGeluid as UtrechtIconGeluid } from '../types/generated/utrec
|
|
|
71
75
|
export { UtrechtIconGemeenteLocatie as UtrechtIconGemeenteLocatie } from '../types/generated/utrecht-icon-gemeente-locatie/utrecht-icon-gemeente-locatie.stencil';
|
|
72
76
|
export { UtrechtIconGemeenteraad as UtrechtIconGemeenteraad } from '../types/generated/utrecht-icon-gemeenteraad/utrecht-icon-gemeenteraad.stencil';
|
|
73
77
|
export { UtrechtIconGezicht as UtrechtIconGezicht } from '../types/generated/utrecht-icon-gezicht/utrecht-icon-gezicht.stencil';
|
|
78
|
+
export { UtrechtIconGlasAfval as UtrechtIconGlasAfval } from '../types/generated/utrecht-icon-glas-afval/utrecht-icon-glas-afval.stencil';
|
|
74
79
|
export { UtrechtIconGlijbaan as UtrechtIconGlijbaan } from '../types/generated/utrecht-icon-glijbaan/utrecht-icon-glijbaan.stencil';
|
|
75
80
|
export { UtrechtIconGrafiek as UtrechtIconGrafiek } from '../types/generated/utrecht-icon-grafiek/utrecht-icon-grafiek.stencil';
|
|
76
81
|
export { UtrechtIconGrofvuil as UtrechtIconGrofvuil } from '../types/generated/utrecht-icon-grofvuil/utrecht-icon-grofvuil.stencil';
|
|
@@ -148,6 +153,7 @@ export { UtrechtIconStrand as UtrechtIconStrand } from '../types/generated/utrec
|
|
|
148
153
|
export { UtrechtIconStrooien as UtrechtIconStrooien } from '../types/generated/utrecht-icon-strooien/utrecht-icon-strooien.stencil';
|
|
149
154
|
export { UtrechtIconSubsidie as UtrechtIconSubsidie } from '../types/generated/utrecht-icon-subsidie/utrecht-icon-subsidie.stencil';
|
|
150
155
|
export { UtrechtIconSubsidieGezin as UtrechtIconSubsidieGezin } from '../types/generated/utrecht-icon-subsidie-gezin/utrecht-icon-subsidie-gezin.stencil';
|
|
156
|
+
export { UtrechtIconTShirt as UtrechtIconTShirt } from '../types/generated/utrecht-icon-t-shirt/utrecht-icon-t-shirt.stencil';
|
|
151
157
|
export { UtrechtIconToeslag as UtrechtIconToeslag } from '../types/generated/utrecht-icon-toeslag/utrecht-icon-toeslag.stencil';
|
|
152
158
|
export { UtrechtIconTrein as UtrechtIconTrein } from '../types/generated/utrecht-icon-trein/utrecht-icon-trein.stencil';
|
|
153
159
|
export { UtrechtIconTrouwen as UtrechtIconTrouwen } from '../types/generated/utrecht-icon-trouwen/utrecht-icon-trouwen.stencil';
|
|
@@ -166,6 +172,8 @@ export { UtrechtIconVirus as UtrechtIconVirus } from '../types/generated/utrecht
|
|
|
166
172
|
export { UtrechtIconVluchtelingen as UtrechtIconVluchtelingen } from '../types/generated/utrecht-icon-vluchtelingen/utrecht-icon-vluchtelingen.stencil';
|
|
167
173
|
export { UtrechtIconVoorzieningenVervoer as UtrechtIconVoorzieningenVervoer } from '../types/generated/utrecht-icon-voorzieningen-vervoer/utrecht-icon-voorzieningen-vervoer.stencil';
|
|
168
174
|
export { UtrechtIconVrijwilligerswerk as UtrechtIconVrijwilligerswerk } from '../types/generated/utrecht-icon-vrijwilligerswerk/utrecht-icon-vrijwilligerswerk.stencil';
|
|
175
|
+
export { UtrechtIconVuilnisbak as UtrechtIconVuilnisbak } from '../types/generated/utrecht-icon-vuilnisbak/utrecht-icon-vuilnisbak.stencil';
|
|
176
|
+
export { UtrechtIconVuilniszak as UtrechtIconVuilniszak } from '../types/generated/utrecht-icon-vuilniszak/utrecht-icon-vuilniszak.stencil';
|
|
169
177
|
export { UtrechtIconVuurwerk as UtrechtIconVuurwerk } from '../types/generated/utrecht-icon-vuurwerk/utrecht-icon-vuurwerk.stencil';
|
|
170
178
|
export { UtrechtIconWandelstok as UtrechtIconWandelstok } from '../types/generated/utrecht-icon-wandelstok/utrecht-icon-wandelstok.stencil';
|
|
171
179
|
export { UtrechtIconWarm as UtrechtIconWarm } from '../types/generated/utrecht-icon-warm/utrecht-icon-warm.stencil';
|
|
@@ -180,6 +188,7 @@ export { UtrechtIconZelfstandigWonen as UtrechtIconZelfstandigWonen } from '../t
|
|
|
180
188
|
export { UtrechtIconZoomin as UtrechtIconZoomin } from '../types/generated/utrecht-icon-zoomin/utrecht-icon-zoomin.stencil';
|
|
181
189
|
export { UtrechtIconZoomout as UtrechtIconZoomout } from '../types/generated/utrecht-icon-zoomout/utrecht-icon-zoomout.stencil';
|
|
182
190
|
export { UtrechtIconZorgHuis as UtrechtIconZorgHuis } from '../types/generated/utrecht-icon-zorg-huis/utrecht-icon-zorg-huis.stencil';
|
|
191
|
+
export { UtrechtIconZweefpaal as UtrechtIconZweefpaal } from '../types/generated/utrecht-icon-zweefpaal/utrecht-icon-zweefpaal.stencil';
|
|
183
192
|
export { UtrechtIconZwemmen as UtrechtIconZwemmen } from '../types/generated/utrecht-icon-zwemmen/utrecht-icon-zwemmen.stencil';
|
|
184
193
|
export { Logo as UtrechtLogo } from '../types/logo/index.stencil';
|
|
185
194
|
export { DigidButton as UtrechtLogoButton } from '../types/logo-button/index.stencil';
|
package/dist/components/index.js
CHANGED
|
@@ -49,6 +49,10 @@ export { UtrechtIconCheckmark, defineCustomElement as defineCustomElementUtrecht
|
|
|
49
49
|
export { UtrechtIconCollegeBW, defineCustomElement as defineCustomElementUtrechtIconCollegeBW } from './utrecht-icon-college-b-w.js';
|
|
50
50
|
export { UtrechtIconContainer, defineCustomElement as defineCustomElementUtrechtIconContainer } from './utrecht-icon-container.js';
|
|
51
51
|
export { UtrechtIconContainerBio, defineCustomElement as defineCustomElementUtrechtIconContainerBio } from './utrecht-icon-container-bio.js';
|
|
52
|
+
export { UtrechtIconContainerGlas, defineCustomElement as defineCustomElementUtrechtIconContainerGlas } from './utrecht-icon-container-glas.js';
|
|
53
|
+
export { UtrechtIconContainerPapier, defineCustomElement as defineCustomElementUtrechtIconContainerPapier } from './utrecht-icon-container-papier.js';
|
|
54
|
+
export { UtrechtIconContainerRestafval, defineCustomElement as defineCustomElementUtrechtIconContainerRestafval } from './utrecht-icon-container-restafval.js';
|
|
55
|
+
export { UtrechtIconContainerTextiel, defineCustomElement as defineCustomElementUtrechtIconContainerTextiel } from './utrecht-icon-container-textiel.js';
|
|
52
56
|
export { UtrechtIconCross, defineCustomElement as defineCustomElementUtrechtIconCross } from './utrecht-icon-cross.js';
|
|
53
57
|
export { UtrechtIconDakloos, defineCustomElement as defineCustomElementUtrechtIconDakloos } from './utrecht-icon-dakloos.js';
|
|
54
58
|
export { UtrechtIconDementie, defineCustomElement as defineCustomElementUtrechtIconDementie } from './utrecht-icon-dementie.js';
|
|
@@ -71,6 +75,7 @@ export { UtrechtIconGeluid, defineCustomElement as defineCustomElementUtrechtIco
|
|
|
71
75
|
export { UtrechtIconGemeenteLocatie, defineCustomElement as defineCustomElementUtrechtIconGemeenteLocatie } from './utrecht-icon-gemeente-locatie.js';
|
|
72
76
|
export { UtrechtIconGemeenteraad, defineCustomElement as defineCustomElementUtrechtIconGemeenteraad } from './utrecht-icon-gemeenteraad.js';
|
|
73
77
|
export { UtrechtIconGezicht, defineCustomElement as defineCustomElementUtrechtIconGezicht } from './utrecht-icon-gezicht.js';
|
|
78
|
+
export { UtrechtIconGlasAfval, defineCustomElement as defineCustomElementUtrechtIconGlasAfval } from './utrecht-icon-glas-afval.js';
|
|
74
79
|
export { UtrechtIconGlijbaan, defineCustomElement as defineCustomElementUtrechtIconGlijbaan } from './utrecht-icon-glijbaan.js';
|
|
75
80
|
export { UtrechtIconGrafiek, defineCustomElement as defineCustomElementUtrechtIconGrafiek } from './utrecht-icon-grafiek.js';
|
|
76
81
|
export { UtrechtIconGrofvuil, defineCustomElement as defineCustomElementUtrechtIconGrofvuil } from './utrecht-icon-grofvuil.js';
|
|
@@ -148,6 +153,7 @@ export { UtrechtIconStrand, defineCustomElement as defineCustomElementUtrechtIco
|
|
|
148
153
|
export { UtrechtIconStrooien, defineCustomElement as defineCustomElementUtrechtIconStrooien } from './utrecht-icon-strooien.js';
|
|
149
154
|
export { UtrechtIconSubsidie, defineCustomElement as defineCustomElementUtrechtIconSubsidie } from './utrecht-icon-subsidie.js';
|
|
150
155
|
export { UtrechtIconSubsidieGezin, defineCustomElement as defineCustomElementUtrechtIconSubsidieGezin } from './utrecht-icon-subsidie-gezin.js';
|
|
156
|
+
export { UtrechtIconTShirt, defineCustomElement as defineCustomElementUtrechtIconTShirt } from './utrecht-icon-t-shirt.js';
|
|
151
157
|
export { UtrechtIconToeslag, defineCustomElement as defineCustomElementUtrechtIconToeslag } from './utrecht-icon-toeslag.js';
|
|
152
158
|
export { UtrechtIconTrein, defineCustomElement as defineCustomElementUtrechtIconTrein } from './utrecht-icon-trein.js';
|
|
153
159
|
export { UtrechtIconTrouwen, defineCustomElement as defineCustomElementUtrechtIconTrouwen } from './utrecht-icon-trouwen.js';
|
|
@@ -166,6 +172,8 @@ export { UtrechtIconVirus, defineCustomElement as defineCustomElementUtrechtIcon
|
|
|
166
172
|
export { UtrechtIconVluchtelingen, defineCustomElement as defineCustomElementUtrechtIconVluchtelingen } from './utrecht-icon-vluchtelingen.js';
|
|
167
173
|
export { UtrechtIconVoorzieningenVervoer, defineCustomElement as defineCustomElementUtrechtIconVoorzieningenVervoer } from './utrecht-icon-voorzieningen-vervoer.js';
|
|
168
174
|
export { UtrechtIconVrijwilligerswerk, defineCustomElement as defineCustomElementUtrechtIconVrijwilligerswerk } from './utrecht-icon-vrijwilligerswerk.js';
|
|
175
|
+
export { UtrechtIconVuilnisbak, defineCustomElement as defineCustomElementUtrechtIconVuilnisbak } from './utrecht-icon-vuilnisbak.js';
|
|
176
|
+
export { UtrechtIconVuilniszak, defineCustomElement as defineCustomElementUtrechtIconVuilniszak } from './utrecht-icon-vuilniszak.js';
|
|
169
177
|
export { UtrechtIconVuurwerk, defineCustomElement as defineCustomElementUtrechtIconVuurwerk } from './utrecht-icon-vuurwerk.js';
|
|
170
178
|
export { UtrechtIconWandelstok, defineCustomElement as defineCustomElementUtrechtIconWandelstok } from './utrecht-icon-wandelstok.js';
|
|
171
179
|
export { UtrechtIconWarm, defineCustomElement as defineCustomElementUtrechtIconWarm } from './utrecht-icon-warm.js';
|
|
@@ -180,6 +188,7 @@ export { UtrechtIconZelfstandigWonen, defineCustomElement as defineCustomElement
|
|
|
180
188
|
export { UtrechtIconZoomin, defineCustomElement as defineCustomElementUtrechtIconZoomin } from './utrecht-icon-zoomin.js';
|
|
181
189
|
export { UtrechtIconZoomout, defineCustomElement as defineCustomElementUtrechtIconZoomout } from './utrecht-icon-zoomout.js';
|
|
182
190
|
export { UtrechtIconZorgHuis, defineCustomElement as defineCustomElementUtrechtIconZorgHuis } from './utrecht-icon-zorg-huis.js';
|
|
191
|
+
export { UtrechtIconZweefpaal, defineCustomElement as defineCustomElementUtrechtIconZweefpaal } from './utrecht-icon-zweefpaal.js';
|
|
183
192
|
export { UtrechtIconZwemmen, defineCustomElement as defineCustomElementUtrechtIconZwemmen } from './utrecht-icon-zwemmen.js';
|
|
184
193
|
export { UtrechtLogo, defineCustomElement as defineCustomElementUtrechtLogo } from './utrecht-logo.js';
|
|
185
194
|
export { UtrechtLogoButton, defineCustomElement as defineCustomElementUtrechtLogoButton } from './utrecht-logo-button.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
2
|
import { c as clsx } from './clsx.m.js';
|
|
3
3
|
|
|
4
|
-
const indexCss = ".utrecht-checkbox--custom,.utrecht-custom-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:center;background-repeat:no-repeat;background-size:contain;border-color:var(--utrecht-custom-checkbox-border-color);border-style:solid;border-width:var(--utrecht-custom-checkbox-border-width);cursor:var(--utrecht-action-activate-cursor, revert);height:var(--utrecht-custom-checkbox-size);margin-block-start:var(--utrecht-custom-checkbox-margin-block-start);-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:top;width:var(--utrecht-custom-checkbox-size)}.utrecht-checkbox--custom.utrecht-checkbox--checked,.utrecht-custom-checkbox--checked{background-color:var(--utrecht-custom-checkbox-checked-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-checked-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-checked-border-width, var(--utrecht-custom-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--disabled,.utrecht-custom-checkbox--disabled{border-color:var(--utrecht-custom-checkbox-disabled-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-disabled-border-width, var(--utrecht-custom-checkbox-border-width));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-checkbox--custom.utrecht-checkbox--disabled:checked,.utrecht-custom-checkbox--disabled:checked{background-color:var(--utrecht-custom-checkbox-disabled-background-color, var(--utrecht-custom-checkbox-background-color));border-color:var(--utrecht-custom-checkbox-disabled-border-color, var(--utrecht-custom-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--disabled:active,.utrecht-custom-checkbox--disabled:active{border-color:var(--utrecht-custom-checkbox-disabled-border-color, var(--utrecht-custom-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--indeterminate,.utrecht-custom-checkbox--indeterminate{background-color:var(--utrecht-custom-checkbox-indeterminate-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-indeterminate-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-indeterminate-border-width, var(--utrecht-custom-checkbox-border-width));color:var(--utrecht-custom-checkbox-indeterminate-color, var(--utrecht-custom-checkbox-color))}.utrecht-checkbox--custom.utrecht-checkbox--invalid,.utrecht-custom-checkbox--invalid{border-color:var(--utrecht-custom-checkbox-invalid-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-invalid-border-width, var(--utrecht-custom-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--active,.utrecht-custom-checkbox--active{background-color:var(--utrecht-custom-checkbox-active-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-active-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-active-border-width, var(--utrecht-custom-checkbox-border-width));color:var(--utrecht-custom-checkbox-active-color, var(--utrecht-custom-checkbox-color))}.utrecht-checkbox--custom.utrecht-checkbox--focus,.utrecht-custom-checkbox--focus{background-color:var(--utrecht-custom-checkbox-focus-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-focus-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-focus-border-width, var(--utrecht-custom-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--focus-visible,.utrecht-custom-checkbox--focus-visible{box-shadow:0 0 0 var(--utrecht-focus-outline-width, 0) var(--utrecht-focus-inverse-outline-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--custom.utrecht-checkbox--html-input:disabled,.utrecht-custom-checkbox--html-input:disabled{border-color:var(--utrecht-custom-checkbox-disabled-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-disabled-border-width, var(--utrecht-custom-checkbox-border-width));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-checkbox--custom.utrecht-checkbox--html-input:disabled:checked,.utrecht-custom-checkbox--html-input:disabled:checked{background-color:var(--utrecht-custom-checkbox-disabled-background-color, var(--utrecht-custom-checkbox-background-color));border-color:var(--utrecht-custom-checkbox-disabled-border-color, var(--utrecht-custom-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:disabled:active,.utrecht-custom-checkbox--html-input:disabled:active{border-color:var(--utrecht-custom-checkbox-disabled-border-color, var(--utrecht-custom-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:focus,.utrecht-custom-checkbox--html-input:focus{background-color:var(--utrecht-custom-checkbox-focus-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-focus-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-focus-border-width, var(--utrecht-custom-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:focus-visible,.utrecht-custom-checkbox--html-input:focus-visible{box-shadow:0 0 0 var(--utrecht-focus-outline-width, 0) var(--utrecht-focus-inverse-outline-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--custom.utrecht-checkbox--html-input:invalid,.utrecht-checkbox--custom.utrecht-checkbox--html-input[aria-invalid=true],.utrecht-custom-checkbox--html-input:invalid,.utrecht-custom-checkbox--html-input[aria-invalid=true]{border-color:var(--utrecht-custom-checkbox-invalid-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-invalid-border-width, var(--utrecht-custom-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:active,.utrecht-custom-checkbox--html-input:active{background-color:var(--utrecht-custom-checkbox-active-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-active-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-active-border-width, var(--utrecht-custom-checkbox-border-width));color:var(--utrecht-custom-checkbox-active-color, var(--utrecht-custom-checkbox-color))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:checked,.utrecht-custom-checkbox--html-input:checked{background-color:var(--utrecht-custom-checkbox-checked-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-checked-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-checked-border-width, var(--utrecht-custom-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:indeterminate,.utrecht-custom-checkbox--html-input:indeterminate{background-color:var(--utrecht-custom-checkbox-indeterminate-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-indeterminate-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-indeterminate-border-width, var(--utrecht-custom-checkbox-border-width));color:var(--utrecht-custom-checkbox-indeterminate-color, var(--utrecht-custom-checkbox-color))}:host{display:block}:host([hidden]){display:none !important}";
|
|
4
|
+
const indexCss = ".utrecht-checkbox--custom,.utrecht-custom-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:center;background-repeat:no-repeat;background-size:contain;border-color:var(--utrecht-custom-checkbox-border-color);border-style:solid;border-width:var(--utrecht-custom-checkbox-border-width);cursor:var(--utrecht-action-activate-cursor, revert);height:var(--utrecht-custom-checkbox-size);margin-block-start:var(--utrecht-custom-checkbox-margin-block-start);-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:top;width:var(--utrecht-custom-checkbox-size)}.utrecht-checkbox--custom.utrecht-checkbox--checked,.utrecht-custom-checkbox--checked{background-color:var(--utrecht-custom-checkbox-checked-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-checked-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-checked-border-width, var(--utrecht-custom-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--disabled,.utrecht-custom-checkbox--disabled{border-color:var(--utrecht-custom-checkbox-disabled-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-disabled-border-width, var(--utrecht-custom-checkbox-border-width));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-checkbox--custom.utrecht-checkbox--disabled:checked,.utrecht-custom-checkbox--disabled:checked{background-color:var(--utrecht-custom-checkbox-disabled-background-color, var(--utrecht-custom-checkbox-background-color));border-color:var(--utrecht-custom-checkbox-disabled-border-color, var(--utrecht-custom-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--disabled:active,.utrecht-custom-checkbox--disabled:active{border-color:var(--utrecht-custom-checkbox-disabled-border-color, var(--utrecht-custom-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--indeterminate,.utrecht-custom-checkbox--indeterminate{background-color:var(--utrecht-custom-checkbox-indeterminate-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-indeterminate-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-indeterminate-border-width, var(--utrecht-custom-checkbox-border-width));color:var(--utrecht-custom-checkbox-indeterminate-color, var(--utrecht-custom-checkbox-color))}.utrecht-checkbox--custom.utrecht-checkbox--invalid,.utrecht-custom-checkbox--invalid{border-color:var(--utrecht-custom-checkbox-invalid-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-invalid-border-width, var(--utrecht-custom-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--active,.utrecht-custom-checkbox--active{background-color:var(--utrecht-custom-checkbox-active-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-active-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-active-border-width, var(--utrecht-custom-checkbox-border-width));color:var(--utrecht-custom-checkbox-active-color, var(--utrecht-custom-checkbox-color))}.utrecht-checkbox--custom.utrecht-checkbox--hover,.utrecht-custom-checkbox--hover{background-color:var(--utrecht-custom-checkbox-hover-background-color, var(--utrecht-custom-checkbox-background-color));border-color:var(--utrecht-custom-checkbox-hover-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-hover-border-width, var(--utrecht-custom-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--focus,.utrecht-custom-checkbox--focus{background-color:var(--utrecht-custom-checkbox-focus-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-focus-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-focus-border-width, var(--utrecht-custom-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--focus-visible,.utrecht-custom-checkbox--focus-visible{box-shadow:0 0 0 var(--utrecht-focus-outline-width, 0) var(--utrecht-focus-inverse-outline-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--custom.utrecht-checkbox--html-input:disabled,.utrecht-custom-checkbox--html-input:disabled{border-color:var(--utrecht-custom-checkbox-disabled-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-disabled-border-width, var(--utrecht-custom-checkbox-border-width));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-checkbox--custom.utrecht-checkbox--html-input:disabled:checked,.utrecht-custom-checkbox--html-input:disabled:checked{background-color:var(--utrecht-custom-checkbox-disabled-background-color, var(--utrecht-custom-checkbox-background-color));border-color:var(--utrecht-custom-checkbox-disabled-border-color, var(--utrecht-custom-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:disabled:active,.utrecht-custom-checkbox--html-input:disabled:active{border-color:var(--utrecht-custom-checkbox-disabled-border-color, var(--utrecht-custom-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:hover,.utrecht-custom-checkbox--html-input:hover{background-color:var(--utrecht-custom-checkbox-hover-background-color, var(--utrecht-custom-checkbox-background-color));border-color:var(--utrecht-custom-checkbox-hover-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-hover-border-width, var(--utrecht-custom-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:focus,.utrecht-custom-checkbox--html-input:focus{background-color:var(--utrecht-custom-checkbox-focus-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-focus-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-focus-border-width, var(--utrecht-custom-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:focus-visible,.utrecht-custom-checkbox--html-input:focus-visible{box-shadow:0 0 0 var(--utrecht-focus-outline-width, 0) var(--utrecht-focus-inverse-outline-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--custom.utrecht-checkbox--html-input:invalid,.utrecht-checkbox--custom.utrecht-checkbox--html-input[aria-invalid=true],.utrecht-custom-checkbox--html-input:invalid,.utrecht-custom-checkbox--html-input[aria-invalid=true]{border-color:var(--utrecht-custom-checkbox-invalid-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-invalid-border-width, var(--utrecht-custom-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:active,.utrecht-custom-checkbox--html-input:active{background-color:var(--utrecht-custom-checkbox-active-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-active-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-active-border-width, var(--utrecht-custom-checkbox-border-width));color:var(--utrecht-custom-checkbox-active-color, var(--utrecht-custom-checkbox-color))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:checked,.utrecht-custom-checkbox--html-input:checked{background-color:var(--utrecht-custom-checkbox-checked-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-checked-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-checked-border-width, var(--utrecht-custom-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:indeterminate,.utrecht-custom-checkbox--html-input:indeterminate{background-color:var(--utrecht-custom-checkbox-indeterminate-background-color, var(--utrecht-custom-checkbox-background-color));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e\");border-color:var(--utrecht-custom-checkbox-indeterminate-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-indeterminate-border-width, var(--utrecht-custom-checkbox-border-width));color:var(--utrecht-custom-checkbox-indeterminate-color, var(--utrecht-custom-checkbox-color))}:host{display:block}:host([hidden]){display:none !important}";
|
|
5
5
|
|
|
6
6
|
const CustomCheckbox = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
7
7
|
constructor() {
|