@utrecht/web-component-library-stencil 4.1.0 → 4.1.1

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 (189) hide show
  1. package/dist/cjs/utrecht-action-group_46.cjs.entry.js +17 -15
  2. package/dist/cjs/utrecht-action-group_46.cjs.entry.js.map +1 -1
  3. package/dist/cjs/utrecht-body.cjs.entry.js +4 -4
  4. package/dist/cjs/utrecht-body.cjs.entry.js.map +1 -1
  5. package/dist/cjs/utrecht-data-list-item.cjs.entry.js +1 -1
  6. package/dist/cjs/utrecht-form-toggle.cjs.entry.js +1 -1
  7. package/dist/cjs/utrecht-form-toggle.cjs.entry.js.map +1 -1
  8. package/dist/cjs/utrecht-html-content.cjs.entry.js +1 -1
  9. package/dist/cjs/utrecht-html-content.cjs.entry.js.map +1 -1
  10. package/dist/cjs/utrecht-progress-list-item.cjs.entry.js +1 -1
  11. package/dist/cjs/utrecht-progress-list-item.cjs.entry.js.map +1 -1
  12. package/dist/cjs/utrecht-progress-list.cjs.entry.js +1 -1
  13. package/dist/cjs/utrecht-progress-list.cjs.entry.js.map +1 -1
  14. package/dist/cjs/utrecht-progress-sublist-item.cjs.entry.js +1 -1
  15. package/dist/cjs/utrecht-progress-sublist-item.cjs.entry.js.map +1 -1
  16. package/dist/cjs/utrecht-root.cjs.entry.js +1 -1
  17. package/dist/cjs/utrecht-root.cjs.entry.js.map +1 -1
  18. package/dist/cjs/utrecht-table-caption.cjs.entry.js +1 -1
  19. package/dist/cjs/utrecht-table-caption.cjs.entry.js.map +1 -1
  20. package/dist/cjs/utrecht-table-container.cjs.entry.js +1 -1
  21. package/dist/cjs/utrecht-table-container.cjs.entry.js.map +1 -1
  22. package/dist/cjs/utrecht-table-header.cjs.entry.js +1 -1
  23. package/dist/cjs/utrecht-table-header.cjs.entry.js.map +1 -1
  24. package/dist/cjs/utrecht-table-row.cjs.entry.js +1 -1
  25. package/dist/cjs/utrecht-table-row.cjs.entry.js.map +1 -1
  26. package/dist/collection/components/alert.js +3 -2
  27. package/dist/collection/components/alert.js.map +1 -1
  28. package/dist/collection/components/body.css +0 -4
  29. package/dist/collection/components/body.js +1 -1
  30. package/dist/collection/components/body.js.map +1 -1
  31. package/dist/collection/components/breadcrumb-nav.css +6 -0
  32. package/dist/collection/components/button-link.css +7 -1
  33. package/dist/collection/components/button.css +7 -1
  34. package/dist/collection/components/checkbox.css +6 -0
  35. package/dist/collection/components/contact-card-template.css +6 -0
  36. package/dist/collection/components/custom-checkbox.css +6 -0
  37. package/dist/collection/components/data-list-item.css +1 -1
  38. package/dist/collection/components/form-field-checkbox.css +6 -1
  39. package/dist/collection/components/form-field-textarea.css +6 -1
  40. package/dist/collection/components/form-field-textbox.css +6 -1
  41. package/dist/collection/components/form-toggle.css +10 -2
  42. package/dist/collection/components/heading-1.css +3 -3
  43. package/dist/collection/components/heading-2.css +3 -3
  44. package/dist/collection/components/heading-3.css +3 -3
  45. package/dist/collection/components/heading-4.css +3 -3
  46. package/dist/collection/components/heading-5.css +3 -3
  47. package/dist/collection/components/heading-6.css +3 -3
  48. package/dist/collection/components/heading.css +18 -18
  49. package/dist/collection/components/html-content.css +47 -24
  50. package/dist/collection/components/link-button.css +6 -0
  51. package/dist/collection/components/link.css +6 -0
  52. package/dist/collection/components/number-data.css +4 -0
  53. package/dist/collection/components/pagination.css +6 -0
  54. package/dist/collection/components/progress-list.css +9 -4
  55. package/dist/collection/components/root.css +52 -4
  56. package/dist/collection/components/sidenav.css +6 -0
  57. package/dist/collection/components/skip-link.css +6 -0
  58. package/dist/collection/components/table-caption.css +3 -3
  59. package/dist/collection/components/table-container.css +1 -3
  60. package/dist/collection/components/table-header.css +0 -1
  61. package/dist/collection/components/table-row.css +0 -1
  62. package/dist/collection/components/textarea.css +6 -0
  63. package/dist/collection/components/textbox.css +6 -0
  64. package/dist/collection/components/top-task-link.css +6 -0
  65. package/dist/collection/components/url-data.css +0 -1
  66. package/dist/components/p-145331fd.js +143 -0
  67. package/dist/components/{p-50d20687.js.map → p-145331fd.js.map} +1 -1
  68. package/dist/components/{p-6cc7a0ab.js → p-903009d4.js} +2 -2
  69. package/dist/components/{p-6cc7a0ab.js.map → p-903009d4.js.map} +1 -1
  70. package/dist/components/{p-8b0c8650.js → p-b99c32b3.js} +2 -2
  71. package/dist/components/{p-8b0c8650.js.map → p-b99c32b3.js.map} +1 -1
  72. package/dist/components/utrecht-alert.js +4 -2
  73. package/dist/components/utrecht-alert.js.map +1 -1
  74. package/dist/components/utrecht-body.js +4 -4
  75. package/dist/components/utrecht-body.js.map +1 -1
  76. package/dist/components/utrecht-button-link.js +1 -1
  77. package/dist/components/utrecht-button-link.js.map +1 -1
  78. package/dist/components/utrecht-button.js +1 -1
  79. package/dist/components/utrecht-contact-card-template.js +2 -2
  80. package/dist/components/utrecht-data-list-item.js +1 -1
  81. package/dist/components/utrecht-form-field-checkbox.js +1 -1
  82. package/dist/components/utrecht-form-field-checkbox.js.map +1 -1
  83. package/dist/components/utrecht-form-field-textarea.js +1 -1
  84. package/dist/components/utrecht-form-field-textarea.js.map +1 -1
  85. package/dist/components/utrecht-form-field-textbox.js +1 -1
  86. package/dist/components/utrecht-form-field-textbox.js.map +1 -1
  87. package/dist/components/utrecht-form-toggle.js +1 -1
  88. package/dist/components/utrecht-form-toggle.js.map +1 -1
  89. package/dist/components/utrecht-heading-1.js +1 -1
  90. package/dist/components/utrecht-heading-1.js.map +1 -1
  91. package/dist/components/utrecht-heading-2.js +1 -1
  92. package/dist/components/utrecht-heading-3.js +1 -1
  93. package/dist/components/utrecht-heading-4.js +1 -1
  94. package/dist/components/utrecht-heading-4.js.map +1 -1
  95. package/dist/components/utrecht-heading-5.js +1 -1
  96. package/dist/components/utrecht-heading-5.js.map +1 -1
  97. package/dist/components/utrecht-heading-6.js +1 -1
  98. package/dist/components/utrecht-heading-6.js.map +1 -1
  99. package/dist/components/utrecht-heading.js +1 -1
  100. package/dist/components/utrecht-heading.js.map +1 -1
  101. package/dist/components/utrecht-html-content.js +1 -1
  102. package/dist/components/utrecht-html-content.js.map +1 -1
  103. package/dist/components/utrecht-progress-list-item.js +2 -2
  104. package/dist/components/utrecht-progress-list-item.js.map +1 -1
  105. package/dist/components/utrecht-progress-list.js +1 -1
  106. package/dist/components/utrecht-progress-list.js.map +1 -1
  107. package/dist/components/utrecht-progress-sublist-item.js +1 -1
  108. package/dist/components/utrecht-progress-sublist-item.js.map +1 -1
  109. package/dist/components/utrecht-root.js +1 -1
  110. package/dist/components/utrecht-root.js.map +1 -1
  111. package/dist/components/utrecht-table-caption.js +1 -1
  112. package/dist/components/utrecht-table-caption.js.map +1 -1
  113. package/dist/components/utrecht-table-container.js +1 -1
  114. package/dist/components/utrecht-table-container.js.map +1 -1
  115. package/dist/components/utrecht-table-header.js +1 -1
  116. package/dist/components/utrecht-table-header.js.map +1 -1
  117. package/dist/components/utrecht-table-row.js +1 -1
  118. package/dist/components/utrecht-table-row.js.map +1 -1
  119. package/dist/components/utrecht-url-data.js +1 -1
  120. package/dist/components/utrecht-url-data.js.map +1 -1
  121. package/dist/esm/utrecht-action-group_46.entry.js +17 -15
  122. package/dist/esm/utrecht-action-group_46.entry.js.map +1 -1
  123. package/dist/esm/utrecht-body.entry.js +4 -4
  124. package/dist/esm/utrecht-body.entry.js.map +1 -1
  125. package/dist/esm/utrecht-data-list-item.entry.js +1 -1
  126. package/dist/esm/utrecht-form-toggle.entry.js +1 -1
  127. package/dist/esm/utrecht-form-toggle.entry.js.map +1 -1
  128. package/dist/esm/utrecht-html-content.entry.js +1 -1
  129. package/dist/esm/utrecht-html-content.entry.js.map +1 -1
  130. package/dist/esm/utrecht-progress-list-item.entry.js +1 -1
  131. package/dist/esm/utrecht-progress-list-item.entry.js.map +1 -1
  132. package/dist/esm/utrecht-progress-list.entry.js +1 -1
  133. package/dist/esm/utrecht-progress-list.entry.js.map +1 -1
  134. package/dist/esm/utrecht-progress-sublist-item.entry.js +1 -1
  135. package/dist/esm/utrecht-progress-sublist-item.entry.js.map +1 -1
  136. package/dist/esm/utrecht-root.entry.js +1 -1
  137. package/dist/esm/utrecht-root.entry.js.map +1 -1
  138. package/dist/esm/utrecht-table-caption.entry.js +1 -1
  139. package/dist/esm/utrecht-table-caption.entry.js.map +1 -1
  140. package/dist/esm/utrecht-table-container.entry.js +1 -1
  141. package/dist/esm/utrecht-table-container.entry.js.map +1 -1
  142. package/dist/esm/utrecht-table-header.entry.js +1 -1
  143. package/dist/esm/utrecht-table-header.entry.js.map +1 -1
  144. package/dist/esm/utrecht-table-row.entry.js +1 -1
  145. package/dist/esm/utrecht-table-row.entry.js.map +1 -1
  146. package/dist/types/components/body.d.ts +1 -1
  147. package/dist/utrecht/p-07df436f.entry.js +2 -0
  148. package/dist/utrecht/p-07df436f.entry.js.map +1 -0
  149. package/dist/utrecht/p-111bc630.entry.js +2 -0
  150. package/dist/utrecht/{p-b78c917c.entry.js.map → p-111bc630.entry.js.map} +1 -1
  151. package/dist/utrecht/p-161ae02f.entry.js +2 -0
  152. package/dist/utrecht/{p-9bbd5241.entry.js.map → p-161ae02f.entry.js.map} +1 -1
  153. package/dist/utrecht/p-1c7451c7.entry.js +2 -0
  154. package/dist/utrecht/{p-9dd388f5.entry.js.map → p-1c7451c7.entry.js.map} +1 -1
  155. package/dist/utrecht/p-54afb1bf.entry.js +2 -0
  156. package/dist/utrecht/{p-8061ad92.entry.js.map → p-54afb1bf.entry.js.map} +1 -1
  157. package/dist/utrecht/p-56bc0920.entry.js +2 -0
  158. package/dist/utrecht/{p-82fddfe5.entry.js.map → p-56bc0920.entry.js.map} +1 -1
  159. package/dist/utrecht/{p-a2f05439.entry.js → p-867b57d2.entry.js} +2 -2
  160. package/dist/utrecht/{p-a2f05439.entry.js.map → p-867b57d2.entry.js.map} +1 -1
  161. package/dist/utrecht/p-b06b325e.entry.js +2 -0
  162. package/dist/utrecht/{p-fc013486.entry.js.map → p-b06b325e.entry.js.map} +1 -1
  163. package/dist/utrecht/{p-57bd3d72.entry.js → p-d5053155.entry.js} +2 -2
  164. package/dist/utrecht/p-e26c28d0.entry.js +2 -0
  165. package/dist/utrecht/{p-c68c6594.entry.js.map → p-e26c28d0.entry.js.map} +1 -1
  166. package/dist/utrecht/p-e2d5f0a5.entry.js +2 -0
  167. package/dist/utrecht/{p-e31537c7.entry.js.map → p-e2d5f0a5.entry.js.map} +1 -1
  168. package/dist/utrecht/p-edc6473f.entry.js +2 -0
  169. package/dist/utrecht/p-edc6473f.entry.js.map +1 -0
  170. package/dist/utrecht/p-f516287a.entry.js +2 -0
  171. package/dist/utrecht/p-f516287a.entry.js.map +1 -0
  172. package/dist/utrecht/utrecht.esm.js +1 -1
  173. package/package.json +34 -34
  174. package/dist/components/p-50d20687.js +0 -143
  175. package/dist/utrecht/p-8061ad92.entry.js +0 -2
  176. package/dist/utrecht/p-82fddfe5.entry.js +0 -2
  177. package/dist/utrecht/p-9bbd5241.entry.js +0 -2
  178. package/dist/utrecht/p-9dd388f5.entry.js +0 -2
  179. package/dist/utrecht/p-aee3361b.entry.js +0 -2
  180. package/dist/utrecht/p-aee3361b.entry.js.map +0 -1
  181. package/dist/utrecht/p-b78c917c.entry.js +0 -2
  182. package/dist/utrecht/p-c68c6594.entry.js +0 -2
  183. package/dist/utrecht/p-e04057c0.entry.js +0 -2
  184. package/dist/utrecht/p-e04057c0.entry.js.map +0 -1
  185. package/dist/utrecht/p-e31537c7.entry.js +0 -2
  186. package/dist/utrecht/p-f9f49c15.entry.js +0 -2
  187. package/dist/utrecht/p-f9f49c15.entry.js.map +0 -1
  188. package/dist/utrecht/p-fc013486.entry.js +0 -2
  189. /package/dist/utrecht/{p-57bd3d72.entry.js.map → p-d5053155.entry.js.map} +0 -0
