@utrecht/web-component-library-stencil 1.0.0-alpha.367 → 1.0.0-alpha.368

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.
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-7bd52d12.js');
6
6
  const clsx_m = require('./clsx.m-b21b5592.js');
7
7
 
8
- const indexCss = ".utrecht-backdrop{background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--utrecht-backdrop-opacity);user-select:none;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:var(--utrecht-backdrop-z-index)}.utrecht-backdrop--viewport{position:fixed}:host{display:block}:host([hidden]){display:none !important}";
8
+ const indexCss = ".utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration, 0);animation-duration:min(var(--utrecht-motion-max-animation-duration, var(--_utrecht-backdrop-fade-in-animation-duration)), var(--_utrecht-backdrop-fade-in-animation-duration, 0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--_utrecht-backdrop-opacity);user-select:none;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:var(--utrecht-backdrop-z-index)}@keyframes utrecht-backdrop-fade-in{from{opacity:0%}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion: reduce){.utrecht-backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency: reduce){.utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity, 100%)}}.utrecht-backdrop--reduced-motion{--_utrecht-backdrop-fade-in-animation-duration:0}.utrecht-backdrop--reduced-transparency{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity, 100%)}.utrecht-backdrop--viewport{position:fixed}:host{display:block}:host([hidden]){display:none !important}";
9
9
 
