@gov-design-system-ce/components 4.1.3-BETA-5 → 4.1.3-BETA-7
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/core.cjs.js +2 -2
- package/dist/cjs/gov-accordion-item.cjs.entry.js +3 -3
- package/dist/cjs/gov-accordion.cjs.entry.js +3 -3
- package/dist/cjs/gov-attachments_3.cjs.entry.js +4 -4
- package/dist/cjs/gov-backdrop.cjs.entry.js +3 -3
- package/dist/cjs/gov-breadcrumbs.cjs.entry.js +3 -3
- package/dist/cjs/gov-button.cjs.entry.js +4 -4
- package/dist/cjs/gov-card.cjs.entry.js +3 -3
- package/dist/cjs/gov-chip.cjs.entry.js +3 -3
- package/dist/cjs/gov-container.cjs.entry.js +1 -1
- package/dist/cjs/gov-control-group.cjs.entry.js +3 -3
- package/dist/cjs/gov-cookiebar.cjs.entry.js +1 -1
- package/dist/cjs/gov-dialog.cjs.entry.js +3 -3
- package/dist/cjs/gov-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gov-empty.cjs.entry.js +3 -3
- package/dist/cjs/gov-error-code.cjs.entry.js +1 -1
- package/dist/cjs/gov-flex_3.cjs.entry.js +179 -34
- package/dist/cjs/gov-flex_3.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-form-autocomplete.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-checkbox-group.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-checkbox.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-control.cjs.entry.js +1 -1
- package/dist/cjs/gov-form-file.cjs.entry.js +1 -1
- package/dist/cjs/gov-form-group.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-input_2.cjs.entry.js +4 -4
- package/dist/cjs/gov-form-label.cjs.entry.js +1 -1
- package/dist/cjs/gov-form-multi-select.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-password-power.cjs.entry.js +1 -1
- package/dist/cjs/gov-form-radio-group.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-radio.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-search.cjs.entry.js +1 -1
- package/dist/cjs/gov-form-select.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-switch.cjs.entry.js +3 -3
- package/dist/cjs/gov-grid-item.cjs.entry.js +1 -1
- package/dist/cjs/gov-grid.cjs.entry.js +1 -1
- package/dist/cjs/gov-infobar.cjs.entry.js +5 -5
- package/dist/cjs/gov-layout-column.cjs.entry.js +2 -2
- package/dist/cjs/gov-layout.cjs.entry.js +2 -2
- package/dist/cjs/gov-lifecycle.cjs.entry.js +2 -2
- package/dist/cjs/gov-link.cjs.entry.js +4 -4
- package/dist/cjs/gov-loading.cjs.entry.js +4 -4
- package/dist/cjs/gov-message.cjs.entry.js +4 -4
- package/dist/cjs/gov-pagination.cjs.entry.js +3 -3
- package/dist/cjs/gov-spacer.cjs.entry.js +4 -4
- package/dist/cjs/gov-stepper-item.cjs.entry.js +4 -4
- package/dist/cjs/gov-stepper.cjs.entry.js +4 -4
- package/dist/cjs/gov-tabs-item.cjs.entry.js +2 -2
- package/dist/cjs/gov-tabs.cjs.entry.js +4 -4
- package/dist/cjs/gov-tag.cjs.entry.js +4 -4
- package/dist/cjs/gov-tile.cjs.entry.js +2 -2
- package/dist/cjs/gov-tiles.cjs.entry.js +2 -2
- package/dist/cjs/gov-toast.cjs.entry.js +4 -4
- package/dist/cjs/gov-tooltip-content.cjs.entry.js +2 -2
- package/dist/cjs/gov-tooltip.cjs.entry.js +5 -5
- package/dist/cjs/gov-wizard-item.cjs.entry.js +5 -5
- package/dist/cjs/gov-wizard.cjs.entry.js +5 -5
- package/dist/cjs/{gov.log-21ea2c96.js → gov.log-bfea3151.js} +5 -1
- package/dist/cjs/gov.log-bfea3151.js.map +1 -0
- package/dist/cjs/{index-0e4f24f9.js → index-67e87c27.js} +15 -1
- package/dist/cjs/index-67e87c27.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{props-b079c32b.js → props-d189860c.js} +2 -2
- package/dist/cjs/{props-b079c32b.js.map → props-d189860c.js.map} +1 -1
- package/dist/cjs/{wcag-efe9bf16.js → wcag-2927ff73.js} +2 -2
- package/dist/cjs/{wcag-efe9bf16.js.map → wcag-2927ff73.js.map} +1 -1
- package/dist/collection/components/gov-icon/gov-icon.js +113 -5
- package/dist/collection/components/gov-icon/gov-icon.js.map +1 -1
- package/dist/collection/components/gov-infobar/gov-infobar.js +2 -2
- package/dist/collection/components/gov-layout/gov-layout-column.js +1 -1
- package/dist/collection/components/gov-layout/gov-layout.js +1 -1
- package/dist/collection/components/gov-lifecycle-tester/gov-lifecycle-tester.js +1 -1
- package/dist/collection/components/gov-link/gov-link.js +1 -1
- package/dist/collection/components/gov-loading/loading/gov-loading.js +1 -1
- package/dist/collection/components/gov-loading/skeleton/gov-skeleton.js +1 -1
- package/dist/collection/components/gov-message/gov-message.js +1 -1
- package/dist/collection/components/gov-spacer/gov-spacer.js +1 -1
- package/dist/collection/components/gov-stepper/gov-stepper-item.js +1 -1
- package/dist/collection/components/gov-stepper/gov-stepper.js +1 -1
- package/dist/collection/components/gov-tabs/gov-tabs-item.js +1 -1
- package/dist/collection/components/gov-tabs/gov-tabs.js +1 -1
- package/dist/collection/components/gov-tag/gov-tag.js +1 -1
- package/dist/collection/components/gov-theme-switch/gov-theme-switch.js +1 -1
- package/dist/collection/components/gov-tile/container/gov-tiles.js +1 -1
- package/dist/collection/components/gov-tile/gov-tile.js +1 -1
- package/dist/collection/components/gov-toast/gov-toast.js +1 -1
- package/dist/collection/components/gov-tooltip/gov-tooltip-content.js +1 -1
- package/dist/collection/components/gov-tooltip/gov-tooltip.js +2 -2
- package/dist/collection/components/gov-wizard/gov-wizard-item.js +2 -2
- package/dist/collection/components/gov-wizard/gov-wizard.js +1 -1
- package/dist/collection/utils/icon.utils.js.map +1 -1
- package/dist/components/gov-accordion-item.js +1 -1
- package/dist/components/gov-accordion.js +1 -1
- package/dist/components/gov-attachments-item.js +1 -1
- package/dist/components/gov-attachments.js +1 -1
- package/dist/components/gov-backdrop.js +1 -1
- package/dist/components/gov-breadcrumbs.js +1 -1
- package/dist/components/gov-button.js +1 -1
- package/dist/components/gov-card.js +1 -1
- package/dist/components/gov-chip.js +1 -1
- package/dist/components/gov-container.js +1 -1
- package/dist/components/gov-control-group.js +1 -1
- package/dist/components/gov-cookiebar.js +1 -1
- package/dist/components/gov-dialog.js +1 -1
- package/dist/components/gov-dropdown.js +1 -1
- package/dist/components/gov-dropdown.js.map +1 -1
- package/dist/components/gov-empty.js +1 -1
- package/dist/components/gov-error-code.js +1 -1
- package/dist/components/gov-flex.js +1 -1
- package/dist/components/gov-form-autocomplete.js +1 -1
- package/dist/components/gov-form-checkbox-group.js +1 -1
- package/dist/components/gov-form-checkbox.js +1 -1
- package/dist/components/gov-form-control.js +1 -1
- package/dist/components/gov-form-file.js +1 -1
- package/dist/components/gov-form-file.js.map +1 -1
- package/dist/components/gov-form-group.js +1 -1
- package/dist/components/gov-form-input.js +1 -1
- package/dist/components/gov-form-label.js +1 -1
- package/dist/components/gov-form-message.js +1 -1
- package/dist/components/gov-form-multi-select.js +1 -1
- package/dist/components/gov-form-password-power.js +1 -1
- package/dist/components/gov-form-radio-group.js +1 -1
- package/dist/components/gov-form-radio.js +1 -1
- package/dist/components/gov-form-radio.js.map +1 -1
- package/dist/components/gov-form-search.js +1 -1
- package/dist/components/gov-form-select.js +1 -1
- package/dist/components/gov-form-switch.js +1 -1
- package/dist/components/gov-grid-item.js +1 -1
- package/dist/components/gov-grid.js +1 -1
- package/dist/components/gov-icon.js +1 -1
- package/dist/components/gov-infobar.js +1 -1
- package/dist/components/gov-layout-column.js +1 -1
- package/dist/components/gov-layout.js +1 -1
- package/dist/components/gov-lifecycle.js +1 -1
- package/dist/components/gov-link.js +1 -1
- package/dist/components/gov-link.js.map +1 -1
- package/dist/components/gov-loading.js +1 -1
- package/dist/components/gov-loading.js.map +1 -1
- package/dist/components/gov-message.js +1 -1
- package/dist/components/gov-pagination.js +1 -1
- package/dist/components/gov-skeleton.js +1 -1
- package/dist/components/gov-spacer.js +1 -1
- package/dist/components/gov-stepper-item.js +1 -1
- package/dist/components/gov-stepper.js +1 -1
- package/dist/components/gov-tabs-item.js +1 -1
- package/dist/components/gov-tabs.js +1 -1
- package/dist/components/gov-tag.js +1 -1
- package/dist/components/gov-theme-switch.js +1 -1
- package/dist/components/gov-theme-switch.js.map +1 -1
- package/dist/components/gov-tile.js +1 -1
- package/dist/components/gov-tile.js.map +1 -1
- package/dist/components/gov-tiles.js +1 -1
- package/dist/components/gov-toast.js +1 -1
- package/dist/components/gov-tooltip-content.js +1 -1
- package/dist/components/gov-tooltip.js +1 -1
- package/dist/components/gov-wizard-item.js +1 -1
- package/dist/components/gov-wizard.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/{p-56399a9b.js → p-03ad4e0f.js} +2 -2
- package/dist/components/p-0b3574c2.js +2 -0
- package/dist/components/p-115b9cf3.js +3 -0
- package/dist/components/p-115b9cf3.js.map +1 -0
- package/dist/components/{p-c024f757.js → p-2237d3a5.js} +2 -2
- package/dist/components/{p-495b793e.js → p-350e060c.js} +2 -2
- package/dist/components/{p-de0a517f.js → p-384c7f2a.js} +2 -2
- package/dist/components/{p-88b35bda.js → p-7d808445.js} +2 -2
- package/dist/components/{p-454ce5f2.js → p-80dad64b.js} +2 -2
- package/dist/components/p-88b2667e.js +2 -0
- package/dist/components/p-88b2667e.js.map +1 -0
- package/dist/components/{p-080d5d41.js → p-8ee6f2f3.js} +2 -2
- package/dist/components/{p-438d5e0f.js → p-94002301.js} +2 -2
- package/dist/components/{p-61453dbf.js → p-9992e831.js} +2 -2
- package/dist/components/p-bfce6f99.js +2 -0
- package/dist/components/p-bfce6f99.js.map +1 -0
- package/dist/components/{p-b642e485.js → p-c67a25ad.js} +2 -2
- package/dist/components/p-e8ec030e.js +2 -0
- package/dist/components/{p-ceafa242.js.map → p-e8ec030e.js.map} +1 -1
- package/dist/components/{p-7007bd16.js → p-f4ca9c18.js} +2 -2
- package/dist/core/core.esm.js +1 -1
- package/dist/core/core.esm.js.map +1 -1
- package/dist/core/p-017ff5a5.entry.js +2 -0
- package/dist/core/{p-9ee41510.entry.js.map → p-017ff5a5.entry.js.map} +1 -1
- package/dist/core/{p-b2c00946.entry.js → p-032accfb.entry.js} +2 -2
- package/dist/core/{p-5802e37e.entry.js → p-058e6fe2.entry.js} +2 -2
- package/dist/core/{p-b36f84d2.entry.js → p-063b70a2.entry.js} +2 -2
- package/dist/core/{p-38287e92.entry.js → p-0724cb6a.entry.js} +2 -2
- package/dist/core/p-09c9eba6.entry.js +2 -0
- package/dist/core/p-0b3574c2.js +2 -0
- package/dist/core/{p-b404f53c.entry.js → p-0c076b21.entry.js} +2 -2
- package/dist/core/p-0f0f7302.entry.js +2 -0
- package/dist/core/{p-df338d69.entry.js.map → p-0f0f7302.entry.js.map} +1 -1
- package/dist/core/p-10f773c2.entry.js +2 -0
- package/dist/core/p-14d66f26.entry.js +2 -0
- package/dist/core/{p-54d924fc.entry.js.map → p-14d66f26.entry.js.map} +1 -1
- package/dist/core/{p-3abf57dc.entry.js → p-1aa7450e.entry.js} +2 -2
- package/dist/core/p-237a5b91.entry.js +2 -0
- package/dist/core/{p-e6b08d9b.entry.js.map → p-237a5b91.entry.js.map} +1 -1
- package/dist/core/p-269071f5.entry.js +2 -0
- package/dist/core/{p-2f3228e4.js → p-29ac15d2.js} +2 -2
- package/dist/core/p-2ee042d4.js +3 -0
- package/dist/core/p-2ee042d4.js.map +1 -0
- package/dist/core/{p-8a063925.entry.js → p-33310735.entry.js} +2 -2
- package/dist/core/p-347d15d5.entry.js +2 -0
- package/dist/core/{p-07b1fa1c.entry.js.map → p-347d15d5.entry.js.map} +1 -1
- package/dist/core/{p-8e5f45d0.entry.js → p-37473c34.entry.js} +2 -2
- package/dist/core/{p-9514520c.entry.js → p-3849ca02.entry.js} +2 -2
- package/dist/core/p-3a7381e7.entry.js +2 -0
- package/dist/core/{p-e078dab3.entry.js.map → p-3a7381e7.entry.js.map} +1 -1
- package/dist/core/p-43d3dbc0.entry.js +2 -0
- package/dist/core/p-45b759f4.entry.js +2 -0
- package/dist/core/{p-123d26eb.entry.js.map → p-45b759f4.entry.js.map} +1 -1
- package/dist/core/p-4c60e125.entry.js +2 -0
- package/dist/core/p-4e29744a.entry.js +2 -0
- package/dist/core/{p-402f36af.entry.js.map → p-4e29744a.entry.js.map} +1 -1
- package/dist/core/{p-3b8b331f.entry.js → p-4fa0320d.entry.js} +2 -2
- package/dist/core/p-50af9ae8.entry.js +2 -0
- package/dist/core/{p-4ea79bda.entry.js → p-5c3f4cfe.entry.js} +2 -2
- package/dist/core/{p-75ff8ad0.entry.js → p-6b7c3a96.entry.js} +2 -2
- package/dist/core/p-71f5d4ff.entry.js +2 -0
- package/dist/core/{p-0a49e852.entry.js → p-77daba72.entry.js} +2 -2
- package/dist/core/{p-cb76cda0.entry.js → p-7a21fb90.entry.js} +2 -2
- package/dist/core/{p-c723877b.entry.js → p-7baee44f.entry.js} +2 -2
- package/dist/core/{p-7f7c31e2.entry.js → p-7dfb7e36.entry.js} +2 -2
- package/dist/core/{p-9897ac81.entry.js → p-8bb6c816.entry.js} +2 -2
- package/dist/core/p-8cc5ad01.entry.js +2 -0
- package/dist/core/{p-9410ca28.entry.js.map → p-8cc5ad01.entry.js.map} +1 -1
- package/dist/core/p-906865d0.entry.js +2 -0
- package/dist/core/{p-9096ac3f.entry.js.map → p-906865d0.entry.js.map} +1 -1
- package/dist/core/p-927c31dd.entry.js +2 -0
- package/dist/core/{p-2800bec9.entry.js → p-967a1094.entry.js} +2 -2
- package/dist/core/{p-1399f929.entry.js → p-9846fd13.entry.js} +2 -2
- package/dist/core/{p-87e5b1d0.entry.js → p-994385ca.entry.js} +2 -2
- package/dist/core/{p-f35f3261.entry.js → p-9f8d69a9.entry.js} +2 -2
- package/dist/core/{p-47d27845.entry.js → p-a6a9de9a.entry.js} +2 -2
- package/dist/core/p-b62e49ee.entry.js +2 -0
- package/dist/core/p-c0800e6d.entry.js +2 -0
- package/dist/core/p-cecbe73f.entry.js +2 -0
- package/dist/core/{p-0087a816.entry.js.map → p-cecbe73f.entry.js.map} +1 -1
- package/dist/core/p-d795a421.entry.js +2 -0
- package/dist/core/{p-80c7db1f.entry.js.map → p-d795a421.entry.js.map} +1 -1
- package/dist/core/{p-bf0712e0.entry.js → p-d9b42773.entry.js} +2 -2
- package/dist/core/{p-6cf9500c.entry.js → p-e0a199ff.entry.js} +2 -2
- package/dist/core/{p-c34dad75.entry.js → p-e215f3ee.entry.js} +2 -2
- package/dist/core/p-e8ec030e.js +2 -0
- package/dist/core/{p-ceafa242.js.map → p-e8ec030e.js.map} +1 -1
- package/dist/core/{p-368aa2f4.entry.js → p-ed02945f.entry.js} +2 -2
- package/dist/core/p-ee55932a.entry.js +2 -0
- package/dist/core/p-f14252eb.entry.js +2 -0
- package/dist/core/p-f14252eb.entry.js.map +1 -0
- package/dist/core/{p-f9474bb3.entry.js → p-f2bb8c29.entry.js} +2 -2
- package/dist/core/{p-16a3deca.entry.js → p-f54edd6c.entry.js} +2 -2
- package/dist/core/p-f7f60f91.entry.js +2 -0
- package/dist/core/{p-1043fe0d.entry.js.map → p-f7f60f91.entry.js.map} +1 -1
- package/dist/core/{p-fc795b0e.entry.js → p-fcac8531.entry.js} +2 -2
- package/dist/esm/core.js +3 -3
- package/dist/esm/gov-accordion-item.entry.js +3 -3
- package/dist/esm/gov-accordion.entry.js +3 -3
- package/dist/esm/gov-attachments_3.entry.js +4 -4
- package/dist/esm/gov-backdrop.entry.js +3 -3
- package/dist/esm/gov-breadcrumbs.entry.js +3 -3
- package/dist/esm/gov-button.entry.js +4 -4
- package/dist/esm/gov-card.entry.js +3 -3
- package/dist/esm/gov-chip.entry.js +3 -3
- package/dist/esm/gov-container.entry.js +1 -1
- package/dist/esm/gov-control-group.entry.js +3 -3
- package/dist/esm/gov-cookiebar.entry.js +1 -1
- package/dist/esm/gov-dialog.entry.js +3 -3
- package/dist/esm/gov-dropdown.entry.js +1 -1
- package/dist/esm/gov-empty.entry.js +3 -3
- package/dist/esm/gov-error-code.entry.js +1 -1
- package/dist/esm/gov-flex_3.entry.js +179 -34
- package/dist/esm/gov-flex_3.entry.js.map +1 -1
- package/dist/esm/gov-form-autocomplete.entry.js +3 -3
- package/dist/esm/gov-form-checkbox-group.entry.js +3 -3
- package/dist/esm/gov-form-checkbox.entry.js +3 -3
- package/dist/esm/gov-form-control.entry.js +1 -1
- package/dist/esm/gov-form-file.entry.js +1 -1
- package/dist/esm/gov-form-group.entry.js +3 -3
- package/dist/esm/gov-form-input_2.entry.js +4 -4
- package/dist/esm/gov-form-label.entry.js +1 -1
- package/dist/esm/gov-form-multi-select.entry.js +3 -3
- package/dist/esm/gov-form-password-power.entry.js +1 -1
- package/dist/esm/gov-form-radio-group.entry.js +3 -3
- package/dist/esm/gov-form-radio.entry.js +3 -3
- package/dist/esm/gov-form-search.entry.js +1 -1
- package/dist/esm/gov-form-select.entry.js +3 -3
- package/dist/esm/gov-form-switch.entry.js +3 -3
- package/dist/esm/gov-grid-item.entry.js +1 -1
- package/dist/esm/gov-grid.entry.js +1 -1
- package/dist/esm/gov-infobar.entry.js +5 -5
- package/dist/esm/gov-layout-column.entry.js +2 -2
- package/dist/esm/gov-layout.entry.js +2 -2
- package/dist/esm/gov-lifecycle.entry.js +2 -2
- package/dist/esm/gov-link.entry.js +4 -4
- package/dist/esm/gov-loading.entry.js +4 -4
- package/dist/esm/gov-message.entry.js +4 -4
- package/dist/esm/gov-pagination.entry.js +3 -3
- package/dist/esm/gov-spacer.entry.js +4 -4
- package/dist/esm/gov-stepper-item.entry.js +4 -4
- package/dist/esm/gov-stepper.entry.js +4 -4
- package/dist/esm/gov-tabs-item.entry.js +2 -2
- package/dist/esm/gov-tabs.entry.js +4 -4
- package/dist/esm/gov-tag.entry.js +4 -4
- package/dist/esm/gov-tile.entry.js +2 -2
- package/dist/esm/gov-tiles.entry.js +2 -2
- package/dist/esm/gov-toast.entry.js +4 -4
- package/dist/esm/gov-tooltip-content.entry.js +2 -2
- package/dist/esm/gov-tooltip.entry.js +5 -5
- package/dist/esm/gov-wizard-item.entry.js +5 -5
- package/dist/esm/gov-wizard.entry.js +5 -5
- package/dist/esm/{gov.log-55c240b2.js → gov.log-6b64cda6.js} +4 -2
- package/dist/esm/gov.log-6b64cda6.js.map +1 -0
- package/dist/esm/{index-bf8a6f64.js → index-087b155c.js} +14 -2
- package/dist/esm/index-087b155c.js.map +1 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{props-c54f7897.js → props-9d3c7ac1.js} +2 -2
- package/dist/esm/{props-c54f7897.js.map → props-9d3c7ac1.js.map} +1 -1
- package/dist/esm/{wcag-1a5ae5e3.js → wcag-253a4421.js} +2 -2
- package/dist/esm/{wcag-1a5ae5e3.js.map → wcag-253a4421.js.map} +1 -1
- package/dist/hydrate/index.js +205 -57
- package/dist/hydrate/index.mjs +205 -57
- package/dist/types/components/gov-icon/gov-icon.d.ts +12 -0
- package/package.json +1 -1
- package/dist/cjs/gov.log-21ea2c96.js.map +0 -1
- package/dist/cjs/index-0e4f24f9.js.map +0 -1
- package/dist/components/p-42200001.js +0 -3
- package/dist/components/p-42200001.js.map +0 -1
- package/dist/components/p-ceafa242.js +0 -2
- package/dist/components/p-d8135701.js +0 -2
- package/dist/components/p-df29e931.js +0 -2
- package/dist/components/p-df29e931.js.map +0 -1
- package/dist/core/p-0087a816.entry.js +0 -2
- package/dist/core/p-07b1fa1c.entry.js +0 -2
- package/dist/core/p-1043fe0d.entry.js +0 -2
- package/dist/core/p-123d26eb.entry.js +0 -2
- package/dist/core/p-1d5cc2b1.entry.js +0 -2
- package/dist/core/p-200a0be4.entry.js +0 -2
- package/dist/core/p-26726401.entry.js +0 -2
- package/dist/core/p-2b62c4ee.entry.js +0 -2
- package/dist/core/p-2f693f59.entry.js +0 -2
- package/dist/core/p-402f36af.entry.js +0 -2
- package/dist/core/p-54d924fc.entry.js +0 -2
- package/dist/core/p-80c7db1f.entry.js +0 -2
- package/dist/core/p-8f21a858.entry.js +0 -2
- package/dist/core/p-9096ac3f.entry.js +0 -2
- package/dist/core/p-93b747c1.entry.js +0 -2
- package/dist/core/p-9410ca28.entry.js +0 -2
- package/dist/core/p-9dea2efa.js +0 -3
- package/dist/core/p-9dea2efa.js.map +0 -1
- package/dist/core/p-9ee41510.entry.js +0 -2
- package/dist/core/p-af2bc7cf.entry.js +0 -2
- package/dist/core/p-af2bc7cf.entry.js.map +0 -1
- package/dist/core/p-b480cda1.entry.js +0 -2
- package/dist/core/p-c742b08e.entry.js +0 -2
- package/dist/core/p-ceafa242.js +0 -2
- package/dist/core/p-d8135701.js +0 -2
- package/dist/core/p-df338d69.entry.js +0 -2
- package/dist/core/p-e078dab3.entry.js +0 -2
- package/dist/core/p-e6b08d9b.entry.js +0 -2
- package/dist/core/p-fe5030a6.entry.js +0 -2
- package/dist/core/p-fe9ca9e6.entry.js +0 -2
- package/dist/esm/gov.log-55c240b2.js.map +0 -1
- package/dist/esm/index-bf8a6f64.js.map +0 -1
- /package/dist/components/{p-56399a9b.js.map → p-03ad4e0f.js.map} +0 -0
- /package/dist/components/{p-d8135701.js.map → p-0b3574c2.js.map} +0 -0
- /package/dist/components/{p-c024f757.js.map → p-2237d3a5.js.map} +0 -0
- /package/dist/components/{p-495b793e.js.map → p-350e060c.js.map} +0 -0
- /package/dist/components/{p-de0a517f.js.map → p-384c7f2a.js.map} +0 -0
- /package/dist/components/{p-88b35bda.js.map → p-7d808445.js.map} +0 -0
- /package/dist/components/{p-454ce5f2.js.map → p-80dad64b.js.map} +0 -0
- /package/dist/components/{p-080d5d41.js.map → p-8ee6f2f3.js.map} +0 -0
- /package/dist/components/{p-438d5e0f.js.map → p-94002301.js.map} +0 -0
- /package/dist/components/{p-61453dbf.js.map → p-9992e831.js.map} +0 -0
- /package/dist/components/{p-b642e485.js.map → p-c67a25ad.js.map} +0 -0
- /package/dist/components/{p-7007bd16.js.map → p-f4ca9c18.js.map} +0 -0
- /package/dist/core/{p-b2c00946.entry.js.map → p-032accfb.entry.js.map} +0 -0
- /package/dist/core/{p-5802e37e.entry.js.map → p-058e6fe2.entry.js.map} +0 -0
- /package/dist/core/{p-b36f84d2.entry.js.map → p-063b70a2.entry.js.map} +0 -0
- /package/dist/core/{p-38287e92.entry.js.map → p-0724cb6a.entry.js.map} +0 -0
- /package/dist/core/{p-2b62c4ee.entry.js.map → p-09c9eba6.entry.js.map} +0 -0
- /package/dist/core/{p-d8135701.js.map → p-0b3574c2.js.map} +0 -0
- /package/dist/core/{p-b404f53c.entry.js.map → p-0c076b21.entry.js.map} +0 -0
- /package/dist/core/{p-1d5cc2b1.entry.js.map → p-10f773c2.entry.js.map} +0 -0
- /package/dist/core/{p-3abf57dc.entry.js.map → p-1aa7450e.entry.js.map} +0 -0
- /package/dist/core/{p-26726401.entry.js.map → p-269071f5.entry.js.map} +0 -0
- /package/dist/core/{p-2f3228e4.js.map → p-29ac15d2.js.map} +0 -0
- /package/dist/core/{p-8a063925.entry.js.map → p-33310735.entry.js.map} +0 -0
- /package/dist/core/{p-8e5f45d0.entry.js.map → p-37473c34.entry.js.map} +0 -0
- /package/dist/core/{p-9514520c.entry.js.map → p-3849ca02.entry.js.map} +0 -0
- /package/dist/core/{p-93b747c1.entry.js.map → p-43d3dbc0.entry.js.map} +0 -0
- /package/dist/core/{p-fe9ca9e6.entry.js.map → p-4c60e125.entry.js.map} +0 -0
- /package/dist/core/{p-3b8b331f.entry.js.map → p-4fa0320d.entry.js.map} +0 -0
- /package/dist/core/{p-200a0be4.entry.js.map → p-50af9ae8.entry.js.map} +0 -0
- /package/dist/core/{p-4ea79bda.entry.js.map → p-5c3f4cfe.entry.js.map} +0 -0
- /package/dist/core/{p-75ff8ad0.entry.js.map → p-6b7c3a96.entry.js.map} +0 -0
- /package/dist/core/{p-8f21a858.entry.js.map → p-71f5d4ff.entry.js.map} +0 -0
- /package/dist/core/{p-0a49e852.entry.js.map → p-77daba72.entry.js.map} +0 -0
- /package/dist/core/{p-cb76cda0.entry.js.map → p-7a21fb90.entry.js.map} +0 -0
- /package/dist/core/{p-c723877b.entry.js.map → p-7baee44f.entry.js.map} +0 -0
- /package/dist/core/{p-7f7c31e2.entry.js.map → p-7dfb7e36.entry.js.map} +0 -0
- /package/dist/core/{p-9897ac81.entry.js.map → p-8bb6c816.entry.js.map} +0 -0
- /package/dist/core/{p-fe5030a6.entry.js.map → p-927c31dd.entry.js.map} +0 -0
- /package/dist/core/{p-2800bec9.entry.js.map → p-967a1094.entry.js.map} +0 -0
- /package/dist/core/{p-1399f929.entry.js.map → p-9846fd13.entry.js.map} +0 -0
- /package/dist/core/{p-87e5b1d0.entry.js.map → p-994385ca.entry.js.map} +0 -0
- /package/dist/core/{p-f35f3261.entry.js.map → p-9f8d69a9.entry.js.map} +0 -0
- /package/dist/core/{p-47d27845.entry.js.map → p-a6a9de9a.entry.js.map} +0 -0
- /package/dist/core/{p-c742b08e.entry.js.map → p-b62e49ee.entry.js.map} +0 -0
- /package/dist/core/{p-2f693f59.entry.js.map → p-c0800e6d.entry.js.map} +0 -0
- /package/dist/core/{p-bf0712e0.entry.js.map → p-d9b42773.entry.js.map} +0 -0
- /package/dist/core/{p-6cf9500c.entry.js.map → p-e0a199ff.entry.js.map} +0 -0
- /package/dist/core/{p-c34dad75.entry.js.map → p-e215f3ee.entry.js.map} +0 -0
- /package/dist/core/{p-368aa2f4.entry.js.map → p-ed02945f.entry.js.map} +0 -0
- /package/dist/core/{p-b480cda1.entry.js.map → p-ee55932a.entry.js.map} +0 -0
- /package/dist/core/{p-f9474bb3.entry.js.map → p-f2bb8c29.entry.js.map} +0 -0
- /package/dist/core/{p-16a3deca.entry.js.map → p-f54edd6c.entry.js.map} +0 -0
- /package/dist/core/{p-fc795b0e.entry.js.map → p-fcac8531.entry.js.map} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h, a as Host, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
2
|
import { G as GridClass } from './constants-2d5a0e18.js';
|
|
3
3
|
import { g as govHost } from './template-7ecee4d1.js';
|
|
4
4
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { r as registerInstance,
|
|
1
|
+
import { r as registerInstance, d as createEvent, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
2
|
import { g as govHost, c as toBoolAttr } from './template-7ecee4d1.js';
|
|
3
3
|
import { F as Fragment } from './Fragment-8d8d54fb.js';
|
|
4
|
-
import { v as validateProp } from './props-
|
|
4
|
+
import { v as validateProp } from './props-9d3c7ac1.js';
|
|
5
5
|
import { C as Colors } from './colors-4cf64720.js';
|
|
6
6
|
import { p as pick } from './utils-e10e994d.js';
|
|
7
7
|
import { A as AttributeObserver, a as ariaAttributes } from './attribute-5561aca4.js';
|
|
8
8
|
import { i as inheritAriaAttributes } from './accessibility-f83c991a.js';
|
|
9
|
-
import './gov.log-
|
|
9
|
+
import './gov.log-6b64cda6.js';
|
|
10
10
|
|
|
11
11
|
const InfobarColors = pick(Colors, ['PRIMARY', 'SECONDARY', 'NEUTRAL', 'ERROR', 'SUCCESS', 'WARNING']);
|
|
12
12
|
var InfobarType;
|
|
@@ -57,8 +57,8 @@ const GovInfobar = class {
|
|
|
57
57
|
this.inheritedAttributes = Object.assign(Object.assign({}, this.inheritedAttributes), { [attributeName]: newValue });
|
|
58
58
|
}
|
|
59
59
|
render() {
|
|
60
|
-
const closeButton = (h("gov-button", { key: '
|
|
61
|
-
return (h(Host, { key: '
|
|
60
|
+
const closeButton = (h("gov-button", { key: '2d0597a56f6edb97e7feff654ba98885fa48033a', size: "s", "aria-label": this.accessibleCloseLabel, type: "base", color: this.isBold ? this.color : "neutral", "on-gov-click": this.onCloseHandler.bind(this), class: InfobarClass.close }, h("gov-icon", { key: 'c17ba542b02a4910a136eec6cb4556d1857dffb2', name: "x-lg", type: "components" })));
|
|
61
|
+
return (h(Host, { key: 'd71d1b8ffe158de90f3fb520bd996a8246988d3d', class: this.h.classes(InfobarClass.root), color: this.color, type: this.type }, h("section", Object.assign({ key: '12cce82faa13fa39135fe92b0ab61bc2b01fa083', class: InfobarClass.section }, this.inheritedAttributes, { role: this.role }), h("slot", { key: 'bc48d4e5dfad03cd9c54054225a4c3db0ec09cd9', name: "icon" }), h("div", { key: '70422e59cb69504d1aca5d45b9f9700b35b344f0', class: InfobarClass.content }, this.h.hasSlot('headline') ? (h(Fragment, null, h("div", { class: InfobarClass.headline }, h("slot", { name: "headline" }), h("gov-button", { size: "s", type: "base", color: this.isBold ? this.color : "neutral", "aria-label": this.accessibleToggleLabel, "on-gov-click": () => (this.toggleContent = !this.toggleContent) }, h("gov-icon", { name: this.toggleContent ? 'chevron-up' : 'chevron-down', type: "components" }))), h("div", { hidden: !this.toggleContent, "aria-hidden": toBoolAttr(this.toggleContent) }, h("slot", null)))) : (h("slot", null))), this.closable && closeButton)));
|
|
62
62
|
}
|
|
63
63
|
onCloseHandler(e) {
|
|
64
64
|
this.govClose.emit({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h, a as Host, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
2
|
import { a as LayoutColumnClass } from './constants-f0f531b6.js';
|
|
3
3
|
import { g as govHost } from './template-7ecee4d1.js';
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@ const GovLayoutColumn = class {
|
|
|
8
8
|
this.h = govHost(this.host);
|
|
9
9
|
}
|
|
10
10
|
render() {
|
|
11
|
-
return (h(Host, { key: '
|
|
11
|
+
return (h(Host, { key: 'ebef4ca76b1308a566c862b5a49eecf1eb3fce99', class: this.h.classes(LayoutColumnClass.root) }, h("slot", { key: 'aaeefeb1a56b294d91b1327fd52eb16486cfb918' })));
|
|
12
12
|
}
|
|
13
13
|
get host() { return getElement(this); }
|
|
14
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h, a as Host, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
2
|
import { L as LayoutClass } from './constants-f0f531b6.js';
|
|
3
3
|
import { g as govHost } from './template-7ecee4d1.js';
|
|
4
4
|
|
|
@@ -17,7 +17,7 @@ const GovLayout = class {
|
|
|
17
17
|
return originalClass + ' ' + originalClass + isType + isVariant + isInverse;
|
|
18
18
|
}
|
|
19
19
|
render() {
|
|
20
|
-
return (h(Host, { key: '
|
|
20
|
+
return (h(Host, { key: 'c35fc39e07229363bdf36be5856165e7e8eb7985', type: this.type, class: this.h.classes(LayoutClass.root) }, h("section", { key: 'dc50cf9cba8bd4e879291fddfbd41955f2d10330', class: this.typeClass(LayoutClass.section, this.type, this.variant, this.inverse) }, h("slot", { key: '017a329c119529d3893e187b6a8bbccfbbc76679' }))));
|
|
21
21
|
}
|
|
22
22
|
get host() { return getElement(this); }
|
|
23
23
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h, a as Host } from './index-
|
|
1
|
+
import { r as registerInstance, h, a as Host } from './index-087b155c.js';
|
|
2
2
|
import { a as chr4 } from './string.utils-1da8f8fb.js';
|
|
3
3
|
|
|
4
4
|
const GovLifecycle = class {
|
|
@@ -34,7 +34,7 @@ const GovLifecycle = class {
|
|
|
34
34
|
console.log('componentDidUpdate', this.uniqueId);
|
|
35
35
|
}
|
|
36
36
|
render() {
|
|
37
|
-
return (h(Host, { key: '
|
|
37
|
+
return (h(Host, { key: '506eabaae01ae888fa838c10572e55bbe6fb7015', identifier: this.uniqueId }, h("span", { key: '7604a29214fdffb1a470d83d7db37a583e5072ed' }, "lifecycle ", this.uniqueId)));
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
40
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { r as registerInstance, h, a as Host, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
2
|
import { p as pick } from './utils-e10e994d.js';
|
|
3
3
|
import { S as Sizes } from './sizes-5b9e579f.js';
|
|
4
4
|
import { g as govHost } from './template-7ecee4d1.js';
|
|
5
|
-
import { v as validateProp } from './props-
|
|
5
|
+
import { v as validateProp } from './props-9d3c7ac1.js';
|
|
6
6
|
import { i as inheritAriaAttributes } from './accessibility-f83c991a.js';
|
|
7
|
-
import './gov.log-
|
|
7
|
+
import './gov.log-6b64cda6.js';
|
|
8
8
|
import './attribute-5561aca4.js';
|
|
9
9
|
|
|
10
10
|
const LinkSizes = pick(Sizes, ['_S', '_M', '_L']);
|
|
@@ -34,7 +34,7 @@ const GovLink = class {
|
|
|
34
34
|
this.inheritedAttributes = Object.assign(Object.assign({}, this.inheritedAttributes), { [attributeName]: newValue });
|
|
35
35
|
}
|
|
36
36
|
render() {
|
|
37
|
-
return (h(Host, { key: '
|
|
37
|
+
return (h(Host, { key: '233af48c179501fe03ee2e5931806e1955913b59', class: this.h.classes(LinkClass.root), size: this.size, href: this.href, external: this.external }, h("a", Object.assign({ key: '679067805205d76500979620b1ef4405139bb339', class: "element", href: this.href, target: this.target }, this.inheritedAttributes), h("slot", { key: 'd24c4ab99451f317a453c8131bd0506606322553', name: "icon-start" }), h("slot", { key: '276923f48cdc13985115e8d4e8860a2fb0c692e2' }), this.external ? h("gov-icon", { name: "box-arrow-up-right", type: "components" }) : h("slot", { name: "icon-end" }))));
|
|
38
38
|
}
|
|
39
39
|
get host() { return getElement(this); }
|
|
40
40
|
static get watchers() { return {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { r as registerInstance, h, a as Host, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
2
|
import { p as pick } from './utils-e10e994d.js';
|
|
3
3
|
import { S as Sizes } from './sizes-5b9e579f.js';
|
|
4
4
|
import { g as govHost, p as prepareClasses } from './template-7ecee4d1.js';
|
|
5
|
-
import { v as validateProp } from './props-
|
|
6
|
-
import './gov.log-
|
|
5
|
+
import { v as validateProp } from './props-9d3c7ac1.js';
|
|
6
|
+
import './gov.log-6b64cda6.js';
|
|
7
7
|
|
|
8
8
|
const LoadingSizes = pick(Sizes, ['_S', '_M', '_L']);
|
|
9
9
|
const LoadingClass = {
|
|
@@ -25,7 +25,7 @@ const GovLoading = class {
|
|
|
25
25
|
this.validateSize(this.size);
|
|
26
26
|
}
|
|
27
27
|
render() {
|
|
28
|
-
return (h(Host, { key: '
|
|
28
|
+
return (h(Host, { key: '4c33339523674f2f2415dfb326131858de9eecf9', class: this.h.classes(LoadingClass.root), size: this.size }, h("div", { key: '8c25628dd3072fd89665ccfedb9596383181b13d', class: LoadingClass.content }, h("gov-icon", { key: 'a9969874350b5316c61a94b12d41a0130eeded0f', class: prepareClasses([LoadingClass.icon, "gov-spin-animation"]), name: "loader", type: "components" }), h("slot", { key: '14c716ecc352a0d947a6e3d932d2ab9075dedb97' })), h("gov-backdrop", { key: '507610e5a61b34be2166fb4a30539a134dc1b262', inverse: true })));
|
|
29
29
|
}
|
|
30
30
|
get host() { return getElement(this); }
|
|
31
31
|
static get watchers() { return {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { r as registerInstance, h, a as Host, g as getElement } from './index-
|
|
2
|
-
import { v as validateProp } from './props-
|
|
1
|
+
import { r as registerInstance, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
|
+
import { v as validateProp } from './props-9d3c7ac1.js';
|
|
3
3
|
import { C as Colors } from './colors-4cf64720.js';
|
|
4
4
|
import { p as pick } from './utils-e10e994d.js';
|
|
5
5
|
import { g as govHost } from './template-7ecee4d1.js';
|
|
6
|
-
import './gov.log-
|
|
6
|
+
import './gov.log-6b64cda6.js';
|
|
7
7
|
|
|
8
8
|
pick(Colors, ['PRIMARY', 'NEUTRAL', 'ERROR', 'SUCCESS', 'WARNING']);
|
|
9
9
|
var MessageType;
|
|
@@ -27,7 +27,7 @@ const GovMessage = class {
|
|
|
27
27
|
validateProp(Colors, newValue, MessageClass.root);
|
|
28
28
|
}
|
|
29
29
|
render() {
|
|
30
|
-
return (h(Host, { key: '
|
|
30
|
+
return (h(Host, { key: 'b9e06c8f94940edf9d2c60119c35ec32baa23fc9', class: this.h.classes(MessageClass.root), color: this.color, type: this.type, role: "status" }, this.h.hasSlot("icon") && (h("slot", { key: 'd478f414de8eaa276cc867ae5bb325c1090b08ac', name: "icon" })), h("div", { key: 'd5a113ca4061b445c583fb1b4f22fff594570b1e', class: MessageClass.content }, h("slot", { key: 'e9be2f4ff3603c5f77d46e042455174e6ccfb7be' }))));
|
|
31
31
|
}
|
|
32
32
|
get host() { return getElement(this); }
|
|
33
33
|
static get watchers() { return {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerInstance,
|
|
1
|
+
import { r as registerInstance, d as createEvent, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
2
|
import { F as Fragment } from './Fragment-8d8d54fb.js';
|
|
3
|
-
import { v as validateProp } from './props-
|
|
3
|
+
import { v as validateProp } from './props-9d3c7ac1.js';
|
|
4
4
|
import { S as Sizes } from './sizes-5b9e579f.js';
|
|
5
5
|
import { C as Colors } from './colors-4cf64720.js';
|
|
6
6
|
import { p as pick } from './utils-e10e994d.js';
|
|
@@ -9,7 +9,7 @@ import { c as createID } from './string.utils-1da8f8fb.js';
|
|
|
9
9
|
import { c as createArrayRange } from './array.utils-85696abd.js';
|
|
10
10
|
import { A as AttributeObserver, a as ariaAttributes } from './attribute-5561aca4.js';
|
|
11
11
|
import { i as inheritAriaAttributes } from './accessibility-f83c991a.js';
|
|
12
|
-
import './gov.log-
|
|
12
|
+
import './gov.log-6b64cda6.js';
|
|
13
13
|
import './helpers.types-43ddbdb8.js';
|
|
14
14
|
|
|
15
15
|
const PaginationSizes = pick(Sizes, ['_S', '_M']);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { r as registerInstance, h, a as Host, g as getElement } from './index-
|
|
2
|
-
import { v as validateProp } from './props-
|
|
1
|
+
import { r as registerInstance, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
|
+
import { v as validateProp } from './props-9d3c7ac1.js';
|
|
3
3
|
import { S as Sizes } from './sizes-5b9e579f.js';
|
|
4
4
|
import { p as pick } from './utils-e10e994d.js';
|
|
5
5
|
import { g as govHost } from './template-7ecee4d1.js';
|
|
6
|
-
import './gov.log-
|
|
6
|
+
import './gov.log-6b64cda6.js';
|
|
7
7
|
|
|
8
8
|
const SpacerSize = pick(Sizes, ['_2XS', '_XS', '_S', '_M', '_L', '_XL', '_2XL', '_3XL', '_4XL']);
|
|
9
9
|
var SpacerBreakpoints;
|
|
@@ -36,7 +36,7 @@ const GovSpacer = class {
|
|
|
36
36
|
this.validateBreakpoint(this.breakpoint);
|
|
37
37
|
}
|
|
38
38
|
render() {
|
|
39
|
-
return h(Host, { key: '
|
|
39
|
+
return h(Host, { key: '23aedb7f3b112a356319aba076eedf9a4743e25b', class: this.h.classes(SpacerClass.root), size: this.size, breakpoint: this.breakpoint });
|
|
40
40
|
}
|
|
41
41
|
get host() { return getElement(this); }
|
|
42
42
|
static get watchers() { return {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { r as registerInstance,
|
|
2
|
-
import { v as validateProp } from './props-
|
|
1
|
+
import { r as registerInstance, d as createEvent, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
|
+
import { v as validateProp } from './props-9d3c7ac1.js';
|
|
3
3
|
import { S as StepperItemClass, c as StepperColors } from './constants-372455eb.js';
|
|
4
4
|
import { c as createID } from './string.utils-1da8f8fb.js';
|
|
5
5
|
import { g as govHost } from './template-7ecee4d1.js';
|
|
6
|
-
import './gov.log-
|
|
6
|
+
import './gov.log-6b64cda6.js';
|
|
7
7
|
import './utils-e10e994d.js';
|
|
8
8
|
import './colors-4cf64720.js';
|
|
9
9
|
import './sizes-5b9e579f.js';
|
|
@@ -32,7 +32,7 @@ const GovStepperItem = class {
|
|
|
32
32
|
render() {
|
|
33
33
|
const triggerId = this.identifier || this.triggerId;
|
|
34
34
|
const contentId = this.contentId;
|
|
35
|
-
return (h(Host, { key: '
|
|
35
|
+
return (h(Host, { key: 'c24400b8ee5917005e6e3a21f47024c7ebad2960', id: triggerId, class: this.h.classes(StepperItemClass.root), color: this.color, role: "listitem", hydrated: this.hydrated }, this.h.hasSlot('prefix') && (h("span", { key: '010401daa60b44eed322de007fdd6e4ca035ff8d', class: StepperItemClass.prefix }, h("slot", { key: '27287e54365c7e72e01dd21f8d07f7144dc03f3c', name: "prefix" }))), h("div", { key: 'b50e23ee80b270bb5bb781c46e2cf2de73cad1bb' }, h("span", { key: '84500822ca2e529bff5e5cf4eb7ac7c9f0fc9d97', class: StepperItemClass.headline }, h("slot", { key: '18410e07be87715a96540789a82403bfab45e55c', name: "headline" })), h("slot", { key: 'dd2c20b9f07d2bcbf4223eca8de0d7592d178e86', name: "annotation" }), this.h.hasSlot('content') && (h("div", { key: 'cd34d17b5a14816dd91ee84f91a14217952bcfe5', class: StepperItemClass.content, id: contentId, "aria-labelledby": triggerId, role: "tabpanel" }, h("slot", { key: 'c90f411f8d63c6381f55a0e6ac819369a9bfd2e5', name: "content" }))))));
|
|
36
36
|
}
|
|
37
37
|
get host() { return getElement(this); }
|
|
38
38
|
static get watchers() { return {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { r as registerInstance,
|
|
2
|
-
import { v as validateProp } from './props-
|
|
1
|
+
import { r as registerInstance, d as createEvent, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
|
+
import { v as validateProp } from './props-9d3c7ac1.js';
|
|
3
3
|
import { S as StepperItemClass, a as StepperClass, b as StepperSizes } from './constants-372455eb.js';
|
|
4
4
|
import { g as govHost } from './template-7ecee4d1.js';
|
|
5
|
-
import './gov.log-
|
|
5
|
+
import './gov.log-6b64cda6.js';
|
|
6
6
|
import './utils-e10e994d.js';
|
|
7
7
|
import './colors-4cf64720.js';
|
|
8
8
|
import './sizes-5b9e579f.js';
|
|
@@ -34,7 +34,7 @@ const GovStepper = class {
|
|
|
34
34
|
this.hydrated = true;
|
|
35
35
|
}
|
|
36
36
|
render() {
|
|
37
|
-
return (h(Host, { key: '
|
|
37
|
+
return (h(Host, { key: '0815470dbe86e888ab922139e6f02347f89f4700', class: this.h.classes(StepperClass.root), role: "list", size: this.size, hydrated: this.hydrated }, h("slot", { key: '2585c79a48236a8c2d333a437beb4d7f1d9d9d6c' })));
|
|
38
38
|
}
|
|
39
39
|
get host() { return getElement(this); }
|
|
40
40
|
static get watchers() { return {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h, a as Host, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
2
|
import { c as createID } from './string.utils-1da8f8fb.js';
|
|
3
3
|
import { g as govHost, t as toBoolAttrIfDefined } from './template-7ecee4d1.js';
|
|
4
4
|
import { a as TabsClass, T as TabsItemClass } from './constants-9177ea52.js';
|
|
@@ -28,7 +28,7 @@ const GovTabsItem = class {
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
render() {
|
|
31
|
-
return (h(Host, { key: '
|
|
31
|
+
return (h(Host, { key: '89b01b0d025a89f89085dba24db6b8fadcd97e68', class: this.h.classes(TabsItemClass.root), default: this.default }, h("div", { key: '8868371d0da63c1727c8b3a55b930a4d0ce30a3c', class: TabsItemClass.inner, role: "tabpanel", id: this.identifier || this.contentId, hidden: !this.isActive, "aria-labelledby": this.triggerIdentifier || this.triggerId, "aria-hidden": toBoolAttrIfDefined(!this.isActive) }, h("slot", { key: '0d47bea8c416b1c57aac006f9eea9101ade9427d' }))));
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
34
|
* Returns a unique tab content identifier
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { r as registerInstance,
|
|
2
|
-
import { v as validateProp } from './props-
|
|
1
|
+
import { r as registerInstance, d as createEvent, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
|
+
import { v as validateProp } from './props-9d3c7ac1.js';
|
|
3
3
|
import { T as TabsItemClass, a as TabsClass, b as TabTypes, c as TabColors, d as TabSizes } from './constants-9177ea52.js';
|
|
4
4
|
import { g as govHost, c as toBoolAttr, b as booleanString } from './template-7ecee4d1.js';
|
|
5
5
|
import { h as hasOwnProperty } from './helpers.types-43ddbdb8.js';
|
|
6
6
|
import { p as prepareIconFormat } from './helpers-5d179d4b.js';
|
|
7
7
|
import { A as AttributeObserver, a as ariaAttributes } from './attribute-5561aca4.js';
|
|
8
8
|
import { i as inheritAriaAttributes } from './accessibility-f83c991a.js';
|
|
9
|
-
import './gov.log-
|
|
9
|
+
import './gov.log-6b64cda6.js';
|
|
10
10
|
import './utils-e10e994d.js';
|
|
11
11
|
import './sizes-5b9e579f.js';
|
|
12
12
|
import './colors-4cf64720.js';
|
|
@@ -118,7 +118,7 @@ const GovTabs = class {
|
|
|
118
118
|
});
|
|
119
119
|
}
|
|
120
120
|
render() {
|
|
121
|
-
return (h(Host, { key: '
|
|
121
|
+
return (h(Host, { key: '4efcbedcc355a74456cc899bc48c7aaf8c604c12', class: this.h.classes(TabsClass.root), size: this.size, color: this.color, type: this.type, direction: this.direction, onKeyDown: this.onKeydownHandler.bind(this) }, h("div", Object.assign({ key: 'a64d1a7cadd5950ebc687c3f3d741ea0a59a3684', class: TabsClass.tabs, role: "tablist" }, this.inheritedAttributes), h("ul", { key: 'adab5148c97b041e11f3e7d11a4d87492df5320a', class: TabsClass.list }, this.controllers.map(control => (h("li", { class: TabsClass.item }, this.type == "text" ? (h("button", { class: TabsClass.btn, id: control.triggerIdentifier, role: "tab", onClick: () => this.onSelectHandler(control), disabled: control.disabled, "aria-disabled": toBoolAttr(control.disabled), "aria-selected": toBoolAttr(control.active), "aria-controls": control.contentIdentifier, tabindex: control.active && !control.disabled ? 0 : -1, ref: el => (this.triggerRefs[control.triggerIdentifier] = el) }, control.iconStart ? (h("gov-icon", { name: control.iconStart.name, type: control.iconStart.type })) : null, control.label, control.iconEnd ? (h("gov-icon", { name: control.iconEnd.name, type: control.iconEnd.type })) : null)) : (h("gov-chip", { role: "tab", tag: 'button', identifier: control.triggerIdentifier, "aria-selected": booleanString(control.active), "aria-controls": control.contentIdentifier, focusable: control.active, disabled: control.disabled, color: this.color, size: this.size === "xs" ? "xs" : (this.size === "s" ? "s" : "m"), type: control.active ? "solid" : "outlined", ref: el => (this.triggerRefs[control.triggerIdentifier] = el), "on-gov-click": () => this.onSelectHandler(control) }, control.iconStart ? (h("gov-icon", { name: control.iconStart.name, type: control.iconStart.type, slot: "icon-start" })) : null, control.label, control.iconEnd ? (h("gov-icon", { name: control.iconEnd.name, type: control.iconEnd.type, slot: "icon-end" })) : null))))))), h("slot", { key: '2a3720ce9449d62ecd1d58bac806bf356d37375a' })));
|
|
122
122
|
}
|
|
123
123
|
getCurrentTab() {
|
|
124
124
|
return this.controllers.find(control => control.active) || null;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerInstance, h, a as Host, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
2
|
import { g as govHost } from './template-7ecee4d1.js';
|
|
3
|
-
import { v as validateProp } from './props-
|
|
3
|
+
import { v as validateProp } from './props-9d3c7ac1.js';
|
|
4
4
|
import { a as ButtonColors, b as ButtonSizes } from './constants-51f51588.js';
|
|
5
5
|
import { p as pick } from './utils-e10e994d.js';
|
|
6
6
|
import { S as Sizes } from './sizes-5b9e579f.js';
|
|
7
7
|
import { p as prepareIconFormat } from './helpers-5d179d4b.js';
|
|
8
|
-
import './gov.log-
|
|
8
|
+
import './gov.log-6b64cda6.js';
|
|
9
9
|
import './colors-4cf64720.js';
|
|
10
10
|
|
|
11
11
|
const TagSizes = pick(Sizes, ['_XS', '_S', '_M']);
|
|
@@ -42,7 +42,7 @@ const GovTag = class {
|
|
|
42
42
|
render() {
|
|
43
43
|
const iconStart = prepareIconFormat(this.iconStart);
|
|
44
44
|
const iconEnd = prepareIconFormat(this.iconEnd);
|
|
45
|
-
return (h(Host, { key: '
|
|
45
|
+
return (h(Host, { key: '8865709f2568a754160000138f413f352409e248', class: this.h.classes(TagClass.root), color: this.color, size: this.size, type: this.type }, h("span", { key: '4ae6dc1d60a207510de61c2391af9eb268dd3588', class: "element" }, h("slot", { key: 'f08057eb346b918d1be45ad7561a71bac54237aa', name: "icon-start" }, iconStart && h("gov-icon", { key: '37554fce04335c45bb724efeb5e7701513336b7b', type: iconStart.type, name: iconStart.name })), h("slot", { key: 'b66970bf42b9fd9217cb2e3a03c2f47c608b14a5' }), h("slot", { key: '85bf0010dac55b808bba5a442d977e8538f93d3a', name: "icon-end" }, iconEnd && h("gov-icon", { key: '70bf541bac6a69871618cb520c7008099aa6f341', type: iconEnd.type, name: iconEnd.name })))));
|
|
46
46
|
}
|
|
47
47
|
get host() { return getElement(this); }
|
|
48
48
|
static get watchers() { return {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h, F as Fragment, a as Host, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, h, F as Fragment, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
2
|
import { p as pick } from './utils-e10e994d.js';
|
|
3
3
|
import { S as Sizes } from './sizes-5b9e579f.js';
|
|
4
4
|
import { g as govHost } from './template-7ecee4d1.js';
|
|
@@ -25,7 +25,7 @@ const GovTile = class {
|
|
|
25
25
|
this.h = govHost(this.host);
|
|
26
26
|
}
|
|
27
27
|
render() {
|
|
28
|
-
return (h(Host, { key: '
|
|
28
|
+
return (h(Host, { key: 'c766f3d54f15e5a49a877fa2e67593d084f487f7', class: this.h.classes(TileClass.root), size: this.size, orientation: this.orientation, clickable: this.href ? true : null }, h("slot", { key: 'd07b106d781fead65a124c82d11ebe991fddfece', name: "icon" }), h("div", { key: 'eeee0397b4384a473f3782750d1e04f0c8c7894d', class: TileClass.content }, h("div", { key: 'f4081902e55b964b1ebbdd43f7b189f83dce8690', class: TileClass.text }, h("div", { key: '3bf8cf35db6f667de7c278786787e38b1392a5b2', class: TileClass.title }, this.href ? (h(Fragment, null, h("a", { href: this.href, target: this.target, class: TileClass.link, ref: el => (this.triggerRef = el) }, h("slot", { name: "title" })), h("span", { class: TileClass.icon }, h("gov-icon", { name: "chevron-right", type: "components" })))) : (h("slot", { name: "title" }))), h("div", { key: '088f60531285a1457277352a011766f809d9280d', class: `${TileClass.annotation} ${this.href ? `${TileClass.annotation}--padding` : ''}` }, h("slot", { key: '8d4a612e3aff054a60ec1030eb5a28903595ea6a' }))), h("slot", { key: 'f7610d06a6d951b3a24f2e129342bb82c5e9d767', name: "button" }))));
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* Returns a clickable element instance
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h, a as Host, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
2
|
import { g as govHost } from './template-7ecee4d1.js';
|
|
3
3
|
|
|
4
4
|
const TilesClass = {
|
|
@@ -12,7 +12,7 @@ const GovTiles = class {
|
|
|
12
12
|
this.h = govHost(this.host);
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
|
-
return (h(Host, { key: '
|
|
15
|
+
return (h(Host, { key: '18eb380e2fe62b54a90c5c758c62c985107c98d4', class: this.h.classes(TilesClass.root) }, h("slot", { key: '9746ede80d0daa8776208afb5cef44b7adb0d7fc' })));
|
|
16
16
|
}
|
|
17
17
|
get host() { return getElement(this); }
|
|
18
18
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { r as registerInstance,
|
|
2
|
-
import { v as validateProp } from './props-
|
|
1
|
+
import { r as registerInstance, d as createEvent, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
|
+
import { v as validateProp } from './props-9d3c7ac1.js';
|
|
3
3
|
import { C as Colors } from './colors-4cf64720.js';
|
|
4
4
|
import { p as pick } from './utils-e10e994d.js';
|
|
5
5
|
import { g as govHost } from './template-7ecee4d1.js';
|
|
6
6
|
import { c as createID } from './string.utils-1da8f8fb.js';
|
|
7
7
|
import { A as AttributeObserver, a as ariaAttributes } from './attribute-5561aca4.js';
|
|
8
8
|
import { i as inheritAriaAttributes } from './accessibility-f83c991a.js';
|
|
9
|
-
import './gov.log-
|
|
9
|
+
import './gov.log-6b64cda6.js';
|
|
10
10
|
|
|
11
11
|
const ToastColors = pick(Colors, ['PRIMARY', 'NEUTRAL', 'ERROR', 'SUCCESS', 'WARNING']);
|
|
12
12
|
var ToastType;
|
|
@@ -72,7 +72,7 @@ const GovToast = class {
|
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
render() {
|
|
75
|
-
return (h(Host, { key: '
|
|
75
|
+
return (h(Host, { key: '632972ed59aac0d696428d6f32e6c99615ccf687', class: this.h.classes(ToastClass.root), "data-toast-id": this.toastId, gravity: this.gravity, position: this.position, color: this.color, type: this.type, style: { "--toast-duration": this.time + "ms" } }, this.h.hasSlot("icon") && (h("span", { key: 'da93a05f1976eeb4e356160fd0daea409b836a05', class: ToastClass.icon }, h("slot", { key: 'd374f5dea570b27643d960e65d0d5b2c710cb2b4', name: "icon" }))), h("div", Object.assign({ key: '1680aff627c809348ae7812ab72a34dbad33a368', class: ToastClass.content }, this.inheritedAttributes, { "aria-live": "polite", role: "status" }), h("slot", { key: '8208b697e9fbefd964a17c6bfdb06d3a5ff9d2f2' })), h("gov-button", { key: '9f05e19a672f66c2203a5556370e12e2ce7819f7', size: "s", "aria-label": this.accessibleCloseLabel, color: this.isBold ? this.color : "neutral", type: "base", "on-gov-click": this.onCloseHandler.bind(this), class: ToastClass.close }, this.closeLabel ? this.closeLabel : h("gov-icon", { name: "x-lg", type: "components" })), h("div", { key: 'a954d22ce3a0e06e2d17aa14903dae7264d9e03c', class: ToastClass.timer })));
|
|
76
76
|
}
|
|
77
77
|
onCloseHandler() {
|
|
78
78
|
this.govClose.emit(this.toastId);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h, a as Host, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
2
|
import { T as TooltipColors, a as TooltipSize, b as TooltipContentClass } from './constants-3b914c35.js';
|
|
3
3
|
import { c as toBoolAttr } from './template-7ecee4d1.js';
|
|
4
4
|
import './colors-4cf64720.js';
|
|
@@ -34,7 +34,7 @@ const GovTooltipContent = class {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
render() {
|
|
37
|
-
return (h(Host, { key: '
|
|
37
|
+
return (h(Host, { key: '965998f4788ddd5dffd01b53073a001023cd9037', class: TooltipContentClass.root, role: "tooltip", hidden: !this.isVisible, "aria-hidden": !toBoolAttr(this.isVisible), "is-visible": this.isVisible }, h("slot", { key: 'fe9d1ee13a11077947492341836f8f25c1f8881f' }), this.persist ? (h("gov-button", { "on-gov-click": this.hideContent.bind(this), color: this.color, size: this.size, type: "base" }, h("gov-icon", { slot: "icon-start", name: "x-lg", type: "components" }))) : null));
|
|
38
38
|
}
|
|
39
39
|
get host() { return getElement(this); }
|
|
40
40
|
static get watchers() { return {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { r as registerInstance, h, a as Host, g as getElement } from './index-
|
|
2
|
-
import { v as validateProp } from './props-
|
|
1
|
+
import { r as registerInstance, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
|
+
import { v as validateProp } from './props-9d3c7ac1.js';
|
|
3
3
|
import { T as TooltipColors, a as TooltipSize, b as TooltipContentClass, c as TooltipPosition, d as TooltipClass } from './constants-3b914c35.js';
|
|
4
4
|
import { c as createID } from './string.utils-1da8f8fb.js';
|
|
5
5
|
import { g as govHost } from './template-7ecee4d1.js';
|
|
6
|
-
import { d as documentNode } from './gov.log-
|
|
6
|
+
import { d as documentNode } from './gov.log-6b64cda6.js';
|
|
7
7
|
import { t as tick } from './stencil.utils-f3c6c68d.js';
|
|
8
8
|
import './colors-4cf64720.js';
|
|
9
9
|
import './sizes-5b9e579f.js';
|
|
@@ -201,11 +201,11 @@ const GovTooltip = class {
|
|
|
201
201
|
}
|
|
202
202
|
render() {
|
|
203
203
|
var _a;
|
|
204
|
-
return (h(Host, { key: '
|
|
204
|
+
return (h(Host, { key: '2e96da1a9d7afd70abb4ffd2e979210cc179680e', id: this.tooltipId, class: this.h.classes(TooltipClass.root), position: this.position }, h("span", { key: '9c9c06d716556faa56f5ba9a952ea867c5533b2b', role: 'button', tabindex: 0, onKeyPress: () => this.showTooltip(), onBlur: () => {
|
|
205
205
|
if (this.persist === false) {
|
|
206
206
|
this.hideTooltip();
|
|
207
207
|
}
|
|
208
|
-
}, "aria-describedby": (_a = this.identifier) !== null && _a !== void 0 ? _a : this.tooltipContentId }, h("slot", { key: '
|
|
208
|
+
}, "aria-describedby": (_a = this.identifier) !== null && _a !== void 0 ? _a : this.tooltipContentId }, h("slot", { key: '29549049c0bfbe311980aa6a630ff9eff8e35f40' }))));
|
|
209
209
|
}
|
|
210
210
|
/**
|
|
211
211
|
* Showing the modal
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { r as registerInstance,
|
|
2
|
-
import { v as validateProp } from './props-
|
|
1
|
+
import { r as registerInstance, d as createEvent, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
|
+
import { v as validateProp } from './props-9d3c7ac1.js';
|
|
3
3
|
import { W as WizardItemClass, c as WizardColors } from './constants-8429b68f.js';
|
|
4
4
|
import { c as createID } from './string.utils-1da8f8fb.js';
|
|
5
5
|
import { g as govHost, b as booleanString, t as toBoolAttrIfDefined } from './template-7ecee4d1.js';
|
|
6
|
-
import './gov.log-
|
|
6
|
+
import './gov.log-6b64cda6.js';
|
|
7
7
|
import './utils-e10e994d.js';
|
|
8
8
|
import './colors-4cf64720.js';
|
|
9
9
|
import './sizes-5b9e579f.js';
|
|
@@ -43,8 +43,8 @@ const GovWizardItem = class {
|
|
|
43
43
|
render() {
|
|
44
44
|
const triggerId = this.identifier || this.triggerId;
|
|
45
45
|
const Tag = this.collapsible ? Tags.BUTTON : Tags.DIV;
|
|
46
|
-
const prefixSlot = this.h.hasSlot("prefix") && (h("span", { key: '
|
|
47
|
-
return (h(Host, { key: '
|
|
46
|
+
const prefixSlot = this.h.hasSlot("prefix") && (h("span", { key: 'abdd15cfa834f393b29335ea2bda28cd1dfeef46', class: WizardItemClass.prefix }, h("slot", { key: '123c495809091879ab3d985b9bcb4a22005e4b75', name: "prefix" })));
|
|
47
|
+
return (h(Host, { key: '463384ea408a20992bf6f30f142fce7146fabf53', class: this.h.classes(WizardItemClass.root), "is-expanded": this.isExpanded, color: this.color, size: this.size, role: "listitem", collapsible: this.collapsible, hydrated: this.hydrated }, h("div", { key: '0b60621607cd8c48fe05fd1755f9f7b8514d425d', class: WizardItemClass.header }, prefixSlot, this.collapsible ? (h(Tag, { id: triggerId, class: this.h.classes(WizardItemClass.label), "aria-expanded": booleanString(this.isExpanded), "aria-controls": this.contentId, disabled: this.disabled, "aria-disabled": toBoolAttrIfDefined(this.disabled), onClick: (e) => {
|
|
48
48
|
e.preventDefault();
|
|
49
49
|
e.stopPropagation();
|
|
50
50
|
this.toggle();
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { r as registerInstance,
|
|
2
|
-
import { v as validateProp } from './props-
|
|
1
|
+
import { r as registerInstance, d as createEvent, h, a as Host, g as getElement } from './index-087b155c.js';
|
|
2
|
+
import { v as validateProp } from './props-9d3c7ac1.js';
|
|
3
3
|
import { W as WizardItemClass, a as WizardClass, b as WizardSizes } from './constants-8429b68f.js';
|
|
4
4
|
import { g as govHost } from './template-7ecee4d1.js';
|
|
5
|
-
import { v as validateAccessibleLabel } from './wcag-
|
|
6
|
-
import { c as canValidateWcagOnRender } from './gov.log-
|
|
5
|
+
import { v as validateAccessibleLabel } from './wcag-253a4421.js';
|
|
6
|
+
import { c as canValidateWcagOnRender } from './gov.log-6b64cda6.js';
|
|
7
7
|
import { d as delay } from './utils-e10e994d.js';
|
|
8
8
|
import './colors-4cf64720.js';
|
|
9
9
|
import './sizes-5b9e579f.js';
|
|
@@ -47,7 +47,7 @@ const GovWizard = class {
|
|
|
47
47
|
this.hydrated = true;
|
|
48
48
|
}
|
|
49
49
|
render() {
|
|
50
|
-
return (h(Host, { key: '
|
|
50
|
+
return (h(Host, { key: 'd75ce2d5499cef41ac6b316f313b0c5c446d0b55', class: this.h.classes(WizardClass.root), role: "list", size: this.size, hydrated: this.hydrated }, h("slot", { key: 'ea151639d058fa4e50427a893fa167969a453d39' })));
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
53
|
* Validate the WCAG attributes of the component
|
|
@@ -22,6 +22,8 @@ const canValidateWcagOnRender = () => config().canValidateWcagOnRender;
|
|
|
22
22
|
const useWarningLog = () => config().warningLog;
|
|
23
23
|
const useErrorLog = () => config().errorLog;
|
|
24
24
|
const useLog = () => config().log;
|
|
25
|
+
const iconsPath = () => config().iconsPath;
|
|
26
|
+
const iconsLazyLoad = () => config().iconsLazyLoad;
|
|
25
27
|
const documentNode = () => config().documentNode;
|
|
26
28
|
|
|
27
29
|
const WARNING_COLORS = { bg: '#ecae1a', text: '#3b3b3b' };
|
|
@@ -38,6 +40,6 @@ const govWarningLog = (message, args) => {
|
|
|
38
40
|
}
|
|
39
41
|
};
|
|
40
42
|
|
|
41
|
-
export { canValidateWcagOnRender as c, documentNode as d, govWarningLog as g,
|
|
43
|
+
export { isWindow as a, iconsLazyLoad as b, canValidateWcagOnRender as c, documentNode as d, govWarningLog as g, iconsPath as i };
|
|
42
44
|
|
|
43
|
-
//# sourceMappingURL=gov.log-
|
|
45
|
+
//# sourceMappingURL=gov.log-6b64cda6.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"gov.log-6b64cda6.js","mappings":";;MAYa,QAAQ,GAAG,OAAO,MAAM,KAAK,YAAW;AAErD,MAAM,iBAAiB,GAAG,CAAI,IAAY,KAA6B,QAAQ,IAAI,MAAM,IAAI,QAAQ,CAAC,IAA2B,EAAE,MAAM,CAAC,CAAA;AAE1I,MAAM,MAAM,GAAG;IACd,MAAM,aAAa,GAAY;QAC9B,uBAAuB,EAAE,KAAK;QAC9B,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE,KAAK;QACf,GAAG,EAAE,KAAK;QACV,SAAS,EAAE,eAAe;QAC1B,aAAa,EAAE,IAAI;QACnB,YAAY,EAAE,QAAQ,GAAG,QAAQ,GAAG,IAAI;KACxC,CAAA;IAED,MAAM,cAAc,GAAG,iBAAiB,CAAU,eAAe,CAAC,CAAA;IAClE,IAAI,cAAc,EAAE;QACnB,uCAAY,aAAa,GAAK,cAAc,EAAE;KAC9C;IAED,OAAO,aAAa,CAAA;AACrB,CAAC,CAAA;MAEY,uBAAuB,GAAG,MAA0C,MAAM,EAAE,CAAC,wBAAuB;AAC1G,MAAM,aAAa,GAAG,MAA6B,MAAM,EAAE,CAAC,UAAU,CAAA;AACtE,MAAM,WAAW,GAAG,MAA2B,MAAM,EAAE,CAAC,QAAQ,CAAA;AAChE,MAAM,MAAM,GAAG,MAAsB,MAAM,EAAE,CAAC,GAAG,CAAA;MAC3C,SAAS,GAAG,MAA4B,MAAM,EAAE,CAAC,UAAS;MAC1D,aAAa,GAAG,MAAgC,MAAM,EAAE,CAAC,cAAa;MACtE,YAAY,GAAG,MAA+B,MAAM,EAAE,CAAC;;AClCpE,MAAM,cAAc,GAAgB,EAAC,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAC,CAAA;AACpE,MAAM,WAAW,GAAgB,EAAC,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,EAAC,CAAA;AAGvD,MAAM,MAAM,GAAG,CAAC,OAAe,EAAE,SAAsB,WAAW,EAAE,IAAc;IACxF,MAAM,MAAM,GAAG,CAAC,SAAS,GAAG,MAAM,CAAC,IAAI,EAAE,cAAc,GAAG,MAAM,CAAC,EAAE,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,kBAAkB,CAAC,CAAC,IAAI,CACzJ,GAAG,CACH,CAAA;IAED,IAAG,MAAM,EAAE,IAAI,aAAa,EAAE,IAAI,WAAW,EAAE,EAAE;QAChD,OAAO,CAAC,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,CAAC,CAAA;KAC3C;AACF,CAAC,CAAA;MAEY,aAAa,GAAG,CAAC,OAAe,EAAE,IAAc;IAC5D,IAAI,aAAa,EAAE,EAAE;QACpB,MAAM,CAAC,OAAO,EAAE,cAAc,EAAE,IAAI,CAAC,CAAA;KACrC;AACF;;;;","names":[],"sources":["../../../packages/core/src/helpers/Dom/win.ts","../../../packages/core/src/helpers/Log/gov.log.ts"],"sourcesContent":["import { property } from '../../utils/utils'\n\ninterface IConfig {\n\tcanValidateWcagOnRender: boolean\n\twarningLog: boolean\n\terrorLog: boolean\n\tlog: boolean\n\ticonsPath: string\n\ticonsLazyLoad: boolean\n\tdocumentNode: Document\n}\n\nexport const isWindow = typeof window !== \"undefined\"\n\nconst getWindowProperty = <T>(name: string): Partial<T> | undefined => isWindow && window && property(name as keyof typeof window, window)\n\nconst config = (): IConfig => {\n\tconst defaultConfig: IConfig = {\n\t\tcanValidateWcagOnRender: false,\n\t\twarningLog: false,\n\t\terrorLog: false,\n\t\tlog: false,\n\t\ticonsPath: '/assets/icons',\n\t\ticonsLazyLoad: true,\n\t\tdocumentNode: document ? document : null,\n\t}\n\n\tconst windowProperty = getWindowProperty<IConfig>('GOV_DS_CONFIG')\n\tif (windowProperty) {\n\t\treturn { ...defaultConfig, ...windowProperty }\n\t}\n\n\treturn defaultConfig\n}\n\nexport const canValidateWcagOnRender = (): IConfig['canValidateWcagOnRender'] => config().canValidateWcagOnRender\nexport const useWarningLog = (): IConfig['warningLog'] => config().warningLog\nexport const useErrorLog = (): IConfig['errorLog'] => config().errorLog\nexport const useLog = (): IConfig['log'] => config().log\nexport const iconsPath = (): IConfig['iconsPath'] => config().iconsPath\nexport const iconsLazyLoad = (): IConfig['iconsLazyLoad'] => config().iconsLazyLoad\nexport const documentNode = (): IConfig['documentNode'] => config().documentNode\n","import {useErrorLog, useLog, useWarningLog} from \"../Dom/win\";\n\ninterface ColorConfig {\n\tbg: string\n\ttext: string\n}\n\nconst WARNING_COLORS: ColorConfig = {bg: '#ecae1a', text: '#3b3b3b'}\nconst INFO_COLORS: ColorConfig = {bg: '#2362a2', text: '#fff'}\nconst ERROR_COLORS: ColorConfig = {bg: '#c52a3a', text: '#fff'}\n\nexport const govLog = (message: string, colors: ColorConfig = INFO_COLORS, args?: unknown): void => {\n\tconst styles = ['color: ' + colors.text, 'background: ' + colors.bg, 'font-size: 11px', 'padding: 2px 4px', 'border-radius: 3px', 'font-weight: 600'].join(\n\t\t';'\n\t)\n\n\tif(useLog() || useWarningLog() || useErrorLog()) {\n\t\tconsole.log('%cgov', styles, message, args)\n\t}\n}\n\nexport const govWarningLog = (message: string, args?: unknown): void => {\n\tif (useWarningLog()) {\n\t\tgovLog(message, WARNING_COLORS, args)\n\t}\n}\n\nexport const govErrorLog = (message: string, args?: unknown): void => {\n\tif (useErrorLog()) {\n\t\tgovLog(message, ERROR_COLORS, args)\n\t}\n}\n"],"version":3}
|
|
@@ -9,6 +9,12 @@ var __export = (target, all) => {
|
|
|
9
9
|
for (var name in all)
|
|
10
10
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
11
|
};
|
|
12
|
+
var Build = {
|
|
13
|
+
isDev: false,
|
|
14
|
+
isBrowser: true,
|
|
15
|
+
isServer: false,
|
|
16
|
+
isTesting: false
|
|
17
|
+
};
|
|
12
18
|
var hostRefs = /* @__PURE__ */ new WeakMap();
|
|
13
19
|
var getHostRef = (ref) => hostRefs.get(ref);
|
|
14
20
|
var registerInstance = (lazyInstance, hostRef) => hostRefs.set(hostRef.$lazyInstance$ = lazyInstance, hostRef);
|
|
@@ -356,6 +362,12 @@ var flush = () => {
|
|
|
356
362
|
var nextTick = (cb) => promiseResolve().then(cb);
|
|
357
363
|
var writeTask = /* @__PURE__ */ queueTask(queueDomWrites, true);
|
|
358
364
|
|
|
365
|
+
// src/runtime/asset-path.ts
|
|
366
|
+
var getAssetPath = (path) => {
|
|
367
|
+
const assetUrl = new URL(path, plt.$resourcesUrl$);
|
|
368
|
+
return assetUrl.origin !== win.location.origin ? assetUrl.href : assetUrl.pathname;
|
|
369
|
+
};
|
|
370
|
+
|
|
359
371
|
// src/utils/constants.ts
|
|
360
372
|
var EMPTY_OBJ = {};
|
|
361
373
|
|
|
@@ -1998,6 +2010,6 @@ var Fragment = (_, children) => children;
|
|
|
1998
2010
|
// src/runtime/nonce.ts
|
|
1999
2011
|
var setNonce = (nonce) => plt.$nonce$ = nonce;
|
|
2000
2012
|
|
|
2001
|
-
export { Fragment as F, H, Host as a, bootstrapLazy as b,
|
|
2013
|
+
export { Build as B, Fragment as F, H, Host as a, bootstrapLazy as b, getAssetPath as c, createEvent as d, getElement as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
|
|
2002
2014
|
|
|
2003
|
-
//# sourceMappingURL=index-
|
|
2015
|
+
//# sourceMappingURL=index-087b155c.js.map
|