@@ -1 +1 @@
1
- {"file":"utrecht-progress-sublist-item.js","mappings":";;;AAAA,MAAM,eAAe,GAAG,+nZAA+nZ,CAAC;AACxpZ,yCAAe,eAAe;;MCajB,uBAAuB;;;;;;uBAEN,KAAK;;IACjC,MAAM;QACJ,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;QACrC,QACE,2DAAI,KAAK,EAAE,IAAI,CAAC,iCAAiC,EAAE,oCAAoC,UAAU,EAAE,CAAC,IAClG,4DAAK,KAAK,EAAC,oCAAoC,IAC7C,4DACE,KAAK,EAAE,IAAI,CAAC,qBAAqB,EAAE,6BAA6B,EAAE;gBAChE,8BAA8B,EAAE,OAAO;gBACvC,kCAAkC,EAAE,CAAC,OAAO;aAC7C,CAAC,IAEF,6DAAM,IAAI,EAAC,QAAQ,GAAG,EACrB,OAAO,KACN,4DACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,KAAK,EAAC,cAAc,EACpB,SAAS,EAAC,OAAO,iBACL,MAAM,qBACF,MAAM,IAEtB,6DACE,CAAC,EAAC,sIAAsI,EACxI,MAAM,EAAC,cAAc,kBACR,MAAM,GACb,CACJ,CACP,CACG,EACN,0DACE,KAAK,EAAE,IAAI,CAAC,yCAAyC,EAAE;gBACrD,kDAAkD,EAAE,OAAO;aAC5D,CAAC,IAEF,8DAAQ,CACN,CACA,CACH,EACL;KACH;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/progress-list.scss?tag=utrecht-progress-sublist-item&encapsulation=shadow","src/components/progress-sublist-item.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\n@import \"~@gemeente-denhaag/process-steps/dist/index.css\";\n@import \"~@gemeente-denhaag/step-marker/dist/index.css\";\n\n:host {\n display: contents;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\nimport { Component, h, Prop } from '@stencil/core';\nimport clsx from 'clsx';\n\n@Component({\n tag: 'utrecht-progress-sublist-item',\n styleUrl: 'progress-list.scss',\n shadow: true,\n})\nexport class StepProgressSublistItem {\n @Prop() appearance?: string;\n @Prop() checked?: boolean = false;\n render() {\n const { appearance, checked } = this;\n return (\n <li class={clsx('denhaag-process-steps__sub-step', `denhaag-process-steps__sub-step--${appearance}`)}>\n <div class=\"denhaag-process-steps__step-header\">\n <div\n class={clsx('denhaag-step-marker', 'denhaag-step-marker--nested', {\n 'denhaag-step-marker--checked': checked,\n 'denhaag-step-marker--not-checked': !checked,\n })}\n >\n <slot name=\"marker\" />\n {checked && (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"1em\"\n height=\"1em\"\n viewBox=\"0 0 24 24\"\n class=\"denhaag-icon\"\n focusable=\"false\"\n aria-hidden=\"true\"\n shape-rendering=\"auto\"\n >\n <path\n d=\"M20.664 5.253a1 1 0 01.083 1.411l-10.666 12a1 1 0 01-1.495 0l-5.333-6a1 1 0 011.494-1.328l4.586 5.159 9.92-11.16a1 1 0 011.411-.082z\"\n stroke=\"currentColor\"\n stroke-width=\"1.75\"\n ></path>\n </svg>\n )}\n </div>\n <p\n class={clsx('denhaag-process-steps__sub-step-heading', {\n 'denhaag-process-steps__sub-step-heading--checked': checked,\n })}\n >\n <slot />\n </p>\n </div>\n </li>\n );\n }\n}\n"],"version":3}
1
+ {"file":"utrecht-progress-sublist-item.js","mappings":";;;AAAA,MAAM,eAAe,GAAG,i4ZAAi4Z,CAAC;AAC15Z,yCAAe,eAAe;;MCajB,uBAAuB;;;;;;uBAEN,KAAK;;IACjC,MAAM;QACJ,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;QACrC,QACE,2DAAI,KAAK,EAAE,IAAI,CAAC,iCAAiC,EAAE,oCAAoC,UAAU,EAAE,CAAC,IAClG,4DAAK,KAAK,EAAC,oCAAoC,IAC7C,4DACE,KAAK,EAAE,IAAI,CAAC,qBAAqB,EAAE,6BAA6B,EAAE;gBAChE,8BAA8B,EAAE,OAAO;gBACvC,kCAAkC,EAAE,CAAC,OAAO;aAC7C,CAAC,IAEF,6DAAM,IAAI,EAAC,QAAQ,GAAG,EACrB,OAAO,KACN,4DACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,KAAK,EAAC,cAAc,EACpB,SAAS,EAAC,OAAO,iBACL,MAAM,qBACF,MAAM,IAEtB,6DACE,CAAC,EAAC,sIAAsI,EACxI,MAAM,EAAC,cAAc,kBACR,MAAM,GACb,CACJ,CACP,CACG,EACN,0DACE,KAAK,EAAE,IAAI,CAAC,yCAAyC,EAAE;gBACrD,kDAAkD,EAAE,OAAO;aAC5D,CAAC,IAEF,8DAAQ,CACN,CACA,CACH,EACL;KACH;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/progress-list.scss?tag=utrecht-progress-sublist-item&encapsulation=shadow","src/components/progress-sublist-item.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\n@import \"~@gemeente-denhaag/process-steps/dist/index.css\";\n@import \"~@gemeente-denhaag/step-marker/dist/index.css\";\n\n:host {\n display: contents;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\nimport { Component, h, Prop } from '@stencil/core';\nimport clsx from 'clsx';\n\n@Component({\n tag: 'utrecht-progress-sublist-item',\n styleUrl: 'progress-list.scss',\n shadow: true,\n})\nexport class StepProgressSublistItem {\n @Prop() appearance?: string;\n @Prop() checked?: boolean = false;\n render() {\n const { appearance, checked } = this;\n return (\n <li class={clsx('denhaag-process-steps__sub-step', `denhaag-process-steps__sub-step--${appearance}`)}>\n <div class=\"denhaag-process-steps__step-header\">\n <div\n class={clsx('denhaag-step-marker', 'denhaag-step-marker--nested', {\n 'denhaag-step-marker--checked': checked,\n 'denhaag-step-marker--not-checked': !checked,\n })}\n >\n <slot name=\"marker\" />\n {checked && (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"1em\"\n height=\"1em\"\n viewBox=\"0 0 24 24\"\n class=\"denhaag-icon\"\n focusable=\"false\"\n aria-hidden=\"true\"\n shape-rendering=\"auto\"\n >\n <path\n d=\"M20.664 5.253a1 1 0 01.083 1.411l-10.666 12a1 1 0 01-1.495 0l-5.333-6a1 1 0 011.494-1.328l4.586 5.159 9.92-11.16a1 1 0 011.411-.082z\"\n stroke=\"currentColor\"\n stroke-width=\"1.75\"\n ></path>\n </svg>\n )}\n </div>\n <p\n class={clsx('denhaag-process-steps__sub-step-heading', {\n 'denhaag-process-steps__sub-step-heading--checked': checked,\n })}\n >\n <slot />\n </p>\n </div>\n </li>\n );\n }\n}\n"],"version":3}
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h } from './p-2f0ff193.js';
2
2
 
