@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.
Files changed (308) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/utrecht-article.cjs.entry.js +2 -2
  3. package/dist/cjs/utrecht-backdrop.cjs.entry.js +2 -2
  4. package/dist/cjs/utrecht-badge-counter.cjs.entry.js +2 -2
  5. package/dist/cjs/utrecht-badge-data.cjs.entry.js +2 -2
  6. package/dist/cjs/utrecht-badge-status.cjs.entry.js +3 -3
  7. package/dist/cjs/utrecht-button_2.cjs.entry.js +4 -4
  8. package/dist/cjs/utrecht-contact-card-template.cjs.entry.js +2 -2
  9. package/dist/cjs/utrecht-custom-checkbox.cjs.entry.js +2 -2
  10. package/dist/cjs/utrecht-digid-button.cjs.entry.js +2 -2
  11. package/dist/cjs/utrecht-document.cjs.entry.js +2 -2
  12. package/dist/cjs/utrecht-eherkenning-logo.cjs.entry.js +2 -2
  13. package/dist/cjs/utrecht-form-toggle.cjs.entry.js +2 -2
  14. package/dist/cjs/utrecht-icon-afval.cjs.entry.js +2 -2
  15. package/dist/cjs/utrecht-icon-arrow.cjs.entry.js +2 -2
  16. package/dist/cjs/utrecht-icon-checkmark.cjs.entry.js +2 -2
  17. package/dist/cjs/utrecht-icon-cross.cjs.entry.js +2 -2
  18. package/dist/cjs/utrecht-icon-error.cjs.entry.js +2 -2
  19. package/dist/cjs/utrecht-icon-facebook.cjs.entry.js +2 -2
  20. package/dist/cjs/utrecht-icon-filter.cjs.entry.js +2 -2
  21. package/dist/cjs/utrecht-icon-information.cjs.entry.js +2 -2
  22. package/dist/cjs/utrecht-icon-instagram.cjs.entry.js +2 -2
  23. package/dist/cjs/utrecht-icon-linkedin.cjs.entry.js +2 -2
  24. package/dist/cjs/utrecht-icon-list.cjs.entry.js +2 -2
  25. package/dist/cjs/utrecht-icon-loupe.cjs.entry.js +2 -2
  26. package/dist/cjs/utrecht-icon-melding.cjs.entry.js +2 -2
  27. package/dist/cjs/utrecht-icon-paspoort.cjs.entry.js +2 -2
  28. package/dist/cjs/utrecht-icon-rijbewijs.cjs.entry.js +2 -2
  29. package/dist/cjs/utrecht-icon-toeslag.cjs.entry.js +2 -2
  30. package/dist/cjs/utrecht-icon-trouwen.cjs.entry.js +2 -2
  31. package/dist/cjs/utrecht-icon-twitter.cjs.entry.js +2 -2
  32. package/dist/cjs/utrecht-icon-verhuizen.cjs.entry.js +2 -2
  33. package/dist/cjs/utrecht-icon-warning.cjs.entry.js +2 -2
  34. package/dist/cjs/utrecht-icon-whatsapp.cjs.entry.js +2 -2
  35. package/dist/cjs/utrecht-icon-zoomin.cjs.entry.js +2 -2
  36. package/dist/cjs/utrecht-icon-zoomout.cjs.entry.js +2 -2
  37. package/dist/cjs/utrecht-logo-button.cjs.entry.js +2 -2
  38. package/dist/cjs/utrecht-logo.cjs.entry.js +2 -2
  39. package/dist/cjs/utrecht-page-content.cjs.entry.js +2 -2
  40. package/dist/cjs/utrecht-page-footer.cjs.entry.js +2 -2
  41. package/dist/cjs/utrecht-page-header.cjs.entry.js +2 -2
  42. package/dist/cjs/utrecht-page.cjs.entry.js +2 -2
  43. package/dist/cjs/utrecht-pagination.cjs.entry.js +2 -2
  44. package/dist/cjs/utrecht-separator.cjs.entry.js +2 -2
  45. package/dist/cjs/utrecht-sidenav.cjs.entry.js +2 -2
  46. package/dist/cjs/utrecht-textbox.cjs.entry.js +2 -2
  47. package/dist/collection/article/{bem.js → css/template.js} +0 -0
  48. package/dist/collection/article/html/template.js +5 -0
  49. package/dist/collection/article/{stencil.css → web-component/index.css} +0 -0
  50. package/dist/collection/article/{stencil.js → web-component/index.stencil.js} +2 -2
  51. package/dist/collection/article/web-component/template.js +1 -0
  52. package/dist/collection/backdrop/css/template.js +28 -0
  53. package/dist/collection/backdrop/{stencil.css → web-component/index.css} +0 -0
  54. package/dist/collection/backdrop/{stencil.js → web-component/index.stencil.js} +2 -2
  55. package/dist/collection/backdrop/{checkerboard.js → web-component/template.js} +1 -4
  56. package/dist/collection/badge-counter/{bem.js → css/template.js} +0 -0
  57. package/dist/collection/badge-counter/{stencil.css → web-component/index.css} +0 -0
  58. package/dist/collection/badge-counter/{stencil.js → web-component/index.stencil.js} +2 -2
  59. package/dist/collection/badge-counter/web-component/template.js +4 -0
  60. package/dist/collection/badge-data/{bem.js → css/template.js} +0 -0
  61. package/dist/collection/badge-data/{stencil.css → web-component/index.css} +0 -0
  62. package/dist/collection/badge-data/{stencil.js → web-component/index.stencil.js} +2 -2
  63. package/dist/collection/badge-data/web-component/template.js +1 -0
  64. package/dist/collection/badge-status/{bem.js → css/template.js} +0 -0
  65. package/dist/collection/badge-status/{stencil.css → web-component/index.css} +0 -0
  66. package/dist/collection/badge-status/{stencil.js → web-component/index.stencil.js} +3 -3
  67. package/dist/collection/badge-status/web-component/template.js +4 -0
  68. package/dist/collection/collection-manifest.json +45 -45
  69. package/dist/collection/custom-checkbox/{bem.js → css/template.js} +0 -0
  70. package/dist/collection/custom-checkbox/{stencil.css → web-component/index.css} +0 -0
  71. package/dist/collection/custom-checkbox/{stencil.js → web-component/index.stencil.js} +2 -2
  72. package/dist/collection/custom-checkbox/web-component/template.js +22 -0
  73. package/dist/collection/digid-button/{bem.js → css/template.js} +0 -0
  74. package/dist/collection/digid-button/{stencil.css → web-component/index.css} +0 -0
  75. package/dist/collection/digid-button/{stencil.js → web-component/index.stencil.js} +2 -2
  76. package/dist/collection/digid-button/web-component/template.js +1 -0
  77. package/dist/collection/digid-logo/{stencil.css → web-component/index.css} +0 -0
  78. package/dist/collection/digid-logo/{stencil.js → web-component/index.stencil.js} +2 -2
  79. package/dist/collection/digid-logo/web-component/template.js +1 -0
  80. package/dist/collection/document/{stencil.css → web-component/index.css} +0 -0
  81. package/dist/collection/document/{stencil.js → web-component/index.stencil.js} +2 -2
  82. package/dist/collection/document/web-component/template.js +1 -0
  83. package/dist/collection/eherkenning-logo/{stencil.css → web-component/index.css} +0 -0
  84. package/dist/collection/eherkenning-logo/{stencil.js → web-component/index.stencil.js} +2 -2
  85. package/dist/collection/eherkenning-logo/web-component/template.js +1 -0
  86. package/dist/collection/emphasis/{bem.js → css/template.js} +0 -0
  87. package/dist/collection/emphasis/html/template.js +20 -0
  88. package/dist/collection/favicon/html/template.js +1 -0
  89. package/dist/collection/form-fieldset/{bem.js → css/template.js} +0 -0
  90. package/dist/collection/form-fieldset/html/template.js +12 -0
  91. package/dist/collection/form-toggle/{bem.js → css/template.js} +0 -0
  92. package/dist/collection/form-toggle/{stencil.css → web-component/index.css} +0 -0
  93. package/dist/collection/form-toggle/{stencil.js → web-component/index.stencil.js} +2 -2
  94. package/dist/collection/form-toggle/web-component/template.js +7 -0
  95. package/dist/collection/icon/{afval.svg → svg/afval.svg} +0 -0
  96. package/dist/collection/icon/{arrow.svg → svg/arrow.svg} +0 -0
  97. package/dist/collection/icon/{checkmark.svg → svg/checkmark.svg} +0 -0
  98. package/dist/collection/icon/{cross.svg → svg/cross.svg} +0 -0
  99. package/dist/collection/icon/{error.svg → svg/error.svg} +0 -0
  100. package/dist/collection/icon/{facebook.svg → svg/facebook.svg} +0 -0
  101. package/dist/collection/icon/{filter.svg → svg/filter.svg} +0 -0
  102. package/dist/collection/icon/{information.svg → svg/information.svg} +0 -0
  103. package/dist/collection/icon/{instagram.svg → svg/instagram.svg} +0 -0
  104. package/dist/collection/icon/{linkedin.svg → svg/linkedin.svg} +0 -0
  105. package/dist/collection/icon/{list.svg → svg/list.svg} +0 -0
  106. package/dist/collection/icon/{loupe.svg → svg/loupe.svg} +0 -0
  107. package/dist/collection/icon/{melding.svg → svg/melding.svg} +0 -0
  108. package/dist/collection/icon/{paspoort.svg → svg/paspoort.svg} +0 -0
  109. package/dist/collection/icon/{rijbewijs.svg → svg/rijbewijs.svg} +0 -0
  110. package/dist/collection/icon/{toeslag.svg → svg/toeslag.svg} +0 -0
  111. package/dist/collection/icon/{trouwen.svg → svg/trouwen.svg} +0 -0
  112. package/dist/collection/icon/{twitter.svg → svg/twitter.svg} +0 -0
  113. package/dist/collection/icon/{verhuizen.svg → svg/verhuizen.svg} +0 -0
  114. package/dist/collection/icon/{warning.svg → svg/warning.svg} +0 -0
  115. package/dist/collection/icon/{whatsapp.svg → svg/whatsapp.svg} +0 -0
  116. package/dist/collection/icon/{zoomin.svg → svg/zoomin.svg} +0 -0
  117. package/dist/collection/icon/{zoomout.svg → svg/zoomout.svg} +0 -0
  118. package/dist/collection/icon/{afval.stencil.js → web-component/afval.stencil.js} +2 -2
  119. package/dist/collection/icon/{arrow.stencil.js → web-component/arrow.stencil.js} +2 -2
  120. package/dist/collection/icon/{checkmark.stencil.js → web-component/checkmark.stencil.js} +2 -2
  121. package/dist/collection/icon/{cross.stencil.js → web-component/cross.stencil.js} +2 -2
  122. package/dist/collection/icon/{error.stencil.js → web-component/error.stencil.js} +2 -2
  123. package/dist/collection/icon/{facebook.stencil.js → web-component/facebook.stencil.js} +2 -2
  124. package/dist/collection/icon/{filter.stencil.js → web-component/filter.stencil.js} +2 -2
  125. package/dist/collection/icon/{stencil.css → web-component/index.css} +0 -0
  126. package/dist/collection/icon/{information.stencil.js → web-component/information.stencil.js} +2 -2
  127. package/dist/collection/icon/{instagram.stencil.js → web-component/instagram.stencil.js} +2 -2
  128. package/dist/collection/icon/{linkedin.stencil.js → web-component/linkedin.stencil.js} +2 -2
  129. package/dist/collection/icon/{list.stencil.js → web-component/list.stencil.js} +2 -2
  130. package/dist/collection/icon/{loupe.stencil.js → web-component/loupe.stencil.js} +2 -2
  131. package/dist/collection/icon/{melding.stencil.js → web-component/melding.stencil.js} +2 -2
  132. package/dist/collection/icon/{paspoort.stencil.js → web-component/paspoort.stencil.js} +2 -2
  133. package/dist/collection/icon/{rijbewijs.stencil.js → web-component/rijbewijs.stencil.js} +2 -2
  134. package/dist/collection/icon/web-component/template.js +7 -0
  135. package/dist/collection/icon/{toeslag.stencil.js → web-component/toeslag.stencil.js} +2 -2
  136. package/dist/collection/icon/{trouwen.stencil.js → web-component/trouwen.stencil.js} +2 -2
  137. package/dist/collection/icon/{twitter.stencil.js → web-component/twitter.stencil.js} +2 -2
  138. package/dist/collection/icon/{verhuizen.stencil.js → web-component/verhuizen.stencil.js} +2 -2
  139. package/dist/collection/icon/{warning.stencil.js → web-component/warning.stencil.js} +2 -2
  140. package/dist/collection/icon/{whatsapp.stencil.js → web-component/whatsapp.stencil.js} +2 -2
  141. package/dist/collection/icon/{zoomin.stencil.js → web-component/zoomin.stencil.js} +2 -2
  142. package/dist/collection/icon/{zoomout.stencil.js → web-component/zoomout.stencil.js} +2 -2
  143. package/dist/collection/link-list/{bem.js → css/template.js} +1 -1
  144. package/dist/collection/link-social/{bem.js → css/template.js} +0 -0
  145. package/dist/collection/logo/{bem.js → css/template.js} +0 -0
  146. package/dist/collection/logo/{stencil.css → web-component/index.css} +0 -0
  147. package/dist/collection/logo/{stencil.js → web-component/index.stencil.js} +2 -2
  148. package/dist/collection/logo/web-component/template.js +1 -0
  149. package/dist/collection/logo-button/{bem.js → css/template.js} +0 -0
  150. package/dist/collection/logo-button/{stencil.css → web-component/index.css} +0 -0
  151. package/dist/collection/logo-button/{stencil.js → web-component/index.stencil.js} +2 -2
  152. package/dist/collection/logo-button/web-component/template.js +1 -0
  153. package/dist/collection/mapcontrolbutton/{bem.js → css/template.js} +0 -0
  154. package/dist/collection/menulijst/{bem.js → css/template.js} +0 -0
  155. package/dist/collection/navigatie sidenav/{bem.js → css/template.js} +0 -0
  156. package/dist/collection/navigatie sidenav/{bem.css → web-component/index.css } +4 -0
  157. package/dist/collection/navigatie sidenav/{stencil.js → web-component/index.stencil.js } +2 -2
  158. package/dist/collection/navigatie sidenav/web-component/template.js +1 -0
  159. package/dist/collection/navigatie topnav/{bem.js → css/template.js } +1 -1
  160. package/dist/collection/ordered-list/{bem.js → css/template.js} +0 -0
  161. package/dist/collection/ordered-list/html/template.js +17 -0
  162. package/dist/collection/page/{bem.js → css/template.js} +0 -0
  163. package/dist/collection/page/{stencil.css → web-component/index.css} +0 -0
  164. package/dist/collection/page/{stencil.js → web-component/index.stencil.js} +2 -2
  165. package/dist/collection/page/web-component/template.js +5 -0
  166. package/dist/collection/page-content/{bem.js → css/template.js} +0 -0
  167. package/dist/collection/page-content/{stencil.css → web-component/index.css} +0 -0
  168. package/dist/collection/page-content/{stencil.js → web-component/index.stencil.js} +2 -2
  169. package/dist/collection/page-content/web-component/template.js +1 -0
  170. package/dist/collection/page-footer/{bem.js → css/template.js} +0 -0
  171. package/dist/collection/page-footer/{stencil.css → web-component/index.css} +0 -0
  172. package/dist/collection/page-footer/{stencil.js → web-component/index.stencil.js} +2 -2
  173. package/dist/collection/page-footer/web-component/template.js +1 -0
  174. package/dist/collection/page-header/{bem.js → css/template.js} +0 -0
  175. package/dist/collection/page-header/{stencil.css → web-component/index.css} +0 -0
  176. package/dist/collection/page-header/{stencil.js → web-component/stencil.js} +2 -2
  177. package/dist/collection/page-header/web-component/template.js +1 -0
  178. package/dist/collection/pagination/{bem.js → css/template.js} +0 -0
  179. package/dist/collection/pagination/{stencil.css → web-component/index.css} +0 -0
  180. package/dist/collection/pagination/{stencil.js → web-component/index.stencil.js} +2 -2
  181. package/dist/collection/pagination/web-component/template.js +7 -0
  182. package/dist/collection/pre-heading/{bem.js → css/template.js} +0 -0
  183. package/dist/collection/radio-button/{bem.js → css/template.js} +0 -0
  184. package/dist/collection/radio-button/html/template.js +0 -0
  185. package/dist/collection/search-bar/{bem.js → css/template.js} +0 -0
  186. package/dist/collection/select/{bem.js → css/template.js} +7 -7
  187. package/dist/collection/select/html/template.js +26 -0
  188. package/dist/collection/separator/{bem.js → css/template.js} +0 -0
  189. package/dist/collection/separator/html/template.js +4 -0
  190. package/dist/collection/separator/{stencil.css → web-component/index.css} +0 -0
  191. package/dist/collection/separator/{stencil.js → web-component/index.stencil.js} +2 -2
  192. package/dist/collection/separator/web-component/template.js +1 -0
  193. package/dist/collection/surface/css/template.js +8 -0
  194. package/dist/collection/table/html/template.js +41 -0
  195. package/dist/collection/templates/contact-card-template/css/template.js +30 -0
  196. package/dist/collection/templates/contact-card-template/{stencil.css → web-component/index.css} +0 -0
  197. package/dist/collection/templates/contact-card-template/{stencil.js → web-component/index.stencil.js} +2 -2
  198. package/dist/collection/templates/contact-card-template/web-component/template.js +1 -0
  199. package/dist/collection/textarea/{bem.js → css/template.js} +1 -1
  200. package/dist/collection/textarea/{html.js → html/template.js} +1 -1
  201. package/dist/collection/textbox/{bem.js → css/template.js} +1 -1
  202. package/dist/collection/textbox/html/template.js +36 -0
  203. package/dist/collection/textbox/{stencil.css → web-component/index.css} +0 -0
  204. package/dist/collection/textbox/{stencil.js → web-component/index.stencil.js} +2 -2
  205. package/dist/collection/textbox/web-component/template.js +20 -0
  206. package/dist/collection/toptask-link/{bem.js → css/template.js} +0 -0
  207. package/dist/collection/toptask-nav/css/template.js +50 -0
  208. package/dist/collection/unordered-list/{bem.js → css/template.js} +0 -0
  209. package/dist/collection/unordered-list/html/template.js +22 -0
  210. package/dist/collection/url/{bem.js → css/template.js} +0 -0
  211. package/dist/custom-elements/index.js +125 -125
  212. package/dist/esm/utrecht-article.entry.js +2 -2
  213. package/dist/esm/utrecht-backdrop.entry.js +2 -2
  214. package/dist/esm/utrecht-badge-counter.entry.js +2 -2
  215. package/dist/esm/utrecht-badge-data.entry.js +2 -2
  216. package/dist/esm/utrecht-badge-status.entry.js +3 -3
  217. package/dist/esm/utrecht-button_2.entry.js +4 -4
  218. package/dist/esm/utrecht-contact-card-template.entry.js +2 -2
  219. package/dist/esm/utrecht-custom-checkbox.entry.js +2 -2
  220. package/dist/esm/utrecht-digid-button.entry.js +2 -2
  221. package/dist/esm/utrecht-document.entry.js +2 -2
  222. package/dist/esm/utrecht-eherkenning-logo.entry.js +2 -2
  223. package/dist/esm/utrecht-form-toggle.entry.js +2 -2
  224. package/dist/esm/utrecht-icon-afval.entry.js +2 -2
  225. package/dist/esm/utrecht-icon-arrow.entry.js +2 -2
  226. package/dist/esm/utrecht-icon-checkmark.entry.js +2 -2
  227. package/dist/esm/utrecht-icon-cross.entry.js +2 -2
  228. package/dist/esm/utrecht-icon-error.entry.js +2 -2
  229. package/dist/esm/utrecht-icon-facebook.entry.js +2 -2
  230. package/dist/esm/utrecht-icon-filter.entry.js +2 -2
  231. package/dist/esm/utrecht-icon-information.entry.js +2 -2
  232. package/dist/esm/utrecht-icon-instagram.entry.js +2 -2
  233. package/dist/esm/utrecht-icon-linkedin.entry.js +2 -2
  234. package/dist/esm/utrecht-icon-list.entry.js +2 -2
  235. package/dist/esm/utrecht-icon-loupe.entry.js +2 -2
  236. package/dist/esm/utrecht-icon-melding.entry.js +2 -2
  237. package/dist/esm/utrecht-icon-paspoort.entry.js +2 -2
  238. package/dist/esm/utrecht-icon-rijbewijs.entry.js +2 -2
  239. package/dist/esm/utrecht-icon-toeslag.entry.js +2 -2
  240. package/dist/esm/utrecht-icon-trouwen.entry.js +2 -2
  241. package/dist/esm/utrecht-icon-twitter.entry.js +2 -2
  242. package/dist/esm/utrecht-icon-verhuizen.entry.js +2 -2
  243. package/dist/esm/utrecht-icon-warning.entry.js +2 -2
  244. package/dist/esm/utrecht-icon-whatsapp.entry.js +2 -2
  245. package/dist/esm/utrecht-icon-zoomin.entry.js +2 -2
  246. package/dist/esm/utrecht-icon-zoomout.entry.js +2 -2
  247. package/dist/esm/utrecht-logo-button.entry.js +2 -2
  248. package/dist/esm/utrecht-logo.entry.js +2 -2
  249. package/dist/esm/utrecht-page-content.entry.js +2 -2
  250. package/dist/esm/utrecht-page-footer.entry.js +2 -2
  251. package/dist/esm/utrecht-page-header.entry.js +2 -2
  252. package/dist/esm/utrecht-page.entry.js +2 -2
  253. package/dist/esm/utrecht-pagination.entry.js +2 -2
  254. package/dist/esm/utrecht-separator.entry.js +2 -2
  255. package/dist/esm/utrecht-sidenav.entry.js +2 -2
  256. package/dist/esm/utrecht-textbox.entry.js +2 -2
  257. package/dist/types/article/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  258. package/dist/types/backdrop/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  259. package/dist/types/badge-counter/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  260. package/dist/types/badge-data/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  261. package/dist/types/badge-status/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  262. package/dist/types/custom-checkbox/{stencil.d.ts → web-component/index.stencil.d.ts} +1 -1
  263. package/dist/types/digid-button/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  264. package/dist/types/digid-logo/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  265. package/dist/types/document/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  266. package/dist/types/eherkenning-logo/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  267. package/dist/types/form-toggle/{stencil.d.ts → web-component/index.stencil.d.ts} +1 -1
  268. package/dist/types/icon/{afval.stencil.d.ts → web-component/afval.stencil.d.ts} +0 -0
  269. package/dist/types/icon/{arrow.stencil.d.ts → web-component/arrow.stencil.d.ts} +0 -0
  270. package/dist/types/icon/{checkmark.stencil.d.ts → web-component/checkmark.stencil.d.ts} +0 -0
  271. package/dist/types/icon/{cross.stencil.d.ts → web-component/cross.stencil.d.ts} +0 -0
  272. package/dist/types/icon/{error.stencil.d.ts → web-component/error.stencil.d.ts} +0 -0
  273. package/dist/types/icon/{facebook.stencil.d.ts → web-component/facebook.stencil.d.ts} +0 -0
  274. package/dist/types/icon/{filter.stencil.d.ts → web-component/filter.stencil.d.ts} +0 -0
  275. package/dist/types/icon/{information.stencil.d.ts → web-component/information.stencil.d.ts} +0 -0
  276. package/dist/types/icon/{instagram.stencil.d.ts → web-component/instagram.stencil.d.ts} +0 -0
  277. package/dist/types/icon/{linkedin.stencil.d.ts → web-component/linkedin.stencil.d.ts} +0 -0
  278. package/dist/types/icon/{list.stencil.d.ts → web-component/list.stencil.d.ts} +0 -0
  279. package/dist/types/icon/{loupe.stencil.d.ts → web-component/loupe.stencil.d.ts} +0 -0
  280. package/dist/types/icon/{melding.stencil.d.ts → web-component/melding.stencil.d.ts} +0 -0
  281. package/dist/types/icon/{paspoort.stencil.d.ts → web-component/paspoort.stencil.d.ts} +0 -0
  282. package/dist/types/icon/{rijbewijs.stencil.d.ts → web-component/rijbewijs.stencil.d.ts} +0 -0
  283. package/dist/types/icon/{toeslag.stencil.d.ts → web-component/toeslag.stencil.d.ts} +0 -0
  284. package/dist/types/icon/{trouwen.stencil.d.ts → web-component/trouwen.stencil.d.ts} +0 -0
  285. package/dist/types/icon/{twitter.stencil.d.ts → web-component/twitter.stencil.d.ts} +0 -0
  286. package/dist/types/icon/{verhuizen.stencil.d.ts → web-component/verhuizen.stencil.d.ts} +0 -0
  287. package/dist/types/icon/{warning.stencil.d.ts → web-component/warning.stencil.d.ts} +0 -0
  288. package/dist/types/icon/{whatsapp.stencil.d.ts → web-component/whatsapp.stencil.d.ts} +0 -0
  289. package/dist/types/icon/{zoomin.stencil.d.ts → web-component/zoomin.stencil.d.ts} +0 -0
  290. package/dist/types/icon/{zoomout.stencil.d.ts → web-component/zoomout.stencil.d.ts} +0 -0
  291. package/dist/types/logo/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  292. package/dist/types/logo-button/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  293. package/dist/types/navigatie sidenav/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  294. package/dist/types/page/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  295. package/dist/types/page-content/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  296. package/dist/types/page-footer/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  297. package/dist/types/page-header/{stencil.d.ts → web-component/stencil.d.ts} +0 -0
  298. package/dist/types/pagination/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  299. package/dist/types/separator/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  300. package/dist/types/templates/contact-card-template/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  301. package/dist/types/textbox/{stencil.d.ts → web-component/index.stencil.d.ts} +1 -1
  302. package/dist/utrecht/p-0de41080.entry.js +1 -0
  303. package/dist/utrecht/utrecht.esm.js +1 -1
  304. package/package.json +2 -2
  305. package/dist/collection/backdrop/bem.js +0 -12
  306. package/dist/collection/nav-top/bem.js +0 -24
  307. package/dist/collection/toptask-nav/bem.js +0 -19
  308. package/dist/utrecht/p-2cf9a940.entry.js +0 -1