10
10
  const Backdrop = class {
11
11
  constructor(hostRef) {
@@ -14,9 +14,14 @@
14
14
  * Copyright (c) 2020-2022 Frameless B.V.
15
15
  */
16
16
  .utrecht-backdrop {
17
+ --_utrecht-backdrop-opacity: var(--utrecht-backdrop-opacity);
18
+ --_utrecht-backdrop-fade-in-animation-duration: var(--utrecht-backdrop-fade-in-animation-duration, 0);
19
+ animation-duration: min(var(--utrecht-motion-max-animation-duration, var(--_utrecht-backdrop-fade-in-animation-duration)), var(--_utrecht-backdrop-fade-in-animation-duration, 0));
20
+ animation-name: utrecht-backdrop-fade-in;
21
+ animation-timing-function: ease-in-out;
17
22
  background-color: var(--utrecht-backdrop-background-color);
18
23
  color: var(--utrecht-backdrop-color);
19
- opacity: var(--utrecht-backdrop-opacity);
24
+ opacity: var(--_utrecht-backdrop-opacity);
20
25
  user-select: none;
21
26
  bottom: 0;
22
27
  display: block;
@@ -26,6 +31,32 @@
26
31
  top: 0;
27
32
  z-index: var(--utrecht-backdrop-z-index);
28
33
  }
34
+ @keyframes utrecht-backdrop-fade-in {
35
+ from {
36
+ opacity: 0%;
37
+ }
38
+ to {
39
+ opacity: var(--_utrecht-backdrop-opacity);
40
+ }
41
+ }
42
+ @media (prefers-reduced-motion: reduce) {
43
+ .utrecht-backdrop {
44
+ --_utrecht-backdrop-fade-in-animation-duration: 0;
45
+ }
46
+ }
47
+ @media (prefers-reduced-transparency: reduce) {
48
+ .utrecht-backdrop {
49
+ --_utrecht-backdrop-opacity: var(--utrecht-backdrop-reduced-transparency-opacity, 100%);
50
+ }
51
+ }
52
+
53
+ .utrecht-backdrop--reduced-motion {
54
+ --_utrecht-backdrop-fade-in-animation-duration: 0;
55
+ }
56
+
57
+ .utrecht-backdrop--reduced-transparency {
58
+ --_utrecht-backdrop-opacity: var(--utrecht-backdrop-reduced-transparency-opacity, 100%);
59
+ }
29
60
 
30
61
  .utrecht-backdrop--viewport {
31
62
  position: fixed;
@@ -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-backdrop{background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--utrecht-backdrop-opacity);user-select:none;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:var(--utrecht-backdrop-z-index)}.utrecht-backdrop--viewport{position:fixed}:host{display:block}:host([hidden]){display:none !important}";
4
+ const indexCss = ".utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration, 0);animation-duration:min(var(--utrecht-motion-max-animation-duration, var(--_utrecht-backdrop-fade-in-animation-duration)), var(--_utrecht-backdrop-fade-in-animation-duration, 0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--_utrecht-backdrop-opacity);user-select:none;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:var(--utrecht-backdrop-z-index)}@keyframes utrecht-backdrop-fade-in{from{opacity:0%}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion: reduce){.utrecht-backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency: reduce){.utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity, 100%)}}.utrecht-backdrop--reduced-motion{--_utrecht-backdrop-fade-in-animation-duration:0}.utrecht-backdrop--reduced-transparency{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity, 100%)}.utrecht-backdrop--viewport{position:fixed}:host{display:block}:host([hidden]){display:none !important}";
5
5
 
6
6
  const Backdrop = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
7
7
  constructor() {
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h } from './index-ca475e47.js';
2
2
  import { c as clsx } from './clsx.m-9f200cc0.js';
3
3
 
4
- const indexCss = ".utrecht-backdrop{background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--utrecht-backdrop-opacity);user-select:none;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:var(--utrecht-backdrop-z-index)}.utrecht-backdrop--viewport{position:fixed}:host{display:block}:host([hidden]){display:none !important}";
4
+ const indexCss = ".utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration, 0);animation-duration:min(var(--utrecht-motion-max-animation-duration, var(--_utrecht-backdrop-fade-in-animation-duration)), var(--_utrecht-backdrop-fade-in-animation-duration, 0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--_utrecht-backdrop-opacity);user-select:none;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:var(--utrecht-backdrop-z-index)}@keyframes utrecht-backdrop-fade-in{from{opacity:0%}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion: reduce){.utrecht-backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency: reduce){.utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity, 100%)}}.utrecht-backdrop--reduced-motion{--_utrecht-backdrop-fade-in-animation-duration:0}.utrecht-backdrop--reduced-transparency{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity, 100%)}.utrecht-backdrop--viewport{position:fixed}:host{display:block}:host([hidden]){display:none !important}";
5
5
 
6
6
  const Backdrop = class {
7
7
  constructor(hostRef) {
@@ -0,0 +1 @@
1
+ import{r as t,h as r}from"./p-61cfc384.js";import{c as a}from"./p-4345d76d.js";const o=class{constructor(r){t(this,r)}render(){const{viewport:t}=this;return r("div",{class:a("utrecht-backdrop",t&&"utrecht-backdrop--viewport")},r("slot",null))}};o.style=".utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration, 0);animation-duration:min(var(--utrecht-motion-max-animation-duration, var(--_utrecht-backdrop-fade-in-animation-duration)), var(--_utrecht-backdrop-fade-in-animation-duration, 0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--_utrecht-backdrop-opacity);user-select:none;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:var(--utrecht-backdrop-z-index)}@keyframes utrecht-backdrop-fade-in{from{opacity:0%}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion: reduce){.utrecht-backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency: reduce){.utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity, 100%)}}.utrecht-backdrop--reduced-motion{--_utrecht-backdrop-fade-in-animation-duration:0}.utrecht-backdrop--reduced-transparency{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity, 100%)}.utrecht-backdrop--viewport{position:fixed}:host{display:block}:host([hidden]){display:none !important}";export{o as utrecht_backdrop}
@@ -1 +1 @@
1
- import{p as e,b as t}from"./p-61cfc384.js";(()=>{const t=import.meta.url,c={};return""!==t&&(c.resourcesUrl=new URL(".",t).href),e(c)})().then((e=>t(JSON.parse('[["p-8ce48f11",[[1,"utrecht-contact-card-template"]]],["p-22fbbced",[[1,"utrecht-logo-button",{"type":[1]}]]],["p-f996067e",[[1,"utrecht-digid-button",{"type":[1]}]]],["p-de72df8d",[[1,"utrecht-article"]]],["p-3003dc53",[[1,"utrecht-backdrop",{"viewport":[4]}]]],["p-cc62aaef",[[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}]]],["p-42b7a00a",[[1,"utrecht-badge-data"]]],["p-d2ca8d44",[[1,"utrecht-badge-status",{"status":[1]}]]],["p-d5db9d0f",[[1,"utrecht-breadcrumb",{"json":[1],"variant":[1]}]]],["p-b21d4628",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["p-3642d84d",[[1,"utrecht-custom-checkbox",{"disabled":[4],"checked":[4],"indeterminate":[4],"invalid":[4],"required":[4]}]]],["p-7c69094b",[[1,"utrecht-document"]]],["p-0d7734c2",[[1,"utrecht-eherkenning-logo"]]],["p-8e555a51",[[1,"utrecht-eidas-logo"]]],["p-70d62149",[[1,"utrecht-form-field-checkbox",{"label":[4],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"value":[32]}]]],["p-a249efe3",[[1,"utrecht-form-field-description",{"status":[513]}]]],["p-7201f969",[[1,"utrecht-form-field-textarea",{"disabled":[516],"invalid":[516],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"value":[1]}]]],["p-1756e449",[[1,"utrecht-form-field-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-cbe45e1e",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["p-6755eb53",[[1,"utrecht-heading",{"level":[2]}]]],["p-2f31de75",[[1,"utrecht-heading-1"]]],["p-713c9cfe",[[1,"utrecht-heading-4"]]],["p-63a6ea4f",[[1,"utrecht-heading-5"]]],["p-d5126cfe",[[1,"utrecht-heading-6"]]],["p-7aa78491",[[4,"utrecht-html-content"]]],["p-de564651",[[1,"utrecht-icon"]]],["p-d66a404f",[[1,"utrecht-icon-afspraak-maken"]]],["p-b2f55a87",[[1,"utrecht-icon-afval"]]],["p-54432330",[[1,"utrecht-icon-afval-container"]]],["p-6cfe570b",[[1,"utrecht-icon-afval-containerpas"]]],["p-3fdf18b7",[[1,"utrecht-icon-afval-kalender"]]],["p-a20a60bc",[[1,"utrecht-icon-afval-scheiden"]]],["p-eee97cfa",[[1,"utrecht-icon-afvalkalender"]]],["p-a0d42249",[[1,"utrecht-icon-alleen"]]],["p-37d2493b",[[1,"utrecht-icon-arrow"]]],["p-07ab9a4a",[[1,"utrecht-icon-bestemmingsplan"]]],["p-ab9f1679",[[1,"utrecht-icon-betaaldatum"]]],["p-a824f056",[[1,"utrecht-icon-bewijsstukken"]]],["p-a2924b9a",[[1,"utrecht-icon-bijstand"]]],["p-0147b768",[[1,"utrecht-icon-blad"]]],["p-1e320ba8",[[1,"utrecht-icon-bouwproject"]]],["p-59f28bc2",[[1,"utrecht-icon-brandgevaar"]]],["p-625ce2e8",[[1,"utrecht-icon-brief-betalen"]]],["p-93c9a579",[[1,"utrecht-icon-checkmark"]]],["p-3e88156a",[[1,"utrecht-icon-college-b-w"]]],["p-c446bb31",[[1,"utrecht-icon-container"]]],["p-098f2a6c",[[1,"utrecht-icon-container-bio"]]],["p-48ab1072",[[1,"utrecht-icon-cross"]]],["p-1a0cbac5",[[1,"utrecht-icon-dakloos"]]],["p-47dd6372",[[1,"utrecht-icon-dementie"]]],["p-3a68c114",[[1,"utrecht-icon-documenten"]]],["p-8f23be2d",[[1,"utrecht-icon-duurzaam"]]],["p-dcd065a6",[[1,"utrecht-icon-eenzaamheid"]]],["p-95376af4",[[1,"utrecht-icon-eikenprocessie"]]],["p-fecd3b31",[[1,"utrecht-icon-elektrisch-rijden"]]],["p-19676f90",[[1,"utrecht-icon-energie-vergoeding"]]],["p-7432d159",[[1,"utrecht-icon-energietransitie"]]],["p-5ad2beee",[[1,"utrecht-icon-error"]]],["p-421d5f2c",[[1,"utrecht-icon-evenementen"]]],["p-976f9ce3",[[1,"utrecht-icon-facebook"]]],["p-968091b8",[[1,"utrecht-icon-fiets"]]],["p-384cbd75",[[1,"utrecht-icon-filter"]]],["p-c66462f7",[[1,"utrecht-icon-gebruiker-centraal"]]],["p-c241e178",[[1,"utrecht-icon-gebruiker-ingelogd"]]],["p-7ce19413",[[1,"utrecht-icon-gegevenswoordenboek"]]],["p-d7c64685",[[1,"utrecht-icon-geluid"]]],["p-52e4bcce",[[1,"utrecht-icon-gemeente-locatie"]]],["p-27d379fc",[[1,"utrecht-icon-gemeenteraad"]]],["p-df27bec1",[[1,"utrecht-icon-gezicht"]]],["p-22788160",[[1,"utrecht-icon-glijbaan"]]],["p-6a10f7bc",[[1,"utrecht-icon-grafiek"]]],["p-e309442e",[[1,"utrecht-icon-grofvuil"]]],["p-ace68320",[[1,"utrecht-icon-grofvuil-ophalen"]]],["p-6df4e09f",[[1,"utrecht-icon-herdenking"]]],["p-a90bed78",[[1,"utrecht-icon-hondenbelasting"]]],["p-8f6098c5",[[1,"utrecht-icon-horeca"]]],["p-c7aa98af",[[1,"utrecht-icon-horecavergunning"]]],["p-bc83b6e5",[[1,"utrecht-icon-huishoudelijk-geweld"]]],["p-473b7bf5",[[1,"utrecht-icon-hulp-huishouden"]]],["p-850ecac4",[[1,"utrecht-icon-hulp-vervoer"]]],["p-7525b49d",[[1,"utrecht-icon-hulp-zorg"]]],["p-91874b18",[[1,"utrecht-icon-hulpmiddelen-gezin"]]],["p-9a00a33c",[[1,"utrecht-icon-hulpverlening"]]],["p-867f9eac",[[1,"utrecht-icon-idee"]]],["p-dc1b5896",[[1,"utrecht-icon-information"]]],["p-72fa7794",[[1,"utrecht-icon-innovatie"]]],["p-f45957fb",[[1,"utrecht-icon-inspraak-inwoners"]]],["p-c9d6a627",[[1,"utrecht-icon-instagram"]]],["p-420e5d5f",[[1,"utrecht-icon-kalender"]]],["p-47d9b9b0",[[1,"utrecht-icon-kennis"]]],["p-251d5cf7",[[1,"utrecht-icon-kerstbomen"]]],["p-9eb4517c",[[1,"utrecht-icon-klachten"]]],["p-49111835",[[1,"utrecht-icon-kroon"]]],["p-806de3b0",[[1,"utrecht-icon-laadpaal"]]],["p-47ff8a1c",[[1,"utrecht-icon-lantaarnpaal"]]],["p-a423ba17",[[1,"utrecht-icon-lantaarnpaal-oud"]]],["p-c54ec707",[[1,"utrecht-icon-leren"]]],["p-8143857e",[[1,"utrecht-icon-let-op"]]],["p-293206d7",[[1,"utrecht-icon-linkedin"]]],["p-b6a831c8",[[1,"utrecht-icon-list"]]],["p-4338a087",[[1,"utrecht-icon-loupe"]]],["p-69e4731a",[[1,"utrecht-icon-markt"]]],["p-cfbaffb3",[[1,"utrecht-icon-melding"]]],["p-a45cee05",[[1,"utrecht-icon-melding-boom"]]],["p-18c6a7ee",[[1,"utrecht-icon-melding-klacht"]]],["p-fb60c46d",[[1,"utrecht-icon-melding-openbareruimte"]]],["p-438fa76a",[[1,"utrecht-icon-melding-verlichting"]]],["p-9a122e42",[[1,"utrecht-icon-menselijk"]]],["p-48afb32c",[[1,"utrecht-icon-milieu-ontheffing"]]],["p-5ba5731f",[[1,"utrecht-icon-natuur"]]],["p-b57b353e",[[1,"utrecht-icon-nieuw-huis"]]],["p-3926735f",[[1,"utrecht-icon-nummerbord"]]],["p-8fdb7d87",[[1,"utrecht-icon-om-het-huis"]]],["p-bf1005cb",[[1,"utrecht-icon-omgeving"]]],["p-80577cff",[[1,"utrecht-icon-omgevingsvisie"]]],["p-710a6db7",[[1,"utrecht-icon-omgevingswet"]]],["p-c10f3275",[[1,"utrecht-icon-onderhoud"]]],["p-75710f6d",[[1,"utrecht-icon-ondernemen"]]],["p-9477b570",[[1,"utrecht-icon-openingstijden"]]],["p-fef0a811",[[1,"utrecht-icon-over-de-stad"]]],["p-2f43701c",[[1,"utrecht-icon-overlijden"]]],["p-e3f32c40",[[1,"utrecht-icon-panden"]]],["p-61197a6c",[[1,"utrecht-icon-park"]]],["p-09658591",[[1,"utrecht-icon-parkeerkaart"]]],["p-01c69249",[[1,"utrecht-icon-parkeervergunning"]]],["p-9c48ccff",[[1,"utrecht-icon-parken"]]],["p-2613bb23",[[1,"utrecht-icon-parkeren-bedrijven"]]],["p-2c3abb65",[[1,"utrecht-icon-parkeren-betaalautomaat"]]],["p-b8820870",[[1,"utrecht-icon-parkeren-betalen"]]],["p-5819bf58",[[1,"utrecht-icon-participatie-campagne"]]],["p-4c38331d",[[1,"utrecht-icon-participatie-like"]]],["p-10c3cbca",[[1,"utrecht-icon-participatie-pitch"]]],["p-6cb0e6d9",[[1,"utrecht-icon-paspoort"]]],["p-fadb654e",[[1,"utrecht-icon-rijbewijs"]]],["p-4f637d43",[[1,"utrecht-icon-rolstoel"]]],["p-98267462",[[1,"utrecht-icon-schild-gemeente-utrecht"]]],["p-30e0bbd8",[[1,"utrecht-icon-shoppen"]]],["p-b99992a8",[[1,"utrecht-icon-sinterklaas"]]],["p-981b1077",[[1,"utrecht-icon-slechtziende-hoordende"]]],["p-3d89acbf",[[1,"utrecht-icon-sport"]]],["p-be78c8da",[[1,"utrecht-icon-sport-en-cultuur"]]],["p-05bb71be",[[1,"utrecht-icon-stookverbod"]]],["p-cd0b3597",[[1,"utrecht-icon-strand"]]],["p-e8b1d2c6",[[1,"utrecht-icon-strooien"]]],["p-23b2bc47",[[1,"utrecht-icon-subsidie"]]],["p-d304e423",[[1,"utrecht-icon-subsidie-gezin"]]],["p-15b936ff",[[1,"utrecht-icon-toeslag"]]],["p-ee4d6116",[[1,"utrecht-icon-trein"]]],["p-4c335ff9",[[1,"utrecht-icon-trouwen"]]],["p-ada30c1d",[[1,"utrecht-icon-twitter"]]],["p-8c895b93",[[1,"utrecht-icon-uw-wijk"]]],["p-4c8818f0",[[1,"utrecht-icon-vaccinatie"]]],["p-0e682937",[[1,"utrecht-icon-veilige-wijk"]]],["p-05155b1e",[[1,"utrecht-icon-vergaderen"]]],["p-68937e88",[[1,"utrecht-icon-vergoeding"]]],["p-a1aa07a0",[[1,"utrecht-icon-verhuizen"]]],["p-e9dcfbc0",[[1,"utrecht-icon-verkeerslicht"]]],["p-5d3e64bc",[[1,"utrecht-icon-verkiezingen"]]],["p-ec97a629",[[1,"utrecht-icon-verslaving"]]],["p-bdb8e0ab",[[1,"utrecht-icon-vervoersvoorziening"]]],["p-9be8ebea",[[1,"utrecht-icon-virus"]]],["p-d9371346",[[1,"utrecht-icon-vluchtelingen"]]],["p-8964351f",[[1,"utrecht-icon-voorzieningen-vervoer"]]],["p-ba2ff7b7",[[1,"utrecht-icon-vrijwilligerswerk"]]],["p-d042d943",[[1,"utrecht-icon-vuurwerk"]]],["p-cab70a89",[[1,"utrecht-icon-wandelstok"]]],["p-7a9ca08e",[[1,"utrecht-icon-warm"]]],["p-4e76b7f5",[[1,"utrecht-icon-warning"]]],["p-a95cffb3",[[1,"utrecht-icon-werken"]]],["p-bf0afa65",[[1,"utrecht-icon-werkzaamheden"]]],["p-17a46aea",[[1,"utrecht-icon-whatsapp"]]],["p-446b3179",[[1,"utrecht-icon-wonen-kosten"]]],["p-baffff49",[[1,"utrecht-icon-woning-zoeken"]]],["p-1087c4b7",[[1,"utrecht-icon-youtube"]]],["p-50f71026",[[1,"utrecht-icon-zelfstandig-wonen"]]],["p-c064168e",[[1,"utrecht-icon-zoomin"]]],["p-3e989e5d",[[1,"utrecht-icon-zoomout"]]],["p-42aea3c3",[[1,"utrecht-icon-zorg-huis"]]],["p-a4e6bea5",[[1,"utrecht-icon-zwemmen"]]],["p-2b8f0651",[[1,"utrecht-logo"]]],["p-0f8ac265",[[1,"utrecht-map-marker"]]],["p-ef44eb87",[[1,"utrecht-page"]]],["p-fc2cefba",[[1,"utrecht-page-content"]]],["p-4812b1f1",[[1,"utrecht-page-footer"]]],["p-64d22158",[[1,"utrecht-page-header"]]],["p-c7795b66",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["p-e0761870",[[1,"utrecht-separator"]]],["p-06aed2c0",[[1,"utrecht-sidenav",{"json":[1]}]]],["p-b0b7324a",[[1,"utrecht-table"]]],["p-82ea28a7",[[1,"utrecht-table-body"]]],["p-15506bef",[[1,"utrecht-table-caption"]]],["p-d29b0f51",[[1,"utrecht-table-cell"]]],["p-d3dc6cd5",[[1,"utrecht-table-footer"]]],["p-3e96e168",[[1,"utrecht-table-header"]]],["p-0a4d417d",[[1,"utrecht-table-header-cell",{"scope":[1]}]]],["p-ff806677",[[1,"utrecht-table-row"]]],["p-62f84f6c",[[1,"utrecht-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-7e032f94",[[1,"utrecht-button",{"appearance":[1],"busy":[4],"disabled":[4],"type":[1]}]]],["p-c19faecc",[[1,"utrecht-digid-logo"]]],["p-f1cdb5e9",[[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}]]]]'),e)));
1
+ import{p as e,b as t}from"./p-61cfc384.js";(()=>{const t=import.meta.url,c={};return""!==t&&(c.resourcesUrl=new URL(".",t).href),e(c)})().then((e=>t(JSON.parse('[["p-8ce48f11",[[1,"utrecht-contact-card-template"]]],["p-22fbbced",[[1,"utrecht-logo-button",{"type":[1]}]]],["p-f996067e",[[1,"utrecht-digid-button",{"type":[1]}]]],["p-de72df8d",[[1,"utrecht-article"]]],["p-c79f206a",[[1,"utrecht-backdrop",{"viewport":[4]}]]],["p-cc62aaef",[[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}]]],["p-42b7a00a",[[1,"utrecht-badge-data"]]],["p-d2ca8d44",[[1,"utrecht-badge-status",{"status":[1]}]]],["p-d5db9d0f",[[1,"utrecht-breadcrumb",{"json":[1],"variant":[1]}]]],["p-b21d4628",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["p-3642d84d",[[1,"utrecht-custom-checkbox",{"disabled":[4],"checked":[4],"indeterminate":[4],"invalid":[4],"required":[4]}]]],["p-7c69094b",[[1,"utrecht-document"]]],["p-0d7734c2",[[1,"utrecht-eherkenning-logo"]]],["p-8e555a51",[[1,"utrecht-eidas-logo"]]],["p-70d62149",[[1,"utrecht-form-field-checkbox",{"label":[4],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"value":[32]}]]],["p-a249efe3",[[1,"utrecht-form-field-description",{"status":[513]}]]],["p-7201f969",[[1,"utrecht-form-field-textarea",{"disabled":[516],"invalid":[516],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"value":[1]}]]],["p-1756e449",[[1,"utrecht-form-field-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-cbe45e1e",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["p-6755eb53",[[1,"utrecht-heading",{"level":[2]}]]],["p-2f31de75",[[1,"utrecht-heading-1"]]],["p-713c9cfe",[[1,"utrecht-heading-4"]]],["p-63a6ea4f",[[1,"utrecht-heading-5"]]],["p-d5126cfe",[[1,"utrecht-heading-6"]]],["p-7aa78491",[[4,"utrecht-html-content"]]],["p-de564651",[[1,"utrecht-icon"]]],["p-d66a404f",[[1,"utrecht-icon-afspraak-maken"]]],["p-b2f55a87",[[1,"utrecht-icon-afval"]]],["p-54432330",[[1,"utrecht-icon-afval-container"]]],["p-6cfe570b",[[1,"utrecht-icon-afval-containerpas"]]],["p-3fdf18b7",[[1,"utrecht-icon-afval-kalender"]]],["p-a20a60bc",[[1,"utrecht-icon-afval-scheiden"]]],["p-eee97cfa",[[1,"utrecht-icon-afvalkalender"]]],["p-a0d42249",[[1,"utrecht-icon-alleen"]]],["p-37d2493b",[[1,"utrecht-icon-arrow"]]],["p-07ab9a4a",[[1,"utrecht-icon-bestemmingsplan"]]],["p-ab9f1679",[[1,"utrecht-icon-betaaldatum"]]],["p-a824f056",[[1,"utrecht-icon-bewijsstukken"]]],["p-a2924b9a",[[1,"utrecht-icon-bijstand"]]],["p-0147b768",[[1,"utrecht-icon-blad"]]],["p-1e320ba8",[[1,"utrecht-icon-bouwproject"]]],["p-59f28bc2",[[1,"utrecht-icon-brandgevaar"]]],["p-625ce2e8",[[1,"utrecht-icon-brief-betalen"]]],["p-93c9a579",[[1,"utrecht-icon-checkmark"]]],["p-3e88156a",[[1,"utrecht-icon-college-b-w"]]],["p-c446bb31",[[1,"utrecht-icon-container"]]],["p-098f2a6c",[[1,"utrecht-icon-container-bio"]]],["p-48ab1072",[[1,"utrecht-icon-cross"]]],["p-1a0cbac5",[[1,"utrecht-icon-dakloos"]]],["p-47dd6372",[[1,"utrecht-icon-dementie"]]],["p-3a68c114",[[1,"utrecht-icon-documenten"]]],["p-8f23be2d",[[1,"utrecht-icon-duurzaam"]]],["p-dcd065a6",[[1,"utrecht-icon-eenzaamheid"]]],["p-95376af4",[[1,"utrecht-icon-eikenprocessie"]]],["p-fecd3b31",[[1,"utrecht-icon-elektrisch-rijden"]]],["p-19676f90",[[1,"utrecht-icon-energie-vergoeding"]]],["p-7432d159",[[1,"utrecht-icon-energietransitie"]]],["p-5ad2beee",[[1,"utrecht-icon-error"]]],["p-421d5f2c",[[1,"utrecht-icon-evenementen"]]],["p-976f9ce3",[[1,"utrecht-icon-facebook"]]],["p-968091b8",[[1,"utrecht-icon-fiets"]]],["p-384cbd75",[[1,"utrecht-icon-filter"]]],["p-c66462f7",[[1,"utrecht-icon-gebruiker-centraal"]]],["p-c241e178",[[1,"utrecht-icon-gebruiker-ingelogd"]]],["p-7ce19413",[[1,"utrecht-icon-gegevenswoordenboek"]]],["p-d7c64685",[[1,"utrecht-icon-geluid"]]],["p-52e4bcce",[[1,"utrecht-icon-gemeente-locatie"]]],["p-27d379fc",[[1,"utrecht-icon-gemeenteraad"]]],["p-df27bec1",[[1,"utrecht-icon-gezicht"]]],["p-22788160",[[1,"utrecht-icon-glijbaan"]]],["p-6a10f7bc",[[1,"utrecht-icon-grafiek"]]],["p-e309442e",[[1,"utrecht-icon-grofvuil"]]],["p-ace68320",[[1,"utrecht-icon-grofvuil-ophalen"]]],["p-6df4e09f",[[1,"utrecht-icon-herdenking"]]],["p-a90bed78",[[1,"utrecht-icon-hondenbelasting"]]],["p-8f6098c5",[[1,"utrecht-icon-horeca"]]],["p-c7aa98af",[[1,"utrecht-icon-horecavergunning"]]],["p-bc83b6e5",[[1,"utrecht-icon-huishoudelijk-geweld"]]],["p-473b7bf5",[[1,"utrecht-icon-hulp-huishouden"]]],["p-850ecac4",[[1,"utrecht-icon-hulp-vervoer"]]],["p-7525b49d",[[1,"utrecht-icon-hulp-zorg"]]],["p-91874b18",[[1,"utrecht-icon-hulpmiddelen-gezin"]]],["p-9a00a33c",[[1,"utrecht-icon-hulpverlening"]]],["p-867f9eac",[[1,"utrecht-icon-idee"]]],["p-dc1b5896",[[1,"utrecht-icon-information"]]],["p-72fa7794",[[1,"utrecht-icon-innovatie"]]],["p-f45957fb",[[1,"utrecht-icon-inspraak-inwoners"]]],["p-c9d6a627",[[1,"utrecht-icon-instagram"]]],["p-420e5d5f",[[1,"utrecht-icon-kalender"]]],["p-47d9b9b0",[[1,"utrecht-icon-kennis"]]],["p-251d5cf7",[[1,"utrecht-icon-kerstbomen"]]],["p-9eb4517c",[[1,"utrecht-icon-klachten"]]],["p-49111835",[[1,"utrecht-icon-kroon"]]],["p-806de3b0",[[1,"utrecht-icon-laadpaal"]]],["p-47ff8a1c",[[1,"utrecht-icon-lantaarnpaal"]]],["p-a423ba17",[[1,"utrecht-icon-lantaarnpaal-oud"]]],["p-c54ec707",[[1,"utrecht-icon-leren"]]],["p-8143857e",[[1,"utrecht-icon-let-op"]]],["p-293206d7",[[1,"utrecht-icon-linkedin"]]],["p-b6a831c8",[[1,"utrecht-icon-list"]]],["p-4338a087",[[1,"utrecht-icon-loupe"]]],["p-69e4731a",[[1,"utrecht-icon-markt"]]],["p-cfbaffb3",[[1,"utrecht-icon-melding"]]],["p-a45cee05",[[1,"utrecht-icon-melding-boom"]]],["p-18c6a7ee",[[1,"utrecht-icon-melding-klacht"]]],["p-fb60c46d",[[1,"utrecht-icon-melding-openbareruimte"]]],["p-438fa76a",[[1,"utrecht-icon-melding-verlichting"]]],["p-9a122e42",[[1,"utrecht-icon-menselijk"]]],["p-48afb32c",[[1,"utrecht-icon-milieu-ontheffing"]]],["p-5ba5731f",[[1,"utrecht-icon-natuur"]]],["p-b57b353e",[[1,"utrecht-icon-nieuw-huis"]]],["p-3926735f",[[1,"utrecht-icon-nummerbord"]]],["p-8fdb7d87",[[1,"utrecht-icon-om-het-huis"]]],["p-bf1005cb",[[1,"utrecht-icon-omgeving"]]],["p-80577cff",[[1,"utrecht-icon-omgevingsvisie"]]],["p-710a6db7",[[1,"utrecht-icon-omgevingswet"]]],["p-c10f3275",[[1,"utrecht-icon-onderhoud"]]],["p-75710f6d",[[1,"utrecht-icon-ondernemen"]]],["p-9477b570",[[1,"utrecht-icon-openingstijden"]]],["p-fef0a811",[[1,"utrecht-icon-over-de-stad"]]],["p-2f43701c",[[1,"utrecht-icon-overlijden"]]],["p-e3f32c40",[[1,"utrecht-icon-panden"]]],["p-61197a6c",[[1,"utrecht-icon-park"]]],["p-09658591",[[1,"utrecht-icon-parkeerkaart"]]],["p-01c69249",[[1,"utrecht-icon-parkeervergunning"]]],["p-9c48ccff",[[1,"utrecht-icon-parken"]]],["p-2613bb23",[[1,"utrecht-icon-parkeren-bedrijven"]]],["p-2c3abb65",[[1,"utrecht-icon-parkeren-betaalautomaat"]]],["p-b8820870",[[1,"utrecht-icon-parkeren-betalen"]]],["p-5819bf58",[[1,"utrecht-icon-participatie-campagne"]]],["p-4c38331d",[[1,"utrecht-icon-participatie-like"]]],["p-10c3cbca",[[1,"utrecht-icon-participatie-pitch"]]],["p-6cb0e6d9",[[1,"utrecht-icon-paspoort"]]],["p-fadb654e",[[1,"utrecht-icon-rijbewijs"]]],["p-4f637d43",[[1,"utrecht-icon-rolstoel"]]],["p-98267462",[[1,"utrecht-icon-schild-gemeente-utrecht"]]],["p-30e0bbd8",[[1,"utrecht-icon-shoppen"]]],["p-b99992a8",[[1,"utrecht-icon-sinterklaas"]]],["p-981b1077",[[1,"utrecht-icon-slechtziende-hoordende"]]],["p-3d89acbf",[[1,"utrecht-icon-sport"]]],["p-be78c8da",[[1,"utrecht-icon-sport-en-cultuur"]]],["p-05bb71be",[[1,"utrecht-icon-stookverbod"]]],["p-cd0b3597",[[1,"utrecht-icon-strand"]]],["p-e8b1d2c6",[[1,"utrecht-icon-strooien"]]],["p-23b2bc47",[[1,"utrecht-icon-subsidie"]]],["p-d304e423",[[1,"utrecht-icon-subsidie-gezin"]]],["p-15b936ff",[[1,"utrecht-icon-toeslag"]]],["p-ee4d6116",[[1,"utrecht-icon-trein"]]],["p-4c335ff9",[[1,"utrecht-icon-trouwen"]]],["p-ada30c1d",[[1,"utrecht-icon-twitter"]]],["p-8c895b93",[[1,"utrecht-icon-uw-wijk"]]],["p-4c8818f0",[[1,"utrecht-icon-vaccinatie"]]],["p-0e682937",[[1,"utrecht-icon-veilige-wijk"]]],["p-05155b1e",[[1,"utrecht-icon-vergaderen"]]],["p-68937e88",[[1,"utrecht-icon-vergoeding"]]],["p-a1aa07a0",[[1,"utrecht-icon-verhuizen"]]],["p-e9dcfbc0",[[1,"utrecht-icon-verkeerslicht"]]],["p-5d3e64bc",[[1,"utrecht-icon-verkiezingen"]]],["p-ec97a629",[[1,"utrecht-icon-verslaving"]]],["p-bdb8e0ab",[[1,"utrecht-icon-vervoersvoorziening"]]],["p-9be8ebea",[[1,"utrecht-icon-virus"]]],["p-d9371346",[[1,"utrecht-icon-vluchtelingen"]]],["p-8964351f",[[1,"utrecht-icon-voorzieningen-vervoer"]]],["p-ba2ff7b7",[[1,"utrecht-icon-vrijwilligerswerk"]]],["p-d042d943",[[1,"utrecht-icon-vuurwerk"]]],["p-cab70a89",[[1,"utrecht-icon-wandelstok"]]],["p-7a9ca08e",[[1,"utrecht-icon-warm"]]],["p-4e76b7f5",[[1,"utrecht-icon-warning"]]],["p-a95cffb3",[[1,"utrecht-icon-werken"]]],["p-bf0afa65",[[1,"utrecht-icon-werkzaamheden"]]],["p-17a46aea",[[1,"utrecht-icon-whatsapp"]]],["p-446b3179",[[1,"utrecht-icon-wonen-kosten"]]],["p-baffff49",[[1,"utrecht-icon-woning-zoeken"]]],["p-1087c4b7",[[1,"utrecht-icon-youtube"]]],["p-50f71026",[[1,"utrecht-icon-zelfstandig-wonen"]]],["p-c064168e",[[1,"utrecht-icon-zoomin"]]],["p-3e989e5d",[[1,"utrecht-icon-zoomout"]]],["p-42aea3c3",[[1,"utrecht-icon-zorg-huis"]]],["p-a4e6bea5",[[1,"utrecht-icon-zwemmen"]]],["p-2b8f0651",[[1,"utrecht-logo"]]],["p-0f8ac265",[[1,"utrecht-map-marker"]]],["p-ef44eb87",[[1,"utrecht-page"]]],["p-fc2cefba",[[1,"utrecht-page-content"]]],["p-4812b1f1",[[1,"utrecht-page-footer"]]],["p-64d22158",[[1,"utrecht-page-header"]]],["p-c7795b66",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["p-e0761870",[[1,"utrecht-separator"]]],["p-06aed2c0",[[1,"utrecht-sidenav",{"json":[1]}]]],["p-b0b7324a",[[1,"utrecht-table"]]],["p-82ea28a7",[[1,"utrecht-table-body"]]],["p-15506bef",[[1,"utrecht-table-caption"]]],["p-d29b0f51",[[1,"utrecht-table-cell"]]],["p-d3dc6cd5",[[1,"utrecht-table-footer"]]],["p-3e96e168",[[1,"utrecht-table-header"]]],["p-0a4d417d",[[1,"utrecht-table-header-cell",{"scope":[1]}]]],["p-ff806677",[[1,"utrecht-table-row"]]],["p-62f84f6c",[[1,"utrecht-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-7e032f94",[[1,"utrecht-button",{"appearance":[1],"busy":[4],"disabled":[4],"type":[1]}]]],["p-c19faecc",[[1,"utrecht-digid-logo"]]],["p-f1cdb5e9",[[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}]]]]'),e)));
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.367",
2
+ "version": "1.0.0-alpha.368",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -32,8 +32,8 @@
32
32
  "@stencil/sass": "1.5.2",
33
33
  "@stencil/vue-output-target": "0.6.2",
34
34
  "@types/jest": "29.0.0",
35
- "@utrecht/components": "1.0.0-alpha.329",
36
- "@utrecht/icon": "1.0.0-alpha.256",
35
+ "@utrecht/components": "1.0.0-alpha.330",
36
+ "@utrecht/icon": "1.0.0-alpha.257",
37
37
  "chokidar-cli": "3.0.0",
38
38
  "clsx": "1.2.1",
39
39
  "node-sass-package-importer": "5.3.2",
@@ -60,5 +60,5 @@
60
60
  "watch:build": "stencil build --watch",
61
61
  "generate": "stencil generate"
62
62
  },
63
- "gitHead": "3079ad5820a9a434105469aad0b55760e0901966"
63
+ "gitHead": "cea1bed96c0d31412c870ede6034ae680afa2960"
64
64
  }
@@ -1 +0,0 @@
1
- import{r as o,h as t}from"./p-61cfc384.js";import{c as r}from"./p-4345d76d.js";const c=class{constructor(t){o(this,t)}render(){const{viewport:o}=this;return t("div",{class:r("utrecht-backdrop",o&&"utrecht-backdrop--viewport")},t("slot",null))}};c.style=".utrecht-backdrop{background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--utrecht-backdrop-opacity);user-select:none;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:var(--utrecht-backdrop-z-index)}.utrecht-backdrop--viewport{position:fixed}:host{display:block}:host([hidden]){display:none !important}";export{c as utrecht_backdrop}