3
- const rootCss = ":host{-webkit-font-smoothing:auto !important;-moz-osx-font-smoothing:auto !important;background-color:var(--utrecht-root-background-color);block-size:100%;color:var(--utrecht-root-color);font-family:var(--utrecht-root-font-family);-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;inline-size:100%;overflow-block:auto;overflow-inline:auto;position:relative;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;word-break:break-word}:host([hidden]){display:none !important}";
3
+ const rootCss = ":host{-webkit-font-smoothing:auto !important;-moz-osx-font-smoothing:auto !important;background-color:var(--utrecht-root-background-color, Canvas);block-size:100%;color:var(--utrecht-root-color, CanvasText);font-family:var(--utrecht-root-font-family);font-size-adjust:var(--utrecht-root-font-size-adjust, 0.5);font-weight:var(--utrecht-root-font-weight, var(--utrecht-body-font-weight));-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;inline-size:100%;overflow-block:auto;overflow-inline:auto;overflow-wrap:break-word;position:relative;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}@media (prefers-reduced-motion: no-preference){:host{scroll-behavior:smooth}}:host{font-size:var(--utrecht-root-font-size, var(--utrecht-body-font-size));line-height:var(--utrecht-root-line-height, var(--utrecht-body-line-height))}:host([hidden]){display:none !important}";
4
4
  const UtrechtRootStyle0 = rootCss;