@@ -10,9 +10,9 @@ export class IconError {
10
10
  static get is() { return "utrecht-icon-error"; }
11
11
  static get encapsulation() { return "shadow"; }
12
12
  static get originalStyleUrls() { return {
13
- "$": ["stencil.scss"]
13
+ "$": ["index.scss"]
14
14
  }; }
15
15
  static get styleUrls() { return {
16
- "$": ["stencil.css"]
16
+ "$": ["index.css"]
17
17
  }; }
18
18
  }
@@ -9,9 +9,9 @@ export class IconFacebook {
9
9
  static get is() { return "utrecht-icon-facebook"; }
10
10
  static get encapsulation() { return "shadow"; }
11
11
  static get originalStyleUrls() { return {
12
- "$": ["stencil.scss"]
12
+ "$": ["index.scss"]
13
13
  }; }
14
14
  static get styleUrls() { return {
15
- "$": ["stencil.css"]
15
+ "$": ["index.css"]
16
16
  }; }
17
17
  }
@@ -10,9 +10,9 @@ export class IconFilter {
10
10
  static get is() { return "utrecht-icon-filter"; }
11
11
  static get encapsulation() { return "shadow"; }
12
12
  static get originalStyleUrls() { return {
13
- "$": ["stencil.scss"]
13
+ "$": ["index.scss"]
14
14
  }; }
15
15
  static get styleUrls() { return {
16
- "$": ["stencil.css"]
16
+ "$": ["index.css"]
17
17
  }; }
18
18
  }
