@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.
- package/dist/cjs/utrecht-action-group_46.cjs.entry.js +17 -15
- package/dist/cjs/utrecht-action-group_46.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-body.cjs.entry.js +4 -4
- package/dist/cjs/utrecht-body.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-data-list-item.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-form-toggle.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-form-toggle.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-html-content.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-html-content.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-progress-list-item.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-progress-list-item.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-progress-list.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-progress-list.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-progress-sublist-item.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-progress-sublist-item.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-root.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-root.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-table-caption.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-table-caption.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-table-container.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-table-container.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-table-header.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-table-header.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-table-row.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-table-row.cjs.entry.js.map +1 -1
- package/dist/collection/components/alert.js +3 -2
- package/dist/collection/components/alert.js.map +1 -1
- package/dist/collection/components/body.css +0 -4
- package/dist/collection/components/body.js +1 -1
- package/dist/collection/components/body.js.map +1 -1
- package/dist/collection/components/breadcrumb-nav.css +6 -0
- package/dist/collection/components/button-link.css +7 -1
- package/dist/collection/components/button.css +7 -1
- package/dist/collection/components/checkbox.css +6 -0
- package/dist/collection/components/contact-card-template.css +6 -0
- package/dist/collection/components/custom-checkbox.css +6 -0
- package/dist/collection/components/data-list-item.css +1 -1
- package/dist/collection/components/form-field-checkbox.css +6 -1
- package/dist/collection/components/form-field-textarea.css +6 -1
- package/dist/collection/components/form-field-textbox.css +6 -1
- package/dist/collection/components/form-toggle.css +10 -2
- package/dist/collection/components/heading-1.css +3 -3
- package/dist/collection/components/heading-2.css +3 -3
- package/dist/collection/components/heading-3.css +3 -3
- package/dist/collection/components/heading-4.css +3 -3
- package/dist/collection/components/heading-5.css +3 -3
- package/dist/collection/components/heading-6.css +3 -3
- package/dist/collection/components/heading.css +18 -18
- package/dist/collection/components/html-content.css +47 -24
- package/dist/collection/components/link-button.css +6 -0
- package/dist/collection/components/link.css +6 -0
- package/dist/collection/components/number-data.css +4 -0
- package/dist/collection/components/pagination.css +6 -0
- package/dist/collection/components/progress-list.css +9 -4
- package/dist/collection/components/root.css +52 -4
- package/dist/collection/components/sidenav.css +6 -0
- package/dist/collection/components/skip-link.css +6 -0
- package/dist/collection/components/table-caption.css +3 -3
- package/dist/collection/components/table-container.css +1 -3
- package/dist/collection/components/table-header.css +0 -1
- package/dist/collection/components/table-row.css +0 -1
- package/dist/collection/components/textarea.css +6 -0
- package/dist/collection/components/textbox.css +6 -0
- package/dist/collection/components/top-task-link.css +6 -0
- package/dist/collection/components/url-data.css +0 -1
- package/dist/components/p-145331fd.js +143 -0
- package/dist/components/{p-50d20687.js.map → p-145331fd.js.map} +1 -1
- package/dist/components/{p-6cc7a0ab.js → p-903009d4.js} +2 -2
- package/dist/components/{p-6cc7a0ab.js.map → p-903009d4.js.map} +1 -1
- package/dist/components/{p-8b0c8650.js → p-b99c32b3.js} +2 -2
- package/dist/components/{p-8b0c8650.js.map → p-b99c32b3.js.map} +1 -1
- package/dist/components/utrecht-alert.js +4 -2
- package/dist/components/utrecht-alert.js.map +1 -1
- package/dist/components/utrecht-body.js +4 -4
- package/dist/components/utrecht-body.js.map +1 -1
- package/dist/components/utrecht-button-link.js +1 -1
- package/dist/components/utrecht-button-link.js.map +1 -1
- package/dist/components/utrecht-button.js +1 -1
- package/dist/components/utrecht-contact-card-template.js +2 -2
- package/dist/components/utrecht-data-list-item.js +1 -1
- package/dist/components/utrecht-form-field-checkbox.js +1 -1
- package/dist/components/utrecht-form-field-checkbox.js.map +1 -1
- package/dist/components/utrecht-form-field-textarea.js +1 -1
- package/dist/components/utrecht-form-field-textarea.js.map +1 -1
- package/dist/components/utrecht-form-field-textbox.js +1 -1
- package/dist/components/utrecht-form-field-textbox.js.map +1 -1
- package/dist/components/utrecht-form-toggle.js +1 -1
- package/dist/components/utrecht-form-toggle.js.map +1 -1
- package/dist/components/utrecht-heading-1.js +1 -1
- package/dist/components/utrecht-heading-1.js.map +1 -1
- package/dist/components/utrecht-heading-2.js +1 -1
- package/dist/components/utrecht-heading-3.js +1 -1
- package/dist/components/utrecht-heading-4.js +1 -1
- package/dist/components/utrecht-heading-4.js.map +1 -1
- package/dist/components/utrecht-heading-5.js +1 -1
- package/dist/components/utrecht-heading-5.js.map +1 -1
- package/dist/components/utrecht-heading-6.js +1 -1
- package/dist/components/utrecht-heading-6.js.map +1 -1
- package/dist/components/utrecht-heading.js +1 -1
- package/dist/components/utrecht-heading.js.map +1 -1
- package/dist/components/utrecht-html-content.js +1 -1
- package/dist/components/utrecht-html-content.js.map +1 -1
- package/dist/components/utrecht-progress-list-item.js +2 -2
- package/dist/components/utrecht-progress-list-item.js.map +1 -1
- package/dist/components/utrecht-progress-list.js +1 -1
- package/dist/components/utrecht-progress-list.js.map +1 -1
- package/dist/components/utrecht-progress-sublist-item.js +1 -1
- package/dist/components/utrecht-progress-sublist-item.js.map +1 -1
- package/dist/components/utrecht-root.js +1 -1
- package/dist/components/utrecht-root.js.map +1 -1
- package/dist/components/utrecht-table-caption.js +1 -1
- package/dist/components/utrecht-table-caption.js.map +1 -1
- package/dist/components/utrecht-table-container.js +1 -1
- package/dist/components/utrecht-table-container.js.map +1 -1
- package/dist/components/utrecht-table-header.js +1 -1
- package/dist/components/utrecht-table-header.js.map +1 -1
- package/dist/components/utrecht-table-row.js +1 -1
- package/dist/components/utrecht-table-row.js.map +1 -1
- package/dist/components/utrecht-url-data.js +1 -1
- package/dist/components/utrecht-url-data.js.map +1 -1
- package/dist/esm/utrecht-action-group_46.entry.js +17 -15
- package/dist/esm/utrecht-action-group_46.entry.js.map +1 -1
- package/dist/esm/utrecht-body.entry.js +4 -4
- package/dist/esm/utrecht-body.entry.js.map +1 -1
- package/dist/esm/utrecht-data-list-item.entry.js +1 -1
- package/dist/esm/utrecht-form-toggle.entry.js +1 -1
- package/dist/esm/utrecht-form-toggle.entry.js.map +1 -1
- package/dist/esm/utrecht-html-content.entry.js +1 -1
- package/dist/esm/utrecht-html-content.entry.js.map +1 -1
- package/dist/esm/utrecht-progress-list-item.entry.js +1 -1
- package/dist/esm/utrecht-progress-list-item.entry.js.map +1 -1
- package/dist/esm/utrecht-progress-list.entry.js +1 -1
- package/dist/esm/utrecht-progress-list.entry.js.map +1 -1
- package/dist/esm/utrecht-progress-sublist-item.entry.js +1 -1
- package/dist/esm/utrecht-progress-sublist-item.entry.js.map +1 -1
- package/dist/esm/utrecht-root.entry.js +1 -1
- package/dist/esm/utrecht-root.entry.js.map +1 -1
- package/dist/esm/utrecht-table-caption.entry.js +1 -1
- package/dist/esm/utrecht-table-caption.entry.js.map +1 -1
- package/dist/esm/utrecht-table-container.entry.js +1 -1
- package/dist/esm/utrecht-table-container.entry.js.map +1 -1
- package/dist/esm/utrecht-table-header.entry.js +1 -1
- package/dist/esm/utrecht-table-header.entry.js.map +1 -1
- package/dist/esm/utrecht-table-row.entry.js +1 -1
- package/dist/esm/utrecht-table-row.entry.js.map +1 -1
- package/dist/types/components/body.d.ts +1 -1
- package/dist/utrecht/p-07df436f.entry.js +2 -0
- package/dist/utrecht/p-07df436f.entry.js.map +1 -0
- package/dist/utrecht/p-111bc630.entry.js +2 -0
- package/dist/utrecht/{p-b78c917c.entry.js.map → p-111bc630.entry.js.map} +1 -1
- package/dist/utrecht/p-161ae02f.entry.js +2 -0
- package/dist/utrecht/{p-9bbd5241.entry.js.map → p-161ae02f.entry.js.map} +1 -1
- package/dist/utrecht/p-1c7451c7.entry.js +2 -0
- package/dist/utrecht/{p-9dd388f5.entry.js.map → p-1c7451c7.entry.js.map} +1 -1
- package/dist/utrecht/p-54afb1bf.entry.js +2 -0
- package/dist/utrecht/{p-8061ad92.entry.js.map → p-54afb1bf.entry.js.map} +1 -1
- package/dist/utrecht/p-56bc0920.entry.js +2 -0
- package/dist/utrecht/{p-82fddfe5.entry.js.map → p-56bc0920.entry.js.map} +1 -1
- package/dist/utrecht/{p-a2f05439.entry.js → p-867b57d2.entry.js} +2 -2
- package/dist/utrecht/{p-a2f05439.entry.js.map → p-867b57d2.entry.js.map} +1 -1
- package/dist/utrecht/p-b06b325e.entry.js +2 -0
- package/dist/utrecht/{p-fc013486.entry.js.map → p-b06b325e.entry.js.map} +1 -1
- package/dist/utrecht/{p-57bd3d72.entry.js → p-d5053155.entry.js} +2 -2
- package/dist/utrecht/p-e26c28d0.entry.js +2 -0
- package/dist/utrecht/{p-c68c6594.entry.js.map → p-e26c28d0.entry.js.map} +1 -1
- package/dist/utrecht/p-e2d5f0a5.entry.js +2 -0
- package/dist/utrecht/{p-e31537c7.entry.js.map → p-e2d5f0a5.entry.js.map} +1 -1
- package/dist/utrecht/p-edc6473f.entry.js +2 -0
- package/dist/utrecht/p-edc6473f.entry.js.map +1 -0
- package/dist/utrecht/p-f516287a.entry.js +2 -0
- package/dist/utrecht/p-f516287a.entry.js.map +1 -0
- package/dist/utrecht/utrecht.esm.js +1 -1
- package/package.json +34 -34
- package/dist/components/p-50d20687.js +0 -143
- package/dist/utrecht/p-8061ad92.entry.js +0 -2
- package/dist/utrecht/p-82fddfe5.entry.js +0 -2
- package/dist/utrecht/p-9bbd5241.entry.js +0 -2
- package/dist/utrecht/p-9dd388f5.entry.js +0 -2
- package/dist/utrecht/p-aee3361b.entry.js +0 -2
- package/dist/utrecht/p-aee3361b.entry.js.map +0 -1
- package/dist/utrecht/p-b78c917c.entry.js +0 -2
- package/dist/utrecht/p-c68c6594.entry.js +0 -2
- package/dist/utrecht/p-e04057c0.entry.js +0 -2
- package/dist/utrecht/p-e04057c0.entry.js.map +0 -1
- package/dist/utrecht/p-e31537c7.entry.js +0 -2
- package/dist/utrecht/p-f9f49c15.entry.js +0 -2
- package/dist/utrecht/p-f9f49c15.entry.js.map +0 -1
- package/dist/utrecht/p-fc013486.entry.js +0 -2
- /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
|
|
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;
|
|
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,
|
|
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);
|
|
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,
|
|
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);
|
|
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,
|
|
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);
|
|
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,
|
|
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;
|
|
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,
|
|
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
|
|
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
|
|
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}
|