5
5
 
6
6
  const Root = /*@__PURE__*/ proxyCustomElement(class Root extends H {
@@ -1 +1 @@
1
- {"file":"utrecht-root.js","mappings":";;AAAA,MAAM,OAAO,GAAG,yiBAAyiB,CAAC;AAC1jB,0BAAe,OAAO;;MCaT,IAAI;;;;;;IACf,MAAM;QACJ,OAAO,8DAAa,CAAC;KACtB;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/root.scss?tag=utrecht-root&encapsulation=shadow","src/components/root.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\n@use \"~@utrecht/root-css/src/mixin\" as *;\n\n:host {\n @include utrecht-root;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-root',\n styleUrl: 'root.scss',\n // No shadow DOM, to affect the `<html>` and `<body>` element\n shadow: true,\n})\nexport class Root {\n render() {\n return <slot></slot>;\n }\n}\n"],"version":3}
1
+ {"file":"utrecht-root.js","mappings":";;AAAA,MAAM,OAAO,GAAG,+6BAA+6B,CAAC;AACh8B,0BAAe,OAAO;;MCaT,IAAI;;;;;;IACf,MAAM;QACJ,OAAO,8DAAa,CAAC;KACtB;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/root.scss?tag=utrecht-root&encapsulation=shadow","src/components/root.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\n@use \"~@utrecht/root-css/src/mixin\" as *;\n\n:host {\n @include utrecht-root;\n @include utrecht-root__font-size-container;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-root',\n styleUrl: 'root.scss',\n // No shadow DOM, to affect the `<html>` and `<body>` element\n shadow: true,\n})\nexport class Root {\n render() {\n return <slot></slot>;\n }\n}\n"],"version":3}
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h } from './p-2f0ff193.js';
2
2
 