@@ -11,9 +11,9 @@ export class IconInformation {
11
11
  static get is() { return "utrecht-icon-information"; }
12
12
  static get encapsulation() { return "shadow"; }
13
13
  static get originalStyleUrls() { return {
14
- "$": ["stencil.scss"]
14
+ "$": ["index.scss"]
15
15
  }; }
16
16
  static get styleUrls() { return {
17
- "$": ["stencil.css"]
17
+ "$": ["index.css"]
18
18
  }; }
19
19
  }
@@ -11,9 +11,9 @@ export class IconInstagram {
11
11
  static get is() { return "utrecht-icon-instagram"; }
12
12
  static get encapsulation() { return "shadow"; }
13
13
  static get originalStyleUrls() { return {
14
- "$": ["stencil.scss"]
14
+ "$": ["index.scss"]
15
15
  }; }
16
16
  static get styleUrls() { return {
17
- "$": ["stencil.css"]
17
+ "$": ["index.css"]
18
18
  }; }
19
19
  }
@@ -10,9 +10,9 @@ export class IconLinkedin {
10
10
  static get is() { return "utrecht-icon-linkedin"; }
11
11
  static get encapsulation() { return "shadow"; }
12
12
  static get originalStyleUrls() { return {
13
- "$": ["stencil.scss"]
13
+ "$": ["index.scss"]
14
14
  }; }
15
15
  static get styleUrls() { return {
16
- "$": ["stencil.css"]
16
+ "$": ["index.css"]
17
17
  }; }
18
18
  }
