@utrecht/web-component-library-stencil 1.0.0-alpha.203 → 1.0.0-alpha.206
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 +1 -1
- package/dist/cjs/utrecht-article.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-backdrop.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-badge-counter.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-badge-data.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-badge-status.cjs.entry.js +3 -3
- package/dist/cjs/utrecht-button_2.cjs.entry.js +4 -4
- package/dist/cjs/utrecht-contact-card-template.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-custom-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-digid-button.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-document.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-eherkenning-logo.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-form-toggle.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-afval.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-arrow.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-checkmark.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-cross.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-error.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-facebook.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-filter.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-information.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-instagram.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-linkedin.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-list.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-loupe.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-melding.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-paspoort.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-rijbewijs.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-toeslag.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-trouwen.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-twitter.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-verhuizen.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-warning.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-whatsapp.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-zoomin.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-icon-zoomout.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-logo-button.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-logo.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-page-content.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-page-footer.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-page-header.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-page.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-pagination.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-separator.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-sidenav.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-textbox.cjs.entry.js +2 -2
- package/dist/collection/article/{bem.js → css/template.js} +0 -0
- package/dist/collection/article/html/template.js +5 -0
- package/dist/collection/article/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/article/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/article/web-component/template.js +1 -0
- package/dist/collection/backdrop/css/template.js +28 -0
- package/dist/collection/backdrop/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/backdrop/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/backdrop/{checkerboard.js → web-component/template.js} +1 -4
- package/dist/collection/badge-counter/{bem.js → css/template.js} +0 -0
- package/dist/collection/badge-counter/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/badge-counter/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/badge-counter/web-component/template.js +4 -0
- package/dist/collection/badge-data/{bem.js → css/template.js} +0 -0
- package/dist/collection/badge-data/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/badge-data/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/badge-data/web-component/template.js +1 -0
- package/dist/collection/badge-status/{bem.js → css/template.js} +0 -0
- package/dist/collection/badge-status/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/badge-status/{stencil.js → web-component/index.stencil.js} +3 -3
- package/dist/collection/badge-status/web-component/template.js +4 -0
- package/dist/collection/collection-manifest.json +45 -45
- package/dist/collection/custom-checkbox/{bem.js → css/template.js} +0 -0
- package/dist/collection/custom-checkbox/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/custom-checkbox/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/custom-checkbox/web-component/template.js +22 -0
- package/dist/collection/digid-button/{bem.js → css/template.js} +0 -0
- package/dist/collection/digid-button/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/digid-button/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/digid-button/web-component/template.js +1 -0
- package/dist/collection/digid-logo/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/digid-logo/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/digid-logo/web-component/template.js +1 -0
- package/dist/collection/document/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/document/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/document/web-component/template.js +1 -0
- package/dist/collection/eherkenning-logo/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/eherkenning-logo/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/eherkenning-logo/web-component/template.js +1 -0
- package/dist/collection/emphasis/{bem.js → css/template.js} +0 -0
- package/dist/collection/emphasis/html/template.js +20 -0
- package/dist/collection/favicon/html/template.js +1 -0
- package/dist/collection/form-fieldset/{bem.js → css/template.js} +0 -0
- package/dist/collection/form-fieldset/html/template.js +12 -0
- package/dist/collection/form-toggle/{bem.js → css/template.js} +0 -0
- package/dist/collection/form-toggle/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/form-toggle/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/form-toggle/web-component/template.js +7 -0
- package/dist/collection/icon/{afval.svg → svg/afval.svg} +0 -0
- package/dist/collection/icon/{arrow.svg → svg/arrow.svg} +0 -0
- package/dist/collection/icon/{checkmark.svg → svg/checkmark.svg} +0 -0
- package/dist/collection/icon/{cross.svg → svg/cross.svg} +0 -0
- package/dist/collection/icon/{error.svg → svg/error.svg} +0 -0
- package/dist/collection/icon/{facebook.svg → svg/facebook.svg} +0 -0
- package/dist/collection/icon/{filter.svg → svg/filter.svg} +0 -0
- package/dist/collection/icon/{information.svg → svg/information.svg} +0 -0
- package/dist/collection/icon/{instagram.svg → svg/instagram.svg} +0 -0
- package/dist/collection/icon/{linkedin.svg → svg/linkedin.svg} +0 -0
- package/dist/collection/icon/{list.svg → svg/list.svg} +0 -0
- package/dist/collection/icon/{loupe.svg → svg/loupe.svg} +0 -0
- package/dist/collection/icon/{melding.svg → svg/melding.svg} +0 -0
- package/dist/collection/icon/{paspoort.svg → svg/paspoort.svg} +0 -0
- package/dist/collection/icon/{rijbewijs.svg → svg/rijbewijs.svg} +0 -0
- package/dist/collection/icon/{toeslag.svg → svg/toeslag.svg} +0 -0
- package/dist/collection/icon/{trouwen.svg → svg/trouwen.svg} +0 -0
- package/dist/collection/icon/{twitter.svg → svg/twitter.svg} +0 -0
- package/dist/collection/icon/{verhuizen.svg → svg/verhuizen.svg} +0 -0
- package/dist/collection/icon/{warning.svg → svg/warning.svg} +0 -0
- package/dist/collection/icon/{whatsapp.svg → svg/whatsapp.svg} +0 -0
- package/dist/collection/icon/{zoomin.svg → svg/zoomin.svg} +0 -0
- package/dist/collection/icon/{zoomout.svg → svg/zoomout.svg} +0 -0
- package/dist/collection/icon/{afval.stencil.js → web-component/afval.stencil.js} +2 -2
- package/dist/collection/icon/{arrow.stencil.js → web-component/arrow.stencil.js} +2 -2
- package/dist/collection/icon/{checkmark.stencil.js → web-component/checkmark.stencil.js} +2 -2
- package/dist/collection/icon/{cross.stencil.js → web-component/cross.stencil.js} +2 -2
- package/dist/collection/icon/{error.stencil.js → web-component/error.stencil.js} +2 -2
- package/dist/collection/icon/{facebook.stencil.js → web-component/facebook.stencil.js} +2 -2
- package/dist/collection/icon/{filter.stencil.js → web-component/filter.stencil.js} +2 -2
- package/dist/collection/icon/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/icon/{information.stencil.js → web-component/information.stencil.js} +2 -2
- package/dist/collection/icon/{instagram.stencil.js → web-component/instagram.stencil.js} +2 -2
- package/dist/collection/icon/{linkedin.stencil.js → web-component/linkedin.stencil.js} +2 -2
- package/dist/collection/icon/{list.stencil.js → web-component/list.stencil.js} +2 -2
- package/dist/collection/icon/{loupe.stencil.js → web-component/loupe.stencil.js} +2 -2
- package/dist/collection/icon/{melding.stencil.js → web-component/melding.stencil.js} +2 -2
- package/dist/collection/icon/{paspoort.stencil.js → web-component/paspoort.stencil.js} +2 -2
- package/dist/collection/icon/{rijbewijs.stencil.js → web-component/rijbewijs.stencil.js} +2 -2
- package/dist/collection/icon/web-component/template.js +7 -0
- package/dist/collection/icon/{toeslag.stencil.js → web-component/toeslag.stencil.js} +2 -2
- package/dist/collection/icon/{trouwen.stencil.js → web-component/trouwen.stencil.js} +2 -2
- package/dist/collection/icon/{twitter.stencil.js → web-component/twitter.stencil.js} +2 -2
- package/dist/collection/icon/{verhuizen.stencil.js → web-component/verhuizen.stencil.js} +2 -2
- package/dist/collection/icon/{warning.stencil.js → web-component/warning.stencil.js} +2 -2
- package/dist/collection/icon/{whatsapp.stencil.js → web-component/whatsapp.stencil.js} +2 -2
- package/dist/collection/icon/{zoomin.stencil.js → web-component/zoomin.stencil.js} +2 -2
- package/dist/collection/icon/{zoomout.stencil.js → web-component/zoomout.stencil.js} +2 -2
- package/dist/collection/link-list/{bem.js → css/template.js} +1 -1
- package/dist/collection/link-social/{bem.js → css/template.js} +0 -0
- package/dist/collection/logo/{bem.js → css/template.js} +0 -0
- package/dist/collection/logo/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/logo/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/logo/web-component/template.js +1 -0
- package/dist/collection/logo-button/{bem.js → css/template.js} +0 -0
- package/dist/collection/logo-button/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/logo-button/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/logo-button/web-component/template.js +1 -0
- package/dist/collection/mapcontrolbutton/{bem.js → css/template.js} +0 -0
- package/dist/collection/menulijst/{bem.js → css/template.js} +0 -0
- package/dist/collection/navigatie sidenav/{bem.js → css/template.js} +0 -0
- package/dist/collection/navigatie sidenav/{bem.css → web-component/index.css } +4 -0
- package/dist/collection/navigatie sidenav/{stencil.js → web-component/index.stencil.js } +2 -2
- package/dist/collection/navigatie sidenav/web-component/template.js +1 -0
- package/dist/collection/navigatie topnav/{bem.js → css/template.js } +1 -1
- package/dist/collection/ordered-list/{bem.js → css/template.js} +0 -0
- package/dist/collection/ordered-list/html/template.js +17 -0
- package/dist/collection/page/{bem.js → css/template.js} +0 -0
- package/dist/collection/page/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/page/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/page/web-component/template.js +5 -0
- package/dist/collection/page-content/{bem.js → css/template.js} +0 -0
- package/dist/collection/page-content/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/page-content/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/page-content/web-component/template.js +1 -0
- package/dist/collection/page-footer/{bem.js → css/template.js} +0 -0
- package/dist/collection/page-footer/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/page-footer/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/page-footer/web-component/template.js +1 -0
- package/dist/collection/page-header/{bem.js → css/template.js} +0 -0
- package/dist/collection/page-header/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/page-header/{stencil.js → web-component/stencil.js} +2 -2
- package/dist/collection/page-header/web-component/template.js +1 -0
- package/dist/collection/pagination/{bem.js → css/template.js} +0 -0
- package/dist/collection/pagination/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/pagination/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/pagination/web-component/template.js +7 -0
- package/dist/collection/pre-heading/{bem.js → css/template.js} +0 -0
- package/dist/collection/radio-button/{bem.js → css/template.js} +0 -0
- package/dist/collection/radio-button/html/template.js +0 -0
- package/dist/collection/search-bar/{bem.js → css/template.js} +0 -0
- package/dist/collection/select/{bem.js → css/template.js} +7 -7
- package/dist/collection/select/html/template.js +26 -0
- package/dist/collection/separator/{bem.js → css/template.js} +0 -0
- package/dist/collection/separator/html/template.js +4 -0
- package/dist/collection/separator/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/separator/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/separator/web-component/template.js +1 -0
- package/dist/collection/surface/css/template.js +8 -0
- package/dist/collection/table/html/template.js +41 -0
- package/dist/collection/templates/contact-card-template/css/template.js +30 -0
- package/dist/collection/templates/contact-card-template/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/templates/contact-card-template/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/templates/contact-card-template/web-component/template.js +1 -0
- package/dist/collection/textarea/{bem.js → css/template.js} +1 -1
- package/dist/collection/textarea/{html.js → html/template.js} +1 -1
- package/dist/collection/textbox/{bem.js → css/template.js} +1 -1
- package/dist/collection/textbox/html/template.js +36 -0
- package/dist/collection/textbox/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/textbox/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/textbox/web-component/template.js +20 -0
- package/dist/collection/toptask-link/{bem.js → css/template.js} +0 -0
- package/dist/collection/toptask-nav/css/template.js +50 -0
- package/dist/collection/unordered-list/{bem.js → css/template.js} +0 -0
- package/dist/collection/unordered-list/html/template.js +22 -0
- package/dist/collection/url/{bem.js → css/template.js} +0 -0
- package/dist/custom-elements/index.js +125 -125
- package/dist/esm/utrecht-article.entry.js +2 -2
- package/dist/esm/utrecht-backdrop.entry.js +2 -2
- package/dist/esm/utrecht-badge-counter.entry.js +2 -2
- package/dist/esm/utrecht-badge-data.entry.js +2 -2
- package/dist/esm/utrecht-badge-status.entry.js +3 -3
- package/dist/esm/utrecht-button_2.entry.js +4 -4
- package/dist/esm/utrecht-contact-card-template.entry.js +2 -2
- package/dist/esm/utrecht-custom-checkbox.entry.js +2 -2
- package/dist/esm/utrecht-digid-button.entry.js +2 -2
- package/dist/esm/utrecht-document.entry.js +2 -2
- package/dist/esm/utrecht-eherkenning-logo.entry.js +2 -2
- package/dist/esm/utrecht-form-toggle.entry.js +2 -2
- package/dist/esm/utrecht-icon-afval.entry.js +2 -2
- package/dist/esm/utrecht-icon-arrow.entry.js +2 -2
- package/dist/esm/utrecht-icon-checkmark.entry.js +2 -2
- package/dist/esm/utrecht-icon-cross.entry.js +2 -2
- package/dist/esm/utrecht-icon-error.entry.js +2 -2
- package/dist/esm/utrecht-icon-facebook.entry.js +2 -2
- package/dist/esm/utrecht-icon-filter.entry.js +2 -2
- package/dist/esm/utrecht-icon-information.entry.js +2 -2
- package/dist/esm/utrecht-icon-instagram.entry.js +2 -2
- package/dist/esm/utrecht-icon-linkedin.entry.js +2 -2
- package/dist/esm/utrecht-icon-list.entry.js +2 -2
- package/dist/esm/utrecht-icon-loupe.entry.js +2 -2
- package/dist/esm/utrecht-icon-melding.entry.js +2 -2
- package/dist/esm/utrecht-icon-paspoort.entry.js +2 -2
- package/dist/esm/utrecht-icon-rijbewijs.entry.js +2 -2
- package/dist/esm/utrecht-icon-toeslag.entry.js +2 -2
- package/dist/esm/utrecht-icon-trouwen.entry.js +2 -2
- package/dist/esm/utrecht-icon-twitter.entry.js +2 -2
- package/dist/esm/utrecht-icon-verhuizen.entry.js +2 -2
- package/dist/esm/utrecht-icon-warning.entry.js +2 -2
- package/dist/esm/utrecht-icon-whatsapp.entry.js +2 -2
- package/dist/esm/utrecht-icon-zoomin.entry.js +2 -2
- package/dist/esm/utrecht-icon-zoomout.entry.js +2 -2
- package/dist/esm/utrecht-logo-button.entry.js +2 -2
- package/dist/esm/utrecht-logo.entry.js +2 -2
- package/dist/esm/utrecht-page-content.entry.js +2 -2
- package/dist/esm/utrecht-page-footer.entry.js +2 -2
- package/dist/esm/utrecht-page-header.entry.js +2 -2
- package/dist/esm/utrecht-page.entry.js +2 -2
- package/dist/esm/utrecht-pagination.entry.js +2 -2
- package/dist/esm/utrecht-separator.entry.js +2 -2
- package/dist/esm/utrecht-sidenav.entry.js +2 -2
- package/dist/esm/utrecht-textbox.entry.js +2 -2
- package/dist/types/article/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/backdrop/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/badge-counter/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/badge-data/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/badge-status/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/custom-checkbox/{stencil.d.ts → web-component/index.stencil.d.ts} +1 -1
- package/dist/types/digid-button/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/digid-logo/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/document/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/eherkenning-logo/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/form-toggle/{stencil.d.ts → web-component/index.stencil.d.ts} +1 -1
- package/dist/types/icon/{afval.stencil.d.ts → web-component/afval.stencil.d.ts} +0 -0
- package/dist/types/icon/{arrow.stencil.d.ts → web-component/arrow.stencil.d.ts} +0 -0
- package/dist/types/icon/{checkmark.stencil.d.ts → web-component/checkmark.stencil.d.ts} +0 -0
- package/dist/types/icon/{cross.stencil.d.ts → web-component/cross.stencil.d.ts} +0 -0
- package/dist/types/icon/{error.stencil.d.ts → web-component/error.stencil.d.ts} +0 -0
- package/dist/types/icon/{facebook.stencil.d.ts → web-component/facebook.stencil.d.ts} +0 -0
- package/dist/types/icon/{filter.stencil.d.ts → web-component/filter.stencil.d.ts} +0 -0
- package/dist/types/icon/{information.stencil.d.ts → web-component/information.stencil.d.ts} +0 -0
- package/dist/types/icon/{instagram.stencil.d.ts → web-component/instagram.stencil.d.ts} +0 -0
- package/dist/types/icon/{linkedin.stencil.d.ts → web-component/linkedin.stencil.d.ts} +0 -0
- package/dist/types/icon/{list.stencil.d.ts → web-component/list.stencil.d.ts} +0 -0
- package/dist/types/icon/{loupe.stencil.d.ts → web-component/loupe.stencil.d.ts} +0 -0
- package/dist/types/icon/{melding.stencil.d.ts → web-component/melding.stencil.d.ts} +0 -0
- package/dist/types/icon/{paspoort.stencil.d.ts → web-component/paspoort.stencil.d.ts} +0 -0
- package/dist/types/icon/{rijbewijs.stencil.d.ts → web-component/rijbewijs.stencil.d.ts} +0 -0
- package/dist/types/icon/{toeslag.stencil.d.ts → web-component/toeslag.stencil.d.ts} +0 -0
- package/dist/types/icon/{trouwen.stencil.d.ts → web-component/trouwen.stencil.d.ts} +0 -0
- package/dist/types/icon/{twitter.stencil.d.ts → web-component/twitter.stencil.d.ts} +0 -0
- package/dist/types/icon/{verhuizen.stencil.d.ts → web-component/verhuizen.stencil.d.ts} +0 -0
- package/dist/types/icon/{warning.stencil.d.ts → web-component/warning.stencil.d.ts} +0 -0
- package/dist/types/icon/{whatsapp.stencil.d.ts → web-component/whatsapp.stencil.d.ts} +0 -0
- package/dist/types/icon/{zoomin.stencil.d.ts → web-component/zoomin.stencil.d.ts} +0 -0
- package/dist/types/icon/{zoomout.stencil.d.ts → web-component/zoomout.stencil.d.ts} +0 -0
- package/dist/types/logo/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/logo-button/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/navigatie sidenav/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/page/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/page-content/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/page-footer/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/page-header/{stencil.d.ts → web-component/stencil.d.ts} +0 -0
- package/dist/types/pagination/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/separator/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/templates/contact-card-template/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/textbox/{stencil.d.ts → web-component/index.stencil.d.ts} +1 -1
- package/dist/utrecht/p-0de41080.entry.js +1 -0
- package/dist/utrecht/utrecht.esm.js +1 -1
- package/package.json +2 -2
- package/dist/collection/backdrop/bem.js +0 -12
- package/dist/collection/nav-top/bem.js +0 -24
- package/dist/collection/toptask-nav/bem.js +0 -19
- package/dist/utrecht/p-2cf9a940.entry.js +0 -1
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-8c6952a4.js');
|
|
6
6
|
const clsx_m = require('./clsx.m-b00fa5e1.js');
|
|
7
7
|
|
|
8
|
-
const
|
|
8
|
+
const indexCss = ".utrecht-textbox{background-color:var(--utrecht-textbox-background-color, var(--utrecht-form-input-background-color));border-width:var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width));border-bottom-width:var(--utrecht-textbox-border-bottom-width, var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width)));border-color:var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color));border-radius:var(--utrecht-textbox-border-radius, var(--utrecht-form-input-border-radius, 0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textbox-color, var(--utrecht-form-input-color));font-family:var(--utrecht-textbox-font-family, var(--utrecht-form-input-font-family));font-size:var(--utrecht-textbox-font-size, var(--utrecht-form-input-font-size, 1em));max-inline-size:var(--utrecht-textbox-max-inline-size, var(--utrecht-form-input-max-inline-size));padding-block-end:var(--utrecht-textbox-padding-block-end, var(--utrecht-form-input-padding-block-end));padding-block-start:var(--utrecht-textbox-padding-block-start, var(--utrecht-form-input-padding-block-start));padding-inline-end:var(--utrecht-textbox-padding-inline-end, var(--utrecht-form-input-padding-inline-end));padding-inline-start:var(--utrecht-textbox-padding-inline-start, var(--utrecht-form-input-padding-inline-start));width:100%}.utrecht-textbox--invalid,.utrecht-textbox--html-input:invalid,.utrecht-textbox--html-input[aria-invalid=true]{background-color:var(--utrecht-textbox-invalid-background-color, var(--utrecht-form-input-invalid-background-color, var(--utrecht-textbox-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-invalid-border-color, var(--utrecht-form-input-invalid-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));border-width:var(--utrecht-textbox-invalid-border-width, var(--utrecht-form-input-invalid-border-width, var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width))))}.utrecht-textbox--disabled,.utrecht-textbox--html-input:disabled{background-color:var(--utrecht-textbox-disabled-background-color, var(--utrecht-form-input-disabled-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-disabled-border-color, var(--utrecht-form-input-disabled-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-disabled-color, var(--utrecht-form-input-disabled-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-textbox--focus,.utrecht-textbox--html-input:focus{background-color:var(--utrecht-textbox-focus-background-color, var(--utrecht-form-input-focus-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-focus-border-color, var(--utrecht-form-input-focus-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-focus-color, var(--utrecht-form-input-focus-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))))}.utrecht-textbox--focus-visible,.utrecht-textbox--html-input: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:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-textbox--read-only,.utrecht-textbox--html-input:read-only{border-color:var(--utrecht-textbox-read-only-border-color, var(--utrecht-form-input-read-only-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-read-only-color, var(--utrecht-form-input-read-only-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))))}.utrecht-textbox__placeholder,.utrecht-textbox--html-input::placeholder{color:var(--utrecht-textbox-placeholder-color, var(--utrecht-form-input-placeholder-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))));font-style:var(--utrecht-form-input-placeholder-font-style);opacity:100%}.utrecht-textbox--numeric{font-variant-numeric:lining-nums tabular-nums}.utrecht-textbox--password{font-variant-ligatures:none;font-variant-numeric:slashed-zero}.utrecht-textbox--url{font-variant-ligatures:none}.utrecht-textbox--html-input:focus:not(:focus-visible){box-shadow:none;outline-style:none}:host{display:block}:host([hidden]){display:none !important}";
|
|
9
9
|
|
|
10
10
|
const Textbox = class {
|
|
11
11
|
constructor(hostRef) {
|
|
@@ -34,6 +34,6 @@ const Textbox = class {
|
|
|
34
34
|
} }));
|
|
35
35
|
}
|
|
36
36
|
};
|
|
37
|
-
Textbox.style =
|
|
37
|
+
Textbox.style = indexCss;
|
|
38
38
|
|
|
39
39
|
exports.utrecht_textbox = Textbox;
|
|
File without changes
|
|
File without changes
|
|
@@ -7,9 +7,9 @@ export class Article {
|
|
|
7
7
|
static get is() { return "utrecht-article"; }
|
|
8
8
|
static get encapsulation() { return "shadow"; }
|
|
9
9
|
static get originalStyleUrls() { return {
|
|
10
|
-
"$": ["
|
|
10
|
+
"$": ["index.scss"]
|
|
11
11
|
}; }
|
|
12
12
|
static get styleUrls() { return {
|
|
13
|
-
"$": ["
|
|
13
|
+
"$": ["index.css"]
|
|
14
14
|
}; }
|
|
15
15
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const Article = ({ content }) => `<utrecht-article>${content}</utrecht-article>`;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license EUPL-1.2
|
|
3
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
4
|
+
*/
|
|
5
|
+
import clsx from 'clsx';
|
|
6
|
+
|
|
7
|
+
export const defaultArgs = {
|
|
8
|
+
viewport: false,
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export const Backdrop = ({ viewport = false }) =>
|
|
12
|
+
`<div class="${clsx('utrecht-backdrop', viewport && 'utrecht-backdrop--viewport')}"></div>`;
|
|
13
|
+
|
|
14
|
+
export const checkerboard = (story) =>
|
|
15
|
+
`<div style="
|
|
16
|
+
--checkerboard-color-1: #000000;
|
|
17
|
+
--checkerboard-color-2: #ffffff;
|
|
18
|
+
--checkerboard-size: 16px;
|
|
19
|
+
background-color: var(--checkerboard-color-2);
|
|
20
|
+
background-image: linear-gradient(45deg, var(--checkerboard-color-1) 25%, transparent 25%, transparent 75%, var(--checkerboard-color-1) 75%,var(--checkerboard-color-1)), linear-gradient(45deg, var(--checkerboard-color-1) 25%, transparent 25%, transparent 75%, var(--checkerboard-color-1) 75%, var(--checkerboard-color-1));
|
|
21
|
+
background-position: 0 0, var(--checkerboard-size) var(--checkerboard-size);
|
|
22
|
+
background-size: calc(var(--checkerboard-size) * 2) calc(var(--checkerboard-size) * 2);
|
|
23
|
+
height: 100%;
|
|
24
|
+
min-height: calc(40 * var(--checkerboard-size));
|
|
25
|
+
min-width: calc(40 * var(--checkerboard-size));
|
|
26
|
+
position: relative;
|
|
27
|
+
width: 100%;
|
|
28
|
+
">${story()}</div>`;
|
|
File without changes
|
|
@@ -13,10 +13,10 @@ export class Backdrop {
|
|
|
13
13
|
static get is() { return "utrecht-backdrop"; }
|
|
14
14
|
static get encapsulation() { return "shadow"; }
|
|
15
15
|
static get originalStyleUrls() { return {
|
|
16
|
-
"$": ["
|
|
16
|
+
"$": ["index.scss"]
|
|
17
17
|
}; }
|
|
18
18
|
static get styleUrls() { return {
|
|
19
|
-
"$": ["
|
|
19
|
+
"$": ["index.css"]
|
|
20
20
|
}; }
|
|
21
21
|
static get properties() { return {
|
|
22
22
|
"viewport": {
|
|
File without changes
|
|
File without changes
|
|
@@ -14,10 +14,10 @@ export class BadgeCounter {
|
|
|
14
14
|
static get is() { return "utrecht-badge-counter"; }
|
|
15
15
|
static get encapsulation() { return "shadow"; }
|
|
16
16
|
static get originalStyleUrls() { return {
|
|
17
|
-
"$": ["
|
|
17
|
+
"$": ["index.scss"]
|
|
18
18
|
}; }
|
|
19
19
|
static get styleUrls() { return {
|
|
20
|
-
"$": ["
|
|
20
|
+
"$": ["index.css"]
|
|
21
21
|
}; }
|
|
22
22
|
static get properties() { return {
|
|
23
23
|
"value": {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export const BadgeCounter = ({ locale = null, textContent = '', value = null, max = null }) =>
|
|
2
|
+
`<utrecht-badge-counter${typeof max !== 'undefined' && max !== null ? ` max="${max}"` : ''}${
|
|
3
|
+
typeof value !== 'undefined' && value !== null ? ` value="${value}"` : ''
|
|
4
|
+
}${locale ? ` locale="${locale}"` : ''}>${textContent}</utrecht-badge-counter>`;
|
|
File without changes
|
|
File without changes
|
|
@@ -11,9 +11,9 @@ export class BadgeData {
|
|
|
11
11
|
static get is() { return "utrecht-badge-data"; }
|
|
12
12
|
static get encapsulation() { return "shadow"; }
|
|
13
13
|
static get originalStyleUrls() { return {
|
|
14
|
-
"$": ["
|
|
14
|
+
"$": ["index.scss"]
|
|
15
15
|
}; }
|
|
16
16
|
static get styleUrls() { return {
|
|
17
|
-
"$": ["
|
|
17
|
+
"$": ["index.css"]
|
|
18
18
|
}; }
|
|
19
19
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const BadgeData = ({ textContent = '' }) => `<utrecht-badge-data>${textContent}</utrecht-badge-data>`;
|
|
File without changes
|
|
File without changes
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
import { Component, h, Prop } from '@stencil/core';
|
|
6
6
|
export class BadgeStatus {
|
|
7
7
|
render() {
|
|
8
|
-
return (h("div", { class: `utrecht-badge-status utrecht-badge-status--${this.status}` },
|
|
8
|
+
return (h("div", { class: `utrecht-badge-status utrecht-badge-status--${this.status || 'neutral'}` },
|
|
9
9
|
h("slot", null)));
|
|
10
10
|
}
|
|
11
11
|
static get is() { return "utrecht-badge-status"; }
|
|
12
12
|
static get encapsulation() { return "shadow"; }
|
|
13
13
|
static get originalStyleUrls() { return {
|
|
14
|
-
"$": ["
|
|
14
|
+
"$": ["index.scss"]
|
|
15
15
|
}; }
|
|
16
16
|
static get styleUrls() { return {
|
|
17
|
-
"$": ["
|
|
17
|
+
"$": ["index.css"]
|
|
18
18
|
}; }
|
|
19
19
|
static get properties() { return {
|
|
20
20
|
"status": {
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"entries": [
|
|
3
|
-
"./article/stencil.js",
|
|
4
|
-
"./backdrop/stencil.js",
|
|
5
|
-
"./badge-counter/stencil.js",
|
|
6
|
-
"./badge-data/stencil.js",
|
|
7
|
-
"./badge-status/stencil.js",
|
|
3
|
+
"./article/web-component/index.stencil.js",
|
|
4
|
+
"./backdrop/web-component/index.stencil.js",
|
|
5
|
+
"./badge-counter/web-component/index.stencil.js",
|
|
6
|
+
"./badge-data/web-component/index.stencil.js",
|
|
7
|
+
"./badge-status/web-component/index.stencil.js",
|
|
8
8
|
"./breadcrumb/web-component/index.stencil.js",
|
|
9
9
|
"./button/stencil.js",
|
|
10
10
|
"./checkbox/web-component/index.stencil.js",
|
|
11
|
-
"./custom-checkbox/stencil.js",
|
|
12
|
-
"./digid-button/stencil.js",
|
|
13
|
-
"./digid-logo/stencil.js",
|
|
14
|
-
"./document/stencil.js",
|
|
15
|
-
"./eherkenning-logo/stencil.js",
|
|
11
|
+
"./custom-checkbox/web-component/index.stencil.js",
|
|
12
|
+
"./digid-button/web-component/index.stencil.js",
|
|
13
|
+
"./digid-logo/web-component/index.stencil.js",
|
|
14
|
+
"./document/web-component/index.stencil.js",
|
|
15
|
+
"./eherkenning-logo/web-component/index.stencil.js",
|
|
16
16
|
"./eidas-logo/web-component/index.stencil.js",
|
|
17
17
|
"./form-field-checkbox/stencil.js",
|
|
18
18
|
"./form-field-description/stencil.js",
|
|
19
19
|
"./form-field-textarea/stencil.js",
|
|
20
20
|
"./form-field-textbox/stencil.js",
|
|
21
|
-
"./form-toggle/stencil.js",
|
|
21
|
+
"./form-toggle/web-component/index.stencil.js",
|
|
22
22
|
"./heading/stencil.js",
|
|
23
23
|
"./heading-1/stencil.js",
|
|
24
24
|
"./heading-2/stencil.js",
|
|
@@ -27,41 +27,41 @@
|
|
|
27
27
|
"./heading-5/stencil.js",
|
|
28
28
|
"./heading-6/stencil.js",
|
|
29
29
|
"./html-content/stencil.js",
|
|
30
|
-
"./icon/afval.stencil.js",
|
|
31
|
-
"./icon/arrow.stencil.js",
|
|
32
|
-
"./icon/checkmark.stencil.js",
|
|
33
|
-
"./icon/cross.stencil.js",
|
|
34
|
-
"./icon/error.stencil.js",
|
|
35
|
-
"./icon/facebook.stencil.js",
|
|
36
|
-
"./icon/filter.stencil.js",
|
|
37
|
-
"./icon/information.stencil.js",
|
|
38
|
-
"./icon/instagram.stencil.js",
|
|
39
|
-
"./icon/linkedin.stencil.js",
|
|
40
|
-
"./icon/list.stencil.js",
|
|
41
|
-
"./icon/loupe.stencil.js",
|
|
42
|
-
"./icon/melding.stencil.js",
|
|
43
|
-
"./icon/paspoort.stencil.js",
|
|
44
|
-
"./icon/rijbewijs.stencil.js",
|
|
45
|
-
"./icon/toeslag.stencil.js",
|
|
46
|
-
"./icon/trouwen.stencil.js",
|
|
47
|
-
"./icon/twitter.stencil.js",
|
|
48
|
-
"./icon/verhuizen.stencil.js",
|
|
49
|
-
"./icon/warning.stencil.js",
|
|
50
|
-
"./icon/whatsapp.stencil.js",
|
|
51
|
-
"./icon/zoomin.stencil.js",
|
|
52
|
-
"./icon/zoomout.stencil.js",
|
|
53
|
-
"./logo/stencil.js",
|
|
54
|
-
"./logo-button/stencil.js",
|
|
55
|
-
"./navigatie sidenav/stencil.js",
|
|
56
|
-
"./page/stencil.js",
|
|
57
|
-
"./page-content/stencil.js",
|
|
58
|
-
"./page-footer/stencil.js",
|
|
59
|
-
"./page-header/stencil.js",
|
|
60
|
-
"./pagination/stencil.js",
|
|
30
|
+
"./icon/web-component/afval.stencil.js",
|
|
31
|
+
"./icon/web-component/arrow.stencil.js",
|
|
32
|
+
"./icon/web-component/checkmark.stencil.js",
|
|
33
|
+
"./icon/web-component/cross.stencil.js",
|
|
34
|
+
"./icon/web-component/error.stencil.js",
|
|
35
|
+
"./icon/web-component/facebook.stencil.js",
|
|
36
|
+
"./icon/web-component/filter.stencil.js",
|
|
37
|
+
"./icon/web-component/information.stencil.js",
|
|
38
|
+
"./icon/web-component/instagram.stencil.js",
|
|
39
|
+
"./icon/web-component/linkedin.stencil.js",
|
|
40
|
+
"./icon/web-component/list.stencil.js",
|
|
41
|
+
"./icon/web-component/loupe.stencil.js",
|
|
42
|
+
"./icon/web-component/melding.stencil.js",
|
|
43
|
+
"./icon/web-component/paspoort.stencil.js",
|
|
44
|
+
"./icon/web-component/rijbewijs.stencil.js",
|
|
45
|
+
"./icon/web-component/toeslag.stencil.js",
|
|
46
|
+
"./icon/web-component/trouwen.stencil.js",
|
|
47
|
+
"./icon/web-component/twitter.stencil.js",
|
|
48
|
+
"./icon/web-component/verhuizen.stencil.js",
|
|
49
|
+
"./icon/web-component/warning.stencil.js",
|
|
50
|
+
"./icon/web-component/whatsapp.stencil.js",
|
|
51
|
+
"./icon/web-component/zoomin.stencil.js",
|
|
52
|
+
"./icon/web-component/zoomout.stencil.js",
|
|
53
|
+
"./logo/web-component/index.stencil.js",
|
|
54
|
+
"./logo-button/web-component/index.stencil.js",
|
|
55
|
+
"./navigatie sidenav/web-component/index.stencil.js",
|
|
56
|
+
"./page/web-component/index.stencil.js",
|
|
57
|
+
"./page-content/web-component/index.stencil.js",
|
|
58
|
+
"./page-footer/web-component/index.stencil.js",
|
|
59
|
+
"./page-header/web-component/stencil.js",
|
|
60
|
+
"./pagination/web-component/index.stencil.js",
|
|
61
61
|
"./paragraph/web-component/index.stencil.js",
|
|
62
|
-
"./separator/stencil.js",
|
|
63
|
-
"./templates/contact-card-template/stencil.js",
|
|
64
|
-
"./textbox/stencil.js"
|
|
62
|
+
"./separator/web-component/index.stencil.js",
|
|
63
|
+
"./templates/contact-card-template/web-component/index.stencil.js",
|
|
64
|
+
"./textbox/web-component/index.stencil.js"
|
|
65
65
|
],
|
|
66
66
|
"compiler": {
|
|
67
67
|
"name": "@stencil/core",
|
|
File without changes
|
|
File without changes
|
|
@@ -44,10 +44,10 @@ export class CustomCheckbox {
|
|
|
44
44
|
static get is() { return "utrecht-custom-checkbox"; }
|
|
45
45
|
static get encapsulation() { return "shadow"; }
|
|
46
46
|
static get originalStyleUrls() { return {
|
|
47
|
-
"$": ["
|
|
47
|
+
"$": ["index.scss"]
|
|
48
48
|
}; }
|
|
49
49
|
static get styleUrls() { return {
|
|
50
|
-
"$": ["
|
|
50
|
+
"$": ["index.css"]
|
|
51
51
|
}; }
|
|
52
52
|
static get properties() { return {
|
|
53
53
|
"disabled": {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export const defaultArgs = {
|
|
2
|
+
checked: false,
|
|
3
|
+
disabled: false,
|
|
4
|
+
indeterminate: false,
|
|
5
|
+
invalid: false,
|
|
6
|
+
required: false,
|
|
7
|
+
value: '',
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export const CustomCheckbox = ({
|
|
11
|
+
checked = false,
|
|
12
|
+
disabled = false,
|
|
13
|
+
indeterminate = false,
|
|
14
|
+
invalid = false,
|
|
15
|
+
required = false,
|
|
16
|
+
value = '',
|
|
17
|
+
}) =>
|
|
18
|
+
`<utrecht-custom-checkbox${checked ? ' checked="true"' : ''}${disabled ? ' disabled="true"' : ''}${
|
|
19
|
+
indeterminate ? ' indeterminate="true"' : ''
|
|
20
|
+
}${invalid ? ' invalid="true"' : ''}${required ? ' required="true"' : ''}${
|
|
21
|
+
value ? ` value="${value}"` : ''
|
|
22
|
+
}></utrecht-custom-checkbox>`;
|
|
File without changes
|
|
File without changes
|
|
@@ -14,10 +14,10 @@ export class DigidButton {
|
|
|
14
14
|
static get is() { return "utrecht-digid-button"; }
|
|
15
15
|
static get encapsulation() { return "shadow"; }
|
|
16
16
|
static get originalStyleUrls() { return {
|
|
17
|
-
"$": ["
|
|
17
|
+
"$": ["index.scss"]
|
|
18
18
|
}; }
|
|
19
19
|
static get styleUrls() { return {
|
|
20
|
-
"$": ["
|
|
20
|
+
"$": ["index.css"]
|
|
21
21
|
}; }
|
|
22
22
|
static get properties() { return {
|
|
23
23
|
"type": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DigidButton = () => `<utrecht-digid-button>Inloggen</utrecht-digid-button>`;
|
|
File without changes
|
|
@@ -15,9 +15,9 @@ export class DigidLogo {
|
|
|
15
15
|
static get is() { return "utrecht-digid-logo"; }
|
|
16
16
|
static get encapsulation() { return "shadow"; }
|
|
17
17
|
static get originalStyleUrls() { return {
|
|
18
|
-
"$": ["
|
|
18
|
+
"$": ["index.scss"]
|
|
19
19
|
}; }
|
|
20
20
|
static get styleUrls() { return {
|
|
21
|
-
"$": ["
|
|
21
|
+
"$": ["index.css"]
|
|
22
22
|
}; }
|
|
23
23
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DigidLogo = () => `<utrecht-digid-logo></utrecht-digid-logo>`;
|
|
File without changes
|
|
@@ -7,9 +7,9 @@ export class Document {
|
|
|
7
7
|
static get is() { return "utrecht-document"; }
|
|
8
8
|
static get encapsulation() { return "shadow"; }
|
|
9
9
|
static get originalStyleUrls() { return {
|
|
10
|
-
"$": ["
|
|
10
|
+
"$": ["index.scss"]
|
|
11
11
|
}; }
|
|
12
12
|
static get styleUrls() { return {
|
|
13
|
-
"$": ["
|
|
13
|
+
"$": ["index.css"]
|
|
14
14
|
}; }
|
|
15
15
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const Document = ({ innerHTML }) => `<utrecht-document>${innerHTML}</utrecht-document>`;
|
|
File without changes
|
|
@@ -18,9 +18,9 @@ export class EherkenningLogo {
|
|
|
18
18
|
static get is() { return "utrecht-eherkenning-logo"; }
|
|
19
19
|
static get encapsulation() { return "shadow"; }
|
|
20
20
|
static get originalStyleUrls() { return {
|
|
21
|
-
"$": ["
|
|
21
|
+
"$": ["index.scss"]
|
|
22
22
|
}; }
|
|
23
23
|
static get styleUrls() { return {
|
|
24
|
-
"$": ["
|
|
24
|
+
"$": ["index.css"]
|
|
25
25
|
}; }
|
|
26
26
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const EherkenningLogo = () => `<utrecht-eherkenning-logo></utrecht-eherkenning-logo>`;
|
|
File without changes
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export const defaultArgs = {
|
|
2
|
+
stressed: false,
|
|
3
|
+
strong: false,
|
|
4
|
+
textContent: '',
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export const StressedTemplate = ({ textContent = '' }) => `<em>${textContent}</em>`;
|
|
8
|
+
|
|
9
|
+
export const StrongTemplate = ({ textContent = '' }) => `<strong>${textContent}</strong>`;
|
|
10
|
+
|
|
11
|
+
export const Emphasis = ({ textContent = '', stressed = false, strong = false }) => {
|
|
12
|
+
let formatted = textContent;
|
|
13
|
+
if (stressed) {
|
|
14
|
+
formatted = StressedTemplate({ textContent: formatted });
|
|
15
|
+
}
|
|
16
|
+
if (strong) {
|
|
17
|
+
formatted = StrongTemplate({ textContent: formatted });
|
|
18
|
+
}
|
|
19
|
+
return `<div class="utrecht-html">${formatted}</div>`;
|
|
20
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const Favicon = ({ href = '' }) => `<link rel="icon" href="${href}">`;
|
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const defaultArgs = {
|
|
2
|
+
innerHTML: '',
|
|
3
|
+
legend: '',
|
|
4
|
+
};
|
|
5
|
+
|
|
6
|
+
export const FormFieldset = ({ innerHTML = '', legend = '' }) =>
|
|
7
|
+
`<div class="utrecht-html">
|
|
8
|
+
<fieldset>
|
|
9
|
+
${legend ? `<legend>${legend}</legend>` : ''}
|
|
10
|
+
${innerHTML}
|
|
11
|
+
</fieldset>
|
|
12
|
+
</div>`;
|
|
File without changes
|
|
File without changes
|
|
@@ -41,10 +41,10 @@ export class FormToggle {
|
|
|
41
41
|
static get is() { return "utrecht-form-toggle"; }
|
|
42
42
|
static get encapsulation() { return "shadow"; }
|
|
43
43
|
static get originalStyleUrls() { return {
|
|
44
|
-
"$": ["
|
|
44
|
+
"$": ["index.scss"]
|
|
45
45
|
}; }
|
|
46
46
|
static get styleUrls() { return {
|
|
47
|
-
"$": ["
|
|
47
|
+
"$": ["index.css"]
|
|
48
48
|
}; }
|
|
49
49
|
static get properties() { return {
|
|
50
50
|
"disabled": {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -11,9 +11,9 @@ export class IconAfval {
|
|
|
11
11
|
static get is() { return "utrecht-icon-afval"; }
|
|
12
12
|
static get encapsulation() { return "shadow"; }
|
|
13
13
|
static get originalStyleUrls() { return {
|
|
14
|
-
"$": ["
|
|
14
|
+
"$": ["index.scss"]
|
|
15
15
|
}; }
|
|
16
16
|
static get styleUrls() { return {
|
|
17
|
-
"$": ["
|
|
17
|
+
"$": ["index.css"]
|
|
18
18
|
}; }
|
|
19
19
|
}
|
|
@@ -9,9 +9,9 @@ export class IconArrow {
|
|
|
9
9
|
static get is() { return "utrecht-icon-arrow"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
11
11
|
static get originalStyleUrls() { return {
|
|
12
|
-
"$": ["
|
|
12
|
+
"$": ["index.scss"]
|
|
13
13
|
}; }
|
|
14
14
|
static get styleUrls() { return {
|
|
15
|
-
"$": ["
|
|
15
|
+
"$": ["index.css"]
|
|
16
16
|
}; }
|
|
17
17
|
}
|
|
@@ -8,9 +8,9 @@ export class Checkmark {
|
|
|
8
8
|
static get is() { return "utrecht-icon-checkmark"; }
|
|
9
9
|
static get encapsulation() { return "shadow"; }
|
|
10
10
|
static get originalStyleUrls() { return {
|
|
11
|
-
"$": ["
|
|
11
|
+
"$": ["index.scss"]
|
|
12
12
|
}; }
|
|
13
13
|
static get styleUrls() { return {
|
|
14
|
-
"$": ["
|
|
14
|
+
"$": ["index.css"]
|
|
15
15
|
}; }
|
|
16
16
|
}
|
|
@@ -9,9 +9,9 @@ export class IconCross {
|
|
|
9
9
|
static get is() { return "utrecht-icon-cross"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
11
11
|
static get originalStyleUrls() { return {
|
|
12
|
-
"$": ["
|
|
12
|
+
"$": ["index.scss"]
|
|
13
13
|
}; }
|
|
14
14
|
static get styleUrls() { return {
|
|
15
|
-
"$": ["
|
|
15
|
+
"$": ["index.css"]
|
|
16
16
|
}; }
|
|
17
17
|
}
|