3
- const tableCaptionCss = ":host{break-inside:avoid;color:var(--utrecht-table-caption-color);font-family:var(--utrecht-table-caption-font-family);font-size:var(--utrecht-table-caption-font-size);font-weight:var(--utrecht-table-caption-font-weight);line-height:var(--utrecht-table-caption-line-height);margin-block-end:var(--utrecht-table-caption-margin-block-end);page-break-after:avoid;text-align:var(--utrecht-table-caption-text-align, center);display:table-caption;page-break-after:avoid;page-break-inside:avoid}";
3
+ const tableCaptionCss = ":host{break-after:avoid;break-inside:avoid;color:var(--utrecht-table-caption-color);font-family:var(--utrecht-table-caption-font-family);font-size:var(--utrecht-table-caption-font-size);font-weight:var(--utrecht-table-caption-font-weight);line-height:var(--utrecht-table-caption-line-height);margin-block-end:var(--utrecht-table-caption-margin-block-end);text-align:var(--utrecht-table-caption-text-align, center);break-after:avoid;break-inside:avoid;display:table-caption}";
4
4
  const UtrechtTableCaptionStyle0 = tableCaptionCss;
5
5
 
6
6
  const TableCaption = /*@__PURE__*/ proxyCustomElement(class TableCaption extends H {
@@ -1 +1 @@
1
- {"file":"utrecht-table-caption.js","mappings":";;AAAA,MAAM,eAAe,GAAG,0eAA0e,CAAC;AACngB,kCAAe,eAAe;;MCMjB,YAAY;;;;;;IACvB,MAAM;;QAEJ,OAAO,8DAAa,CAAC;KACtB;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/table-caption.scss?tag=utrecht-table-caption&encapsulation=shadow","src/components/table-caption.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\n@use \"~@utrecht/table-css/src/mixin\" as *;\n\n:host {\n @include utrecht-table__caption;\n\n display: table-caption;\n page-break-after: avoid;\n page-break-inside: avoid;\n}\n","import { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-table-caption',\n styleUrl: 'table-caption.scss',\n shadow: true,\n})\nexport class TableCaption {\n render() {\n // TODO: Associate with parent <utrecht-table> aria-labelledby attribute\n return <slot></slot>;\n }\n}\n"],"version":3}
1
+ {"file":"utrecht-table-caption.js","mappings":";;AAAA,MAAM,eAAe,GAAG,2dAA2d,CAAC;AACpf,kCAAe,eAAe;;MCMjB,YAAY;;;;;;IACvB,MAAM;;QAEJ,OAAO,8DAAa,CAAC;KACtB;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/table-caption.scss?tag=utrecht-table-caption&encapsulation=shadow","src/components/table-caption.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\n@use \"~@utrecht/table-css/src/mixin\" as *;\n\n:host {\n @include utrecht-table__caption;\n\n break-after: avoid;\n break-inside: avoid;\n display: table-caption;\n}\n","import { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-table-caption',\n styleUrl: 'table-caption.scss',\n shadow: true,\n})\nexport class TableCaption {\n render() {\n // TODO: Associate with parent <utrecht-table> aria-labelledby attribute\n return <slot></slot>;\n }\n}\n"],"version":3}
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h } from './p-2f0ff193.js';
2
2
 