@@ -13,9 +13,9 @@ export class IconList {
13
13
  static get is() { return "utrecht-icon-list"; }
14
14
  static get encapsulation() { return "shadow"; }
15
15
  static get originalStyleUrls() { return {
16
- "$": ["stencil.scss"]
16
+ "$": ["index.scss"]
17
17
  }; }
18
18
  static get styleUrls() { return {
19
- "$": ["stencil.css"]
19
+ "$": ["index.css"]
20
20
  }; }
21
21
  }
@@ -9,9 +9,9 @@ export class IconLoupe {
9
9
  static get is() { return "utrecht-icon-loupe"; }
10
10
  static get encapsulation() { return "shadow"; }
11
11
  static get originalStyleUrls() { return {
12
- "$": ["stencil.scss"]
12
+ "$": ["index.scss"]
13
13
  }; }
14
14
  static get styleUrls() { return {
15
- "$": ["stencil.css"]
15
+ "$": ["index.css"]
16
16
  }; }
17
17
  }
@@ -9,9 +9,9 @@ export class IconMelding {
9
9
  static get is() { return "utrecht-icon-melding"; }
10
10
  static get encapsulation() { return "shadow"; }
11
11
  static get originalStyleUrls() { return {
12
- "$": ["stencil.scss"]
12
+ "$": ["index.scss"]
13
13
  }; }
14
14
  static get styleUrls() { return {
15
- "$": ["stencil.css"]
15
+ "$": ["index.css"]
16
16
  }; }
17
17
  }
