@utrecht/web-component-library-stencil 1.0.0-alpha.18 → 1.0.0-alpha.182
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/README.md +51 -0
- package/dist/cjs/{index-4628fffe.js → index-e7143401.js} +262 -73
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/utrecht-article.cjs.entry.js +4 -4
- package/dist/cjs/utrecht-backdrop.cjs.entry.js +21 -0
- package/dist/cjs/utrecht-badge-counter.cjs.entry.js +6 -6
- package/dist/cjs/utrecht-badge-data.cjs.entry.js +4 -4
- package/dist/cjs/utrecht-badge-status.cjs.entry.js +4 -4
- package/dist/cjs/utrecht-breadcrumb.cjs.entry.js +23 -0
- package/dist/cjs/utrecht-button_2.cjs.entry.js +58 -0
- package/dist/cjs/utrecht-checkbox.cjs.entry.js +32 -0
- package/dist/cjs/utrecht-contact-card-template.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-custom-checkbox.cjs.entry.js +52 -0
- package/dist/cjs/utrecht-digid-button.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-document.cjs.entry.js +4 -4
- package/dist/cjs/utrecht-eherkenning-logo.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-eidas-logo.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-form-field-checkbox.cjs.entry.js +34 -0
- package/dist/cjs/utrecht-form-field-description.cjs.entry.js +22 -0
- package/dist/cjs/utrecht-form-field-textarea.cjs.entry.js +34 -0
- package/dist/cjs/utrecht-form-field-textbox.cjs.entry.js +39 -0
- package/dist/cjs/utrecht-form-toggle.cjs.entry.js +48 -0
- package/dist/cjs/utrecht-heading-1.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-heading-2_3.cjs.entry.js +46 -0
- package/dist/cjs/utrecht-heading-4.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-heading-5.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-heading-6.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-heading.cjs.entry.js +4 -4
- package/dist/cjs/utrecht-html-content.cjs.entry.js +4 -4
- package/dist/cjs/utrecht-icon-afval.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-arrow.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-checkmark.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-cross.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-error.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-facebook.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-filter.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-information.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-instagram.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-linkedin.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-list.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-loupe.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-melding.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-paspoort.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-rijbewijs.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-toeslag.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-trouwen.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-twitter.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-verhuizen.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-warning.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-whatsapp.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-zoomin.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-zoomout.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-logo-button.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-logo.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-page-content.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-page-footer.cjs.entry.js +4 -4
- package/dist/cjs/utrecht-page-header.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-page.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-pagination.cjs.entry.js +38 -0
- package/dist/cjs/utrecht-separator.cjs.entry.js +4 -4
- package/dist/cjs/utrecht-sidenav.cjs.entry.js +4 -4
- package/dist/cjs/utrecht-textbox.cjs.entry.js +39 -0
- package/dist/cjs/utrecht.cjs.js +3 -3
- package/dist/collection/alternate-lang-link/bem.js +21 -0
- package/dist/collection/alternate-lang-nav/bem.js +12 -0
- package/dist/collection/article/bem.js +6 -0
- package/dist/collection/article/{bem.css → stencil.css} +12 -1
- package/dist/collection/article/stencil.js +3 -3
- package/dist/collection/backdrop/bem.js +12 -0
- package/dist/collection/backdrop/checkerboard.js +20 -0
- package/dist/collection/backdrop/stencil.css +33 -0
- package/dist/collection/backdrop/stencil.js +40 -0
- package/dist/collection/badge-counter/bem.js +7 -0
- package/dist/collection/badge-counter/{bem.css → stencil.css} +16 -2
- package/dist/collection/badge-counter/stencil.js +5 -5
- package/dist/collection/badge-data/bem.js +6 -0
- package/dist/collection/badge-data/{bem.css → stencil.css} +15 -1
- package/dist/collection/badge-data/stencil.js +3 -3
- package/dist/collection/badge-status/bem.js +7 -0
- package/dist/collection/badge-status/{bem.css → stencil.css} +20 -1
- package/dist/collection/badge-status/stencil.js +3 -3
- package/dist/collection/blockquote/bem.js +24 -0
- package/dist/collection/breadcrumb/bem.js +41 -0
- package/dist/collection/breadcrumb/stencil.css +240 -0
- package/dist/collection/breadcrumb/stencil.js +62 -0
- package/dist/collection/button/bem.js +37 -0
- package/dist/collection/button/html.js +17 -0
- package/dist/collection/button/stencil.css +101 -0
- package/dist/collection/button/stencil.js +93 -5
- package/dist/collection/checkbox/bem.js +19 -0
- package/dist/collection/checkbox/stencil.css +55 -0
- package/dist/collection/checkbox/stencil.js +164 -0
- package/dist/collection/collection-manifest.json +53 -3
- package/dist/collection/custom-checkbox/bem.js +46 -0
- package/dist/collection/custom-checkbox/stencil.css +184 -0
- package/dist/collection/custom-checkbox/stencil.js +205 -0
- package/dist/collection/digid-button/bem.js +16 -0
- package/dist/collection/digid-button/stencil.css +32 -0
- package/dist/collection/digid-button/stencil.js +41 -0
- package/dist/collection/digid-logo/stencil.css +18 -0
- package/dist/collection/digid-logo/stencil.js +23 -0
- package/dist/collection/document/stencil.css +33 -0
- package/dist/collection/document/stencil.js +3 -3
- package/dist/collection/eherkenning-logo/stencil.css +18 -0
- package/dist/collection/eherkenning-logo/stencil.js +26 -0
- package/dist/collection/eidas-logo/stencil.css +18 -0
- package/dist/collection/eidas-logo/stencil.js +28 -0
- package/dist/collection/emphasis/bem.js +19 -0
- package/dist/collection/form-field-checkbox/bem.js +10 -0
- package/dist/collection/form-field-checkbox/stencil.css +106 -0
- package/dist/collection/form-field-checkbox/stencil.js +190 -0
- package/dist/collection/form-field-checkbox-group/bem.js +33 -0
- package/dist/collection/form-field-description/bem.js +15 -0
- package/dist/collection/form-field-description/stencil.css +39 -0
- package/dist/collection/form-field-description/stencil.js +44 -0
- package/dist/collection/form-field-radio/bem.js +10 -0
- package/dist/collection/form-field-radio-group/bem.js +20 -0
- package/dist/collection/form-field-textarea/stencil.css +128 -0
- package/dist/collection/form-field-textarea/stencil.js +205 -0
- package/dist/collection/form-field-textbox/stencil.css +133 -0
- package/dist/collection/form-field-textbox/stencil.js +300 -0
- package/dist/collection/form-fieldset/bem.js +10 -0
- package/dist/collection/form-label/bem.js +22 -0
- package/dist/collection/form-toggle/bem.js +47 -0
- package/dist/collection/form-toggle/stencil.css +115 -0
- package/dist/collection/form-toggle/stencil.js +148 -0
- package/dist/collection/heading/bem.js +36 -0
- package/dist/collection/heading/{bem.css → stencil.css} +72 -37
- package/dist/collection/heading/stencil.js +3 -3
- package/dist/collection/heading-1/bem.js +11 -0
- package/dist/collection/heading-1/stencil.css +34 -0
- package/dist/collection/heading-1/stencil.js +15 -0
- package/dist/collection/heading-2/bem.js +11 -0
- package/dist/collection/heading-2/stencil.css +34 -0
- package/dist/collection/heading-2/stencil.js +15 -0
- package/dist/collection/heading-3/bem.js +11 -0
- package/dist/collection/heading-3/stencil.css +34 -0
- package/dist/collection/heading-3/stencil.js +15 -0
- package/dist/collection/heading-4/bem.js +11 -0
- package/dist/collection/heading-4/stencil.css +34 -0
- package/dist/collection/heading-4/stencil.js +15 -0
- package/dist/collection/heading-5/bem.js +11 -0
- package/dist/collection/heading-5/stencil.css +34 -0
- package/dist/collection/heading-5/stencil.js +15 -0
- package/dist/collection/heading-6/bem.js +11 -0
- package/dist/collection/heading-6/stencil.css +34 -0
- package/dist/collection/heading-6/stencil.js +15 -0
- package/dist/collection/html-content/stencil.css +1206 -0
- package/dist/collection/html-content/stencil.js +3 -3
- package/dist/collection/icon/afval.stencil.js +19 -0
- package/dist/collection/icon/afval.svg +7 -0
- package/dist/collection/icon/arrow.stencil.js +17 -0
- package/dist/collection/icon/arrow.svg +9 -0
- package/dist/collection/icon/checkmark.stencil.js +16 -0
- package/dist/collection/icon/checkmark.svg +9 -0
- package/dist/collection/icon/cross.stencil.js +17 -0
- package/dist/collection/icon/cross.svg +9 -0
- package/dist/collection/icon/dist/afval.svg +1 -0
- package/dist/collection/icon/dist/arrow.svg +1 -0
- package/dist/collection/icon/dist/checkmark.svg +1 -0
- package/dist/collection/icon/dist/cross.svg +1 -0
- package/dist/collection/icon/dist/error.svg +1 -0
- package/dist/collection/icon/dist/facebook.svg +1 -0
- package/dist/collection/icon/dist/filter.svg +1 -0
- package/dist/collection/icon/dist/information.svg +1 -0
- package/dist/collection/icon/dist/instagram.svg +1 -0
- package/dist/collection/icon/dist/linkedin.svg +1 -0
- package/dist/collection/icon/dist/list.svg +1 -0
- package/dist/collection/icon/dist/loupe.svg +1 -0
- package/dist/collection/icon/dist/melding.svg +1 -0
- package/dist/collection/icon/dist/paspoort.svg +1 -0
- package/dist/collection/icon/dist/rijbewijs.svg +1 -0
- package/dist/collection/icon/dist/toeslag.svg +1 -0
- package/dist/collection/icon/dist/trouwen.svg +1 -0
- package/dist/collection/icon/dist/twitter.svg +1 -0
- package/dist/collection/icon/dist/verhuizen.svg +1 -0
- package/dist/collection/icon/dist/warning.svg +1 -0
- package/dist/collection/icon/dist/whatsapp.svg +1 -0
- package/dist/collection/icon/dist/zoomin.svg +1 -0
- package/dist/collection/icon/dist/zoomout.svg +1 -0
- package/dist/collection/icon/error.stencil.js +18 -0
- package/dist/collection/icon/error.svg +15 -0
- package/dist/collection/icon/facebook.stencil.js +17 -0
- package/dist/collection/icon/facebook.svg +9 -0
- package/dist/collection/icon/filter.stencil.js +18 -0
- package/dist/collection/icon/filter.svg +6 -0
- package/dist/collection/icon/information.stencil.js +19 -0
- package/dist/collection/icon/information.svg +14 -0
- package/dist/collection/icon/instagram.stencil.js +19 -0
- package/dist/collection/icon/instagram.svg +16 -0
- package/dist/collection/icon/linkedin.stencil.js +18 -0
- package/dist/collection/icon/linkedin.svg +14 -0
- package/dist/collection/icon/list.stencil.js +21 -0
- package/dist/collection/icon/list.svg +9 -0
- package/dist/collection/icon/loupe.stencil.js +17 -0
- package/dist/collection/icon/loupe.svg +11 -0
- package/dist/collection/icon/melding.stencil.js +17 -0
- package/dist/collection/icon/melding.svg +5 -0
- package/dist/collection/icon/paspoort.stencil.js +17 -0
- package/dist/collection/icon/paspoort.svg +5 -0
- package/dist/collection/icon/rijbewijs.stencil.js +20 -0
- package/dist/collection/icon/rijbewijs.svg +8 -0
- package/dist/collection/icon/stencil.css +20 -0
- package/dist/collection/icon/toeslag.stencil.js +17 -0
- package/dist/collection/icon/toeslag.svg +5 -0
- package/dist/collection/icon/trouwen.stencil.js +16 -0
- package/dist/collection/icon/trouwen.svg +4 -0
- package/dist/collection/icon/twitter.stencil.js +17 -0
- package/dist/collection/icon/twitter.svg +9 -0
- package/dist/collection/icon/verhuizen.stencil.js +21 -0
- package/dist/collection/icon/verhuizen.svg +9 -0
- package/dist/collection/icon/warning.stencil.js +19 -0
- package/dist/collection/icon/warning.svg +19 -0
- package/dist/collection/icon/whatsapp.stencil.js +17 -0
- package/dist/collection/icon/whatsapp.svg +9 -0
- package/dist/collection/icon/zoomin.stencil.js +18 -0
- package/dist/collection/icon/zoomin.svg +13 -0
- package/dist/collection/icon/zoomout.stencil.js +17 -0
- package/dist/collection/icon/zoomout.svg +9 -0
- package/dist/collection/link/bem.js +43 -0
- package/dist/collection/link-list/bem.js +10 -0
- package/dist/collection/link-social/bem.js +20 -0
- package/dist/collection/logo/bem.js +33 -0
- package/dist/collection/logo/stencil.css +33 -0
- package/dist/collection/logo/stencil.js +26 -0
- package/dist/collection/logo-button/bem.js +17 -0
- package/dist/collection/logo-button/stencil.css +31 -0
- package/dist/collection/logo-button/stencil.js +41 -0
- package/dist/collection/mapcontrolbutton/bem.js +34 -0
- package/dist/collection/menulijst/bem.js +18 -0
- package/dist/collection/nav-top/bem.js +24 -0
- package/dist/collection/navigatie sidenav/bem.css +112 -175
- package/dist/collection/navigatie sidenav/bem.js +69 -0
- package/dist/collection/navigatie sidenav/stencil.js +11 -6
- package/dist/collection/navigatie topnav/bem.js +26 -0
- package/dist/collection/node_modules/@trysound/sax/lib/sax.js +1413 -0
- package/dist/collection/node_modules/commander/index.js +2217 -0
- package/dist/collection/node_modules/css-tree/data/index.js +103 -0
- package/dist/collection/node_modules/css-tree/dist/csstree.js +12606 -0
- package/dist/collection/node_modules/css-tree/dist/csstree.min.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/common/List.js +576 -0
- package/dist/collection/node_modules/css-tree/lib/common/OffsetToLocation.js +91 -0
- package/dist/collection/node_modules/css-tree/lib/common/SyntaxError.js +82 -0
- package/dist/collection/node_modules/css-tree/lib/common/TokenStream.js +219 -0
- package/dist/collection/node_modules/css-tree/lib/common/adopt-buffer.js +10 -0
- package/dist/collection/node_modules/css-tree/lib/convertor/create.js +28 -0
- package/dist/collection/node_modules/css-tree/lib/convertor/index.js +3 -0
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/SyntaxError.js +14 -0
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/generate.js +129 -0
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/index.js +6 -0
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/parse.js +568 -0
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/tokenizer.js +55 -0
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/walk.js +52 -0
- package/dist/collection/node_modules/css-tree/lib/generator/create.js +66 -0
- package/dist/collection/node_modules/css-tree/lib/generator/index.js +4 -0
- package/dist/collection/node_modules/css-tree/lib/generator/sourceMap.js +95 -0
- package/dist/collection/node_modules/css-tree/lib/index.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/Lexer.js +466 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/error.js +127 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/generic-an-plus-b.js +236 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/generic-urange.js +159 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/generic.js +585 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/index.js +3 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/match-graph.js +455 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/match.js +639 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/prepare-tokens.js +73 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/search.js +65 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/structure.js +163 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/trace.js +79 -0
- package/dist/collection/node_modules/css-tree/lib/parser/create.js +304 -0
- package/dist/collection/node_modules/css-tree/lib/parser/index.js +4 -0
- package/dist/collection/node_modules/css-tree/lib/parser/sequence.js +54 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/font-face.js +8 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/import.js +40 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/index.js +7 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/media.js +12 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/page.js +12 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/supports.js +89 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/config/lexer.js +9 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/config/mix.js +140 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/config/parser.js +25 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/config/walker.js +3 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/create.js +77 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/function/expression.js +7 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/function/var.js +43 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/index.js +21 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/AnPlusB.js +297 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Atrule.js +107 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/AtrulePrelude.js +51 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/AttributeSelector.js +165 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Block.js +91 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Brackets.js +34 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/CDC.js +19 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/CDO.js +19 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/ClassSelector.js +29 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Combinator.js +55 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Comment.js +36 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Declaration.js +169 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/DeclarationList.js +49 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Dimension.js +29 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Function.js +40 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Hash.js +26 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/IdSelector.js +27 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Identifier.js +20 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaFeature.js +76 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQuery.js +68 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQueryList.js +36 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Nth.js +51 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Number.js +18 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Operator.js +21 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Parentheses.js +34 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Percentage.js +27 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js +61 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js +62 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Ratio.js +66 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Raw.js +87 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Rule.js +54 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Selector.js +32 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/SelectorList.js +39 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/String.js +18 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/StyleSheet.js +81 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/TypeSelector.js +53 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/UnicodeRange.js +173 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Url.js +69 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Value.js +19 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/WhiteSpace.js +26 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/index.js +42 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nth.js +9 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nthWithOfClause.js +9 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/selectorList.js +7 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/dir.js +7 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/has.js +7 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/index.js +12 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/lang.js +7 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/matches.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/not.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-child.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-child.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-of-type.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-of-type.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/slotted.js +7 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/scope/atrulePrelude.js +3 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/scope/default.js +87 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/scope/index.js +5 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/scope/selector.js +80 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/scope/value.js +5 -0
- package/dist/collection/node_modules/css-tree/lib/tokenizer/char-code-definitions.js +249 -0
- package/dist/collection/node_modules/css-tree/lib/tokenizer/const.js +40 -0
- package/dist/collection/node_modules/css-tree/lib/tokenizer/index.js +591 -0
- package/dist/collection/node_modules/css-tree/lib/tokenizer/utils.js +243 -0
- package/dist/collection/node_modules/css-tree/lib/utils/clone.js +21 -0
- package/dist/collection/node_modules/css-tree/lib/utils/createCustomError.js +17 -0
- package/dist/collection/node_modules/css-tree/lib/utils/names.js +104 -0
- package/dist/collection/node_modules/css-tree/lib/walker/create.js +284 -0
- package/dist/collection/node_modules/css-tree/lib/walker/index.js +4 -0
- package/dist/collection/node_modules/mdn-data/api/index.js +3 -0
- package/dist/collection/node_modules/mdn-data/css/index.js +8 -0
- package/dist/collection/node_modules/mdn-data/index.js +5 -0
- package/dist/collection/node_modules/mdn-data/l10n/index.js +3 -0
- package/dist/collection/node_modules/source-map/dist/source-map.debug.js +3234 -0
- package/dist/collection/node_modules/source-map/dist/source-map.js +3233 -0
- package/dist/collection/node_modules/source-map/dist/source-map.min.js +2 -0
- package/dist/collection/node_modules/source-map/lib/array-set.js +121 -0
- package/dist/collection/node_modules/source-map/lib/base64-vlq.js +140 -0
- package/dist/collection/node_modules/source-map/lib/base64.js +67 -0
- package/dist/collection/node_modules/source-map/lib/binary-search.js +111 -0
- package/dist/collection/node_modules/source-map/lib/mapping-list.js +79 -0
- package/dist/collection/node_modules/source-map/lib/quick-sort.js +114 -0
- package/dist/collection/node_modules/source-map/lib/source-map-consumer.js +1145 -0
- package/dist/collection/node_modules/source-map/lib/source-map-generator.js +425 -0
- package/dist/collection/node_modules/source-map/lib/source-node.js +413 -0
- package/dist/collection/node_modules/source-map/lib/util.js +488 -0
- package/dist/collection/node_modules/source-map/source-map.js +8 -0
- package/dist/collection/node_modules/svgo/dist/svgo.browser.js +1 -0
- package/dist/collection/node_modules/svgo/lib/css-tools.js +239 -0
- package/dist/collection/node_modules/svgo/lib/parser.js +259 -0
- package/dist/collection/node_modules/svgo/lib/path.js +347 -0
- package/dist/collection/node_modules/svgo/lib/stringifier.js +326 -0
- package/dist/collection/node_modules/svgo/lib/style.js +283 -0
- package/dist/collection/node_modules/svgo/lib/svgo/coa.js +517 -0
- package/dist/collection/node_modules/svgo/lib/svgo/config.js +138 -0
- package/dist/collection/node_modules/svgo/lib/svgo/css-class-list.js +72 -0
- package/dist/collection/node_modules/svgo/lib/svgo/css-select-adapter.js +120 -0
- package/dist/collection/node_modules/svgo/lib/svgo/css-style-declaration.js +232 -0
- package/dist/collection/node_modules/svgo/lib/svgo/jsAPI.js +443 -0
- package/dist/collection/node_modules/svgo/lib/svgo/plugins.js +109 -0
- package/dist/collection/node_modules/svgo/lib/svgo/tools.js +137 -0
- package/dist/collection/node_modules/svgo/lib/svgo-node.js +106 -0
- package/dist/collection/node_modules/svgo/lib/svgo.js +83 -0
- package/dist/collection/node_modules/svgo/lib/xast.js +102 -0
- package/dist/collection/node_modules/svgo/plugins/_applyTransforms.js +335 -0
- package/dist/collection/node_modules/svgo/plugins/_collections.js +2168 -0
- package/dist/collection/node_modules/svgo/plugins/_path.js +816 -0
- package/dist/collection/node_modules/svgo/plugins/_transforms.js +379 -0
- package/dist/collection/node_modules/svgo/plugins/addAttributesToSVGElement.js +87 -0
- package/dist/collection/node_modules/svgo/plugins/addClassesToSVGElement.js +87 -0
- package/dist/collection/node_modules/svgo/plugins/cleanupAttrs.js +55 -0
- package/dist/collection/node_modules/svgo/plugins/cleanupEnableBackground.js +75 -0
- package/dist/collection/node_modules/svgo/plugins/cleanupIDs.js +297 -0
- package/dist/collection/node_modules/svgo/plugins/cleanupListOfValues.js +154 -0
- package/dist/collection/node_modules/svgo/plugins/cleanupNumericValues.js +113 -0
- package/dist/collection/node_modules/svgo/plugins/collapseGroups.js +135 -0
- package/dist/collection/node_modules/svgo/plugins/convertColors.js +152 -0
- package/dist/collection/node_modules/svgo/plugins/convertEllipseToCircle.js +39 -0
- package/dist/collection/node_modules/svgo/plugins/convertPathData.js +1023 -0
- package/dist/collection/node_modules/svgo/plugins/convertShapeToPath.js +175 -0
- package/dist/collection/node_modules/svgo/plugins/convertStyleToAttrs.js +132 -0
- package/dist/collection/node_modules/svgo/plugins/convertTransform.js +432 -0
- package/dist/collection/node_modules/svgo/plugins/inlineStyles.js +379 -0
- package/dist/collection/node_modules/svgo/plugins/mergePaths.js +104 -0
- package/dist/collection/node_modules/svgo/plugins/mergeStyles.js +93 -0
- package/dist/collection/node_modules/svgo/plugins/minifyStyles.js +148 -0
- package/dist/collection/node_modules/svgo/plugins/moveElemsAttrsToGroup.js +130 -0
- package/dist/collection/node_modules/svgo/plugins/moveGroupAttrsToElems.js +62 -0
- package/dist/collection/node_modules/svgo/plugins/plugins.js +56 -0
- package/dist/collection/node_modules/svgo/plugins/prefixIds.js +241 -0
- package/dist/collection/node_modules/svgo/plugins/preset-default.js +80 -0
- package/dist/collection/node_modules/svgo/plugins/removeAttributesBySelector.js +99 -0
- package/dist/collection/node_modules/svgo/plugins/removeAttrs.js +159 -0
- package/dist/collection/node_modules/svgo/plugins/removeComments.js +31 -0
- package/dist/collection/node_modules/svgo/plugins/removeDesc.js +41 -0
- package/dist/collection/node_modules/svgo/plugins/removeDimensions.js +43 -0
- package/dist/collection/node_modules/svgo/plugins/removeDoctype.js +42 -0
- package/dist/collection/node_modules/svgo/plugins/removeEditorsNSData.js +68 -0
- package/dist/collection/node_modules/svgo/plugins/removeElementsByAttr.js +78 -0
- package/dist/collection/node_modules/svgo/plugins/removeEmptyAttrs.js +33 -0
- package/dist/collection/node_modules/svgo/plugins/removeEmptyContainers.js +58 -0
- package/dist/collection/node_modules/svgo/plugins/removeEmptyText.js +57 -0
- package/dist/collection/node_modules/svgo/plugins/removeHiddenElems.js +318 -0
- package/dist/collection/node_modules/svgo/plugins/removeMetadata.js +29 -0
- package/dist/collection/node_modules/svgo/plugins/removeNonInheritableGroupAttrs.js +38 -0
- package/dist/collection/node_modules/svgo/plugins/removeOffCanvasPaths.js +138 -0
- package/dist/collection/node_modules/svgo/plugins/removeRasterImages.js +33 -0
- package/dist/collection/node_modules/svgo/plugins/removeScriptElement.js +29 -0
- package/dist/collection/node_modules/svgo/plugins/removeStyleElement.js +29 -0
- package/dist/collection/node_modules/svgo/plugins/removeTitle.js +29 -0
- package/dist/collection/node_modules/svgo/plugins/removeUnknownsAndDefaults.js +218 -0
- package/dist/collection/node_modules/svgo/plugins/removeUnusedNS.js +61 -0
- package/dist/collection/node_modules/svgo/plugins/removeUselessDefs.js +65 -0
- package/dist/collection/node_modules/svgo/plugins/removeUselessStrokeAndFill.js +144 -0
- package/dist/collection/node_modules/svgo/plugins/removeViewBox.js +51 -0
- package/dist/collection/node_modules/svgo/plugins/removeXMLNS.js +30 -0
- package/dist/collection/node_modules/svgo/plugins/removeXMLProcInst.js +30 -0
- package/dist/collection/node_modules/svgo/plugins/reusePaths.js +113 -0
- package/dist/collection/node_modules/svgo/plugins/sortAttrs.js +113 -0
- package/dist/collection/node_modules/svgo/plugins/sortDefsChildren.js +60 -0
- package/dist/collection/ordered-list/bem.js +11 -0
- package/dist/collection/page/bem.js +6 -0
- package/dist/collection/page/stencil.css +30 -0
- package/dist/collection/page/stencil.js +20 -0
- package/dist/collection/page-content/bem.js +10 -0
- package/dist/collection/page-content/stencil.css +31 -0
- package/dist/collection/page-content/stencil.js +20 -0
- package/dist/collection/page-footer/bem.js +7 -0
- package/dist/collection/page-footer/{bem.css → stencil.css} +30 -12
- package/dist/collection/page-footer/stencil.js +3 -3
- package/dist/collection/page-header/bem.js +6 -0
- package/dist/collection/page-header/stencil.css +30 -0
- package/dist/collection/page-header/stencil.js +20 -0
- package/dist/collection/pagination/bem.js +54 -0
- package/dist/collection/pagination/stencil.css +118 -0
- package/dist/collection/pagination/stencil.js +110 -0
- package/dist/collection/paragraph/bem.js +17 -0
- package/dist/collection/paragraph/{bem.css → stencil.css} +18 -3
- package/dist/collection/paragraph/stencil.js +5 -5
- package/dist/collection/pre-heading/bem.js +15 -0
- package/dist/collection/radio-button/bem.js +19 -0
- package/dist/collection/search-bar/bem.js +15 -0
- package/dist/collection/select/bem.js +39 -0
- package/dist/collection/separator/bem.js +16 -0
- package/dist/collection/separator/{bem.css → stencil.css} +18 -4
- package/dist/collection/separator/stencil.js +3 -3
- package/dist/collection/templates/contact-card-template/stencil.css +176 -0
- package/dist/collection/templates/contact-card-template/stencil.js +25 -0
- package/dist/collection/textarea/bem.js +35 -0
- package/dist/collection/textarea/html.js +20 -0
- package/dist/collection/textbox/bem.js +37 -0
- package/dist/collection/textbox/stencil.css +96 -0
- package/dist/collection/textbox/stencil.js +297 -0
- package/dist/collection/toptask-link/bem.js +33 -0
- package/dist/collection/toptask-nav/bem.js +19 -0
- package/dist/collection/unordered-list/bem.js +28 -0
- package/dist/collection/url/bem.js +14 -0
- package/dist/custom-elements/index.d.ts +300 -0
- package/dist/custom-elements/index.js +1079 -92
- package/dist/esm/{index-73546a7d.js → index-42875c8d.js} +261 -74
- package/dist/esm/loader.js +3 -3
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/utrecht-article.entry.js +4 -4
- package/dist/esm/utrecht-backdrop.entry.js +17 -0
- package/dist/esm/utrecht-badge-counter.entry.js +6 -6
- package/dist/esm/utrecht-badge-data.entry.js +4 -4
- package/dist/esm/utrecht-badge-status.entry.js +4 -4
- package/dist/esm/utrecht-breadcrumb.entry.js +19 -0
- package/dist/esm/utrecht-button_2.entry.js +53 -0
- package/dist/esm/utrecht-checkbox.entry.js +28 -0
- package/dist/esm/utrecht-contact-card-template.entry.js +15 -0
- package/dist/esm/utrecht-custom-checkbox.entry.js +48 -0
- package/dist/esm/utrecht-digid-button.entry.js +15 -0
- package/dist/esm/utrecht-document.entry.js +4 -4
- package/dist/esm/utrecht-eherkenning-logo.entry.js +15 -0
- package/dist/esm/utrecht-eidas-logo.entry.js +15 -0
- package/dist/esm/utrecht-form-field-checkbox.entry.js +30 -0
- package/dist/esm/utrecht-form-field-description.entry.js +18 -0
- package/dist/esm/utrecht-form-field-textarea.entry.js +30 -0
- package/dist/esm/utrecht-form-field-textbox.entry.js +35 -0
- package/dist/esm/utrecht-form-toggle.entry.js +44 -0
- package/dist/esm/utrecht-heading-1.entry.js +15 -0
- package/dist/esm/utrecht-heading-2_3.entry.js +40 -0
- package/dist/esm/utrecht-heading-4.entry.js +15 -0
- package/dist/esm/utrecht-heading-5.entry.js +15 -0
- package/dist/esm/utrecht-heading-6.entry.js +15 -0
- package/dist/esm/utrecht-heading.entry.js +4 -4
- package/dist/esm/utrecht-html-content.entry.js +4 -4
- package/dist/esm/utrecht-icon-afval.entry.js +15 -0
- package/dist/esm/utrecht-icon-arrow.entry.js +15 -0
- package/dist/esm/utrecht-icon-checkmark.entry.js +15 -0
- package/dist/esm/utrecht-icon-cross.entry.js +15 -0
- package/dist/esm/utrecht-icon-error.entry.js +15 -0
- package/dist/esm/utrecht-icon-facebook.entry.js +15 -0
- package/dist/esm/utrecht-icon-filter.entry.js +15 -0
- package/dist/esm/utrecht-icon-information.entry.js +15 -0
- package/dist/esm/utrecht-icon-instagram.entry.js +15 -0
- package/dist/esm/utrecht-icon-linkedin.entry.js +15 -0
- package/dist/esm/utrecht-icon-list.entry.js +15 -0
- package/dist/esm/utrecht-icon-loupe.entry.js +15 -0
- package/dist/esm/utrecht-icon-melding.entry.js +15 -0
- package/dist/esm/utrecht-icon-paspoort.entry.js +15 -0
- package/dist/esm/utrecht-icon-rijbewijs.entry.js +15 -0
- package/dist/esm/utrecht-icon-toeslag.entry.js +15 -0
- package/dist/esm/utrecht-icon-trouwen.entry.js +15 -0
- package/dist/esm/utrecht-icon-twitter.entry.js +15 -0
- package/dist/esm/utrecht-icon-verhuizen.entry.js +15 -0
- package/dist/esm/utrecht-icon-warning.entry.js +15 -0
- package/dist/esm/utrecht-icon-whatsapp.entry.js +15 -0
- package/dist/esm/utrecht-icon-zoomin.entry.js +15 -0
- package/dist/esm/utrecht-icon-zoomout.entry.js +15 -0
- package/dist/esm/utrecht-logo-button.entry.js +15 -0
- package/dist/esm/utrecht-logo.entry.js +15 -0
- package/dist/esm/utrecht-page-content.entry.js +15 -0
- package/dist/esm/utrecht-page-footer.entry.js +4 -4
- package/dist/esm/utrecht-page-header.entry.js +15 -0
- package/dist/esm/utrecht-page.entry.js +15 -0
- package/dist/esm/utrecht-pagination.entry.js +34 -0
- package/dist/esm/utrecht-separator.entry.js +4 -4
- package/dist/esm/utrecht-sidenav.entry.js +4 -4
- package/dist/esm/utrecht-textbox.entry.js +35 -0
- package/dist/esm/utrecht.js +3 -3
- package/dist/types/backdrop/stencil.d.ts +4 -0
- package/dist/types/breadcrumb/stencil.d.ts +5 -0
- package/dist/types/button/stencil.d.ts +6 -0
- package/dist/types/checkbox/stencil.d.ts +16 -0
- package/dist/types/components.d.ts +792 -0
- package/dist/types/custom-checkbox/stencil.d.ts +17 -0
- package/dist/types/digid-button/stencil.d.ts +9 -0
- package/dist/types/digid-logo/stencil.d.ts +8 -0
- package/dist/types/eherkenning-logo/stencil.d.ts +8 -0
- package/dist/types/eidas-logo/stencil.d.ts +8 -0
- package/dist/types/form-field-checkbox/stencil.d.ts +18 -0
- package/dist/types/form-field-description/stencil.d.ts +8 -0
- package/dist/types/form-field-textarea/stencil.d.ts +18 -0
- package/dist/types/form-field-textbox/stencil.d.ts +23 -0
- package/dist/types/form-toggle/stencil.d.ts +14 -0
- package/dist/types/heading-1/stencil.d.ts +3 -0
- package/dist/types/heading-2/stencil.d.ts +3 -0
- package/dist/types/heading-3/stencil.d.ts +3 -0
- package/dist/types/heading-4/stencil.d.ts +3 -0
- package/dist/types/heading-5/stencil.d.ts +3 -0
- package/dist/types/heading-6/stencil.d.ts +3 -0
- package/dist/types/icon/afval.stencil.d.ts +3 -0
- package/dist/types/icon/arrow.stencil.d.ts +3 -0
- package/dist/types/icon/checkmark.stencil.d.ts +3 -0
- package/dist/types/icon/cross.stencil.d.ts +3 -0
- package/dist/types/icon/error.stencil.d.ts +3 -0
- package/dist/types/icon/facebook.stencil.d.ts +3 -0
- package/dist/types/icon/filter.stencil.d.ts +3 -0
- package/dist/types/icon/information.stencil.d.ts +3 -0
- package/dist/types/icon/instagram.stencil.d.ts +3 -0
- package/dist/types/icon/linkedin.stencil.d.ts +3 -0
- package/dist/types/icon/list.stencil.d.ts +3 -0
- package/dist/types/icon/loupe.stencil.d.ts +3 -0
- package/dist/types/icon/melding.stencil.d.ts +3 -0
- package/dist/types/icon/paspoort.stencil.d.ts +3 -0
- package/dist/types/icon/rijbewijs.stencil.d.ts +3 -0
- package/dist/types/icon/toeslag.stencil.d.ts +3 -0
- package/dist/types/icon/trouwen.stencil.d.ts +3 -0
- package/dist/types/icon/twitter.stencil.d.ts +3 -0
- package/dist/types/icon/verhuizen.stencil.d.ts +3 -0
- package/dist/types/icon/warning.stencil.d.ts +3 -0
- package/dist/types/icon/whatsapp.stencil.d.ts +3 -0
- package/dist/types/icon/zoomin.stencil.d.ts +3 -0
- package/dist/types/icon/zoomout.stencil.d.ts +3 -0
- package/dist/types/logo/stencil.d.ts +7 -0
- package/dist/types/logo-button/stencil.d.ts +9 -0
- package/dist/types/page/stencil.d.ts +7 -0
- package/dist/types/page-content/stencil.d.ts +7 -0
- package/dist/types/page-header/stencil.d.ts +7 -0
- package/dist/types/pagination/stencil.d.ts +11 -0
- package/dist/types/stencil-public-runtime.d.ts +189 -186
- package/dist/types/templates/contact-card-template/stencil.d.ts +3 -0
- package/dist/types/textbox/stencil.d.ts +23 -0
- package/dist/utrecht/p-015da69b.entry.js +1 -0
- package/dist/utrecht/p-0be64f70.entry.js +1 -0
- package/dist/utrecht/p-11d72e1a.entry.js +1 -0
- package/dist/utrecht/p-1253fb3a.entry.js +1 -0
- package/dist/utrecht/p-147c83c0.entry.js +1 -0
- package/dist/utrecht/p-15afa626.entry.js +1 -0
- package/dist/utrecht/p-173e8c72.entry.js +1 -0
- package/dist/utrecht/p-27890e6a.entry.js +1 -0
- package/dist/utrecht/p-2d612aad.entry.js +1 -0
- package/dist/utrecht/p-32385272.entry.js +1 -0
- package/dist/utrecht/p-32921d2d.entry.js +1 -0
- package/dist/utrecht/p-329ede84.entry.js +1 -0
- package/dist/utrecht/p-33f412a9.entry.js +1 -0
- package/dist/utrecht/p-36b44cb6.entry.js +1 -0
- package/dist/utrecht/p-3d1e1263.entry.js +1 -0
- package/dist/utrecht/p-3f3fc864.entry.js +1 -0
- package/dist/utrecht/p-42e3e6d7.entry.js +1 -0
- package/dist/utrecht/p-439c55e6.entry.js +1 -0
- package/dist/utrecht/p-460a6c71.entry.js +1 -0
- package/dist/utrecht/p-488a209b.entry.js +1 -0
- package/dist/utrecht/p-4a2b236d.entry.js +1 -0
- package/dist/utrecht/p-4dbd76b0.entry.js +1 -0
- package/dist/utrecht/p-52aa2d03.entry.js +1 -0
- package/dist/utrecht/p-53b147b9.entry.js +1 -0
- package/dist/utrecht/p-57e5e7ea.entry.js +1 -0
- package/dist/utrecht/p-5832383c.entry.js +1 -0
- package/dist/utrecht/p-5bd99f83.entry.js +1 -0
- package/dist/utrecht/p-6bcb17f6.entry.js +1 -0
- package/dist/utrecht/p-6fac3953.entry.js +1 -0
- package/dist/utrecht/p-76849cd1.entry.js +1 -0
- package/dist/utrecht/p-7d0f5899.entry.js +1 -0
- package/dist/utrecht/p-7ffd47bd.entry.js +1 -0
- package/dist/utrecht/p-8389cab0.entry.js +1 -0
- package/dist/utrecht/p-9111c7c4.entry.js +1 -0
- package/dist/utrecht/p-944c4ea4.entry.js +1 -0
- package/dist/utrecht/p-94f15bf5.entry.js +1 -0
- package/dist/utrecht/p-952a7511.entry.js +1 -0
- package/dist/utrecht/p-9ac2fec6.entry.js +1 -0
- package/dist/utrecht/p-9f524730.entry.js +1 -0
- package/dist/utrecht/p-a0a574ca.entry.js +1 -0
- package/dist/utrecht/p-a35813cc.entry.js +1 -0
- package/dist/utrecht/p-a7af4a88.entry.js +1 -0
- package/dist/utrecht/p-b210ec37.entry.js +1 -0
- package/dist/utrecht/p-b23a13c3.entry.js +1 -0
- package/dist/utrecht/p-b8f8e5ad.entry.js +1 -0
- package/dist/utrecht/p-bb1f4f98.entry.js +1 -0
- package/dist/utrecht/p-c3b62d01.entry.js +1 -0
- package/dist/utrecht/p-cd3a74bb.entry.js +1 -0
- package/dist/utrecht/p-cdb3dcb2.entry.js +1 -0
- package/dist/utrecht/p-d1d59ae3.entry.js +1 -0
- package/dist/utrecht/p-d2a1ac24.entry.js +1 -0
- package/dist/utrecht/p-d972f0f8.entry.js +1 -0
- package/dist/utrecht/p-e1a000f8.entry.js +1 -0
- package/dist/utrecht/p-e60ac01d.entry.js +1 -0
- package/dist/utrecht/p-ef4ae7fc.entry.js +1 -0
- package/dist/utrecht/p-f587c0ad.entry.js +1 -0
- package/dist/utrecht/p-f5f98866.js +1 -0
- package/dist/utrecht/p-f8649bc3.entry.js +1 -0
- package/dist/utrecht/p-f91510dc.entry.js +1 -0
- package/dist/utrecht/p-f9d7321a.entry.js +1 -0
- package/dist/utrecht/utrecht.esm.js +1 -1
- package/loader/index.d.ts +0 -1
- package/package.json +17 -9
- package/dist/article/stencil.js +0 -21
- package/dist/badge-counter/stencil.js +0 -37
- package/dist/badge-data/stencil.js +0 -25
- package/dist/badge-status/stencil.js +0 -28
- package/dist/button/stencil.js +0 -25
- package/dist/cjs/utrecht-button.cjs.entry.js +0 -20
- package/dist/cjs/utrecht-paragraph.cjs.entry.js +0 -20
- package/dist/collection/button/bem.css +0 -48
- package/dist/collection/document/bem.css +0 -12
- package/dist/collection/html-content/html.css +0 -633
- package/dist/collection/menulijst/pijltje.svg +0 -1
- package/dist/document/stencil.js +0 -21
- package/dist/esm/utrecht-button.entry.js +0 -16
- package/dist/esm/utrecht-paragraph.entry.js +0 -16
- package/dist/heading/stencil.js +0 -50
- package/dist/html-content/stencil.js +0 -25
- package/dist/navigatie sidenav/stencil.js +0 -30
- package/dist/page-footer/stencil.js +0 -25
- package/dist/paragraph/stencil.js +0 -25
- package/dist/separator/stencil.js +0 -20
- package/dist/utrecht/p-3a69515b.entry.js +0 -1
- package/dist/utrecht/p-6f35490c.entry.js +0 -1
- package/dist/utrecht/p-7157cce8.entry.js +0 -1
- package/dist/utrecht/p-7603f427.entry.js +0 -1
- package/dist/utrecht/p-7bb755d1.entry.js +0 -1
- package/dist/utrecht/p-7e18e0f8.entry.js +0 -1
- package/dist/utrecht/p-9e84c97e.js +0 -1
- package/dist/utrecht/p-b5095fed.entry.js +0 -1
- package/dist/utrecht/p-b5aa001b.entry.js +0 -1
- package/dist/utrecht/p-e1d48327.entry.js +0 -1
- package/dist/utrecht/p-e2fb0e03.entry.js +0 -1
- package/dist/utrecht/p-f8adb4e0.entry.js +0 -1
- package/dist/utrecht/p-fc20c5e2.entry.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r,h as t}from"./p-f5f98866.js";let e=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"0 -1 24 24"},t("title",null,"Loupe"),t("g",null,t("path",{fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.5028 16.2982C11.5839 18.3961 7.51217 18.1416 4.90662 15.5261C2.00474 12.613 2.02036 7.87451 4.94151 4.94223C7.86266 2.00995 12.5832 1.99433 15.485 4.90734C18.0906 7.52288 18.3441 11.6102 16.2541 14.5402C16.2813 14.5597 16.3073 14.5818 16.3317 14.6063L21.1481 19.4412C21.39 19.6839 21.3887 20.0788 21.1452 20.3232L20.2637 21.2081C20.0203 21.4524 19.6269 21.4537 19.3851 21.211L14.5686 16.3761C14.5442 16.3515 14.5223 16.3255 14.5028 16.2982ZM13.6987 13.733C11.7513 15.6879 8.60428 15.6983 6.66969 13.7563C4.7351 11.8143 4.74552 8.65523 6.69295 6.70038C8.64039 4.74553 11.7874 4.73512 13.722 6.67712C15.6566 8.61913 15.6461 11.7782 13.6987 13.733Z"})))}};e.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{e as utrecht_icon_loupe}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as e}from"./p-f5f98866.js";let r=class{constructor(e){t(this,e)}render(){return e("div",{class:"utrecht-document"},e("slot",null))}};r.style=".utrecht-document{color:var(--utrecht-document-color, inherit);font-family:var(--utrecht-document-font-family, inherit);font-size:var(--utrecht-document-font-size, inherit);font-weight:var(--utrecht-document-font-weight, inherit);line-height:var(--utrecht-document-line-height, inherit);text-rendering:optimizeLegibility}.utrecht-document :lang(ar){letter-spacing:0 !important}.utrecht-document--surface{background-color:var(--utrecht-document-background-color, inherit)}:host{display:block}:host([hidden]){display:none !important}";export{r as utrecht_document}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as o,h as t}from"./p-f5f98866.js";import{c as r}from"./p-4070c1e5.js";let 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);bottom:0;color:var(--utrecht-backdrop-color);display:block;left:0;opacity:var(--utrecht-backdrop-opacity);position:absolute;right:0;top:0;user-select:none;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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let e,t,l,n=!1,o=!1,s=!1,i=!1,r=!1;const c="undefined"!=typeof window?window:{},f=c.document||{head:{}},u={t:0,l:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,l,n)=>e.addEventListener(t,l,n),rel:(e,t,l,n)=>e.removeEventListener(t,l,n),ce:(e,t)=>new CustomEvent(e,t)},a=e=>Promise.resolve(e),$=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replace}catch(e){}return!1})(),d=new WeakMap,h=e=>"sc-"+e.o,y={},b=e=>"object"==(e=typeof e)||"function"===e,p=(e,t,...l)=>{let n=null,o=null,s=null,i=!1,r=!1,c=[];const f=t=>{for(let l=0;l<t.length;l++)n=t[l],Array.isArray(n)?f(n):null!=n&&"boolean"!=typeof n&&((i="function"!=typeof e&&!b(n))&&(n+=""),i&&r?c[c.length-1].i+=n:c.push(i?m(null,n):n),r=i)};if(f(l),t){t.key&&(o=t.key),t.name&&(s=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}const u=m(e,null);return u.u=t,c.length>0&&(u.$=c),u.h=o,u.p=s,u},m=(e,t)=>({t:0,m:e,i:t,g:null,$:null,u:null,h:null,p:null}),w={},g=(e,t,l,n,o,s)=>{if(l!==n){let i=ee(e,t),r=t.toLowerCase();if("class"===t){const t=e.classList,o=S(l),s=S(n);t.remove(...o.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!o.includes(e))))}else if("key"===t);else if(i||"o"!==t[0]||"n"!==t[1]){const r=b(n);if((i||r&&null!==n)&&!o)try{if(e.tagName.includes("-"))e[t]=n;else{let o=null==n?"":n;"list"===t?i=!1:null!=l&&e[t]==o||(e[t]=o)}}catch(e){}null==n||!1===n?!1===n&&""!==e.getAttribute(t)||e.removeAttribute(t):(!i||4&s||o)&&!r&&e.setAttribute(t,n=!0===n?"":n)}else t="-"===t[2]?t.slice(3):ee(c,r)?r.slice(2):r[2]+t.slice(3),l&&u.rel(e,t,l,!1),n&&u.ael(e,t,n,!1)}},v=/\s/,S=e=>e?e.split(v):[],j=(e,t,l,n)=>{const o=11===t.g.nodeType&&t.g.host?t.g.host:t.g,s=e&&e.u||y,i=t.u||y;for(n in s)n in i||g(o,n,s[n],void 0,l,t.t);for(n in i)g(o,n,s[n],i[n],l,t.t)},k=(o,r,c,u)=>{let a,$,d,h=r.$[c],y=0;if(n||(s=!0,"slot"===h.m&&(e&&u.classList.add(e+"-s"),h.t|=h.$?2:1)),null!==h.i)a=h.g=f.createTextNode(h.i);else if(1&h.t)a=h.g=f.createTextNode("");else{if(i||(i="svg"===h.m),a=h.g=f.createElementNS(i?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",2&h.t?"slot-fb":h.m),i&&"foreignObject"===h.m&&(i=!1),j(null,h,i),null!=e&&a["s-si"]!==e&&a.classList.add(a["s-si"]=e),h.$)for(y=0;y<h.$.length;++y)$=k(o,h,y,a),$&&a.appendChild($);"svg"===h.m?i=!1:"foreignObject"===a.tagName&&(i=!0)}return a["s-hn"]=l,3&h.t&&(a["s-sr"]=!0,a["s-cr"]=t,a["s-sn"]=h.p||"",d=o&&o.$&&o.$[c],d&&d.m===h.m&&o.g&&O(o.g,!1)),a},O=(e,t)=>{u.t|=1;const n=e.childNodes;for(let e=n.length-1;e>=0;e--){const o=n[e];o["s-hn"]!==l&&o["s-ol"]&&(T(o).insertBefore(o,R(o)),o["s-ol"].remove(),o["s-ol"]=void 0,s=!0),t&&O(o,t)}u.t&=-2},M=(e,t,n,o,s,i)=>{let r,c=e["s-cr"]&&e["s-cr"].parentNode||e;for(c.shadowRoot&&c.tagName===l&&(c=c.shadowRoot);s<=i;++s)o[s]&&(r=k(null,n,s,e),r&&(o[s].g=r,c.insertBefore(r,R(t))))},C=(e,t,l,n,s)=>{for(;t<=l;++t)(n=e[t])&&(o=!0,(s=n.g)["s-ol"]?s["s-ol"].remove():O(s,!0),s.remove())},P=(e,t)=>e.m===t.m&&("slot"===e.m?e.p===t.p:e.h===t.h),R=e=>e&&e["s-ol"]||e,T=e=>(e["s-ol"]?e["s-ol"]:e).parentNode,x=(e,t)=>{const l=t.g=e.g,n=e.$,o=t.$,s=t.m,r=t.i;let c;null===r?(i="svg"===s||"foreignObject"!==s&&i,"slot"===s||j(e,t,i),null!==n&&null!==o?((e,t,l,n)=>{let o,s,i=0,r=0,c=0,f=0,u=t.length-1,a=t[0],$=t[u],d=n.length-1,h=n[0],y=n[d];for(;i<=u&&r<=d;)if(null==a)a=t[++i];else if(null==$)$=t[--u];else if(null==h)h=n[++r];else if(null==y)y=n[--d];else if(P(a,h))x(a,h),a=t[++i],h=n[++r];else if(P($,y))x($,y),$=t[--u],y=n[--d];else if(P(a,y))"slot"!==a.m&&"slot"!==y.m||O(a.g.parentNode,!1),x(a,y),e.insertBefore(a.g,$.g.nextSibling),a=t[++i],y=n[--d];else if(P($,h))"slot"!==a.m&&"slot"!==y.m||O($.g.parentNode,!1),x($,h),e.insertBefore($.g,a.g),$=t[--u],h=n[++r];else{for(c=-1,f=i;f<=u;++f)if(t[f]&&null!==t[f].h&&t[f].h===h.h){c=f;break}c>=0?(s=t[c],s.m!==h.m?o=k(t&&t[r],l,c,e):(x(s,h),t[c]=void 0,o=s.g),h=n[++r]):(o=k(t&&t[r],l,r,e),h=n[++r]),o&&T(a.g).insertBefore(o,R(a.g))}i>u?M(e,null==n[d+1]?null:n[d+1].g,l,n,r,d):r>d&&C(t,i,u)})(l,n,t,o):null!==o?(null!==e.i&&(l.textContent=""),M(l,null,t,o,0,o.length-1)):null!==n&&C(n,0,n.length-1),i&&"svg"===s&&(i=!1)):(c=l["s-cr"])?c.parentNode.textContent=r:e.i!==r&&(l.data=r)},E=e=>{let t,l,n,o,s,i,r=e.childNodes;for(l=0,n=r.length;l<n;l++)if(t=r[l],1===t.nodeType){if(t["s-sr"])for(s=t["s-sn"],t.hidden=!1,o=0;o<n;o++)if(i=r[o].nodeType,r[o]["s-hn"]!==t["s-hn"]||""!==s){if(1===i&&s===r[o].getAttribute("slot")){t.hidden=!0;break}}else if(1===i||3===i&&""!==r[o].textContent.trim()){t.hidden=!0;break}E(t)}},A=[],F=e=>{let t,l,n,s,i,r,c=0,f=e.childNodes,u=f.length;for(;c<u;c++){if(t=f[c],t["s-sr"]&&(l=t["s-cr"])&&l.parentNode)for(n=l.parentNode.childNodes,s=t["s-sn"],r=n.length-1;r>=0;r--)l=n[r],l["s-cn"]||l["s-nr"]||l["s-hn"]===t["s-hn"]||(L(l,s)?(i=A.find((e=>e.v===l)),o=!0,l["s-sn"]=l["s-sn"]||s,i?i.S=t:A.push({S:t,v:l}),l["s-sr"]&&A.map((e=>{L(e.v,l["s-sn"])&&(i=A.find((e=>e.v===l)),i&&!e.S&&(e.S=i.S))}))):A.some((e=>e.v===l))||A.push({v:l}));1===t.nodeType&&F(t)}},L=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,N=e=>X(e).j,U=(e,t,l)=>{const n=N(e);return{emit:e=>W(n,t,{bubbles:!!(4&l),composed:!!(2&l),cancelable:!!(1&l),detail:e})}},W=(e,t,l)=>{const n=u.ce(t,l);return e.dispatchEvent(n),n},q=(e,t)=>{t&&!e.k&&t["s-p"]&&t["s-p"].push(new Promise((t=>e.k=t)))},H=(e,t)=>{if(e.t|=16,!(4&e.t))return q(e,e.O),ae((()=>V(e,t)));e.t|=512},V=(e,t)=>{const l=e.M;return G(void 0,(()=>_(e,l,t)))},_=async(e,t,l)=>{const n=e.j,o=n["s-rc"];l&&(e=>{const t=e.C,l=e.j,n=t.t,o=((e,t)=>{let l=h(t),n=oe.get(l);if(e=11===e.nodeType?e:f,n)if("string"==typeof n){let t,o=d.get(e=e.head||e);if(o||d.set(e,o=new Set),!o.has(l)){{t=f.createElement("style"),t.innerHTML=n;const l=e.ownerDocument.querySelector("style[nonce]");l&&(t.setAttribute("nonce",l.getAttribute("nonce")),console.log("CSP nonce-"+l.getAttribute("nonce"))),e.insertBefore(t,e.querySelector("link"))}o&&o.add(l)}}else e.adoptedStyleSheets.includes(n)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,n]);return l})(l.shadowRoot?l.shadowRoot:l.getRootNode(),t);10&n&&(l["s-sc"]=o,l.classList.add(o+"-h"))})(e);z(e,t),o&&(o.map((e=>e())),n["s-rc"]=void 0);{const t=n["s-p"],l=()=>B(e);0===t.length?l():(Promise.all(t).then(l),e.t|=4,t.length=0)}},z=(i,r)=>{try{r=r.render(),i.t&=-17,i.t|=2,((i,r)=>{const c=i.j,a=i.C,$=i.P||m(null,null),d=(e=>e&&e.m===w)(r)?r:p(null,null,r);if(l=c.tagName,a.R&&(d.u=d.u||{},a.R.map((([e,t])=>d.u[t]=c[e]))),d.m=null,d.t|=4,i.P=d,d.g=$.g=c.shadowRoot||c,e=c["s-sc"],t=c["s-cr"],n=0!=(1&a.t),o=!1,x($,d),u.t|=1,s){let e,t,l,n,o,s;F(d.g);let i=0;for(;i<A.length;i++)e=A[i],t=e.v,t["s-ol"]||(l=f.createTextNode(""),l["s-nr"]=t,t.parentNode.insertBefore(t["s-ol"]=l,t));for(i=0;i<A.length;i++)if(e=A[i],t=e.v,e.S){for(n=e.S.parentNode,o=e.S.nextSibling,l=t["s-ol"];l=l.previousSibling;)if(s=l["s-nr"],s&&s["s-sn"]===t["s-sn"]&&n===s.parentNode&&(s=s.nextSibling,!s||!s["s-nr"])){o=s;break}(!o&&n!==t.parentNode||t.nextSibling!==o)&&t!==o&&(!t["s-hn"]&&t["s-ol"]&&(t["s-hn"]=t["s-ol"].parentNode.nodeName),n.insertBefore(t,o))}else 1===t.nodeType&&(t.hidden=!0)}o&&E(d.g),u.t&=-2,A.length=0})(i,r)}catch(e){te(e,i.j)}return null},B=e=>{const t=e.j,l=e.O;64&e.t||(e.t|=64,I(t),e.T(t),l||D()),e.k&&(e.k(),e.k=void 0),512&e.t&&ue((()=>H(e,!1))),e.t&=-517},D=()=>{I(f.documentElement),ue((()=>W(c,"appload",{detail:{namespace:"utrecht"}})))},G=(e,t)=>e&&e.then?e.then(t):t(),I=e=>e.classList.add("hydrated"),J=(e,t,l)=>{if(t.A){const n=Object.entries(t.A),o=e.prototype;if(n.map((([e,[n]])=>{(31&n||2&l&&32&n)&&Object.defineProperty(o,e,{get(){return((e,t)=>X(this).F.get(t))(0,e)},set(l){((e,t,l,n)=>{const o=X(e),s=o.F.get(t),i=o.t,r=o.M;l=((e,t)=>null==e||b(e)?e:4&t?"false"!==e&&(""===e||!!e):2&t?parseFloat(e):1&t?e+"":e)(l,n.A[t][0]),8&i&&void 0!==s||l===s||(o.F.set(t,l),r&&2==(18&i)&&H(o,!1))})(this,e,l,t)},configurable:!0,enumerable:!0})})),1&l){const l=new Map;o.attributeChangedCallback=function(e,t,n){u.jmp((()=>{const t=l.get(e);if(this.hasOwnProperty(t))n=this[t],delete this[t];else if(o.hasOwnProperty(t)&&"number"==typeof this[t]&&this[t]==n)return;this[t]=(null!==n||"boolean"!=typeof this[t])&&n}))},e.observedAttributes=n.filter((([e,t])=>15&t[0])).map((([e,n])=>{const o=n[1]||e;return l.set(o,e),512&n[0]&&t.R.push([e,o]),o}))}}return e},K=(e,t={})=>{const l=[],n=t.exclude||[],o=c.customElements,s=f.head,i=s.querySelector("meta[charset]"),r=f.createElement("style"),a=[];let d,y=!0;Object.assign(u,t),u.l=new URL(t.resourcesUrl||"./",f.baseURI).href,e.map((e=>{e[1].map((t=>{const s={t:t[0],o:t[1],A:t[2],L:t[3]};s.A=t[2],s.R=[];const i=s.o,r=class extends HTMLElement{constructor(e){super(e),Z(e=this,s),1&s.t&&e.attachShadow({mode:"open"})}connectedCallback(){d&&(clearTimeout(d),d=null),y?a.push(this):u.jmp((()=>(e=>{if(0==(1&u.t)){const t=X(e),l=t.C,n=()=>{};if(!(1&t.t)){t.t|=1,12&l.t&&(e=>{const t=e["s-cr"]=f.createComment("");t["s-cn"]=!0,e.insertBefore(t,e.firstChild)})(e);{let l=e;for(;l=l.parentNode||l.host;)if(l["s-p"]){q(t,t.O=l);break}}l.A&&Object.entries(l.A).map((([t,[l]])=>{if(31&l&&e.hasOwnProperty(t)){const l=e[t];delete e[t],e[t]=l}})),(async(e,t,l,n,o)=>{if(0==(32&t.t)){{if(t.t|=32,(o=ne(l)).then){const e=()=>{};o=await o,e()}o.isProxied||(J(o,l,2),o.isProxied=!0);const e=()=>{};t.t|=8;try{new o(t)}catch(e){te(e)}t.t&=-9,e()}if(o.style){let e=o.style;const t=h(l);if(!oe.has(t)){const n=()=>{};((e,t,l)=>{let n=oe.get(e);$&&l?(n=n||new CSSStyleSheet,n.replace(t)):n=t,oe.set(e,n)})(t,e,!!(1&l.t)),n()}}}const s=t.O,i=()=>H(t,!0);s&&s["s-rc"]?s["s-rc"].push(i):i()})(0,t,l)}n()}})(this)))}disconnectedCallback(){u.jmp((()=>{}))}componentOnReady(){return X(this).N}};s.U=e[0],n.includes(i)||o.get(i)||(l.push(i),o.define(i,J(r,s,1)))}))}));{r.innerHTML=l+"{visibility:hidden}.hydrated{visibility:inherit}",r.setAttribute("data-styles","");const e=r.ownerDocument.querySelector("style[nonce]");e&&r.setAttribute("nonce",e.getAttribute("nonce")),s.insertBefore(r,i?i.nextSibling:s.firstChild)}y=!1,a.length?a.map((e=>e.connectedCallback())):u.jmp((()=>d=setTimeout(D,30)))},Q=new WeakMap,X=e=>Q.get(e),Y=(e,t)=>Q.set(t.M=e,t),Z=(e,t)=>{const l={t:0,j:e,C:t,F:new Map};return l.N=new Promise((e=>l.T=e)),e["s-p"]=[],e["s-rc"]=[],Q.set(e,l)},ee=(e,t)=>t in e,te=(e,t)=>(0,console.error)(e,t),le=new Map,ne=e=>{const t=e.o.replace(/-/g,"_"),l=e.U,n=le.get(l);return n?n[t]:import(`./${l}.entry.js`).then((e=>(le.set(l,e),e[t])),te)},oe=new Map,se=[],ie=[],re=(e,t)=>l=>{e.push(l),r||(r=!0,t&&4&u.t?ue(fe):u.raf(fe))},ce=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){te(e)}e.length=0},fe=()=>{ce(se),ce(ie),(r=se.length>0)&&u.raf(fe)},ue=e=>a().then(e),ae=re(ie,!0);export{K as b,U as c,N as g,p as h,a as p,Y as r}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as o}from"./p-f5f98866.js";let e=class{constructor(o){t(this,o)}render(){return o("div",{class:"utrecht-digid-button"},o("utrecht-digid-logo",{class:"utrecht-digid-button__logo"}),o("utrecht-button",{class:"utrecht-digid-button__button",type:this.type||null},o("slot",null)))}};e.style=".utrecht-logo-button{--utrecht-button-min-block-size:var(--utrecht-logo-button-block-size, 50px);--utrecht-logo-max-height:var(--utrecht-logo-button-block-size, 50px);--utrecht-logo-max-width:var(--utrecht-logo-button-block-size, 50px);display:inline-flex;gap:var(--utrecht-space-inline-sm)}.utrecht-logo-button__logo{order:1}.utrecht-logo-button__button{order:2}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_logo_button}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,h as t}from"./p-f5f98866.js";import{c as r}from"./p-4070c1e5.js";let n=class{constructor(t){e(this,t)}render(){const e=JSON.parse(this.json);return t("nav",{class:"utrecht-sidenav"},t("ul",{class:"utrecht-sidenav__list"},e.map((({href:e,title:n,current:i,focus:c,children:a,sibling:s,haschildren:d},o,l)=>t("li",{key:e,class:r("utrecht-sidenav__item",o+1===l.length&&"utrecht-sidenav__item--last",s&&"utrecht-sidenav__item--sibling",d&&"utrecht-sidenav__item--parent")},t("a",{class:r("utrecht-sidenav__link",i&&"utrecht-sidenav__link--current",c&&"utrecht-sidenav__link--focus",s&&"utrecht-sidenav__link--sibling",d&&"utrecht-sidenav__link--parent"),href:e},t("div",{class:r("utrecht-sidenav__marker",i&&"utrecht-sidenav__marker--current")}),t("div",{class:r("utrecht-sidenav__connection",d&&"utrecht-sidenav__connection--parent",s&&"utrecht-sidenav__connection--sibling",o+1===l.length&&"utrecht-sidenav__connection--last")}),n),a?t("ul",{class:"utrecht-sidenav__list utrecht-sidenav__list--child"},a.map((({href:e,title:n,current:i,focus:c})=>t("li",{key:e,class:"utrecht-sidenav__item utrecht-sidenav__item--child"},t("a",{class:r("utrecht-sidenav__link","utrecht-sidenav__link--child",i&&"utrecht-sidenav__link--current",i&&"utrecht-sidenav__link--current-child",c&&"utrecht-sidenav__link--focus"),href:e},t("div",{class:r("utrecht-sidenav__marker","utrecht-sidenav__marker--child",i&&"utrecht-sidenav__marker--current",i&&"utrecht-sidenav__marker--current-child")}),n))))):"",t("div",{class:"utrecht-sidenav__item-separator"}))))))}};n.style='.utrecht-sidenav{--utrecht-sidenav-connection-color:var(--utrecht-sidenav-item-marker-color);--utrecht-sidenav-connection-inline-size:2px;--utrecht-sidenav-marker-current-color:var(--utrecht-sidenav-link-hover-color);--utrecht-sidenav-marker-offset:26px;--utrecht-sidenav-connection-block-size:100%;--utrecht-sidenav-marker-height:8px;--utrecht-sidenav-marker-outline-width:2px;border-block-end:1px solid var(--utrecht-color-grey-80);border-block-start:1px solid var(--utrecht-color-grey-80);margin-block-end:0;margin-block-start:0;padding-block-end:0;padding-block-start:0;width:19rem}.utrecht-sidenav__list{margin-block-end:0;margin-block-start:0.2rem;padding-block-end:0;padding-block-start:0;padding-inline-start:0}.utrecht-sidenav__list--child{margin-block-start:0;padding-inline-end:0;padding-inline-start:1.4rem}.utrecht-sidenav__item{list-style:none;margin-inline-start:0;position:relative}.utrecht-sidenav__item--current{color:var(--utrecht-sidenav-item-hover-color, var(--utrecht-link-hover-color, red))}.utrecht-sidenav__item--last{border-block-end:none}.utrecht-sidenav__item-separator:not(.utrecht-sidenav__item--last .utrecht-sidenav__item-separator){border-block-end:1px solid var(--utrecht-color-grey-80);display:block;margin-inline-start:var(--utrecht-space-inline-lg)}.utrecht-sidenav__link{color:var(--utrecht-sidenav-link-color, var(--utrecht-link-color, blue));display:block;margin-inline-start:0;padding-block-end:var(--utrecht-space-block-xs);padding-block-start:var(--utrecht-space-block-xs);padding-inline-end:var(--utrecht-space-inline-3xs);padding-inline-start:var(--utrecht-space-inline-lg);text-decoration:none}.utrecht-sidenav__link:hover{color:var(--utrecht-sidenav-link-hover-color, var(--utrecht-link-hover-color, red));text-decoration:underline}.utrecht-sidenav__link--focus-visible,.utrecht-sidenav__link:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:0;outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-sidenav__link--parent{padding-block-end:0}.utrecht-sidenav__connection,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:not(.utrecht-sidenav__link--sibling):not(.utrecht-sidenav__link--parent):not(.utrecht-sidenav__link--child)::after{background:var(--utrecht-sidenav-connection-color);bottom:0;content:"";display:block;height:calc(var(--utrecht-sidenav-connection-block-size) - var(--utrecht-sidenav-marker-height) - 2 * var(--utrecht-sidenav-marker-outline-width));left:3px;overflow:hidden;position:absolute;top:calc(var(--utrecht-sidenav-marker-offset));width:var(--utrecht-sidenav-connection-inline-size);z-index:5}.utrecht-sidenav__connection--last,.utrecht-sidenav__connection--parent,.utrecht-sidenav__connection--sibling{display:none}.utrecht-sidenav__marker,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link::before{background-color:var(--utrecht-sidenav-item-marker-color);border-radius:100%;content:"";height:var(--utrecht-sidenav-marker-height);left:var(--utrecht-sidenav-marker-offset);overflow:hidden;position:absolute;top:20px;transform:translateY(-50%) translateX(calc(-1 * var(--utrecht-sidenav-marker-offset)));width:8px;z-index:10}.utrecht-sidenav__marker--child,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--child::before{background-color:transparent;border:2px solid var(--utrecht-sidenav-link-color);height:4px;left:1.2rem;top:16px;transform:translateY(-50%) translateX(-19.5px);width:4px}.utrecht-sidenav__marker--current,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--current::before,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--current-child::before{background-color:var(--utrecht-sidenav-marker-current-color)}.utrecht-sidenav__link--child,.utrecht-sidenav__link--current-child{color:var(--utrecht-sidenav-link-color, var(--utrecht-link-color, blue));margin-block-end:0;margin-block-start:0;padding-block-end:var(--utrecht-space-block-2xs);padding-block-start:var(--utrecht-space-block-2xs);padding-inline-end:var(--utrecht-space-inline-3xs);padding-inline-start:var(--utrecht-space-inline-lg);text-decoration:none}.utrecht-sidenav__link--current,.utrecht-sidenav__link--current-child{font-weight:var(--utrecht-typography-weight-scale-bold-font-weight)}.utrecht-sidenav__marker--hover,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:hover::before,.utrecht-sidenav__link:hover .utrecht-sidenav__marker,.utrecht-sidenav__link:hover .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link::before,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:hover .utrecht-sidenav__link::before{background-color:var(--utrecht-sidenav-link-hover-color)}.utrecht-sidenav__marker--child.utrecht-sidenav__marker--hover,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__marker--child.utrecht-sidenav__link:hover::before,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__marker--hover.utrecht-sidenav__link--child::before,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--child.utrecht-sidenav__link:hover::before,.utrecht-sidenav__link:hover .utrecht-sidenav__marker--child.utrecht-sidenav__marker,.utrecht-sidenav__link:hover .utrecht-sidenav--pseudo-elements .utrecht-sidenav__marker.utrecht-sidenav__link--child::before,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:hover .utrecht-sidenav__marker.utrecht-sidenav__link--child::before,.utrecht-sidenav__link:hover .utrecht-sidenav--pseudo-elements .utrecht-sidenav__marker--child.utrecht-sidenav__link::before,.utrecht-sidenav__link:hover .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link.utrecht-sidenav__link--child::before,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:hover .utrecht-sidenav__marker--child.utrecht-sidenav__link::before,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:hover .utrecht-sidenav__link.utrecht-sidenav__link--child::before{background-color:var(--utrecht-sidenav-link-hover-color);border:2px solid var(--utrecht-sidenav-link-hover-color)}.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--child::after{display:none}.utrecht-sidenav__link:focus:not(:focus-visible){box-shadow:none;outline-style:none}';export{n as utrecht_sidenav}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r,h as t}from"./p-f5f98866.js";let o=class{constructor(t){r(this,t)}render(){return t("footer",{class:"utrecht-page-footer"},t("slot",null))}};o.style=".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-footer .utrecht-link--telephone{color:#fff}.utrecht-page-footer .utrecht-paragraph{color:#fff}.utrecht-page-footer__address--reset-address{font-style:inherit;margin-block-end:0;margin-block-start:0}:host{display:block}:host([hidden]){display:none !important}";export{o as utrecht_page_footer}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-
|
|
1
|
+
import{p as e,b as t}from"./p-f5f98866.js";(()=>{const t=import.meta.url,c={};return""!==t&&(c.resourcesUrl=new URL(".",t).href),e(c)})().then((e=>t([["p-329ede84",[[1,"utrecht-contact-card-template"]]],["p-3d1e1263",[[1,"utrecht-digid-button",{type:[1]}]]],["p-f8649bc3",[[1,"utrecht-logo-button",{type:[1]}]]],["p-32385272",[[1,"utrecht-custom-checkbox",{disabled:[516],checked:[516],indeterminate:[516],invalid:[516],required:[516]}]]],["p-2d612aad",[[1,"utrecht-article"]]],["p-f587c0ad",[[1,"utrecht-backdrop",{viewport:[4]}]]],["p-32921d2d",[[1,"utrecht-badge-counter",{value:[2],max:[2],locale:[1]}]]],["p-a7af4a88",[[1,"utrecht-badge-data"]]],["p-e1a000f8",[[1,"utrecht-badge-status",{status:[1]}]]],["p-5832383c",[[1,"utrecht-breadcrumb",{json:[1],variant:[1]}]]],["p-36b44cb6",[[1,"utrecht-checkbox",{disabled:[516],readOnly:[516,"readonly"],checked:[4],value:[1]}]]],["p-ef4ae7fc",[[1,"utrecht-document"]]],["p-cdb3dcb2",[[1,"utrecht-eherkenning-logo"]]],["p-33f412a9",[[1,"utrecht-eidas-logo"]]],["p-a0a574ca",[[1,"utrecht-form-field-checkbox",{label:[4],disabled:[516],checked:[516],invalid:[516],required:[516],value:[32]}]]],["p-952a7511",[[1,"utrecht-form-field-description",{status:[513]}]]],["p-488a209b",[[1,"utrecht-form-field-textarea",{disabled:[516],invalid:[516],readOnly:[516,"readonly"],placeholder:[1],required:[516],value:[1]}]]],["p-3f3fc864",[[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-944c4ea4",[[1,"utrecht-form-toggle",{disabled:[516],checked:[516]}]]],["p-15afa626",[[1,"utrecht-heading",{level:[2]}]]],["p-27890e6a",[[1,"utrecht-heading-1"]]],["p-173e8c72",[[1,"utrecht-heading-4"]]],["p-7d0f5899",[[1,"utrecht-heading-5"]]],["p-8389cab0",[[1,"utrecht-heading-6"]]],["p-42e3e6d7",[[4,"utrecht-html-content"]]],["p-a35813cc",[[1,"utrecht-icon-afval"]]],["p-b23a13c3",[[1,"utrecht-icon-arrow"]]],["p-53b147b9",[[1,"utrecht-icon-cross"]]],["p-147c83c0",[[1,"utrecht-icon-error"]]],["p-b8f8e5ad",[[1,"utrecht-icon-facebook"]]],["p-d2a1ac24",[[1,"utrecht-icon-filter"]]],["p-9f524730",[[1,"utrecht-icon-information"]]],["p-6fac3953",[[1,"utrecht-icon-instagram"]]],["p-460a6c71",[[1,"utrecht-icon-linkedin"]]],["p-0be64f70",[[1,"utrecht-icon-list"]]],["p-e60ac01d",[[1,"utrecht-icon-loupe"]]],["p-c3b62d01",[[1,"utrecht-icon-melding"]]],["p-4dbd76b0",[[1,"utrecht-icon-paspoort"]]],["p-439c55e6",[[1,"utrecht-icon-rijbewijs"]]],["p-52aa2d03",[[1,"utrecht-icon-toeslag"]]],["p-5bd99f83",[[1,"utrecht-icon-trouwen"]]],["p-6bcb17f6",[[1,"utrecht-icon-twitter"]]],["p-1253fb3a",[[1,"utrecht-icon-verhuizen"]]],["p-76849cd1",[[1,"utrecht-icon-warning"]]],["p-7ffd47bd",[[1,"utrecht-icon-whatsapp"]]],["p-9111c7c4",[[1,"utrecht-icon-zoomin"]]],["p-57e5e7ea",[[1,"utrecht-icon-zoomout"]]],["p-d972f0f8",[[1,"utrecht-logo"]]],["p-9ac2fec6",[[1,"utrecht-page"]]],["p-4a2b236d",[[1,"utrecht-page-content"]]],["p-f9d7321a",[[1,"utrecht-page-footer"]]],["p-11d72e1a",[[1,"utrecht-page-header"]]],["p-cd3a74bb",[[1,"utrecht-pagination",{links:[1],next:[1],prev:[1],currentIndex:[2,"current-index"]}]]],["p-d1d59ae3",[[1,"utrecht-separator"]]],["p-f91510dc",[[1,"utrecht-sidenav",{json:[1]}]]],["p-94f15bf5",[[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-bb1f4f98",[[1,"utrecht-icon-checkmark"]]],["p-015da69b",[[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{lead:[4]}]]],["p-b210ec37",[[1,"utrecht-button",{busy:[4],disabled:[4],type:[1]}],[1,"utrecht-digid-logo"]]]],e)));
|
package/loader/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.182",
|
|
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",
|
|
6
6
|
"name": "@utrecht/web-component-library-stencil",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"nl-design-system"
|
|
9
|
+
],
|
|
7
10
|
"private": false,
|
|
8
11
|
"publishConfig": {
|
|
9
12
|
"access": "public"
|
|
@@ -25,27 +28,32 @@
|
|
|
25
28
|
"url": "git@github.com:nl-design-system/utrecht.git"
|
|
26
29
|
},
|
|
27
30
|
"devDependencies": {
|
|
28
|
-
"@stencil/react-output-target": "0.
|
|
29
|
-
"@stencil/sass": "1.
|
|
30
|
-
"
|
|
31
|
+
"@stencil/react-output-target": "0.3.1",
|
|
32
|
+
"@stencil/sass": "1.5.2",
|
|
33
|
+
"@stencil/vue-output-target": "0.6.0",
|
|
34
|
+
"chokidar-cli": "3.0.0",
|
|
31
35
|
"node-sass-package-importer": "5.3.2",
|
|
32
36
|
"npm-run-all": "4.1.5",
|
|
33
37
|
"rimraf": "3.0.2"
|
|
34
38
|
},
|
|
35
39
|
"dependencies": {
|
|
36
|
-
"@stencil/angular-output-target": "0.0
|
|
37
|
-
"@stencil/core": "2.
|
|
40
|
+
"@stencil/angular-output-target": "0.4.0",
|
|
41
|
+
"@stencil/core": "2.14.0"
|
|
38
42
|
},
|
|
39
43
|
"scripts": {
|
|
40
44
|
"prebuild": "npm run clean",
|
|
41
45
|
"build": "npm-run-all build:**",
|
|
42
46
|
"build:stencil": "stencil build",
|
|
43
47
|
"build:typescript": "tsc",
|
|
44
|
-
"
|
|
48
|
+
"build:web-components": "npm run build:stencil",
|
|
49
|
+
"clean": "npm-run-all clean:**",
|
|
50
|
+
"clean:stencil": "rimraf dist/",
|
|
51
|
+
"clean:angular-output-target": "rimraf ../web-component-library-angular/src/directives/*",
|
|
52
|
+
"clean:react-output-target": "rimraf ../web-component-library-react/src/react-component-lib/ ../web-component-library-react/src/react-component-lib/components.ts",
|
|
45
53
|
"start": "stencil build --dev --watch --serve",
|
|
46
54
|
"watch": "npm-run-all --parallel watch:**",
|
|
47
|
-
"watch:stencil": "chokidar --follow-symlinks --initial --command
|
|
55
|
+
"watch:stencil": "chokidar --follow-symlinks --initial --command \"npm run build:stencil\" \"../../components/**/*.(js|jsx|ts|tsx)\"",
|
|
48
56
|
"generate": "stencil generate"
|
|
49
57
|
},
|
|
50
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "8e314eba03411c8ade3795bf6d3d144a669dff9d"
|
|
51
59
|
}
|
package/dist/article/stencil.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { Component, h } from "@stencil/core";
|
|
8
|
-
let Article = class Article {
|
|
9
|
-
render() {
|
|
10
|
-
return (h("article", { class: "utrecht-article" },
|
|
11
|
-
h("slot", null)));
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
Article = __decorate([
|
|
15
|
-
Component({
|
|
16
|
-
tag: "utrecht-article",
|
|
17
|
-
styleUrl: "bem.css",
|
|
18
|
-
shadow: true,
|
|
19
|
-
})
|
|
20
|
-
], Article);
|
|
21
|
-
export { Article };
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
/**
|
|
8
|
-
* @license EUPL-1.2
|
|
9
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
10
|
-
*/
|
|
11
|
-
import { Component, Prop, h } from "@stencil/core";
|
|
12
|
-
let BadgeCounter = class BadgeCounter {
|
|
13
|
-
render() {
|
|
14
|
-
const { locale, max, value } = this;
|
|
15
|
-
const limited = typeof max === "number" && typeof value === "number" && Number(value) > Number(max);
|
|
16
|
-
const formatNumber = (n) => (locale ? Intl.NumberFormat(locale).format(n) : String(n));
|
|
17
|
-
const textContent = limited ? `${formatNumber(max)}+` : typeof value === "number" ? formatNumber(value) : "";
|
|
18
|
-
return h("div", { class: "utrecht-badge-counter" }, textContent ? textContent : h("slot", null));
|
|
19
|
-
}
|
|
20
|
-
};
|
|
21
|
-
__decorate([
|
|
22
|
-
Prop()
|
|
23
|
-
], BadgeCounter.prototype, "value", void 0);
|
|
24
|
-
__decorate([
|
|
25
|
-
Prop()
|
|
26
|
-
], BadgeCounter.prototype, "max", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
Prop()
|
|
29
|
-
], BadgeCounter.prototype, "locale", void 0);
|
|
30
|
-
BadgeCounter = __decorate([
|
|
31
|
-
Component({
|
|
32
|
-
tag: "utrecht-badge-counter",
|
|
33
|
-
styleUrl: "bem.scss",
|
|
34
|
-
shadow: true,
|
|
35
|
-
})
|
|
36
|
-
], BadgeCounter);
|
|
37
|
-
export { BadgeCounter };
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
/**
|
|
8
|
-
* @license EUPL-1.2
|
|
9
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
10
|
-
*/
|
|
11
|
-
import { Component, h } from "@stencil/core";
|
|
12
|
-
let BadgeData = class BadgeData {
|
|
13
|
-
render() {
|
|
14
|
-
return (h("div", { class: "utrecht-badge-data" },
|
|
15
|
-
h("slot", null)));
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
BadgeData = __decorate([
|
|
19
|
-
Component({
|
|
20
|
-
tag: "utrecht-badge-data",
|
|
21
|
-
styleUrl: "bem.scss",
|
|
22
|
-
shadow: true,
|
|
23
|
-
})
|
|
24
|
-
], BadgeData);
|
|
25
|
-
export { BadgeData };
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
/**
|
|
8
|
-
* @license EUPL-1.2
|
|
9
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
10
|
-
*/
|
|
11
|
-
import { Component, Prop, h } from "@stencil/core";
|
|
12
|
-
let BadgeStatus = class BadgeStatus {
|
|
13
|
-
render() {
|
|
14
|
-
return (h("div", { class: `utrecht-badge-status utrecht-badge-status--${this.status}` },
|
|
15
|
-
h("slot", null)));
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
__decorate([
|
|
19
|
-
Prop()
|
|
20
|
-
], BadgeStatus.prototype, "status", void 0);
|
|
21
|
-
BadgeStatus = __decorate([
|
|
22
|
-
Component({
|
|
23
|
-
tag: "utrecht-badge-status",
|
|
24
|
-
styleUrl: "bem.scss",
|
|
25
|
-
shadow: true,
|
|
26
|
-
})
|
|
27
|
-
], BadgeStatus);
|
|
28
|
-
export { BadgeStatus };
|
package/dist/button/stencil.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { Component, Prop, h } from "@stencil/core";
|
|
8
|
-
import clsx from "clsx";
|
|
9
|
-
let Button = class Button {
|
|
10
|
-
render() {
|
|
11
|
-
return (h("button", { class: clsx("utrecht-button", this.disabled && "utrecht-button--disabled"), disabled: this.disabled },
|
|
12
|
-
h("slot", null)));
|
|
13
|
-
}
|
|
14
|
-
};
|
|
15
|
-
__decorate([
|
|
16
|
-
Prop()
|
|
17
|
-
], Button.prototype, "disabled", void 0);
|
|
18
|
-
Button = __decorate([
|
|
19
|
-
Component({
|
|
20
|
-
tag: "utrecht-button",
|
|
21
|
-
styleUrl: "bem.scss",
|
|
22
|
-
shadow: true,
|
|
23
|
-
})
|
|
24
|
-
], Button);
|
|
25
|
-
export { Button };
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
const index = require('./index-4628fffe.js');
|
|
6
|
-
const clsx_m = require('./clsx.m-b00fa5e1.js');
|
|
7
|
-
|
|
8
|
-
const bemCss = ".utrecht-button{color:var(--utrecht-button-primary-action-color);font-size:var(--utrecht-button-font-size, var(--utrecht-document-font-family));font-family:var(--utrecht-button-font-family, var(--utrecht-document-font-family));background-color:var(--utrecht-button-primary-action-background-color);border-radius:var(--utrecht-button-border-radius);border-width:var(--utrecht-button-border-width);padding-inline-start:var(--utrecht-button-padding-inline-start);padding-inline-end:var(--utrecht-button-padding-inline-end);padding-block-start:var(--utrecht-button-padding-block-start);padding-block-end:var(--utrecht-button-padding-block-end)}.utrecht-button--distanced{margin-inline-start:var(--utrecht-button-margin-inline-start);margin-inline-end:var(--utrecht-button-margin-inline-end);margin-block-start:var(--utrecht-button-margin-block-start);margin-block-end:var(--utrecht-button-margin-block-end)}.utrecht-button:disabled,.utrecht-button--disabled{color:var(--utrecht-button-disabled-color);background-color:var(--utrecht-button-disabled-background-color)}.utrecht-button--focus,.utrecht-button:not(.utrecht-button--disabled):focus{outline-width:var(--utrecht-focus-outline-width, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-color:var(--utrecht-focus-outline-color, transparent);color:var(--utrecht-focus-color, inherit);box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-offset:0;background-color:var(--utrecht-focus-background-color)}.utrecht-button--hover:not(:disabled),.utrecht-button:hover:not(:disabled):not(.utrecht-button--disabled){color:var(--utrecht-button-primary-action-color);background-color:var(--utrecht-button-primary-action-hover-background-color);transform:scale(var(--utrecht-button-focus-transform-scale, 1))}";
|
|
9
|
-
|
|
10
|
-
const Button = class {
|
|
11
|
-
constructor(hostRef) {
|
|
12
|
-
index.registerInstance(this, hostRef);
|
|
13
|
-
}
|
|
14
|
-
render() {
|
|
15
|
-
return (index.h("button", { class: clsx_m.clsx("utrecht-button", this.disabled && "utrecht-button--disabled"), disabled: this.disabled }, index.h("slot", null)));
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
Button.style = bemCss;
|
|
19
|
-
|
|
20
|
-
exports.utrecht_button = Button;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
const index = require('./index-4628fffe.js');
|
|
6
|
-
const clsx_m = require('./clsx.m-b00fa5e1.js');
|
|
7
|
-
|
|
8
|
-
const bemCss = ".utrecht-paragraph{color:var(--utrecht-document-color, inherit);font-family:var(--utrecht-paragraph-font-family, var(--utrecht-document-font-family, inherit));font-size:var(--utrecht-paragraph-font-size, var(--utrecht-document-font-size, inherit));font-weight:var(--utrecht-paragraph-font-weight, inherit);line-height:var(--utrecht-paragraph-line-height, var(--utrecht-document-line-height, inherit))}.utrecht-paragraph--lead{font-size:var(--utrecht-paragraph-lead-font-size, inherit);font-weight:var(--utrecht-paragraph-lead-font-weight, inherit);line-height:var(--utrecht-paragraph-lead-line-height, inherit)}.utrecht-paragraph--distanced{margin-block-start:var(--utrecht-paragraph-margin-block-start);margin-block-end:var(--utrecht-paragraph-margin-block-end)}";
|
|
9
|
-
|
|
10
|
-
const Paragraph = class {
|
|
11
|
-
constructor(hostRef) {
|
|
12
|
-
index.registerInstance(this, hostRef);
|
|
13
|
-
}
|
|
14
|
-
render() {
|
|
15
|
-
return (index.h("div", { class: clsx_m.clsx("utrecht-paragraph", this.lead && "utrecht-paragraph--lead") }, index.h("slot", null)));
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
Paragraph.style = bemCss;
|
|
19
|
-
|
|
20
|
-
exports.utrecht_paragraph = Paragraph;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license EUPL-1.2
|
|
3
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
4
|
-
* Copyright (c) 2021 Gemeente Utrecht
|
|
5
|
-
*/
|
|
6
|
-
.utrecht-button {
|
|
7
|
-
color: var(--utrecht-button-primary-action-color);
|
|
8
|
-
font-size: var(--utrecht-button-font-size, var(--utrecht-document-font-family));
|
|
9
|
-
font-family: var(--utrecht-button-font-family, var(--utrecht-document-font-family));
|
|
10
|
-
background-color: var(--utrecht-button-primary-action-background-color);
|
|
11
|
-
border-radius: var(--utrecht-button-border-radius);
|
|
12
|
-
border-width: var(--utrecht-button-border-width);
|
|
13
|
-
padding-inline-start: var(--utrecht-button-padding-inline-start);
|
|
14
|
-
padding-inline-end: var(--utrecht-button-padding-inline-end);
|
|
15
|
-
padding-block-start: var(--utrecht-button-padding-block-start);
|
|
16
|
-
padding-block-end: var(--utrecht-button-padding-block-end);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.utrecht-button--distanced {
|
|
20
|
-
margin-inline-start: var(--utrecht-button-margin-inline-start);
|
|
21
|
-
margin-inline-end: var(--utrecht-button-margin-inline-end);
|
|
22
|
-
margin-block-start: var(--utrecht-button-margin-block-start);
|
|
23
|
-
margin-block-end: var(--utrecht-button-margin-block-end);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.utrecht-button:disabled,
|
|
27
|
-
.utrecht-button--disabled {
|
|
28
|
-
color: var(--utrecht-button-disabled-color);
|
|
29
|
-
background-color: var(--utrecht-button-disabled-background-color);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.utrecht-button--focus,
|
|
33
|
-
.utrecht-button:not(.utrecht-button--disabled):focus {
|
|
34
|
-
outline-width: var(--utrecht-focus-outline-width, 0);
|
|
35
|
-
outline-style: var(--utrecht-focus-outline-style, solid);
|
|
36
|
-
outline-color: var(--utrecht-focus-outline-color, transparent);
|
|
37
|
-
color: var(--utrecht-focus-color, inherit);
|
|
38
|
-
box-shadow: 0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);
|
|
39
|
-
outline-offset: 0;
|
|
40
|
-
background-color: var(--utrecht-focus-background-color);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.utrecht-button--hover:not(:disabled),
|
|
44
|
-
.utrecht-button:hover:not(:disabled):not(.utrecht-button--disabled) {
|
|
45
|
-
color: var(--utrecht-button-primary-action-color);
|
|
46
|
-
background-color: var(--utrecht-button-primary-action-hover-background-color);
|
|
47
|
-
transform: scale(var(--utrecht-button-focus-transform-scale, 1));
|
|
48
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license EUPL-1.2
|
|
3
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
.utrecht-document {
|
|
7
|
-
background-color: var(--utrecht-document-background-color, inherit);
|
|
8
|
-
color: var(--utrecht-document-color, inherit);
|
|
9
|
-
font-family: var(--utrecht-document-font-family, inherit);
|
|
10
|
-
font-size: var(--utrecht-document-font-size, inherit);
|
|
11
|
-
line-height: var(--utrecht-document-line-height, inherit);
|
|
12
|
-
}
|