3
- const tableContainerCss = "utrecht-table-container{display:block;overflow:auto;background-attachment:local, local, scroll, scroll;background-image:linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));background-position:left center, right center, left center, right center;background-repeat:no-repeat;background-size:20px 100%, 20px 100%, 10px 100%, 10px 100%}utrecht-table-container table>caption{break-inside:avoid;color:var(--utrecht-table-caption-color);font-family:var(--utrecht-table-caption-font-family);font-size:var(--utrecht-table-caption-font-size);font-weight:var(--utrecht-table-caption-font-weight);line-height:var(--utrecht-table-caption-line-height);margin-block-end:var(--utrecht-table-caption-margin-block-end);page-break-after:avoid;text-align:var(--utrecht-table-caption-text-align, center)}utrecht-table-container table>thead{--_utrecht-table-header-cell-vertical-align:bottom;--_utrecht-table-header-cell-z-index:8;background-color:var(--utrecht-table-header-background-color, transparent);break-inside:avoid;color:var(--utrecht-table-header-color);font-weight:var(--utrecht-table-header-font-weight);page-break-inside:avoid;text-transform:var(--utrecht-table-header-text-transform)}utrecht-table-container table>tbody{--_utrecht-table-header-cell-z-index:2}utrecht-table-container table>tr,utrecht-table-container table>thead>tr,utrecht-table-container table>tbody>tr,utrecht-table-container table>tfoot>tr{break-inside:avoid;page-break-inside:avoid}utrecht-table-container table>thead>tr:last-of-type{border-block-end-color:var(--utrecht-table-header-border-block-end-color, transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-header-border-block-end-width, 0)}utrecht-table-container table>tr>th,utrecht-table-container table>thead>tr>th,utrecht-table-container table>tbody>tr>th,utrecht-table-container table>tfoot>tr>th{--utrecht-icon-size:var(--utrecht-table-cell-icon-size);block-size:var(--utrecht-table-cell-line-height, 1em);line-height:var(--utrecht-table-cell-line-height, inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end, 0);padding-block-start:var(--utrecht-table-cell-padding-block-start, 0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end, 0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start, 0);text-align:start;color:var(--utrecht-table-header-cell-color);font-size:var(--utrecht-table-header-cell-font-size);font-weight:var(--utrecht-table-header-cell-font-weight, bold);text-transform:var(--utrecht-table-header-cell-text-transform);vertical-align:var(--_utrecht-table-header-cell-vertical-align, top);z-index:var(--_utrecht-table-header-cell-z-index)}utrecht-table-container table>tr>td,utrecht-table-container table>thead>tr>td,utrecht-table-container table>tbody>tr>td,utrecht-table-container table>tfoot>tr>td{--utrecht-icon-size:var(--utrecht-table-cell-icon-size);block-size:var(--utrecht-table-cell-line-height, 1em);line-height:var(--utrecht-table-cell-line-height, inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end, 0);padding-block-start:var(--utrecht-table-cell-padding-block-start, 0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end, 0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start, 0);text-align:start;border-block-end-color:var(--utrecht-table-row-border-block-end-color, transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-row-border-block-end-width, 0);vertical-align:top}utrecht-table-container table{}utrecht-table-container table>tr>td:last-child,utrecht-table-container table>thead>tr>td:last-child,utrecht-table-container table>tbody>tr>td:last-child,utrecht-table-container table>tfoot>tr>td:last-child{padding-inline-end:var(--utrecht-table-row-padding-inline-end, var(--utrecht-table-cell-padding-inline-end, 0))}utrecht-table-container table>tr>td:first-child,utrecht-table-container table>thead>tr>td:first-child,utrecht-table-container table>tbody>tr>td:first-child,utrecht-table-container table>tfoot>tr>td:first-child{padding-inline-start:var(--utrecht-table-row-padding-inline-start, var(--utrecht-table-cell-padding-inline-start, 0))}utrecht-table-container table{}";
3
+ const tableContainerCss = "utrecht-table-container{display:block;overflow:auto;background-attachment:local, local, scroll, scroll;background-image:linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));background-position:left center, right center, left center, right center;background-repeat:no-repeat;background-size:20px 100%, 20px 100%, 10px 100%, 10px 100%}utrecht-table-container table>caption{break-after:avoid;break-inside:avoid;color:var(--utrecht-table-caption-color);font-family:var(--utrecht-table-caption-font-family);font-size:var(--utrecht-table-caption-font-size);font-weight:var(--utrecht-table-caption-font-weight);line-height:var(--utrecht-table-caption-line-height);margin-block-end:var(--utrecht-table-caption-margin-block-end);text-align:var(--utrecht-table-caption-text-align, center)}utrecht-table-container table>thead{--_utrecht-table-header-cell-vertical-align:bottom;--_utrecht-table-header-cell-z-index:8;background-color:var(--utrecht-table-header-background-color, transparent);break-inside:avoid;color:var(--utrecht-table-header-color);font-weight:var(--utrecht-table-header-font-weight);text-transform:var(--utrecht-table-header-text-transform)}utrecht-table-container table>tbody{--_utrecht-table-header-cell-z-index:2}utrecht-table-container table>tr,utrecht-table-container table>thead>tr,utrecht-table-container table>tbody>tr,utrecht-table-container table>tfoot>tr{break-inside:avoid}utrecht-table-container table>thead>tr:last-of-type{border-block-end-color:var(--utrecht-table-header-border-block-end-color, transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-header-border-block-end-width, 0)}utrecht-table-container table>tr>th,utrecht-table-container table>thead>tr>th,utrecht-table-container table>tbody>tr>th,utrecht-table-container table>tfoot>tr>th{--utrecht-icon-size:var(--utrecht-table-cell-icon-size);block-size:var(--utrecht-table-cell-line-height, 1em);line-height:var(--utrecht-table-cell-line-height, inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end, 0);padding-block-start:var(--utrecht-table-cell-padding-block-start, 0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end, 0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start, 0);text-align:start;color:var(--utrecht-table-header-cell-color);font-size:var(--utrecht-table-header-cell-font-size);font-weight:var(--utrecht-table-header-cell-font-weight, bold);text-transform:var(--utrecht-table-header-cell-text-transform);vertical-align:var(--_utrecht-table-header-cell-vertical-align, top);z-index:var(--_utrecht-table-header-cell-z-index)}utrecht-table-container table>tr>td,utrecht-table-container table>thead>tr>td,utrecht-table-container table>tbody>tr>td,utrecht-table-container table>tfoot>tr>td{--utrecht-icon-size:var(--utrecht-table-cell-icon-size);block-size:var(--utrecht-table-cell-line-height, 1em);line-height:var(--utrecht-table-cell-line-height, inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end, 0);padding-block-start:var(--utrecht-table-cell-padding-block-start, 0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end, 0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start, 0);text-align:start;border-block-end-color:var(--utrecht-table-row-border-block-end-color, transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-row-border-block-end-width, 0);vertical-align:top}utrecht-table-container table{}utrecht-table-container table>tr>td:last-child,utrecht-table-container table>thead>tr>td:last-child,utrecht-table-container table>tbody>tr>td:last-child,utrecht-table-container table>tfoot>tr>td:last-child{padding-inline-end:var(--utrecht-table-row-padding-inline-end, var(--utrecht-table-cell-padding-inline-end, 0))}utrecht-table-container table>tr>td:first-child,utrecht-table-container table>thead>tr>td:first-child,utrecht-table-container table>tbody>tr>td:first-child,utrecht-table-container table>tfoot>tr>td:first-child{padding-inline-start:var(--utrecht-table-row-padding-inline-start, var(--utrecht-table-cell-padding-inline-start, 0))}utrecht-table-container table{}";
4
4
  const UtrechtTableContainerStyle0 = tableContainerCss;