@@ -9,9 +9,9 @@ export class IconPaspoort {
9
9
  static get is() { return "utrecht-icon-paspoort"; }
10
10
  static get encapsulation() { return "shadow"; }
11
11
  static get originalStyleUrls() { return {
12
- "$": ["stencil.scss"]
12
+ "$": ["index.scss"]
13
13
  }; }
14
14
  static get styleUrls() { return {
15
- "$": ["stencil.css"]
15
+ "$": ["index.css"]
16
16
  }; }
17
17
  }
@@ -12,9 +12,9 @@ export class IconRijbewijs {
12
12
  static get is() { return "utrecht-icon-rijbewijs"; }
13
13
  static get encapsulation() { return "shadow"; }
14
14
  static get originalStyleUrls() { return {
15
- "$": ["stencil.scss"]
15
+ "$": ["index.scss"]
16
16
  }; }
17
17
  static get styleUrls() { return {
18
- "$": ["stencil.css"]
18
+ "$": ["index.css"]
19
19
  }; }
20
20
  }
@@ -0,0 +1,7 @@
1
+ export const IconExample = ({
2
+ color = 'blue',
3
+ icon = 'utrecht-icon-arrow',
4
+ size = 12,
5
+ }) => `<div style="--utrecht-icon-color: ${color}; --utrecht-icon-size: ${size}px;">
6
+ <${icon}></${icon}>
7
+ </div>`;
@@ -9,9 +9,9 @@ export class IconToeslag {
9
9
  static get is() { return "utrecht-icon-toeslag"; }
10
10
  static get encapsulation() { return "shadow"; }
11
11
  static get originalStyleUrls() { return {
12
- "$": ["stencil.scss"]
12
+ "$": ["index.scss"]
13
13
  }; }
14
14
  static get styleUrls() { return {
15
- "$": ["stencil.css"]
15
+ "$": ["index.css"]
16
16
  }; }
17
17
  }
