@pine-ds/core 1.3.1 → 2.0.0
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/components/index2.js +10 -10
- package/components/index2.js.map +1 -1
- package/components/pds-accordion.js +7 -4
- package/components/pds-accordion.js.map +1 -1
- package/components/pds-avatar.js +9 -6
- package/components/pds-avatar.js.map +1 -1
- package/components/pds-box.js +2 -2
- package/components/pds-box.js.map +1 -1
- package/components/pds-button2.js +7 -4
- package/components/pds-button2.js.map +1 -1
- package/components/pds-checkbox2.js +9 -6
- package/components/pds-checkbox2.js.map +1 -1
- package/components/pds-chip.js +7 -4
- package/components/pds-chip.js.map +1 -1
- package/components/pds-copytext.js +7 -4
- package/components/pds-copytext.js.map +1 -1
- package/components/pds-divider.js +6 -3
- package/components/pds-divider.js.map +1 -1
- package/components/pds-image.js +7 -4
- package/components/pds-image.js.map +1 -1
- package/components/pds-input.js +9 -6
- package/components/pds-input.js.map +1 -1
- package/components/pds-link.js +8 -5
- package/components/pds-link.js.map +1 -1
- package/components/pds-loader.js +7 -4
- package/components/pds-loader.js.map +1 -1
- package/components/pds-progress.js +7 -4
- package/components/pds-progress.js.map +1 -1
- package/components/pds-radio.js +9 -6
- package/components/pds-radio.js.map +1 -1
- package/components/pds-sortable-item.js +1 -1
- package/components/pds-sortable-item.js.map +1 -1
- package/components/pds-sortable.js +11 -7
- package/components/pds-sortable.js.map +1 -1
- package/components/pds-switch.js +9 -6
- package/components/pds-switch.js.map +1 -1
- package/components/pds-tab.js +1 -1
- package/components/pds-tab.js.map +1 -1
- package/components/pds-table-body.js +6 -3
- package/components/pds-table-body.js.map +1 -1
- package/components/pds-table-cell2.js +8 -5
- package/components/pds-table-cell2.js.map +1 -1
- package/components/pds-table-head-cell2.js +8 -5
- package/components/pds-table-head-cell2.js.map +1 -1
- package/components/pds-table-head.js +6 -3
- package/components/pds-table-head.js.map +1 -1
- package/components/pds-table-row.js +6 -3
- package/components/pds-table-row.js.map +1 -1
- package/components/pds-table.js +7 -4
- package/components/pds-table.js.map +1 -1
- package/components/pds-tabs.js +6 -3
- package/components/pds-tabs.js.map +1 -1
- package/components/pds-textarea.js +10 -7
- package/components/pds-textarea.js.map +1 -1
- package/components/pds-tooltip.js +8 -5
- package/components/pds-tooltip.js.map +1 -1
- package/dist/cjs/index-2240f8f4.js +24 -0
- package/dist/cjs/index-2240f8f4.js.map +1 -0
- package/dist/cjs/{index-46fb0736.js → index-d424fb6f.js} +25 -14
- package/dist/cjs/index-d424fb6f.js.map +1 -0
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/pds-accordion.cjs.entry.js +9 -6
- package/dist/cjs/pds-accordion.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-avatar.cjs.entry.js +11 -8
- package/dist/cjs/pds-avatar.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-box.cjs.entry.js +3 -3
- package/dist/cjs/pds-box.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-button.cjs.entry.js +9 -6
- package/dist/cjs/pds-button.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-checkbox.cjs.entry.js +11 -8
- package/dist/cjs/pds-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-chip.cjs.entry.js +9 -6
- package/dist/cjs/pds-chip.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-copytext.cjs.entry.js +9 -6
- package/dist/cjs/pds-copytext.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-divider.cjs.entry.js +7 -4
- package/dist/cjs/pds-divider.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-icon.cjs.entry.js +1 -1
- package/dist/cjs/pds-image.cjs.entry.js +8 -5
- package/dist/cjs/pds-image.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-input.cjs.entry.js +11 -8
- package/dist/cjs/pds-input.cjs.entry.js.map +1 -1
- package/dist/cjs/{pds-label-7aabdc4e.js → pds-label-397cc854.js} +2 -2
- package/dist/cjs/{pds-label-7aabdc4e.js.map → pds-label-397cc854.js.map} +1 -1
- package/dist/cjs/pds-link.cjs.entry.js +10 -7
- package/dist/cjs/pds-link.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-loader.cjs.entry.js +8 -5
- package/dist/cjs/pds-loader.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-progress.cjs.entry.js +8 -5
- package/dist/cjs/pds-progress.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-radio.cjs.entry.js +11 -8
- package/dist/cjs/pds-radio.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-row.cjs.entry.js +1 -1
- package/dist/cjs/pds-sortable-item.cjs.entry.js +3 -3
- package/dist/cjs/pds-sortable-item.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-sortable.cjs.entry.js +12 -8
- package/dist/cjs/pds-sortable.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-switch.cjs.entry.js +11 -8
- package/dist/cjs/pds-switch.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tab.cjs.entry.js +2 -2
- package/dist/cjs/pds-tab.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-body.cjs.entry.js +7 -4
- package/dist/cjs/pds-table-body.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-cell.cjs.entry.js +9 -6
- package/dist/cjs/pds-table-cell.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-head-cell.cjs.entry.js +10 -7
- package/dist/cjs/pds-table-head-cell.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-head.cjs.entry.js +7 -4
- package/dist/cjs/pds-table-head.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-row.cjs.entry.js +7 -4
- package/dist/cjs/pds-table-row.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table.cjs.entry.js +8 -5
- package/dist/cjs/pds-table.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tabpanel.cjs.entry.js +1 -1
- package/dist/cjs/pds-tabs.cjs.entry.js +7 -4
- package/dist/cjs/pds-tabs.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-textarea.cjs.entry.js +12 -9
- package/dist/cjs/pds-textarea.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tooltip.cjs.entry.js +9 -6
- package/dist/cjs/pds-tooltip.cjs.entry.js.map +1 -1
- package/dist/cjs/pine-core.cjs.js +2 -2
- package/dist/cjs/pine-core.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/pds-accordion/pds-accordion.css +19 -13
- package/dist/collection/components/pds-accordion/pds-accordion.js +5 -3
- package/dist/collection/components/pds-accordion/pds-accordion.js.map +1 -1
- package/dist/collection/components/pds-accordion/stories/pds-accordion.stories.js +11 -15
- package/dist/collection/components/pds-avatar/pds-avatar.css +2 -2
- package/dist/collection/components/pds-avatar/pds-avatar.js +5 -5
- package/dist/collection/components/pds-avatar/pds-avatar.js.map +1 -1
- package/dist/collection/components/pds-box/pds-box.css +20 -8
- package/dist/collection/components/pds-box/pds-box.js +5 -5
- package/dist/collection/components/pds-box/pds-box.js.map +1 -1
- package/dist/collection/components/pds-button/pds-button.css +19 -12
- package/dist/collection/components/pds-button/pds-button.js +3 -3
- package/dist/collection/components/pds-button/pds-button.js.map +1 -1
- package/dist/collection/components/pds-checkbox/pds-checkbox.css +5 -5
- package/dist/collection/components/pds-checkbox/pds-checkbox.js +5 -5
- package/dist/collection/components/pds-checkbox/pds-checkbox.js.map +1 -1
- package/dist/collection/components/pds-chip/pds-chip.css +3 -3
- package/dist/collection/components/pds-chip/pds-chip.js +3 -3
- package/dist/collection/components/pds-chip/pds-chip.js.map +1 -1
- package/dist/collection/components/pds-copytext/pds-copytext.css +2 -2
- package/dist/collection/components/pds-copytext/pds-copytext.js +3 -3
- package/dist/collection/components/pds-copytext/pds-copytext.js.map +1 -1
- package/dist/collection/components/pds-divider/pds-divider.js +3 -3
- package/dist/collection/components/pds-divider/pds-divider.js.map +1 -1
- package/dist/collection/components/pds-image/pds-image.js +4 -4
- package/dist/collection/components/pds-image/pds-image.js.map +1 -1
- package/dist/collection/components/pds-input/pds-input.css +4 -4
- package/dist/collection/components/pds-input/pds-input.js +5 -5
- package/dist/collection/components/pds-input/pds-input.js.map +1 -1
- package/dist/collection/components/pds-link/pds-link.css +5 -4
- package/dist/collection/components/pds-link/pds-link.js +4 -4
- package/dist/collection/components/pds-link/pds-link.js.map +1 -1
- package/dist/collection/components/pds-loader/pds-loader.css +2 -2
- package/dist/collection/components/pds-loader/pds-loader.js +3 -3
- package/dist/collection/components/pds-loader/pds-loader.js.map +1 -1
- package/dist/collection/components/pds-progress/pds-progress.css +1 -1
- package/dist/collection/components/pds-progress/pds-progress.js +3 -3
- package/dist/collection/components/pds-progress/pds-progress.js.map +1 -1
- package/dist/collection/components/pds-radio/pds-radio.css +6 -6
- package/dist/collection/components/pds-radio/pds-radio.js +5 -5
- package/dist/collection/components/pds-radio/pds-radio.js.map +1 -1
- package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.css +1 -1
- package/dist/collection/components/pds-sortable/pds-sortable.js +3 -3
- package/dist/collection/components/pds-sortable/pds-sortable.js.map +1 -1
- package/dist/collection/components/pds-switch/pds-switch.css +7 -7
- package/dist/collection/components/pds-switch/pds-switch.js +5 -5
- package/dist/collection/components/pds-switch/pds-switch.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js +3 -3
- package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.css +2 -2
- package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js +4 -4
- package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +3 -3
- package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.css +3 -3
- package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js +4 -4
- package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +3 -3
- package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table.css +1 -1
- package/dist/collection/components/pds-table/pds-table.js +3 -3
- package/dist/collection/components/pds-table/pds-table.js.map +1 -1
- package/dist/collection/components/pds-tabs/pds-tab/pds-tab.css +9 -8
- package/dist/collection/components/pds-tabs/pds-tabs.js +3 -3
- package/dist/collection/components/pds-tabs/pds-tabs.js.map +1 -1
- package/dist/collection/components/pds-textarea/pds-textarea.css +9 -9
- package/dist/collection/components/pds-textarea/pds-textarea.js +6 -6
- package/dist/collection/components/pds-textarea/pds-textarea.js.map +1 -1
- package/dist/collection/components/pds-tooltip/pds-tooltip.css +3 -3
- package/dist/collection/components/pds-tooltip/pds-tooltip.js +4 -4
- package/dist/collection/components/pds-tooltip/pds-tooltip.js.map +1 -1
- package/dist/collection/global/styles/base.css +113 -0
- package/dist/collection/utils/types.js.map +1 -1
- package/dist/docs.json +40 -18
- package/dist/esm/index-786a51ce.js +14 -0
- package/dist/esm/index-786a51ce.js.map +1 -0
- package/dist/esm/{index-2a33b470.js → index-94bbabb0.js} +25 -14
- package/dist/esm/index-94bbabb0.js.map +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/pds-accordion.entry.js +9 -6
- package/dist/esm/pds-accordion.entry.js.map +1 -1
- package/dist/esm/pds-avatar.entry.js +11 -8
- package/dist/esm/pds-avatar.entry.js.map +1 -1
- package/dist/esm/pds-box.entry.js +3 -3
- package/dist/esm/pds-box.entry.js.map +1 -1
- package/dist/esm/pds-button.entry.js +9 -6
- package/dist/esm/pds-button.entry.js.map +1 -1
- package/dist/esm/pds-checkbox.entry.js +11 -8
- package/dist/esm/pds-checkbox.entry.js.map +1 -1
- package/dist/esm/pds-chip.entry.js +9 -6
- package/dist/esm/pds-chip.entry.js.map +1 -1
- package/dist/esm/pds-copytext.entry.js +9 -6
- package/dist/esm/pds-copytext.entry.js.map +1 -1
- package/dist/esm/pds-divider.entry.js +7 -4
- package/dist/esm/pds-divider.entry.js.map +1 -1
- package/dist/esm/pds-icon.entry.js +1 -1
- package/dist/esm/pds-image.entry.js +8 -5
- package/dist/esm/pds-image.entry.js.map +1 -1
- package/dist/esm/pds-input.entry.js +11 -8
- package/dist/esm/pds-input.entry.js.map +1 -1
- package/dist/esm/{pds-label-31a5848b.js → pds-label-d28da6eb.js} +2 -2
- package/dist/esm/{pds-label-31a5848b.js.map → pds-label-d28da6eb.js.map} +1 -1
- package/dist/esm/pds-link.entry.js +10 -7
- package/dist/esm/pds-link.entry.js.map +1 -1
- package/dist/esm/pds-loader.entry.js +8 -5
- package/dist/esm/pds-loader.entry.js.map +1 -1
- package/dist/esm/pds-progress.entry.js +8 -5
- package/dist/esm/pds-progress.entry.js.map +1 -1
- package/dist/esm/pds-radio.entry.js +11 -8
- package/dist/esm/pds-radio.entry.js.map +1 -1
- package/dist/esm/pds-row.entry.js +1 -1
- package/dist/esm/pds-sortable-item.entry.js +3 -3
- package/dist/esm/pds-sortable-item.entry.js.map +1 -1
- package/dist/esm/pds-sortable.entry.js +12 -8
- package/dist/esm/pds-sortable.entry.js.map +1 -1
- package/dist/esm/pds-switch.entry.js +11 -8
- package/dist/esm/pds-switch.entry.js.map +1 -1
- package/dist/esm/pds-tab.entry.js +2 -2
- package/dist/esm/pds-tab.entry.js.map +1 -1
- package/dist/esm/pds-table-body.entry.js +7 -4
- package/dist/esm/pds-table-body.entry.js.map +1 -1
- package/dist/esm/pds-table-cell.entry.js +9 -6
- package/dist/esm/pds-table-cell.entry.js.map +1 -1
- package/dist/esm/pds-table-head-cell.entry.js +10 -7
- package/dist/esm/pds-table-head-cell.entry.js.map +1 -1
- package/dist/esm/pds-table-head.entry.js +7 -4
- package/dist/esm/pds-table-head.entry.js.map +1 -1
- package/dist/esm/pds-table-row.entry.js +7 -4
- package/dist/esm/pds-table-row.entry.js.map +1 -1
- package/dist/esm/pds-table.entry.js +8 -5
- package/dist/esm/pds-table.entry.js.map +1 -1
- package/dist/esm/pds-tabpanel.entry.js +1 -1
- package/dist/esm/pds-tabs.entry.js +7 -4
- package/dist/esm/pds-tabs.entry.js.map +1 -1
- package/dist/esm/pds-textarea.entry.js +12 -9
- package/dist/esm/pds-textarea.entry.js.map +1 -1
- package/dist/esm/pds-tooltip.entry.js +9 -6
- package/dist/esm/pds-tooltip.entry.js.map +1 -1
- package/dist/esm/pine-core.js +3 -3
- package/dist/esm/pine-core.js.map +1 -1
- package/dist/esm-es5/index-786a51ce.js +2 -0
- package/dist/esm-es5/index-786a51ce.js.map +1 -0
- package/dist/esm-es5/index-94bbabb0.js +3 -0
- package/dist/esm-es5/index-94bbabb0.js.map +1 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/pds-accordion.entry.js +1 -1
- package/dist/esm-es5/pds-accordion.entry.js.map +1 -1
- package/dist/esm-es5/pds-avatar.entry.js +1 -1
- package/dist/esm-es5/pds-avatar.entry.js.map +1 -1
- package/dist/esm-es5/pds-box.entry.js +1 -1
- package/dist/esm-es5/pds-box.entry.js.map +1 -1
- package/dist/esm-es5/pds-button.entry.js +1 -1
- package/dist/esm-es5/pds-button.entry.js.map +1 -1
- package/dist/esm-es5/pds-checkbox.entry.js +1 -1
- package/dist/esm-es5/pds-checkbox.entry.js.map +1 -1
- package/dist/esm-es5/pds-chip.entry.js +1 -1
- package/dist/esm-es5/pds-chip.entry.js.map +1 -1
- package/dist/esm-es5/pds-copytext.entry.js +1 -1
- package/dist/esm-es5/pds-copytext.entry.js.map +1 -1
- package/dist/esm-es5/pds-divider.entry.js +1 -1
- package/dist/esm-es5/pds-divider.entry.js.map +1 -1
- package/dist/esm-es5/pds-icon.entry.js +1 -1
- package/dist/esm-es5/pds-image.entry.js +1 -1
- package/dist/esm-es5/pds-image.entry.js.map +1 -1
- package/dist/esm-es5/pds-input.entry.js +1 -1
- package/dist/esm-es5/pds-input.entry.js.map +1 -1
- package/dist/esm-es5/{pds-label-31a5848b.js → pds-label-d28da6eb.js} +2 -2
- package/dist/esm-es5/pds-link.entry.js +1 -1
- package/dist/esm-es5/pds-link.entry.js.map +1 -1
- package/dist/esm-es5/pds-loader.entry.js +1 -1
- package/dist/esm-es5/pds-loader.entry.js.map +1 -1
- package/dist/esm-es5/pds-progress.entry.js +1 -1
- package/dist/esm-es5/pds-progress.entry.js.map +1 -1
- package/dist/esm-es5/pds-radio.entry.js +1 -1
- package/dist/esm-es5/pds-radio.entry.js.map +1 -1
- package/dist/esm-es5/pds-row.entry.js +1 -1
- package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
- package/dist/esm-es5/pds-sortable-item.entry.js.map +1 -1
- package/dist/esm-es5/pds-sortable.entry.js +3 -3
- package/dist/esm-es5/pds-sortable.entry.js.map +1 -1
- package/dist/esm-es5/pds-switch.entry.js +1 -1
- package/dist/esm-es5/pds-switch.entry.js.map +1 -1
- package/dist/esm-es5/pds-tab.entry.js +1 -1
- package/dist/esm-es5/pds-tab.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-body.entry.js +1 -1
- package/dist/esm-es5/pds-table-body.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-cell.entry.js +1 -1
- package/dist/esm-es5/pds-table-cell.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-head-cell.entry.js +1 -1
- package/dist/esm-es5/pds-table-head-cell.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-head.entry.js +1 -1
- package/dist/esm-es5/pds-table-head.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-row.entry.js +1 -1
- package/dist/esm-es5/pds-table-row.entry.js.map +1 -1
- package/dist/esm-es5/pds-table.entry.js +1 -1
- package/dist/esm-es5/pds-table.entry.js.map +1 -1
- package/dist/esm-es5/pds-tabpanel.entry.js +1 -1
- package/dist/esm-es5/pds-tabs.entry.js +1 -1
- package/dist/esm-es5/pds-tabs.entry.js.map +1 -1
- package/dist/esm-es5/pds-textarea.entry.js +1 -1
- package/dist/esm-es5/pds-textarea.entry.js.map +1 -1
- package/dist/esm-es5/pds-tooltip.entry.js +1 -1
- package/dist/esm-es5/pds-tooltip.entry.js.map +1 -1
- package/dist/esm-es5/pine-core.js +1 -1
- package/dist/esm-es5/pine-core.js.map +1 -1
- package/dist/pine-core/index.esm.js +1 -1
- package/dist/pine-core/p-0025055a.system.entry.js +2 -0
- package/dist/pine-core/p-0025055a.system.entry.js.map +1 -0
- package/dist/pine-core/p-053b1ae3.entry.js +2 -0
- package/dist/pine-core/p-053b1ae3.entry.js.map +1 -0
- package/dist/pine-core/p-064f8601.entry.js +2 -0
- package/dist/pine-core/p-064f8601.entry.js.map +1 -0
- package/dist/pine-core/p-0c40286c.system.entry.js +2 -0
- package/dist/pine-core/p-0c40286c.system.entry.js.map +1 -0
- package/dist/pine-core/p-0d021e1e.system.entry.js +2 -0
- package/dist/pine-core/p-0d021e1e.system.entry.js.map +1 -0
- package/dist/pine-core/{p-a79a8159.entry.js → p-1013bbe0.entry.js} +2 -2
- package/dist/pine-core/p-1013bbe0.entry.js.map +1 -0
- package/dist/pine-core/{p-3261fdf5.system.entry.js → p-12ec89f1.system.entry.js} +2 -2
- package/dist/pine-core/p-12ec89f1.system.entry.js.map +1 -0
- package/dist/pine-core/{p-34631565.system.js → p-14d3cdaf.system.js} +2 -2
- package/dist/pine-core/{p-34631565.system.js.map → p-14d3cdaf.system.js.map} +1 -1
- package/dist/pine-core/p-1629c4db.system.entry.js +2 -0
- package/dist/pine-core/p-1629c4db.system.entry.js.map +1 -0
- package/dist/pine-core/p-197b0111.entry.js +2 -0
- package/dist/pine-core/p-197b0111.entry.js.map +1 -0
- package/dist/pine-core/{p-09b1c7f1.system.entry.js → p-1a2b86b6.system.entry.js} +2 -2
- package/dist/pine-core/p-1a2b86b6.system.entry.js.map +1 -0
- package/dist/pine-core/p-1cbe5235.entry.js +2 -0
- package/dist/pine-core/p-1cbe5235.entry.js.map +1 -0
- package/dist/pine-core/p-231012f0.entry.js +2 -0
- package/dist/pine-core/p-231012f0.entry.js.map +1 -0
- package/dist/pine-core/p-2341d134.entry.js +2 -0
- package/dist/pine-core/p-2341d134.entry.js.map +1 -0
- package/dist/pine-core/p-244e264d.system.js +2 -0
- package/dist/pine-core/p-244e264d.system.js.map +1 -0
- package/dist/pine-core/p-2665d555.js +2 -0
- package/dist/pine-core/p-2665d555.js.map +1 -0
- package/dist/pine-core/p-26e7cc12.system.entry.js +2 -0
- package/dist/pine-core/p-26e7cc12.system.entry.js.map +1 -0
- package/dist/pine-core/p-2a4952ea.system.entry.js +2 -0
- package/dist/pine-core/p-2a4952ea.system.entry.js.map +1 -0
- package/dist/pine-core/p-2c0ab2e9.system.entry.js +2 -0
- package/dist/pine-core/p-2c0ab2e9.system.entry.js.map +1 -0
- package/dist/pine-core/p-2d5ecae1.system.entry.js +2 -0
- package/dist/pine-core/p-2d5ecae1.system.entry.js.map +1 -0
- package/dist/pine-core/p-2d65bd2e.entry.js +2 -0
- package/dist/pine-core/p-2d65bd2e.entry.js.map +1 -0
- package/dist/pine-core/p-31b6ba80.entry.js +2 -0
- package/dist/pine-core/p-31b6ba80.entry.js.map +1 -0
- package/dist/pine-core/p-3341268b.system.entry.js +2 -0
- package/dist/pine-core/p-3341268b.system.entry.js.map +1 -0
- package/dist/pine-core/p-38038efa.entry.js +2 -0
- package/dist/pine-core/p-38038efa.entry.js.map +1 -0
- package/dist/pine-core/p-3a71f689.system.entry.js +2 -0
- package/dist/pine-core/p-3a71f689.system.entry.js.map +1 -0
- package/dist/pine-core/p-496454a3.system.js +2 -0
- package/dist/pine-core/p-4a685395.system.entry.js +2 -0
- package/dist/pine-core/p-4a685395.system.entry.js.map +1 -0
- package/dist/pine-core/{p-bc20946b.system.entry.js → p-4b06aed0.system.entry.js} +2 -2
- package/dist/pine-core/p-4c024848.system.entry.js +2 -0
- package/dist/pine-core/p-4c024848.system.entry.js.map +1 -0
- package/dist/pine-core/p-50078e6b.system.entry.js +2 -0
- package/dist/pine-core/p-50078e6b.system.entry.js.map +1 -0
- package/dist/pine-core/p-542db950.system.entry.js +2 -0
- package/dist/pine-core/p-542db950.system.entry.js.map +1 -0
- package/dist/pine-core/{p-b5c7e02a.entry.js → p-59cc888d.entry.js} +2 -2
- package/dist/pine-core/p-620a6823.entry.js +2 -0
- package/dist/pine-core/p-620a6823.entry.js.map +1 -0
- package/dist/pine-core/p-637d9c0f.system.entry.js +2 -0
- package/dist/pine-core/p-637d9c0f.system.entry.js.map +1 -0
- package/dist/pine-core/{p-143795e5.system.entry.js → p-64c07f01.system.entry.js} +2 -2
- package/dist/pine-core/p-65592e50.system.entry.js +2 -0
- package/dist/pine-core/p-65592e50.system.entry.js.map +1 -0
- package/dist/pine-core/p-6b608370.system.entry.js +9 -0
- package/dist/pine-core/p-6b608370.system.entry.js.map +1 -0
- package/dist/pine-core/p-757e7370.system.entry.js +2 -0
- package/dist/pine-core/p-757e7370.system.entry.js.map +1 -0
- package/dist/pine-core/p-7645ece3.entry.js +2 -0
- package/dist/pine-core/p-7645ece3.entry.js.map +1 -0
- package/dist/pine-core/p-7841bd18.js +3 -0
- package/dist/pine-core/p-7841bd18.js.map +1 -0
- package/dist/pine-core/p-7dc0b6d4.entry.js +2 -0
- package/dist/pine-core/p-7dc0b6d4.entry.js.map +1 -0
- package/dist/pine-core/p-81c6710c.entry.js +2 -0
- package/dist/pine-core/p-81c6710c.entry.js.map +1 -0
- package/dist/pine-core/p-82d587ec.entry.js +2 -0
- package/dist/pine-core/p-82d587ec.entry.js.map +1 -0
- package/dist/pine-core/{p-511bf308.entry.js → p-835c73f4.entry.js} +2 -2
- package/dist/pine-core/p-880a28d6.system.entry.js +2 -0
- package/dist/pine-core/p-880a28d6.system.entry.js.map +1 -0
- package/dist/pine-core/p-8ea30495.system.entry.js +2 -0
- package/dist/pine-core/p-8ea30495.system.entry.js.map +1 -0
- package/dist/pine-core/p-92d66400.entry.js +2 -0
- package/dist/pine-core/p-92d66400.entry.js.map +1 -0
- package/dist/pine-core/p-9707f75f.system.entry.js +2 -0
- package/dist/pine-core/p-9707f75f.system.entry.js.map +1 -0
- package/dist/pine-core/{p-32498622.system.entry.js → p-979ab4e2.system.entry.js} +2 -2
- package/dist/pine-core/p-9a59d5d0.entry.js +8 -0
- package/dist/pine-core/p-9a59d5d0.entry.js.map +1 -0
- package/dist/pine-core/p-9cc420b4.entry.js +2 -0
- package/dist/pine-core/p-9cc420b4.entry.js.map +1 -0
- package/dist/pine-core/p-a0b93def.entry.js +2 -0
- package/dist/pine-core/p-a0b93def.entry.js.map +1 -0
- package/dist/pine-core/p-ac2af4c2.system.entry.js +2 -0
- package/dist/pine-core/p-ac2af4c2.system.entry.js.map +1 -0
- package/dist/pine-core/p-b1a6ee59.entry.js +2 -0
- package/dist/pine-core/p-b1a6ee59.entry.js.map +1 -0
- package/dist/pine-core/{p-e60fccc0.js → p-bc1ecf2f.js} +2 -2
- package/dist/pine-core/p-bc6231a7.system.entry.js +2 -0
- package/dist/pine-core/p-bc6231a7.system.entry.js.map +1 -0
- package/dist/pine-core/{p-f59d4a46.entry.js → p-bd593d1c.entry.js} +2 -2
- package/dist/pine-core/p-bed5aa4e.entry.js +2 -0
- package/dist/pine-core/p-bed5aa4e.entry.js.map +1 -0
- package/dist/pine-core/p-c605e47f.system.entry.js +2 -0
- package/dist/pine-core/p-c605e47f.system.entry.js.map +1 -0
- package/dist/pine-core/p-c6bee7a0.system.js +3 -0
- package/dist/pine-core/p-c6bee7a0.system.js.map +1 -0
- package/dist/pine-core/{p-8df8debd.entry.js → p-cf7e76e4.entry.js} +2 -2
- package/dist/pine-core/p-cf7e76e4.entry.js.map +1 -0
- package/dist/pine-core/{p-b18b20f4.system.js → p-d6873321.system.js} +2 -2
- package/dist/pine-core/p-da2e5736.entry.js +2 -0
- package/dist/pine-core/p-da2e5736.entry.js.map +1 -0
- package/dist/pine-core/p-db81d86a.entry.js +2 -0
- package/dist/pine-core/p-db81d86a.entry.js.map +1 -0
- package/dist/pine-core/p-eb398624.system.entry.js +2 -0
- package/dist/pine-core/p-eb398624.system.entry.js.map +1 -0
- package/dist/pine-core/p-f0c0aa66.entry.js +2 -0
- package/dist/pine-core/p-f0c0aa66.entry.js.map +1 -0
- package/dist/pine-core/p-fdf7a593.entry.js +2 -0
- package/dist/pine-core/p-fdf7a593.entry.js.map +1 -0
- package/dist/pine-core/p-ffa8e658.entry.js +2 -0
- package/dist/pine-core/p-ffa8e658.entry.js.map +1 -0
- package/dist/pine-core/pine-core.css +1 -1
- package/dist/pine-core/pine-core.esm.js +1 -1
- package/dist/pine-core/pine-core.esm.js.map +1 -1
- package/dist/pine-core/pine-core.js +1 -1
- package/dist/pine-core/svg/access-key.svg +1 -1
- package/dist/pine-core/svg/add-circle.svg +1 -1
- package/dist/pine-core/svg/add-image.svg +1 -1
- package/dist/pine-core/svg/add-small.svg +1 -1
- package/dist/pine-core/svg/add-square.svg +1 -1
- package/dist/pine-core/svg/add.svg +1 -1
- package/dist/pine-core/svg/advanced.svg +1 -1
- package/dist/pine-core/svg/ai-sparkle.svg +1 -1
- package/dist/pine-core/svg/ai-writer-filled.svg +1 -1
- package/dist/pine-core/svg/ai-writer.svg +1 -1
- package/dist/pine-core/svg/align-center.svg +1 -1
- package/dist/pine-core/svg/align-justify.svg +1 -1
- package/dist/pine-core/svg/align-left.svg +1 -1
- package/dist/pine-core/svg/align-right.svg +1 -1
- package/dist/pine-core/svg/app-store.svg +1 -1
- package/dist/pine-core/svg/archive.svg +1 -1
- package/dist/pine-core/svg/arrow-corner.svg +1 -1
- package/dist/pine-core/svg/arrow-down.svg +1 -1
- package/dist/pine-core/svg/arrow-left.svg +1 -1
- package/dist/pine-core/svg/arrow-right.svg +1 -1
- package/dist/pine-core/svg/arrow-up.svg +1 -1
- package/dist/pine-core/svg/assessment.svg +1 -1
- package/dist/pine-core/svg/at-sign.svg +1 -1
- package/dist/pine-core/svg/attach.svg +1 -1
- package/dist/pine-core/svg/automations.svg +1 -1
- package/dist/pine-core/svg/ban.svg +1 -1
- package/dist/pine-core/svg/bank.svg +1 -1
- package/dist/pine-core/svg/bar-chart-square.svg +1 -0
- package/dist/pine-core/svg/bar-chart-tone.svg +1 -0
- package/dist/pine-core/svg/bell-tone.svg +1 -0
- package/dist/pine-core/svg/bell.svg +1 -1
- package/dist/pine-core/svg/block.svg +1 -1
- package/dist/pine-core/svg/blog-filled.svg +1 -1
- package/dist/pine-core/svg/blog.svg +1 -1
- package/dist/pine-core/svg/bold.svg +1 -1
- package/dist/pine-core/svg/broadcast.svg +1 -1
- package/dist/pine-core/svg/bulb.svg +1 -1
- package/dist/pine-core/svg/button.svg +1 -1
- package/dist/pine-core/svg/calendar-date.svg +1 -1
- package/dist/pine-core/svg/calendar-schedule.svg +1 -1
- package/dist/pine-core/svg/calendar-simple.svg +1 -1
- package/dist/pine-core/svg/card-amex.svg +1 -1
- package/dist/pine-core/svg/card-android.svg +1 -1
- package/dist/pine-core/svg/card-apple.svg +1 -1
- package/dist/pine-core/svg/card-diners-club.svg +1 -1
- package/dist/pine-core/svg/card-discover.svg +1 -1
- package/dist/pine-core/svg/card-generic.svg +1 -1
- package/dist/pine-core/svg/card-gpay.svg +1 -1
- package/dist/pine-core/svg/card-mastercard.svg +1 -1
- package/dist/pine-core/svg/card-paypal.svg +1 -1
- package/dist/pine-core/svg/card-stripe.svg +1 -1
- package/dist/pine-core/svg/card-update.svg +1 -1
- package/dist/pine-core/svg/card-visa.svg +1 -1
- package/dist/pine-core/svg/caret-down.svg +1 -1
- package/dist/pine-core/svg/caret-left.svg +1 -1
- package/dist/pine-core/svg/caret-right.svg +1 -1
- package/dist/pine-core/svg/caret-up.svg +1 -1
- package/dist/pine-core/svg/cart-add.svg +1 -1
- package/dist/pine-core/svg/cart.svg +1 -1
- package/dist/pine-core/svg/certificate.svg +1 -1
- package/dist/pine-core/svg/chart-filled.svg +1 -1
- package/dist/pine-core/svg/chart.svg +1 -1
- package/dist/pine-core/svg/check-circle-filled.svg +1 -1
- package/dist/pine-core/svg/check-circle.svg +1 -1
- package/dist/pine-core/svg/check.svg +1 -1
- package/dist/pine-core/svg/circle-1.svg +1 -1
- package/dist/pine-core/svg/circle-2.svg +1 -1
- package/dist/pine-core/svg/circle-3.svg +1 -1
- package/dist/pine-core/svg/circle-4.svg +1 -1
- package/dist/pine-core/svg/circle-5.svg +1 -1
- package/dist/pine-core/svg/circle-6.svg +1 -1
- package/dist/pine-core/svg/circle-7.svg +1 -1
- package/dist/pine-core/svg/circle-8.svg +1 -1
- package/dist/pine-core/svg/circle-9.svg +1 -1
- package/dist/pine-core/svg/circle-a.svg +1 -1
- package/dist/pine-core/svg/circle-b.svg +1 -1
- package/dist/pine-core/svg/circle-dashed.svg +1 -1
- package/dist/pine-core/svg/clapperboard-tone.svg +1 -1
- package/dist/pine-core/svg/clock.svg +1 -1
- package/dist/pine-core/svg/closed-captions.svg +1 -1
- package/dist/pine-core/svg/cloud-upload.svg +1 -1
- package/dist/pine-core/svg/code-block.svg +1 -1
- package/dist/pine-core/svg/code.svg +1 -1
- package/dist/pine-core/svg/color.svg +1 -1
- package/dist/pine-core/svg/columns.svg +1 -1
- package/dist/pine-core/svg/comment-no.svg +1 -1
- package/dist/pine-core/svg/comment.svg +1 -1
- package/dist/pine-core/svg/connect.svg +1 -1
- package/dist/pine-core/svg/contact.svg +1 -1
- package/dist/pine-core/svg/conversation.svg +1 -1
- package/dist/pine-core/svg/copy.svg +1 -1
- package/dist/pine-core/svg/coupon.svg +1 -1
- package/dist/pine-core/svg/course-filled.svg +1 -1
- package/dist/pine-core/svg/course.svg +1 -1
- package/dist/pine-core/svg/creator-studio-filled.svg +1 -1
- package/dist/pine-core/svg/creator-studio.svg +1 -1
- package/dist/pine-core/svg/credit-card-tone.svg +1 -0
- package/dist/pine-core/svg/cube-tone.svg +1 -0
- package/dist/pine-core/svg/cursor-pointer.svg +1 -1
- package/dist/pine-core/svg/cursor.svg +1 -1
- package/dist/pine-core/svg/custom-field.svg +1 -1
- package/dist/pine-core/svg/customize.svg +1 -1
- package/dist/pine-core/svg/danger-filled.svg +1 -1
- package/dist/pine-core/svg/danger.svg +1 -1
- package/dist/pine-core/svg/delete-circle.svg +1 -1
- package/dist/pine-core/svg/delete-key.svg +1 -1
- package/dist/pine-core/svg/delete-x.svg +1 -1
- package/dist/pine-core/svg/dollar.svg +1 -1
- package/dist/pine-core/svg/dot-menu-horizontal.svg +1 -1
- package/dist/pine-core/svg/dots-horizontal-tone.svg +1 -1
- package/dist/pine-core/svg/down-small.svg +1 -1
- package/dist/pine-core/svg/download.svg +1 -1
- package/dist/pine-core/svg/downsell.svg +1 -1
- package/dist/pine-core/svg/draft.svg +1 -1
- package/dist/pine-core/svg/drawer-collapse.svg +1 -1
- package/dist/pine-core/svg/drawer-expand.svg +1 -1
- package/dist/pine-core/svg/drop.svg +1 -1
- package/dist/pine-core/svg/duplicate.svg +1 -1
- package/dist/pine-core/svg/editor-filled.svg +1 -1
- package/dist/pine-core/svg/editor.svg +1 -1
- package/dist/pine-core/svg/email-activity.svg +1 -1
- package/dist/pine-core/svg/emoji.svg +1 -1
- package/dist/pine-core/svg/enlarge-vertical.svg +1 -1
- package/dist/pine-core/svg/enlarge.svg +1 -1
- package/dist/pine-core/svg/expand.svg +1 -1
- package/dist/pine-core/svg/favorite.svg +1 -1
- package/dist/pine-core/svg/feedback.svg +1 -1
- package/dist/pine-core/svg/file-add.svg +1 -0
- package/dist/pine-core/svg/file-download.svg +1 -0
- package/dist/pine-core/svg/file-lock.svg +1 -0
- package/dist/pine-core/svg/file-money.svg +1 -1
- package/dist/pine-core/svg/file.svg +1 -1
- package/dist/pine-core/svg/filter.svg +1 -1
- package/dist/pine-core/svg/flag.svg +1 -1
- package/dist/pine-core/svg/flash-filled.svg +1 -1
- package/dist/pine-core/svg/flash.svg +1 -1
- package/dist/pine-core/svg/floppy-disk.svg +1 -1
- package/dist/pine-core/svg/folder-group.svg +1 -1
- package/dist/pine-core/svg/folder.svg +1 -1
- package/dist/pine-core/svg/form-field.svg +1 -1
- package/dist/pine-core/svg/form-filled.svg +1 -1
- package/dist/pine-core/svg/form.svg +1 -1
- package/dist/pine-core/svg/fullscreen.svg +1 -1
- package/dist/pine-core/svg/funnel.svg +1 -1
- package/dist/pine-core/svg/gear-filled.svg +1 -1
- package/dist/pine-core/svg/gear.svg +1 -1
- package/dist/pine-core/svg/gift-tone.svg +1 -0
- package/dist/pine-core/svg/grant-offer.svg +1 -1
- package/dist/pine-core/svg/handle-2-vertical.svg +1 -1
- package/dist/pine-core/svg/handle-2.svg +1 -1
- package/dist/pine-core/svg/handle.svg +1 -1
- package/dist/pine-core/svg/hashtag.svg +1 -1
- package/dist/pine-core/svg/hd-video.svg +1 -1
- package/dist/pine-core/svg/heading-1.svg +1 -1
- package/dist/pine-core/svg/heading-2.svg +1 -1
- package/dist/pine-core/svg/heading-3.svg +1 -1
- package/dist/pine-core/svg/heading-4.svg +1 -1
- package/dist/pine-core/svg/heading-5.svg +1 -1
- package/dist/pine-core/svg/heading-6.svg +1 -1
- package/dist/pine-core/svg/heading-large.svg +1 -1
- package/dist/pine-core/svg/heading-small.svg +1 -1
- package/dist/pine-core/svg/headset-tone.svg +1 -1
- package/dist/pine-core/svg/headset.svg +1 -1
- package/dist/pine-core/svg/help-filled.svg +1 -1
- package/dist/pine-core/svg/help.svg +1 -1
- package/dist/pine-core/svg/home-alt.svg +1 -1
- package/dist/pine-core/svg/home-filled.svg +1 -1
- package/dist/pine-core/svg/home-tone.svg +1 -0
- package/dist/pine-core/svg/home.svg +1 -1
- package/dist/pine-core/svg/horizontal-line.svg +1 -1
- package/dist/pine-core/svg/image.svg +1 -1
- package/dist/pine-core/svg/info-circle-filled.svg +1 -1
- package/dist/pine-core/svg/info-circle.svg +1 -1
- package/dist/pine-core/svg/ios-battery.svg +1 -1
- package/dist/pine-core/svg/ios-data.svg +1 -1
- package/dist/pine-core/svg/ios-wifi.svg +1 -1
- package/dist/pine-core/svg/italic.svg +1 -1
- package/dist/pine-core/svg/kajabi-filled.svg +1 -1
- package/dist/pine-core/svg/kajabi.svg +1 -1
- package/dist/pine-core/svg/klarna.svg +1 -1
- package/dist/pine-core/svg/lab.svg +1 -1
- package/dist/pine-core/svg/launch.svg +1 -1
- package/dist/pine-core/svg/layout-grid.svg +1 -1
- package/dist/pine-core/svg/layout-list.svg +1 -1
- package/dist/pine-core/svg/left-small.svg +1 -1
- package/dist/pine-core/svg/list-bullet.svg +1 -1
- package/dist/pine-core/svg/list-details.svg +1 -1
- package/dist/pine-core/svg/list-numbers.svg +1 -1
- package/dist/pine-core/svg/location.svg +1 -1
- package/dist/pine-core/svg/lock-alt.svg +1 -1
- package/dist/pine-core/svg/lock.svg +1 -1
- package/dist/pine-core/svg/logo-afterpay.svg +1 -1
- package/dist/pine-core/svg/logo-facebook-round.svg +1 -1
- package/dist/pine-core/svg/logo-facebook.svg +1 -1
- package/dist/pine-core/svg/logo-instagram.svg +1 -1
- package/dist/pine-core/svg/logo-linkedin.svg +1 -1
- package/dist/pine-core/svg/logo-tiktok.svg +1 -1
- package/dist/pine-core/svg/logo-twitter-x.svg +1 -1
- package/dist/pine-core/svg/logo-twitter.svg +1 -1
- package/dist/pine-core/svg/logo-youtube.svg +1 -1
- package/dist/pine-core/svg/loop.svg +1 -1
- package/dist/pine-core/svg/mail-filled.svg +1 -1
- package/dist/pine-core/svg/mail-open.svg +1 -1
- package/dist/pine-core/svg/mail-tone.svg +1 -0
- package/dist/pine-core/svg/mail.svg +1 -1
- package/dist/pine-core/svg/map.svg +1 -1
- package/dist/pine-core/svg/mapped.svg +1 -1
- package/dist/pine-core/svg/margin-left.svg +1 -1
- package/dist/pine-core/svg/margin-right.svg +1 -1
- package/dist/pine-core/svg/marker-filled.svg +1 -1
- package/dist/pine-core/svg/marker.svg +1 -1
- package/dist/pine-core/svg/megaphone-filled.svg +1 -1
- package/dist/pine-core/svg/megaphone.svg +1 -1
- package/dist/pine-core/svg/menu-alt.svg +1 -1
- package/dist/pine-core/svg/menu-bordered.svg +1 -1
- package/dist/pine-core/svg/menu.svg +1 -1
- package/dist/pine-core/svg/merge.svg +1 -1
- package/dist/pine-core/svg/microphone-off.svg +1 -1
- package/dist/pine-core/svg/microphone.svg +1 -1
- package/dist/pine-core/svg/monitor-filled.svg +1 -1
- package/dist/pine-core/svg/monitor-tone.svg +1 -0
- package/dist/pine-core/svg/monitor.svg +1 -1
- package/dist/pine-core/svg/more-menu-filled.svg +1 -1
- package/dist/pine-core/svg/more-menu.svg +1 -1
- package/dist/pine-core/svg/move-left.svg +1 -1
- package/dist/pine-core/svg/move-right.svg +1 -1
- package/dist/pine-core/svg/multi-pay.svg +1 -1
- package/dist/pine-core/svg/newsletter-2.svg +1 -1
- package/dist/pine-core/svg/newsletter.svg +1 -1
- package/dist/pine-core/svg/one-off-session.svg +1 -1
- package/dist/pine-core/svg/one-time.svg +1 -1
- package/dist/pine-core/svg/packages.svg +1 -1
- package/dist/pine-core/svg/pause-circle.svg +1 -1
- package/dist/pine-core/svg/pause.svg +1 -1
- package/dist/pine-core/svg/payout.svg +1 -1
- package/dist/pine-core/svg/pen.svg +1 -1
- package/dist/pine-core/svg/phone-portrait.svg +1 -1
- package/dist/pine-core/svg/phone-tone.svg +1 -0
- package/dist/pine-core/svg/phone-toolbar-filled.svg +1 -1
- package/dist/pine-core/svg/phone-toolbar.svg +1 -1
- package/dist/pine-core/svg/play-circle.svg +1 -1
- package/dist/pine-core/svg/play-outline.svg +1 -1
- package/dist/pine-core/svg/play-store.svg +1 -1
- package/dist/pine-core/svg/play.svg +1 -1
- package/dist/pine-core/svg/plug.svg +1 -1
- package/dist/pine-core/svg/premium.svg +1 -1
- package/dist/pine-core/svg/present.svg +1 -1
- package/dist/pine-core/svg/preview-off.svg +1 -1
- package/dist/pine-core/svg/preview-on.svg +1 -1
- package/dist/pine-core/svg/product-filled.svg +1 -1
- package/dist/pine-core/svg/product.svg +1 -1
- package/dist/pine-core/svg/question-circle.svg +1 -1
- package/dist/pine-core/svg/quote.svg +1 -1
- package/dist/pine-core/svg/redo.svg +1 -1
- package/dist/pine-core/svg/refresh.svg +1 -1
- package/dist/pine-core/svg/remove-circle.svg +1 -1
- package/dist/pine-core/svg/remove.svg +1 -1
- package/dist/pine-core/svg/rename.svg +1 -1
- package/dist/pine-core/svg/reset-password.svg +1 -1
- package/dist/pine-core/svg/restore.svg +1 -1
- package/dist/pine-core/svg/right-small.svg +1 -1
- package/dist/pine-core/svg/rocket-filled.svg +1 -1
- package/dist/pine-core/svg/rocket-tone.svg +1 -0
- package/dist/pine-core/svg/rocket.svg +1 -1
- package/dist/pine-core/svg/round-dollar.svg +1 -1
- package/dist/pine-core/svg/rows.svg +1 -1
- package/dist/pine-core/svg/scissor.svg +1 -1
- package/dist/pine-core/svg/screen-share-off.svg +1 -1
- package/dist/pine-core/svg/screen-share-on.svg +1 -1
- package/dist/pine-core/svg/search-md-tone.svg +1 -1
- package/dist/pine-core/svg/search-small.svg +1 -1
- package/dist/pine-core/svg/search.svg +1 -1
- package/dist/pine-core/svg/send-message.svg +1 -1
- package/dist/pine-core/svg/sequences.svg +1 -1
- package/dist/pine-core/svg/settings-tone.svg +1 -0
- package/dist/pine-core/svg/share.svg +1 -1
- package/dist/pine-core/svg/shopping-cart-filled.svg +1 -0
- package/dist/pine-core/svg/skipped.svg +1 -1
- package/dist/pine-core/svg/slash-divider.svg +1 -1
- package/dist/pine-core/svg/speaker.svg +1 -1
- package/dist/pine-core/svg/stack.svg +1 -1
- package/dist/pine-core/svg/star.svg +1 -1
- package/dist/pine-core/svg/stars-tone.svg +1 -0
- package/dist/pine-core/svg/stop.svg +1 -1
- package/dist/pine-core/svg/stopwatch.svg +1 -1
- package/dist/pine-core/svg/strikethrough.svg +1 -1
- package/dist/pine-core/svg/subscript.svg +1 -1
- package/dist/pine-core/svg/subscriptions.svg +1 -1
- package/dist/pine-core/svg/super-admin.svg +1 -1
- package/dist/pine-core/svg/superscript.svg +1 -1
- package/dist/pine-core/svg/sync.svg +1 -1
- package/dist/pine-core/svg/tablet-landscape.svg +1 -1
- package/dist/pine-core/svg/tablet-portrait.svg +1 -1
- package/dist/pine-core/svg/tag-filled.svg +1 -1
- package/dist/pine-core/svg/tag.svg +1 -1
- package/dist/pine-core/svg/text-styles.svg +1 -1
- package/dist/pine-core/svg/theme-store-filled.svg +1 -1
- package/dist/pine-core/svg/theme-store.svg +1 -1
- package/dist/pine-core/svg/thumb-down-filled.svg +1 -1
- package/dist/pine-core/svg/thumb-down.svg +1 -1
- package/dist/pine-core/svg/thumb-up-filled.svg +1 -1
- package/dist/pine-core/svg/thumb-up.svg +1 -1
- package/dist/pine-core/svg/trash.svg +1 -1
- package/dist/pine-core/svg/trophy-filled.svg +1 -1
- package/dist/pine-core/svg/trophy.svg +1 -1
- package/dist/pine-core/svg/underline.svg +1 -1
- package/dist/pine-core/svg/undo.svg +1 -1
- package/dist/pine-core/svg/unlock.svg +1 -1
- package/dist/pine-core/svg/unmapped.svg +1 -1
- package/dist/pine-core/svg/up-small.svg +1 -1
- package/dist/pine-core/svg/upload.svg +1 -1
- package/dist/pine-core/svg/url.svg +1 -1
- package/dist/pine-core/svg/user-circle-filled.svg +1 -1
- package/dist/pine-core/svg/user-circle.svg +1 -1
- package/dist/pine-core/svg/user-filled.svg +1 -1
- package/dist/pine-core/svg/user-star-filled.svg +1 -1
- package/dist/pine-core/svg/user-star.svg +1 -1
- package/dist/pine-core/svg/user.svg +1 -1
- package/dist/pine-core/svg/users-alt.svg +1 -1
- package/dist/pine-core/svg/users-filled.svg +1 -1
- package/dist/pine-core/svg/users-tone.svg +1 -0
- package/dist/pine-core/svg/users.svg +1 -1
- package/dist/pine-core/svg/video-off.svg +1 -1
- package/dist/pine-core/svg/video-on.svg +1 -1
- package/dist/pine-core/svg/warning-filled.svg +1 -1
- package/dist/pine-core/svg/warning.svg +1 -1
- package/dist/pine-core/svg/window-paragraph.svg +1 -1
- package/dist/pine-core/svg/world.svg +1 -1
- package/dist/pine-core/svg/wrench.svg +1 -1
- package/dist/types/components/pds-accordion/pds-accordion.d.ts +2 -0
- package/dist/types/components/pds-box/pds-box.d.ts +2 -2
- package/dist/types/components.d.ts +4 -4
- package/dist/types/stencil-public-runtime.d.ts +4 -0
- package/dist/types/utils/types.d.ts +1 -0
- package/hydrate/index.d.ts +10 -4
- package/hydrate/index.js +703 -387
- package/hydrate/index.mjs +703 -387
- package/package.json +4 -4
- package/dist/cjs/index-46fb0736.js.map +0 -1
- package/dist/cjs/index-de3f0730.js +0 -24
- package/dist/cjs/index-de3f0730.js.map +0 -1
- package/dist/esm/index-2a33b470.js.map +0 -1
- package/dist/esm/index-a1e2f9af.js +0 -14
- package/dist/esm/index-a1e2f9af.js.map +0 -1
- package/dist/esm-es5/index-2a33b470.js +0 -3
- package/dist/esm-es5/index-2a33b470.js.map +0 -1
- package/dist/esm-es5/index-a1e2f9af.js +0 -2
- package/dist/esm-es5/index-a1e2f9af.js.map +0 -1
- package/dist/pine-core/p-06c33261.system.entry.js +0 -2
- package/dist/pine-core/p-06c33261.system.entry.js.map +0 -1
- package/dist/pine-core/p-07f80cb6.entry.js +0 -2
- package/dist/pine-core/p-07f80cb6.entry.js.map +0 -1
- package/dist/pine-core/p-09b1c7f1.system.entry.js.map +0 -1
- package/dist/pine-core/p-0a4b1ce9.system.entry.js +0 -2
- package/dist/pine-core/p-0a4b1ce9.system.entry.js.map +0 -1
- package/dist/pine-core/p-0b541f88.js +0 -3
- package/dist/pine-core/p-0b541f88.js.map +0 -1
- package/dist/pine-core/p-0d6fafef.system.entry.js +0 -2
- package/dist/pine-core/p-0d6fafef.system.entry.js.map +0 -1
- package/dist/pine-core/p-0e1c0d03.entry.js +0 -8
- package/dist/pine-core/p-0e1c0d03.entry.js.map +0 -1
- package/dist/pine-core/p-0e936138.entry.js +0 -2
- package/dist/pine-core/p-0e936138.entry.js.map +0 -1
- package/dist/pine-core/p-1f2b0be3.system.entry.js +0 -2
- package/dist/pine-core/p-1f2b0be3.system.entry.js.map +0 -1
- package/dist/pine-core/p-31056348.system.entry.js +0 -2
- package/dist/pine-core/p-31056348.system.entry.js.map +0 -1
- package/dist/pine-core/p-3261fdf5.system.entry.js.map +0 -1
- package/dist/pine-core/p-32e41e3d.system.entry.js +0 -2
- package/dist/pine-core/p-32e41e3d.system.entry.js.map +0 -1
- package/dist/pine-core/p-3aa152c6.entry.js +0 -2
- package/dist/pine-core/p-3aa152c6.entry.js.map +0 -1
- package/dist/pine-core/p-3ba3d44c.entry.js +0 -2
- package/dist/pine-core/p-3ba3d44c.entry.js.map +0 -1
- package/dist/pine-core/p-46161cec.entry.js +0 -2
- package/dist/pine-core/p-46161cec.entry.js.map +0 -1
- package/dist/pine-core/p-4f69a7b7.entry.js +0 -2
- package/dist/pine-core/p-4f69a7b7.entry.js.map +0 -1
- package/dist/pine-core/p-50a23474.entry.js +0 -2
- package/dist/pine-core/p-50a23474.entry.js.map +0 -1
- package/dist/pine-core/p-52515d64.system.entry.js +0 -2
- package/dist/pine-core/p-52515d64.system.entry.js.map +0 -1
- package/dist/pine-core/p-5a384517.entry.js +0 -2
- package/dist/pine-core/p-5a384517.entry.js.map +0 -1
- package/dist/pine-core/p-5bee6677.system.entry.js +0 -2
- package/dist/pine-core/p-5bee6677.system.entry.js.map +0 -1
- package/dist/pine-core/p-5df76e04.system.js +0 -2
- package/dist/pine-core/p-5df76e04.system.js.map +0 -1
- package/dist/pine-core/p-62ec9a0f.system.entry.js +0 -2
- package/dist/pine-core/p-62ec9a0f.system.entry.js.map +0 -1
- package/dist/pine-core/p-6a7a864f.entry.js +0 -2
- package/dist/pine-core/p-6a7a864f.entry.js.map +0 -1
- package/dist/pine-core/p-6ae2f0f5.entry.js +0 -2
- package/dist/pine-core/p-6ae2f0f5.entry.js.map +0 -1
- package/dist/pine-core/p-6d9edf7d.system.entry.js +0 -2
- package/dist/pine-core/p-6d9edf7d.system.entry.js.map +0 -1
- package/dist/pine-core/p-6e146962.entry.js +0 -2
- package/dist/pine-core/p-6e146962.entry.js.map +0 -1
- package/dist/pine-core/p-6ff9ebfa.entry.js +0 -2
- package/dist/pine-core/p-6ff9ebfa.entry.js.map +0 -1
- package/dist/pine-core/p-701ba882.entry.js +0 -2
- package/dist/pine-core/p-701ba882.entry.js.map +0 -1
- package/dist/pine-core/p-73eb1722.entry.js +0 -2
- package/dist/pine-core/p-73eb1722.entry.js.map +0 -1
- package/dist/pine-core/p-78c6c37a.system.entry.js +0 -2
- package/dist/pine-core/p-78c6c37a.system.entry.js.map +0 -1
- package/dist/pine-core/p-79ca4ab9.system.entry.js +0 -2
- package/dist/pine-core/p-79ca4ab9.system.entry.js.map +0 -1
- package/dist/pine-core/p-7c33a02e.entry.js +0 -2
- package/dist/pine-core/p-7c33a02e.entry.js.map +0 -1
- package/dist/pine-core/p-7dac515e.system.entry.js +0 -2
- package/dist/pine-core/p-7dac515e.system.entry.js.map +0 -1
- package/dist/pine-core/p-7ea6838b.system.entry.js +0 -2
- package/dist/pine-core/p-7ea6838b.system.entry.js.map +0 -1
- package/dist/pine-core/p-7ebfdef4.system.entry.js +0 -2
- package/dist/pine-core/p-7ebfdef4.system.entry.js.map +0 -1
- package/dist/pine-core/p-829777e4.system.entry.js +0 -2
- package/dist/pine-core/p-829777e4.system.entry.js.map +0 -1
- package/dist/pine-core/p-8317c6c2.js +0 -2
- package/dist/pine-core/p-8317c6c2.js.map +0 -1
- package/dist/pine-core/p-8469b65a.entry.js +0 -2
- package/dist/pine-core/p-8469b65a.entry.js.map +0 -1
- package/dist/pine-core/p-8d8de5fd.entry.js +0 -2
- package/dist/pine-core/p-8d8de5fd.entry.js.map +0 -1
- package/dist/pine-core/p-8df8debd.entry.js.map +0 -1
- package/dist/pine-core/p-8f73bf14.system.entry.js +0 -2
- package/dist/pine-core/p-8f73bf14.system.entry.js.map +0 -1
- package/dist/pine-core/p-8fbec4fe.system.js +0 -2
- package/dist/pine-core/p-909b305c.system.entry.js +0 -2
- package/dist/pine-core/p-909b305c.system.entry.js.map +0 -1
- package/dist/pine-core/p-936d96ec.system.entry.js +0 -9
- package/dist/pine-core/p-936d96ec.system.entry.js.map +0 -1
- package/dist/pine-core/p-9583e6d5.entry.js +0 -2
- package/dist/pine-core/p-9583e6d5.entry.js.map +0 -1
- package/dist/pine-core/p-96c750d1.entry.js +0 -2
- package/dist/pine-core/p-96c750d1.entry.js.map +0 -1
- package/dist/pine-core/p-a03e587c.entry.js +0 -2
- package/dist/pine-core/p-a03e587c.entry.js.map +0 -1
- package/dist/pine-core/p-a79a8159.entry.js.map +0 -1
- package/dist/pine-core/p-a962fe8e.entry.js +0 -2
- package/dist/pine-core/p-a962fe8e.entry.js.map +0 -1
- package/dist/pine-core/p-ad4238c9.system.entry.js +0 -2
- package/dist/pine-core/p-ad4238c9.system.entry.js.map +0 -1
- package/dist/pine-core/p-af7df3c2.system.entry.js +0 -2
- package/dist/pine-core/p-af7df3c2.system.entry.js.map +0 -1
- package/dist/pine-core/p-b4518566.entry.js +0 -2
- package/dist/pine-core/p-b4518566.entry.js.map +0 -1
- package/dist/pine-core/p-c52d0465.system.entry.js +0 -2
- package/dist/pine-core/p-c52d0465.system.entry.js.map +0 -1
- package/dist/pine-core/p-c84cc2f8.system.entry.js +0 -2
- package/dist/pine-core/p-c84cc2f8.system.entry.js.map +0 -1
- package/dist/pine-core/p-ca239d59.system.entry.js +0 -2
- package/dist/pine-core/p-ca239d59.system.entry.js.map +0 -1
- package/dist/pine-core/p-e4b3115c.entry.js +0 -2
- package/dist/pine-core/p-e4b3115c.entry.js.map +0 -1
- package/dist/pine-core/p-eb56f262.system.entry.js +0 -2
- package/dist/pine-core/p-eb56f262.system.entry.js.map +0 -1
- package/dist/pine-core/p-ec484bf6.entry.js +0 -2
- package/dist/pine-core/p-ec484bf6.entry.js.map +0 -1
- package/dist/pine-core/p-f74c489d.system.js +0 -3
- package/dist/pine-core/p-f74c489d.system.js.map +0 -1
- package/dist/pine-core/svg/bar-chart-10-tone.svg +0 -1
- package/dist/pine-core/svg/bell-01-tone.svg +0 -1
- package/dist/pine-core/svg/credit-card-02-tone.svg +0 -1
- package/dist/pine-core/svg/cube-01-tone.svg +0 -1
- package/dist/pine-core/svg/file-02.svg +0 -1
- package/dist/pine-core/svg/home-02-tone.svg +0 -1
- package/dist/pine-core/svg/mail-01-tone.svg +0 -1
- package/dist/pine-core/svg/monitor-03-tone.svg +0 -1
- package/dist/pine-core/svg/phone-02-tone.svg +0 -1
- package/dist/pine-core/svg/settings-01-tone.svg +0 -1
- package/dist/pine-core/svg/stars-01-tone.svg +0 -1
- package/dist/pine-core/svg/users-02-tone.svg +0 -1
- /package/dist/esm-es5/{pds-label-31a5848b.js.map → pds-label-d28da6eb.js.map} +0 -0
- /package/dist/pine-core/{p-8fbec4fe.system.js.map → p-496454a3.system.js.map} +0 -0
- /package/dist/pine-core/{p-bc20946b.system.entry.js.map → p-4b06aed0.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-b5c7e02a.entry.js.map → p-59cc888d.entry.js.map} +0 -0
- /package/dist/pine-core/{p-143795e5.system.entry.js.map → p-64c07f01.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-511bf308.entry.js.map → p-835c73f4.entry.js.map} +0 -0
- /package/dist/pine-core/{p-32498622.system.entry.js.map → p-979ab4e2.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-e60fccc0.js.map → p-bc1ecf2f.js.map} +0 -0
- /package/dist/pine-core/{p-f59d4a46.entry.js.map → p-bd593d1c.entry.js.map} +0 -0
- /package/dist/pine-core/{p-b18b20f4.system.js.map → p-d6873321.system.js.map} +0 -0
package/hydrate/index.js
CHANGED
|
@@ -4,6 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var stream = require('stream');
|
|
6
6
|
|
|
7
|
+
const modeResolutionChain = [];
|
|
8
|
+
|
|
7
9
|
function hydrateFactory($stencilWindow, $stencilHydrateOpts, $stencilHydrateResults, $stencilAfterHydrate, $stencilHydrateResolve) {
|
|
8
10
|
var globalThis = $stencilWindow;
|
|
9
11
|
var self = $stencilWindow;
|
|
@@ -35,6 +37,7 @@ function hydrateFactory($stencilWindow, $stencilHydrateOpts, $stencilHydrateResu
|
|
|
35
37
|
var CSS = $stencilWindow.CSS;
|
|
36
38
|
var CustomEvent = $stencilWindow.CustomEvent;
|
|
37
39
|
var Document = $stencilWindow.Document;
|
|
40
|
+
var ShadowRoot = $stencilWindow.ShadowRoot;
|
|
38
41
|
var DocumentFragment = $stencilWindow.DocumentFragment;
|
|
39
42
|
var DocumentType = $stencilWindow.DocumentType;
|
|
40
43
|
var DOMTokenList = $stencilWindow.DOMTokenList;
|
|
@@ -55,6 +58,7 @@ function hydrateFactory($stencilWindow, $stencilHydrateOpts, $stencilHydrateResu
|
|
|
55
58
|
var HTMLTemplateElement = $stencilWindow.HTMLTemplateElement;
|
|
56
59
|
var HTMLTitleElement = $stencilWindow.HTMLTitleElement;
|
|
57
60
|
var IntersectionObserver = $stencilWindow.IntersectionObserver;
|
|
61
|
+
var ResizeObserver = $stencilWindow.ResizeObserver;
|
|
58
62
|
var KeyboardEvent = $stencilWindow.KeyboardEvent;
|
|
59
63
|
var MouseEvent = $stencilWindow.MouseEvent;
|
|
60
64
|
var Node = $stencilWindow.Node;
|
|
@@ -127,7 +131,7 @@ const NAMESPACE = 'pine-core';
|
|
|
127
131
|
const BUILD = /* pine-core */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: true, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: true, cmpWillUpdate: false, connectedCallback: true, constructableCSS: false, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: true, hostListenerTarget: true, hostListenerTargetBody: true, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: true, hydrateServerSide: true, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: true, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: true, propString: true, reflect: true, scoped: true, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, shadowDomShim: true, slot: true, slotChildNodesFix: false, slotRelocation: true, state: true, style: true, svg: true, taskQueue: true, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: true, watchCallback: true };
|
|
128
132
|
|
|
129
133
|
/*
|
|
130
|
-
Stencil Hydrate Platform v4.
|
|
134
|
+
Stencil Hydrate Platform v4.22.1 | MIT Licensed | https://stenciljs.com
|
|
131
135
|
*/
|
|
132
136
|
var __defProp = Object.defineProperty;
|
|
133
137
|
var __export = (target, all) => {
|
|
@@ -224,6 +228,12 @@ var TEXT_NODE_ID = "t";
|
|
|
224
228
|
var HYDRATE_ID = "s-id";
|
|
225
229
|
var HYDRATED_STYLE_ID = "sty-id";
|
|
226
230
|
var HYDRATE_CHILD_ID = "c-id";
|
|
231
|
+
var STENCIL_DOC_DATA = "_stencilDocData";
|
|
232
|
+
var DEFAULT_DOC_DATA = {
|
|
233
|
+
hostIds: 0,
|
|
234
|
+
rootLevelIds: 0,
|
|
235
|
+
staticComponents: /* @__PURE__ */ new Set()
|
|
236
|
+
};
|
|
227
237
|
var SLOT_FB_CSS = "slot-fb{display:contents}slot-fb[hidden]{display:none}";
|
|
228
238
|
var XLINK_NS = "http://www.w3.org/1999/xlink";
|
|
229
239
|
var h = (nodeName, vnodeData, ...children) => {
|
|
@@ -601,17 +611,24 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
601
611
|
if (cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {
|
|
602
612
|
styleElm.setAttribute(HYDRATED_STYLE_ID, scopeId2);
|
|
603
613
|
}
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
614
|
+
if (!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */)) {
|
|
615
|
+
if (styleContainerNode.nodeName === "HEAD") {
|
|
616
|
+
const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
|
|
617
|
+
const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
|
|
618
|
+
styleContainerNode.insertBefore(styleElm, referenceNode2);
|
|
619
|
+
} else if ("host" in styleContainerNode) {
|
|
620
|
+
const existingStyleContainer = styleContainerNode.querySelector("style");
|
|
621
|
+
if (existingStyleContainer) {
|
|
622
|
+
existingStyleContainer.innerHTML = style + existingStyleContainer.innerHTML;
|
|
623
|
+
} else {
|
|
624
|
+
styleContainerNode.prepend(styleElm);
|
|
625
|
+
}
|
|
626
|
+
} else {
|
|
627
|
+
styleContainerNode.append(styleElm);
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */ && styleContainerNode.nodeName !== "HEAD") {
|
|
631
|
+
styleContainerNode.insertBefore(styleElm, null);
|
|
615
632
|
}
|
|
616
633
|
}
|
|
617
634
|
if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
|
|
@@ -701,7 +718,11 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
|
701
718
|
if (memberName === "list") {
|
|
702
719
|
isProp = false;
|
|
703
720
|
} else if (oldValue == null || elm[memberName] != n) {
|
|
704
|
-
elm
|
|
721
|
+
if (typeof elm.__lookupSetter__(memberName) === "function") {
|
|
722
|
+
elm[memberName] = n;
|
|
723
|
+
} else {
|
|
724
|
+
elm.setAttribute(memberName, n);
|
|
725
|
+
}
|
|
705
726
|
}
|
|
706
727
|
} else {
|
|
707
728
|
elm[memberName] = newValue;
|
|
@@ -1783,11 +1804,8 @@ var hostListenerOpts = (flags) => (flags & 2 /* Capture */) !== 0;
|
|
|
1783
1804
|
// src/runtime/vdom/vdom-annotations.ts
|
|
1784
1805
|
var insertVdomAnnotations = (doc2, staticComponents) => {
|
|
1785
1806
|
if (doc2 != null) {
|
|
1786
|
-
const docData = {
|
|
1787
|
-
|
|
1788
|
-
rootLevelIds: 0,
|
|
1789
|
-
staticComponents: new Set(staticComponents)
|
|
1790
|
-
};
|
|
1807
|
+
const docData = STENCIL_DOC_DATA in doc2 ? doc2[STENCIL_DOC_DATA] : { ...DEFAULT_DOC_DATA };
|
|
1808
|
+
docData.staticComponents = new Set(staticComponents);
|
|
1791
1809
|
const orgLocationNodes = [];
|
|
1792
1810
|
parseVNodeAnnotations(doc2, doc2.body, docData, orgLocationNodes);
|
|
1793
1811
|
orgLocationNodes.forEach((orgLocationNode) => {
|
|
@@ -2327,21 +2345,26 @@ var registerHost = (elm, cmpMeta) => {
|
|
|
2327
2345
|
};
|
|
2328
2346
|
var styles = /* @__PURE__ */ new Map();
|
|
2329
2347
|
|
|
2330
|
-
/* pds-icons
|
|
2331
|
-
const caretDown = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0
|
|
2332
|
-
const checkCircleFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0
|
|
2333
|
-
const copy = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0
|
|
2334
|
-
const downSmall = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0
|
|
2335
|
-
const handle = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0
|
|
2336
|
-
const launch = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0
|
|
2337
|
-
const remove = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0
|
|
2338
|
-
const upSmall = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0
|
|
2339
|
-
const userFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0
|
|
2348
|
+
/* pds-icons v8.5.0, ES Modules */
|
|
2349
|
+
const caretDown = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M5.293 8.293a1 1 0 0 1 1.414 0L12 13.586l5.293-5.293a1 1 0 1 1 1.414 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6a1 1 0 0 1 0-1.414'/></svg>";
|
|
2350
|
+
const checkCircleFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m5.207 8.707a1 1 0 0 0-1.414-1.414L10.5 13.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0z'/></svg>";
|
|
2351
|
+
const copy = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M11.162 1h7.676c.528 0 .982 0 1.357.03.395.033.789.104 1.167.297a3 3 0 0 1 1.311 1.311c.193.378.264.772.296 1.167.031.375.031.83.031 1.356v7.678c0 .527 0 .981-.03 1.356-.033.395-.104.789-.297 1.167a3 3 0 0 1-1.311 1.311c-.378.193-.772.264-1.167.296-.375.031-.83.031-1.357.031H17v1.838c0 .528 0 .982-.03 1.357-.033.395-.104.789-.297 1.167a3 3 0 0 1-1.311 1.311c-.378.193-.772.264-1.167.296-.375.031-.83.031-1.356.031H5.16c-.527 0-.981 0-1.356-.03-.395-.033-.789-.104-1.167-.297a3 3 0 0 1-1.311-1.311c-.193-.378-.264-.772-.296-1.167C1 19.82 1 19.365 1 18.838v-7.677c0-.527 0-.981.03-1.356.033-.395.104-.789.297-1.167a3 3 0 0 1 1.311-1.311c.378-.193.772-.264 1.167-.296C4.18 7 4.635 7 5.161 7H7V5.161c0-.527 0-.981.03-1.356.033-.395.104-.789.297-1.167a3 3 0 0 1 1.311-1.311c.378-.193.772-.264 1.167-.296C10.18 1 10.635 1 11.162 1M5.2 9c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 0 0-.437.437c-.025.05-.063.15-.085.422C3 10.25 3 10.623 3 11.2v7.6c0 .577 0 .949.024 1.232.022.272.06.373.085.422a1 1 0 0 0 .437.437c.05.025.15.063.422.085C4.25 21 4.623 21 5.2 21h7.6c.577 0 .949 0 1.232-.024.272-.022.373-.06.422-.085a1 1 0 0 0 .437-.437c.025-.05.063-.15.085-.422C15 19.75 15 19.377 15 18.8v-7.6c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 0 0-.437-.437c-.05-.025-.15-.063-.422-.085C13.75 9 13.377 9 12.8 9zM17 15v-3.838c0-.528 0-.982-.03-1.357-.033-.395-.104-.789-.297-1.167a3 3 0 0 0-1.311-1.311c-.378-.193-.772-.264-1.167-.296A18 18 0 0 0 12.838 7H9V5.2c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 0 1 .437-.437c.05-.025.15-.063.422-.085C10.25 3 10.623 3 11.2 3h7.6c.577 0 .949 0 1.232.024.272.022.373.06.422.085a1 1 0 0 1 .437.437c.025.05.063.15.085.422C21 4.25 21 4.623 21 5.2v7.6c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 0 1-.437.437c-.05.025-.15.063-.422.085C19.75 15 19.377 15 18.8 15z'/></svg>";
|
|
2352
|
+
const downSmall = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M5.293 8.293a1 1 0 0 1 1.414 0L12 13.586l5.293-5.293a1 1 0 1 1 1.414 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6a1 1 0 0 1 0-1.414'/></svg>";
|
|
2353
|
+
const handle = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path d='M2.833 7.5c-.46 0-.833.448-.833 1s.373 1 .833 1h18.334c.46 0 .833-.448.833-1s-.373-1-.833-1zM2.833 14.5c-.46 0-.833.448-.833 1s.373 1 .833 1h18.334c.46 0 .833-.448.833-1s-.373-1-.833-1z'/></svg>";
|
|
2354
|
+
const launch = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M14 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V5.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L18.586 4H15a1 1 0 0 1-1-1M7.759 4H10a1 1 0 1 1 0 2H7.8c-.857 0-1.439 0-1.889.038-.438.035-.663.1-.819.18a2 2 0 0 0-.874.874c-.08.156-.145.38-.18.819C4 8.361 4 8.943 4 9.8v6.4c0 .857 0 1.439.038 1.889.035.438.1.663.18.819a2 2 0 0 0 .874.874c.156.08.38.145.819.18C6.361 20 6.943 20 7.8 20h6.4c.857 0 1.439 0 1.889-.038.438-.035.663-.1.819-.18a2 2 0 0 0 .874-.874c.08-.156.145-.38.18-.819.037-.45.038-1.032.038-1.889V14a1 1 0 1 1 2 0v2.241c0 .805 0 1.47-.044 2.01-.046.563-.145 1.08-.392 1.565a4 4 0 0 1-1.748 1.748c-.485.247-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H7.758c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 0 1-1.748-1.748c-.247-.485-.346-1.002-.392-1.564C2 17.71 2 17.046 2 16.242V9.758c0-.805 0-1.47.044-2.01.046-.563.145-1.08.392-1.565a4 4 0 0 1 1.748-1.748c.485-.247 1.002-.346 1.564-.392C6.29 4 6.954 4 7.758 4'/></svg>";
|
|
2355
|
+
const remove = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M5.293 5.293a1 1 0 0 1 1.414 0L12 10.586l5.293-5.293a1 1 0 1 1 1.414 1.414L13.414 12l5.293 5.293a1 1 0 0 1-1.414 1.414L12 13.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L10.586 12 5.293 6.707a1 1 0 0 1 0-1.414'/></svg>";
|
|
2356
|
+
const upSmall = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M11.293 8.293a1 1 0 0 1 1.414 0l6 6a1 1 0 0 1-1.414 1.414L12 10.414l-5.293 5.293a1 1 0 0 1-1.414-1.414z'/></svg>";
|
|
2357
|
+
const userFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M8.786 14.5h6.428c.727 0 1.222 0 1.654.076a5 5 0 0 1 4.056 4.056c.076.432.076.927.076 1.654 0 .158.005.318-.023.474a1.5 1.5 0 0 1-1.217 1.217c-.136.024-.28.023-.35.023Q12 21.961 4.59 22c-.07 0-.214.001-.35-.023a1.5 1.5 0 0 1-1.217-1.216c-.028-.157-.023-.317-.023-.475 0-.727 0-1.222.076-1.654a5 5 0 0 1 4.056-4.056c.432-.076.927-.076 1.654-.076M6.5 7.5a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0'/></svg>";
|
|
2358
|
+
|
|
2359
|
+
const baseCss$n = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
2360
|
+
var PdsAccordionStyle0 = baseCss$n;
|
|
2340
2361
|
|
|
2341
|
-
const pdsAccordionCss = ":host{display:block}details{--border-radius-default:var(--pine-border-radius-100);--box-shadow-focus:
|
|
2342
|
-
var
|
|
2362
|
+
const pdsAccordionCss = ":host{display:block}details{--border-radius-default:var(--pine-border-radius-100);--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--pine-color-purple-300);--color-background-default:var(--pine-color-white);--color-background-hover:var(--pine-color-grey-150);--color-text-default:var(--pine-color-grey-700);--color-text-active:var(--pine-color-grey-950);--color-text-hover:var(--pine-color-grey-800);--font-weight-active:var(--pine-font-weight-semi-bold);--number-animation-transform-timing:200ms;--spacing-details-padding-inline:var(--pine-spacing-150);--spacing-details-padding-block-end:calc(var(--pine-spacing-200) + 2);--spacing-summary-padding-block:calc(var(--pine-spacing-150) / 2);--spacing-summary-padding-inline-start:var(--pine-spacing-100);--spacing-summary-padding-inline-end:var(--pine-spacing-050);--typography-default:var(--pine-font-weight-medium) var(--pine-font-size-100)/var(--pine-line-height-150) var(--pine-font-family-inter);border-radius:var(--border-radius-default)}details pds-icon{-webkit-transform:scaleY(1);transform:scaleY(1)}details[open]{background-color:var(--color-background-default)}details[open] summary{color:var(--color-text-active);font-weight:var(--font-weight-active)}details[open] summary pds-icon{-webkit-transform:scaleY(-1);transform:scaleY(-1)}summary{background-color:var(--color-background-default);border-radius:var(--border-radius-default);color:var(--color-text-default);font:var(--typography-default);padding-block:var(--spacing-summary-padding-block);-webkit-padding-end:var(--spacing-summary-padding-inline-end);padding-inline-end:var(--spacing-summary-padding-inline-end);-webkit-padding-start:var(--spacing-summary-padding-inline-start);padding-inline-start:var(--spacing-summary-padding-inline-start);-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}summary::-webkit-details-marker{display:none}summary:hover{background:var(--color-background-hover);color:var(--color-text-hover);cursor:pointer}summary:focus-visible{-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none;position:relative}summary pds-icon{-webkit-margin-start:auto;margin-inline-start:auto}.pds-accordion__body{-webkit-padding-after:var(--spacing-details-padding-block-end);padding-block-end:var(--spacing-details-padding-block-end);padding-inline:var(--spacing-details-padding-inline)}";
|
|
2363
|
+
var PdsAccordionStyle1 = pdsAccordionCss;
|
|
2343
2364
|
|
|
2344
2365
|
/**
|
|
2366
|
+
* @part accordion-body - Accordion body styles.
|
|
2367
|
+
* @part accordion-button - Accordion button/trigger styles.
|
|
2345
2368
|
* @slot (default) - Accordion body content.
|
|
2346
2369
|
* @slot label - Accordion trigger button content.
|
|
2347
2370
|
*/
|
|
@@ -2367,12 +2390,12 @@ class PdsAccordion {
|
|
|
2367
2390
|
this.detailsEl.addEventListener('toggle', this.handleToggle);
|
|
2368
2391
|
}
|
|
2369
2392
|
render() {
|
|
2370
|
-
return (hAsync(Host, { key: '
|
|
2393
|
+
return (hAsync(Host, { key: '9a8c2f915879f63d8a7255cf0f58b55f4b590eed', class: "pds-accordion", id: this.componentId }, hAsync("details", Object.assign({ key: 'f5428c5e340c55750fb94d85dfd7cdbb853c32de' }, this.getOpenAttribute(), { ref: (el) => (this.detailsEl = el) }), hAsync("summary", { key: '9255f9c850016e964d468ed35578c01159b7f234', part: "accordion-button" }, hAsync("slot", { key: '2b1dba36c97ed9c46b1efe7aac44cae4203e7a50', name: "label" }, "Details"), hAsync("pds-icon", { key: '9185cfd595c09a15c57fe1e1d89a2895c461aa46', icon: downSmall })), hAsync("div", { key: '41d030c5ffc2cee2099f141e80695c1f4e6ddcb0', part: "accordion-body", class: "pds-accordion__body" }, hAsync("slot", { key: 'b10afd83e6bec657dfa88cdf4a73f32f12d46935' })))));
|
|
2371
2394
|
}
|
|
2372
2395
|
static get watchers() { return {
|
|
2373
2396
|
"isOpen": ["handleOpenState"]
|
|
2374
2397
|
}; }
|
|
2375
|
-
static get style() { return PdsAccordionStyle0; }
|
|
2398
|
+
static get style() { return PdsAccordionStyle0 + PdsAccordionStyle1; }
|
|
2376
2399
|
static get cmpMeta() { return {
|
|
2377
2400
|
"$flags$": 9,
|
|
2378
2401
|
"$tagName$": "pds-accordion",
|
|
@@ -2386,8 +2409,11 @@ class PdsAccordion {
|
|
|
2386
2409
|
}; }
|
|
2387
2410
|
}
|
|
2388
2411
|
|
|
2389
|
-
const
|
|
2390
|
-
var PdsAvatarStyle0 =
|
|
2412
|
+
const baseCss$m = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
2413
|
+
var PdsAvatarStyle0 = baseCss$m;
|
|
2414
|
+
|
|
2415
|
+
const pdsAvatarCss = ":host{display:inline-block}div{--color-background-container:var(--pine-color-mercury-050);--color-background-badge:var(--pine-color-white);--color-border-badge:var(--pine-color-white);--border-default:var(--pine-border-width-thin) solid var(--pine-color-grey-300);--border-radius-round:var(--pine-border-radius-round);--border-radius-none:var(--pine-border-radius-0);--spacing-none:var(--pine-spacing-0);-ms-flex-align:center;align-items:center;background-color:var(--color-background-container);border-radius:var(--border-radius-admin-round, var(--border-radius-round));display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;position:relative}:host(.pds-avatar--admin) div{--border-radius-admin-round:var(--pine-spacing-150);border-radius:var(--border-radius-admin-round)}:host(.pds-avatar--has-image) div{background:transparent}@supports selector(:has){div:has(img){background-color:transparent}}.pds-avatar__button{--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--pine-color-purple-300);--border-radius-round:var(--pine-border-radius-round);-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:var(--border-radius-none);border-radius:var(--border-radius-round);cursor:pointer;display:-ms-flexbox;display:flex;padding:var(--spacing-none)}.pds-avatar__button:focus-visible{-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}.pds-avatar__badge{background-color:var(--color-background-badge);border:var(--border-default);border-color:var(--color-border-badge);border-radius:var(--border-radius-round);bottom:var(--spacing-none);position:absolute;right:var(--spacing-none)}img{border-radius:var(--border-radius-admin-round, var(--border-radius-round));height:100%;-o-object-fit:cover;object-fit:cover;width:100%}";
|
|
2416
|
+
var PdsAvatarStyle1 = pdsAvatarCss;
|
|
2391
2417
|
|
|
2392
2418
|
/**
|
|
2393
2419
|
* @part image - The main image element that represents the avatar component.
|
|
@@ -2413,13 +2439,13 @@ class PdsAvatar {
|
|
|
2413
2439
|
// Percentage is average size of icon in relation to total avatar size
|
|
2414
2440
|
// of all preset sizes found in Figma.
|
|
2415
2441
|
// Used to allow icons to scale to container size
|
|
2416
|
-
&& hAsync("pds-icon", { class: "pds-avatar__badge", icon: checkCircleFilled, size: "33.53%" }));
|
|
2442
|
+
&& hAsync("pds-icon", { color: "var(--pine-color-purple-600)", class: "pds-avatar__badge", icon: checkCircleFilled, size: "33.53%" }));
|
|
2417
2443
|
this.renderIconOrImage = () => (this.image
|
|
2418
2444
|
? hAsync("img", { alt: this.alt, src: this.image })
|
|
2419
2445
|
// Percentage is average size of icon in relation to total avatar size
|
|
2420
2446
|
// of all preset sizes found in Figma.
|
|
2421
2447
|
// Used to allow icons to scale to container size
|
|
2422
|
-
: hAsync("pds-icon", { color: "var(--pine-color-
|
|
2448
|
+
: hAsync("pds-icon", { color: "var(--pine-color-mercury-500)", icon: userFilled, size: "33.53%" }));
|
|
2423
2449
|
this.classNames = () => ({
|
|
2424
2450
|
'pds-avatar': true,
|
|
2425
2451
|
[`pds-avatar--has-image`]: this.image !== '' && this.image !== null, // Remove when FF supports :has selector
|
|
@@ -2449,9 +2475,9 @@ class PdsAvatar {
|
|
|
2449
2475
|
}
|
|
2450
2476
|
}
|
|
2451
2477
|
render() {
|
|
2452
|
-
return (hAsync(Host, { key: '
|
|
2478
|
+
return (hAsync(Host, { key: '0b753aa7cb61c88a3808684a67eb1ee84898822c', id: this.componentId, class: Object.assign({}, this.classNames()) }, this.renderAvatar()));
|
|
2453
2479
|
}
|
|
2454
|
-
static get style() { return PdsAvatarStyle0; }
|
|
2480
|
+
static get style() { return PdsAvatarStyle0 + PdsAvatarStyle1; }
|
|
2455
2481
|
static get cmpMeta() { return {
|
|
2456
2482
|
"$flags$": 9,
|
|
2457
2483
|
"$tagName$": "pds-avatar",
|
|
@@ -2470,7 +2496,7 @@ class PdsAvatar {
|
|
|
2470
2496
|
}; }
|
|
2471
2497
|
}
|
|
2472
2498
|
|
|
2473
|
-
const pdsBoxCss = "pds-box{--border-width-default:var(--pine-border-width-thin);--color-background-box:inherit;--color-border-box:inherit;--sizing-min-height-box:none;--sizing-min-width-box:none;--spacing-gap-xxs:var(--pine-spacing-050);--spacing-gap-xs:var(--pine-spacing-100);--spacing-gap-sm:var(--pine-spacing-200);--spacing-gap-md:var(--pine-spacing-300);--spacing-gap-lg:var(--pine-spacing-450);--spacing-gap-xl:var(--pine-spacing-600);--spacing-gap-xxl:var(--pine-spacing-800);display:block}[class*=pds-box]{background-color:var(--color-background-box);-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-inline-flexbox;display:inline-flex;min-height:var(--sizing-min-height-box);min-width:var(--sizing-min-width-box)}.pds-row>[class*=pds-box]{position:relative;width:100%}.pds-row>[class*=pds-box].pds-box--auto{width:auto}.pds-spacing-xxs{margin:4px}.pds-spacing-xs{margin:8px}.pds-spacing-sm{margin:16px}.pds-spacing-md{margin:24px}.pds-spacing-lg{margin:36px}.pds-spacing-xl{margin:48px}.pds-spacing-xxl{margin:64px}.pds-spacing-top-xxs{-webkit-margin-before:4px;margin-block-start:4px}.pds-spacing-top-xs{-webkit-margin-before:8px;margin-block-start:8px}.pds-spacing-top-sm{-webkit-margin-before:16px;margin-block-start:16px}.pds-spacing-top-md{-webkit-margin-before:24px;margin-block-start:24px}.pds-spacing-top-lg{-webkit-margin-before:36px;margin-block-start:36px}.pds-spacing-top-xl{-webkit-margin-before:48px;margin-block-start:48px}.pds-spacing-top-xxl{-webkit-margin-before:64px;margin-block-start:64px}.pds-spacing-right-xxs{-webkit-margin-end:4px;margin-inline-end:4px}.pds-spacing-right-xs{-webkit-margin-end:8px;margin-inline-end:8px}.pds-spacing-right-sm{-webkit-margin-end:16px;margin-inline-end:16px}.pds-spacing-right-md{-webkit-margin-end:24px;margin-inline-end:24px}.pds-spacing-right-lg{-webkit-margin-end:36px;margin-inline-end:36px}.pds-spacing-right-xl{-webkit-margin-end:48px;margin-inline-end:48px}.pds-spacing-right-xxl{-webkit-margin-end:64px;margin-inline-end:64px}.pds-spacing-left-xxs{-webkit-margin-start:4px;margin-inline-start:4px}.pds-spacing-left-xs{-webkit-margin-start:8px;margin-inline-start:8px}.pds-spacing-left-sm{-webkit-margin-start:16px;margin-inline-start:16px}.pds-spacing-left-md{-webkit-margin-start:24px;margin-inline-start:24px}.pds-spacing-left-lg{-webkit-margin-start:36px;margin-inline-start:36px}.pds-spacing-left-xl{-webkit-margin-start:48px;margin-inline-start:48px}.pds-spacing-left-xxl{-webkit-margin-start:64px;margin-inline-start:64px}.pds-spacing-bottom-xxs{-webkit-margin-after:4px;margin-block-end:4px}.pds-spacing-bottom-xs{-webkit-margin-after:8px;margin-block-end:8px}.pds-spacing-bottom-sm{-webkit-margin-after:16px;margin-block-end:16px}.pds-spacing-bottom-md{-webkit-margin-after:24px;margin-block-end:24px}.pds-spacing-bottom-lg{-webkit-margin-after:36px;margin-block-end:36px}.pds-spacing-bottom-xl{-webkit-margin-after:48px;margin-block-end:48px}.pds-spacing-bottom-xxl{-webkit-margin-after:64px;margin-block-end:64px}.pds-box-offset-0{-webkit-margin-start:0;margin-inline-start:0}.pds-box-offset-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.pds-box-offset-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.pds-box-offset-3{-webkit-margin-start:25%;margin-inline-start:25%}.pds-box-offset-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.pds-box-offset-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.pds-box-offset-6{-webkit-margin-start:50%;margin-inline-start:50%}.pds-box-offset-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.pds-box-offset-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.pds-box-offset-9{-webkit-margin-start:75%;margin-inline-start:75%}.pds-box-offset-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.pds-box-offset-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}.pds-box-offset-12{-webkit-margin-start:100%;margin-inline-start:100%}@media (max-width: 575px){.pds-box-offset-xs-0{-webkit-margin-start:0;margin-inline-start:0}.pds-box-offset-xs-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.pds-box-offset-xs-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.pds-box-offset-xs-3{-webkit-margin-start:25%;margin-inline-start:25%}.pds-box-offset-xs-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.pds-box-offset-xs-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.pds-box-offset-xs-6{-webkit-margin-start:50%;margin-inline-start:50%}.pds-box-offset-xs-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.pds-box-offset-xs-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.pds-box-offset-xs-9{-webkit-margin-start:75%;margin-inline-start:75%}.pds-box-offset-xs-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.pds-box-offset-xs-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}.pds-box-offset-xs-12{-webkit-margin-start:100%;margin-inline-start:100%}}@media (min-width: 576px){.pds-box-offset-sm-0{-webkit-margin-start:0;margin-inline-start:0}.pds-box-offset-sm-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.pds-box-offset-sm-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.pds-box-offset-sm-3{-webkit-margin-start:25%;margin-inline-start:25%}.pds-box-offset-sm-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.pds-box-offset-sm-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.pds-box-offset-sm-6{-webkit-margin-start:50%;margin-inline-start:50%}.pds-box-offset-sm-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.pds-box-offset-sm-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.pds-box-offset-sm-9{-webkit-margin-start:75%;margin-inline-start:75%}.pds-box-offset-sm-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.pds-box-offset-sm-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}.pds-box-offset-sm-12{-webkit-margin-start:100%;margin-inline-start:100%}}@media (min-width: 768px){.pds-box-offset-md-0{-webkit-margin-start:0;margin-inline-start:0}.pds-box-offset-md-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.pds-box-offset-md-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.pds-box-offset-md-3{-webkit-margin-start:25%;margin-inline-start:25%}.pds-box-offset-md-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.pds-box-offset-md-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.pds-box-offset-md-6{-webkit-margin-start:50%;margin-inline-start:50%}.pds-box-offset-md-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.pds-box-offset-md-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.pds-box-offset-md-9{-webkit-margin-start:75%;margin-inline-start:75%}.pds-box-offset-md-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.pds-box-offset-md-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}.pds-box-offset-md-12{-webkit-margin-start:100%;margin-inline-start:100%}}@media (min-width: 992px){.pds-box-offset-lg-0{-webkit-margin-start:0;margin-inline-start:0}.pds-box-offset-lg-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.pds-box-offset-lg-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.pds-box-offset-lg-3{-webkit-margin-start:25%;margin-inline-start:25%}.pds-box-offset-lg-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.pds-box-offset-lg-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.pds-box-offset-lg-6{-webkit-margin-start:50%;margin-inline-start:50%}.pds-box-offset-lg-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.pds-box-offset-lg-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.pds-box-offset-lg-9{-webkit-margin-start:75%;margin-inline-start:75%}.pds-box-offset-lg-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.pds-box-offset-lg-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}.pds-box-offset-lg-12{-webkit-margin-start:100%;margin-inline-start:100%}}@media (min-width: 1200px){.pds-box-offset-xl-0{-webkit-margin-start:0;margin-inline-start:0}.pds-box-offset-xl-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.pds-box-offset-xl-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.pds-box-offset-xl-3{-webkit-margin-start:25%;margin-inline-start:25%}.pds-box-offset-xl-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.pds-box-offset-xl-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.pds-box-offset-xl-6{-webkit-margin-start:50%;margin-inline-start:50%}.pds-box-offset-xl-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.pds-box-offset-xl-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.pds-box-offset-xl-9{-webkit-margin-start:75%;margin-inline-start:75%}.pds-box-offset-xl-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.pds-box-offset-xl-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}.pds-box-offset-xl-12{-webkit-margin-start:100%;margin-inline-start:100%}}.pds-box-0{display:none}.pds-box-1{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:8.3333333333%;flex:8.3333333333%;max-width:8.3333333333%}.pds-box-2{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:16.6666666667%;flex:16.6666666667%;max-width:16.6666666667%}.pds-box-3{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:25%;flex:25%;max-width:25%}.pds-box-4{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:33.3333333333%;flex:33.3333333333%;max-width:33.3333333333%}.pds-box-5{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:41.6666666667%;flex:41.6666666667%;max-width:41.6666666667%}.pds-box-6{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:50%;flex:50%;max-width:50%}.pds-box-7{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:58.3333333333%;flex:58.3333333333%;max-width:58.3333333333%}.pds-box-8{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:66.6666666667%;flex:66.6666666667%;max-width:66.6666666667%}.pds-box-9{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:75%;flex:75%;max-width:75%}.pds-box-10{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:83.3333333333%;flex:83.3333333333%;max-width:83.3333333333%}.pds-box-11{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:91.6666666667%;flex:91.6666666667%;max-width:91.6666666667%}.pds-box-12{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:100%;flex:100%;max-width:100%}@media (max-width: 575px){.pds-box-xs-0{display:none}.pds-box-xs-1{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:8.3333333333%;flex:8.3333333333%;max-width:8.3333333333%}.pds-box-xs-2{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:16.6666666667%;flex:16.6666666667%;max-width:16.6666666667%}.pds-box-xs-3{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:25%;flex:25%;max-width:25%}.pds-box-xs-4{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:33.3333333333%;flex:33.3333333333%;max-width:33.3333333333%}.pds-box-xs-5{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:41.6666666667%;flex:41.6666666667%;max-width:41.6666666667%}.pds-box-xs-6{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:50%;flex:50%;max-width:50%}.pds-box-xs-7{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:58.3333333333%;flex:58.3333333333%;max-width:58.3333333333%}.pds-box-xs-8{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:66.6666666667%;flex:66.6666666667%;max-width:66.6666666667%}.pds-box-xs-9{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:75%;flex:75%;max-width:75%}.pds-box-xs-10{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:83.3333333333%;flex:83.3333333333%;max-width:83.3333333333%}.pds-box-xs-11{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:91.6666666667%;flex:91.6666666667%;max-width:91.6666666667%}.pds-box-xs-12{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:100%;flex:100%;max-width:100%}}@media (min-width: 576px){.pds-box-sm-0{display:none}.pds-box-sm-1{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:8.3333333333%;flex:8.3333333333%;max-width:8.3333333333%}.pds-box-sm-2{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:16.6666666667%;flex:16.6666666667%;max-width:16.6666666667%}.pds-box-sm-3{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:25%;flex:25%;max-width:25%}.pds-box-sm-4{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:33.3333333333%;flex:33.3333333333%;max-width:33.3333333333%}.pds-box-sm-5{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:41.6666666667%;flex:41.6666666667%;max-width:41.6666666667%}.pds-box-sm-6{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:50%;flex:50%;max-width:50%}.pds-box-sm-7{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:58.3333333333%;flex:58.3333333333%;max-width:58.3333333333%}.pds-box-sm-8{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:66.6666666667%;flex:66.6666666667%;max-width:66.6666666667%}.pds-box-sm-9{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:75%;flex:75%;max-width:75%}.pds-box-sm-10{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:83.3333333333%;flex:83.3333333333%;max-width:83.3333333333%}.pds-box-sm-11{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:91.6666666667%;flex:91.6666666667%;max-width:91.6666666667%}.pds-box-sm-12{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:100%;flex:100%;max-width:100%}}@media (min-width: 768px){.pds-box-md-0{display:none}.pds-box-md-1{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:8.3333333333%;flex:8.3333333333%;max-width:8.3333333333%}.pds-box-md-2{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:16.6666666667%;flex:16.6666666667%;max-width:16.6666666667%}.pds-box-md-3{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:25%;flex:25%;max-width:25%}.pds-box-md-4{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:33.3333333333%;flex:33.3333333333%;max-width:33.3333333333%}.pds-box-md-5{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:41.6666666667%;flex:41.6666666667%;max-width:41.6666666667%}.pds-box-md-6{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:50%;flex:50%;max-width:50%}.pds-box-md-7{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:58.3333333333%;flex:58.3333333333%;max-width:58.3333333333%}.pds-box-md-8{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:66.6666666667%;flex:66.6666666667%;max-width:66.6666666667%}.pds-box-md-9{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:75%;flex:75%;max-width:75%}.pds-box-md-10{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:83.3333333333%;flex:83.3333333333%;max-width:83.3333333333%}.pds-box-md-11{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:91.6666666667%;flex:91.6666666667%;max-width:91.6666666667%}.pds-box-md-12{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:100%;flex:100%;max-width:100%}}@media (min-width: 992px){.pds-box-lg-0{display:none}.pds-box-lg-1{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:8.3333333333%;flex:8.3333333333%;max-width:8.3333333333%}.pds-box-lg-2{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:16.6666666667%;flex:16.6666666667%;max-width:16.6666666667%}.pds-box-lg-3{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:25%;flex:25%;max-width:25%}.pds-box-lg-4{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:33.3333333333%;flex:33.3333333333%;max-width:33.3333333333%}.pds-box-lg-5{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:41.6666666667%;flex:41.6666666667%;max-width:41.6666666667%}.pds-box-lg-6{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:50%;flex:50%;max-width:50%}.pds-box-lg-7{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:58.3333333333%;flex:58.3333333333%;max-width:58.3333333333%}.pds-box-lg-8{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:66.6666666667%;flex:66.6666666667%;max-width:66.6666666667%}.pds-box-lg-9{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:75%;flex:75%;max-width:75%}.pds-box-lg-10{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:83.3333333333%;flex:83.3333333333%;max-width:83.3333333333%}.pds-box-lg-11{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:91.6666666667%;flex:91.6666666667%;max-width:91.6666666667%}.pds-box-lg-12{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:100%;flex:100%;max-width:100%}}@media (min-width: 1200px){.pds-box-xl-0{display:none}.pds-box-xl-1{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:8.3333333333%;flex:8.3333333333%;max-width:8.3333333333%}.pds-box-xl-2{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:16.6666666667%;flex:16.6666666667%;max-width:16.6666666667%}.pds-box-xl-3{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:25%;flex:25%;max-width:25%}.pds-box-xl-4{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:33.3333333333%;flex:33.3333333333%;max-width:33.3333333333%}.pds-box-xl-5{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:41.6666666667%;flex:41.6666666667%;max-width:41.6666666667%}.pds-box-xl-6{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:50%;flex:50%;max-width:50%}.pds-box-xl-7{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:58.3333333333%;flex:58.3333333333%;max-width:58.3333333333%}.pds-box-xl-8{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:66.6666666667%;flex:66.6666666667%;max-width:66.6666666667%}.pds-box-xl-9{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:75%;flex:75%;max-width:75%}.pds-box-xl-10{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:83.3333333333%;flex:83.3333333333%;max-width:83.3333333333%}.pds-box-xl-11{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:91.6666666667%;flex:91.6666666667%;max-width:91.6666666667%}.pds-box-xl-12{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:100%;flex:100%;max-width:100%}}.pds-box{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1}.pds-box--auto{-ms-flex:0 0 var(--sizing-min-width-box, fit-content);flex:0 0 var(--sizing-min-width-box, fit-content);min-width:auto;width:auto}.pds-box--fit{max-width:100%;min-width:100%;width:100%}.pds-box--border{border-color:var(--color-border-box, var(--pine-color-grey-300));border-style:solid;border-width:var(--border-width-default)}.pds-box--display-flex{display:-ms-flexbox;display:flex}.pds-box--display-inline-flex{display:-ms-inline-flexbox;display:inline-flex}.pds-box--display-block{display:block}.pds-box--display-inline-block{display:inline-block}.pds-box--flex-none{-ms-flex:0 0 auto;flex:0 0 auto}.pds-box--flex-grow{-ms-flex:1 1 auto;flex:1 1 auto}.pds-box--flex-shrink{-ms-flex:0 0 auto;flex:0 0 auto}.pds-border-radius-none{border-radius:0}.pds-border-radius-xs{border-radius:var(--pine-border-radius-xs)}.pds-border-radius-sm{border-radius:var(--pine-border-radius-sm)}.pds-border-radius-md{border-radius:var(--pine-border-radius-md)}.pds-border-radius-lg{border-radius:var(--pine-border-radius-lg)}.pds-border-radius-circle{border-radius:50%}.pds-shadow-xs{-webkit-box-shadow:var(--pine-box-shadow-xs);box-shadow:var(--pine-box-shadow-xs)}.pds-shadow-sm{-webkit-box-shadow:var(--pine-box-shadow-sm);box-shadow:var(--pine-box-shadow-sm)}.pds-shadow-md{-webkit-box-shadow:var(--pine-box-shadow-md);box-shadow:var(--pine-box-shadow-md)}.pds-shadow-lg{-webkit-box-shadow:var(--pine-box-shadow-lg);box-shadow:var(--pine-box-shadow-lg)}.pds-box-gap-none{gap:0}.pds-box-gap-xxs{gap:var(--spacing-gap-xxs)}.pds-box-gap-xs{gap:var(--spacing-gap-xs)}.pds-box-gap-sm{gap:var(--spacing-gap-sm)}.pds-box-gap-md{gap:var(--spacing-gap-md)}.pds-box-gap-lg{gap:var(--spacing-gap-lg)}.pds-box-gap-xl{gap:var(--spacing-gap-xl)}.pds-box-gap-xxl{gap:var(--spacing-gap-xxl)}.pds-padding-none{padding:0}.pds-padding-xxs{padding:var(--spacing-gap-xxs)}.pds-padding-xs{padding:var(--spacing-gap-xxs)}.pds-padding-sm{padding:var(--spacing-gap-sm)}.pds-padding-md{padding:var(--spacing-gap-md)}.pds-padding-lg{padding:var(--spacing-gap-lg)}.pds-padding-xl{padding:var(--spacing-gap-xl)}.pds-padding-xxl{padding:var(--spacing-gap-xxl)}.pds-box-display-flex{display:-ms-flexbox;display:flex}.pds-box-display-inline-flex{display:-ms-inline-flexbox;display:inline-flex}.pds-box-direction-row{-ms-flex-direction:row;flex-direction:row}.pds-box-direction-column{-ms-flex-direction:column;flex-direction:column}.pds-justify-content-start{-ms-flex-pack:start;justify-content:start}.pds-justify-content-center{-ms-flex-pack:center;justify-content:center}.pds-justify-content-end{-ms-flex-pack:end;justify-content:end}.pds-justify-content-space-between{-ms-flex-pack:justify;justify-content:space-between}.pds-justify-content-space-around{-ms-flex-pack:distribute;justify-content:space-around}.pds-justify-content-space-evenly{-ms-flex-pack:space-evenly;justify-content:space-evenly}.pds-align-items-start{-ms-flex-align:start;align-items:start}.pds-align-items-center{-ms-flex-align:center;align-items:center}.pds-align-items-end{-ms-flex-align:end;align-items:end}.pds-align-items-stretch{-ms-flex-align:stretch;align-items:stretch}.pds-align-items-baseline{-ms-flex-align:baseline;align-items:baseline}";
|
|
2499
|
+
const pdsBoxCss = "pds-box{--border-width-default:var(--pine-border-width-thin);--color-background-box:inherit;--color-border-box:inherit;--sizing-min-height-box:none;--sizing-min-width-box:none;--spacing-gap-xxs:var(--pine-spacing-050);--spacing-gap-xs:var(--pine-spacing-100);--spacing-gap-sm:var(--pine-spacing-200);--spacing-gap-md:var(--pine-spacing-300);--spacing-gap-lg:var(--pine-spacing-450);--spacing-gap-xl:var(--pine-spacing-600);--spacing-gap-xxl:var(--pine-spacing-800);display:block}[class*=pds-box]{background-color:var(--color-background-box);-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-inline-flexbox;display:inline-flex;min-height:var(--sizing-min-height-box);min-width:var(--sizing-min-width-box)}.pds-row>[class*=pds-box]{position:relative;width:100%}.pds-row>[class*=pds-box].pds-box--auto{width:auto}.pds-spacing-xxs{margin:4px}.pds-spacing-xs{margin:8px}.pds-spacing-sm{margin:16px}.pds-spacing-md{margin:24px}.pds-spacing-lg{margin:36px}.pds-spacing-xl{margin:48px}.pds-spacing-xxl{margin:64px}.pds-spacing-top-xxs{-webkit-margin-before:4px;margin-block-start:4px}.pds-spacing-top-xs{-webkit-margin-before:8px;margin-block-start:8px}.pds-spacing-top-sm{-webkit-margin-before:16px;margin-block-start:16px}.pds-spacing-top-md{-webkit-margin-before:24px;margin-block-start:24px}.pds-spacing-top-lg{-webkit-margin-before:36px;margin-block-start:36px}.pds-spacing-top-xl{-webkit-margin-before:48px;margin-block-start:48px}.pds-spacing-top-xxl{-webkit-margin-before:64px;margin-block-start:64px}.pds-spacing-right-xxs{-webkit-margin-end:4px;margin-inline-end:4px}.pds-spacing-right-xs{-webkit-margin-end:8px;margin-inline-end:8px}.pds-spacing-right-sm{-webkit-margin-end:16px;margin-inline-end:16px}.pds-spacing-right-md{-webkit-margin-end:24px;margin-inline-end:24px}.pds-spacing-right-lg{-webkit-margin-end:36px;margin-inline-end:36px}.pds-spacing-right-xl{-webkit-margin-end:48px;margin-inline-end:48px}.pds-spacing-right-xxl{-webkit-margin-end:64px;margin-inline-end:64px}.pds-spacing-left-xxs{-webkit-margin-start:4px;margin-inline-start:4px}.pds-spacing-left-xs{-webkit-margin-start:8px;margin-inline-start:8px}.pds-spacing-left-sm{-webkit-margin-start:16px;margin-inline-start:16px}.pds-spacing-left-md{-webkit-margin-start:24px;margin-inline-start:24px}.pds-spacing-left-lg{-webkit-margin-start:36px;margin-inline-start:36px}.pds-spacing-left-xl{-webkit-margin-start:48px;margin-inline-start:48px}.pds-spacing-left-xxl{-webkit-margin-start:64px;margin-inline-start:64px}.pds-spacing-bottom-xxs{-webkit-margin-after:4px;margin-block-end:4px}.pds-spacing-bottom-xs{-webkit-margin-after:8px;margin-block-end:8px}.pds-spacing-bottom-sm{-webkit-margin-after:16px;margin-block-end:16px}.pds-spacing-bottom-md{-webkit-margin-after:24px;margin-block-end:24px}.pds-spacing-bottom-lg{-webkit-margin-after:36px;margin-block-end:36px}.pds-spacing-bottom-xl{-webkit-margin-after:48px;margin-block-end:48px}.pds-spacing-bottom-xxl{-webkit-margin-after:64px;margin-block-end:64px}.pds-box-offset-0{-webkit-margin-start:0;margin-inline-start:0}.pds-box-offset-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.pds-box-offset-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.pds-box-offset-3{-webkit-margin-start:25%;margin-inline-start:25%}.pds-box-offset-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.pds-box-offset-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.pds-box-offset-6{-webkit-margin-start:50%;margin-inline-start:50%}.pds-box-offset-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.pds-box-offset-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.pds-box-offset-9{-webkit-margin-start:75%;margin-inline-start:75%}.pds-box-offset-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.pds-box-offset-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}.pds-box-offset-12{-webkit-margin-start:100%;margin-inline-start:100%}@media (max-width: 575px){.pds-box-offset-xs-0{-webkit-margin-start:0;margin-inline-start:0}.pds-box-offset-xs-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.pds-box-offset-xs-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.pds-box-offset-xs-3{-webkit-margin-start:25%;margin-inline-start:25%}.pds-box-offset-xs-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.pds-box-offset-xs-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.pds-box-offset-xs-6{-webkit-margin-start:50%;margin-inline-start:50%}.pds-box-offset-xs-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.pds-box-offset-xs-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.pds-box-offset-xs-9{-webkit-margin-start:75%;margin-inline-start:75%}.pds-box-offset-xs-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.pds-box-offset-xs-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}.pds-box-offset-xs-12{-webkit-margin-start:100%;margin-inline-start:100%}}@media (min-width: 576px){.pds-box-offset-sm-0{-webkit-margin-start:0;margin-inline-start:0}.pds-box-offset-sm-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.pds-box-offset-sm-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.pds-box-offset-sm-3{-webkit-margin-start:25%;margin-inline-start:25%}.pds-box-offset-sm-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.pds-box-offset-sm-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.pds-box-offset-sm-6{-webkit-margin-start:50%;margin-inline-start:50%}.pds-box-offset-sm-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.pds-box-offset-sm-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.pds-box-offset-sm-9{-webkit-margin-start:75%;margin-inline-start:75%}.pds-box-offset-sm-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.pds-box-offset-sm-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}.pds-box-offset-sm-12{-webkit-margin-start:100%;margin-inline-start:100%}}@media (min-width: 768px){.pds-box-offset-md-0{-webkit-margin-start:0;margin-inline-start:0}.pds-box-offset-md-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.pds-box-offset-md-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.pds-box-offset-md-3{-webkit-margin-start:25%;margin-inline-start:25%}.pds-box-offset-md-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.pds-box-offset-md-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.pds-box-offset-md-6{-webkit-margin-start:50%;margin-inline-start:50%}.pds-box-offset-md-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.pds-box-offset-md-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.pds-box-offset-md-9{-webkit-margin-start:75%;margin-inline-start:75%}.pds-box-offset-md-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.pds-box-offset-md-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}.pds-box-offset-md-12{-webkit-margin-start:100%;margin-inline-start:100%}}@media (min-width: 992px){.pds-box-offset-lg-0{-webkit-margin-start:0;margin-inline-start:0}.pds-box-offset-lg-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.pds-box-offset-lg-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.pds-box-offset-lg-3{-webkit-margin-start:25%;margin-inline-start:25%}.pds-box-offset-lg-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.pds-box-offset-lg-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.pds-box-offset-lg-6{-webkit-margin-start:50%;margin-inline-start:50%}.pds-box-offset-lg-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.pds-box-offset-lg-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.pds-box-offset-lg-9{-webkit-margin-start:75%;margin-inline-start:75%}.pds-box-offset-lg-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.pds-box-offset-lg-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}.pds-box-offset-lg-12{-webkit-margin-start:100%;margin-inline-start:100%}}@media (min-width: 1200px){.pds-box-offset-xl-0{-webkit-margin-start:0;margin-inline-start:0}.pds-box-offset-xl-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.pds-box-offset-xl-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.pds-box-offset-xl-3{-webkit-margin-start:25%;margin-inline-start:25%}.pds-box-offset-xl-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.pds-box-offset-xl-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.pds-box-offset-xl-6{-webkit-margin-start:50%;margin-inline-start:50%}.pds-box-offset-xl-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.pds-box-offset-xl-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.pds-box-offset-xl-9{-webkit-margin-start:75%;margin-inline-start:75%}.pds-box-offset-xl-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.pds-box-offset-xl-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}.pds-box-offset-xl-12{-webkit-margin-start:100%;margin-inline-start:100%}}.pds-box-0{display:none}.pds-box-1{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:8.3333333333%;flex:8.3333333333%;max-width:8.3333333333%}.pds-box-2{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:16.6666666667%;flex:16.6666666667%;max-width:16.6666666667%}.pds-box-3{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:25%;flex:25%;max-width:25%}.pds-box-4{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:33.3333333333%;flex:33.3333333333%;max-width:33.3333333333%}.pds-box-5{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:41.6666666667%;flex:41.6666666667%;max-width:41.6666666667%}.pds-box-6{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:50%;flex:50%;max-width:50%}.pds-box-7{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:58.3333333333%;flex:58.3333333333%;max-width:58.3333333333%}.pds-box-8{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:66.6666666667%;flex:66.6666666667%;max-width:66.6666666667%}.pds-box-9{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:75%;flex:75%;max-width:75%}.pds-box-10{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:83.3333333333%;flex:83.3333333333%;max-width:83.3333333333%}.pds-box-11{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:91.6666666667%;flex:91.6666666667%;max-width:91.6666666667%}.pds-box-12{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:100%;flex:100%;max-width:100%}@media (max-width: 575px){.pds-box-xs-0{display:none}.pds-box-xs-1{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:8.3333333333%;flex:8.3333333333%;max-width:8.3333333333%}.pds-box-xs-2{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:16.6666666667%;flex:16.6666666667%;max-width:16.6666666667%}.pds-box-xs-3{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:25%;flex:25%;max-width:25%}.pds-box-xs-4{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:33.3333333333%;flex:33.3333333333%;max-width:33.3333333333%}.pds-box-xs-5{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:41.6666666667%;flex:41.6666666667%;max-width:41.6666666667%}.pds-box-xs-6{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:50%;flex:50%;max-width:50%}.pds-box-xs-7{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:58.3333333333%;flex:58.3333333333%;max-width:58.3333333333%}.pds-box-xs-8{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:66.6666666667%;flex:66.6666666667%;max-width:66.6666666667%}.pds-box-xs-9{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:75%;flex:75%;max-width:75%}.pds-box-xs-10{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:83.3333333333%;flex:83.3333333333%;max-width:83.3333333333%}.pds-box-xs-11{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:91.6666666667%;flex:91.6666666667%;max-width:91.6666666667%}.pds-box-xs-12{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:100%;flex:100%;max-width:100%}}@media (min-width: 576px){.pds-box-sm-0{display:none}.pds-box-sm-1{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:8.3333333333%;flex:8.3333333333%;max-width:8.3333333333%}.pds-box-sm-2{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:16.6666666667%;flex:16.6666666667%;max-width:16.6666666667%}.pds-box-sm-3{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:25%;flex:25%;max-width:25%}.pds-box-sm-4{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:33.3333333333%;flex:33.3333333333%;max-width:33.3333333333%}.pds-box-sm-5{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:41.6666666667%;flex:41.6666666667%;max-width:41.6666666667%}.pds-box-sm-6{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:50%;flex:50%;max-width:50%}.pds-box-sm-7{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:58.3333333333%;flex:58.3333333333%;max-width:58.3333333333%}.pds-box-sm-8{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:66.6666666667%;flex:66.6666666667%;max-width:66.6666666667%}.pds-box-sm-9{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:75%;flex:75%;max-width:75%}.pds-box-sm-10{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:83.3333333333%;flex:83.3333333333%;max-width:83.3333333333%}.pds-box-sm-11{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:91.6666666667%;flex:91.6666666667%;max-width:91.6666666667%}.pds-box-sm-12{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:100%;flex:100%;max-width:100%}}@media (min-width: 768px){.pds-box-md-0{display:none}.pds-box-md-1{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:8.3333333333%;flex:8.3333333333%;max-width:8.3333333333%}.pds-box-md-2{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:16.6666666667%;flex:16.6666666667%;max-width:16.6666666667%}.pds-box-md-3{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:25%;flex:25%;max-width:25%}.pds-box-md-4{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:33.3333333333%;flex:33.3333333333%;max-width:33.3333333333%}.pds-box-md-5{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:41.6666666667%;flex:41.6666666667%;max-width:41.6666666667%}.pds-box-md-6{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:50%;flex:50%;max-width:50%}.pds-box-md-7{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:58.3333333333%;flex:58.3333333333%;max-width:58.3333333333%}.pds-box-md-8{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:66.6666666667%;flex:66.6666666667%;max-width:66.6666666667%}.pds-box-md-9{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:75%;flex:75%;max-width:75%}.pds-box-md-10{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:83.3333333333%;flex:83.3333333333%;max-width:83.3333333333%}.pds-box-md-11{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:91.6666666667%;flex:91.6666666667%;max-width:91.6666666667%}.pds-box-md-12{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:100%;flex:100%;max-width:100%}}@media (min-width: 992px){.pds-box-lg-0{display:none}.pds-box-lg-1{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:8.3333333333%;flex:8.3333333333%;max-width:8.3333333333%}.pds-box-lg-2{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:16.6666666667%;flex:16.6666666667%;max-width:16.6666666667%}.pds-box-lg-3{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:25%;flex:25%;max-width:25%}.pds-box-lg-4{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:33.3333333333%;flex:33.3333333333%;max-width:33.3333333333%}.pds-box-lg-5{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:41.6666666667%;flex:41.6666666667%;max-width:41.6666666667%}.pds-box-lg-6{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:50%;flex:50%;max-width:50%}.pds-box-lg-7{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:58.3333333333%;flex:58.3333333333%;max-width:58.3333333333%}.pds-box-lg-8{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:66.6666666667%;flex:66.6666666667%;max-width:66.6666666667%}.pds-box-lg-9{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:75%;flex:75%;max-width:75%}.pds-box-lg-10{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:83.3333333333%;flex:83.3333333333%;max-width:83.3333333333%}.pds-box-lg-11{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:91.6666666667%;flex:91.6666666667%;max-width:91.6666666667%}.pds-box-lg-12{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:100%;flex:100%;max-width:100%}}@media (min-width: 1200px){.pds-box-xl-0{display:none}.pds-box-xl-1{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:8.3333333333%;flex:8.3333333333%;max-width:8.3333333333%}.pds-box-xl-2{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:16.6666666667%;flex:16.6666666667%;max-width:16.6666666667%}.pds-box-xl-3{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:25%;flex:25%;max-width:25%}.pds-box-xl-4{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:33.3333333333%;flex:33.3333333333%;max-width:33.3333333333%}.pds-box-xl-5{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:41.6666666667%;flex:41.6666666667%;max-width:41.6666666667%}.pds-box-xl-6{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:50%;flex:50%;max-width:50%}.pds-box-xl-7{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:58.3333333333%;flex:58.3333333333%;max-width:58.3333333333%}.pds-box-xl-8{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:66.6666666667%;flex:66.6666666667%;max-width:66.6666666667%}.pds-box-xl-9{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:75%;flex:75%;max-width:75%}.pds-box-xl-10{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:83.3333333333%;flex:83.3333333333%;max-width:83.3333333333%}.pds-box-xl-11{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:91.6666666667%;flex:91.6666666667%;max-width:91.6666666667%}.pds-box-xl-12{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:100%;flex:100%;max-width:100%}}.pds-box{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1}.pds-box--auto{-ms-flex:0 0 var(--sizing-min-width-box, fit-content);flex:0 0 var(--sizing-min-width-box, fit-content);min-width:auto;width:auto}.pds-box--fit{max-width:100%;min-width:100%;width:100%}.pds-box--border{border-color:var(--color-border-box, var(--pine-color-grey-300));border-style:solid;border-width:var(--border-width-default)}.pds-box--display-flex{display:-ms-flexbox;display:flex}.pds-box--display-inline-flex{display:-ms-inline-flexbox;display:inline-flex}.pds-box--display-block{display:block}.pds-box--display-inline-block{display:inline-block}.pds-box--flex-none{-ms-flex:0 0 auto;flex:0 0 auto}.pds-box--flex-grow{-ms-flex:1 1 auto;flex:1 1 auto}.pds-box--flex-shrink{-ms-flex:0 0 auto;flex:0 0 auto}.pds-border-radius-none{border-radius:0}.pds-border-radius-xs{border-radius:var(--pine-border-radius-xs)}.pds-border-radius-sm{border-radius:var(--pine-border-radius-sm)}.pds-border-radius-md{border-radius:var(--pine-border-radius-md)}.pds-border-radius-lg{border-radius:var(--pine-border-radius-lg)}.pds-border-radius-circle{border-radius:50%}.pds-shadow-050{-webkit-box-shadow:var(--pine-box-shadow-050);box-shadow:var(--pine-box-shadow-050)}.pds-shadow-100{-webkit-box-shadow:var(--pine-box-shadow-100);box-shadow:var(--pine-box-shadow-100)}.pds-shadow-150{-webkit-box-shadow:var(--pine-box-shadow-150);box-shadow:var(--pine-box-shadow-150)}.pds-shadow-200{-webkit-box-shadow:var(--pine-box-shadow-200);box-shadow:var(--pine-box-shadow-200)}.pds-shadow-300{-webkit-box-shadow:var(--pine-box-shadow-300);box-shadow:var(--pine-box-shadow-300)}.pds-shadow-400{-webkit-box-shadow:var(--pine-box-shadow-400);box-shadow:var(--pine-box-shadow-400)}.pds-shadow-500{-webkit-box-shadow:var(--pine-box-shadow-500);box-shadow:var(--pine-box-shadow-500)}.pds-box-gap-none{gap:0}.pds-box-gap-xxs{gap:var(--spacing-gap-xxs)}.pds-box-gap-xs{gap:var(--spacing-gap-xs)}.pds-box-gap-sm{gap:var(--spacing-gap-sm)}.pds-box-gap-md{gap:var(--spacing-gap-md)}.pds-box-gap-lg{gap:var(--spacing-gap-lg)}.pds-box-gap-xl{gap:var(--spacing-gap-xl)}.pds-box-gap-xxl{gap:var(--spacing-gap-xxl)}.pds-padding-none{padding:0}.pds-padding-xxs{padding:var(--spacing-gap-xxs)}.pds-padding-xs{padding:var(--spacing-gap-xxs)}.pds-padding-sm{padding:var(--spacing-gap-sm)}.pds-padding-md{padding:var(--spacing-gap-md)}.pds-padding-lg{padding:var(--spacing-gap-lg)}.pds-padding-xl{padding:var(--spacing-gap-xl)}.pds-padding-xxl{padding:var(--spacing-gap-xxl)}.pds-box-display-flex{display:-ms-flexbox;display:flex}.pds-box-display-inline-flex{display:-ms-inline-flexbox;display:inline-flex}.pds-box-direction-row{-ms-flex-direction:row;flex-direction:row}.pds-box-direction-column{-ms-flex-direction:column;flex-direction:column}.pds-justify-content-start{-ms-flex-pack:start;justify-content:start}.pds-justify-content-center{-ms-flex-pack:center;justify-content:center}.pds-justify-content-end{-ms-flex-pack:end;justify-content:end}.pds-justify-content-space-between{-ms-flex-pack:justify;justify-content:space-between}.pds-justify-content-space-around{-ms-flex-pack:distribute;justify-content:space-around}.pds-justify-content-space-evenly{-ms-flex-pack:space-evenly;justify-content:space-evenly}.pds-align-items-start{-ms-flex-align:start;align-items:start}.pds-align-items-center{-ms-flex-align:center;align-items:center}.pds-align-items-end{-ms-flex-align:end;align-items:end}.pds-align-items-stretch{-ms-flex-align:stretch;align-items:stretch}.pds-align-items-baseline{-ms-flex-align:baseline;align-items:baseline}";
|
|
2474
2500
|
var PdsBoxStyle0 = pdsBoxCss;
|
|
2475
2501
|
|
|
2476
2502
|
class PdsBox {
|
|
@@ -2538,7 +2564,7 @@ class PdsBox {
|
|
|
2538
2564
|
this.sizeXl == undefined ? 'pds-box' : ''}
|
|
2539
2565
|
`;
|
|
2540
2566
|
const boxInlineStyles = Object.assign(Object.assign(Object.assign(Object.assign({}, (this.backgroundColor && { '--color-background-box': this.backgroundColor })), (this.borderColor && { '--color-border-box': this.borderColor })), (this.minHeight && { '--sizing-min-height-box': this.minHeight })), (this.minWidth && { '--sizing-min-height-box': this.minWidth }));
|
|
2541
|
-
return (hAsync(Host, { key: '
|
|
2567
|
+
return (hAsync(Host, { key: '56a682a80e67403fdaae36ca8356eb388dfce370', class: boxClasses, style: boxInlineStyles }));
|
|
2542
2568
|
}
|
|
2543
2569
|
static get style() { return PdsBoxStyle0; }
|
|
2544
2570
|
static get cmpMeta() { return {
|
|
@@ -2584,8 +2610,11 @@ const hasShadowDom = (el) => {
|
|
|
2584
2610
|
return !!el.shadowRoot && !!el.attachShadow;
|
|
2585
2611
|
};
|
|
2586
2612
|
|
|
2587
|
-
const
|
|
2588
|
-
var PdsButtonStyle0 =
|
|
2613
|
+
const baseCss$l = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
2614
|
+
var PdsButtonStyle0 = baseCss$l;
|
|
2615
|
+
|
|
2616
|
+
const pdsButtonCss = ":host{--border-radius-default:var(--pine-border-radius-round);--border-width-default:var(--pine-border-width-thin);--border-width-unstyled:var(--pine-border-radius-0);--color-border-default:transparent;--color-border-disabled:transparent;--color-border-focus:transparent;--color-border-hover:transparent;--color-background-primary-default:var(--pine-color-grey-900);--color-background-primary-disabled:var(--pine-color-grey-300);--color-background-primary-hover:var(--pine-color-grey-950);--color-text-primary-default:var(--pine-color-white);--color-text-primary-disabled:var(--pine-color-grey-600);--color-outline-primary:var(--pine-color-blue-200);--color-border-secondary-default:var(--pine-color-grey-400);--color-border-secondary-disabled:var(--pine-color-grey-300);--color-border-secondary-focus:var(--pine-color-grey-300);--color-border-secondary-hover:var(--pine-color-grey-500);--color-text-secondary-default:var(--pine-color-grey-900);--color-text-secondary-disabled:var(--pine-color-grey-600);--color-outline-secondary:var(--pine-color-blue-200);--color-background-accent-default:var(--pine-color-purple-500);--color-background-accent-disabled:var(--pine-color-purple-150);--color-background-accent-hover:var(--pine-color-purple-600);--color-text-accent-default:var(--pine-color-white);--color-text-accent-disabled:var(--pine-color-purple-300);--color-outline-accent:var(--pine-color-purple-300);--color-background-destructive-default:var(--pine-color-red-300);--color-background-destructive-disabled:var(--pine-color-red-100);--color-background-destructive-hover:var(--pine-color-red-400);--color-text-destructive-default:var(--pine-color-white);--color-text-destructive-disabled:var(--pine-color-red-200);--color-outline-destructive:var(--pine-color-red-200);--spacing-disclosure-icon-margin-inline-end:var(--pine-spacing-0);--spacing-disclosure-margin-inline-start:var(--pine-spacing-100);--spacing-icon-margin-inline-end:var(--pine-spacing-100);--spacing-padding-block:var(--pine-spacing-100);--spacing-padding-inline:var(--pine-spacing-200);--spacing-unstyled:var(--pine-spacing-0);--typography-default:var(--pine-font-weight-medium) var(--pine-font-size-100)/var(--pine-line-height-150) var(--pine-font-family-greet);display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.pds-button{-ms-flex-align:center;align-items:center;background-color:var(--color-background-default);border:var(--border-width-default) solid var(--color-border-default);border-radius:var(--pine-border-radius-125);color:var(--color-text-default);display:-ms-flexbox;display:flex;font:var(--typography-default);min-height:40px;padding:var(--spacing-padding-block) var(--spacing-padding-inline)}.pds-button pds-icon{color:currentColor;fill:currentColor;-webkit-margin-end:var(--spacing-icon-margin-inline-end);margin-inline-end:var(--spacing-icon-margin-inline-end)}.pds-button:hover{background-color:var(--color-background-hover);border-color:var(--color-border-hover)}.pds-button:focus-visible{--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--pine-color-purple-300);border-color:var(--color-border-focus);-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}.pds-button:disabled{background-color:var(--color-background-disabled);border-color:var(--color-border-disabled);color:var(--color-text-disabled)}.pds-button--primary{--color-background-default:var(--color-background-primary-default);--color-background-hover:var(--color-background-primary-hover);--color-background-disabled:var(--color-background-primary-disabled);--color-text-default:var(--color-text-primary-default);--color-text-disabled:var(--color-text-primary-disabled);--color-outline:var(--color-outline-primary)}.pds-button--accent{--color-background-default:var(--color-background-accent-default);--color-background-hover:var(--color-background-accent-hover);--color-background-disabled:var(--color-background-accent-disabled);--color-text-default:var(--color-text-accent-default);--color-text-disabled:var(--color-text-accent-disabled);--color-outline:var(--color-outline-accent)}.pds-button--destructive{--color-background-default:var(--color-background-destructive-default);--color-background-hover:var(--color-background-destructive-hover);--color-background-disabled:var(--color-background-destructive-disabled);--color-text-default:var(--color-text-destructive-default);--color-text-disabled:var(--color-text-destructive-disabled);--color-outline:var(--color-outline-destructive)}.pds-button--destructive:focus-visible{--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--color-background-destructive-default);-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}.pds-button--secondary,.pds-button--disclosure{--color-background-default:transparent;--color-background-hover:transparent;--color-background-disabled:transparent;--color-border-disabled:var(--color-border-secondary-disabled);--color-border-focus:var(--color-border-secondary-focus);--color-border-hover:var(--color-border-secondary-hover);--color-border-default:var(--color-border-secondary-default);--color-text-default:var(--color-text-secondary-default);--color-text-disabled:var(--color-text-secondary-disabled);--color-outline:var(--color-outline-secondary)}.pds-button--disclosure pds-icon{-webkit-margin-end:var(--spacing-disclosure-icon-margin-inline-end);margin-inline-end:var(--spacing-disclosure-icon-margin-inline-end);-webkit-margin-start:var(--spacing-disclosure-margin-inline-start);margin-inline-start:var(--spacing-disclosure-margin-inline-start)}.pds-button--unstyled{--color-background-default:transparent;--color-background-hover:transparent;--color-background-disabled:transparent;--color-text-default:inherit;border:var(--border-width-unstyled);margin:var(--spacing-unstyled);min-height:auto;padding:var(--spacing-unstyled);width:inherit}";
|
|
2617
|
+
var PdsButtonStyle1 = pdsButtonCss;
|
|
2589
2618
|
|
|
2590
2619
|
/**
|
|
2591
2620
|
* @part button - The main button element that represents the button component.
|
|
@@ -2628,10 +2657,10 @@ class PdsButton {
|
|
|
2628
2657
|
return classNames.join(' ');
|
|
2629
2658
|
}
|
|
2630
2659
|
render() {
|
|
2631
|
-
return (hAsync(Host, { key: '
|
|
2660
|
+
return (hAsync(Host, { key: '4c63b9a386ed3d9d9f3516648ec26c3823ac6fa6', "aria-disabled": this.disabled ? 'true' : null, id: this.componentId, onClick: this.handleClick, variant: this.variant }, hAsync("button", { key: '50cdc14ea87c350f2e173fb38006021bfe0b78d7', class: this.classNames(), disabled: this.disabled, name: this.name, part: "button", type: this.type, value: this.value }, this.icon && this.variant !== 'disclosure' && hAsync("pds-icon", { key: '94e7c0b1b6b8223b78afe5b61a6073b907afc6e1', name: this.icon, part: "icon" }), hAsync("slot", { key: '736b97d814d34eb8a01ddd22ade8d9ee5a35de82' }), this.variant === 'disclosure' && hAsync("pds-icon", { key: 'f7bea88482de7bfaf23c74e71d9748a403df6a76', icon: caretDown, part: "caret" }))));
|
|
2632
2661
|
}
|
|
2633
2662
|
get el() { return getElement(this); }
|
|
2634
|
-
static get style() { return PdsButtonStyle0; }
|
|
2663
|
+
static get style() { return PdsButtonStyle0 + PdsButtonStyle1; }
|
|
2635
2664
|
static get cmpMeta() { return {
|
|
2636
2665
|
"$flags$": 9,
|
|
2637
2666
|
"$tagName$": "pds-button",
|
|
@@ -2684,8 +2713,11 @@ const isRequired = (target, component) => {
|
|
|
2684
2713
|
*/
|
|
2685
2714
|
const PdsLabel = ({ classNames, htmlFor, text }) => (hAsync("label", { class: classNames, htmlFor: htmlFor }, text));
|
|
2686
2715
|
|
|
2687
|
-
const
|
|
2688
|
-
var PdsCheckboxStyle0 =
|
|
2716
|
+
const baseCss$k = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
2717
|
+
var PdsCheckboxStyle0 = baseCss$k;
|
|
2718
|
+
|
|
2719
|
+
const pdsCheckboxCss = ":host{--border-default:var(--pine-border-width-thin) solid var(--pine-color-grey-400);--border-color-interactive-hover:var(--pine-border-width-thin) solid var(--pine-color-grey-500);--border-radius:var(--pine-border-radius-050);--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--pine-color-purple-300);--box-shadow-focus-invalid:0 0 0 1px #ffffff, 0 0 0 3px var(--pine-color-red-200);--color-background:var(--pine-color-white);--color-background-disabled:var(--pine-color-grey-200);--color-background-hover:var(--pine-color-grey-100);--color-border-disabled:var(--pine-color-grey-600);--color-border-icon:var(--pine-color-white);--color-checked:var(--pine-color-grey-950);--color-disabled:var(--pine-color-grey-300);--color-invalid:var(--pine-color-red-300);--color-text-disabled:var(--pine-color-grey-500);--color-text-message:var(--pine-color-grey-700);--sizing-input:var(--pine-font-size-100);-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}:host(.is-invalid) input{border-color:var(--color-invalid)}:host(.is-invalid) input:checked{background:var(--color-invalid)}:host(.is-invalid) input:focus-visible{-webkit-box-shadow:var(--box-shadow-focus-invalid);box-shadow:var(--box-shadow-focus-invalid);outline:none}:host(.is-invalid) label,:host(.is-invalid) .pds-checkbox__message--error{color:var(--color-invalid)}:host(.is-indeterminate) input{background:var(--color-checked);border-color:var(--color-checked)}:host(.is-indeterminate) input::after{border:1px solid var(--color-border-icon);border-bottom:0;border-left:0;border-top:0;content:\"\";display:block;height:7px;left:50%;position:absolute;top:50%;-webkit-transform:rotate(87deg) translate3d(-114%, 25%, 0);transform:rotate(87deg) translate3d(-114%, 25%, 0);width:4px}input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--color-background);border:var(--border-default);border-radius:var(--border-radius);height:var(--sizing-input);margin:0;position:relative;width:var(--sizing-input)}input:hover{background:var(--color-background-hover);border:var(--border-color-interactive-hover)}input:checked{background:var(--color-checked);border-color:var(--color-checked)}input:checked::after{border:1px solid var(--color-border-icon);border-left:0;border-top:0;content:\"\";display:block;height:7px;left:50%;position:absolute;top:50%;-webkit-transform:rotate(43deg) translate3d(-110%, -30%, 0);transform:rotate(43deg) translate3d(-110%, -30%, 0);width:4px}input:disabled{background:var(--color-background-disabled);border-color:var(--color-disabled);cursor:not-allowed}input:disabled:checked{background:var(--color-disabled);border-color:var(--color-disabled)}input:disabled:checked::after{border-color:var(--color-border-disabled)}input:disabled+label{color:var(--color-text-disabled);cursor:not-allowed}input:disabled~.pds-checkbox__message{color:var(--color-text-disabled)}input:focus-visible{-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}label{-webkit-margin-start:10px;margin-inline-start:10px}.visually-hidden{border:0;clip:rect(0 0 0 0);-webkit-clip-path:polygon(0 0, 0 0, 0 0);clip-path:polygon(0 0, 0 0, 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pds-checkbox__message{color:var(--color-text-message);font-size:14px;-webkit-margin-before:6px;margin-block-start:6px;-webkit-margin-start:26px;margin-inline-start:26px;width:100%}";
|
|
2720
|
+
var PdsCheckboxStyle1 = pdsCheckboxCss;
|
|
2689
2721
|
|
|
2690
2722
|
class PdsCheckbox {
|
|
2691
2723
|
constructor(hostRef) {
|
|
@@ -2739,14 +2771,14 @@ class PdsCheckbox {
|
|
|
2739
2771
|
return classNames.join(' ');
|
|
2740
2772
|
}
|
|
2741
2773
|
render() {
|
|
2742
|
-
return (hAsync(Host, { key: '
|
|
2743
|
-
hAsync("div", { key: '
|
|
2744
|
-
hAsync("div", { key: '
|
|
2774
|
+
return (hAsync(Host, { key: '445bf52e75b4d45cffa0621550c3221da77cd28a', class: this.classNames() }, hAsync("input", { key: '326a380543328244ad71da4188d3a18561a8ddd3', type: "checkbox", "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, id: this.componentId, indeterminate: this.indeterminate, name: this.name, value: this.value, checked: this.checked, required: this.required, disabled: this.disabled, onChange: this.handleCheckboxChange, onInput: this.handleInput }), hAsync(PdsLabel, { key: 'eb22531287c39f53ad02eeba93e3845ead776f01', htmlFor: this.componentId, text: this.label, classNames: this.labelHidden ? 'visually-hidden' : '' }), this.helperMessage &&
|
|
2775
|
+
hAsync("div", { key: 'f434bc8e221fcd55d864c40de9b030066bbfc028', class: 'pds-checkbox__message', id: messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
|
|
2776
|
+
hAsync("div", { key: 'b3193bc5239041909f7d256e8ad20d23dfab0ef3', class: `pds-checkbox__message pds-checkbox__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, this.errorMessage)));
|
|
2745
2777
|
}
|
|
2746
2778
|
static get watchers() { return {
|
|
2747
2779
|
"checked": ["updateIndeterminate"]
|
|
2748
2780
|
}; }
|
|
2749
|
-
static get style() { return PdsCheckboxStyle0; }
|
|
2781
|
+
static get style() { return PdsCheckboxStyle0 + PdsCheckboxStyle1; }
|
|
2750
2782
|
static get cmpMeta() { return {
|
|
2751
2783
|
"$flags$": 9,
|
|
2752
2784
|
"$tagName$": "pds-checkbox",
|
|
@@ -2770,8 +2802,11 @@ class PdsCheckbox {
|
|
|
2770
2802
|
}; }
|
|
2771
2803
|
}
|
|
2772
2804
|
|
|
2773
|
-
const
|
|
2774
|
-
var PdsChipStyle0 =
|
|
2805
|
+
const baseCss$j = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
2806
|
+
var PdsChipStyle0 = baseCss$j;
|
|
2807
|
+
|
|
2808
|
+
const pdsChipCss = ":host{--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--pine-color-purple-300);--border-radius:var(--pine-border-radius-200);--color-background-accent:var(--pine-color-purple-100);--color-background-accent-dot:var(--pine-color-purple-300);--color-background-accent-interactive:var(--pine-color-purple-200);--color-background-danger:var(--pine-color-red-100);--color-background-danger-dot:var(--pine-color-red-300);--color-background-danger-interactive:var(--pine-color-red-200);--color-background-info:var(--pine-color-blue-100);--color-background-info-dot:var(--pine-color-blue-300);--color-background-info-interactive:var(--pine-color-blue-200);--color-background-neutral:var(--pine-color-grey-300);--color-background-neutral-dot:var(--pine-color-grey-600);--color-background-neutral-interactive:var(--pine-color-grey-400);--color-background-success:var(--pine-color-green-100);--color-background-success-dot:var(--pine-color-green-300);--color-background-success-interactive:var(--pine-color-green-200);--color-background-warning:var(--pine-color-yellow-100);--color-background-warning-dot:var(--pine-color-yellow-300);--color-background-warning-interactive:var(--pine-color-yellow-200);--font-size-sm:var(--pine-font-size-085);--font-size-body:var(--pine-font-size-100);--font-weight:var(--pine-font-weight-medium);--line-height:var(--pine-line-height-100);--spacing-xxs:calc(var(--pine-spacing-050) / 2);--spacing-xs:var(--pine-spacing-050);--spacing-sm:calc(var(--pine-spacing-150) / 2);--spacing-md:var(--pine-spacing-100);--spacing-lg:calc(var(--pine-spacing-250) / 2);--spacing-xl:var(--pine-spacing-150);--spacing-xxl:calc(var(--pine-spacing-350) / 2);--sizing-close:10px;--sizing-close-lg:24px;--sizing-dot:4px;-ms-flex-align:center;align-items:center;border-radius:var(--border-radius);display:-ms-inline-flexbox;display:inline-flex;font-size:var(--font-size-sm);font-weight:var(--font-weight);line-height:var(--line-height);padding-block:var(--spacing-xs);padding-inline:var(--spacing-lg)}:host(.pds-chip--accent){background:var(--color-background-accent)}:host(.pds-chip--accent) .pds-chip__dot{background:var(--color-background-accent-dot)}:host(.pds-chip--accent) .pds-chip__close:hover{background:var(--color-background-accent-interactive)}:host(.pds-chip--accent.pds-chip--dropdown:hover){background:var(--color-background-accent-interactive)}:host(.pds-chip--danger){background:var(--color-background-danger)}:host(.pds-chip--danger) .pds-chip__dot{background:var(--color-background-danger-dot)}:host(.pds-chip--danger) .pds-chip__close:hover{background:var(--color-background-danger-interactive)}:host(.pds-chip--danger.pds-chip--dropdown:hover){background:var(--color-background-danger-interactive)}:host(.pds-chip--info){background:var(--color-background-info)}:host(.pds-chip--info) .pds-chip__dot{background:var(--color-background-info-dot)}:host(.pds-chip--info) .pds-chip__close:hover{background:var(--color-background-info-interactive)}:host(.pds-chip--info.pds-chip--dropdown:hover){background:var(--color-background-info-interactive)}:host(.pds-chip--neutral){background:var(--color-background-neutral)}:host(.pds-chip--neutral) .pds-chip__dot{background:var(--color-background-neutral-dot)}:host(.pds-chip--neutral) .pds-chip__close:hover{background:var(--color-background-neutral-interactive)}:host(.pds-chip--neutral.pds-chip--dropdown:hover){background:var(--color-background-neutral-interactive)}:host(.pds-chip--success){background:var(--color-background-success)}:host(.pds-chip--success) .pds-chip__dot{background:var(--color-background-success-dot)}:host(.pds-chip--success) .pds-chip__close:hover{background:var(--color-background-success-interactive)}:host(.pds-chip--success.pds-chip--dropdown:hover){background:var(--color-background-success-interactive)}:host(.pds-chip--warning){background:var(--color-background-warning)}:host(.pds-chip--warning) .pds-chip__dot{background:var(--color-background-warning-dot)}:host(.pds-chip--warning) .pds-chip__close:hover{background:var(--color-background-warning-interactive)}:host(.pds-chip--warning.pds-chip--dropdown:hover){background:var(--color-background-warning-interactive)}.pds-chip__dot{border:1px solid transparent;border-radius:50%;display:inline-block;height:var(--sizing-dot);-webkit-margin-after:var(--spacing-xxs);margin-block-end:var(--spacing-xxs);-webkit-margin-end:var(--spacing-xs);margin-inline-end:var(--spacing-xs);width:var(--sizing-dot)}:host(.pds-chip--dropdown){padding:0}:host(.pds-chip--dropdown) .pds-chip__dot{-webkit-margin-after:calc(var(--spacing-xxs) / 4);margin-block-end:calc(var(--spacing-xxs) / 4);-webkit-margin-before:var(--spacing-xxs);margin-block-start:var(--spacing-xxs)}.pds-chip__button{-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:var(--border-radius);display:-ms-flexbox;display:flex;font-family:inherit;font-size:var(--font-size-sm);font-weight:var(--font-weight);line-height:var(--line-height);padding-block:var(--spacing-xs);padding-inline:var(--spacing-lg)}.pds-chip__button:focus-visible{-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}.pds-chip__button pds-icon{-webkit-margin-end:calc(var(--spacing-xxs) * -1);margin-inline-end:calc(var(--spacing-xxs) * -1);-webkit-margin-start:var(--spacing-xs);margin-inline-start:var(--spacing-xs)}:host(.pds-chip--tag){padding-block:var(--spacing-xxs)}.pds-chip__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:50%;height:var(--sizing-close);-webkit-margin-end:calc(var(--spacing-md) * -1);margin-inline-end:calc(var(--spacing-md) * -1);-webkit-margin-start:var(--spacing-xs);margin-inline-start:var(--spacing-xs);padding:var(--sizing-close);position:relative;width:var(--sizing-close)}.pds-chip__close pds-icon{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.pds-chip__close:focus-visible{-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}:host(.pds-chip--large){font-size:var(--font-size-body);padding-block:var(--spacing-sm);padding-inline:var(--spacing-xxl)}:host(.pds-chip--large):host(.pds-chip--dropdown){padding-block:var(--spacing-xs);padding-inline:var(--spacing-xxs)}:host(.pds-chip--large):host(.pds-chip--dropdown) .pds-chip__dot{-webkit-margin-after:0;margin-block-end:0}:host(.pds-chip--large) .pds-chip__button{font-size:var(--font-size-body);padding-inline:var(--spacing-xl)}:host(.pds-chip--large) .pds-chip__close{height:var(--sizing-close-lg);-webkit-margin-end:calc(var(--spacing-xl) * -1);margin-inline-end:calc(var(--spacing-xl) * -1);width:var(--sizing-close-lg)}:host(.pds-chip--large):host(.pds-chip--tag){padding-block:var(--spacing-xs)}";
|
|
2809
|
+
var PdsChipStyle1 = pdsChipCss;
|
|
2775
2810
|
|
|
2776
2811
|
class PdsChip {
|
|
2777
2812
|
constructor(hostRef) {
|
|
@@ -2806,9 +2841,9 @@ class PdsChip {
|
|
|
2806
2841
|
return chipContent;
|
|
2807
2842
|
}
|
|
2808
2843
|
render() {
|
|
2809
|
-
return (hAsync(Host, { key: '
|
|
2844
|
+
return (hAsync(Host, { key: 'b49508fac6a1006cb9a52010644307e4528b1920', class: this.classNames(), id: this.componentId }, this.setChipContent(), this.variant === 'tag' && (hAsync("button", { key: '7156f121be5ac59ce77aba3b2e7bf3aa8c4d9d37', class: "pds-chip__close", type: "button", onClick: this.handleCloseClick, "aria-label": "Remove" }, hAsync("pds-icon", { key: '47663af897eab3f9e0288b0f92cb57ea42cdb77a', icon: remove, size: "12px" })))));
|
|
2810
2845
|
}
|
|
2811
|
-
static get style() { return PdsChipStyle0; }
|
|
2846
|
+
static get style() { return PdsChipStyle0 + PdsChipStyle1; }
|
|
2812
2847
|
static get cmpMeta() { return {
|
|
2813
2848
|
"$flags$": 9,
|
|
2814
2849
|
"$tagName$": "pds-chip",
|
|
@@ -2826,8 +2861,11 @@ class PdsChip {
|
|
|
2826
2861
|
}; }
|
|
2827
2862
|
}
|
|
2828
2863
|
|
|
2829
|
-
const
|
|
2830
|
-
var PdsCopytextStyle0 =
|
|
2864
|
+
const baseCss$i = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
2865
|
+
var PdsCopytextStyle0 = baseCss$i;
|
|
2866
|
+
|
|
2867
|
+
const pdsCopytextCss = ":host(.pds-copytext){--border-interactive-default:var(--pine-border-width-thin) solid var(--pine-color-grey-300);--border-interactive-hover:var(--pine-border-width-thin) solid var(--pine-color-grey-400);--border-radius-default:var(--pine-border-radius-125);--border-radius-hover:var(--pine-border-radius-0);--border-width-default:var(--pine-border-width-none);--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--pine-color-purple-300);--color-background-default:var(--pine-color-white);--color-border-interactive-hover:var(--pine-color-grey-400);--color-text-hover:var(--pine-color-grey-900);--copytext-color-background-hover:var(--pine-color-grey-200);--font-size-default:var(--pine-font-size-100);--font-weight-default:var(--pine-font-weight-semi-bold);--spacing-bordered-margin-inline-end:var(--pine-spacing-200);--spacing-bordered-padding-block:var(--pine-spacing-100);--spacing-bordered-padding-inline:var(--pine-spacing-200);--spacing-margin-inline-end:var(--pine-spacing-100);--spacing-padding-block:var(--pine-spacing-050);--spacing-padding-inline:var(--pine-spacing-100);--spacing-padding-none:var(--pine-spacing-0);--typography-default:var(--pine-font-weight-medium) var(--pine-font-size-100)/var(--pine-line-height-150) var(--pine-font-family-circular)}:host(.pds-copytext) pds-button{-ms-flex-align:center;align-items:center;background:var(--color-background-default);border:var(--border-width-default);border-radius:var(--border-radius-default);display:-ms-inline-flexbox;display:inline-flex;font:var(--typography-default);max-width:100%;padding:var(--spacing-padding-block) var(--spacing-padding-inline)}:host(.pds-copytext) pds-button::part(button):hover{background-color:var(--copytext-color-background-hover);border-radius:var(--border-radius-hover);color:var(--color-text-hover)}:host(.pds-copytext) pds-button span{-webkit-margin-end:var(--spacing-margin-inline-end);margin-inline-end:var(--spacing-margin-inline-end);white-space:nowrap}:host(.pds-copytext) pds-button :nth-child(2){-ms-flex-negative:0;flex-shrink:0}:host(.pds-copytext):host(.pds-copytext--bordered){border:var(--border-width-default);padding:var(--spacing-padding-none)}:host(.pds-copytext):host(.pds-copytext--bordered) pds-button{padding:var(--spacing-padding-none)}:host(.pds-copytext):host(.pds-copytext--bordered) pds-button:hover{background:none}:host(.pds-copytext):host(.pds-copytext--bordered) span{border:var(--border-interactive-default);border-radius:var(--border-radius-default);-webkit-margin-end:var(--spacing-bordered-margin-inline-end);margin-inline-end:var(--spacing-bordered-margin-inline-end);padding-block:var(--spacing-bordered-padding-block);padding-inline:var(--spacing-bordered-padding-inline)}:host(.pds-copytext):host(.pds-copytext--bordered) :hover span{border:var(--border-interactive-hover)}:host(.pds-copytext):host(.pds-copytext--full-width){display:-ms-flexbox;display:flex;width:100%}:host(.pds-copytext):host(.pds-copytext--full-width) pds-button{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:100%}:host(.pds-copytext):host(.pds-copytext--full-width) pds-button span{text-align:left;width:100%}:host(.pds-copytext):host(.pds-copytext--truncated) pds-button{display:-ms-flexbox;display:flex;width:100%}:host(.pds-copytext):host(.pds-copytext--truncated) pds-button span{overflow:hidden;text-align:left;text-overflow:ellipsis;width:100%}";
|
|
2868
|
+
var PdsCopytextStyle1 = pdsCopytextCss;
|
|
2831
2869
|
|
|
2832
2870
|
class PdsCopytext {
|
|
2833
2871
|
constructor(hostRef) {
|
|
@@ -2867,9 +2905,9 @@ class PdsCopytext {
|
|
|
2867
2905
|
return classNames.join(' ');
|
|
2868
2906
|
}
|
|
2869
2907
|
render() {
|
|
2870
|
-
return (hAsync(Host, { key: '
|
|
2908
|
+
return (hAsync(Host, { key: '24f8ccba6099b5a4f283fe049dc38e32c916c80e', class: this.classNames(), id: this.componentId }, hAsync("pds-button", { key: '7b4d6703944df7a4a3932663b5c09b496d642f0c', type: "button", variant: "unstyled", onClick: this.handleClick }, hAsync("span", { key: '68ab90f525b04edc3d708d7405d34558aee8c98e' }, this.value), hAsync("pds-icon", { key: '06a24c4577dc10917e69314a6d19db8e6a88e7f7', icon: copy, size: "16px" }))));
|
|
2871
2909
|
}
|
|
2872
|
-
static get style() { return PdsCopytextStyle0; }
|
|
2910
|
+
static get style() { return PdsCopytextStyle0 + PdsCopytextStyle1; }
|
|
2873
2911
|
static get cmpMeta() { return {
|
|
2874
2912
|
"$flags$": 9,
|
|
2875
2913
|
"$tagName$": "pds-copytext",
|
|
@@ -2886,8 +2924,11 @@ class PdsCopytext {
|
|
|
2886
2924
|
}; }
|
|
2887
2925
|
}
|
|
2888
2926
|
|
|
2927
|
+
const baseCss$h = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
2928
|
+
var PdsDividerStyle0 = baseCss$h;
|
|
2929
|
+
|
|
2889
2930
|
const pdsDividerCss = ":host{--color-background-default:var(--pine-color-grey-400);--spacing-offset-xxs:var(--pine-spacing-050);--spacing-offset-xs:var(--pine-spacing-100);--spacing-offset-sm:var(--pine-spacing-200);--spacing-offset-md:var(--pine-spacing-300);--spacing-offset-lg:var(--pine-spacing-450);--spacing-offset-xxl:var(--pine-spacing-800)}.pds-divider{background:var(--color-background-default);border:0;display:-ms-flexbox;display:flex;height:1px;margin:0;width:100%}.pds-divider--vertical{height:100%;width:1px}.pds-divider--offset-xxs{margin:0 calc(var(--spacing-offset-xxs) * -1);padding:0 var(--spacing-offset-xxs)}.pds-divider--offset-xxs.pds-divider--vertical{margin:calc(var(--spacing-offset-xxs) * -1) 0;padding:var(--spacing-offset-xxs) 0}.pds-divider--offset-xs{margin:0 calc(var(--spacing-offset-xs) * -1);padding:0 var(--spacing-offset-xs)}.pds-divider--offset-xs.pds-divider--vertical{margin:calc(var(--spacing-offset-xs) * -1) 0;padding:var(--spacing-offset-xs) 0}.pds-divider--offset-sm{margin:0 calc(var(--spacing-offset-sm) * -1);padding:0 var(--spacing-offset-sm)}.pds-divider--offset-sm.pds-divider--vertical{margin:calc(var(--spacing-offset-sm) * -1) 0;padding:var(--spacing-offset-sm) 0}.pds-divider--offset-md{margin:0 calc(var(--spacing-offset-md) * -1);padding:0 var(--spacing-offset-md)}.pds-divider--offset-md.pds-divider--vertical{margin:calc(var(--spacing-offset-md) * -1) 0;padding:var(--spacing-offset-md) 0}.pds-divider--offset-lg{margin:0 calc(var(--spacing-offset-lg) * -1);padding:0 var(--spacing-offset-lg)}.pds-divider--offset-lg.pds-divider--vertical{margin:calc(var(--spacing-offset-lg) * -1) 0;padding:var(--spacing-offset-lg) 0}.pds-divider--offset-xl{margin:0 calc(var(--spacing-offset-xl) * -1);padding:0 var(--spacing-offset-xl)}.pds-divider--offset-xl.pds-divider--vertical{margin:calc(var(--spacing-offset-xl) * -1) 0;padding:var(--spacing-offset-xl) 0}.pds-divider--offset-xxl{margin:0 calc(var(--spacing-offset-xxl) * -1);padding:0 var(--spacing-offset-xxl)}.pds-divider--offset-xxl.pds-divider--vertical{margin:calc(var(--spacing-offset-xxl) * -1) 0;padding:var(--spacing-offset-xxl) 0}@media (max-width: 767px){.pds-divider--vertical{display:none}}";
|
|
2890
|
-
var
|
|
2931
|
+
var PdsDividerStyle1 = pdsDividerCss;
|
|
2891
2932
|
|
|
2892
2933
|
class PdsDivider {
|
|
2893
2934
|
constructor(hostRef) {
|
|
@@ -2908,9 +2949,9 @@ class PdsDivider {
|
|
|
2908
2949
|
return classNames.join(' ');
|
|
2909
2950
|
}
|
|
2910
2951
|
render() {
|
|
2911
|
-
return (hAsync(Host, { key: '
|
|
2952
|
+
return (hAsync(Host, { key: '03b43edbf300af791cb86d11991507f1449981f7', id: this.componentId }, hAsync("hr", { key: '3385a8497632540187d3c5f16716032d37d5c036', class: this.classNames() })));
|
|
2912
2953
|
}
|
|
2913
|
-
static get style() { return PdsDividerStyle0; }
|
|
2954
|
+
static get style() { return PdsDividerStyle0 + PdsDividerStyle1; }
|
|
2914
2955
|
static get cmpMeta() { return {
|
|
2915
2956
|
"$flags$": 9,
|
|
2916
2957
|
"$tagName$": "pds-divider",
|
|
@@ -3087,8 +3128,11 @@ const createColorClasses = (color) => {
|
|
|
3087
3128
|
: null;
|
|
3088
3129
|
};
|
|
3089
3130
|
|
|
3131
|
+
const baseCss$g = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
3132
|
+
var PdsImageStyle0 = baseCss$g;
|
|
3133
|
+
|
|
3090
3134
|
const pdsImageCss = ":host{--dimension-aspect-ratio:auto;display:inline-block}img{aspect-ratio:var(--dimension-aspect-ratio);height:auto;width:100%}";
|
|
3091
|
-
var
|
|
3135
|
+
var PdsImageStyle1 = pdsImageCss;
|
|
3092
3136
|
|
|
3093
3137
|
class PdsImage {
|
|
3094
3138
|
constructor(hostRef) {
|
|
@@ -3103,11 +3147,11 @@ class PdsImage {
|
|
|
3103
3147
|
this.width = undefined;
|
|
3104
3148
|
}
|
|
3105
3149
|
render() {
|
|
3106
|
-
return (hAsync(Host, { key: '
|
|
3150
|
+
return (hAsync(Host, { key: '810bb5579a28b8a1867f202ccf555bcb0a1be2a5', class: {
|
|
3107
3151
|
'pds-image': true,
|
|
3108
|
-
}, id: this.componentId }, hAsync("img", { key: '
|
|
3152
|
+
}, id: this.componentId }, hAsync("img", { key: '66d78e000caaa91db5dbd68ce34824215d3c7bf9', alt: this.alt, height: this.height, loading: this.loading, sizes: this.sizes, src: this.src, srcset: this.srcset, width: this.width })));
|
|
3109
3153
|
}
|
|
3110
|
-
static get style() { return PdsImageStyle0; }
|
|
3154
|
+
static get style() { return PdsImageStyle0 + PdsImageStyle1; }
|
|
3111
3155
|
static get cmpMeta() { return {
|
|
3112
3156
|
"$flags$": 9,
|
|
3113
3157
|
"$tagName$": "pds-image",
|
|
@@ -3127,8 +3171,11 @@ class PdsImage {
|
|
|
3127
3171
|
}; }
|
|
3128
3172
|
}
|
|
3129
3173
|
|
|
3130
|
-
const
|
|
3131
|
-
var PdsInputStyle0 =
|
|
3174
|
+
const baseCss$f = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
3175
|
+
var PdsInputStyle0 = baseCss$f;
|
|
3176
|
+
|
|
3177
|
+
const pdsInputCss = ":host{--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--pine-color-purple-300);--box-shadow-focus-error:0 0 0 1px #ffffff, 0 0 0 3px var(--pine-color-red-200);--color-text-default:var(--pine-color-grey-950);--color-background-disabled:var(--pine-color-grey-100);--color-border-default:var(--pine-color-grey-400);--color-border-error:var(--pine-color-red-300);--color-border-hover:var(--pine-color-grey-500);--color-disabled-text:var(--pine-color-grey-500);--color-placeholder-text:var(--pine-color-grey-700);--font-size-helper-message:var(--pine-font-size-100);--font-size-input-field:var(--pine-font-size-100);--font-size-label:var(--pine-font-size-100);--font-weight-helper-message:var(--pine-font-weight-normal);--font-weight-input-field:var(--pine-font-weight-normal);--font-weight-label:var(--pine-font-weight-medium);--line-height-label:var(--pine-line-height-150);--line-height-helper-message:var(--pine-line-height-125);--line-height-input-field:var(--pine-line-height-150);--spacing-field-padding-block:var(--pine-spacing-100);--spacing-input-field-padding-inline:var(--pine-spacing-200);--spacing-label-margin-block-end:var(--pine-spacing-100);--spacing-margin-top-helper-message:var(--pine-spacing-100);display:inline}.pds-input{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}label{font-size:var(--font-size-label);font-weight:var(--font-weight-label);line-height:var(--line-height-label);-webkit-margin-after:var(--spacing-label-margin-block-end);margin-block-end:var(--spacing-label-margin-block-end)}input{border:1px solid var(--color-border-default);border-radius:10px;font-size:var(--font-size-input-field);font-weight:var(--font-weight-input-field);line-height:var(--line-height-input-field);padding:var(--spacing-field-padding-block) var(--spacing-input-field-padding-inline);}input:disabled{background-color:var(--color-background-disabled);color:var(--color-disabled-text);cursor:not-allowed}input:hover{border-color:var(--color-border-hover)}input:focus-visible{-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}input::-webkit-input-placeholder{color:var(--color-placeholder-text)}input::-moz-placeholder{color:var(--color-placeholder-text)}input::-moz-placeholder{color:var(--color-placeholder-text)}input:-ms-input-placeholder{color:var(--color-placeholder-text)}input:has(~.pds-input__error-message){border-color:var(--color-border-error)}input:has(~.pds-input__error-message):focus-visible{-webkit-box-shadow:var(--box-shadow-focus-error);box-shadow:var(--box-shadow-focus-error);outline:none}.pds-input__error-message,.pds-input__helper-message{font-size:var(--font-size-helper-message);font-weight:var(--font-weight-helper-message);line-height:var(--line-height-helper-message);-webkit-margin-after:0;margin-block-end:0;-webkit-margin-before:var(--spacing-margin-top-helper-message);margin-block-start:var(--spacing-margin-top-helper-message)}.pds-input__error-message{color:var(--color-error)}";
|
|
3178
|
+
var PdsInputStyle1 = pdsInputCss;
|
|
3132
3179
|
|
|
3133
3180
|
class PdsInput {
|
|
3134
3181
|
constructor(hostRef) {
|
|
@@ -3155,11 +3202,11 @@ class PdsInput {
|
|
|
3155
3202
|
this.value = undefined;
|
|
3156
3203
|
}
|
|
3157
3204
|
render() {
|
|
3158
|
-
return (hAsync(Host, { key: '
|
|
3159
|
-
hAsync("p", { key: '
|
|
3160
|
-
hAsync("p", { key: '
|
|
3205
|
+
return (hAsync(Host, { key: '784e8ceebc3e9f7af1ca8a36e3e3bb3fb427ff73', "aria-disabled": this.disabled ? 'true' : null }, hAsync("div", { key: '15e330030f22a3d0d62efef1e67953779ae56993', class: "pds-input" }, hAsync(PdsLabel, { key: 'fee1b5fc13968007530c2a4aafcc1179df5bf48a', htmlFor: this.componentId, text: this.label }), hAsync("input", { key: '987006aafd9d6c44478ee50ef10be7305b00d5af', class: "pds-input__field", "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, disabled: this.disabled, id: this.componentId, name: this.name, placeholder: this.placeholder, readOnly: this.readonly, required: this.required, type: this.type, value: this.value, onInput: this.onInputEvent }), this.helperMessage &&
|
|
3206
|
+
hAsync("p", { key: '48bf04ec1a4dcc5c29bc7abc6c9a7c7c23dce5e1', class: "pds-input__helper-message", id: messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
|
|
3207
|
+
hAsync("p", { key: '7dfc00d8f19f0a799f5fcacc1f429b2755bfa8d2', class: "pds-input__error-message", id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, this.errorMessage))));
|
|
3161
3208
|
}
|
|
3162
|
-
static get style() { return PdsInputStyle0; }
|
|
3209
|
+
static get style() { return PdsInputStyle0 + PdsInputStyle1; }
|
|
3163
3210
|
static get cmpMeta() { return {
|
|
3164
3211
|
"$flags$": 9,
|
|
3165
3212
|
"$tagName$": "pds-input",
|
|
@@ -3183,8 +3230,11 @@ class PdsInput {
|
|
|
3183
3230
|
}; }
|
|
3184
3231
|
}
|
|
3185
3232
|
|
|
3186
|
-
const
|
|
3187
|
-
var PdsLinkStyle0 =
|
|
3233
|
+
const baseCss$e = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
3234
|
+
var PdsLinkStyle0 = baseCss$e;
|
|
3235
|
+
|
|
3236
|
+
const pdsLinkCss = ":host{--border-outline:4px solid var(--pine-color-blue-200);--border-radius:var(--pine-border-radius-075);--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--pine-color-purple-300);--color-text-default:var(--pine-color-grey-900);--font-size:var(--pine-font-size-100);--font-size-sm:var(--pine-font-size-085);--font-size-xs:var(--pine-font-size-085);--font-weight:var(--pine-font-weight-medium);--spacing-inline-start-margin:var(--pine-spacing-050);--sizing-svg-lg:15px;--sizing-svg-md:13px;--sizing-svg-sm:11px;display:inline}:host pds-icon{-webkit-margin-start:var(--spacing-inline-start-margin);margin-inline-start:var(--spacing-inline-start-margin)}.pds-link{-ms-flex-align:center;align-items:center;color:var(--color-text);display:-ms-inline-flexbox;display:inline-flex;font-weight:inherit}.pds-link:focus-visible{-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none;position:relative}.pds-link--sm{font-size:var(--font-size-xs)}.pds-link--sm pds-icon{height:var(--sizing-svg-sm);width:var(--sizing-svg-sm)}.pds-link--md{font-size:var(--font-size-sm)}.pds-link--md pds-icon{height:var(--sizing-svg-md);width:var(--sizing-svg-md)}.pds-link--lg{font-size:var(--font-size)}.pds-link--lg pds-icon{height:var(--sizing-svg-lg);width:var(--sizing-svg-lg)}.pds-link--plain{font-weight:var(--font-weight);text-decoration:none}.pds-link--plain:hover{text-decoration:underline}.pds-link--default{text-decoration:underline}.pds-link--default:hover{text-decoration:none}";
|
|
3237
|
+
var PdsLinkStyle1 = pdsLinkCss;
|
|
3188
3238
|
|
|
3189
3239
|
/**
|
|
3190
3240
|
* @part link - The main link element that represents the link component.
|
|
@@ -3210,10 +3260,10 @@ class PdsLink {
|
|
|
3210
3260
|
return classNames.join(' ');
|
|
3211
3261
|
}
|
|
3212
3262
|
render() {
|
|
3213
|
-
return (hAsync("a", { key: '
|
|
3214
|
-
hAsync("pds-icon", { key: '
|
|
3263
|
+
return (hAsync("a", { key: '48d18c76dabdf7848cb28406ca41bcb319046f15', class: this.classNames(), href: this.href, id: this.componentId, target: this.external ? '_blank' : undefined, part: "link" }, hAsync("slot", { key: 'd1300abecf3a94cbeb0dd0203e0938496499750b' }, this.href), this.external &&
|
|
3264
|
+
hAsync("pds-icon", { key: '353ee581e0060669910e0e9220f3e85d2c46e41b', icon: launch, size: this.fontSize })));
|
|
3215
3265
|
}
|
|
3216
|
-
static get style() { return PdsLinkStyle0; }
|
|
3266
|
+
static get style() { return PdsLinkStyle0 + PdsLinkStyle1; }
|
|
3217
3267
|
static get cmpMeta() { return {
|
|
3218
3268
|
"$flags$": 9,
|
|
3219
3269
|
"$tagName$": "pds-link",
|
|
@@ -3230,8 +3280,11 @@ class PdsLink {
|
|
|
3230
3280
|
}; }
|
|
3231
3281
|
}
|
|
3232
3282
|
|
|
3233
|
-
const
|
|
3234
|
-
var PdsLoaderStyle0 =
|
|
3283
|
+
const baseCss$d = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
3284
|
+
var PdsLoaderStyle0 = baseCss$d;
|
|
3285
|
+
|
|
3286
|
+
const pdsLoaderCss = ":host{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--pine-spacing-100)}:host(.pds-loader--hidden),.pds-loader--hidden{border-width:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pds-loader--spinner svg{--color-background-spinner:var(--pine-color-mercury-400);--number-spinner-timing:2s;--number-spinner-path-timing:1.5s;-webkit-animation:rotate var(--number-spinner-timing) linear infinite;animation:rotate var(--number-spinner-timing) linear infinite;block-size:var(--sizing-spinner);color:var(--color-background-spinner);inline-size:var(--sizing-spinner)}.pds-loader__spinner-path{stroke-width:8px}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.pds-loader--typing{--border-radius-typing:var(--pine-border-radius-200);--border-radius-typing-dot:var(--pine-border-radius-round);--box-shadow-typing:var(--pine-box-shadow-100);--color-background-typing-default:var(--pine-color-grey-200);--color-background-typing-dot-default:var(--pine-color-grey-500);--number-typing-timing:1s;--opacity-typing-dot-default:0.4;--opacity-typing-dot-active:1;--sizing-typing-dot:calc(var(--pine-spacing-150) / 2);--spacing-typing-gap:var(--pine-spacing-050);--spacing-typing-margin-block:var(--pine-spacing-0);--spacing-typing-margin-inline:auto;--spacing-typing-padding-block:15px;--spacing-typing-padding-inline:var(--pine-spacing-250);-ms-flex-align:center;align-items:center;background-color:var(--color-background-typing-default);border-radius:var(--border-radius-typing);-webkit-box-shadow:var(--box-shadow-typing);box-shadow:var(--box-shadow-typing);display:-ms-inline-flexbox;display:inline-flex;gap:var(--spacing-typing-gap);margin-block:var(--spacing-typing-margin-block);margin-inline:var(--spacing-typing-margin-inline);padding-block:var(--spacing-typing-padding-block);padding-inline:var(--spacing-typing-padding-inline);position:relative}.pds-loader--typing span{background-color:var(--color-background-typing-dot-default);block-size:var(--sizing-typing-dot);border-radius:var(--border-radius-typing-dot);inline-size:var(--sizing-typing-dot);opacity:var(--opacity-typing-dot-default)}.pds-loader--typing span:nth-of-type(1){-webkit-animation:var(--number-typing-timing) typing infinite 0.3333s;animation:var(--number-typing-timing) typing infinite 0.3333s}.pds-loader--typing span:nth-of-type(2){-webkit-animation:var(--number-typing-timing) typing infinite 0.6666s;animation:var(--number-typing-timing) typing infinite 0.6666s}.pds-loader--typing span:nth-of-type(3){-webkit-animation:var(--number-typing-timing) typing infinite 0.9999s;animation:var(--number-typing-timing) typing infinite 0.9999s}@-webkit-keyframes typing{50%{opacity:var(--opacity-typing-dot-active);-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes typing{50%{opacity:var(--opacity-typing-dot-active);-webkit-transform:scale(1.2);transform:scale(1.2)}}.pds-loader__label{--typography-label-default:var(--pine-font-weight-semi-bold) var(--pine-font-size-100)/var(--pine-line-height-150) var(--pine-font-family-circular);font:var(--typography-label-default)}";
|
|
3287
|
+
var PdsLoaderStyle1 = pdsLoaderCss;
|
|
3235
3288
|
|
|
3236
3289
|
/**
|
|
3237
3290
|
* @slot label - Default slot for Loader label text.
|
|
@@ -3268,9 +3321,9 @@ class PdsLoader {
|
|
|
3268
3321
|
}
|
|
3269
3322
|
}
|
|
3270
3323
|
render() {
|
|
3271
|
-
return (hAsync(Host, { key: '
|
|
3324
|
+
return (hAsync(Host, { key: 'd86c3a84f772eedb15662d0d2e22e53ec7064245', class: `pds-loader ${this.isLoading ? '' : 'pds-loader--hidden'}`, "aria-hidden": !this.isLoading, "aria-busy": this.isLoading, "aria-live": "polite" }, this.variant === 'spinner' && (hAsync("div", { key: 'ec7cda5951617f46427729e5497c7d1b46562ae0', class: "pds-loader--spinner" }, hAsync("svg", { key: '5a7bc867400981ba2190dd00836af63cd2492e80', style: this.style(), viewBox: "0 0 200 200", fill: "none" }, hAsync("defs", { key: 'ee88cb4c138868b286f017f84925d3cf8226eeb8' }, hAsync("linearGradient", { key: '435c54ff00cf11654e01d3d6932e77e74fdef8ae', id: "spinner-secondHalf" }, hAsync("stop", { key: '4b9b65cde42833c14285f97c7f4b4acb681db89c', offset: "0%", "stop-opacity": "0", "stop-color": "currentColor" }), hAsync("stop", { key: '207b3963322e1f7f54f2b7b42b328e868a9b8e78', offset: "100%", "stop-opacity": "0.5", "stop-color": "currentColor" })), hAsync("linearGradient", { key: 'fc877ee5738a8184227fe022534e9cdfd8e27bd1', id: "spinner-firstHalf" }, hAsync("stop", { key: '3d210b400691e364e9d1214531c86003a7588d2c', offset: "0%", "stop-opacity": "1", "stop-color": "currentColor" }), hAsync("stop", { key: 'e99b0c940dc876637d90c3d86ce87f35e2f82687', offset: "100%", "stop-opacity": "0.5", "stop-color": "currentColor" }))), hAsync("g", { key: 'f2acd79941647de3a5c5aae6383d021d1fad7493', class: "pds-loader__spinner-path" }, hAsync("path", { key: '9f1d64d00c633dc7ff0a0f2173c7f0e0c04198d6', stroke: "url(#spinner-secondHalf)", d: "M 4 100 A 96 96 0 0 1 196 100" }), hAsync("path", { key: 'd5ff2bd47100be8eee961b00102e77b3456e8236', stroke: "url(#spinner-firstHalf)", d: "M 196 100 A 96 96 0 0 1 4 100" }), hAsync("path", { key: 'd7cc6e2da92238c023d322f023e7e437a5d41404', stroke: "currentColor", "stroke-linecap": "round", d: "M 4 100 A 96 96 0 0 1 4 98" }))))), this.variant === 'typing' && (hAsync("div", { key: '3c893dc1ae4f39f2b5873ba46d4ae30f873d1158', class: "pds-loader--typing" }, hAsync("span", { key: '8b38041018e2039fcc19ad3dbce6de3924725cc3' }), hAsync("span", { key: 'b3e827a9fded83368404e8bb5c83306ff6a35979' }), hAsync("span", { key: '41fedabc2db044862892ae68476756c6400a58fa' }))), hAsync("div", { key: 'b4cf5add3094c4824612216b8ca7291a4e40ff08', class: `pds-loader__label ${this.showLabel ? '' : 'pds-loader--hidden'}` }, hAsync("slot", { key: 'c7b10e65a5a5350e7973a49c540907edf44c71fa', name: "label" }, "Loading..."))));
|
|
3272
3325
|
}
|
|
3273
|
-
static get style() { return PdsLoaderStyle0; }
|
|
3326
|
+
static get style() { return PdsLoaderStyle0 + PdsLoaderStyle1; }
|
|
3274
3327
|
static get cmpMeta() { return {
|
|
3275
3328
|
"$flags$": 9,
|
|
3276
3329
|
"$tagName$": "pds-loader",
|
|
@@ -3286,8 +3339,11 @@ class PdsLoader {
|
|
|
3286
3339
|
}; }
|
|
3287
3340
|
}
|
|
3288
3341
|
|
|
3289
|
-
const
|
|
3290
|
-
var PdsProgressStyle0 =
|
|
3342
|
+
const baseCss$c = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
3343
|
+
var PdsProgressStyle0 = baseCss$c;
|
|
3344
|
+
|
|
3345
|
+
const pdsProgressCss = ":host{--color-progress-fill:var(--pine-color-blue-300);--sizing-progress-bar-height:8px;--sizing-progress-bar-width:100%;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;width:var(--sizing-progress-bar-width)}@-webkit-keyframes progressBar{0%{width:0}100%{width:var(--sizing-progress-bar-width)}}@keyframes progressBar{0%{width:0}100%{width:var(--sizing-progress-bar-width)}}.pds-progress{--border-radius:var(--pine-border-radius-050);--color-progress-bar-background:var(--pine-color-grey-300);-ms-flex-align:center;align-items:center;background-color:var(--color-progress-bar-background);border-radius:var(--border-radius);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:var(--sizing-progress-bar-height);position:relative;width:100%}:host(.is-animated) progress,:host(.is-animated) progress::-webkit-progress-bar{-webkit-animation:progressBar 3s ease;animation:progressBar 3s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}progress,progress::-webkit-progress-bar{background-color:transparent;border:0;height:var(--sizing-progress-bar-height);width:100%}progress::-webkit-progress-value{--border-radius:var(--pine-border-radius-050);--color-background:var(--pine-color-blue-300);background-color:var(--color-progress-fill, var(--color-background));border-radius:var(--border-radius)}progress::-moz-progress-bar{--color-background:var(--pine-color-blue-300);--border-radius:var(--pine-border-radius-050);background-color:var(--color-progress-fill, var(--color-background));border-radius:var(--border-radius)}.pds-progress__label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pds-progress__percentage{--font-size:var(--pine-font-size-085);--font-weight:var(--pine-font-weight-medium);--line-height:var(--pine-line-height-150);--spacing-inline-start-margin:var(--pine-spacing-300);font-size:var(--font-size);font-weight:var(--font-weight);line-height:var(--line-height);-webkit-margin-start:calc(var(--spacing-inline-start-margin) / 2);margin-inline-start:calc(var(--spacing-inline-start-margin) / 2)}";
|
|
3346
|
+
var PdsProgressStyle1 = pdsProgressCss;
|
|
3291
3347
|
|
|
3292
3348
|
class PdsProgress {
|
|
3293
3349
|
constructor(hostRef) {
|
|
@@ -3300,9 +3356,9 @@ class PdsProgress {
|
|
|
3300
3356
|
this.showPercent = false;
|
|
3301
3357
|
}
|
|
3302
3358
|
render() {
|
|
3303
|
-
return (hAsync(Host, { key: '
|
|
3359
|
+
return (hAsync(Host, { key: 'abd4f8e7972ff974b671831e38ae821a01bbc519', class: this.animated ? { 'is-animated': this.animated } : '' }, hAsync("div", { key: 'b6afe1b42ccf8f346c88648276d1e991fe41fd91', class: "pds-progress" }, hAsync("label", { key: '676f91cdc74a861005cc7a25f811d51212641ee1', class: "pds-progress__label", htmlFor: this.componentId }, this.label), hAsync("progress", { key: '5f0154648ba27c6d83bd9fd3d7c3b59597665b1c', id: this.componentId, max: "100", style: this.fillColor ? { '--color-progress-fill': this.fillColor } : {}, value: this.percent })), this.showPercent && hAsync("div", { key: 'a538abd09affcb043a215c2ca504a9cbbe500332', class: "pds-progress__percentage" }, this.percent, "%")));
|
|
3304
3360
|
}
|
|
3305
|
-
static get style() { return PdsProgressStyle0; }
|
|
3361
|
+
static get style() { return PdsProgressStyle0 + PdsProgressStyle1; }
|
|
3306
3362
|
static get cmpMeta() { return {
|
|
3307
3363
|
"$flags$": 9,
|
|
3308
3364
|
"$tagName$": "pds-progress",
|
|
@@ -3320,8 +3376,11 @@ class PdsProgress {
|
|
|
3320
3376
|
}; }
|
|
3321
3377
|
}
|
|
3322
3378
|
|
|
3323
|
-
const
|
|
3324
|
-
var PdsRadioStyle0 =
|
|
3379
|
+
const baseCss$b = ".sc-pds-radio:where(*:not(slot),*.sc-pds-radio:not(slot)::before,*.sc-pds-radio:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}.sc-pds-radio:where(*:not(slot)){margin:0}.sc-pds-radio:where(img,picture.sc-pds-radio,video.sc-pds-radio,canvas.sc-pds-radio,svg).sc-pds-radio{display:block;max-width:100%}.sc-pds-radio:where(input,button.sc-pds-radio,textarea.sc-pds-radio,select).sc-pds-radio{font:inherit}.sc-pds-radio:where(p,h1.sc-pds-radio,h2.sc-pds-radio,h3.sc-pds-radio,h4.sc-pds-radio,h5.sc-pds-radio,h6).sc-pds-radio{overflow-wrap:break-word}.sc-pds-radio:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}.sc-pds-radio:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}.sc-pds-radio:where(ul[role=list],ol[role=list]).sc-pds-radio{list-style:none}.sc-pds-radio:where(table){border-collapse:collapse;border-spacing:0}.sc-pds-radio:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}.sc-pds-radio:where(h1,h2.sc-pds-radio,h3.sc-pds-radio,h4.sc-pds-radio,h5.sc-pds-radio,h6).sc-pds-radio{font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}.sc-pds-radio:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}.sc-pds-radio:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}.sc-pds-radio:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}.sc-pds-radio:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}.sc-pds-radio:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}.sc-pds-radio:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}.sc-pds-radio:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}.sc-pds-radio:where(code,kbd.sc-pds-radio,pre.sc-pds-radio,samp).sc-pds-radio{font-family:monospace}.sc-pds-radio:where([role=button]){cursor:pointer}.sc-pds-radio:where(:focus){outline:0}.sc-pds-radio:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}.sc-pds-radio:where([hidden]){display:none !important}";
|
|
3380
|
+
var PdsRadioStyle0 = baseCss$b;
|
|
3381
|
+
|
|
3382
|
+
const pdsRadioCss = ".sc-pds-radio-h{--border-interactive-default:var(--pine-border-width-thin) solid var( --pine-color-grey-400);--border-radius:50%;--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--color-focus);--box-shadow-focus-error:0 0 0 1px #ffffff, 0 0 0 3px var(--color-invalid-focus);--color:var(--pine-color-grey-700);--color-background:var(--pine-color-white);--color-background-hover:var(--pine-color-grey-100);--color-background-disabled:var(--pine-color-grey-200);--color-border-hover:var(--pine-color-grey-500);--color-border-disabled:var(--pine-color-grey-300);--color-checked:var(--pine-color-grey-950);--color-disabled:var(---pine-color-grey-500);--color-focus:var(--pine-color-purple-300);--color-invalid:var(--pine-color-red-300);--color-invalid-focus:var(--pine-color-red-200);--font-size:var(--pine-font-size-085);--sizing-check-size:6px;--sizing-input-size:16px;--sizing-margin-block-start:6px;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.is-invalid.sc-pds-radio-h input.sc-pds-radio{border-color:var(--color-invalid)}.is-invalid.sc-pds-radio-h input.sc-pds-radio:checked{background:var(--color-invalid)}.is-invalid.sc-pds-radio-h input.sc-pds-radio:focus-visible{-webkit-box-shadow:var(--box-shadow-focus-error);box-shadow:var(--box-shadow-focus-error);outline:none}.is-invalid.sc-pds-radio-h label.sc-pds-radio,.is-invalid.sc-pds-radio-h .pds-radio__message--error.sc-pds-radio{color:var(--color-invalid)}input.sc-pds-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:var(--border-interactive-default);border-radius:var(--border-radius);height:var(--sizing-input-size);margin:0;position:relative;width:var(--sizing-input-size)}input.sc-pds-radio:hover{background:var(--color-background-hover);border-color:var(--color-border-hover)}input.sc-pds-radio:checked{background:var(--color-checked);border-color:var(--color-checked)}input.sc-pds-radio:checked::after{background:var(--color-background);border-radius:50%;content:\"\";display:block;height:var(--sizing-check-size);left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:var(--sizing-check-size)}input.sc-pds-radio:disabled{background:var(--color-background-disabled);border-color:var(--color-border-disabled);cursor:not-allowed}input.sc-pds-radio:disabled:checked{background:var(--color-disabled);border-color:var(--color-border-disabled)}input.sc-pds-radio:disabled:checked::after{border-color:var(--color-border-disabled)}input.sc-pds-radio:disabled+label.sc-pds-radio{color:var(--color-border-hover);cursor:not-allowed}input.sc-pds-radio:disabled~.pds-radio__message.sc-pds-radio{color:var(--color-disabled)}input.sc-pds-radio:focus-visible{-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}label.sc-pds-radio{-webkit-margin-start:10px;margin-inline-start:10px}.pds-radio__message.sc-pds-radio{color:var(--color);font-size:var(--font-size);-webkit-margin-before:var(--sizing-margin-block-start);margin-block-start:var(--sizing-margin-block-start);-webkit-margin-start:26px;margin-inline-start:26px;width:100%}";
|
|
3383
|
+
var PdsRadioStyle1 = pdsRadioCss;
|
|
3325
3384
|
|
|
3326
3385
|
class PdsRadio {
|
|
3327
3386
|
constructor(hostRef) {
|
|
@@ -3357,11 +3416,11 @@ class PdsRadio {
|
|
|
3357
3416
|
return classNames.join(' ');
|
|
3358
3417
|
}
|
|
3359
3418
|
render() {
|
|
3360
|
-
return (hAsync(Host, { key: '
|
|
3361
|
-
hAsync("div", { key: '
|
|
3362
|
-
hAsync("div", { key: '
|
|
3419
|
+
return (hAsync(Host, { key: '9cb0d602497eac8edaf17715182e27ed4b0bc0ab', class: this.classNames() }, hAsync("input", { key: '20f794bb58ab815d6e73b1d9bb01c0b5a01186c7', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, type: "radio", id: this.componentId, name: this.name, value: this.value, checked: this.checked, required: this.required, disabled: this.disabled, onChange: this.handleRadioChange }), hAsync(PdsLabel, { key: 'f968ebc75adae7365c7334e916b4370006937132', htmlFor: this.componentId, text: this.label }), this.helperMessage &&
|
|
3420
|
+
hAsync("div", { key: '96fdd82a8e89a40b73687ce609caa4671007e882', class: 'pds-radio__message', id: messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
|
|
3421
|
+
hAsync("div", { key: '7133583828149eb3c1c958f0fb6821a773c12951', class: `pds-radio__message pds-radio__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, this.errorMessage)));
|
|
3363
3422
|
}
|
|
3364
|
-
static get style() { return PdsRadioStyle0; }
|
|
3423
|
+
static get style() { return PdsRadioStyle0 + PdsRadioStyle1; }
|
|
3365
3424
|
static get cmpMeta() { return {
|
|
3366
3425
|
"$flags$": 2,
|
|
3367
3426
|
"$tagName$": "pds-radio",
|
|
@@ -3442,7 +3501,7 @@ class PdsRow {
|
|
|
3442
3501
|
}
|
|
3443
3502
|
|
|
3444
3503
|
/**!
|
|
3445
|
-
* Sortable 1.15.
|
|
3504
|
+
* Sortable 1.15.3
|
|
3446
3505
|
* @author RubaXa <trash@rubaxa.org>
|
|
3447
3506
|
* @author owenm <owen23355@gmail.com>
|
|
3448
3507
|
* @license MIT
|
|
@@ -3546,7 +3605,7 @@ function _objectWithoutProperties(source, excluded) {
|
|
|
3546
3605
|
return target;
|
|
3547
3606
|
}
|
|
3548
3607
|
|
|
3549
|
-
var version = "1.15.
|
|
3608
|
+
var version = "1.15.3";
|
|
3550
3609
|
|
|
3551
3610
|
function userAgent(pattern) {
|
|
3552
3611
|
if (typeof window !== 'undefined' && window.navigator) {
|
|
@@ -4865,7 +4924,7 @@ Sortable.prototype = /** @lends Sortable.prototype */{
|
|
|
4865
4924
|
}
|
|
4866
4925
|
target = parent; // store last element
|
|
4867
4926
|
}
|
|
4868
|
-
/* jshint boss:true */ while (parent = parent
|
|
4927
|
+
/* jshint boss:true */ while (parent = getParentOrHost(parent));
|
|
4869
4928
|
}
|
|
4870
4929
|
_unhideGhostForTarget();
|
|
4871
4930
|
}
|
|
@@ -5771,7 +5830,8 @@ Sortable.utils = {
|
|
|
5771
5830
|
nextTick: _nextTick,
|
|
5772
5831
|
cancelNextTick: _cancelNextTick,
|
|
5773
5832
|
detectDirection: _detectDirection,
|
|
5774
|
-
getChild: getChild
|
|
5833
|
+
getChild: getChild,
|
|
5834
|
+
expando: expando
|
|
5775
5835
|
};
|
|
5776
5836
|
|
|
5777
5837
|
/**
|
|
@@ -6090,8 +6150,11 @@ _extends(Remove, {
|
|
|
6090
6150
|
Sortable.mount(new AutoScrollPlugin());
|
|
6091
6151
|
Sortable.mount(Remove, Revert);
|
|
6092
6152
|
|
|
6153
|
+
const baseCss$a = ".sc-pds-sortable:where(*:not(slot),*.sc-pds-sortable:not(slot)::before,*.sc-pds-sortable:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}.sc-pds-sortable:where(*:not(slot)){margin:0}.sc-pds-sortable:where(img,picture.sc-pds-sortable,video.sc-pds-sortable,canvas.sc-pds-sortable,svg).sc-pds-sortable{display:block;max-width:100%}.sc-pds-sortable:where(input,button.sc-pds-sortable,textarea.sc-pds-sortable,select).sc-pds-sortable{font:inherit}.sc-pds-sortable:where(p,h1.sc-pds-sortable,h2.sc-pds-sortable,h3.sc-pds-sortable,h4.sc-pds-sortable,h5.sc-pds-sortable,h6).sc-pds-sortable{overflow-wrap:break-word}.sc-pds-sortable:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}.sc-pds-sortable:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}.sc-pds-sortable:where(ul[role=list],ol[role=list]).sc-pds-sortable{list-style:none}.sc-pds-sortable:where(table){border-collapse:collapse;border-spacing:0}.sc-pds-sortable:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}.sc-pds-sortable:where(h1,h2.sc-pds-sortable,h3.sc-pds-sortable,h4.sc-pds-sortable,h5.sc-pds-sortable,h6).sc-pds-sortable{font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}.sc-pds-sortable:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}.sc-pds-sortable:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}.sc-pds-sortable:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}.sc-pds-sortable:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}.sc-pds-sortable:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}.sc-pds-sortable:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}.sc-pds-sortable:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}.sc-pds-sortable:where(code,kbd.sc-pds-sortable,pre.sc-pds-sortable,samp).sc-pds-sortable{font-family:monospace}.sc-pds-sortable:where([role=button]){cursor:pointer}.sc-pds-sortable:where(:focus){outline:0}.sc-pds-sortable:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}.sc-pds-sortable:where([hidden]){display:none !important}";
|
|
6154
|
+
var PdsSortableStyle0 = baseCss$a;
|
|
6155
|
+
|
|
6093
6156
|
const pdsSortableCss = ".pds-sortable.sc-pds-sortable-h{--border-radius:var(--pine-border-radius-050);--border-default:var(--pine-border-width-thin) solid var(--pine-color-grey-300);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.pds-sortable.pds-sortable--bordered.sc-pds-sortable-h{border:var(--border-default);border-radius:var(--border-radius)}";
|
|
6094
|
-
var
|
|
6157
|
+
var PdsSortableStyle1 = pdsSortableCss;
|
|
6095
6158
|
|
|
6096
6159
|
class PdsSortable {
|
|
6097
6160
|
constructor(hostRef) {
|
|
@@ -6130,10 +6193,10 @@ class PdsSortable {
|
|
|
6130
6193
|
Sortable.create(this.el, sortableOptions);
|
|
6131
6194
|
}
|
|
6132
6195
|
render() {
|
|
6133
|
-
return (hAsync(Host, { key: '
|
|
6196
|
+
return (hAsync(Host, { key: 'bd922d1fff144b11b407aeb0e389c05fcfa22504', class: this.classNames(), id: this.componentId }, hAsync("slot", { key: 'f25cd77d7735d971903ba9cdeb98f652d45dae41' })));
|
|
6134
6197
|
}
|
|
6135
6198
|
get el() { return getElement(this); }
|
|
6136
|
-
static get style() { return PdsSortableStyle0; }
|
|
6199
|
+
static get style() { return PdsSortableStyle0 + PdsSortableStyle1; }
|
|
6137
6200
|
static get cmpMeta() { return {
|
|
6138
6201
|
"$flags$": 6,
|
|
6139
6202
|
"$tagName$": "pds-sortable",
|
|
@@ -6149,7 +6212,7 @@ class PdsSortable {
|
|
|
6149
6212
|
}; }
|
|
6150
6213
|
}
|
|
6151
6214
|
|
|
6152
|
-
const pdsSortableItemCss = ".pds-sortable-item.sc-pds-sortable-item-h{--border-radius:var(--pine-border-radius-125);--border-default:var(--pine-border-width-thin) solid var(--pine-color-grey-300);--box-shadow:var(--pine-box-shadow-
|
|
6215
|
+
const pdsSortableItemCss = ".pds-sortable-item.sc-pds-sortable-item-h{--border-radius:var(--pine-border-radius-125);--border-default:var(--pine-border-width-thin) solid var(--pine-color-grey-300);--box-shadow:var(--pine-box-shadow-400);--color-background-default:var(--pine-color-white);--color-background-interactive:var(--pine-color-grey-200);--color-interactive-handle:var(--pine-color-blue-300);--spacing-margin-inline-end:var(--pine-spacing-300);--spacing-padding-block-xs:var(--pine-spacing-100);--spacing-padding-inline:var(--pine-spacing-300);--spacing-padding-inline-start:var(--pine-spacing-300);-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding-block:var(--spacing-padding-block-xs);padding-inline:var(--spacing-padding-inline)}.pds-sortable-item.sc-pds-sortable-item-h .pds-sortable-item__actions.sc-pds-sortable-item{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-padding-start:var(--spacing-padding-inline-start);padding-inline-start:var(--spacing-padding-inline-start)}.pds-sortable-item.sc-pds-sortable-item-h .pds-sortable-item__handle.sc-pds-sortable-item{line-height:1;-webkit-margin-end:var(--spacing-margin-inline-end);margin-inline-end:var(--spacing-margin-inline-end)}.pds-sortable--bordered .pds-sortable-item.sc-pds-sortable-item-h:first-child{border-start-end-radius:var(--border-radius);border-start-start-radius:var(--border-radius)}.pds-sortable--bordered .pds-sortable-item.sc-pds-sortable-item-h:last-child{border-end-end-radius:var(--border-radius);border-end-start-radius:var(--border-radius)}.pds-sortable--divided .pds-sortable-item.sc-pds-sortable-item-h{-webkit-border-after:var(--border-default);border-block-end:var(--border-default)}.pds-sortable--divided .pds-sortable-item.sc-pds-sortable-item-h:last-child{-webkit-border-after:0;border-block-end:0}.pds-sortable--handle-type-row .pds-sortable-item.sc-pds-sortable-item-h{cursor:-webkit-grab;cursor:grab}.pds-sortable--handle-type-handle .pds-sortable-item.sc-pds-sortable-item-h .pds-sortable-item__handle.sc-pds-sortable-item{cursor:-webkit-grab;cursor:grab}.pds-sortable-item.sc-pds-sortable-item-h:hover{background-color:var(--color-background-interactive)}.pds-sortable-item.sc-pds-sortable-item-h:hover pds-icon.sc-pds-sortable-item{color:var(--color-interactive-handle)}.pds-sortable-item--drag.sc-pds-sortable-item-h{background-color:var(--color-background-default);border-radius:0;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);opacity:1}.pds-sortable-item--ghost.sc-pds-sortable-item-h{background-color:var(--color-background-interactive);border-radius:0}";
|
|
6153
6216
|
var PdsSortableItemStyle0 = pdsSortableItemCss;
|
|
6154
6217
|
|
|
6155
6218
|
/**
|
|
@@ -6189,8 +6252,11 @@ class PdsSortableItem {
|
|
|
6189
6252
|
}; }
|
|
6190
6253
|
}
|
|
6191
6254
|
|
|
6192
|
-
const
|
|
6193
|
-
var PdsSwitchStyle0 =
|
|
6255
|
+
const baseCss$9 = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
6256
|
+
var PdsSwitchStyle0 = baseCss$9;
|
|
6257
|
+
|
|
6258
|
+
const pdsSwitchCss = ":host{--border-radius-input:var(--pine-border-radius-200);--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--color-outline-focus);--box-shadow-focus-error:0 0 0 1px #ffffff, 0 0 0 3px var(--color-outline-focus-error);--box-shadow-input-toggle:0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.08);--color-background-checked:var(--pine-color-grey-900);--color-background-checked-hover:var(--pine-color-grey-900);--color-background-disabled:var(--pine-color-grey-300);--color-background-hover:var(--pine-color-grey-500);--color-background-input-default:var(--pine-color-grey-400);--color-input-toggle:var(--pine-color-white);--color-message-text:var(--pine-color-grey-700);--color-outline-focus:var(--pine-color-purple-300);--color-outline-focus-error:var(--pine-color-red-200);--color-text-default:var(--pine-color-grey-900);--color-text-disabled:var(--pine-color-grey-500);--color-text-error:var(--pine-color-red-300);--dimension-input-height:20px;--dimension-input-width:36px;--line-height-label:var(--pine-line-height-150);--sizing-input-toggle-size:calc(var(--dimension-input-height) - (var(--spacing-input-toggle-offset) * 2));--spacing-label-gap-size:var(--pine-spacing-150);--spacing-input-toggle-offset:calc(var(--pine-spacing-050) / 2);--spacing-message-block:var(--pine-spacing-050);--spacing-message-inline:calc(var(--dimension-input-width) + var(--spacing-label-gap-size));--number-transition-timing:0.15s ease-out;-ms-flex-align:start;align-items:flex-start;color:var(--color-text-default);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-margin-after:var(--pine-spacing-md);margin-block-end:var(--pine-spacing-md);position:relative}:host(.pds-switch--error){color:var(--color-text-error)}:host(.pds-switch--error) input,:host(.pds-switch--error) input:checked,:host(.pds-switch--error) input:hover:not(:disabled):not(:checked){background-color:var(--color-text-error)}:host(.pds-switch--error) input:focus-visible:not(:disabled):not(:checked){-webkit-box-shadow:var(--box-shadow-focus-error);box-shadow:var(--box-shadow-focus-error)}input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--color-background-input-default);border:0;border-radius:var(--border-radius-input);cursor:pointer;display:inline-block;height:var(--dimension-input-height);margin:0;padding:0;position:relative;-webkit-transform:translateY(2px);transform:translateY(2px);-webkit-transition:var(--number-transition-timing);transition:var(--number-transition-timing);-webkit-transition-property:background, border, color;transition-property:background, border, color;width:var(--dimension-input-width)}input::after{background:var(--color-input-toggle);border-radius:50%;-webkit-box-shadow:var(--box-shadow-input-toggle);box-shadow:var(--box-shadow-input-toggle);content:\"\";display:block;height:var(--sizing-input-toggle-size);inset-block-start:50%;inset-inline-start:50%;position:absolute;-webkit-transform:translate3d(-100%, -50%, 0);transform:translate3d(-100%, -50%, 0);-webkit-transition:-webkit-transform var(--number-transition-timing);transition:-webkit-transform var(--number-transition-timing);transition:transform var(--number-transition-timing);transition:transform var(--number-transition-timing), -webkit-transform var(--number-transition-timing);width:var(--sizing-input-toggle-size)}label{cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-positive:1;flex-grow:1;line-height:var(--line-height-label);-webkit-margin-start:var(--spacing-label-gap-size);margin-inline-start:var(--spacing-label-gap-size)}.pds-switch--error label{color:inherit}.pds-switch__message{color:var(--color-message-text);-ms-flex:1 0 100%;flex:1 0 100%;font-size:var(--pine-font-size-body-sm);line-height:var(--pine-line-height-sm);-webkit-margin-start:var(--spacing-message-inline);margin-inline-start:var(--spacing-message-inline)}.pds-switch__message+.pds-switch__message{-webkit-margin-before:var(--spacing-message-block);margin-block-start:var(--spacing-message-block)}.pds-switch__message--error{color:inherit}input:disabled{background-color:var(--color-background-disabled);cursor:not-allowed}input:disabled~label{color:var(--color-text-disabled);cursor:initial}input:disabled .pds-switch__message{color:initial}input:hover:not(:disabled){background-color:var(--color-background-hover)}input:focus-visible:not(:disabled){-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}input:checked::after{-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0)}input:checked:not(:disabled){background-color:currentColor;color:var(--color-background-checked)}input:checked:not(:disabled):hover{border-color:currentColor;color:var(--color-background-checked-hover)}";
|
|
6259
|
+
var PdsSwitchStyle1 = pdsSwitchCss;
|
|
6194
6260
|
|
|
6195
6261
|
class PdsSwitch {
|
|
6196
6262
|
constructor(hostRef) {
|
|
@@ -6227,12 +6293,12 @@ class PdsSwitch {
|
|
|
6227
6293
|
this.value = undefined;
|
|
6228
6294
|
}
|
|
6229
6295
|
render() {
|
|
6230
|
-
return (hAsync(Host, { key: '
|
|
6231
|
-
hAsync("div", { key: '
|
|
6232
|
-
hAsync("div", { key: '
|
|
6296
|
+
return (hAsync(Host, { key: 'cfe44d745504683403b213ab29408db7f8c2b4d7', class: this.switchClassNames(), "aria-disabled": this.disabled ? 'true' : null }, hAsync("input", { key: '51373deeef6851a469b2bdb1f2c8859a8b97e93a', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, checked: this.checked, class: "pds-switch__input", disabled: this.disabled, id: this.componentId, name: this.name ? this.name : this.componentId, onChange: this.onSwitchUpdate, required: this.required, type: this.type, value: this.value }), hAsync(PdsLabel, { key: '0622674c77dfb3bd8e41baea47872d56e2510b9d', classNames: "pds-switch__label", htmlFor: this.componentId, text: this.label }), this.helperMessage &&
|
|
6297
|
+
hAsync("div", { key: '9097140a515b36a71fa173c4c74c484bb4ad8e31', class: `pds-switch__message`, id: messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
|
|
6298
|
+
hAsync("div", { key: 'a21ff88ba0418517da90a932b84d44167e6ba295', class: `pds-switch__message pds-switch__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, this.errorMessage)));
|
|
6233
6299
|
}
|
|
6234
6300
|
get el() { return getElement(this); }
|
|
6235
|
-
static get style() { return PdsSwitchStyle0; }
|
|
6301
|
+
static get style() { return PdsSwitchStyle0 + PdsSwitchStyle1; }
|
|
6236
6302
|
static get cmpMeta() { return {
|
|
6237
6303
|
"$flags$": 9,
|
|
6238
6304
|
"$tagName$": "pds-switch",
|
|
@@ -6255,7 +6321,7 @@ class PdsSwitch {
|
|
|
6255
6321
|
}; }
|
|
6256
6322
|
}
|
|
6257
6323
|
|
|
6258
|
-
const pdsTabCss = "pds-tab{--border-none:var(--pine-border-width-none);--border-radius-availability:var(--pine-border-radius-100);--border-radius-default:var(--pine-border-radius-125);--border-radius-none:var(--pine-border-radius-0);--box-shadow-focus:0 0 0
|
|
6324
|
+
const pdsTabCss = "pds-tab{--border-none:var(--pine-border-width-none);--border-radius-availability:var(--pine-border-radius-100);--border-radius-default:var(--pine-border-radius-125);--border-radius-none:var(--pine-border-radius-0);--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--pine-color-purple-300);--color-background-active:var(--pine-color-grey-900);--color-background-availability:var(--pine-color-white);--color-background-default:var(--pine-color-grey-300);--color-background-hover:var(--pine-color-grey-400);--color-indicator-active:var(--pine-color-mercury-500);--color-text-active:var(--pine-color-grey-900);--color-text-active-inverse:var(--pine-color-white);--color-text-default:var(--pine-color-grey-700);--color-text-focus:var(--pine-color-grey-800);--font-size-availability-content:var(--pine-font-size-085);--font-size-default:var(--pine-font-size-100);--font-size-filter-content:var(--pine-font-size-085);--font-weight-default:var(--pine-font-weight-medium);--line-height-availability-content:var(--pine-line-height-100);--line-height-default:var(--pine-line-height-150);--line-height-filter-content:var(--pine-line-height-125);--outline:4px solid var(--pine-color-blue-200);--spacing-padding-none:var(--pine-spacing-0);display:inline-block;position:relative}.pds-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:var(--border-none);-webkit-box-shadow:none;box-shadow:none;color:inherit;cursor:pointer;font-family:inherit;padding:var(--spacing-padding-none);-ms-flex-align:center;align-items:center;color:var(--color-text-default);display:-ms-inline-flexbox;display:inline-flex;position:relative;text-decoration:none;white-space:nowrap}.pds-tab.is-active,.pds-tab[aria-selected=true]{color:var(--color-text-active)}.pds-tab.is-active .pds-tab__content::after,.pds-tab[aria-selected=true] .pds-tab__content::after{opacity:1}.pds-tab:hover{color:var(--color-text-active)}.pds-tab:focus-visible{-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}.pds-tab .pds-tab__content{font-family:inherit;font-size:var(--font-size-default);font-weight:var(--font-weight-default);line-height:var(--line-height-default);-webkit-padding-after:11px;padding-block-end:11px;position:relative}.pds-tab .pds-tab__content::after{background-color:var(--color-indicator-active);bottom:0;content:\"\";height:3px;left:0;opacity:0;position:absolute;right:0}.pds-tab .pds-tab-edge{display:none}.pds-tabs--availability{--color-background-tab:transparent}.pds-tabs--availability .pds-tab{background-color:var(--color-background-tab);border-radius:var(--border-radius-availability) var(--border-radius-availability) var(--border-radius-none) var(--border-radius-none);padding:8px 16px 13px}.pds-tabs--availability .pds-tab.is-active,.pds-tabs--availability .pds-tab[aria-selected=true]{--color-background-tab:var(--color-background-availability)}.pds-tabs--availability .pds-tab.is-active .pds-tab__content::after,.pds-tabs--availability .pds-tab[aria-selected=true] .pds-tab__content::after{opacity:1}.pds-tabs--availability .pds-tab.is-active .pds-tab-edge,.pds-tabs--availability .pds-tab[aria-selected=true] .pds-tab-edge{z-index:1}.pds-tabs--availability .pds-tab:hover:not(.is-active,[aria-selected=true]){--color-background-tab:var(--color-background-default)}.pds-tabs--availability .pds-tab:focus-visible{color:var(--color-text-default)}.pds-tabs--availability .pds-tab__content{font-size:var(--font-size-availability-content);line-height:var(--line-height-availability-content);padding-bottom:7px}.pds-tabs--availability .pds-tab-edge{bottom:0;display:block;height:8px;inset-inline-end:100%;overflow:hidden;position:absolute;width:8px}.pds-tabs--availability .pds-tab-edge::before{border-radius:50%;bottom:0;-webkit-box-shadow:4px 4px 0 0 var(--color-background-tab);box-shadow:4px 4px 0 0 var(--color-background-tab);content:\"\";display:block;height:200%;inset-inline-end:0;position:absolute;width:200%}.pds-tabs--availability .pds-tab-edge--end{inset-inline-end:unset;inset-inline-start:100%}.pds-tabs--availability .pds-tab-edge--end::before{-webkit-box-shadow:-4px 4px 0 0 var(--color-background-tab);box-shadow:-4px 4px 0 0 var(--color-background-tab);inset-inline-end:unset;inset-inline-start:0}.pds-tabs--filter{--color-background-tab:var(--color-background-active)}.pds-tabs--filter .pds-tab{background-color:var(--color-background-tab);border-radius:50px;color:var(--color-text-active);padding:6px 15px}.pds-tabs--filter .pds-tab.is-active,.pds-tabs--filter .pds-tab[aria-selected=true]{--color-background-tab:var(--color-background-active);color:var(--color-text-active-inverse)}.pds-tabs--filter .pds-tab:hover:not(.is-active,[aria-selected=true]){--color-background-tab:var(--color-background-hover)}.pds-tabs--filter .pds-tab__content{font-size:var(--font-size-filter-content);line-height:var(--line-height-filter-content);-webkit-padding-after:0;padding-block-end:0}.pds-tabs--filter .pds-tab__content::after{content:unset}";
|
|
6259
6325
|
var PdsTabStyle0 = pdsTabCss;
|
|
6260
6326
|
|
|
6261
6327
|
class PdsTab {
|
|
@@ -6294,8 +6360,11 @@ class PdsTab {
|
|
|
6294
6360
|
}; }
|
|
6295
6361
|
}
|
|
6296
6362
|
|
|
6297
|
-
const
|
|
6298
|
-
var PdsTableStyle0 =
|
|
6363
|
+
const baseCss$8 = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
6364
|
+
var PdsTableStyle0 = baseCss$8;
|
|
6365
|
+
|
|
6366
|
+
const pdsTableCss = ":host{--color-background-default:var(--pine-color-white);background:var(--color-background-default);border-collapse:separate;-webkit-box-sizing:border-box;box-sizing:border-box;display:table;width:100%}:host(:focus-visible){--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--pine-color-purple-300);-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}:host(.is-responsive){background-attachment:local, local, scroll, scroll;background-image:-webkit-gradient(linear, left top, right top, from(var(--color-background-default)), to(var(--color-background-default))), -webkit-gradient(linear, left top, right top, from(var(--color-background-default)), to(var(--color-background-default))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0)));background-image:linear-gradient(to right, var(--color-background-default), var(--color-background-default)), linear-gradient(to right, var(--color-background-default), var(--color-background-default)), linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));background-position:left center, right center, left center, right center;background-repeat:no-repeat;background-size:4px 100%, 4px 100%, 4px 100%, 4px 100%;display:block;margin:0 auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;overflow-x:auto;white-space:nowrap}";
|
|
6367
|
+
var PdsTableStyle1 = pdsTableCss;
|
|
6299
6368
|
|
|
6300
6369
|
class PdsTable {
|
|
6301
6370
|
constructor(hostRef) {
|
|
@@ -6381,10 +6450,10 @@ class PdsTable {
|
|
|
6381
6450
|
headerCheckbox.indeterminate = !allSelectedRows && !noneSelectedRows;
|
|
6382
6451
|
}
|
|
6383
6452
|
render() {
|
|
6384
|
-
return (hAsync(Host, { key: '
|
|
6453
|
+
return (hAsync(Host, { key: 'e5b9a1f7239dc31f78f8ea3670367e3d633db1a8', class: this.classNames(), id: this.componentId, role: "grid", selectable: this.selectable, tabindex: "0" }, hAsync("slot", { key: 'b745184147807d1a0cc0b36da86b06d8fb71669e' })));
|
|
6385
6454
|
}
|
|
6386
6455
|
get el() { return getElement(this); }
|
|
6387
|
-
static get style() { return PdsTableStyle0; }
|
|
6456
|
+
static get style() { return PdsTableStyle0 + PdsTableStyle1; }
|
|
6388
6457
|
static get cmpMeta() { return {
|
|
6389
6458
|
"$flags$": 9,
|
|
6390
6459
|
"$tagName$": "pds-table",
|
|
@@ -6403,17 +6472,20 @@ class PdsTable {
|
|
|
6403
6472
|
}; }
|
|
6404
6473
|
}
|
|
6405
6474
|
|
|
6475
|
+
const baseCss$7 = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
6476
|
+
var PdsTableBodyStyle0 = baseCss$7;
|
|
6477
|
+
|
|
6406
6478
|
const pdsTableBodyCss = ":host{border-color:inherit;display:table-row-group;vertical-align:middle}";
|
|
6407
|
-
var
|
|
6479
|
+
var PdsTableBodyStyle1 = pdsTableBodyCss;
|
|
6408
6480
|
|
|
6409
6481
|
class PdsTableBody {
|
|
6410
6482
|
constructor(hostRef) {
|
|
6411
6483
|
registerInstance(this, hostRef);
|
|
6412
6484
|
}
|
|
6413
6485
|
render() {
|
|
6414
|
-
return (hAsync(Host, { key: '
|
|
6486
|
+
return (hAsync(Host, { key: 'd47c7a779b96ea7ac9d7cf3b4cdf0973e7ee100c', role: "rowgroup" }, hAsync("slot", { key: '30136cb5047fea4bb9c205f50071d09cb2a83857' })));
|
|
6415
6487
|
}
|
|
6416
|
-
static get style() { return PdsTableBodyStyle0; }
|
|
6488
|
+
static get style() { return PdsTableBodyStyle0 + PdsTableBodyStyle1; }
|
|
6417
6489
|
static get cmpMeta() { return {
|
|
6418
6490
|
"$flags$": 9,
|
|
6419
6491
|
"$tagName$": "pds-table-body",
|
|
@@ -6424,8 +6496,11 @@ class PdsTableBody {
|
|
|
6424
6496
|
}; }
|
|
6425
6497
|
}
|
|
6426
6498
|
|
|
6427
|
-
const
|
|
6428
|
-
var PdsTableCellStyle0 =
|
|
6499
|
+
const baseCss$6 = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
6500
|
+
var PdsTableCellStyle0 = baseCss$6;
|
|
6501
|
+
|
|
6502
|
+
const pdsTableCellCss = ":host{--box-shadow-fixed:3px 3px 6px -2px rgba(0, 0, 0, 0.2);--color-background-fixed:var(--pine-color-white);--color-cell-default:var(--pine-color-grey-700);--dimension-fixed-cell-position:0;--dimension-max-width-truncated:100px;--font-size-cell-default:var(--pine-font-size-085);--number-fixed-column-index:0;--spacing-line-height-cell-default:var(--pine-line-height-125);--spacing-padding-cell-default:calc(var(--pine-spacing-300) / 2);--spacing-padding-compact:var(--pine-spacing-050);color:var(--color-cell-default);display:table-cell;font-size:var(--font-size-cell-default);line-height:var(--spacing-line-height-cell-default);padding:var(--spacing-padding-cell-default);vertical-align:inherit}:host(.is-compact){padding-block:var(--spacing-padding-compact)}:host(.is-fixed){background:var(--color-background-fixed);left:var(--dimension-fixed-cell-position);position:-webkit-sticky;position:sticky;z-index:1}:host(.has-scrolled.is-fixed){-webkit-box-shadow:var(--box-shadow-fixed);box-shadow:var(--box-shadow-fixed)}:host(.is-truncated){max-width:var(--dimension-max-width-truncated);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host(.has-checkbox){vertical-align:middle;width:16px}";
|
|
6503
|
+
var PdsTableCellStyle1 = pdsTableCellCss;
|
|
6429
6504
|
|
|
6430
6505
|
class PdsTableCell {
|
|
6431
6506
|
constructor(hostRef) {
|
|
@@ -6463,14 +6538,14 @@ class PdsTableCell {
|
|
|
6463
6538
|
return classNames.join(' ');
|
|
6464
6539
|
}
|
|
6465
6540
|
render() {
|
|
6466
|
-
return (hAsync(Host, { key: '
|
|
6541
|
+
return (hAsync(Host, { key: '28e14af2a71566974799bd9894be69257ad0c819', class: this.classNames(), role: "gridcell", style: this.tableRef &&
|
|
6467
6542
|
this.tableRef.fixedColumn &&
|
|
6468
6543
|
this.tableRef.selectable
|
|
6469
6544
|
? { '--fixed-cell-position': '40px' }
|
|
6470
|
-
: {} }, hAsync("slot", { key: '
|
|
6545
|
+
: {} }, hAsync("slot", { key: 'c2c98f8cfc27c4f7ee30a488c67c7601cbd882ad' })));
|
|
6471
6546
|
}
|
|
6472
6547
|
get hostElement() { return getElement(this); }
|
|
6473
|
-
static get style() { return PdsTableCellStyle0; }
|
|
6548
|
+
static get style() { return PdsTableCellStyle0 + PdsTableCellStyle1; }
|
|
6474
6549
|
static get cmpMeta() { return {
|
|
6475
6550
|
"$flags$": 9,
|
|
6476
6551
|
"$tagName$": "pds-table-cell",
|
|
@@ -6492,8 +6567,11 @@ const closest = (selector, el) => {
|
|
|
6492
6567
|
closest(selector, el.getRootNode().host)));
|
|
6493
6568
|
};
|
|
6494
6569
|
|
|
6570
|
+
const baseCss$5 = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
6571
|
+
var PdsTableHeadStyle0 = baseCss$5;
|
|
6572
|
+
|
|
6495
6573
|
const pdsTableHeadCss = ":host{--border-head-default:var(--pine-border-width-thin) solid var(--pine-color-grey-300);--color-background-fixed:var(--pine-color-base-white);border-color:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;display:table-header-group;vertical-align:middle}:host::part(checkbox-cell){background-color:var(--color-background-fixed);left:0;position:-webkit-sticky;position:sticky;z-index:1}:host pds-table-checkbox-cell{-webkit-border-after:var(--border-head-default);border-block-end:var(--border-head-default)}";
|
|
6496
|
-
var
|
|
6574
|
+
var PdsTableHeadStyle1 = pdsTableHeadCss;
|
|
6497
6575
|
|
|
6498
6576
|
class PdsTableHead {
|
|
6499
6577
|
constructor(hostRef) {
|
|
@@ -6531,10 +6609,10 @@ class PdsTableHead {
|
|
|
6531
6609
|
}
|
|
6532
6610
|
}
|
|
6533
6611
|
render() {
|
|
6534
|
-
return (hAsync(Host, { key: '
|
|
6612
|
+
return (hAsync(Host, { key: '213f85bc482cf8f137acccd858dbd0e207eef425', role: "row" }, this.tableRef && this.tableRef.selectable && (hAsync("pds-table-head-cell", { key: '1633990c5a5e9eb5786754c5f0013ebe5619bf8e', part: this.tableRef.selectable ? 'checkbox-cell' : '' }, hAsync("pds-checkbox", { key: 'd3ff182cfe34e11c04e66964dc295d9654e48cfd', componentId: this.generateUniqueId(), indeterminate: this.indeterminate, onInput: this.handleInput, label: "Select All Rows", labelHidden: true, checked: this.isSelected }))), hAsync("slot", { key: '149366f9587c8fe0c6040abca3a8fc4195fc312a' })));
|
|
6535
6613
|
}
|
|
6536
6614
|
get hostElement() { return getElement(this); }
|
|
6537
|
-
static get style() { return PdsTableHeadStyle0; }
|
|
6615
|
+
static get style() { return PdsTableHeadStyle0 + PdsTableHeadStyle1; }
|
|
6538
6616
|
static get cmpMeta() { return {
|
|
6539
6617
|
"$flags$": 9,
|
|
6540
6618
|
"$tagName$": "pds-table-head",
|
|
@@ -6548,8 +6626,11 @@ class PdsTableHead {
|
|
|
6548
6626
|
}; }
|
|
6549
6627
|
}
|
|
6550
6628
|
|
|
6551
|
-
const
|
|
6552
|
-
var PdsTableHeadCellStyle0 =
|
|
6629
|
+
const baseCss$4 = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
6630
|
+
var PdsTableHeadCellStyle0 = baseCss$4;
|
|
6631
|
+
|
|
6632
|
+
const pdsTableHeadCellCss = ":host{--border-head-cell-default:var(--pine-border-width-thin) solid var(--pine-color-grey-300);--box-shadow-default:3px 3px 6px -2px rgba(0, 0, 0, 0.1);--color-background-fixed:var(--pine-color-white);--color-sorting:var(--pine-color-grey-950);--color-text-default:var(--pine-color-grey-700);--dimension-fixed-cell-position:0;--font-size-head-cell:var(--pine-font-size-085);--font-weight-cell-default:var(--pine-font-weight-normal);--line-height-cell-default:var(--pine-line-height-125);--padding-cell-default:calc(var(--pine-spacing-300) / 2);--spacing-margin-inline-start-arrow:var(--pine-spacing-050);--spacing-padding-arrow:calc(var(--pine-spacing-050) / 2);--spacing-padding-block-compact:var(--pine-spacing-050);-webkit-border-after:var(--border-head-cell-default);border-block-end:var(--border-head-cell-default);color:var(--color-text-default);display:table-cell;font-size:var(--font-size-head-cell);font-style:normal;font-weight:var(--font-weight-cell-default);line-height:var(--line-height-cell-default);padding:var(--padding-cell-default);text-align:start;vertical-align:inherit}:host(.is-compact){padding-block:var(--spacing-padding-block-compact)}:host(.is-fixed){background:var(--color-background-fixed);left:var(--dimension-fixed-cell-position);position:-webkit-sticky;position:sticky;z-index:1}:host(.has-scrolled.is-fixed){-webkit-box-shadow:var(--box-shadow-default);box-shadow:var(--box-shadow-default)}:host(.is-sortable){cursor:pointer}:host(.is-sortable) pds-icon{-webkit-margin-start:var(--spacing-margin-inline-start-arrow);margin-inline-start:var(--spacing-margin-inline-start-arrow);-webkit-padding-before:var(--spacing-padding-arrow);padding-block-start:var(--spacing-padding-arrow);position:absolute}:host(.is-sortable:hover),:host(.is-active){color:var(--color-sorting)}";
|
|
6633
|
+
var PdsTableHeadCellStyle1 = pdsTableHeadCellCss;
|
|
6553
6634
|
|
|
6554
6635
|
class PdsTableHeadCell {
|
|
6555
6636
|
constructor(hostRef) {
|
|
@@ -6604,14 +6685,14 @@ class PdsTableHeadCell {
|
|
|
6604
6685
|
return classNames.join(' ');
|
|
6605
6686
|
}
|
|
6606
6687
|
render() {
|
|
6607
|
-
return (hAsync(Host, { key: '
|
|
6688
|
+
return (hAsync(Host, { key: '1f10fd14e300a501cf3763b2f0edb02fe957fc4a', class: this.classNames(), role: "columnheader", onClick: this.toggleSort, style: this.tableRef &&
|
|
6608
6689
|
this.tableRef.fixedColumn &&
|
|
6609
6690
|
this.tableRef.selectable
|
|
6610
6691
|
? { '--fixed-cell-position': '40px' }
|
|
6611
|
-
: {} }, hAsync("slot", { key: '
|
|
6692
|
+
: {} }, hAsync("slot", { key: '5e18f22f031f671c7c3ae899d00afb90dd90d633' }), this.sortable && (hAsync("pds-icon", { key: 'ba00ac36b37cc45086fb5989beb71a9fc6a83bd6', icon: this.sortingDirection === 'asc' ? upSmall : downSmall }))));
|
|
6612
6693
|
}
|
|
6613
6694
|
get hostElement() { return getElement(this); }
|
|
6614
|
-
static get style() { return PdsTableHeadCellStyle0; }
|
|
6695
|
+
static get style() { return PdsTableHeadCellStyle0 + PdsTableHeadCellStyle1; }
|
|
6615
6696
|
static get cmpMeta() { return {
|
|
6616
6697
|
"$flags$": 9,
|
|
6617
6698
|
"$tagName$": "pds-table-head-cell",
|
|
@@ -6627,8 +6708,11 @@ class PdsTableHeadCell {
|
|
|
6627
6708
|
}; }
|
|
6628
6709
|
}
|
|
6629
6710
|
|
|
6711
|
+
const baseCss$3 = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
6712
|
+
var PdsTableRowStyle0 = baseCss$3;
|
|
6713
|
+
|
|
6630
6714
|
const pdsTableRowCss = ":host{--color-background-fixed:var(--pine-color-white);--color-background-interactive:var(--pine-color-grey-200);border-color:inherit;display:table-row;vertical-align:inherit}:host::part(checkbox-cell){background-color:var(--color-background-fixed);left:0;position:-webkit-sticky;position:sticky;z-index:1}:host(:hover),:host(:hover)::part(checkbox-cell),:host(:hover) ::slotted(pds-table-cell),:host(.is-selected),:host(.is-selected)::part(checkbox-cell),:host(.is-selected) ::slotted(pds-table-cell){background:var(--color-background-interactive)}";
|
|
6631
|
-
var
|
|
6715
|
+
var PdsTableRowStyle1 = pdsTableRowCss;
|
|
6632
6716
|
|
|
6633
6717
|
class PdsTableRow {
|
|
6634
6718
|
constructor(hostRef) {
|
|
@@ -6677,10 +6761,10 @@ class PdsTableRow {
|
|
|
6677
6761
|
}
|
|
6678
6762
|
}
|
|
6679
6763
|
render() {
|
|
6680
|
-
return (hAsync(Host, { key: '
|
|
6764
|
+
return (hAsync(Host, { key: 'ccc46bba7ffde3633444f7108b0481eff6e43bb8', class: this.classNames(), role: "row" }, this.tableRef && this.tableRef.selectable && (hAsync("pds-table-cell", { key: '76743fa777e0d12ccb43579783ae4df4386c4b02', part: this.tableRef.fixedColumn ? 'checkbox-cell' : '', class: this.tableRef.selectable ? 'has-checkbox' : '' }, hAsync("pds-checkbox", { key: '484056e443407c4250098b021484608a4da84f48', componentId: this.generateUniqueId(), onClick: this.handleClick, indeterminate: this.indeterminate, label: "Select Row", labelHidden: true, checked: this.isSelected }))), hAsync("slot", { key: '349559a00f291841f7073e6259eb9cffa3a445fd' })));
|
|
6681
6765
|
}
|
|
6682
6766
|
get hostElement() { return getElement(this); }
|
|
6683
|
-
static get style() { return PdsTableRowStyle0; }
|
|
6767
|
+
static get style() { return PdsTableRowStyle0 + PdsTableRowStyle1; }
|
|
6684
6768
|
static get cmpMeta() { return {
|
|
6685
6769
|
"$flags$": 9,
|
|
6686
6770
|
"$tagName$": "pds-table-row",
|
|
@@ -6725,8 +6809,11 @@ class PdsTabpanel {
|
|
|
6725
6809
|
}; }
|
|
6726
6810
|
}
|
|
6727
6811
|
|
|
6812
|
+
const baseCss$2 = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
6813
|
+
var PdsTabsStyle0 = baseCss$2;
|
|
6814
|
+
|
|
6728
6815
|
const pdsTabsCss = ":host{--spacing-panel-margin-top:0;--spacing-panel-padding:0;--outline:2px solid var(--pine-color-blue-200);--spacing-gap-availability:var(--pine-spacing-100);--spacing-gap-default:var(--pine-spacing-300);--spacing-gap-filter:var(--pine-spacing-200);display:block}.pds-tabs__tablist{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--spacing-gap-default)}:host(.pds-tabs--availability) .pds-tabs__tablist{gap:var(--spacing-gap-availability)}:host(.pds-tabs--filter) .pds-tabs__tablist{gap:var(--spacing-gap-filter)}";
|
|
6729
|
-
var
|
|
6816
|
+
var PdsTabsStyle1 = pdsTabsCss;
|
|
6730
6817
|
|
|
6731
6818
|
/**
|
|
6732
6819
|
* @slot tabs - Content is placed within the `div[role="tablist"]` element as children
|
|
@@ -6813,10 +6900,10 @@ class PdsTabs {
|
|
|
6813
6900
|
this.passPropsToChildren();
|
|
6814
6901
|
}
|
|
6815
6902
|
render() {
|
|
6816
|
-
return (hAsync(Host, { key: '
|
|
6903
|
+
return (hAsync(Host, { key: '590f66c80be5b92b015e6499ee60bef965bbaa1e', "active-tab-name": this.activeTabName, class: this.classNames(), id: this.componentId }, hAsync("div", { key: '7251690cd8b8ac1425763212883c98826d15fed1', class: "pds-tabs__tablist", role: "tablist", "aria-label": this.tablistLabel }, hAsync("slot", { key: 'd07a6f7b621309db9cd7169184c8e7ae0b3b981f', name: "tabs" })), hAsync("slot", { key: 'dcc5b2ea9bdf45f33d3cb2b0a75fa4a2885ec00b', name: "tabpanels" })));
|
|
6817
6904
|
}
|
|
6818
6905
|
get el() { return getElement(this); }
|
|
6819
|
-
static get style() { return PdsTabsStyle0; }
|
|
6906
|
+
static get style() { return PdsTabsStyle0 + PdsTabsStyle1; }
|
|
6820
6907
|
static get cmpMeta() { return {
|
|
6821
6908
|
"$flags$": 9,
|
|
6822
6909
|
"$tagName$": "pds-tabs",
|
|
@@ -6833,8 +6920,11 @@ class PdsTabs {
|
|
|
6833
6920
|
}; }
|
|
6834
6921
|
}
|
|
6835
6922
|
|
|
6836
|
-
const
|
|
6837
|
-
var PdsTextareaStyle0 =
|
|
6923
|
+
const baseCss$1 = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
6924
|
+
var PdsTextareaStyle0 = baseCss$1;
|
|
6925
|
+
|
|
6926
|
+
const pdsTextareaCss = ":host{--border-interactive-default:var(--pine-border-width-thin) solid var(--pine-color-grey-400);--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--color-focus-visible-outline);--box-shadow-focus-error:0 0 0 1px #ffffff, 0 0 0 3px var(--color-focus-visible-outline-error);--color:var(--pine-color-grey-900);--color-background:var(--pine-color-white);--color-background-disabled:var(--pine-color-grey-200);--color-border-default:var(--pine-color-grey-400);--color-border-error:var(--pine-color-red-300);--color-border-focus-visible:var(--pine-color-grey-300);--color-border-hover:var(--pine-color-grey-500);--color-disabled-default:var(--pine-color-grey-700);--color-error-default:var(--pine-color-red-300);--color-focus-visible-outline:var(--pine-color-purple-300);--color-focus-visible-outline-error:var(--pine-color-red-200);--color-placeholder-default:var(--pine-color-grey-700);--font-size-field:var(--pine-font-size-100);--font-size-helper-message:var(--pine-font-size-100);--font-size-label:var(--pine-font-size-100);--font-weight-field:var(--pine-font-weight-normal);--font-weight-helper-message:var(--pine-font-weight-normal);--font-weight-label:var(--pine-font-weight-medium);--line-height-field:var(--pine-line-height-150);--line-height-helper-message:var(--pine-line-height-125);--line-height-label:var(--pine-line-height-150);--spacing-margin-block-end-label:var(--pine-spacing-100);--spacing-margin-block-start-helper-message:var(--pine-spacing-100);--spacing-padding-block-field:var(--pine-spacing-100);--spacing-padding-inline-field:var(--pine-spacing-200);display:inline}.pds-textarea{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}label{display:block;font-size:var(--font-size-label);font-weight:var(--font-weight-label);line-height:var(--line-height-label);-webkit-margin-after:var(--spacing-margin-block-end-label);margin-block-end:var(--spacing-margin-block-end-label)}.pds-textarea__field{background-color:var(--color-background);border:1px solid var(--color-border-default);border-radius:var(--pine-border-radius-100);font-family:inherit;font-size:var(--font-size-field);font-weight:var(--font-weight-field);line-height:var(--line-height-field);padding:var(--spacing-padding-block-field) var(--spacing-padding-inline-field)}.pds-textarea__field:hover:not(:disabled,.is-invalid){border-color:var(--color-border-hover)}.pds-textarea__field:disabled{background-color:var(--color-background-disabled);color:var(--color-disabled-default);cursor:not-allowed}.pds-textarea__field:focus-visible{-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}.pds-textarea__field::-webkit-input-placeholder{color:var(--color-placeholder-default)}.pds-textarea__field::-moz-placeholder{color:var(--color-placeholder-default)}.pds-textarea__field:-ms-input-placeholder{color:var(--color-placeholder-default)}.pds-textarea__field::-ms-input-placeholder{color:var(--color-placeholder-default)}.pds-textarea__field::placeholder{color:var(--color-placeholder-default)}.pds-textarea__field.is-invalid{border-color:var(--color-border-error)}.pds-textarea__field.is-invalid:focus-visible{-webkit-box-shadow:var(--box-shadow-focus-error);box-shadow:var(--box-shadow-focus-error)}.pds-textarea__error-message,.pds-textarea__helper-message{font-size:var(--font-size-helper-message);font-weight:var(--font-weight-helper-message);line-height:var(--line-height-helper-message);-webkit-margin-before:var(--spacing-margin-block-start-helper-message);margin-block-start:var(--spacing-margin-block-start-helper-message)}.pds-textarea__error-message{color:var(--color-error-default)}";
|
|
6927
|
+
var PdsTextareaStyle1 = pdsTextareaCss;
|
|
6838
6928
|
|
|
6839
6929
|
class PdsTextarea {
|
|
6840
6930
|
constructor(hostRef) {
|
|
@@ -6869,13 +6959,13 @@ class PdsTextarea {
|
|
|
6869
6959
|
return classNames.join(' ');
|
|
6870
6960
|
}
|
|
6871
6961
|
render() {
|
|
6872
|
-
return (hAsync(Host, { key: '
|
|
6873
|
-
hAsync(PdsLabel, { key: '
|
|
6874
|
-
hAsync("p", { key: '
|
|
6875
|
-
hAsync("p", { key: '
|
|
6962
|
+
return (hAsync(Host, { key: '178de49f01c711145054009b42828b846b7670b9', "aria-disabled": this.disabled ? 'true' : null }, hAsync("div", { key: 'b62cfd1551b4923990b2b806a9ad07755b82a2a4', class: "pds-textarea" }, this.label &&
|
|
6963
|
+
hAsync(PdsLabel, { key: '3a5990ac49ad3367d3f59dd8ff6e986920ccccc5', htmlFor: this.componentId, text: this.label }), hAsync("textarea", { key: 'e27ff5eb4350be9a1c2351ccda578588241e85d7', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, class: this.textareaClassNames(), disabled: this.disabled, id: this.componentId, name: this.name, placeholder: this.placeholder, readOnly: this.readonly, required: this.required, rows: this.rows, onChange: this.onTextareaChange }, this.value), this.helperMessage &&
|
|
6964
|
+
hAsync("p", { key: '71e4839681208e2a11e79d0a9e3d1542da566dcf', class: "pds-textarea__helper-message", id: messageId(this.componentId, 'helper') }, this.helperMessage), this.invalid &&
|
|
6965
|
+
hAsync("p", { key: '64de96c3dcf76d0e1d888f9e88f4bec66138010d', "aria-live": "assertive", class: "pds-textarea__error-message", id: messageId(this.componentId, 'error') }, this.errorMessage))));
|
|
6876
6966
|
}
|
|
6877
6967
|
get el() { return getElement(this); }
|
|
6878
|
-
static get style() { return PdsTextareaStyle0; }
|
|
6968
|
+
static get style() { return PdsTextareaStyle0 + PdsTextareaStyle1; }
|
|
6879
6969
|
static get cmpMeta() { return {
|
|
6880
6970
|
"$flags$": 9,
|
|
6881
6971
|
"$tagName$": "pds-textarea",
|
|
@@ -6967,8 +7057,11 @@ const positionTooltip = ({ elem, elemPlacement, overlay, offset = 8 }) => {
|
|
|
6967
7057
|
}
|
|
6968
7058
|
};
|
|
6969
7059
|
|
|
6970
|
-
const
|
|
6971
|
-
var PdsTooltipStyle0 =
|
|
7060
|
+
const baseCss = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
|
|
7061
|
+
var PdsTooltipStyle0 = baseCss;
|
|
7062
|
+
|
|
7063
|
+
const pdsTooltipCss = ":host{--border-radius-overlay:var(--pine-border-radius-125);--border-width-arrow-down:var(--sizing-arrow-default) var(--sizing-arrow-default) 0;--border-width-arrow-left:var(--sizing-arrow-default) var(--sizing-arrow-default) var(--sizing-arrow-default) 0;--border-width-arrow-right:var(--sizing-arrow-default) 0 var(--sizing-arrow-default) var(--sizing-arrow-default);--border-width-arrow-up:0 var(--sizing-arrow-default) var(--sizing-arrow-default);--box-shadow-default:var(--pine-box-shadow-200);--color-background-default:var(--pine-color-grey-900);--color-text-default:var(--pine-color-white);--font-size-overlay:var(--pine-font-size-085);--line-height-overlay:var(--pine-line-height-125);--sizing-arrow-default:6px;--sizing-arrow-offset:14px;--sizing-width-default:320px;--spacing-padding-overlay:var(--pine-spacing-100) calc(var(--pine-spacing-300) / 2);display:inline-block;position:relative}:host ::slotted(*){display:-ms-flexbox;display:flex}:host ::slotted([slot=content]){display:block;white-space:normal;width:var(--sizing-width-default)}.pds-tooltip__content{background-color:var(--color-background-default);border-radius:var(--border-radius-overlay);-webkit-box-shadow:var(--box-shadow-default);box-shadow:var(--box-shadow-default);color:var(--color-text-default);font-size:var(--font-size-overlay);line-height:var(--line-height-overlay);opacity:0;padding:var(--spacing-padding-overlay);position:absolute;visibility:hidden;width:-webkit-max-content;width:-moz-max-content;width:max-content}.pds-tooltip--is-open .pds-tooltip__content{opacity:1;visibility:visible;z-index:1}:host(.pds-tooltip--has-html-content) .pds-tooltip__content{width:auto}.pds-tooltip__content::after{border-color:transparent;border-right-color:transparent;border-style:solid;border-width:var(--border-width-arrow-left);content:\"\";height:0;position:absolute;width:0}.pds-tooltip--right .pds-tooltip__content::after{border-inline-end-color:var(--color-background-default);border-width:var(--border-width-arrow-left);left:calc(var(--sizing-arrow-default) * -1);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.pds-tooltip--right-end .pds-tooltip__content::after{border-inline-end-color:var(--color-background-default);border-width:var(--border-width-arrow-left);bottom:var(--sizing-arrow-offset);left:calc(var(--sizing-arrow-default) * -1);top:initial}.pds-tooltip--right-start .pds-tooltip__content::after{border-inline-end-color:var(--color-background-default);border-width:var(--border-width-arrow-left);left:calc(var(--sizing-arrow-default) * -1);top:var(--sizing-arrow-offset)}.pds-tooltip--top .pds-tooltip__content::after{border-block-start-color:var(--color-background-default);border-width:var(--border-width-arrow-down);bottom:calc(var(--sizing-arrow-default) * -1);left:50%;top:initial;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pds-tooltip--top-start .pds-tooltip__content::after{border-block-start-color:var(--color-background-default);border-width:var(--border-width-arrow-down);bottom:calc(var(--sizing-arrow-default) * -1);left:var(--sizing-arrow-offset);top:initial}.pds-tooltip--top-end .pds-tooltip__content::after{border-block-start-color:var(--color-background-default);border-width:var(--border-width-arrow-down);bottom:calc(var(--sizing-arrow-default) * -1);left:initial;right:var(--sizing-arrow-offset);top:initial}.pds-tooltip--left .pds-tooltip__content::after{border-inline-start-color:var(--color-background-default);border-width:var(--border-width-arrow-right);left:initial;right:calc(var(--sizing-arrow-default) * -1);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.pds-tooltip--left-end .pds-tooltip__content::after{border-inline-start-color:var(--color-background-default);border-width:var(--border-width-arrow-right);bottom:var(--sizing-arrow-offset);left:initial;right:calc(var(--sizing-arrow-default) * -1);top:initial}.pds-tooltip--left-start .pds-tooltip__content::after{border-inline-start-color:var(--color-background-default);border-width:var(--border-width-arrow-right);left:initial;right:calc(var(--sizing-arrow-default) * -1);top:var(--sizing-arrow-offset)}.pds-tooltip--bottom .pds-tooltip__content::after{border-block-end-color:var(--color-background-default);border-width:var(--border-width-arrow-up);left:50%;top:calc(var(--sizing-arrow-default) * -1);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pds-tooltip--bottom-end .pds-tooltip__content::after{border-block-end-color:var(--color-background-default);border-width:var(--border-width-arrow-up);left:initial;right:var(--sizing-arrow-offset);top:calc(var(--sizing-arrow-default) * -1)}.pds-tooltip--bottom-start .pds-tooltip__content::after{border-block-end-color:var(--color-background-default);border-width:var(--border-width-arrow-up);left:var(--sizing-arrow-offset);top:calc(var(--sizing-arrow-default) * -1)}.pds-tooltip--no-arrow .pds-tooltip__content::after{border-width:0}";
|
|
7064
|
+
var PdsTooltipStyle1 = pdsTooltipCss;
|
|
6972
7065
|
|
|
6973
7066
|
/**
|
|
6974
7067
|
* @slot (default) - The tooltip's target element
|
|
@@ -7031,19 +7124,19 @@ class PdsTooltip {
|
|
|
7031
7124
|
this.opened = false;
|
|
7032
7125
|
}
|
|
7033
7126
|
render() {
|
|
7034
|
-
return (hAsync(Host, { key: '
|
|
7127
|
+
return (hAsync(Host, { key: '2d8f8962d48885ba08942be77017a4935ddd2e22', onMouseEnter: this.handleShow, onMouseLeave: this.handleHide, onFocusin: this.handleShow, onFocusout: this.handleHide }, hAsync("div", { key: '532fcea8cc64b97257ee44f7513d24ae6369bc80', class: `
|
|
7035
7128
|
pds-tooltip
|
|
7036
7129
|
pds-tooltip--${this.placement}
|
|
7037
7130
|
${this.htmlContent ? 'pds-tooltip--has-html-content' : ''}
|
|
7038
7131
|
${this.opened ? 'pds-tooltip--is-open' : ''}
|
|
7039
7132
|
${this.hasArrow ? '' : 'pds-tooltip--no-arrow'}
|
|
7040
|
-
` }, hAsync("span", { key: '
|
|
7133
|
+
` }, hAsync("span", { key: 'aeebff67bb54044f6c929b3da664c8b5185d34bb', "aria-describedby": this.componentId, class: "pds-tooltip__trigger" }, hAsync("slot", { key: '459356377503d70ca14d8fc52fc25ed989e9c54c' })), hAsync("div", { key: '29eab9bdfc2579d96ba66cce94ecf82b52c3e8a5', class: "pds-tooltip__content", "aria-hidden": this.opened ? 'false' : 'true', "aria-live": this.opened ? 'polite' : 'off', id: this.componentId, ref: (el) => (this.contentEl = el), role: "tooltip" }, hAsync("slot", { key: '33b625cdc333f23ad036a7623581e49b95ce23e7', name: "content" }), this.content))));
|
|
7041
7134
|
}
|
|
7042
7135
|
get el() { return getElement(this); }
|
|
7043
7136
|
static get watchers() { return {
|
|
7044
7137
|
"opened": ["handleOpenToggle"]
|
|
7045
7138
|
}; }
|
|
7046
|
-
static get style() { return PdsTooltipStyle0; }
|
|
7139
|
+
static get style() { return PdsTooltipStyle0 + PdsTooltipStyle1; }
|
|
7047
7140
|
static get cmpMeta() { return {
|
|
7048
7141
|
"$flags$": 9,
|
|
7049
7142
|
"$tagName$": "pds-tooltip",
|
|
@@ -7107,8 +7200,105 @@ exports.hydrateApp = hydrateApp;
|
|
|
7107
7200
|
hydrateAppClosure($stencilWindow);
|
|
7108
7201
|
}
|
|
7109
7202
|
|
|
7203
|
+
// src/app-data/index.ts
|
|
7204
|
+
var BUILD = {
|
|
7205
|
+
allRenderFn: false,
|
|
7206
|
+
cmpDidLoad: true,
|
|
7207
|
+
cmpDidUnload: false,
|
|
7208
|
+
cmpDidUpdate: true,
|
|
7209
|
+
cmpDidRender: true,
|
|
7210
|
+
cmpWillLoad: true,
|
|
7211
|
+
cmpWillUpdate: true,
|
|
7212
|
+
cmpWillRender: true,
|
|
7213
|
+
connectedCallback: true,
|
|
7214
|
+
disconnectedCallback: true,
|
|
7215
|
+
element: true,
|
|
7216
|
+
event: true,
|
|
7217
|
+
hasRenderFn: true,
|
|
7218
|
+
lifecycle: true,
|
|
7219
|
+
hostListener: true,
|
|
7220
|
+
hostListenerTargetWindow: true,
|
|
7221
|
+
hostListenerTargetDocument: true,
|
|
7222
|
+
hostListenerTargetBody: true,
|
|
7223
|
+
hostListenerTargetParent: false,
|
|
7224
|
+
hostListenerTarget: true,
|
|
7225
|
+
member: true,
|
|
7226
|
+
method: true,
|
|
7227
|
+
mode: true,
|
|
7228
|
+
observeAttribute: true,
|
|
7229
|
+
prop: true,
|
|
7230
|
+
propMutable: true,
|
|
7231
|
+
reflect: true,
|
|
7232
|
+
scoped: true,
|
|
7233
|
+
shadowDom: true,
|
|
7234
|
+
slot: true,
|
|
7235
|
+
cssAnnotations: true,
|
|
7236
|
+
state: true,
|
|
7237
|
+
style: true,
|
|
7238
|
+
formAssociated: false,
|
|
7239
|
+
svg: true,
|
|
7240
|
+
updatable: true,
|
|
7241
|
+
vdomAttribute: true,
|
|
7242
|
+
vdomXlink: true,
|
|
7243
|
+
vdomClass: true,
|
|
7244
|
+
vdomFunctional: true,
|
|
7245
|
+
vdomKey: true,
|
|
7246
|
+
vdomListener: true,
|
|
7247
|
+
vdomRef: true,
|
|
7248
|
+
vdomPropOrAttr: true,
|
|
7249
|
+
vdomRender: true,
|
|
7250
|
+
vdomStyle: true,
|
|
7251
|
+
vdomText: true,
|
|
7252
|
+
watchCallback: true,
|
|
7253
|
+
taskQueue: true,
|
|
7254
|
+
hotModuleReplacement: false,
|
|
7255
|
+
isDebug: false,
|
|
7256
|
+
isDev: false,
|
|
7257
|
+
isTesting: false,
|
|
7258
|
+
hydrateServerSide: false,
|
|
7259
|
+
hydrateClientSide: false,
|
|
7260
|
+
lifecycleDOMEvents: false,
|
|
7261
|
+
lazyLoad: false,
|
|
7262
|
+
profile: false,
|
|
7263
|
+
slotRelocation: true,
|
|
7264
|
+
// TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior
|
|
7265
|
+
appendChildSlotFix: false,
|
|
7266
|
+
// TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior
|
|
7267
|
+
cloneNodeFix: false,
|
|
7268
|
+
hydratedAttribute: false,
|
|
7269
|
+
hydratedClass: true,
|
|
7270
|
+
// TODO(STENCIL-1305): remove this option
|
|
7271
|
+
scriptDataOpts: false,
|
|
7272
|
+
// TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior
|
|
7273
|
+
scopedSlotTextContentFix: false,
|
|
7274
|
+
// TODO(STENCIL-854): Remove code related to legacy shadowDomShim field
|
|
7275
|
+
shadowDomShim: false,
|
|
7276
|
+
// TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior
|
|
7277
|
+
slotChildNodesFix: false,
|
|
7278
|
+
invisiblePrehydration: true,
|
|
7279
|
+
propBoolean: true,
|
|
7280
|
+
propNumber: true,
|
|
7281
|
+
propString: true,
|
|
7282
|
+
constructableCSS: true,
|
|
7283
|
+
cmpShouldUpdate: true,
|
|
7284
|
+
devTools: false,
|
|
7285
|
+
shadowDelegatesFocus: true,
|
|
7286
|
+
initializeNextTick: false,
|
|
7287
|
+
asyncLoading: true,
|
|
7288
|
+
asyncQueue: false,
|
|
7289
|
+
transformTagName: false,
|
|
7290
|
+
attachStyles: true,
|
|
7291
|
+
// TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior
|
|
7292
|
+
experimentalSlotFixes: false
|
|
7293
|
+
};
|
|
7294
|
+
var Env = {};
|
|
7295
|
+
var NAMESPACE = (
|
|
7296
|
+
/* default */
|
|
7297
|
+
"app"
|
|
7298
|
+
);
|
|
7299
|
+
|
|
7110
7300
|
/*
|
|
7111
|
-
Stencil Hydrate Runner v4.
|
|
7301
|
+
Stencil Hydrate Runner v4.22.1 | MIT Licensed | https://stenciljs.com
|
|
7112
7302
|
*/
|
|
7113
7303
|
var __defProp = Object.defineProperty;
|
|
7114
7304
|
var __export = (target, all) => {
|
|
@@ -7121,6 +7311,8 @@ var CONTENT_REF_ID = "r";
|
|
|
7121
7311
|
var ORG_LOCATION_ID = "o";
|
|
7122
7312
|
var SLOT_NODE_ID = "s";
|
|
7123
7313
|
var TEXT_NODE_ID = "t";
|
|
7314
|
+
var HYDRATE_ID = "s-id";
|
|
7315
|
+
var STENCIL_DOC_DATA = "_stencilDocData";
|
|
7124
7316
|
var XLINK_NS = "http://www.w3.org/1999/xlink";
|
|
7125
7317
|
|
|
7126
7318
|
// src/mock-doc/attribute.ts
|
|
@@ -7429,8 +7621,8 @@ function jsCaseToCssCase(str) {
|
|
|
7429
7621
|
|
|
7430
7622
|
// src/mock-doc/custom-element-registry.ts
|
|
7431
7623
|
var MockCustomElementRegistry = class {
|
|
7432
|
-
constructor(
|
|
7433
|
-
this.win =
|
|
7624
|
+
constructor(win2) {
|
|
7625
|
+
this.win = win2;
|
|
7434
7626
|
}
|
|
7435
7627
|
define(tagName, cstr, options) {
|
|
7436
7628
|
if (tagName.toLowerCase() !== tagName) {
|
|
@@ -7452,19 +7644,19 @@ var MockCustomElementRegistry = class {
|
|
|
7452
7644
|
this.__whenDefined.delete(tagName);
|
|
7453
7645
|
}
|
|
7454
7646
|
}
|
|
7455
|
-
const
|
|
7456
|
-
if (
|
|
7457
|
-
const hosts =
|
|
7647
|
+
const doc2 = this.win.document;
|
|
7648
|
+
if (doc2 != null) {
|
|
7649
|
+
const hosts = doc2.querySelectorAll(tagName);
|
|
7458
7650
|
hosts.forEach((host) => {
|
|
7459
7651
|
if (upgradedElements.has(host) === false) {
|
|
7460
|
-
tempDisableCallbacks.add(
|
|
7461
|
-
const upgradedCmp = createCustomElement(this,
|
|
7652
|
+
tempDisableCallbacks.add(doc2);
|
|
7653
|
+
const upgradedCmp = createCustomElement(this, doc2, tagName);
|
|
7462
7654
|
for (let i = 0; i < host.childNodes.length; i++) {
|
|
7463
7655
|
const childNode = host.childNodes[i];
|
|
7464
7656
|
childNode.remove();
|
|
7465
7657
|
upgradedCmp.appendChild(childNode);
|
|
7466
7658
|
}
|
|
7467
|
-
tempDisableCallbacks.delete(
|
|
7659
|
+
tempDisableCallbacks.delete(doc2);
|
|
7468
7660
|
if (proxyElements.has(host)) {
|
|
7469
7661
|
proxyElements.set(host, upgradedCmp);
|
|
7470
7662
|
}
|
|
@@ -7518,8 +7710,8 @@ var MockCustomElementRegistry = class {
|
|
|
7518
7710
|
});
|
|
7519
7711
|
}
|
|
7520
7712
|
};
|
|
7521
|
-
function createCustomElement(
|
|
7522
|
-
const Cstr =
|
|
7713
|
+
function createCustomElement(customElements2, ownerDocument, tagName) {
|
|
7714
|
+
const Cstr = customElements2.get(tagName);
|
|
7523
7715
|
if (Cstr != null) {
|
|
7524
7716
|
const cmp = new Cstr(ownerDocument);
|
|
7525
7717
|
cmp.nodeName = tagName.toUpperCase();
|
|
@@ -7567,8 +7759,8 @@ function connectNode(ownerDocument, node) {
|
|
|
7567
7759
|
node.ownerDocument = ownerDocument;
|
|
7568
7760
|
if (node.nodeType === 1 /* ELEMENT_NODE */) {
|
|
7569
7761
|
if (ownerDocument != null && node.nodeName.includes("-")) {
|
|
7570
|
-
const
|
|
7571
|
-
if (
|
|
7762
|
+
const win2 = ownerDocument.defaultView;
|
|
7763
|
+
if (win2 != null && typeof node.connectedCallback === "function" && node.isConnected) {
|
|
7572
7764
|
fireConnectedCallback(node);
|
|
7573
7765
|
}
|
|
7574
7766
|
const shadowRoot = node.shadowRoot;
|
|
@@ -11976,7 +12168,7 @@ var OpenElementStack = class {
|
|
|
11976
12168
|
get currentTmplContentOrNode() {
|
|
11977
12169
|
return this._isInTemplate() ? this.treeAdapter.getTemplateContent(this.current) : this.current;
|
|
11978
12170
|
}
|
|
11979
|
-
constructor(
|
|
12171
|
+
constructor(document2, treeAdapter, handler) {
|
|
11980
12172
|
this.treeAdapter = treeAdapter;
|
|
11981
12173
|
this.handler = handler;
|
|
11982
12174
|
this.items = [];
|
|
@@ -11984,7 +12176,7 @@ var OpenElementStack = class {
|
|
|
11984
12176
|
this.stackTop = -1;
|
|
11985
12177
|
this.tmplCount = 0;
|
|
11986
12178
|
this.currentTagId = TAG_ID.UNKNOWN;
|
|
11987
|
-
this.current =
|
|
12179
|
+
this.current = document2;
|
|
11988
12180
|
}
|
|
11989
12181
|
//Index of element
|
|
11990
12182
|
_indexOf(element) {
|
|
@@ -12401,8 +12593,8 @@ var defaultTreeAdapter = {
|
|
|
12401
12593
|
getTemplateContent(templateElement) {
|
|
12402
12594
|
return templateElement.content;
|
|
12403
12595
|
},
|
|
12404
|
-
setDocumentType(
|
|
12405
|
-
const doctypeNode =
|
|
12596
|
+
setDocumentType(document2, name, publicId, systemId) {
|
|
12597
|
+
const doctypeNode = document2.childNodes.find((node) => node.nodeName === "#documentType");
|
|
12406
12598
|
if (doctypeNode) {
|
|
12407
12599
|
doctypeNode.name = name;
|
|
12408
12600
|
doctypeNode.publicId = publicId;
|
|
@@ -12415,14 +12607,14 @@ var defaultTreeAdapter = {
|
|
|
12415
12607
|
systemId,
|
|
12416
12608
|
parentNode: null
|
|
12417
12609
|
};
|
|
12418
|
-
defaultTreeAdapter.appendChild(
|
|
12610
|
+
defaultTreeAdapter.appendChild(document2, node);
|
|
12419
12611
|
}
|
|
12420
12612
|
},
|
|
12421
|
-
setDocumentMode(
|
|
12422
|
-
|
|
12613
|
+
setDocumentMode(document2, mode) {
|
|
12614
|
+
document2.mode = mode;
|
|
12423
12615
|
},
|
|
12424
|
-
getDocumentMode(
|
|
12425
|
-
return
|
|
12616
|
+
getDocumentMode(document2) {
|
|
12617
|
+
return document2.mode;
|
|
12426
12618
|
},
|
|
12427
12619
|
detachNode(node) {
|
|
12428
12620
|
if (node.parentNode) {
|
|
@@ -12903,7 +13095,7 @@ var defaultParserOptions = {
|
|
|
12903
13095
|
onParseError: null
|
|
12904
13096
|
};
|
|
12905
13097
|
var Parser = class {
|
|
12906
|
-
constructor(options,
|
|
13098
|
+
constructor(options, document2, fragmentContext = null, scriptHandler = null) {
|
|
12907
13099
|
this.fragmentContext = fragmentContext;
|
|
12908
13100
|
this.scriptHandler = scriptHandler;
|
|
12909
13101
|
this.currentToken = null;
|
|
@@ -12928,7 +13120,7 @@ var Parser = class {
|
|
|
12928
13120
|
if (this.onParseError) {
|
|
12929
13121
|
this.options.sourceCodeLocationInfo = true;
|
|
12930
13122
|
}
|
|
12931
|
-
this.document =
|
|
13123
|
+
this.document = document2 !== null && document2 !== void 0 ? document2 : this.treeAdapter.createDocument();
|
|
12932
13124
|
this.tokenizer = new Tokenizer(this.options, this);
|
|
12933
13125
|
this.activeFormattingElements = new FormattingElementList(this.treeAdapter);
|
|
12934
13126
|
this.fragmentContextID = fragmentContext ? getTagID(this.treeAdapter.getTagName(fragmentContext)) : TAG_ID.UNKNOWN;
|
|
@@ -15905,11 +16097,11 @@ function parseFragment(fragmentContext, html, options) {
|
|
|
15905
16097
|
// src/mock-doc/parse-util.ts
|
|
15906
16098
|
var docParser = /* @__PURE__ */ new WeakMap();
|
|
15907
16099
|
function parseDocumentUtil(ownerDocument, html) {
|
|
15908
|
-
const
|
|
15909
|
-
|
|
15910
|
-
|
|
15911
|
-
|
|
15912
|
-
return
|
|
16100
|
+
const doc2 = parse(html.trim(), getParser(ownerDocument));
|
|
16101
|
+
doc2.documentElement = doc2.firstElementChild;
|
|
16102
|
+
doc2.head = doc2.documentElement.firstElementChild;
|
|
16103
|
+
doc2.body = doc2.head.nextElementSibling;
|
|
16104
|
+
return doc2;
|
|
15913
16105
|
}
|
|
15914
16106
|
function parseFragmentUtil(ownerDocument, html) {
|
|
15915
16107
|
if (typeof html === "string") {
|
|
@@ -15927,9 +16119,9 @@ function getParser(ownerDocument) {
|
|
|
15927
16119
|
}
|
|
15928
16120
|
const treeAdapter = {
|
|
15929
16121
|
createDocument() {
|
|
15930
|
-
const
|
|
15931
|
-
|
|
15932
|
-
return
|
|
16122
|
+
const doc2 = ownerDocument.createElement("#document" /* DOCUMENT_NODE */);
|
|
16123
|
+
doc2["x-mode"] = "no-quirks";
|
|
16124
|
+
return doc2;
|
|
15933
16125
|
},
|
|
15934
16126
|
setNodeSourceCodeLocation(node, location2) {
|
|
15935
16127
|
node.sourceCodeLocation = location2;
|
|
@@ -15967,22 +16159,22 @@ function getParser(ownerDocument) {
|
|
|
15967
16159
|
getTemplateContent(templateElement) {
|
|
15968
16160
|
return templateElement.content;
|
|
15969
16161
|
},
|
|
15970
|
-
setDocumentType(
|
|
15971
|
-
let doctypeNode =
|
|
16162
|
+
setDocumentType(doc2, name, publicId, systemId) {
|
|
16163
|
+
let doctypeNode = doc2.childNodes.find((n) => n.nodeType === 10 /* DOCUMENT_TYPE_NODE */);
|
|
15972
16164
|
if (doctypeNode == null) {
|
|
15973
16165
|
doctypeNode = ownerDocument.createDocumentTypeNode();
|
|
15974
|
-
|
|
16166
|
+
doc2.insertBefore(doctypeNode, doc2.firstChild);
|
|
15975
16167
|
}
|
|
15976
16168
|
doctypeNode.nodeValue = "!DOCTYPE";
|
|
15977
16169
|
doctypeNode["x-name"] = name;
|
|
15978
16170
|
doctypeNode["x-publicId"] = publicId;
|
|
15979
16171
|
doctypeNode["x-systemId"] = systemId;
|
|
15980
16172
|
},
|
|
15981
|
-
setDocumentMode(
|
|
15982
|
-
|
|
16173
|
+
setDocumentMode(doc2, mode) {
|
|
16174
|
+
doc2["x-mode"] = mode;
|
|
15983
16175
|
},
|
|
15984
|
-
getDocumentMode(
|
|
15985
|
-
return
|
|
16176
|
+
getDocumentMode(doc2) {
|
|
16177
|
+
return doc2["x-mode"];
|
|
15986
16178
|
},
|
|
15987
16179
|
detachNode(node) {
|
|
15988
16180
|
node.remove();
|
|
@@ -16114,9 +16306,9 @@ var jquery_default = (
|
|
|
16114
16306
|
nodeName: "HTML"
|
|
16115
16307
|
}
|
|
16116
16308
|
}
|
|
16117
|
-
}, function(
|
|
16309
|
+
}, function(window2, noGlobal) {
|
|
16118
16310
|
"use strict";
|
|
16119
|
-
if (!
|
|
16311
|
+
if (!window2.document) {
|
|
16120
16312
|
throw new Error("jQuery requires a window with a document");
|
|
16121
16313
|
}
|
|
16122
16314
|
var arr = [];
|
|
@@ -16151,16 +16343,16 @@ var jquery_default = (
|
|
|
16151
16343
|
}
|
|
16152
16344
|
return type === "array" || length === 0 || typeof length === "number" && length > 0 && length - 1 in obj;
|
|
16153
16345
|
}
|
|
16154
|
-
var
|
|
16346
|
+
var document2 = window2.document;
|
|
16155
16347
|
var preservedScriptAttributes = {
|
|
16156
16348
|
type: true,
|
|
16157
16349
|
src: true,
|
|
16158
16350
|
nonce: true,
|
|
16159
16351
|
noModule: true
|
|
16160
16352
|
};
|
|
16161
|
-
function DOMEval(code, node,
|
|
16162
|
-
|
|
16163
|
-
var i2, script =
|
|
16353
|
+
function DOMEval(code, node, doc2) {
|
|
16354
|
+
doc2 = doc2 || document2;
|
|
16355
|
+
var i2, script = doc2.createElement("script");
|
|
16164
16356
|
script.text = code;
|
|
16165
16357
|
if (node) {
|
|
16166
16358
|
for (i2 in preservedScriptAttributes) {
|
|
@@ -16169,7 +16361,7 @@ var jquery_default = (
|
|
|
16169
16361
|
}
|
|
16170
16362
|
}
|
|
16171
16363
|
}
|
|
16172
|
-
|
|
16364
|
+
doc2.head.appendChild(script).parentNode.removeChild(script);
|
|
16173
16365
|
}
|
|
16174
16366
|
const jQuery = {};
|
|
16175
16367
|
var version = "4.0.0-pre+9352011a7.dirty +selector", rhtmlSuffix = /HTML$/i, jQueryOrig = function(selector, context) {
|
|
@@ -16306,8 +16498,8 @@ var jquery_default = (
|
|
|
16306
16498
|
},
|
|
16307
16499
|
// Evaluates a script in a provided context; falls back to the global one
|
|
16308
16500
|
// if not specified.
|
|
16309
|
-
globalEval: function(code, options,
|
|
16310
|
-
DOMEval(code, { nonce: options && options.nonce },
|
|
16501
|
+
globalEval: function(code, options, doc2) {
|
|
16502
|
+
DOMEval(code, { nonce: options && options.nonce }, doc2);
|
|
16311
16503
|
},
|
|
16312
16504
|
each: function(obj, callback) {
|
|
16313
16505
|
var length, i2 = 0;
|
|
@@ -16434,9 +16626,9 @@ var jquery_default = (
|
|
|
16434
16626
|
}
|
|
16435
16627
|
var pop = arr.pop;
|
|
16436
16628
|
var whitespace = "[\\x20\\t\\r\\n\\f]";
|
|
16437
|
-
var isIE =
|
|
16629
|
+
var isIE = document2.documentMode;
|
|
16438
16630
|
try {
|
|
16439
|
-
|
|
16631
|
+
document2.querySelector(":has(*,:jqfake)");
|
|
16440
16632
|
support.cssHas = false;
|
|
16441
16633
|
} catch (e) {
|
|
16442
16634
|
support.cssHas = true;
|
|
@@ -16468,7 +16660,7 @@ var jquery_default = (
|
|
|
16468
16660
|
var rleadingCombinator = new RegExp("^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*");
|
|
16469
16661
|
var rdescend = new RegExp(whitespace + "|>");
|
|
16470
16662
|
var rsibling = /[+~]/;
|
|
16471
|
-
var documentElement =
|
|
16663
|
+
var documentElement = document2.documentElement;
|
|
16472
16664
|
var matches2 = documentElement.matches || documentElement.msMatchesSelector;
|
|
16473
16665
|
function createCache() {
|
|
16474
16666
|
var keys = [];
|
|
@@ -16637,10 +16829,10 @@ var jquery_default = (
|
|
|
16637
16829
|
1
|
|
16638
16830
|
);
|
|
16639
16831
|
if (compare & 1) {
|
|
16640
|
-
if (a ==
|
|
16832
|
+
if (a == document2 || a.ownerDocument == document2 && jQuery.contains(document2, a)) {
|
|
16641
16833
|
return -1;
|
|
16642
16834
|
}
|
|
16643
|
-
if (b ==
|
|
16835
|
+
if (b == document2 || b.ownerDocument == document2 && jQuery.contains(document2, b)) {
|
|
16644
16836
|
return 1;
|
|
16645
16837
|
}
|
|
16646
16838
|
return 0;
|
|
@@ -16796,14 +16988,14 @@ var jquery_default = (
|
|
|
16796
16988
|
});
|
|
16797
16989
|
}
|
|
16798
16990
|
function setDocument(node) {
|
|
16799
|
-
var subWindow,
|
|
16800
|
-
if (
|
|
16991
|
+
var subWindow, doc2 = node ? node.ownerDocument || node : document2;
|
|
16992
|
+
if (doc2 == document$1 || doc2.nodeType !== 9) {
|
|
16801
16993
|
return;
|
|
16802
16994
|
}
|
|
16803
|
-
document$1 =
|
|
16995
|
+
document$1 = doc2;
|
|
16804
16996
|
documentElement$1 = document$1.documentElement;
|
|
16805
16997
|
documentIsHTML = !jQuery.isXMLDoc(document$1);
|
|
16806
|
-
if (isIE &&
|
|
16998
|
+
if (isIE && document2 != document$1 && (subWindow = document$1.defaultView) && subWindow.top !== subWindow) {
|
|
16807
16999
|
subWindow.addEventListener("unload", unloadHandler);
|
|
16808
17000
|
}
|
|
16809
17001
|
}
|
|
@@ -17034,7 +17226,7 @@ var jquery_default = (
|
|
|
17034
17226
|
}),
|
|
17035
17227
|
// Miscellaneous
|
|
17036
17228
|
target: function(elem) {
|
|
17037
|
-
var hash =
|
|
17229
|
+
var hash = window2.location && window2.location.hash;
|
|
17038
17230
|
return hash && hash.slice(1) === elem.id;
|
|
17039
17231
|
},
|
|
17040
17232
|
root: function(elem) {
|
|
@@ -17674,6 +17866,13 @@ style="${cssText}">`;
|
|
|
17674
17866
|
output.indent = output.indent + ((_h = opts.indentSpaces) != null ? _h : 0);
|
|
17675
17867
|
}
|
|
17676
17868
|
for (let i = 0; i < childNodeLength; i++) {
|
|
17869
|
+
const sId = node.attributes.getNamedItem(HYDRATE_ID);
|
|
17870
|
+
const isStencilDeclarativeShadowDOM = childNodes[i].nodeName.toLowerCase() === "template" && sId;
|
|
17871
|
+
if (isStencilDeclarativeShadowDOM) {
|
|
17872
|
+
yield `
|
|
17873
|
+
${" ".repeat(output.indent)}<!--r.${sId.value}-->`;
|
|
17874
|
+
continue;
|
|
17875
|
+
}
|
|
17677
17876
|
yield* streamToHtml(childNodes[i], opts, output);
|
|
17678
17877
|
}
|
|
17679
17878
|
if (ignoreTag === false) {
|
|
@@ -19024,9 +19223,9 @@ function createElement(ownerDocument, tagName) {
|
|
|
19024
19223
|
return new MockUListElement(ownerDocument);
|
|
19025
19224
|
}
|
|
19026
19225
|
if (ownerDocument != null && tagName.includes("-")) {
|
|
19027
|
-
const
|
|
19028
|
-
if (
|
|
19029
|
-
return createCustomElement(
|
|
19226
|
+
const win2 = ownerDocument.defaultView;
|
|
19227
|
+
if (win2 != null && win2.customElements != null) {
|
|
19228
|
+
return createCustomElement(win2.customElements, ownerDocument, tagName);
|
|
19030
19229
|
}
|
|
19031
19230
|
}
|
|
19032
19231
|
return new MockHTMLElement(ownerDocument, tagName);
|
|
@@ -19089,6 +19288,11 @@ patchPropAttributes(
|
|
|
19089
19288
|
type: "submit"
|
|
19090
19289
|
}
|
|
19091
19290
|
);
|
|
19291
|
+
Object.defineProperty(MockButtonElement.prototype, "form", {
|
|
19292
|
+
get() {
|
|
19293
|
+
return this.hasAttribute("form") ? this.getAttribute("form") : null;
|
|
19294
|
+
}
|
|
19295
|
+
});
|
|
19092
19296
|
var MockImageElement = class extends MockHTMLElement {
|
|
19093
19297
|
constructor(ownerDocument) {
|
|
19094
19298
|
super(ownerDocument, "img");
|
|
@@ -19443,9 +19647,9 @@ var CanvasRenderingContext = class {
|
|
|
19443
19647
|
}
|
|
19444
19648
|
clearRect() {
|
|
19445
19649
|
}
|
|
19446
|
-
getImageData(_, __, w,
|
|
19650
|
+
getImageData(_, __, w, h2) {
|
|
19447
19651
|
return {
|
|
19448
|
-
data: new Array(w *
|
|
19652
|
+
data: new Array(w * h2 * 4)
|
|
19449
19653
|
};
|
|
19450
19654
|
}
|
|
19451
19655
|
toDataURL() {
|
|
@@ -19507,9 +19711,9 @@ var MockCanvasElement = class extends MockHTMLElement {
|
|
|
19507
19711
|
function fullUrl(elm, attrName) {
|
|
19508
19712
|
const val = elm.getAttribute(attrName) || "";
|
|
19509
19713
|
if (elm.ownerDocument != null) {
|
|
19510
|
-
const
|
|
19511
|
-
if (
|
|
19512
|
-
const loc =
|
|
19714
|
+
const win2 = elm.ownerDocument.defaultView;
|
|
19715
|
+
if (win2 != null) {
|
|
19716
|
+
const loc = win2.location;
|
|
19513
19717
|
if (loc != null) {
|
|
19514
19718
|
try {
|
|
19515
19719
|
const url = new URL(val, loc.href);
|
|
@@ -20114,6 +20318,71 @@ function resetPerformance(perf) {
|
|
|
20114
20318
|
}
|
|
20115
20319
|
}
|
|
20116
20320
|
|
|
20321
|
+
// src/mock-doc/resize-observer.ts
|
|
20322
|
+
var MockResizeObserver = class {
|
|
20323
|
+
constructor() {
|
|
20324
|
+
}
|
|
20325
|
+
disconnect() {
|
|
20326
|
+
}
|
|
20327
|
+
observe() {
|
|
20328
|
+
}
|
|
20329
|
+
takeRecords() {
|
|
20330
|
+
return [];
|
|
20331
|
+
}
|
|
20332
|
+
unobserve() {
|
|
20333
|
+
}
|
|
20334
|
+
};
|
|
20335
|
+
|
|
20336
|
+
// src/mock-doc/shadow-root.ts
|
|
20337
|
+
var MockShadowRoot = class extends MockDocumentFragment {
|
|
20338
|
+
get activeElement() {
|
|
20339
|
+
return null;
|
|
20340
|
+
}
|
|
20341
|
+
set adoptedStyleSheets(_adoptedStyleSheets) {
|
|
20342
|
+
throw new Error("Unimplemented");
|
|
20343
|
+
}
|
|
20344
|
+
get adoptedStyleSheets() {
|
|
20345
|
+
return [];
|
|
20346
|
+
}
|
|
20347
|
+
get cloneable() {
|
|
20348
|
+
return false;
|
|
20349
|
+
}
|
|
20350
|
+
get delegatesFocus() {
|
|
20351
|
+
return false;
|
|
20352
|
+
}
|
|
20353
|
+
get fullscreenElement() {
|
|
20354
|
+
return null;
|
|
20355
|
+
}
|
|
20356
|
+
get host() {
|
|
20357
|
+
let parent = this.parentElement();
|
|
20358
|
+
while (parent) {
|
|
20359
|
+
if (parent.nodeType === 11) {
|
|
20360
|
+
return parent;
|
|
20361
|
+
}
|
|
20362
|
+
parent = parent.parentElement();
|
|
20363
|
+
}
|
|
20364
|
+
return null;
|
|
20365
|
+
}
|
|
20366
|
+
get mode() {
|
|
20367
|
+
return "open";
|
|
20368
|
+
}
|
|
20369
|
+
get pictureInPictureElement() {
|
|
20370
|
+
return null;
|
|
20371
|
+
}
|
|
20372
|
+
get pointerLockElement() {
|
|
20373
|
+
return null;
|
|
20374
|
+
}
|
|
20375
|
+
get serializable() {
|
|
20376
|
+
return false;
|
|
20377
|
+
}
|
|
20378
|
+
get slotAssignment() {
|
|
20379
|
+
return "named";
|
|
20380
|
+
}
|
|
20381
|
+
get styleSheets() {
|
|
20382
|
+
return [];
|
|
20383
|
+
}
|
|
20384
|
+
};
|
|
20385
|
+
|
|
20117
20386
|
// src/mock-doc/storage.ts
|
|
20118
20387
|
var MockStorage = class {
|
|
20119
20388
|
constructor() {
|
|
@@ -20143,11 +20412,11 @@ var MockStorage = class {
|
|
|
20143
20412
|
};
|
|
20144
20413
|
|
|
20145
20414
|
// src/mock-doc/window.ts
|
|
20146
|
-
var nativeClearInterval = clearInterval;
|
|
20147
|
-
var nativeClearTimeout = clearTimeout;
|
|
20148
|
-
var nativeSetInterval = setInterval;
|
|
20149
|
-
var nativeSetTimeout = setTimeout;
|
|
20150
|
-
var nativeURL = URL;
|
|
20415
|
+
var nativeClearInterval = globalThis.clearInterval;
|
|
20416
|
+
var nativeClearTimeout = globalThis.clearTimeout;
|
|
20417
|
+
var nativeSetInterval = globalThis.setInterval;
|
|
20418
|
+
var nativeSetTimeout = globalThis.setTimeout;
|
|
20419
|
+
var nativeURL = globalThis.URL;
|
|
20151
20420
|
var nativeWindow = globalThis.window;
|
|
20152
20421
|
var MockWindow = class {
|
|
20153
20422
|
constructor(html = null) {
|
|
@@ -20214,10 +20483,10 @@ var MockWindow = class {
|
|
|
20214
20483
|
}
|
|
20215
20484
|
get Document() {
|
|
20216
20485
|
if (this.__docCstr == null) {
|
|
20217
|
-
const
|
|
20486
|
+
const win2 = this;
|
|
20218
20487
|
this.__docCstr = class extends MockDocument {
|
|
20219
20488
|
constructor() {
|
|
20220
|
-
super(false,
|
|
20489
|
+
super(false, win2);
|
|
20221
20490
|
throw new Error("Illegal constructor: cannot construct Document");
|
|
20222
20491
|
}
|
|
20223
20492
|
};
|
|
@@ -20242,6 +20511,9 @@ var MockWindow = class {
|
|
|
20242
20511
|
set DocumentFragment(docFragCstr) {
|
|
20243
20512
|
this.__docFragCstr = docFragCstr;
|
|
20244
20513
|
}
|
|
20514
|
+
get ShadowRoot() {
|
|
20515
|
+
return MockShadowRoot;
|
|
20516
|
+
}
|
|
20245
20517
|
get DocumentType() {
|
|
20246
20518
|
if (this.__docTypeCstr == null) {
|
|
20247
20519
|
const ownerDocument = this.document;
|
|
@@ -20353,6 +20625,9 @@ var MockWindow = class {
|
|
|
20353
20625
|
get IntersectionObserver() {
|
|
20354
20626
|
return MockIntersectionObserver;
|
|
20355
20627
|
}
|
|
20628
|
+
get ResizeObserver() {
|
|
20629
|
+
return MockResizeObserver;
|
|
20630
|
+
}
|
|
20356
20631
|
get localStorage() {
|
|
20357
20632
|
if (this.__localStorage == null) {
|
|
20358
20633
|
this.__localStorage = new MockStorage();
|
|
@@ -20734,14 +21009,14 @@ var MockWindow = class {
|
|
|
20734
21009
|
}
|
|
20735
21010
|
};
|
|
20736
21011
|
addGlobalsToWindowPrototype(MockWindow.prototype);
|
|
20737
|
-
function resetWindowDefaults(
|
|
20738
|
-
|
|
20739
|
-
|
|
20740
|
-
|
|
20741
|
-
|
|
20742
|
-
|
|
20743
|
-
|
|
20744
|
-
|
|
21012
|
+
function resetWindowDefaults(win2) {
|
|
21013
|
+
win2.__clearInterval = nativeClearInterval;
|
|
21014
|
+
win2.__clearTimeout = nativeClearTimeout;
|
|
21015
|
+
win2.__setInterval = nativeSetInterval;
|
|
21016
|
+
win2.__setTimeout = nativeSetTimeout;
|
|
21017
|
+
win2.__maxTimeout = 3e4;
|
|
21018
|
+
win2.__allowInterval = true;
|
|
21019
|
+
win2.URL = nativeURL;
|
|
20745
21020
|
}
|
|
20746
21021
|
function cloneWindow(srcWin, opts = {}) {
|
|
20747
21022
|
if (srcWin == null) {
|
|
@@ -20760,72 +21035,72 @@ function cloneWindow(srcWin, opts = {}) {
|
|
|
20760
21035
|
}
|
|
20761
21036
|
return clonedWin;
|
|
20762
21037
|
}
|
|
20763
|
-
function constrainTimeouts(
|
|
20764
|
-
|
|
20765
|
-
|
|
21038
|
+
function constrainTimeouts(win2) {
|
|
21039
|
+
win2.__allowInterval = false;
|
|
21040
|
+
win2.__maxTimeout = 0;
|
|
20766
21041
|
}
|
|
20767
|
-
function resetWindow(
|
|
20768
|
-
if (
|
|
20769
|
-
if (
|
|
20770
|
-
|
|
21042
|
+
function resetWindow(win2) {
|
|
21043
|
+
if (win2 != null) {
|
|
21044
|
+
if (win2.__timeouts) {
|
|
21045
|
+
win2.__timeouts.forEach((timeoutId) => {
|
|
20771
21046
|
nativeClearInterval(timeoutId);
|
|
20772
21047
|
nativeClearTimeout(timeoutId);
|
|
20773
21048
|
});
|
|
20774
|
-
|
|
21049
|
+
win2.__timeouts.clear();
|
|
20775
21050
|
}
|
|
20776
|
-
if (
|
|
20777
|
-
|
|
21051
|
+
if (win2.customElements && win2.customElements.clear) {
|
|
21052
|
+
win2.customElements.clear();
|
|
20778
21053
|
}
|
|
20779
|
-
resetDocument(
|
|
20780
|
-
resetPerformance(
|
|
20781
|
-
for (const key in
|
|
20782
|
-
if (
|
|
20783
|
-
delete
|
|
21054
|
+
resetDocument(win2.document);
|
|
21055
|
+
resetPerformance(win2.performance);
|
|
21056
|
+
for (const key in win2) {
|
|
21057
|
+
if (win2.hasOwnProperty(key) && key !== "document" && key !== "performance" && key !== "customElements") {
|
|
21058
|
+
delete win2[key];
|
|
20784
21059
|
}
|
|
20785
21060
|
}
|
|
20786
|
-
resetWindowDefaults(
|
|
20787
|
-
resetWindowDimensions(
|
|
20788
|
-
resetEventListeners(
|
|
20789
|
-
if (
|
|
21061
|
+
resetWindowDefaults(win2);
|
|
21062
|
+
resetWindowDimensions(win2);
|
|
21063
|
+
resetEventListeners(win2);
|
|
21064
|
+
if (win2.document != null) {
|
|
20790
21065
|
try {
|
|
20791
|
-
|
|
21066
|
+
win2.document.defaultView = win2;
|
|
20792
21067
|
} catch (e) {
|
|
20793
21068
|
}
|
|
20794
21069
|
}
|
|
20795
|
-
|
|
20796
|
-
|
|
20797
|
-
|
|
20798
|
-
|
|
20799
|
-
|
|
21070
|
+
win2.fetch = null;
|
|
21071
|
+
win2.Headers = null;
|
|
21072
|
+
win2.Request = null;
|
|
21073
|
+
win2.Response = null;
|
|
21074
|
+
win2.FetchError = null;
|
|
20800
21075
|
}
|
|
20801
21076
|
}
|
|
20802
|
-
function resetWindowDimensions(
|
|
21077
|
+
function resetWindowDimensions(win2) {
|
|
20803
21078
|
try {
|
|
20804
|
-
|
|
20805
|
-
|
|
20806
|
-
|
|
20807
|
-
|
|
20808
|
-
|
|
20809
|
-
|
|
20810
|
-
|
|
20811
|
-
|
|
20812
|
-
|
|
20813
|
-
|
|
20814
|
-
|
|
20815
|
-
|
|
20816
|
-
availHeight:
|
|
21079
|
+
win2.devicePixelRatio = 1;
|
|
21080
|
+
win2.innerHeight = 768;
|
|
21081
|
+
win2.innerWidth = 1366;
|
|
21082
|
+
win2.pageXOffset = 0;
|
|
21083
|
+
win2.pageYOffset = 0;
|
|
21084
|
+
win2.screenLeft = 0;
|
|
21085
|
+
win2.screenTop = 0;
|
|
21086
|
+
win2.screenX = 0;
|
|
21087
|
+
win2.screenY = 0;
|
|
21088
|
+
win2.scrollX = 0;
|
|
21089
|
+
win2.scrollY = 0;
|
|
21090
|
+
win2.screen = {
|
|
21091
|
+
availHeight: win2.innerHeight,
|
|
20817
21092
|
availLeft: 0,
|
|
20818
21093
|
availTop: 0,
|
|
20819
|
-
availWidth:
|
|
21094
|
+
availWidth: win2.innerWidth,
|
|
20820
21095
|
colorDepth: 24,
|
|
20821
|
-
height:
|
|
21096
|
+
height: win2.innerHeight,
|
|
20822
21097
|
keepAwake: false,
|
|
20823
21098
|
orientation: {
|
|
20824
21099
|
angle: 0,
|
|
20825
21100
|
type: "portrait-primary"
|
|
20826
21101
|
},
|
|
20827
21102
|
pixelDepth: 24,
|
|
20828
|
-
width:
|
|
21103
|
+
width: win2.innerWidth
|
|
20829
21104
|
};
|
|
20830
21105
|
} catch (e) {
|
|
20831
21106
|
}
|
|
@@ -20833,11 +21108,11 @@ function resetWindowDimensions(win) {
|
|
|
20833
21108
|
|
|
20834
21109
|
// src/mock-doc/document.ts
|
|
20835
21110
|
var MockDocument = class _MockDocument extends MockHTMLElement {
|
|
20836
|
-
constructor(html = null,
|
|
21111
|
+
constructor(html = null, win2 = null) {
|
|
20837
21112
|
super(null, null);
|
|
20838
21113
|
this.nodeName = "#document" /* DOCUMENT_NODE */;
|
|
20839
21114
|
this.nodeType = 9 /* DOCUMENT_NODE */;
|
|
20840
|
-
this.defaultView =
|
|
21115
|
+
this.defaultView = win2;
|
|
20841
21116
|
this.cookie = "";
|
|
20842
21117
|
this.referrer = "";
|
|
20843
21118
|
this.appendChild(this.createDocumentTypeNode());
|
|
@@ -20984,10 +21259,10 @@ var MockDocument = class _MockDocument extends MockHTMLElement {
|
|
|
20984
21259
|
}
|
|
20985
21260
|
createElement(tagName) {
|
|
20986
21261
|
if (tagName === "#document" /* DOCUMENT_NODE */) {
|
|
20987
|
-
const
|
|
20988
|
-
|
|
20989
|
-
|
|
20990
|
-
return
|
|
21262
|
+
const doc2 = new _MockDocument(false);
|
|
21263
|
+
doc2.nodeName = tagName;
|
|
21264
|
+
doc2.parentNode = null;
|
|
21265
|
+
return doc2;
|
|
20991
21266
|
}
|
|
20992
21267
|
return createElement(this, tagName);
|
|
20993
21268
|
}
|
|
@@ -21027,10 +21302,10 @@ var MockDocument = class _MockDocument extends MockHTMLElement {
|
|
|
21027
21302
|
title.textContent = value;
|
|
21028
21303
|
}
|
|
21029
21304
|
};
|
|
21030
|
-
function resetDocument(
|
|
21031
|
-
if (
|
|
21032
|
-
resetEventListeners(
|
|
21033
|
-
const documentElement =
|
|
21305
|
+
function resetDocument(doc2) {
|
|
21306
|
+
if (doc2 != null) {
|
|
21307
|
+
resetEventListeners(doc2);
|
|
21308
|
+
const documentElement = doc2.documentElement;
|
|
21034
21309
|
if (documentElement != null) {
|
|
21035
21310
|
resetElement(documentElement);
|
|
21036
21311
|
for (let i = 0, ii = documentElement.childNodes.length; i < ii; i++) {
|
|
@@ -21039,25 +21314,25 @@ function resetDocument(doc) {
|
|
|
21039
21314
|
childNode.childNodes.length = 0;
|
|
21040
21315
|
}
|
|
21041
21316
|
}
|
|
21042
|
-
for (const key in
|
|
21043
|
-
if (
|
|
21044
|
-
delete
|
|
21317
|
+
for (const key in doc2) {
|
|
21318
|
+
if (doc2.hasOwnProperty(key) && !DOC_KEY_KEEPERS.has(key)) {
|
|
21319
|
+
delete doc2[key];
|
|
21045
21320
|
}
|
|
21046
21321
|
}
|
|
21047
21322
|
try {
|
|
21048
|
-
|
|
21323
|
+
doc2.nodeName = "#document" /* DOCUMENT_NODE */;
|
|
21049
21324
|
} catch (e) {
|
|
21050
21325
|
}
|
|
21051
21326
|
try {
|
|
21052
|
-
|
|
21327
|
+
doc2.nodeType = 9 /* DOCUMENT_NODE */;
|
|
21053
21328
|
} catch (e) {
|
|
21054
21329
|
}
|
|
21055
21330
|
try {
|
|
21056
|
-
|
|
21331
|
+
doc2.cookie = "";
|
|
21057
21332
|
} catch (e) {
|
|
21058
21333
|
}
|
|
21059
21334
|
try {
|
|
21060
|
-
|
|
21335
|
+
doc2.referrer = "";
|
|
21061
21336
|
} catch (e) {
|
|
21062
21337
|
}
|
|
21063
21338
|
}
|
|
@@ -21113,9 +21388,33 @@ function createWindowFromHtml(templateHtml, uniqueId) {
|
|
|
21113
21388
|
templateWindow = new MockWindow(templateHtml);
|
|
21114
21389
|
templateWindows.set(uniqueId, templateWindow);
|
|
21115
21390
|
}
|
|
21116
|
-
const
|
|
21117
|
-
return
|
|
21391
|
+
const win2 = cloneWindow(templateWindow);
|
|
21392
|
+
return win2;
|
|
21118
21393
|
}
|
|
21394
|
+
var Build = {
|
|
21395
|
+
isDev: BUILD.isDev ? true : false,
|
|
21396
|
+
isBrowser: true,
|
|
21397
|
+
isServer: false,
|
|
21398
|
+
isTesting: BUILD.isTesting ? true : false
|
|
21399
|
+
};
|
|
21400
|
+
var hostRefs = BUILD.hotModuleReplacement ? window.__STENCIL_HOSTREFS__ || (window.__STENCIL_HOSTREFS__ = /* @__PURE__ */ new WeakMap()) : /* @__PURE__ */ new WeakMap();
|
|
21401
|
+
var STENCIL_DEV_MODE = BUILD.isTesting ? ["STENCIL:"] : [
|
|
21402
|
+
"%cstencil",
|
|
21403
|
+
"color: white;background:#4c47ff;font-weight: bold; font-size:10px; padding:2px 6px; border-radius: 5px"
|
|
21404
|
+
];
|
|
21405
|
+
var win = typeof window !== "undefined" ? window : {};
|
|
21406
|
+
var doc = win.document || { head: {} };
|
|
21407
|
+
var H = win.HTMLElement || class {
|
|
21408
|
+
};
|
|
21409
|
+
var supportsShadow = BUILD.shadowDom;
|
|
21410
|
+
var supportsConstructableStylesheets = BUILD.constructableCSS ? /* @__PURE__ */ (() => {
|
|
21411
|
+
try {
|
|
21412
|
+
new CSSStyleSheet();
|
|
21413
|
+
return typeof new CSSStyleSheet().replaceSync === "function";
|
|
21414
|
+
} catch (e) {
|
|
21415
|
+
}
|
|
21416
|
+
return false;
|
|
21417
|
+
})() : false;
|
|
21119
21418
|
|
|
21120
21419
|
// src/utils/helpers.ts
|
|
21121
21420
|
var isString = (v) => typeof v === "string";
|
|
@@ -21207,15 +21506,20 @@ var unwrapErr = (result) => {
|
|
|
21207
21506
|
}
|
|
21208
21507
|
};
|
|
21209
21508
|
|
|
21509
|
+
// src/runtime/mode.ts
|
|
21510
|
+
var setMode = (handler) => modeResolutionChain.push(handler);
|
|
21511
|
+
var CAPTURE_EVENT_SUFFIX = "Capture";
|
|
21512
|
+
var CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + "$");
|
|
21513
|
+
|
|
21210
21514
|
// src/compiler/html/canonical-link.ts
|
|
21211
|
-
var updateCanonicalLink = (
|
|
21515
|
+
var updateCanonicalLink = (doc2, href) => {
|
|
21212
21516
|
var _a2;
|
|
21213
|
-
let canonicalLinkElm =
|
|
21517
|
+
let canonicalLinkElm = doc2.head.querySelector('link[rel="canonical"]');
|
|
21214
21518
|
if (typeof href === "string") {
|
|
21215
21519
|
if (canonicalLinkElm == null) {
|
|
21216
|
-
canonicalLinkElm =
|
|
21520
|
+
canonicalLinkElm = doc2.createElement("link");
|
|
21217
21521
|
canonicalLinkElm.setAttribute("rel", "canonical");
|
|
21218
|
-
|
|
21522
|
+
doc2.head.appendChild(canonicalLinkElm);
|
|
21219
21523
|
}
|
|
21220
21524
|
canonicalLinkElm.setAttribute("href", href);
|
|
21221
21525
|
} else {
|
|
@@ -21229,11 +21533,11 @@ var updateCanonicalLink = (doc, href) => {
|
|
|
21229
21533
|
};
|
|
21230
21534
|
|
|
21231
21535
|
// src/compiler/html/relocate-meta-charset.ts
|
|
21232
|
-
var relocateMetaCharset = (
|
|
21233
|
-
const head =
|
|
21536
|
+
var relocateMetaCharset = (doc2) => {
|
|
21537
|
+
const head = doc2.head;
|
|
21234
21538
|
let charsetElm = head.querySelector("meta[charset]");
|
|
21235
21539
|
if (charsetElm == null) {
|
|
21236
|
-
charsetElm =
|
|
21540
|
+
charsetElm = doc2.createElement("meta");
|
|
21237
21541
|
charsetElm.setAttribute("charset", "utf-8");
|
|
21238
21542
|
} else {
|
|
21239
21543
|
charsetElm.remove();
|
|
@@ -21508,13 +21812,13 @@ var parseCss = (css, filePath) => {
|
|
|
21508
21812
|
const m = match(/^@([-\w]+)?document *([^{]+)/);
|
|
21509
21813
|
if (!m) return null;
|
|
21510
21814
|
const vendor = trim(m[1]);
|
|
21511
|
-
const
|
|
21815
|
+
const doc2 = trim(m[2]);
|
|
21512
21816
|
if (!open()) return error(`@document missing '{'`);
|
|
21513
21817
|
const style = comments().concat(rules());
|
|
21514
21818
|
if (!close()) return error(`@document missing '}'`);
|
|
21515
21819
|
return pos({
|
|
21516
21820
|
type: 3 /* Document */,
|
|
21517
|
-
document:
|
|
21821
|
+
document: doc2,
|
|
21518
21822
|
vendor,
|
|
21519
21823
|
rules: style
|
|
21520
21824
|
});
|
|
@@ -21840,11 +22144,11 @@ var serializeCssPage = (opts, node) => {
|
|
|
21840
22144
|
};
|
|
21841
22145
|
var serializeCssDocument = (opts, node) => {
|
|
21842
22146
|
const documentCss = serializeCssMapVisit(opts, node.rules);
|
|
21843
|
-
const
|
|
22147
|
+
const doc2 = "@" + (node.vendor || "") + "document " + node.document;
|
|
21844
22148
|
if (documentCss === "") {
|
|
21845
22149
|
return "";
|
|
21846
22150
|
}
|
|
21847
|
-
return
|
|
22151
|
+
return doc2 + "{" + documentCss + "}";
|
|
21848
22152
|
};
|
|
21849
22153
|
var serializeCssMapVisit = (opts, nodes) => {
|
|
21850
22154
|
let rtn = "";
|
|
@@ -21942,12 +22246,12 @@ var collectUsedSelectors = (usedSelectors, elm) => {
|
|
|
21942
22246
|
};
|
|
21943
22247
|
|
|
21944
22248
|
// src/compiler/html/remove-unused-styles.ts
|
|
21945
|
-
var removeUnusedStyles = (
|
|
22249
|
+
var removeUnusedStyles = (doc2, diagnostics) => {
|
|
21946
22250
|
try {
|
|
21947
|
-
const styleElms =
|
|
22251
|
+
const styleElms = doc2.head.querySelectorAll(`style[data-styles]`);
|
|
21948
22252
|
const styleLen = styleElms.length;
|
|
21949
22253
|
if (styleLen > 0) {
|
|
21950
|
-
const usedSelectors = getUsedSelectors(
|
|
22254
|
+
const usedSelectors = getUsedSelectors(doc2.documentElement);
|
|
21951
22255
|
for (let i = 0; i < styleLen; i++) {
|
|
21952
22256
|
removeUnusedStyleText(usedSelectors, diagnostics, styleElms[i]);
|
|
21953
22257
|
}
|
|
@@ -22080,49 +22384,49 @@ function collectAttributes(node) {
|
|
|
22080
22384
|
var SKIP_ATTRS = /* @__PURE__ */ new Set(["s-id", "c-id"]);
|
|
22081
22385
|
|
|
22082
22386
|
// src/hydrate/runner/patch-dom-implementation.ts
|
|
22083
|
-
function patchDomImplementation(
|
|
22084
|
-
let
|
|
22085
|
-
if (
|
|
22387
|
+
function patchDomImplementation(doc2, opts) {
|
|
22388
|
+
let win2;
|
|
22389
|
+
if (doc2.defaultView != null) {
|
|
22086
22390
|
opts.destroyWindow = true;
|
|
22087
|
-
patchWindow(
|
|
22088
|
-
|
|
22391
|
+
patchWindow(doc2.defaultView);
|
|
22392
|
+
win2 = doc2.defaultView;
|
|
22089
22393
|
} else {
|
|
22090
22394
|
opts.destroyWindow = true;
|
|
22091
22395
|
opts.destroyDocument = false;
|
|
22092
|
-
|
|
22396
|
+
win2 = new MockWindow(false);
|
|
22093
22397
|
}
|
|
22094
|
-
if (
|
|
22095
|
-
|
|
22398
|
+
if (win2.document !== doc2) {
|
|
22399
|
+
win2.document = doc2;
|
|
22096
22400
|
}
|
|
22097
|
-
if (
|
|
22098
|
-
|
|
22401
|
+
if (doc2.defaultView !== win2) {
|
|
22402
|
+
doc2.defaultView = win2;
|
|
22099
22403
|
}
|
|
22100
|
-
const
|
|
22101
|
-
if (typeof
|
|
22102
|
-
const elm =
|
|
22404
|
+
const HTMLElement2 = doc2.documentElement.constructor.prototype;
|
|
22405
|
+
if (typeof HTMLElement2.getRootNode !== "function") {
|
|
22406
|
+
const elm = doc2.createElement("unknown-element");
|
|
22103
22407
|
const HTMLUnknownElement = elm.constructor.prototype;
|
|
22104
22408
|
HTMLUnknownElement.getRootNode = getRootNode;
|
|
22105
22409
|
}
|
|
22106
|
-
if (typeof
|
|
22107
|
-
const
|
|
22108
|
-
if (
|
|
22109
|
-
|
|
22410
|
+
if (typeof doc2.createEvent === "function") {
|
|
22411
|
+
const CustomEvent2 = doc2.createEvent("CustomEvent").constructor;
|
|
22412
|
+
if (win2.CustomEvent !== CustomEvent2) {
|
|
22413
|
+
win2.CustomEvent = CustomEvent2;
|
|
22110
22414
|
}
|
|
22111
22415
|
}
|
|
22112
22416
|
try {
|
|
22113
|
-
|
|
22417
|
+
win2.__stencil_baseURI = doc2.baseURI;
|
|
22114
22418
|
} catch (e) {
|
|
22115
|
-
Object.defineProperty(
|
|
22419
|
+
Object.defineProperty(doc2, "baseURI", {
|
|
22116
22420
|
get() {
|
|
22117
|
-
const baseElm =
|
|
22421
|
+
const baseElm = doc2.querySelector("base[href]");
|
|
22118
22422
|
if (baseElm) {
|
|
22119
|
-
return new URL(baseElm.getAttribute("href"),
|
|
22423
|
+
return new URL(baseElm.getAttribute("href"), win2.location.href).href;
|
|
22120
22424
|
}
|
|
22121
|
-
return
|
|
22425
|
+
return win2.location.href;
|
|
22122
22426
|
}
|
|
22123
22427
|
});
|
|
22124
22428
|
}
|
|
22125
|
-
return
|
|
22429
|
+
return win2;
|
|
22126
22430
|
}
|
|
22127
22431
|
function getRootNode(opts) {
|
|
22128
22432
|
const isComposed = opts != null && opts.composed === true;
|
|
@@ -22275,10 +22579,10 @@ function renderCatchError(results, err2) {
|
|
|
22275
22579
|
}
|
|
22276
22580
|
|
|
22277
22581
|
// src/hydrate/runner/runtime-log.ts
|
|
22278
|
-
function runtimeLogging(
|
|
22582
|
+
function runtimeLogging(win2, opts, results) {
|
|
22279
22583
|
try {
|
|
22280
|
-
const pathname =
|
|
22281
|
-
|
|
22584
|
+
const pathname = win2.location.pathname;
|
|
22585
|
+
win2.console.error = (...msgs) => {
|
|
22282
22586
|
const errMsg = msgs.reduce((errMsg2, m) => {
|
|
22283
22587
|
if (m) {
|
|
22284
22588
|
if (m.stack != null) {
|
|
@@ -22298,7 +22602,7 @@ function runtimeLogging(win, opts, results) {
|
|
|
22298
22602
|
}
|
|
22299
22603
|
}
|
|
22300
22604
|
};
|
|
22301
|
-
|
|
22605
|
+
win2.console.debug = (...msgs) => {
|
|
22302
22606
|
renderBuildDiagnostic(results, "debug", "Hydrate Debug", [...msgs].join(", "));
|
|
22303
22607
|
if (opts.runtimeLogging) {
|
|
22304
22608
|
runtimeLog(pathname, "debug", msgs);
|
|
@@ -22306,7 +22610,7 @@ function runtimeLogging(win, opts, results) {
|
|
|
22306
22610
|
};
|
|
22307
22611
|
if (opts.runtimeLogging) {
|
|
22308
22612
|
["log", "warn", "assert", "info", "trace"].forEach((type) => {
|
|
22309
|
-
|
|
22613
|
+
win2.console[type] = (...msgs) => {
|
|
22310
22614
|
runtimeLog(pathname, type, msgs);
|
|
22311
22615
|
};
|
|
22312
22616
|
});
|
|
@@ -22320,58 +22624,64 @@ function runtimeLog(pathname, type, msgs) {
|
|
|
22320
22624
|
}
|
|
22321
22625
|
|
|
22322
22626
|
// src/hydrate/runner/window-initialize.ts
|
|
22323
|
-
|
|
22627
|
+
var docData = {
|
|
22628
|
+
hostIds: 0,
|
|
22629
|
+
rootLevelIds: 0,
|
|
22630
|
+
staticComponents: /* @__PURE__ */ new Set()
|
|
22631
|
+
};
|
|
22632
|
+
function initializeWindow(win2, doc2, opts, results) {
|
|
22324
22633
|
if (typeof opts.url === "string") {
|
|
22325
22634
|
try {
|
|
22326
|
-
|
|
22635
|
+
win2.location.href = opts.url;
|
|
22327
22636
|
} catch (e) {
|
|
22328
22637
|
}
|
|
22329
22638
|
}
|
|
22330
22639
|
if (typeof opts.userAgent === "string") {
|
|
22331
22640
|
try {
|
|
22332
|
-
|
|
22641
|
+
win2.navigator.userAgent = opts.userAgent;
|
|
22333
22642
|
} catch (e) {
|
|
22334
22643
|
}
|
|
22335
22644
|
}
|
|
22336
22645
|
if (typeof opts.cookie === "string") {
|
|
22337
22646
|
try {
|
|
22338
|
-
|
|
22647
|
+
doc2.cookie = opts.cookie;
|
|
22339
22648
|
} catch (e) {
|
|
22340
22649
|
}
|
|
22341
22650
|
}
|
|
22342
22651
|
if (typeof opts.referrer === "string") {
|
|
22343
22652
|
try {
|
|
22344
|
-
|
|
22653
|
+
doc2.referrer = opts.referrer;
|
|
22345
22654
|
} catch (e) {
|
|
22346
22655
|
}
|
|
22347
22656
|
}
|
|
22348
22657
|
if (typeof opts.direction === "string") {
|
|
22349
22658
|
try {
|
|
22350
|
-
|
|
22659
|
+
doc2.documentElement.setAttribute("dir", opts.direction);
|
|
22351
22660
|
} catch (e) {
|
|
22352
22661
|
}
|
|
22353
22662
|
}
|
|
22354
22663
|
if (typeof opts.language === "string") {
|
|
22355
22664
|
try {
|
|
22356
|
-
|
|
22665
|
+
doc2.documentElement.setAttribute("lang", opts.language);
|
|
22357
22666
|
} catch (e) {
|
|
22358
22667
|
}
|
|
22359
22668
|
}
|
|
22360
22669
|
if (typeof opts.buildId === "string") {
|
|
22361
22670
|
try {
|
|
22362
|
-
|
|
22671
|
+
doc2.documentElement.setAttribute("data-stencil-build", opts.buildId);
|
|
22363
22672
|
} catch (e) {
|
|
22364
22673
|
}
|
|
22365
22674
|
}
|
|
22366
22675
|
try {
|
|
22367
|
-
|
|
22676
|
+
win2.customElements = null;
|
|
22368
22677
|
} catch (e) {
|
|
22369
22678
|
}
|
|
22370
22679
|
if (opts.constrainTimeouts) {
|
|
22371
|
-
constrainTimeouts(
|
|
22680
|
+
constrainTimeouts(win2);
|
|
22372
22681
|
}
|
|
22373
|
-
runtimeLogging(
|
|
22374
|
-
|
|
22682
|
+
runtimeLogging(win2, opts, results);
|
|
22683
|
+
doc2[STENCIL_DOC_DATA] = docData;
|
|
22684
|
+
return win2;
|
|
22375
22685
|
}
|
|
22376
22686
|
|
|
22377
22687
|
// src/hydrate/runner/render.ts
|
|
@@ -22388,44 +22698,44 @@ function renderToString(html, options, asStream) {
|
|
|
22388
22698
|
opts.constrainTimeouts = false;
|
|
22389
22699
|
return hydrateDocument(html, opts, asStream);
|
|
22390
22700
|
}
|
|
22391
|
-
function hydrateDocument(
|
|
22701
|
+
function hydrateDocument(doc2, options, asStream) {
|
|
22392
22702
|
const opts = normalizeHydrateOptions(options);
|
|
22393
|
-
let
|
|
22703
|
+
let win2 = null;
|
|
22394
22704
|
const results = generateHydrateResults(opts);
|
|
22395
22705
|
if (hasError(results.diagnostics)) {
|
|
22396
22706
|
return Promise.resolve(results);
|
|
22397
22707
|
}
|
|
22398
|
-
if (typeof
|
|
22708
|
+
if (typeof doc2 === "string") {
|
|
22399
22709
|
try {
|
|
22400
22710
|
opts.destroyWindow = true;
|
|
22401
22711
|
opts.destroyDocument = true;
|
|
22402
|
-
|
|
22712
|
+
win2 = new MockWindow(doc2);
|
|
22403
22713
|
if (!asStream) {
|
|
22404
|
-
return render(
|
|
22714
|
+
return render(win2, opts, results).then(() => results);
|
|
22405
22715
|
}
|
|
22406
|
-
return renderStream(
|
|
22716
|
+
return renderStream(win2, opts, results);
|
|
22407
22717
|
} catch (e) {
|
|
22408
|
-
if (
|
|
22409
|
-
|
|
22718
|
+
if (win2 && win2.close) {
|
|
22719
|
+
win2.close();
|
|
22410
22720
|
}
|
|
22411
|
-
|
|
22721
|
+
win2 = null;
|
|
22412
22722
|
renderCatchError(results, e);
|
|
22413
22723
|
return Promise.resolve(results);
|
|
22414
22724
|
}
|
|
22415
22725
|
}
|
|
22416
|
-
if (isValidDocument(
|
|
22726
|
+
if (isValidDocument(doc2)) {
|
|
22417
22727
|
try {
|
|
22418
22728
|
opts.destroyDocument = false;
|
|
22419
|
-
|
|
22729
|
+
win2 = patchDomImplementation(doc2, opts);
|
|
22420
22730
|
if (!asStream) {
|
|
22421
|
-
return render(
|
|
22731
|
+
return render(win2, opts, results).then(() => results);
|
|
22422
22732
|
}
|
|
22423
|
-
return renderStream(
|
|
22733
|
+
return renderStream(win2, opts, results);
|
|
22424
22734
|
} catch (e) {
|
|
22425
|
-
if (
|
|
22426
|
-
|
|
22735
|
+
if (win2 && win2.close) {
|
|
22736
|
+
win2.close();
|
|
22427
22737
|
}
|
|
22428
|
-
|
|
22738
|
+
win2 = null;
|
|
22429
22739
|
renderCatchError(results, e);
|
|
22430
22740
|
return Promise.resolve(results);
|
|
22431
22741
|
}
|
|
@@ -22433,75 +22743,81 @@ function hydrateDocument(doc, options, asStream) {
|
|
|
22433
22743
|
renderBuildError(results, `Invalid html or document. Must be either a valid "html" string, or DOM "document".`);
|
|
22434
22744
|
return Promise.resolve(results);
|
|
22435
22745
|
}
|
|
22436
|
-
async function render(
|
|
22746
|
+
async function render(win2, opts, results) {
|
|
22437
22747
|
if ("process" in globalThis && typeof process.on === "function" && !process.__stencilErrors) {
|
|
22438
22748
|
process.__stencilErrors = true;
|
|
22439
22749
|
process.on("unhandledRejection", (e) => {
|
|
22440
22750
|
console.log("unhandledRejection", e);
|
|
22441
22751
|
});
|
|
22442
22752
|
}
|
|
22443
|
-
initializeWindow(
|
|
22753
|
+
initializeWindow(win2, win2.document, opts, results);
|
|
22444
22754
|
const beforeHydrateFn = typeof opts.beforeHydrate === "function" ? opts.beforeHydrate : NOOP;
|
|
22445
22755
|
try {
|
|
22446
|
-
await Promise.resolve(beforeHydrateFn(
|
|
22447
|
-
return new Promise((resolve) =>
|
|
22756
|
+
await Promise.resolve(beforeHydrateFn(win2.document));
|
|
22757
|
+
return new Promise((resolve) => {
|
|
22758
|
+
if (Array.isArray(opts.modes)) {
|
|
22759
|
+
modeResolutionChain.length = 0;
|
|
22760
|
+
opts.modes.forEach((mode) => setMode(mode));
|
|
22761
|
+
}
|
|
22762
|
+
return hydrateFactory(win2, opts, results, afterHydrate, resolve);
|
|
22763
|
+
});
|
|
22448
22764
|
} catch (e) {
|
|
22449
22765
|
renderCatchError(results, e);
|
|
22450
|
-
return finalizeHydrate(
|
|
22766
|
+
return finalizeHydrate(win2, win2.document, opts, results);
|
|
22451
22767
|
}
|
|
22452
22768
|
}
|
|
22453
|
-
function renderStream(
|
|
22769
|
+
function renderStream(win2, opts, results) {
|
|
22454
22770
|
async function* processRender() {
|
|
22455
|
-
const renderResult = await render(
|
|
22771
|
+
const renderResult = await render(win2, opts, results);
|
|
22456
22772
|
yield renderResult.html;
|
|
22457
22773
|
}
|
|
22458
22774
|
return stream.Readable.from(processRender());
|
|
22459
22775
|
}
|
|
22460
|
-
async function afterHydrate(
|
|
22776
|
+
async function afterHydrate(win2, opts, results, resolve) {
|
|
22461
22777
|
const afterHydrateFn = typeof opts.afterHydrate === "function" ? opts.afterHydrate : NOOP;
|
|
22462
22778
|
try {
|
|
22463
|
-
await Promise.resolve(afterHydrateFn(
|
|
22464
|
-
return resolve(finalizeHydrate(
|
|
22779
|
+
await Promise.resolve(afterHydrateFn(win2.document));
|
|
22780
|
+
return resolve(finalizeHydrate(win2, win2.document, opts, results));
|
|
22465
22781
|
} catch (e) {
|
|
22466
22782
|
renderCatchError(results, e);
|
|
22467
|
-
return resolve(finalizeHydrate(
|
|
22783
|
+
return resolve(finalizeHydrate(win2, win2.document, opts, results));
|
|
22468
22784
|
}
|
|
22469
22785
|
}
|
|
22470
|
-
function finalizeHydrate(
|
|
22786
|
+
function finalizeHydrate(win2, doc2, opts, results) {
|
|
22471
22787
|
try {
|
|
22472
|
-
inspectElement(results,
|
|
22788
|
+
inspectElement(results, doc2.documentElement, 0);
|
|
22473
22789
|
if (opts.removeUnusedStyles !== false) {
|
|
22474
22790
|
try {
|
|
22475
|
-
removeUnusedStyles(
|
|
22791
|
+
removeUnusedStyles(doc2, results.diagnostics);
|
|
22476
22792
|
} catch (e) {
|
|
22477
22793
|
renderCatchError(results, e);
|
|
22478
22794
|
}
|
|
22479
22795
|
}
|
|
22480
22796
|
if (typeof opts.title === "string") {
|
|
22481
22797
|
try {
|
|
22482
|
-
|
|
22798
|
+
doc2.title = opts.title;
|
|
22483
22799
|
} catch (e) {
|
|
22484
22800
|
renderCatchError(results, e);
|
|
22485
22801
|
}
|
|
22486
22802
|
}
|
|
22487
|
-
results.title =
|
|
22803
|
+
results.title = doc2.title;
|
|
22488
22804
|
if (opts.removeScripts) {
|
|
22489
|
-
removeScripts(
|
|
22805
|
+
removeScripts(doc2.documentElement);
|
|
22490
22806
|
}
|
|
22491
22807
|
try {
|
|
22492
|
-
updateCanonicalLink(
|
|
22808
|
+
updateCanonicalLink(doc2, opts.canonicalUrl);
|
|
22493
22809
|
} catch (e) {
|
|
22494
22810
|
renderCatchError(results, e);
|
|
22495
22811
|
}
|
|
22496
22812
|
try {
|
|
22497
|
-
relocateMetaCharset(
|
|
22813
|
+
relocateMetaCharset(doc2);
|
|
22498
22814
|
} catch (e) {
|
|
22499
22815
|
}
|
|
22500
22816
|
if (!hasError(results.diagnostics)) {
|
|
22501
22817
|
results.httpStatus = 200;
|
|
22502
22818
|
}
|
|
22503
22819
|
try {
|
|
22504
|
-
const metaStatus =
|
|
22820
|
+
const metaStatus = doc2.head.querySelector('meta[http-equiv="status"]');
|
|
22505
22821
|
if (metaStatus != null) {
|
|
22506
22822
|
const metaStatusContent = metaStatus.getAttribute("content");
|
|
22507
22823
|
if (metaStatusContent && metaStatusContent.length > 0) {
|
|
@@ -22511,35 +22827,35 @@ function finalizeHydrate(win, doc, opts, results) {
|
|
|
22511
22827
|
} catch (e) {
|
|
22512
22828
|
}
|
|
22513
22829
|
if (opts.clientHydrateAnnotations) {
|
|
22514
|
-
|
|
22830
|
+
doc2.documentElement.classList.add("hydrated");
|
|
22515
22831
|
}
|
|
22516
22832
|
if (opts.serializeToHtml) {
|
|
22517
|
-
results.html = serializeDocumentToString(
|
|
22833
|
+
results.html = serializeDocumentToString(doc2, opts);
|
|
22518
22834
|
}
|
|
22519
22835
|
} catch (e) {
|
|
22520
22836
|
renderCatchError(results, e);
|
|
22521
22837
|
}
|
|
22522
|
-
destroyWindow(
|
|
22838
|
+
destroyWindow(win2, doc2, opts, results);
|
|
22523
22839
|
return results;
|
|
22524
22840
|
}
|
|
22525
|
-
function destroyWindow(
|
|
22841
|
+
function destroyWindow(win2, doc2, opts, results) {
|
|
22526
22842
|
if (!opts.destroyWindow) {
|
|
22527
22843
|
return;
|
|
22528
22844
|
}
|
|
22529
22845
|
try {
|
|
22530
22846
|
if (!opts.destroyDocument) {
|
|
22531
|
-
|
|
22532
|
-
|
|
22847
|
+
win2.document = null;
|
|
22848
|
+
doc2.defaultView = null;
|
|
22533
22849
|
}
|
|
22534
|
-
if (
|
|
22535
|
-
|
|
22850
|
+
if (win2.close) {
|
|
22851
|
+
win2.close();
|
|
22536
22852
|
}
|
|
22537
22853
|
} catch (e) {
|
|
22538
22854
|
renderCatchError(results, e);
|
|
22539
22855
|
}
|
|
22540
22856
|
}
|
|
22541
|
-
function serializeDocumentToString(
|
|
22542
|
-
return serializeNodeToHtml(
|
|
22857
|
+
function serializeDocumentToString(doc2, opts) {
|
|
22858
|
+
return serializeNodeToHtml(doc2, {
|
|
22543
22859
|
approximateLineWidth: opts.approximateLineWidth,
|
|
22544
22860
|
outerHtml: false,
|
|
22545
22861
|
prettyHtml: opts.prettyHtml,
|
|
@@ -22551,8 +22867,8 @@ function serializeDocumentToString(doc, opts) {
|
|
|
22551
22867
|
fullDocument: opts.fullDocument
|
|
22552
22868
|
});
|
|
22553
22869
|
}
|
|
22554
|
-
function isValidDocument(
|
|
22555
|
-
return
|
|
22870
|
+
function isValidDocument(doc2) {
|
|
22871
|
+
return doc2 != null && doc2.nodeType === 9 && doc2.documentElement != null && doc2.documentElement.nodeType === 1 && doc2.body != null && doc2.body.nodeType === 1;
|
|
22556
22872
|
}
|
|
22557
22873
|
function removeScripts(elm) {
|
|
22558
22874
|
const children = elm.children;
|