5
5
 
6
6
  const TableContainer = /*@__PURE__*/ proxyCustomElement(class TableContainer extends H {
@@ -1 +1 @@
1
- {"file":"utrecht-table-container.js","mappings":";;AAAA,MAAM,iBAAiB,GAAG,ywIAAywI,CAAC;AACpyI,oCAAe,iBAAiB;;MCMnB,cAAc;;;;;IACzB,MAAM;QACJ,OAAO,8DAAa,CAAC;KACtB;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/table-container.scss?tag=utrecht-table-container","src/components/table-container.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\n@use \"~@utrecht/table-css/src/mixin\" as *;\n\nutrecht-table-container {\n @include utrecht-table-container;\n @include utrecht-table-container--overflow-inline;\n}\n\nutrecht-table-container table {\n @include utrecht-table--html-table;\n}\n","import { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-table-container',\n styleUrl: 'table-container.scss',\n shadow: false,\n})\nexport class TableContainer {\n render() {\n return <slot></slot>;\n }\n}\n"],"version":3}
1
+ {"file":"utrecht-table-container.js","mappings":";;AAAA,MAAM,iBAAiB,GAAG,otIAAotI,CAAC;AAC/uI,oCAAe,iBAAiB;;MCMnB,cAAc;;;;;IACzB,MAAM;QACJ,OAAO,8DAAa,CAAC;KACtB;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/table-container.scss?tag=utrecht-table-container","src/components/table-container.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\n@use \"~@utrecht/table-css/src/mixin\" as *;\n\nutrecht-table-container {\n @include utrecht-table-container;\n @include utrecht-table-container--overflow-inline;\n}\n\nutrecht-table-container table {\n @include utrecht-table--html-table;\n}\n","import { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-table-container',\n styleUrl: 'table-container.scss',\n shadow: false,\n})\nexport class TableContainer {\n render() {\n return <slot></slot>;\n }\n}\n"],"version":3}
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h, d as Host } from './p-2f0ff193.js';
2
2
 
3
- const tableHeaderCss = ":host{--_utrecht-table-header-cell-vertical-align:bottom;--_utrecht-table-header-cell-z-index:8;background-color:var(--utrecht-table-header-background-color, transparent);break-inside:avoid;color:var(--utrecht-table-header-color);font-weight:var(--utrecht-table-header-font-weight);page-break-inside:avoid;text-transform:var(--utrecht-table-header-text-transform);display:table-header-group}";
3
+ const tableHeaderCss = ":host{--_utrecht-table-header-cell-vertical-align:bottom;--_utrecht-table-header-cell-z-index:8;background-color:var(--utrecht-table-header-background-color, transparent);break-inside:avoid;color:var(--utrecht-table-header-color);font-weight:var(--utrecht-table-header-font-weight);text-transform:var(--utrecht-table-header-text-transform);display:table-header-group}";
4
4
  const UtrechtTableHeaderStyle0 = tableHeaderCss;
5
5
 
6
6
  const TableHeader = /*@__PURE__*/ proxyCustomElement(class TableHeader extends H {
@@ -1 +1 @@
1
- {"file":"utrecht-table-header.js","mappings":";;AAAA,MAAM,cAAc,GAAG,yYAAyY,CAAC;AACja,iCAAe,cAAc;;MCMhB,WAAW;;;;;;IACtB,MAAM;QACJ,QACE,EAAC,IAAI,qDAAC,IAAI,EAAC,UAAU,IACnB,8DAAa,CACR,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/table-header.scss?tag=utrecht-table-header&encapsulation=shadow","src/components/table-header.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\n@use \"~@utrecht/table-css/src/mixin\" as *;\n\n:host {\n @include utrecht-table__header;\n\n display: table-header-group;\n}\n","import { Component, h, Host } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-table-header',\n styleUrl: 'table-header.scss',\n shadow: true,\n})\nexport class TableHeader {\n render() {\n return (\n <Host role=\"rowgroup\">\n <slot></slot>\n </Host>\n );\n }\n}\n"],"version":3}
1
+ {"file":"utrecht-table-header.js","mappings":";;AAAA,MAAM,cAAc,GAAG,iXAAiX,CAAC;AACzY,iCAAe,cAAc;;MCMhB,WAAW;;;;;;IACtB,MAAM;QACJ,QACE,EAAC,IAAI,qDAAC,IAAI,EAAC,UAAU,IACnB,8DAAa,CACR,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/table-header.scss?tag=utrecht-table-header&encapsulation=shadow","src/components/table-header.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\n@use \"~@utrecht/table-css/src/mixin\" as *;\n\n:host {\n @include utrecht-table__header;\n\n display: table-header-group;\n}\n","import { Component, h, Host } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-table-header',\n styleUrl: 'table-header.scss',\n shadow: true,\n})\nexport class TableHeader {\n render() {\n return (\n <Host role=\"rowgroup\">\n <slot></slot>\n </Host>\n );\n }\n}\n"],"version":3}
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h, d as Host } from './p-2f0ff193.js';
2
2
 