@@ -8,9 +8,9 @@ export class IconTrouwen {
8
8
  static get is() { return "utrecht-icon-trouwen"; }
9
9
  static get encapsulation() { return "shadow"; }
10
10
  static get originalStyleUrls() { return {
11
- "$": ["stencil.scss"]
11
+ "$": ["index.scss"]
12
12
  }; }
13
13
  static get styleUrls() { return {
14
- "$": ["stencil.css"]
14
+ "$": ["index.css"]
15
15
  }; }
16
16
  }
@@ -9,9 +9,9 @@ export class IconTwitter {
9
9
  static get is() { return "utrecht-icon-twitter"; }
10
10
  static get encapsulation() { return "shadow"; }
11
11
  static get originalStyleUrls() { return {
12
- "$": ["stencil.scss"]
12
+ "$": ["index.scss"]
13
13
  }; }
14
14
  static get styleUrls() { return {
15
- "$": ["stencil.css"]
15
+ "$": ["index.css"]
16
16
  }; }
17
17
  }
@@ -13,9 +13,9 @@ export class IconVerhuizen {
13
13
  static get is() { return "utrecht-icon-verhuizen"; }
14
14
  static get encapsulation() { return "shadow"; }
15
15
  static get originalStyleUrls() { return {
16
- "$": ["stencil.scss"]
16
+ "$": ["index.scss"]
17
17
  }; }
18
18
  static get styleUrls() { return {
19
- "$": ["stencil.css"]
19
+ "$": ["index.css"]
20
20
  }; }
21
21
  }
@@ -11,9 +11,9 @@ export class IconWarning {
11
11
  static get is() { return "utrecht-icon-warning"; }
12
12
  static get encapsulation() { return "shadow"; }
13
13
  static get originalStyleUrls() { return {
14
- "$": ["stencil.scss"]
14
+ "$": ["index.scss"]
15
15
  }; }
16
16
  static get styleUrls() { return {
17
- "$": ["stencil.css"]
17
+ "$": ["index.css"]
18
18
  }; }
19
19
  }
@@ -9,9 +9,9 @@ export class IconWhatsapp {
9
9
  static get is() { return "utrecht-icon-whatsapp"; }
10
10
  static get encapsulation() { return "shadow"; }
11
11
  static get originalStyleUrls() { return {
12
- "$": ["stencil.scss"]
12
+ "$": ["index.scss"]
13
13
  }; }
14
14
  static get styleUrls() { return {
15
- "$": ["stencil.css"]
15
+ "$": ["index.css"]
16
16
  }; }
17
17
  }
@@ -10,9 +10,9 @@ export class IconZoomin {
10
10
  static get is() { return "utrecht-icon-zoomin"; }
11
11
  static get encapsulation() { return "shadow"; }
12
12
  static get originalStyleUrls() { return {
13
- "$": ["stencil.scss"]
13
+ "$": ["index.scss"]
14
14
  }; }
15
15
  static get styleUrls() { return {
16
- "$": ["stencil.css"]
16
+ "$": ["index.css"]
17
17
  }; }
18
18
  }
@@ -9,9 +9,9 @@ export class IconZoomOut {
9
9
  static get is() { return "utrecht-icon-zoomout"; }
10
10
  static get encapsulation() { return "shadow"; }
11
11
  static get originalStyleUrls() { return {
12
- "$": ["stencil.scss"]
12
+ "$": ["index.scss"]
13
13
  }; }
14
14
  static get styleUrls() { return {
15
- "$": ["stencil.css"]
15
+ "$": ["index.css"]
16
16
  }; }
17
17
  }
@@ -3,7 +3,7 @@
3
3
  * Copyright (c) 2021 Robbert Broersma
4
4
  */
5
5
 
6
- import { Link } from '../link/css/template';
6
+ import { Link } from '../../link/css/template';
7
7
 