3
- const tableRowCss = ":host{break-inside:avoid;page-break-inside:avoid;display:table-row}";
3
+ const tableRowCss = ":host{break-inside:avoid;display:table-row}";
4
4
  const UtrechtTableRowStyle0 = tableRowCss;
5
5
 
6
6
  const TableRow = /*@__PURE__*/ proxyCustomElement(class TableRow extends H {
@@ -1 +1 @@
1
- {"file":"utrecht-table-row.js","mappings":";;AAAA,MAAM,WAAW,GAAG,qEAAqE,CAAC;AAC1F,8BAAe,WAAW;;MCMb,QAAQ;;;;;;IACnB,MAAM;QACJ,QACE,EAAC,IAAI,qDAAC,IAAI,EAAC,KAAK,IACd,8DAAa,CACR,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/table-row.scss?tag=utrecht-table-row&encapsulation=shadow","src/components/table-row.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\n@use \"~@utrecht/table-css/src/mixin\" as *;\n\n:host {\n @include utrecht-table__row;\n\n display: table-row;\n}\n","import { Component, h, Host } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-table-row',\n styleUrl: 'table-row.scss',\n shadow: true,\n})\nexport class TableRow {\n render() {\n return (\n <Host role=\"row\">\n <slot></slot>\n </Host>\n );\n }\n}\n"],"version":3}
1
+ {"file":"utrecht-table-row.js","mappings":";;AAAA,MAAM,WAAW,GAAG,6CAA6C,CAAC;AAClE,8BAAe,WAAW;;MCMb,QAAQ;;;;;;IACnB,MAAM;QACJ,QACE,EAAC,IAAI,qDAAC,IAAI,EAAC,KAAK,IACd,8DAAa,CACR,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/table-row.scss?tag=utrecht-table-row&encapsulation=shadow","src/components/table-row.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\n@use \"~@utrecht/table-css/src/mixin\" as *;\n\n:host {\n @include utrecht-table__row;\n\n display: table-row;\n}\n","import { Component, h, Host } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-table-row',\n styleUrl: 'table-row.scss',\n shadow: true,\n})\nexport class TableRow {\n render() {\n return (\n <Host role=\"row\">\n <slot></slot>\n </Host>\n );\n }\n}\n"],"version":3}
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h } from './p-2f0ff193.js';
2
2
 
3
- const urlDataCss = "@charset \"UTF-8\";.utrecht-url-data{break-inside:avoid;font-variant-ligatures:none;hyphens:none;overflow-wrap:anywhere;page-break-inside:avoid}:host{display:inline}:host([hidden]){display:none !important}";
3
+ const urlDataCss = "@charset \"UTF-8\";.utrecht-url-data{break-inside:avoid;font-variant-ligatures:none;hyphens:none;overflow-wrap:anywhere}:host{display:inline}:host([hidden]){display:none !important}";
4
4
  const UtrechtUrlDataStyle0 = urlDataCss;
5
5
 
6
6
  const URLData = /*@__PURE__*/ proxyCustomElement(class URLData extends H {
@@ -1 +1 @@
1
- {"file":"utrecht-url-data.js","mappings":";;AAAA,MAAM,UAAU,GAAG,+MAA+M,CAAC;AACnO,6BAAe,UAAU;;MCYZ,OAAO;;;;;;IAClB,MAAM;QACJ,QACE,6DAAM,KAAK,EAAC,kBAAkB,IAC5B,8DAAa,CACR,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/url-data.scss?tag=utrecht-url-data&encapsulation=shadow","src/components/url-data.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\n@use \"~@utrecht/url-data-css/src\" as *;\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-url-data',\n styleUrl: 'url-data.scss',\n shadow: true,\n})\nexport class URLData {\n render() {\n return (\n <span class=\"utrecht-url-data\">\n <slot></slot>\n </span>\n );\n }\n}\n"],"version":3}
1
+ {"file":"utrecht-url-data.js","mappings":";;AAAA,MAAM,UAAU,GAAG,uLAAuL,CAAC;AAC3M,6BAAe,UAAU;;MCYZ,OAAO;;;;;;IAClB,MAAM;QACJ,QACE,6DAAM,KAAK,EAAC,kBAAkB,IAC5B,8DAAa,CACR,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/url-data.scss?tag=utrecht-url-data&encapsulation=shadow","src/components/url-data.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\n@use \"~@utrecht/url-data-css/src\" as *;\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2024 Frameless B.V.\n * Copyright (c) 2021-2024 Gemeente Utrecht\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-url-data',\n styleUrl: 'url-data.scss',\n shadow: true,\n})\nexport class URLData {\n render() {\n return (\n <span class=\"utrecht-url-data\">\n <slot></slot>\n </span>\n );\n }\n}\n"],"version":3}