8
8
  export const LinkList = ({ links = [] }) => `<ul class="utrecht-link-list utrecht-link-list--html-ul">
9
9
  ${links.map((link) => `<li class="utrecht-link-list__item">${Link(link)}</li>`).join('\n ')}
File without changes
@@ -18,9 +18,9 @@ export class Logo {
18
18
  static get is() { return "utrecht-logo"; }
19
19
  static get encapsulation() { return "shadow"; }
20
20
  static get originalStyleUrls() { return {
21
- "$": ["stencil.scss"]
21
+ "$": ["index.scss"]
22
22
  }; }
23
23
  static get styleUrls() { return {
24
- "$": ["stencil.css"]
24
+ "$": ["index.css"]
25
25
  }; }
26
26
  }
@@ -0,0 +1 @@
1
+ export const Logo = () => `<utrecht-logo></utrecht-logo>`;
@@ -14,10 +14,10 @@ export class DigidButton {
14
14
  static get is() { return "utrecht-logo-button"; }
15
15
  static get encapsulation() { return "shadow"; }
16
16
  static get originalStyleUrls() { return {
17
- "$": ["stencil.scss"]
17
+ "$": ["index.scss"]
18
18
  }; }
19
19
  static get styleUrls() { return {
20
- "$": ["stencil.css"]
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>`;
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
1
5
  /**
2
6
  * @license EUPL-1.2
3
7
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
@@ -18,10 +18,10 @@ export class Sidenav {
18
18
  static get is() { return "utrecht-sidenav"; }
19
19
  static get encapsulation() { return "shadow"; }
20
20
  static get originalStyleUrls() { return {
21
- "$": ["bem.scss"]
21
+ "$": ["index.scss"]
22
22
  }; }
23
23
  static get styleUrls() { return {
24
- "$": ["bem.css"]
24
+ "$": ["index.css"]
25
25
  }; }
26
26
  static get properties() { return {
27
27
  "json": {
@@ -0,0 +1 @@
1
+ export const Sidenav = ({ json }) => `<utrecht-sidenav json="${json.replace(/"/g, '&quot;')}"></utrecht-sidenav>`;
@@ -5,7 +5,7 @@
5
5
 
6
6
  import clsx from 'clsx';
7
7
 
8
- export const TopNav = ({ items }) => `<div class="utrecht-navhtml">
8
+ export const Topnav = ({ items }) => `<div class="utrecht-navhtml">
9
9
  <nav class="topnav">
10
10
  <ul class="utrecht-topnav__list">${items
11
11
  .map(
@@ -0,0 +1,17 @@
1
+ export const OrderedList = () =>
2
+ `<section class="utrecht-html">
3
+ <ol>
4
+ <li>Lorem</li>
5
+ <li>Ipsum</li>
6
+ <li>Dolor</li>
7
+ </ol>
8
+ </section>`;
9
+
10
+ export const OrderedListArabic = () =>
11
+ `<section class="utrecht-html" lang="ar" dir="rtl">
12
+ <ol>
13
+ <li>واحد</li>
14
+ <li>إثنان</li>
15
+ <li>ثلاثة</li>
16
+ </ol>
17
+ </section>`;
File without changes
@@ -12,9 +12,9 @@ export class Page {
12
12
  static get is() { return "utrecht-page"; }
13
13
  static get encapsulation() { return "shadow"; }
14
14
  static get originalStyleUrls() { return {
15
- "$": ["stencil.scss"]
15
+ "$": ["index.scss"]
16
16
  }; }
17
17
  static get styleUrls() { return {
18
- "$": ["stencil.css"]
18
+ "$": ["index.css"]
19
19
  }; }
20
20
  }
@@ -0,0 +1,5 @@
1
+ export const Page = ({ contentHTML = '', footerHTML = '', headerHTML = '' }) => `<utrecht-page>
2
+ <utrecht-page-header>${headerHTML}</utrecht-page-header>
3
+ <utrecht-page-content>${contentHTML}</utrecht-page-content>
4
+ <utrecht-page-footer>${footerHTML}</utrecht-page-footer>
5
+ </utrecht-page>`;
@@ -12,9 +12,9 @@ export class Page {
12
12
  static get is() { return "utrecht-page-content"; }
13
13
  static get encapsulation() { return "shadow"; }
14
14
  static get originalStyleUrls() { return {
15
- "$": ["stencil.scss"]
15
+ "$": ["index.scss"]
16
16
  }; }
17
17
  static get styleUrls() { return {
18
- "$": ["stencil.css"]
18
+ "$": ["index.css"]
19
19
  }; }
20
20
  }
@@ -0,0 +1 @@
1
+ export const PageContent = ({ innerHTML = '' }) => `<utrecht-page-content>${innerHTML}</utrecht-page-content>`;
@@ -11,9 +11,9 @@ export class PageFooter {
11
11
  static get is() { return "utrecht-page-footer"; }
12
12
  static get encapsulation() { return "shadow"; }
13
13
  static get originalStyleUrls() { return {
14
- "$": ["stencil.scss"]
14
+ "$": ["index.scss"]
15
15
  }; }
16
16
  static get styleUrls() { return {
17
- "$": ["stencil.css"]
17
+ "$": ["index.css"]
18
18
  }; }
19
19
  }
@@ -0,0 +1 @@
1
+ export const PageFooter = ({ innerHTML = '' }) => `<utrecht-page-footer>${innerHTML}</utrecht-page-footer>`;
@@ -12,9 +12,9 @@ export class PageHeader {
12
12
  static get is() { return "utrecht-page-header"; }
13
13
  static get encapsulation() { return "shadow"; }
14
14
  static get originalStyleUrls() { return {
15
- "$": ["stencil.scss"]
15
+ "$": ["index.scss"]
16
16
  }; }
17
17
  static get styleUrls() { return {
18
- "$": ["stencil.css"]
18
+ "$": ["index.css"]
19
19
  }; }
20
20
  }
@@ -0,0 +1 @@
1
+ export const PageHeader = ({ innerHTML = '' }) => `<utrecht-page-header>${innerHTML}</utrecht-page-header>`;
@@ -32,10 +32,10 @@ export class Pagination {
32
32
  static get is() { return "utrecht-pagination"; }
33
33
  static get encapsulation() { return "shadow"; }
34
34
  static get originalStyleUrls() { return {
35
- "$": ["stencil.scss"]
35
+ "$": ["index.scss"]
36
36
  }; }
37
37
  static get styleUrls() { return {
38
- "$": ["stencil.css"]
38
+ "$": ["index.css"]
39
39
  }; }
40
40
  static get properties() { return {
41
41
  "links": {
@@ -0,0 +1,7 @@
1
+ const attr = (name, value) => `${name}="${String(value).replace(/"/g, '&quot;')}"`;
2
+
3
+ export const Pagination = ({ currentIndex = -1, links = [], next = null, prev = null }) =>
4
+ `<utrecht-pagination ${attr('links', JSON.stringify(links))} ${attr('next', JSON.stringify(next))} ${attr(
5
+ 'prev',
6
+ JSON.stringify(prev),
7
+ )} ${attr('current-index', currentIndex)}></utrecht-pagination>`;
File without changes
@@ -6,11 +6,17 @@
6
6
 
7
7
  import clsx from 'clsx';
8
8
 
9
+ const exampleOptions = [
10
+ { value: '1', label: 'Option #1' },
11
+ { value: '2', label: 'Option #2', selected: true },
12
+ { value: '3', label: 'Option #3' },
13
+ ];
14
+
9
15
  export const defaultArgs = {
10
16
  disabled: false,
11
17
  focus: false,
12
18
  invalid: false,
13
- options: [],
19
+ options: exampleOptions,
14
20
  required: false,
15
21
  };
16
22
 
@@ -31,9 +37,3 @@ export const Select = ({ disabled = false, focus = false, invalid = false, optio
31
37
  )
32
38
  .join('\n ')}
33
39
  </select>`;
34
-
35
- export const exampleOptions = [
36
- { value: '1', label: 'Option #1' },
37
- { value: '2', label: 'Option #2', selected: true },
38
- { value: '3', label: 'Option #3' },
39
- ];
@@ -0,0 +1,26 @@
1
+ const exampleOptions = [
2
+ { value: '1', label: 'Option #1' },
3
+ { value: '2', label: 'Option #2', selected: true },
4
+ { value: '3', label: 'Option #3' },
5
+ ];
6
+
7
+ export const defaultArgs = {
8
+ disabled: false,
9
+ invalid: false,
10
+ required: false,
11
+ options: exampleOptions,
12
+ };
13
+
14
+ export const Template = ({ disabled = false, invalid = false, options = [], required = false }) =>
15
+ `<section class="utrecht-html">
16
+ <select${invalid ? ' aria-invalid="true"' : ''}${disabled ? ' disabled' : ''}${
17
+ required ? ' required' : ''
18
+ } class="utrecht-select">
19
+ ${options
20
+ .map(
21
+ ({ label, selected, value }) =>
22
+ `<option${selected ? ' selected' : ''}${value ? ` value="${value}"` : ''}>${label}</option>`,
23
+ )
24
+ .join('\n ')}
25
+ </select>
26
+ </section>`;
@@ -0,0 +1,4 @@
1
+ export const Separator = () =>
2
+ `<section class="utrecht-html">
3
+ <hr>
4
+ </section>`;
@@ -6,9 +6,9 @@ export class Separator {
6
6
  static get is() { return "utrecht-separator"; }
7
7
  static get encapsulation() { return "shadow"; }
8
8
  static get originalStyleUrls() { return {
9
- "$": ["stencil.scss"]
9
+ "$": ["index.scss"]
10
10
  }; }
11
11
  static get styleUrls() { return {
12
- "$": ["stencil.css"]
12
+ "$": ["index.css"]
13
13
  }; }
14
14
  }
@@ -0,0 +1 @@
1
+ export const Separator = () => `<utrecht-separator></utrecht-separator>`;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+
6
+ import clsx from 'clsx';
7
+
8
+ export const Surface = ({ innerHTML = '' }) => `<div class="${clsx('utrecht-surface')}">${innerHTML}</div>`;