@pine-ds/core 2.14.0-mercury.0 → 2.14.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/index.d.ts +6 -0
- package/components/index.js +3 -0
- package/components/index.js.map +1 -1
- package/components/index2.js +12 -11
- 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 +1 -1
- package/components/pds-box.js.map +1 -1
- package/components/pds-button2.js +11 -6
- package/components/pds-button2.js.map +1 -1
- package/components/pds-checkbox2.js +17 -7
- package/components/pds-checkbox2.js.map +1 -1
- package/components/pds-chip.js +10 -7
- 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 +7 -4
- package/components/pds-divider.js.map +1 -1
- package/components/pds-image.js +8 -5
- package/components/pds-image.js.map +1 -1
- package/components/pds-input.js +19 -7
- 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-popover.d.ts +11 -0
- package/components/pds-popover.js +94 -0
- package/components/pds-popover.js.map +1 -0
- package/components/pds-progress.js +7 -4
- package/components/pds-progress.js.map +1 -1
- package/components/pds-radio.js +21 -11
- package/components/pds-radio.js.map +1 -1
- package/components/pds-row.js +2 -2
- package/components/pds-row.js.map +1 -1
- package/components/pds-select.d.ts +11 -0
- package/components/pds-select.js +165 -0
- package/components/pds-select.js.map +1 -0
- package/components/pds-sortable-item.js +1 -1
- package/components/pds-sortable.js +6 -3
- package/components/pds-sortable.js.map +1 -1
- package/components/pds-switch.js +20 -13
- package/components/pds-switch.js.map +1 -1
- package/components/pds-tab.js +4 -4
- 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 +9 -6
- package/components/pds-table-head-cell2.js.map +1 -1
- package/components/pds-table-head.js +7 -4
- package/components/pds-table-head.js.map +1 -1
- package/components/pds-table-row.js +14 -5
- package/components/pds-table-row.js.map +1 -1
- package/components/pds-table.js +6 -3
- package/components/pds-table.js.map +1 -1
- package/components/pds-tabpanel.js +1 -1
- package/components/pds-tabs.js +6 -3
- package/components/pds-tabs.js.map +1 -1
- package/components/pds-text.d.ts +11 -0
- package/components/pds-text.js +61 -0
- package/components/pds-text.js.map +1 -0
- package/components/pds-textarea.js +21 -9
- package/components/pds-textarea.js.map +1 -1
- package/components/pds-tooltip.js +11 -10
- package/components/pds-tooltip.js.map +1 -1
- package/dist/cjs/index-3ad62856.js +26 -0
- package/dist/cjs/index-3ad62856.js.map +1 -0
- package/dist/cjs/{index-d4ec6246.js → index-b7d9268e.js} +17 -5
- package/dist/cjs/index-b7d9268e.js.map +1 -0
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- 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 +2 -2
- package/dist/cjs/pds-box.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-button.cjs.entry.js +11 -6
- package/dist/cjs/pds-button.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-checkbox.cjs.entry.js +12 -8
- package/dist/cjs/pds-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-chip.cjs.entry.js +11 -8
- 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 +8 -5
- 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 +9 -6
- package/dist/cjs/pds-image.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-input.cjs.entry.js +13 -8
- package/dist/cjs/pds-input.cjs.entry.js.map +1 -1
- package/dist/cjs/{pds-label-73bb5bd3.js → pds-label-05f073ea.js} +2 -2
- package/dist/cjs/{pds-label-73bb5bd3.js.map → pds-label-05f073ea.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-popover.cjs.entry.js +72 -0
- package/dist/cjs/pds-popover.cjs.entry.js.map +1 -0
- 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 +14 -10
- package/dist/cjs/pds-radio.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-row.cjs.entry.js +3 -3
- package/dist/cjs/pds-row.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-select.cjs.entry.js +131 -0
- package/dist/cjs/pds-select.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-sortable-item.cjs.entry.js +3 -3
- package/dist/cjs/pds-sortable.cjs.entry.js +7 -4
- package/dist/cjs/pds-sortable.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-switch.cjs.entry.js +14 -12
- package/dist/cjs/pds-switch.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tab.cjs.entry.js +5 -5
- 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 +8 -5
- 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 +7 -4
- package/dist/cjs/pds-table.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tabpanel.cjs.entry.js +2 -2
- 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-text.cjs.entry.js +39 -0
- package/dist/cjs/pds-text.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-textarea.cjs.entry.js +15 -10
- package/dist/cjs/pds-textarea.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tooltip.cjs.entry.js +10 -10
- package/dist/cjs/pds-tooltip.cjs.entry.js.map +1 -1
- package/dist/cjs/pine-core.cjs.js +3 -3
- package/dist/cjs/pine-core.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +5 -2
- package/dist/collection/components/pds-accordion/pds-accordion.css +4 -3
- package/dist/collection/components/pds-accordion/pds-accordion.js +4 -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 +1 -1
- 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 -4
- package/dist/collection/components/pds-button/pds-button.css +19 -13
- package/dist/collection/components/pds-button/pds-button.js +38 -13
- package/dist/collection/components/pds-button/pds-button.js.map +1 -1
- package/dist/collection/components/pds-button/stories/pds-button.stories.js +8 -1
- package/dist/collection/components/pds-checkbox/pds-checkbox.css +35 -14
- package/dist/collection/components/pds-checkbox/pds-checkbox.js +6 -5
- package/dist/collection/components/pds-checkbox/pds-checkbox.js.map +1 -1
- package/dist/collection/components/pds-chip/pds-chip.css +63 -35
- package/dist/collection/components/pds-chip/pds-chip.js +28 -28
- package/dist/collection/components/pds-chip/pds-chip.js.map +1 -1
- package/dist/collection/components/pds-copytext/pds-copytext.css +7 -5
- package/dist/collection/components/pds-copytext/pds-copytext.js +6 -6
- package/dist/collection/components/pds-copytext/pds-copytext.js.map +1 -1
- package/dist/collection/components/pds-divider/pds-divider.css +1 -1
- package/dist/collection/components/pds-divider/pds-divider.js +4 -4
- package/dist/collection/components/pds-divider/pds-divider.js.map +1 -1
- package/dist/collection/components/pds-icon/stories/pds-icon.stories.js +1 -1
- package/dist/collection/components/pds-image/pds-image.css +0 -2
- package/dist/collection/components/pds-image/pds-image.js +15 -9
- package/dist/collection/components/pds-image/pds-image.js.map +1 -1
- package/dist/collection/components/pds-image/stories/pds-image.stories.js +7 -5
- package/dist/collection/components/pds-input/pds-input.css +40 -13
- package/dist/collection/components/pds-input/pds-input.js +29 -10
- package/dist/collection/components/pds-input/pds-input.js.map +1 -1
- package/dist/collection/components/pds-input/stories/pds-input.stories.js +10 -0
- package/dist/collection/components/pds-link/pds-link.css +14 -11
- package/dist/collection/components/pds-link/pds-link.js +14 -11
- package/dist/collection/components/pds-link/pds-link.js.map +1 -1
- package/dist/collection/components/pds-loader/pds-loader.css +4 -4
- 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-popover/pds-popover.css +51 -0
- package/dist/collection/components/pds-popover/pds-popover.js +216 -0
- package/dist/collection/components/pds-popover/pds-popover.js.map +1 -0
- package/dist/collection/components/pds-popover/stories/pds-popover.stories.js +45 -0
- package/dist/collection/components/pds-progress/pds-progress.css +4 -8
- 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 +44 -26
- package/dist/collection/components/pds-radio/pds-radio.js +43 -42
- package/dist/collection/components/pds-radio/pds-radio.js.map +1 -1
- package/dist/collection/components/pds-row/pds-row.css +7 -5
- package/dist/collection/components/pds-row/pds-row.js +1 -1
- package/dist/collection/components/pds-select/pds-select.css +126 -0
- package/dist/collection/components/pds-select/pds-select.js +360 -0
- package/dist/collection/components/pds-select/pds-select.js.map +1 -0
- package/dist/collection/components/pds-select/stories/pds-select.stories.js +153 -0
- package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.js +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 +28 -20
- package/dist/collection/components/pds-switch/pds-switch.js +19 -41
- package/dist/collection/components/pds-switch/pds-switch.js.map +1 -1
- package/dist/collection/components/pds-switch/stories/pds-switch.stories.js +2 -15
- 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 +6 -5
- 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.css +1 -1
- package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +9 -6
- 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 +7 -11
- 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 +5 -5
- package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table.js +6 -6
- package/dist/collection/components/pds-table/pds-table.js.map +1 -1
- package/dist/collection/components/pds-table/stories/pds-table.stories.js +1 -1
- package/dist/collection/components/pds-tabs/pds-tab/pds-tab.css +5 -16
- package/dist/collection/components/pds-tabs/pds-tab/pds-tab.js +3 -3
- package/dist/collection/components/pds-tabs/pds-tab/stories/pds-tab.stories.js +19 -0
- package/dist/collection/components/pds-tabs/pds-tabpanel/pds-tabpanel.js +1 -1
- package/dist/collection/components/pds-tabs/pds-tabpanel/stories/pds-tabpanel.stories.js +19 -0
- 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-tabs/stories/pds-tabs.stories.js +18 -18
- package/dist/collection/components/pds-text/pds-text.css +231 -0
- package/dist/collection/components/pds-text/pds-text.js +162 -0
- package/dist/collection/components/pds-text/pds-text.js.map +1 -0
- package/dist/collection/components/pds-text/stories/pds-text.stories.js +119 -0
- package/dist/collection/components/pds-textarea/pds-textarea.css +29 -38
- package/dist/collection/components/pds-textarea/pds-textarea.js +38 -19
- package/dist/collection/components/pds-textarea/pds-textarea.js.map +1 -1
- package/dist/collection/components/pds-textarea/stories/pds-textarea.stories.js +22 -11
- package/dist/collection/components/pds-tooltip/pds-tooltip.css +3 -6
- package/dist/collection/components/pds-tooltip/pds-tooltip.js +26 -39
- package/dist/collection/components/pds-tooltip/pds-tooltip.js.map +1 -1
- package/dist/collection/components/pds-tooltip/stories/pds-tooltip.stories.js +15 -15
- package/dist/collection/global/styles/base.css +113 -0
- package/dist/collection/utils/types.js.map +1 -1
- package/dist/docs.json +1267 -299
- package/dist/esm/index-56752d25.js +15 -0
- package/dist/esm/index-56752d25.js.map +1 -0
- package/dist/esm/{index-9f0e742f.js → index-b1696fed.js} +17 -5
- package/dist/esm/index-b1696fed.js.map +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/loader.js +3 -3
- 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 +2 -2
- package/dist/esm/pds-box.entry.js.map +1 -1
- package/dist/esm/pds-button.entry.js +11 -6
- package/dist/esm/pds-button.entry.js.map +1 -1
- package/dist/esm/pds-checkbox.entry.js +12 -8
- package/dist/esm/pds-checkbox.entry.js.map +1 -1
- package/dist/esm/pds-chip.entry.js +11 -8
- 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 +8 -5
- 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 +9 -6
- package/dist/esm/pds-image.entry.js.map +1 -1
- package/dist/esm/pds-input.entry.js +13 -8
- package/dist/esm/pds-input.entry.js.map +1 -1
- package/dist/esm/{pds-label-c806218b.js → pds-label-62469596.js} +2 -2
- package/dist/esm/{pds-label-c806218b.js.map → pds-label-62469596.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-popover.entry.js +68 -0
- package/dist/esm/pds-popover.entry.js.map +1 -0
- 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 +14 -10
- package/dist/esm/pds-radio.entry.js.map +1 -1
- package/dist/esm/pds-row.entry.js +3 -3
- package/dist/esm/pds-row.entry.js.map +1 -1
- package/dist/esm/pds-select.entry.js +127 -0
- package/dist/esm/pds-select.entry.js.map +1 -0
- package/dist/esm/pds-sortable-item.entry.js +3 -3
- package/dist/esm/pds-sortable.entry.js +7 -4
- package/dist/esm/pds-sortable.entry.js.map +1 -1
- package/dist/esm/pds-switch.entry.js +14 -12
- package/dist/esm/pds-switch.entry.js.map +1 -1
- package/dist/esm/pds-tab.entry.js +5 -5
- 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 +8 -5
- 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 +7 -4
- package/dist/esm/pds-table.entry.js.map +1 -1
- package/dist/esm/pds-tabpanel.entry.js +2 -2
- package/dist/esm/pds-tabs.entry.js +7 -4
- package/dist/esm/pds-tabs.entry.js.map +1 -1
- package/dist/esm/pds-text.entry.js +35 -0
- package/dist/esm/pds-text.entry.js.map +1 -0
- package/dist/esm/pds-textarea.entry.js +15 -10
- package/dist/esm/pds-textarea.entry.js.map +1 -1
- package/dist/esm/pds-tooltip.entry.js +10 -10
- package/dist/esm/pds-tooltip.entry.js.map +1 -1
- package/dist/esm/pine-core.js +4 -4
- package/dist/esm/pine-core.js.map +1 -1
- package/dist/esm-es5/index-56752d25.js +2 -0
- package/dist/esm-es5/index-56752d25.js.map +1 -0
- package/dist/esm-es5/index-b1696fed.js +3 -0
- package/dist/esm-es5/index-b1696fed.js.map +1 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/loader.js.map +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-c806218b.js → pds-label-62469596.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-popover.entry.js +2 -0
- package/dist/esm-es5/pds-popover.entry.js.map +1 -0
- 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-row.entry.js.map +1 -1
- package/dist/esm-es5/pds-select.entry.js +2 -0
- package/dist/esm-es5/pds-select.entry.js.map +1 -0
- package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
- package/dist/esm-es5/pds-sortable.entry.js +2 -2
- 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-text.entry.js +2 -0
- package/dist/esm-es5/pds-text.entry.js.map +1 -0
- 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-00c8d6d8.entry.js +2 -0
- package/dist/pine-core/p-00c8d6d8.entry.js.map +1 -0
- package/dist/pine-core/p-031ac651.entry.js +2 -0
- package/dist/pine-core/p-031ac651.entry.js.map +1 -0
- package/dist/pine-core/p-09d83447.system.entry.js +2 -0
- package/dist/pine-core/p-09d83447.system.entry.js.map +1 -0
- package/dist/pine-core/p-0ac04129.entry.js +2 -0
- package/dist/pine-core/p-0ac04129.entry.js.map +1 -0
- package/dist/pine-core/p-0ad64b9d.system.entry.js +2 -0
- package/dist/pine-core/p-0ad64b9d.system.entry.js.map +1 -0
- package/dist/pine-core/p-1164c32c.system.entry.js +2 -0
- package/dist/pine-core/p-1164c32c.system.entry.js.map +1 -0
- package/dist/pine-core/p-1351489d.entry.js +2 -0
- package/dist/pine-core/p-1351489d.entry.js.map +1 -0
- package/dist/pine-core/p-1712d594.entry.js +2 -0
- package/dist/pine-core/p-1712d594.entry.js.map +1 -0
- package/dist/pine-core/p-196f615c.entry.js +2 -0
- package/dist/pine-core/p-196f615c.entry.js.map +1 -0
- package/dist/pine-core/{p-e8874481.system.entry.js → p-1a1a76ea.system.entry.js} +2 -2
- package/dist/pine-core/p-1a548198.system.entry.js +2 -0
- package/dist/pine-core/p-1a548198.system.entry.js.map +1 -0
- package/dist/pine-core/p-1a78ee21.entry.js +2 -0
- package/dist/pine-core/p-1a78ee21.entry.js.map +1 -0
- package/dist/pine-core/p-1df1990d.system.entry.js +2 -0
- package/dist/pine-core/p-1df1990d.system.entry.js.map +1 -0
- package/dist/pine-core/p-1e80f274.entry.js +2 -0
- package/dist/pine-core/p-1e80f274.entry.js.map +1 -0
- package/dist/pine-core/p-2e1dc5e5.system.entry.js +2 -0
- package/dist/pine-core/p-2e1dc5e5.system.entry.js.map +1 -0
- package/dist/pine-core/p-30600b1b.entry.js +2 -0
- package/dist/pine-core/p-30600b1b.entry.js.map +1 -0
- package/dist/pine-core/p-34cda8d5.system.entry.js +2 -0
- package/dist/pine-core/p-34cda8d5.system.entry.js.map +1 -0
- package/dist/pine-core/p-364a7555.system.entry.js +2 -0
- package/dist/pine-core/p-364a7555.system.entry.js.map +1 -0
- package/dist/pine-core/p-37a3c235.entry.js +2 -0
- package/dist/pine-core/p-37a3c235.entry.js.map +1 -0
- package/dist/pine-core/{p-b491e677.entry.js → p-396014d3.entry.js} +2 -2
- package/dist/pine-core/p-3acb18ad.entry.js +2 -0
- package/dist/pine-core/p-3acb18ad.entry.js.map +1 -0
- package/dist/pine-core/p-3ae15266.entry.js +2 -0
- package/dist/pine-core/p-3ae15266.entry.js.map +1 -0
- package/dist/pine-core/p-45cf2585.system.js +3 -0
- package/dist/pine-core/p-45cf2585.system.js.map +1 -0
- package/dist/pine-core/p-4a10164f.entry.js +2 -0
- package/dist/pine-core/p-4a10164f.entry.js.map +1 -0
- package/dist/pine-core/p-4d22b02c.entry.js +2 -0
- package/dist/pine-core/p-4d22b02c.entry.js.map +1 -0
- package/dist/pine-core/p-4f9b1945.entry.js +2 -0
- package/dist/pine-core/p-4f9b1945.entry.js.map +1 -0
- package/dist/pine-core/p-50918693.system.entry.js +2 -0
- package/dist/pine-core/p-50918693.system.entry.js.map +1 -0
- package/dist/pine-core/p-5380ad4f.entry.js +2 -0
- package/dist/pine-core/p-5380ad4f.entry.js.map +1 -0
- package/dist/pine-core/p-539fe011.system.entry.js +2 -0
- package/dist/pine-core/p-539fe011.system.entry.js.map +1 -0
- package/dist/pine-core/p-59fcea0f.entry.js +2 -0
- package/dist/pine-core/p-59fcea0f.entry.js.map +1 -0
- package/dist/pine-core/p-5b9d6ad1.entry.js +2 -0
- package/dist/pine-core/p-5b9d6ad1.entry.js.map +1 -0
- package/dist/pine-core/p-5c04aee0.system.js +2 -0
- package/dist/pine-core/p-5c04aee0.system.js.map +1 -0
- package/dist/pine-core/p-5cb59e3f.system.entry.js +2 -0
- package/dist/pine-core/p-5cb59e3f.system.entry.js.map +1 -0
- package/dist/pine-core/p-605dc33a.system.entry.js +2 -0
- package/dist/pine-core/p-605dc33a.system.entry.js.map +1 -0
- package/dist/pine-core/p-630b1802.entry.js +2 -0
- package/dist/pine-core/p-630b1802.entry.js.map +1 -0
- package/dist/pine-core/{p-d0948e17.entry.js → p-65229490.entry.js} +2 -2
- package/dist/pine-core/p-6d447614.system.entry.js +2 -0
- package/dist/pine-core/p-6d447614.system.entry.js.map +1 -0
- package/dist/pine-core/p-760e1c32.entry.js +2 -0
- package/dist/pine-core/p-760e1c32.entry.js.map +1 -0
- package/dist/pine-core/{p-b4f7b883.system.entry.js → p-84d36583.system.entry.js} +2 -2
- package/dist/pine-core/p-87fe352f.js +3 -0
- package/dist/pine-core/p-87fe352f.js.map +1 -0
- package/dist/pine-core/p-88702fa2.entry.js +2 -0
- package/dist/pine-core/p-88702fa2.entry.js.map +1 -0
- package/dist/pine-core/{p-30895edd.system.entry.js → p-88edcb41.system.entry.js} +2 -2
- package/dist/pine-core/p-88edcb41.system.entry.js.map +1 -0
- package/dist/pine-core/p-892b4a4c.entry.js +2 -0
- package/dist/pine-core/p-892b4a4c.entry.js.map +1 -0
- package/dist/pine-core/p-8ae84655.system.entry.js +2 -0
- package/dist/pine-core/p-8ae84655.system.entry.js.map +1 -0
- package/dist/pine-core/{p-60622df4.entry.js → p-9487df53.entry.js} +2 -2
- package/dist/pine-core/p-9487df53.entry.js.map +1 -0
- package/dist/pine-core/p-9db668f2.system.entry.js +2 -0
- package/dist/pine-core/p-9db668f2.system.entry.js.map +1 -0
- package/dist/pine-core/p-a24fa762.system.entry.js +2 -0
- package/dist/pine-core/p-a24fa762.system.entry.js.map +1 -0
- package/dist/pine-core/p-a2726d3b.system.entry.js +2 -0
- package/dist/pine-core/p-a2726d3b.system.entry.js.map +1 -0
- package/dist/pine-core/p-a6713696.entry.js +2 -0
- package/dist/pine-core/p-a6713696.entry.js.map +1 -0
- package/dist/pine-core/{p-7bc0b531.js → p-a9038f7f.js} +2 -2
- package/dist/pine-core/p-a9e02a6f.system.entry.js +2 -0
- package/dist/pine-core/p-a9e02a6f.system.entry.js.map +1 -0
- package/dist/pine-core/p-adda8682.system.entry.js +2 -0
- package/dist/pine-core/p-adda8682.system.entry.js.map +1 -0
- package/dist/pine-core/p-ae19532d.system.entry.js +2 -0
- package/dist/pine-core/p-ae19532d.system.entry.js.map +1 -0
- package/dist/pine-core/p-b3e36d77.system.entry.js +2 -0
- package/dist/pine-core/p-b3e36d77.system.entry.js.map +1 -0
- package/dist/pine-core/p-b7edbe43.system.entry.js +2 -0
- package/dist/pine-core/p-b7edbe43.system.entry.js.map +1 -0
- package/dist/pine-core/p-b95522e6.system.entry.js +2 -0
- package/dist/pine-core/p-b95522e6.system.entry.js.map +1 -0
- package/dist/pine-core/p-b9cebd24.entry.js +2 -0
- package/dist/pine-core/p-b9cebd24.entry.js.map +1 -0
- package/dist/pine-core/p-bbd19258.entry.js +2 -0
- package/dist/pine-core/p-bbd19258.entry.js.map +1 -0
- package/dist/pine-core/p-cbf2acbd.system.entry.js +2 -0
- package/dist/pine-core/p-cbf2acbd.system.entry.js.map +1 -0
- package/dist/pine-core/p-cc75a4f7.system.entry.js +2 -0
- package/dist/pine-core/p-cc75a4f7.system.entry.js.map +1 -0
- package/dist/pine-core/p-ceb66096.entry.js +8 -0
- package/dist/pine-core/p-ceb66096.entry.js.map +1 -0
- package/dist/pine-core/p-d3365f49.system.entry.js +9 -0
- package/dist/pine-core/{p-a6b486a4.entry.js.map → p-d3365f49.system.entry.js.map} +1 -1
- package/dist/pine-core/p-d83716fb.js +2 -0
- package/dist/pine-core/p-d83716fb.js.map +1 -0
- package/dist/pine-core/p-d95b2469.system.entry.js +2 -0
- package/dist/pine-core/p-d95b2469.system.entry.js.map +1 -0
- package/dist/pine-core/p-da5a1e2c.system.entry.js +2 -0
- package/dist/pine-core/p-da5a1e2c.system.entry.js.map +1 -0
- package/dist/pine-core/p-db622f8f.system.js +2 -0
- package/dist/pine-core/p-de301890.entry.js +2 -0
- package/dist/pine-core/p-de301890.entry.js.map +1 -0
- package/dist/pine-core/p-dec11fa5.system.js +2 -0
- package/dist/pine-core/p-dec11fa5.system.js.map +1 -0
- package/dist/pine-core/{p-f5597dce.entry.js → p-e2a673e8.entry.js} +2 -2
- package/dist/pine-core/p-e2badc55.entry.js +2 -0
- package/dist/pine-core/p-e2badc55.entry.js.map +1 -0
- package/dist/pine-core/{p-f86af20f.system.js → p-e3fab4be.system.js} +2 -2
- package/dist/pine-core/p-ebdaf3ad.entry.js +2 -0
- package/dist/pine-core/p-ebdaf3ad.entry.js.map +1 -0
- package/dist/pine-core/{p-6293581d.system.entry.js → p-f16ef73c.system.entry.js} +2 -2
- package/dist/pine-core/p-faa2bf05.system.entry.js +2 -0
- package/dist/pine-core/p-faa2bf05.system.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 -1
- package/dist/pine-core/svg/bar-chart-tone.svg +1 -1
- package/dist/pine-core/svg/bell-tone.svg +1 -1
- 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/bookmark.svg +1 -0
- 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 -1
- package/dist/pine-core/svg/cube-tone.svg +1 -1
- 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 -1
- package/dist/pine-core/svg/file-download.svg +1 -1
- package/dist/pine-core/svg/file-lock.svg +1 -1
- package/dist/pine-core/svg/file-money.svg +1 -1
- package/dist/pine-core/svg/file-search.svg +1 -0
- 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 -1
- 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 -1
- 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-02.svg +1 -0
- 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-snapchat.svg +1 -0
- 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 -1
- 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 -1
- 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 -1
- 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 -1
- 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 -1
- 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 -1
- 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 -1
- 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 +1 -0
- package/dist/types/components/pds-button/pds-button.d.ts +13 -8
- package/dist/types/components/pds-chip/pds-chip.d.ts +8 -8
- package/dist/types/components/pds-copytext/pds-copytext.d.ts +3 -3
- package/dist/types/components/pds-divider/pds-divider.d.ts +1 -1
- package/dist/types/components/pds-image/pds-image.d.ts +7 -3
- package/dist/types/components/pds-input/pds-input.d.ts +9 -5
- package/dist/types/components/pds-link/pds-link.d.ts +7 -11
- package/dist/types/components/pds-popover/pds-popover.d.ts +45 -0
- package/dist/types/components/pds-radio/pds-radio.d.ts +11 -11
- package/dist/types/components/pds-select/pds-select.d.ts +91 -0
- package/dist/types/components/pds-switch/pds-switch.d.ts +11 -19
- package/dist/types/components/pds-table/pds-table-cell/pds-table-cell.d.ts +4 -0
- package/dist/types/components/pds-table/pds-table-head/pds-table-head.d.ts +5 -2
- package/dist/types/components/pds-table/pds-table-head-cell/pds-table-head-cell.d.ts +9 -1
- package/dist/types/components/pds-table/pds-table-row/pds-table-row.d.ts +3 -3
- package/dist/types/components/pds-table/pds-table.d.ts +11 -3
- package/dist/types/components/pds-text/pds-text.d.ts +31 -0
- package/dist/types/components/pds-textarea/pds-textarea.d.ts +16 -12
- package/dist/types/components/pds-tooltip/pds-tooltip.d.ts +5 -9
- package/dist/types/components.d.ts +491 -137
- package/dist/types/stencil-public-runtime.d.ts +6 -0
- package/dist/types/utils/types.d.ts +1 -1
- package/hydrate/index.d.ts +6 -0
- package/hydrate/index.js +981 -404
- package/hydrate/index.mjs +981 -404
- package/package.json +15 -13
- package/dist/cjs/index-479f5bd8.js +0 -24
- package/dist/cjs/index-479f5bd8.js.map +0 -1
- package/dist/cjs/index-d4ec6246.js.map +0 -1
- package/dist/esm/index-9f0e742f.js.map +0 -1
- package/dist/esm/index-9f8fe796.js +0 -14
- package/dist/esm/index-9f8fe796.js.map +0 -1
- package/dist/esm-es5/index-9f0e742f.js +0 -3
- package/dist/esm-es5/index-9f0e742f.js.map +0 -1
- package/dist/esm-es5/index-9f8fe796.js +0 -2
- package/dist/esm-es5/index-9f8fe796.js.map +0 -1
- package/dist/pine-core/p-06f526e5.system.js +0 -2
- package/dist/pine-core/p-06f526e5.system.js.map +0 -1
- package/dist/pine-core/p-0bf48e12.entry.js +0 -2
- package/dist/pine-core/p-0bf48e12.entry.js.map +0 -1
- package/dist/pine-core/p-12e1c54f.entry.js +0 -2
- package/dist/pine-core/p-12e1c54f.entry.js.map +0 -1
- package/dist/pine-core/p-1400fed8.entry.js +0 -2
- package/dist/pine-core/p-1400fed8.entry.js.map +0 -1
- package/dist/pine-core/p-16b74124.system.js +0 -2
- package/dist/pine-core/p-16b74124.system.js.map +0 -1
- package/dist/pine-core/p-20dae7d1.system.entry.js +0 -2
- package/dist/pine-core/p-20dae7d1.system.entry.js.map +0 -1
- package/dist/pine-core/p-2837aec3.system.entry.js +0 -2
- package/dist/pine-core/p-2837aec3.system.entry.js.map +0 -1
- package/dist/pine-core/p-2bce244c.entry.js +0 -2
- package/dist/pine-core/p-2bce244c.entry.js.map +0 -1
- package/dist/pine-core/p-307b87fc.system.entry.js +0 -2
- package/dist/pine-core/p-307b87fc.system.entry.js.map +0 -1
- package/dist/pine-core/p-30895edd.system.entry.js.map +0 -1
- package/dist/pine-core/p-3487fe4a.entry.js +0 -2
- package/dist/pine-core/p-3487fe4a.entry.js.map +0 -1
- package/dist/pine-core/p-373bf876.js +0 -2
- package/dist/pine-core/p-373bf876.js.map +0 -1
- package/dist/pine-core/p-3ceda09a.system.entry.js +0 -2
- package/dist/pine-core/p-3ceda09a.system.entry.js.map +0 -1
- package/dist/pine-core/p-40489c55.entry.js +0 -2
- package/dist/pine-core/p-40489c55.entry.js.map +0 -1
- package/dist/pine-core/p-41c843c5.system.entry.js +0 -2
- package/dist/pine-core/p-41c843c5.system.entry.js.map +0 -1
- package/dist/pine-core/p-4262c8d0.system.entry.js +0 -2
- package/dist/pine-core/p-4262c8d0.system.entry.js.map +0 -1
- package/dist/pine-core/p-43c37135.entry.js +0 -2
- package/dist/pine-core/p-43c37135.entry.js.map +0 -1
- package/dist/pine-core/p-45df80d3.entry.js +0 -2
- package/dist/pine-core/p-45df80d3.entry.js.map +0 -1
- package/dist/pine-core/p-479fd128.system.entry.js +0 -2
- package/dist/pine-core/p-479fd128.system.entry.js.map +0 -1
- package/dist/pine-core/p-4868ffe2.entry.js +0 -2
- package/dist/pine-core/p-4868ffe2.entry.js.map +0 -1
- package/dist/pine-core/p-4cfa45e5.system.entry.js +0 -2
- package/dist/pine-core/p-4cfa45e5.system.entry.js.map +0 -1
- package/dist/pine-core/p-4e5423ec.entry.js +0 -2
- package/dist/pine-core/p-4e5423ec.entry.js.map +0 -1
- package/dist/pine-core/p-5303452a.entry.js +0 -2
- package/dist/pine-core/p-5303452a.entry.js.map +0 -1
- package/dist/pine-core/p-59a88d32.entry.js +0 -2
- package/dist/pine-core/p-59a88d32.entry.js.map +0 -1
- package/dist/pine-core/p-5d35d9bc.system.entry.js +0 -2
- package/dist/pine-core/p-5d35d9bc.system.entry.js.map +0 -1
- package/dist/pine-core/p-5dab0de3.system.entry.js +0 -2
- package/dist/pine-core/p-5dab0de3.system.entry.js.map +0 -1
- package/dist/pine-core/p-60622df4.entry.js.map +0 -1
- package/dist/pine-core/p-63eacc4c.entry.js +0 -2
- package/dist/pine-core/p-63eacc4c.entry.js.map +0 -1
- package/dist/pine-core/p-64a079d4.entry.js +0 -2
- package/dist/pine-core/p-64a079d4.entry.js.map +0 -1
- package/dist/pine-core/p-64ec41b5.system.entry.js +0 -2
- package/dist/pine-core/p-64ec41b5.system.entry.js.map +0 -1
- package/dist/pine-core/p-669c5ccd.entry.js +0 -2
- package/dist/pine-core/p-669c5ccd.entry.js.map +0 -1
- package/dist/pine-core/p-74931ca7.entry.js +0 -2
- package/dist/pine-core/p-74931ca7.entry.js.map +0 -1
- package/dist/pine-core/p-766e4212.system.entry.js +0 -2
- package/dist/pine-core/p-766e4212.system.entry.js.map +0 -1
- package/dist/pine-core/p-79625567.entry.js +0 -2
- package/dist/pine-core/p-79625567.entry.js.map +0 -1
- package/dist/pine-core/p-7b44943d.system.entry.js +0 -2
- package/dist/pine-core/p-7b44943d.system.entry.js.map +0 -1
- package/dist/pine-core/p-7c029627.system.entry.js +0 -9
- package/dist/pine-core/p-7c029627.system.entry.js.map +0 -1
- package/dist/pine-core/p-7e7de1d6.js +0 -3
- package/dist/pine-core/p-7e7de1d6.js.map +0 -1
- package/dist/pine-core/p-7ed5ef61.system.entry.js +0 -2
- package/dist/pine-core/p-7ed5ef61.system.entry.js.map +0 -1
- package/dist/pine-core/p-80efeb1b.entry.js +0 -2
- package/dist/pine-core/p-80efeb1b.entry.js.map +0 -1
- package/dist/pine-core/p-8233b878.system.entry.js +0 -2
- package/dist/pine-core/p-8233b878.system.entry.js.map +0 -1
- package/dist/pine-core/p-84e37a4c.entry.js +0 -2
- package/dist/pine-core/p-84e37a4c.entry.js.map +0 -1
- package/dist/pine-core/p-9071a673.system.entry.js +0 -2
- package/dist/pine-core/p-9071a673.system.entry.js.map +0 -1
- package/dist/pine-core/p-9229e03e.system.entry.js +0 -2
- package/dist/pine-core/p-9229e03e.system.entry.js.map +0 -1
- package/dist/pine-core/p-94a76b90.system.entry.js +0 -2
- package/dist/pine-core/p-94a76b90.system.entry.js.map +0 -1
- package/dist/pine-core/p-99c6c7fe.system.js +0 -2
- package/dist/pine-core/p-a58de843.system.entry.js +0 -2
- package/dist/pine-core/p-a58de843.system.entry.js.map +0 -1
- package/dist/pine-core/p-a6b486a4.entry.js +0 -8
- package/dist/pine-core/p-ad7f960d.system.entry.js +0 -2
- package/dist/pine-core/p-ad7f960d.system.entry.js.map +0 -1
- package/dist/pine-core/p-b4fb6072.system.entry.js +0 -2
- package/dist/pine-core/p-b4fb6072.system.entry.js.map +0 -1
- package/dist/pine-core/p-b8cbff05.system.entry.js +0 -2
- package/dist/pine-core/p-b8cbff05.system.entry.js.map +0 -1
- package/dist/pine-core/p-b94d28cc.entry.js +0 -2
- package/dist/pine-core/p-b94d28cc.entry.js.map +0 -1
- package/dist/pine-core/p-c644e0b4.system.entry.js +0 -2
- package/dist/pine-core/p-c644e0b4.system.entry.js.map +0 -1
- package/dist/pine-core/p-cb0cccca.entry.js +0 -2
- package/dist/pine-core/p-cb0cccca.entry.js.map +0 -1
- package/dist/pine-core/p-d20f4c1d.system.js +0 -3
- package/dist/pine-core/p-d20f4c1d.system.js.map +0 -1
- package/dist/pine-core/p-dd40be84.entry.js +0 -2
- package/dist/pine-core/p-dd40be84.entry.js.map +0 -1
- package/dist/pine-core/p-e339312d.entry.js +0 -2
- package/dist/pine-core/p-e339312d.entry.js.map +0 -1
- package/dist/pine-core/p-e52afdbe.entry.js +0 -2
- package/dist/pine-core/p-e52afdbe.entry.js.map +0 -1
- package/dist/pine-core/p-e705a6ad.system.entry.js +0 -2
- package/dist/pine-core/p-e705a6ad.system.entry.js.map +0 -1
- package/dist/pine-core/p-ed4e6972.entry.js +0 -2
- package/dist/pine-core/p-ed4e6972.entry.js.map +0 -1
- package/dist/pine-core/p-f8c08ca7.system.entry.js +0 -2
- package/dist/pine-core/p-f8c08ca7.system.entry.js.map +0 -1
- /package/dist/esm-es5/{pds-label-c806218b.js.map → pds-label-62469596.js.map} +0 -0
- /package/dist/pine-core/{p-e8874481.system.entry.js.map → p-1a1a76ea.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-b491e677.entry.js.map → p-396014d3.entry.js.map} +0 -0
- /package/dist/pine-core/{p-d0948e17.entry.js.map → p-65229490.entry.js.map} +0 -0
- /package/dist/pine-core/{p-b4f7b883.system.entry.js.map → p-84d36583.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-7bc0b531.js.map → p-a9038f7f.js.map} +0 -0
- /package/dist/pine-core/{p-99c6c7fe.system.js.map → p-db622f8f.system.js.map} +0 -0
- /package/dist/pine-core/{p-f5597dce.entry.js.map → p-e2a673e8.entry.js.map} +0 -0
- /package/dist/pine-core/{p-f86af20f.system.js.map → p-e3fab4be.system.js.map} +0 -0
- /package/dist/pine-core/{p-6293581d.system.entry.js.map → p-f16ef73c.system.entry.js.map} +0 -0
|
@@ -7,9 +7,11 @@
|
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { BoxColumnType, BoxShadowSizeType, BoxTShirtSizeType } from "./utils/types";
|
|
9
9
|
import { CheckboxChangeEventDetail } from "./components/pds-checkbox/checkbox-interface";
|
|
10
|
+
import { PlacementType } from "./utils/types";
|
|
10
11
|
import { TextareaChangeEventDetail } from "./components/pds-textarea/textarea-interface";
|
|
11
12
|
export { BoxColumnType, BoxShadowSizeType, BoxTShirtSizeType } from "./utils/types";
|
|
12
13
|
export { CheckboxChangeEventDetail } from "./components/pds-checkbox/checkbox-interface";
|
|
14
|
+
export { PlacementType } from "./utils/types";
|
|
13
15
|
export { TextareaChangeEventDetail } from "./components/pds-textarea/textarea-interface";
|
|
14
16
|
export namespace Components {
|
|
15
17
|
interface PdsAccordion {
|
|
@@ -194,20 +196,21 @@ export namespace Components {
|
|
|
194
196
|
*/
|
|
195
197
|
"componentId": string;
|
|
196
198
|
/**
|
|
197
|
-
*
|
|
199
|
+
* Determines the button's disabled state.
|
|
198
200
|
* @defaultValue false
|
|
199
201
|
*/
|
|
200
202
|
"disabled"?: boolean;
|
|
201
203
|
/**
|
|
202
|
-
* Displays icon before text when icon string matches an icon name
|
|
204
|
+
* Displays an icon before the text when the icon string matches an icon name.
|
|
205
|
+
* @defaultValue null
|
|
203
206
|
*/
|
|
204
207
|
"icon"?: string;
|
|
205
208
|
/**
|
|
206
|
-
* Provides button with a submittable name
|
|
209
|
+
* Provides the button with a submittable name.
|
|
207
210
|
*/
|
|
208
211
|
"name"?: string;
|
|
209
212
|
/**
|
|
210
|
-
* Provides button with a type
|
|
213
|
+
* Provides button with a type.
|
|
211
214
|
* @defaultValue button
|
|
212
215
|
*/
|
|
213
216
|
"type"?: 'button' | 'reset' | 'submit';
|
|
@@ -216,7 +219,8 @@ export namespace Components {
|
|
|
216
219
|
*/
|
|
217
220
|
"value"?: string;
|
|
218
221
|
/**
|
|
219
|
-
* Sets
|
|
222
|
+
* Sets the style variant of the button.
|
|
223
|
+
* @defaultValue primary
|
|
220
224
|
*/
|
|
221
225
|
"variant": 'primary' | 'secondary' | 'accent' | 'disclosure' | 'destructive' | 'unstyled';
|
|
222
226
|
}
|
|
@@ -285,12 +289,12 @@ export namespace Components {
|
|
|
285
289
|
*/
|
|
286
290
|
"label": string;
|
|
287
291
|
/**
|
|
288
|
-
* Determines whether the chip should be
|
|
292
|
+
* Determines whether the chip should be displayed in a larger size.
|
|
289
293
|
* @defaultValue false
|
|
290
294
|
*/
|
|
291
295
|
"large": boolean;
|
|
292
296
|
/**
|
|
293
|
-
*
|
|
297
|
+
* Defines the color scheme of the chip.
|
|
294
298
|
* @defaultValue 'neutral'
|
|
295
299
|
*/
|
|
296
300
|
"sentiment": 'accent' | 'danger' | 'info' | 'neutral' | 'success' | 'warning';
|
|
@@ -302,7 +306,7 @@ export namespace Components {
|
|
|
302
306
|
}
|
|
303
307
|
interface PdsCopytext {
|
|
304
308
|
/**
|
|
305
|
-
* Determines whether `copytext` should have a border.
|
|
309
|
+
* Determines whether `copytext` should have a visible border.
|
|
306
310
|
* @defaultValue true
|
|
307
311
|
*/
|
|
308
312
|
"border": boolean;
|
|
@@ -321,7 +325,7 @@ export namespace Components {
|
|
|
321
325
|
*/
|
|
322
326
|
"truncate": boolean;
|
|
323
327
|
/**
|
|
324
|
-
*
|
|
328
|
+
* The string displayed that is also copied to the clipboard upon interaction.
|
|
325
329
|
*/
|
|
326
330
|
"value": string;
|
|
327
331
|
}
|
|
@@ -335,14 +339,15 @@ export namespace Components {
|
|
|
335
339
|
*/
|
|
336
340
|
"offset": 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
337
341
|
/**
|
|
338
|
-
* Sets divider to display vertically
|
|
342
|
+
* Sets divider to display vertically.
|
|
339
343
|
* @defaultValue false
|
|
340
344
|
*/
|
|
341
345
|
"vertical": boolean;
|
|
342
346
|
}
|
|
343
347
|
interface PdsImage {
|
|
344
348
|
/**
|
|
345
|
-
* The image's alt tag. If none is provided, it will default to an empty string.
|
|
349
|
+
* The image's alt tag. If none is provided, it will default to an empty string, which is desired for decorative images.
|
|
350
|
+
* @defaultValue ''
|
|
346
351
|
*/
|
|
347
352
|
"alt"?: string;
|
|
348
353
|
/**
|
|
@@ -355,10 +360,11 @@ export namespace Components {
|
|
|
355
360
|
"height"?: number;
|
|
356
361
|
/**
|
|
357
362
|
* Indicates how the browser should load the image.
|
|
363
|
+
* @defaultValue eager
|
|
358
364
|
*/
|
|
359
365
|
"loading"?: 'eager' | 'lazy';
|
|
360
366
|
/**
|
|
361
|
-
* Determines the intended display size of an image within
|
|
367
|
+
* Determines the intended display size of an image within certain breakpoints. Has no effect if `srcset` is not set or value has no width descriptor.
|
|
362
368
|
*/
|
|
363
369
|
"sizes"?: string;
|
|
364
370
|
/**
|
|
@@ -366,7 +372,7 @@ export namespace Components {
|
|
|
366
372
|
*/
|
|
367
373
|
"src": string;
|
|
368
374
|
/**
|
|
369
|
-
* A set of image sources for the browser to use.
|
|
375
|
+
* A set of image sources for the browser to use for responsiveness.
|
|
370
376
|
*/
|
|
371
377
|
"srcset"?: string;
|
|
372
378
|
/**
|
|
@@ -375,12 +381,16 @@ export namespace Components {
|
|
|
375
381
|
"width"?: number;
|
|
376
382
|
}
|
|
377
383
|
interface PdsInput {
|
|
384
|
+
/**
|
|
385
|
+
* Specifies if and how the browser provides `autocomplete` assistance for the field.
|
|
386
|
+
*/
|
|
387
|
+
"autocomplete": string;
|
|
378
388
|
/**
|
|
379
389
|
* A unique identifier used for the underlying component `id` attribute.
|
|
380
390
|
*/
|
|
381
391
|
"componentId": string;
|
|
382
392
|
/**
|
|
383
|
-
*
|
|
393
|
+
* Determines whether or not the input field is disabled.
|
|
384
394
|
*/
|
|
385
395
|
"disabled"?: boolean;
|
|
386
396
|
/**
|
|
@@ -392,7 +402,7 @@ export namespace Components {
|
|
|
392
402
|
*/
|
|
393
403
|
"helperMessage"?: string;
|
|
394
404
|
/**
|
|
395
|
-
*
|
|
405
|
+
* Determines whether or not the input field is invalid or throws an error.
|
|
396
406
|
*/
|
|
397
407
|
"invalid"?: boolean;
|
|
398
408
|
/**
|
|
@@ -408,11 +418,11 @@ export namespace Components {
|
|
|
408
418
|
*/
|
|
409
419
|
"placeholder"?: string;
|
|
410
420
|
/**
|
|
411
|
-
*
|
|
421
|
+
* Determines whether or not the input field is readonly.
|
|
412
422
|
*/
|
|
413
423
|
"readonly"?: boolean;
|
|
414
424
|
/**
|
|
415
|
-
*
|
|
425
|
+
* Determines whether or not the input field is required.
|
|
416
426
|
*/
|
|
417
427
|
"required"?: boolean;
|
|
418
428
|
/**
|
|
@@ -431,21 +441,22 @@ export namespace Components {
|
|
|
431
441
|
*/
|
|
432
442
|
"componentId": string;
|
|
433
443
|
/**
|
|
434
|
-
*
|
|
444
|
+
* Determines whether the link should open in a new tab.
|
|
435
445
|
* @defaultValue false
|
|
436
446
|
*/
|
|
437
447
|
"external": boolean;
|
|
438
448
|
/**
|
|
439
|
-
* The
|
|
449
|
+
* The font size of the link's text.
|
|
440
450
|
* @defaultValue lg
|
|
441
451
|
*/
|
|
442
452
|
"fontSize": 'sm' | 'md' | 'lg';
|
|
443
453
|
/**
|
|
444
|
-
* The URL
|
|
454
|
+
* The hyperlink's destination URL. If no text is provided in the custom slot, the href will be used.
|
|
445
455
|
*/
|
|
446
456
|
"href": string;
|
|
447
457
|
/**
|
|
448
|
-
*
|
|
458
|
+
* Sets the link variant styles.
|
|
459
|
+
* @defaultValue inline
|
|
449
460
|
*/
|
|
450
461
|
"variant": 'inline' | 'plain';
|
|
451
462
|
}
|
|
@@ -472,6 +483,35 @@ export namespace Components {
|
|
|
472
483
|
*/
|
|
473
484
|
"variant": 'spinner' | 'typing';
|
|
474
485
|
}
|
|
486
|
+
interface PdsPopover {
|
|
487
|
+
/**
|
|
488
|
+
* A unique identifier used for the underlying component `id` attribute.
|
|
489
|
+
*/
|
|
490
|
+
"componentId": string;
|
|
491
|
+
/**
|
|
492
|
+
* Sets the maximum width of the popover content
|
|
493
|
+
* @defaultValue 352
|
|
494
|
+
*/
|
|
495
|
+
"maxWidth"?: number;
|
|
496
|
+
/**
|
|
497
|
+
* Determines the preferred position of the popover
|
|
498
|
+
* @defaultValue "right"
|
|
499
|
+
*/
|
|
500
|
+
"placement": PlacementType;
|
|
501
|
+
/**
|
|
502
|
+
* Determines the action that triggers the popover. For manual popovers, the consumer is responsible for toggling this value.
|
|
503
|
+
* @defaultValue "show"
|
|
504
|
+
*/
|
|
505
|
+
"popoverTargetAction": 'show' | 'toggle' | 'hide';
|
|
506
|
+
/**
|
|
507
|
+
* Determines the type of popover. Auto popovers can be "light dismissed" by clicking outside of the popover. Manual popovers require the consumer to handle the visibility of the popover.
|
|
508
|
+
*/
|
|
509
|
+
"popoverType": 'auto' | 'manual';
|
|
510
|
+
/**
|
|
511
|
+
* Text that appears on the trigger element
|
|
512
|
+
*/
|
|
513
|
+
"text": string;
|
|
514
|
+
}
|
|
475
515
|
interface PdsProgress {
|
|
476
516
|
/**
|
|
477
517
|
* Determines whether or not progress is animated.
|
|
@@ -518,11 +558,11 @@ export namespace Components {
|
|
|
518
558
|
*/
|
|
519
559
|
"disabled": boolean;
|
|
520
560
|
/**
|
|
521
|
-
* Displays message text describing an invalid state.
|
|
561
|
+
* Displays error message text describing an invalid state.
|
|
522
562
|
*/
|
|
523
563
|
"errorMessage": string;
|
|
524
564
|
/**
|
|
525
|
-
*
|
|
565
|
+
* Displays helper message text below radio.
|
|
526
566
|
*/
|
|
527
567
|
"helperMessage": string;
|
|
528
568
|
/**
|
|
@@ -580,6 +620,55 @@ export namespace Components {
|
|
|
580
620
|
*/
|
|
581
621
|
"noWrap"?: boolean;
|
|
582
622
|
}
|
|
623
|
+
interface PdsSelect {
|
|
624
|
+
/**
|
|
625
|
+
* Specifies if and how the browser provides `autocomplete` assistance for the field.
|
|
626
|
+
*/
|
|
627
|
+
"autocomplete": string;
|
|
628
|
+
/**
|
|
629
|
+
* A unique identifier used for the underlying component `id` attribute.
|
|
630
|
+
*/
|
|
631
|
+
"componentId": string;
|
|
632
|
+
/**
|
|
633
|
+
* Indicates whether or not the select field is disabled.
|
|
634
|
+
* @defaultValue false
|
|
635
|
+
*/
|
|
636
|
+
"disabled": boolean;
|
|
637
|
+
/**
|
|
638
|
+
* Displays error message text describing an invalid state.
|
|
639
|
+
*/
|
|
640
|
+
"errorMessage": string;
|
|
641
|
+
/**
|
|
642
|
+
* Displays helper message text below select.
|
|
643
|
+
*/
|
|
644
|
+
"helperMessage": string;
|
|
645
|
+
/**
|
|
646
|
+
* Determines whether or not the select is invalid.
|
|
647
|
+
*/
|
|
648
|
+
"invalid"?: boolean;
|
|
649
|
+
/**
|
|
650
|
+
* Text to be displayed as the select label.
|
|
651
|
+
*/
|
|
652
|
+
"label": string;
|
|
653
|
+
/**
|
|
654
|
+
* Indicates whether multiple options can be selected.
|
|
655
|
+
* @defaultValue false
|
|
656
|
+
*/
|
|
657
|
+
"multiple": boolean;
|
|
658
|
+
/**
|
|
659
|
+
* Specifies the name. Submitted with the form name/value pair.
|
|
660
|
+
*/
|
|
661
|
+
"name": string;
|
|
662
|
+
/**
|
|
663
|
+
* Indicates whether or not the select field is required.
|
|
664
|
+
* @defaultValue false
|
|
665
|
+
*/
|
|
666
|
+
"required": boolean;
|
|
667
|
+
/**
|
|
668
|
+
* The value(s) of the selected option(s).
|
|
669
|
+
*/
|
|
670
|
+
"value"?: string | string[];
|
|
671
|
+
}
|
|
583
672
|
interface PdsSortable {
|
|
584
673
|
/**
|
|
585
674
|
* Determines whether `sortable` should have a border.
|
|
@@ -617,7 +706,7 @@ export namespace Components {
|
|
|
617
706
|
}
|
|
618
707
|
interface PdsSwitch {
|
|
619
708
|
/**
|
|
620
|
-
* Determines the input 'checked' state
|
|
709
|
+
* Determines the input 'checked' state.
|
|
621
710
|
*/
|
|
622
711
|
"checked": boolean;
|
|
623
712
|
/**
|
|
@@ -625,40 +714,35 @@ export namespace Components {
|
|
|
625
714
|
*/
|
|
626
715
|
"componentId": string;
|
|
627
716
|
/**
|
|
628
|
-
* Determines the input 'disabled' state, preventing user interaction
|
|
717
|
+
* Determines the input 'disabled' state, preventing user interaction.
|
|
629
718
|
*/
|
|
630
719
|
"disabled"?: boolean;
|
|
631
720
|
/**
|
|
632
|
-
* Displays message text describing an invalid state
|
|
721
|
+
* Displays message text describing an invalid state.
|
|
633
722
|
*/
|
|
634
723
|
"errorMessage"?: string;
|
|
635
724
|
/**
|
|
636
|
-
* Displays help text for additional description of an input
|
|
725
|
+
* Displays help text for additional description of an input.
|
|
637
726
|
*/
|
|
638
727
|
"helperMessage": string;
|
|
639
728
|
/**
|
|
640
|
-
* Determines the input 'invalid' state, signifying an error is present
|
|
729
|
+
* Determines the input 'invalid' state, signifying an error is present.
|
|
641
730
|
*/
|
|
642
731
|
"invalid"?: boolean;
|
|
643
732
|
/**
|
|
644
|
-
* Displays text to describe the input
|
|
733
|
+
* Displays text to describe the input.
|
|
645
734
|
*/
|
|
646
735
|
"label": string;
|
|
647
736
|
/**
|
|
648
|
-
* Identifies form data and unifies a group of radio inputs for toggling a single property/value
|
|
737
|
+
* Identifies form data and unifies a group of radio inputs for toggling a single property/value.
|
|
649
738
|
*/
|
|
650
739
|
"name": string;
|
|
651
740
|
/**
|
|
652
|
-
* Determines the 'required' state of the input
|
|
741
|
+
* Determines the 'required' state of the input.
|
|
653
742
|
*/
|
|
654
743
|
"required"?: boolean;
|
|
655
744
|
/**
|
|
656
|
-
*
|
|
657
|
-
* @defaultValue 'checkbox'
|
|
658
|
-
*/
|
|
659
|
-
"type": 'checkbox' | 'radio';
|
|
660
|
-
/**
|
|
661
|
-
* Provides input with a string submitted in form data, and can be used to distinguish radio inputs
|
|
745
|
+
* Provides input with a string submitted in form data.
|
|
662
746
|
*/
|
|
663
747
|
"value": string;
|
|
664
748
|
}
|
|
@@ -674,7 +758,7 @@ export namespace Components {
|
|
|
674
758
|
}
|
|
675
759
|
interface PdsTable {
|
|
676
760
|
/**
|
|
677
|
-
* Determines if table displays
|
|
761
|
+
* Determines if the table displays with reduced table cell padding.
|
|
678
762
|
*/
|
|
679
763
|
"compact": boolean;
|
|
680
764
|
/**
|
|
@@ -682,7 +766,7 @@ export namespace Components {
|
|
|
682
766
|
*/
|
|
683
767
|
"componentId": string;
|
|
684
768
|
/**
|
|
685
|
-
* Determines if
|
|
769
|
+
* Determines if the should display a fixed first column.
|
|
686
770
|
*/
|
|
687
771
|
"fixedColumn": boolean;
|
|
688
772
|
/**
|
|
@@ -690,7 +774,7 @@ export namespace Components {
|
|
|
690
774
|
*/
|
|
691
775
|
"responsive": boolean;
|
|
692
776
|
/**
|
|
693
|
-
* Determines if table displays checkboxes for selectable rows.
|
|
777
|
+
* Determines if the table displays checkboxes for selectable rows.
|
|
694
778
|
*/
|
|
695
779
|
"selectable": boolean;
|
|
696
780
|
}
|
|
@@ -704,11 +788,12 @@ export namespace Components {
|
|
|
704
788
|
}
|
|
705
789
|
interface PdsTableHead {
|
|
706
790
|
/**
|
|
707
|
-
*
|
|
791
|
+
* Determines if the select all checkbox is in an indeterminate state.
|
|
708
792
|
*/
|
|
709
793
|
"indeterminate"?: boolean;
|
|
710
794
|
/**
|
|
711
|
-
*
|
|
795
|
+
* Determines if the table row is currently selected.
|
|
796
|
+
* @defaultValue false
|
|
712
797
|
*/
|
|
713
798
|
"isSelected": boolean;
|
|
714
799
|
}
|
|
@@ -720,11 +805,11 @@ export namespace Components {
|
|
|
720
805
|
}
|
|
721
806
|
interface PdsTableRow {
|
|
722
807
|
/**
|
|
723
|
-
*
|
|
808
|
+
* Determines if the row selected is in an indeterminate state.
|
|
724
809
|
*/
|
|
725
810
|
"indeterminate"?: boolean;
|
|
726
811
|
/**
|
|
727
|
-
*
|
|
812
|
+
* Determines if the table row is currently selected.
|
|
728
813
|
*/
|
|
729
814
|
"isSelected"?: boolean;
|
|
730
815
|
}
|
|
@@ -756,57 +841,126 @@ export namespace Components {
|
|
|
756
841
|
*/
|
|
757
842
|
"variant": 'primary' | 'availability' | 'filter';
|
|
758
843
|
}
|
|
844
|
+
interface PdsText {
|
|
845
|
+
/**
|
|
846
|
+
* Sets the text alignment.
|
|
847
|
+
*/
|
|
848
|
+
"align"?: 'start' | 'center' | 'end' | 'justify';
|
|
849
|
+
/**
|
|
850
|
+
* Sets the text color.
|
|
851
|
+
*/
|
|
852
|
+
"color"?: | 'primary'
|
|
853
|
+
| 'secondary'
|
|
854
|
+
| 'neutral'
|
|
855
|
+
| 'accent'
|
|
856
|
+
| 'danger'
|
|
857
|
+
| 'info'
|
|
858
|
+
| 'success'
|
|
859
|
+
| 'warning';
|
|
860
|
+
/**
|
|
861
|
+
* Sets the text decoration.
|
|
862
|
+
*/
|
|
863
|
+
"decoration"?: | 'strikethrough'
|
|
864
|
+
| 'underline-dotted';
|
|
865
|
+
/**
|
|
866
|
+
* Set the bottom margin for the text.
|
|
867
|
+
*/
|
|
868
|
+
"gutter"?: | '2xl'
|
|
869
|
+
| 'xl'
|
|
870
|
+
| 'lg'
|
|
871
|
+
| 'md'
|
|
872
|
+
| 'sm'
|
|
873
|
+
| 'xs'
|
|
874
|
+
| '2xs';
|
|
875
|
+
/**
|
|
876
|
+
* Sets the font size.
|
|
877
|
+
*/
|
|
878
|
+
"size"?: | '2xl'
|
|
879
|
+
| 'xl'
|
|
880
|
+
| 'lg'
|
|
881
|
+
| 'md'
|
|
882
|
+
| 'sm'
|
|
883
|
+
| 'xs'
|
|
884
|
+
| '2xs';
|
|
885
|
+
/**
|
|
886
|
+
* Determines what semantic text tag to render.
|
|
887
|
+
*/
|
|
888
|
+
"tag": | 'h1'
|
|
889
|
+
| 'h2'
|
|
890
|
+
| 'h3'
|
|
891
|
+
| 'h4'
|
|
892
|
+
| 'h5'
|
|
893
|
+
| 'h6'
|
|
894
|
+
| 'p'
|
|
895
|
+
| 'code'
|
|
896
|
+
| 'pre'
|
|
897
|
+
| 'strong'
|
|
898
|
+
| 'em';
|
|
899
|
+
/**
|
|
900
|
+
* Sets the font weight.
|
|
901
|
+
*/
|
|
902
|
+
"weight"?: | 'extra-light'
|
|
903
|
+
| 'light'
|
|
904
|
+
| 'regular'
|
|
905
|
+
| 'medium'
|
|
906
|
+
| 'semibold'
|
|
907
|
+
| 'bold';
|
|
908
|
+
}
|
|
759
909
|
interface PdsTextarea {
|
|
910
|
+
/**
|
|
911
|
+
* Specifies if and how the browser provides `autocomplete` assistance for the field.
|
|
912
|
+
*/
|
|
913
|
+
"autocomplete": string;
|
|
760
914
|
/**
|
|
761
915
|
* A unique identifier used for the underlying component `id` attribute.
|
|
762
916
|
*/
|
|
763
917
|
"componentId": string;
|
|
764
918
|
/**
|
|
765
|
-
*
|
|
919
|
+
* Determines whether or not the textarea is disabled.
|
|
766
920
|
* @defaultValue false
|
|
767
921
|
*/
|
|
768
922
|
"disabled": boolean;
|
|
769
923
|
/**
|
|
770
|
-
*
|
|
924
|
+
* Displays an error message below the textarea field.
|
|
771
925
|
*/
|
|
772
926
|
"errorMessage"?: string;
|
|
773
927
|
/**
|
|
774
|
-
* Displays a
|
|
928
|
+
* Displays a message or hint below the textarea field.
|
|
775
929
|
*/
|
|
776
930
|
"helperMessage"?: string;
|
|
777
931
|
/**
|
|
778
|
-
*
|
|
932
|
+
* Determines whether or not the textarea is invalid or throws an error.
|
|
779
933
|
* @defaultValue false
|
|
780
934
|
*/
|
|
781
935
|
"invalid": boolean;
|
|
782
936
|
/**
|
|
783
|
-
* Text to be displayed as the textarea label
|
|
937
|
+
* Text to be displayed as the textarea label.
|
|
784
938
|
*/
|
|
785
939
|
"label"?: string;
|
|
786
940
|
/**
|
|
787
|
-
* Specifies the name
|
|
941
|
+
* Specifies the name. Submitted with the form name/value pair. This value will mirror the componentId.
|
|
788
942
|
*/
|
|
789
943
|
"name": string;
|
|
790
944
|
/**
|
|
791
|
-
* Specifies a short hint that describes the expected value of the textarea
|
|
945
|
+
* Specifies a short hint that describes the expected value of the textarea.
|
|
792
946
|
*/
|
|
793
947
|
"placeholder"?: string;
|
|
794
948
|
/**
|
|
795
|
-
*
|
|
949
|
+
* Determines whether or not the textarea is readonly.
|
|
796
950
|
* @defaultValue false
|
|
797
951
|
*/
|
|
798
952
|
"readonly": boolean;
|
|
799
953
|
/**
|
|
800
|
-
*
|
|
954
|
+
* Determines whether or not the textarea is required.
|
|
801
955
|
* @defaultValue false
|
|
802
956
|
*/
|
|
803
957
|
"required": boolean;
|
|
804
958
|
/**
|
|
805
|
-
* Sets number of rows of text visible without needing to scroll in the textarea
|
|
959
|
+
* Sets number of rows of text visible without needing to scroll in the textarea.
|
|
806
960
|
*/
|
|
807
961
|
"rows"?: number;
|
|
808
962
|
/**
|
|
809
|
-
* The value of the textarea
|
|
963
|
+
* The value of the textarea.
|
|
810
964
|
*/
|
|
811
965
|
"value"?: string;
|
|
812
966
|
}
|
|
@@ -833,6 +987,11 @@ export namespace Components {
|
|
|
833
987
|
* @defaultValue false
|
|
834
988
|
*/
|
|
835
989
|
"htmlContent": boolean;
|
|
990
|
+
/**
|
|
991
|
+
* Sets the maximum width of the tooltip content
|
|
992
|
+
* @defaultValue "352px"
|
|
993
|
+
*/
|
|
994
|
+
"maxWidth": string;
|
|
836
995
|
/**
|
|
837
996
|
* Determines whether or not the tooltip is visible
|
|
838
997
|
* @defaultValue false
|
|
@@ -860,6 +1019,10 @@ export namespace Components {
|
|
|
860
1019
|
"showTooltip": () => Promise<void>;
|
|
861
1020
|
}
|
|
862
1021
|
}
|
|
1022
|
+
export interface PdsButtonCustomEvent<T> extends CustomEvent<T> {
|
|
1023
|
+
detail: T;
|
|
1024
|
+
target: HTMLPdsButtonElement;
|
|
1025
|
+
}
|
|
863
1026
|
export interface PdsCheckboxCustomEvent<T> extends CustomEvent<T> {
|
|
864
1027
|
detail: T;
|
|
865
1028
|
target: HTMLPdsCheckboxElement;
|
|
@@ -880,6 +1043,10 @@ export interface PdsRadioCustomEvent<T> extends CustomEvent<T> {
|
|
|
880
1043
|
detail: T;
|
|
881
1044
|
target: HTMLPdsRadioElement;
|
|
882
1045
|
}
|
|
1046
|
+
export interface PdsSelectCustomEvent<T> extends CustomEvent<T> {
|
|
1047
|
+
detail: T;
|
|
1048
|
+
target: HTMLPdsSelectElement;
|
|
1049
|
+
}
|
|
883
1050
|
export interface PdsSortableCustomEvent<T> extends CustomEvent<T> {
|
|
884
1051
|
detail: T;
|
|
885
1052
|
target: HTMLPdsSortableElement;
|
|
@@ -912,10 +1079,6 @@ export interface PdsTextareaCustomEvent<T> extends CustomEvent<T> {
|
|
|
912
1079
|
detail: T;
|
|
913
1080
|
target: HTMLPdsTextareaElement;
|
|
914
1081
|
}
|
|
915
|
-
export interface PdsTooltipCustomEvent<T> extends CustomEvent<T> {
|
|
916
|
-
detail: T;
|
|
917
|
-
target: HTMLPdsTooltipElement;
|
|
918
|
-
}
|
|
919
1082
|
declare global {
|
|
920
1083
|
interface HTMLPdsAccordionElement extends Components.PdsAccordion, HTMLStencilElement {
|
|
921
1084
|
}
|
|
@@ -935,7 +1098,18 @@ declare global {
|
|
|
935
1098
|
prototype: HTMLPdsBoxElement;
|
|
936
1099
|
new (): HTMLPdsBoxElement;
|
|
937
1100
|
};
|
|
1101
|
+
interface HTMLPdsButtonElementEventMap {
|
|
1102
|
+
"pdsClick": any;
|
|
1103
|
+
}
|
|
938
1104
|
interface HTMLPdsButtonElement extends Components.PdsButton, HTMLStencilElement {
|
|
1105
|
+
addEventListener<K extends keyof HTMLPdsButtonElementEventMap>(type: K, listener: (this: HTMLPdsButtonElement, ev: PdsButtonCustomEvent<HTMLPdsButtonElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1106
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1107
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1108
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1109
|
+
removeEventListener<K extends keyof HTMLPdsButtonElementEventMap>(type: K, listener: (this: HTMLPdsButtonElement, ev: PdsButtonCustomEvent<HTMLPdsButtonElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1110
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1111
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1112
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
939
1113
|
}
|
|
940
1114
|
var HTMLPdsButtonElement: {
|
|
941
1115
|
prototype: HTMLPdsButtonElement;
|
|
@@ -1034,6 +1208,12 @@ declare global {
|
|
|
1034
1208
|
prototype: HTMLPdsLoaderElement;
|
|
1035
1209
|
new (): HTMLPdsLoaderElement;
|
|
1036
1210
|
};
|
|
1211
|
+
interface HTMLPdsPopoverElement extends Components.PdsPopover, HTMLStencilElement {
|
|
1212
|
+
}
|
|
1213
|
+
var HTMLPdsPopoverElement: {
|
|
1214
|
+
prototype: HTMLPdsPopoverElement;
|
|
1215
|
+
new (): HTMLPdsPopoverElement;
|
|
1216
|
+
};
|
|
1037
1217
|
interface HTMLPdsProgressElement extends Components.PdsProgress, HTMLStencilElement {
|
|
1038
1218
|
}
|
|
1039
1219
|
var HTMLPdsProgressElement: {
|
|
@@ -1063,6 +1243,23 @@ declare global {
|
|
|
1063
1243
|
prototype: HTMLPdsRowElement;
|
|
1064
1244
|
new (): HTMLPdsRowElement;
|
|
1065
1245
|
};
|
|
1246
|
+
interface HTMLPdsSelectElementEventMap {
|
|
1247
|
+
"pdsSelectChange": InputEvent;
|
|
1248
|
+
}
|
|
1249
|
+
interface HTMLPdsSelectElement extends Components.PdsSelect, HTMLStencilElement {
|
|
1250
|
+
addEventListener<K extends keyof HTMLPdsSelectElementEventMap>(type: K, listener: (this: HTMLPdsSelectElement, ev: PdsSelectCustomEvent<HTMLPdsSelectElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1251
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1252
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1253
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1254
|
+
removeEventListener<K extends keyof HTMLPdsSelectElementEventMap>(type: K, listener: (this: HTMLPdsSelectElement, ev: PdsSelectCustomEvent<HTMLPdsSelectElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1255
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1256
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1257
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1258
|
+
}
|
|
1259
|
+
var HTMLPdsSelectElement: {
|
|
1260
|
+
prototype: HTMLPdsSelectElement;
|
|
1261
|
+
new (): HTMLPdsSelectElement;
|
|
1262
|
+
};
|
|
1066
1263
|
interface HTMLPdsSortableElementEventMap {
|
|
1067
1264
|
"pdsSortableItemMoved": any;
|
|
1068
1265
|
}
|
|
@@ -1213,6 +1410,12 @@ declare global {
|
|
|
1213
1410
|
prototype: HTMLPdsTabsElement;
|
|
1214
1411
|
new (): HTMLPdsTabsElement;
|
|
1215
1412
|
};
|
|
1413
|
+
interface HTMLPdsTextElement extends Components.PdsText, HTMLStencilElement {
|
|
1414
|
+
}
|
|
1415
|
+
var HTMLPdsTextElement: {
|
|
1416
|
+
prototype: HTMLPdsTextElement;
|
|
1417
|
+
new (): HTMLPdsTextElement;
|
|
1418
|
+
};
|
|
1216
1419
|
interface HTMLPdsTextareaElementEventMap {
|
|
1217
1420
|
"pdsTextareaChange": TextareaChangeEventDetail;
|
|
1218
1421
|
}
|
|
@@ -1230,19 +1433,7 @@ declare global {
|
|
|
1230
1433
|
prototype: HTMLPdsTextareaElement;
|
|
1231
1434
|
new (): HTMLPdsTextareaElement;
|
|
1232
1435
|
};
|
|
1233
|
-
interface HTMLPdsTooltipElementEventMap {
|
|
1234
|
-
"pdsTooltipHide": any;
|
|
1235
|
-
"pdsTooltipShow": any;
|
|
1236
|
-
}
|
|
1237
1436
|
interface HTMLPdsTooltipElement extends Components.PdsTooltip, HTMLStencilElement {
|
|
1238
|
-
addEventListener<K extends keyof HTMLPdsTooltipElementEventMap>(type: K, listener: (this: HTMLPdsTooltipElement, ev: PdsTooltipCustomEvent<HTMLPdsTooltipElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1239
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1240
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1241
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1242
|
-
removeEventListener<K extends keyof HTMLPdsTooltipElementEventMap>(type: K, listener: (this: HTMLPdsTooltipElement, ev: PdsTooltipCustomEvent<HTMLPdsTooltipElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1243
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1244
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1245
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1246
1437
|
}
|
|
1247
1438
|
var HTMLPdsTooltipElement: {
|
|
1248
1439
|
prototype: HTMLPdsTooltipElement;
|
|
@@ -1261,9 +1452,11 @@ declare global {
|
|
|
1261
1452
|
"pds-input": HTMLPdsInputElement;
|
|
1262
1453
|
"pds-link": HTMLPdsLinkElement;
|
|
1263
1454
|
"pds-loader": HTMLPdsLoaderElement;
|
|
1455
|
+
"pds-popover": HTMLPdsPopoverElement;
|
|
1264
1456
|
"pds-progress": HTMLPdsProgressElement;
|
|
1265
1457
|
"pds-radio": HTMLPdsRadioElement;
|
|
1266
1458
|
"pds-row": HTMLPdsRowElement;
|
|
1459
|
+
"pds-select": HTMLPdsSelectElement;
|
|
1267
1460
|
"pds-sortable": HTMLPdsSortableElement;
|
|
1268
1461
|
"pds-sortable-item": HTMLPdsSortableItemElement;
|
|
1269
1462
|
"pds-switch": HTMLPdsSwitchElement;
|
|
@@ -1276,6 +1469,7 @@ declare global {
|
|
|
1276
1469
|
"pds-table-row": HTMLPdsTableRowElement;
|
|
1277
1470
|
"pds-tabpanel": HTMLPdsTabpanelElement;
|
|
1278
1471
|
"pds-tabs": HTMLPdsTabsElement;
|
|
1472
|
+
"pds-text": HTMLPdsTextElement;
|
|
1279
1473
|
"pds-textarea": HTMLPdsTextareaElement;
|
|
1280
1474
|
"pds-tooltip": HTMLPdsTooltipElement;
|
|
1281
1475
|
}
|
|
@@ -1463,20 +1657,22 @@ declare namespace LocalJSX {
|
|
|
1463
1657
|
*/
|
|
1464
1658
|
"componentId"?: string;
|
|
1465
1659
|
/**
|
|
1466
|
-
*
|
|
1660
|
+
* Determines the button's disabled state.
|
|
1467
1661
|
* @defaultValue false
|
|
1468
1662
|
*/
|
|
1469
1663
|
"disabled"?: boolean;
|
|
1470
1664
|
/**
|
|
1471
|
-
* Displays icon before text when icon string matches an icon name
|
|
1665
|
+
* Displays an icon before the text when the icon string matches an icon name.
|
|
1666
|
+
* @defaultValue null
|
|
1472
1667
|
*/
|
|
1473
1668
|
"icon"?: string;
|
|
1474
1669
|
/**
|
|
1475
|
-
* Provides button with a submittable name
|
|
1670
|
+
* Provides the button with a submittable name.
|
|
1476
1671
|
*/
|
|
1477
1672
|
"name"?: string;
|
|
1673
|
+
"onPdsClick"?: (event: PdsButtonCustomEvent<any>) => void;
|
|
1478
1674
|
/**
|
|
1479
|
-
* Provides button with a type
|
|
1675
|
+
* Provides button with a type.
|
|
1480
1676
|
* @defaultValue button
|
|
1481
1677
|
*/
|
|
1482
1678
|
"type"?: 'button' | 'reset' | 'submit';
|
|
@@ -1485,7 +1681,8 @@ declare namespace LocalJSX {
|
|
|
1485
1681
|
*/
|
|
1486
1682
|
"value"?: string;
|
|
1487
1683
|
/**
|
|
1488
|
-
* Sets
|
|
1684
|
+
* Sets the style variant of the button.
|
|
1685
|
+
* @defaultValue primary
|
|
1489
1686
|
*/
|
|
1490
1687
|
"variant"?: 'primary' | 'secondary' | 'accent' | 'disclosure' | 'destructive' | 'unstyled';
|
|
1491
1688
|
}
|
|
@@ -1559,16 +1756,16 @@ declare namespace LocalJSX {
|
|
|
1559
1756
|
*/
|
|
1560
1757
|
"label"?: string;
|
|
1561
1758
|
/**
|
|
1562
|
-
* Determines whether the chip should be
|
|
1759
|
+
* Determines whether the chip should be displayed in a larger size.
|
|
1563
1760
|
* @defaultValue false
|
|
1564
1761
|
*/
|
|
1565
1762
|
"large"?: boolean;
|
|
1566
1763
|
/**
|
|
1567
|
-
* Event when close button is clicked on tag variant.
|
|
1764
|
+
* Event emitted when the close button is clicked on a tag variant chip.
|
|
1568
1765
|
*/
|
|
1569
1766
|
"onPdsTagCloseClick"?: (event: PdsChipCustomEvent<any>) => void;
|
|
1570
1767
|
/**
|
|
1571
|
-
*
|
|
1768
|
+
* Defines the color scheme of the chip.
|
|
1572
1769
|
* @defaultValue 'neutral'
|
|
1573
1770
|
*/
|
|
1574
1771
|
"sentiment"?: 'accent' | 'danger' | 'info' | 'neutral' | 'success' | 'warning';
|
|
@@ -1580,7 +1777,7 @@ declare namespace LocalJSX {
|
|
|
1580
1777
|
}
|
|
1581
1778
|
interface PdsCopytext {
|
|
1582
1779
|
/**
|
|
1583
|
-
* Determines whether `copytext` should have a border.
|
|
1780
|
+
* Determines whether `copytext` should have a visible border.
|
|
1584
1781
|
* @defaultValue true
|
|
1585
1782
|
*/
|
|
1586
1783
|
"border"?: boolean;
|
|
@@ -1594,7 +1791,7 @@ declare namespace LocalJSX {
|
|
|
1594
1791
|
*/
|
|
1595
1792
|
"fullWidth"?: boolean;
|
|
1596
1793
|
/**
|
|
1597
|
-
* Event when copyText button is clicked.
|
|
1794
|
+
* Event fired when copyText button is clicked.
|
|
1598
1795
|
*/
|
|
1599
1796
|
"onPdsCopyTextClick"?: (event: PdsCopytextCustomEvent<any>) => void;
|
|
1600
1797
|
/**
|
|
@@ -1603,7 +1800,7 @@ declare namespace LocalJSX {
|
|
|
1603
1800
|
*/
|
|
1604
1801
|
"truncate"?: boolean;
|
|
1605
1802
|
/**
|
|
1606
|
-
*
|
|
1803
|
+
* The string displayed that is also copied to the clipboard upon interaction.
|
|
1607
1804
|
*/
|
|
1608
1805
|
"value": string;
|
|
1609
1806
|
}
|
|
@@ -1617,14 +1814,15 @@ declare namespace LocalJSX {
|
|
|
1617
1814
|
*/
|
|
1618
1815
|
"offset"?: 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
1619
1816
|
/**
|
|
1620
|
-
* Sets divider to display vertically
|
|
1817
|
+
* Sets divider to display vertically.
|
|
1621
1818
|
* @defaultValue false
|
|
1622
1819
|
*/
|
|
1623
1820
|
"vertical"?: boolean;
|
|
1624
1821
|
}
|
|
1625
1822
|
interface PdsImage {
|
|
1626
1823
|
/**
|
|
1627
|
-
* The image's alt tag. If none is provided, it will default to an empty string.
|
|
1824
|
+
* The image's alt tag. If none is provided, it will default to an empty string, which is desired for decorative images.
|
|
1825
|
+
* @defaultValue ''
|
|
1628
1826
|
*/
|
|
1629
1827
|
"alt"?: string;
|
|
1630
1828
|
/**
|
|
@@ -1637,10 +1835,11 @@ declare namespace LocalJSX {
|
|
|
1637
1835
|
"height"?: number;
|
|
1638
1836
|
/**
|
|
1639
1837
|
* Indicates how the browser should load the image.
|
|
1838
|
+
* @defaultValue eager
|
|
1640
1839
|
*/
|
|
1641
1840
|
"loading"?: 'eager' | 'lazy';
|
|
1642
1841
|
/**
|
|
1643
|
-
* Determines the intended display size of an image within
|
|
1842
|
+
* Determines the intended display size of an image within certain breakpoints. Has no effect if `srcset` is not set or value has no width descriptor.
|
|
1644
1843
|
*/
|
|
1645
1844
|
"sizes"?: string;
|
|
1646
1845
|
/**
|
|
@@ -1648,7 +1847,7 @@ declare namespace LocalJSX {
|
|
|
1648
1847
|
*/
|
|
1649
1848
|
"src"?: string;
|
|
1650
1849
|
/**
|
|
1651
|
-
* A set of image sources for the browser to use.
|
|
1850
|
+
* A set of image sources for the browser to use for responsiveness.
|
|
1652
1851
|
*/
|
|
1653
1852
|
"srcset"?: string;
|
|
1654
1853
|
/**
|
|
@@ -1657,12 +1856,16 @@ declare namespace LocalJSX {
|
|
|
1657
1856
|
"width"?: number;
|
|
1658
1857
|
}
|
|
1659
1858
|
interface PdsInput {
|
|
1859
|
+
/**
|
|
1860
|
+
* Specifies if and how the browser provides `autocomplete` assistance for the field.
|
|
1861
|
+
*/
|
|
1862
|
+
"autocomplete"?: string;
|
|
1660
1863
|
/**
|
|
1661
1864
|
* A unique identifier used for the underlying component `id` attribute.
|
|
1662
1865
|
*/
|
|
1663
1866
|
"componentId": string;
|
|
1664
1867
|
/**
|
|
1665
|
-
*
|
|
1868
|
+
* Determines whether or not the input field is disabled.
|
|
1666
1869
|
*/
|
|
1667
1870
|
"disabled"?: boolean;
|
|
1668
1871
|
/**
|
|
@@ -1674,7 +1877,7 @@ declare namespace LocalJSX {
|
|
|
1674
1877
|
*/
|
|
1675
1878
|
"helperMessage"?: string;
|
|
1676
1879
|
/**
|
|
1677
|
-
*
|
|
1880
|
+
* Determines whether or not the input field is invalid or throws an error.
|
|
1678
1881
|
*/
|
|
1679
1882
|
"invalid"?: boolean;
|
|
1680
1883
|
/**
|
|
@@ -1686,7 +1889,7 @@ declare namespace LocalJSX {
|
|
|
1686
1889
|
*/
|
|
1687
1890
|
"name"?: string;
|
|
1688
1891
|
/**
|
|
1689
|
-
* Emitted when a keyboard input
|
|
1892
|
+
* Emitted when a keyboard input occurs.
|
|
1690
1893
|
*/
|
|
1691
1894
|
"onPdsInput"?: (event: PdsInputCustomEvent<InputEvent>) => void;
|
|
1692
1895
|
/**
|
|
@@ -1694,11 +1897,11 @@ declare namespace LocalJSX {
|
|
|
1694
1897
|
*/
|
|
1695
1898
|
"placeholder"?: string;
|
|
1696
1899
|
/**
|
|
1697
|
-
*
|
|
1900
|
+
* Determines whether or not the input field is readonly.
|
|
1698
1901
|
*/
|
|
1699
1902
|
"readonly"?: boolean;
|
|
1700
1903
|
/**
|
|
1701
|
-
*
|
|
1904
|
+
* Determines whether or not the input field is required.
|
|
1702
1905
|
*/
|
|
1703
1906
|
"required"?: boolean;
|
|
1704
1907
|
/**
|
|
@@ -1717,21 +1920,22 @@ declare namespace LocalJSX {
|
|
|
1717
1920
|
*/
|
|
1718
1921
|
"componentId"?: string;
|
|
1719
1922
|
/**
|
|
1720
|
-
*
|
|
1923
|
+
* Determines whether the link should open in a new tab.
|
|
1721
1924
|
* @defaultValue false
|
|
1722
1925
|
*/
|
|
1723
1926
|
"external"?: boolean;
|
|
1724
1927
|
/**
|
|
1725
|
-
* The
|
|
1928
|
+
* The font size of the link's text.
|
|
1726
1929
|
* @defaultValue lg
|
|
1727
1930
|
*/
|
|
1728
1931
|
"fontSize"?: 'sm' | 'md' | 'lg';
|
|
1729
1932
|
/**
|
|
1730
|
-
* The URL
|
|
1933
|
+
* The hyperlink's destination URL. If no text is provided in the custom slot, the href will be used.
|
|
1731
1934
|
*/
|
|
1732
1935
|
"href": string;
|
|
1733
1936
|
/**
|
|
1734
|
-
*
|
|
1937
|
+
* Sets the link variant styles.
|
|
1938
|
+
* @defaultValue inline
|
|
1735
1939
|
*/
|
|
1736
1940
|
"variant"?: 'inline' | 'plain';
|
|
1737
1941
|
}
|
|
@@ -1758,6 +1962,35 @@ declare namespace LocalJSX {
|
|
|
1758
1962
|
*/
|
|
1759
1963
|
"variant"?: 'spinner' | 'typing';
|
|
1760
1964
|
}
|
|
1965
|
+
interface PdsPopover {
|
|
1966
|
+
/**
|
|
1967
|
+
* A unique identifier used for the underlying component `id` attribute.
|
|
1968
|
+
*/
|
|
1969
|
+
"componentId"?: string;
|
|
1970
|
+
/**
|
|
1971
|
+
* Sets the maximum width of the popover content
|
|
1972
|
+
* @defaultValue 352
|
|
1973
|
+
*/
|
|
1974
|
+
"maxWidth"?: number;
|
|
1975
|
+
/**
|
|
1976
|
+
* Determines the preferred position of the popover
|
|
1977
|
+
* @defaultValue "right"
|
|
1978
|
+
*/
|
|
1979
|
+
"placement"?: PlacementType;
|
|
1980
|
+
/**
|
|
1981
|
+
* Determines the action that triggers the popover. For manual popovers, the consumer is responsible for toggling this value.
|
|
1982
|
+
* @defaultValue "show"
|
|
1983
|
+
*/
|
|
1984
|
+
"popoverTargetAction"?: 'show' | 'toggle' | 'hide';
|
|
1985
|
+
/**
|
|
1986
|
+
* Determines the type of popover. Auto popovers can be "light dismissed" by clicking outside of the popover. Manual popovers require the consumer to handle the visibility of the popover.
|
|
1987
|
+
*/
|
|
1988
|
+
"popoverType"?: 'auto' | 'manual';
|
|
1989
|
+
/**
|
|
1990
|
+
* Text that appears on the trigger element
|
|
1991
|
+
*/
|
|
1992
|
+
"text"?: string;
|
|
1993
|
+
}
|
|
1761
1994
|
interface PdsProgress {
|
|
1762
1995
|
/**
|
|
1763
1996
|
* Determines whether or not progress is animated.
|
|
@@ -1804,11 +2037,11 @@ declare namespace LocalJSX {
|
|
|
1804
2037
|
*/
|
|
1805
2038
|
"disabled"?: boolean;
|
|
1806
2039
|
/**
|
|
1807
|
-
* Displays message text describing an invalid state.
|
|
2040
|
+
* Displays error message text describing an invalid state.
|
|
1808
2041
|
*/
|
|
1809
2042
|
"errorMessage"?: string;
|
|
1810
2043
|
/**
|
|
1811
|
-
*
|
|
2044
|
+
* Displays helper message text below radio.
|
|
1812
2045
|
*/
|
|
1813
2046
|
"helperMessage"?: string;
|
|
1814
2047
|
/**
|
|
@@ -1870,6 +2103,59 @@ declare namespace LocalJSX {
|
|
|
1870
2103
|
*/
|
|
1871
2104
|
"noWrap"?: boolean;
|
|
1872
2105
|
}
|
|
2106
|
+
interface PdsSelect {
|
|
2107
|
+
/**
|
|
2108
|
+
* Specifies if and how the browser provides `autocomplete` assistance for the field.
|
|
2109
|
+
*/
|
|
2110
|
+
"autocomplete"?: string;
|
|
2111
|
+
/**
|
|
2112
|
+
* A unique identifier used for the underlying component `id` attribute.
|
|
2113
|
+
*/
|
|
2114
|
+
"componentId": string;
|
|
2115
|
+
/**
|
|
2116
|
+
* Indicates whether or not the select field is disabled.
|
|
2117
|
+
* @defaultValue false
|
|
2118
|
+
*/
|
|
2119
|
+
"disabled"?: boolean;
|
|
2120
|
+
/**
|
|
2121
|
+
* Displays error message text describing an invalid state.
|
|
2122
|
+
*/
|
|
2123
|
+
"errorMessage"?: string;
|
|
2124
|
+
/**
|
|
2125
|
+
* Displays helper message text below select.
|
|
2126
|
+
*/
|
|
2127
|
+
"helperMessage"?: string;
|
|
2128
|
+
/**
|
|
2129
|
+
* Determines whether or not the select is invalid.
|
|
2130
|
+
*/
|
|
2131
|
+
"invalid"?: boolean;
|
|
2132
|
+
/**
|
|
2133
|
+
* Text to be displayed as the select label.
|
|
2134
|
+
*/
|
|
2135
|
+
"label"?: string;
|
|
2136
|
+
/**
|
|
2137
|
+
* Indicates whether multiple options can be selected.
|
|
2138
|
+
* @defaultValue false
|
|
2139
|
+
*/
|
|
2140
|
+
"multiple"?: boolean;
|
|
2141
|
+
/**
|
|
2142
|
+
* Specifies the name. Submitted with the form name/value pair.
|
|
2143
|
+
*/
|
|
2144
|
+
"name": string;
|
|
2145
|
+
/**
|
|
2146
|
+
* Emitted when a keyboard input occurs.
|
|
2147
|
+
*/
|
|
2148
|
+
"onPdsSelectChange"?: (event: PdsSelectCustomEvent<InputEvent>) => void;
|
|
2149
|
+
/**
|
|
2150
|
+
* Indicates whether or not the select field is required.
|
|
2151
|
+
* @defaultValue false
|
|
2152
|
+
*/
|
|
2153
|
+
"required"?: boolean;
|
|
2154
|
+
/**
|
|
2155
|
+
* The value(s) of the selected option(s).
|
|
2156
|
+
*/
|
|
2157
|
+
"value"?: string | string[];
|
|
2158
|
+
}
|
|
1873
2159
|
interface PdsSortable {
|
|
1874
2160
|
/**
|
|
1875
2161
|
* Determines whether `sortable` should have a border.
|
|
@@ -1911,7 +2197,7 @@ declare namespace LocalJSX {
|
|
|
1911
2197
|
}
|
|
1912
2198
|
interface PdsSwitch {
|
|
1913
2199
|
/**
|
|
1914
|
-
* Determines the input 'checked' state
|
|
2200
|
+
* Determines the input 'checked' state.
|
|
1915
2201
|
*/
|
|
1916
2202
|
"checked"?: boolean;
|
|
1917
2203
|
/**
|
|
@@ -1919,44 +2205,39 @@ declare namespace LocalJSX {
|
|
|
1919
2205
|
*/
|
|
1920
2206
|
"componentId": string;
|
|
1921
2207
|
/**
|
|
1922
|
-
* Determines the input 'disabled' state, preventing user interaction
|
|
2208
|
+
* Determines the input 'disabled' state, preventing user interaction.
|
|
1923
2209
|
*/
|
|
1924
2210
|
"disabled"?: boolean;
|
|
1925
2211
|
/**
|
|
1926
|
-
* Displays message text describing an invalid state
|
|
2212
|
+
* Displays message text describing an invalid state.
|
|
1927
2213
|
*/
|
|
1928
2214
|
"errorMessage"?: string;
|
|
1929
2215
|
/**
|
|
1930
|
-
* Displays help text for additional description of an input
|
|
2216
|
+
* Displays help text for additional description of an input.
|
|
1931
2217
|
*/
|
|
1932
2218
|
"helperMessage"?: string;
|
|
1933
2219
|
/**
|
|
1934
|
-
* Determines the input 'invalid' state, signifying an error is present
|
|
2220
|
+
* Determines the input 'invalid' state, signifying an error is present.
|
|
1935
2221
|
*/
|
|
1936
2222
|
"invalid"?: boolean;
|
|
1937
2223
|
/**
|
|
1938
|
-
* Displays text to describe the input
|
|
2224
|
+
* Displays text to describe the input.
|
|
1939
2225
|
*/
|
|
1940
2226
|
"label": string;
|
|
1941
2227
|
/**
|
|
1942
|
-
* Identifies form data and unifies a group of radio inputs for toggling a single property/value
|
|
2228
|
+
* Identifies form data and unifies a group of radio inputs for toggling a single property/value.
|
|
1943
2229
|
*/
|
|
1944
2230
|
"name"?: string;
|
|
1945
2231
|
/**
|
|
1946
|
-
* Emits an event on input change
|
|
2232
|
+
* Emits an event on input change.
|
|
1947
2233
|
*/
|
|
1948
2234
|
"onPdsSwitchChange"?: (event: PdsSwitchCustomEvent<InputEvent>) => void;
|
|
1949
2235
|
/**
|
|
1950
|
-
* Determines the 'required' state of the input
|
|
2236
|
+
* Determines the 'required' state of the input.
|
|
1951
2237
|
*/
|
|
1952
2238
|
"required"?: boolean;
|
|
1953
2239
|
/**
|
|
1954
|
-
*
|
|
1955
|
-
* @defaultValue 'checkbox'
|
|
1956
|
-
*/
|
|
1957
|
-
"type"?: 'checkbox' | 'radio';
|
|
1958
|
-
/**
|
|
1959
|
-
* Provides input with a string submitted in form data, and can be used to distinguish radio inputs
|
|
2240
|
+
* Provides input with a string submitted in form data.
|
|
1960
2241
|
*/
|
|
1961
2242
|
"value"?: string;
|
|
1962
2243
|
}
|
|
@@ -1968,7 +2249,7 @@ declare namespace LocalJSX {
|
|
|
1968
2249
|
}
|
|
1969
2250
|
interface PdsTable {
|
|
1970
2251
|
/**
|
|
1971
|
-
* Determines if table displays
|
|
2252
|
+
* Determines if the table displays with reduced table cell padding.
|
|
1972
2253
|
*/
|
|
1973
2254
|
"compact"?: boolean;
|
|
1974
2255
|
/**
|
|
@@ -1976,7 +2257,7 @@ declare namespace LocalJSX {
|
|
|
1976
2257
|
*/
|
|
1977
2258
|
"componentId": string;
|
|
1978
2259
|
/**
|
|
1979
|
-
* Determines if
|
|
2260
|
+
* Determines if the should display a fixed first column.
|
|
1980
2261
|
*/
|
|
1981
2262
|
"fixedColumn"?: boolean;
|
|
1982
2263
|
/**
|
|
@@ -1992,7 +2273,7 @@ declare namespace LocalJSX {
|
|
|
1992
2273
|
*/
|
|
1993
2274
|
"responsive"?: boolean;
|
|
1994
2275
|
/**
|
|
1995
|
-
* Determines if table displays checkboxes for selectable rows.
|
|
2276
|
+
* Determines if the table displays checkboxes for selectable rows.
|
|
1996
2277
|
*/
|
|
1997
2278
|
"selectable"?: boolean;
|
|
1998
2279
|
}
|
|
@@ -2006,11 +2287,12 @@ declare namespace LocalJSX {
|
|
|
2006
2287
|
}
|
|
2007
2288
|
interface PdsTableHead {
|
|
2008
2289
|
/**
|
|
2009
|
-
*
|
|
2290
|
+
* Determines if the select all checkbox is in an indeterminate state.
|
|
2010
2291
|
*/
|
|
2011
2292
|
"indeterminate"?: boolean;
|
|
2012
2293
|
/**
|
|
2013
|
-
*
|
|
2294
|
+
* Determines if the table row is currently selected.
|
|
2295
|
+
* @defaultValue false
|
|
2014
2296
|
*/
|
|
2015
2297
|
"isSelected"?: boolean;
|
|
2016
2298
|
/**
|
|
@@ -2030,11 +2312,11 @@ declare namespace LocalJSX {
|
|
|
2030
2312
|
}
|
|
2031
2313
|
interface PdsTableRow {
|
|
2032
2314
|
/**
|
|
2033
|
-
*
|
|
2315
|
+
* Determines if the row selected is in an indeterminate state.
|
|
2034
2316
|
*/
|
|
2035
2317
|
"indeterminate"?: boolean;
|
|
2036
2318
|
/**
|
|
2037
|
-
*
|
|
2319
|
+
* Determines if the table row is currently selected.
|
|
2038
2320
|
*/
|
|
2039
2321
|
"isSelected"?: boolean;
|
|
2040
2322
|
/**
|
|
@@ -2066,61 +2348,130 @@ declare namespace LocalJSX {
|
|
|
2066
2348
|
*/
|
|
2067
2349
|
"variant": 'primary' | 'availability' | 'filter';
|
|
2068
2350
|
}
|
|
2351
|
+
interface PdsText {
|
|
2352
|
+
/**
|
|
2353
|
+
* Sets the text alignment.
|
|
2354
|
+
*/
|
|
2355
|
+
"align"?: 'start' | 'center' | 'end' | 'justify';
|
|
2356
|
+
/**
|
|
2357
|
+
* Sets the text color.
|
|
2358
|
+
*/
|
|
2359
|
+
"color"?: | 'primary'
|
|
2360
|
+
| 'secondary'
|
|
2361
|
+
| 'neutral'
|
|
2362
|
+
| 'accent'
|
|
2363
|
+
| 'danger'
|
|
2364
|
+
| 'info'
|
|
2365
|
+
| 'success'
|
|
2366
|
+
| 'warning';
|
|
2367
|
+
/**
|
|
2368
|
+
* Sets the text decoration.
|
|
2369
|
+
*/
|
|
2370
|
+
"decoration"?: | 'strikethrough'
|
|
2371
|
+
| 'underline-dotted';
|
|
2372
|
+
/**
|
|
2373
|
+
* Set the bottom margin for the text.
|
|
2374
|
+
*/
|
|
2375
|
+
"gutter"?: | '2xl'
|
|
2376
|
+
| 'xl'
|
|
2377
|
+
| 'lg'
|
|
2378
|
+
| 'md'
|
|
2379
|
+
| 'sm'
|
|
2380
|
+
| 'xs'
|
|
2381
|
+
| '2xs';
|
|
2382
|
+
/**
|
|
2383
|
+
* Sets the font size.
|
|
2384
|
+
*/
|
|
2385
|
+
"size"?: | '2xl'
|
|
2386
|
+
| 'xl'
|
|
2387
|
+
| 'lg'
|
|
2388
|
+
| 'md'
|
|
2389
|
+
| 'sm'
|
|
2390
|
+
| 'xs'
|
|
2391
|
+
| '2xs';
|
|
2392
|
+
/**
|
|
2393
|
+
* Determines what semantic text tag to render.
|
|
2394
|
+
*/
|
|
2395
|
+
"tag"?: | 'h1'
|
|
2396
|
+
| 'h2'
|
|
2397
|
+
| 'h3'
|
|
2398
|
+
| 'h4'
|
|
2399
|
+
| 'h5'
|
|
2400
|
+
| 'h6'
|
|
2401
|
+
| 'p'
|
|
2402
|
+
| 'code'
|
|
2403
|
+
| 'pre'
|
|
2404
|
+
| 'strong'
|
|
2405
|
+
| 'em';
|
|
2406
|
+
/**
|
|
2407
|
+
* Sets the font weight.
|
|
2408
|
+
*/
|
|
2409
|
+
"weight"?: | 'extra-light'
|
|
2410
|
+
| 'light'
|
|
2411
|
+
| 'regular'
|
|
2412
|
+
| 'medium'
|
|
2413
|
+
| 'semibold'
|
|
2414
|
+
| 'bold';
|
|
2415
|
+
}
|
|
2069
2416
|
interface PdsTextarea {
|
|
2417
|
+
/**
|
|
2418
|
+
* Specifies if and how the browser provides `autocomplete` assistance for the field.
|
|
2419
|
+
*/
|
|
2420
|
+
"autocomplete"?: string;
|
|
2070
2421
|
/**
|
|
2071
2422
|
* A unique identifier used for the underlying component `id` attribute.
|
|
2072
2423
|
*/
|
|
2073
2424
|
"componentId": string;
|
|
2074
2425
|
/**
|
|
2075
|
-
*
|
|
2426
|
+
* Determines whether or not the textarea is disabled.
|
|
2076
2427
|
* @defaultValue false
|
|
2077
2428
|
*/
|
|
2078
2429
|
"disabled"?: boolean;
|
|
2079
2430
|
/**
|
|
2080
|
-
*
|
|
2431
|
+
* Displays an error message below the textarea field.
|
|
2081
2432
|
*/
|
|
2082
2433
|
"errorMessage"?: string;
|
|
2083
2434
|
/**
|
|
2084
|
-
* Displays a
|
|
2435
|
+
* Displays a message or hint below the textarea field.
|
|
2085
2436
|
*/
|
|
2086
2437
|
"helperMessage"?: string;
|
|
2087
2438
|
/**
|
|
2088
|
-
*
|
|
2439
|
+
* Determines whether or not the textarea is invalid or throws an error.
|
|
2089
2440
|
* @defaultValue false
|
|
2090
2441
|
*/
|
|
2091
2442
|
"invalid"?: boolean;
|
|
2092
2443
|
/**
|
|
2093
|
-
* Text to be displayed as the textarea label
|
|
2444
|
+
* Text to be displayed as the textarea label.
|
|
2094
2445
|
*/
|
|
2095
2446
|
"label"?: string;
|
|
2096
2447
|
/**
|
|
2097
|
-
* Specifies the name
|
|
2448
|
+
* Specifies the name. Submitted with the form name/value pair. This value will mirror the componentId.
|
|
2098
2449
|
*/
|
|
2099
2450
|
"name"?: string;
|
|
2100
2451
|
/**
|
|
2101
|
-
* Event emitted whenever the value of the textarea changes
|
|
2452
|
+
* Event emitted whenever the value of the textarea changes.
|
|
2102
2453
|
*/
|
|
2103
2454
|
"onPdsTextareaChange"?: (event: PdsTextareaCustomEvent<TextareaChangeEventDetail>) => void;
|
|
2104
2455
|
/**
|
|
2105
|
-
* Specifies a short hint that describes the expected value of the textarea
|
|
2456
|
+
* Specifies a short hint that describes the expected value of the textarea.
|
|
2106
2457
|
*/
|
|
2107
2458
|
"placeholder"?: string;
|
|
2108
2459
|
/**
|
|
2109
|
-
*
|
|
2460
|
+
* Determines whether or not the textarea is readonly.
|
|
2110
2461
|
* @defaultValue false
|
|
2111
2462
|
*/
|
|
2112
2463
|
"readonly"?: boolean;
|
|
2113
2464
|
/**
|
|
2114
|
-
*
|
|
2465
|
+
* Determines whether or not the textarea is required.
|
|
2115
2466
|
* @defaultValue false
|
|
2116
2467
|
*/
|
|
2117
2468
|
"required"?: boolean;
|
|
2118
2469
|
/**
|
|
2119
|
-
* Sets number of rows of text visible without needing to scroll in the textarea
|
|
2470
|
+
* Sets number of rows of text visible without needing to scroll in the textarea.
|
|
2120
2471
|
*/
|
|
2121
2472
|
"rows"?: number;
|
|
2122
2473
|
/**
|
|
2123
|
-
* The value of the textarea
|
|
2474
|
+
* The value of the textarea.
|
|
2124
2475
|
*/
|
|
2125
2476
|
"value"?: string;
|
|
2126
2477
|
}
|
|
@@ -2144,13 +2495,10 @@ declare namespace LocalJSX {
|
|
|
2144
2495
|
*/
|
|
2145
2496
|
"htmlContent"?: boolean;
|
|
2146
2497
|
/**
|
|
2147
|
-
*
|
|
2148
|
-
|
|
2149
|
-
"onPdsTooltipHide"?: (event: PdsTooltipCustomEvent<any>) => void;
|
|
2150
|
-
/**
|
|
2151
|
-
* Emitted after a tooltip is shown
|
|
2498
|
+
* Sets the maximum width of the tooltip content
|
|
2499
|
+
* @defaultValue "352px"
|
|
2152
2500
|
*/
|
|
2153
|
-
"
|
|
2501
|
+
"maxWidth"?: string;
|
|
2154
2502
|
/**
|
|
2155
2503
|
* Determines whether or not the tooltip is visible
|
|
2156
2504
|
* @defaultValue false
|
|
@@ -2186,9 +2534,11 @@ declare namespace LocalJSX {
|
|
|
2186
2534
|
"pds-input": PdsInput;
|
|
2187
2535
|
"pds-link": PdsLink;
|
|
2188
2536
|
"pds-loader": PdsLoader;
|
|
2537
|
+
"pds-popover": PdsPopover;
|
|
2189
2538
|
"pds-progress": PdsProgress;
|
|
2190
2539
|
"pds-radio": PdsRadio;
|
|
2191
2540
|
"pds-row": PdsRow;
|
|
2541
|
+
"pds-select": PdsSelect;
|
|
2192
2542
|
"pds-sortable": PdsSortable;
|
|
2193
2543
|
"pds-sortable-item": PdsSortableItem;
|
|
2194
2544
|
"pds-switch": PdsSwitch;
|
|
@@ -2201,6 +2551,7 @@ declare namespace LocalJSX {
|
|
|
2201
2551
|
"pds-table-row": PdsTableRow;
|
|
2202
2552
|
"pds-tabpanel": PdsTabpanel;
|
|
2203
2553
|
"pds-tabs": PdsTabs;
|
|
2554
|
+
"pds-text": PdsText;
|
|
2204
2555
|
"pds-textarea": PdsTextarea;
|
|
2205
2556
|
"pds-tooltip": PdsTooltip;
|
|
2206
2557
|
}
|
|
@@ -2221,9 +2572,11 @@ declare module "@stencil/core" {
|
|
|
2221
2572
|
"pds-input": LocalJSX.PdsInput & JSXBase.HTMLAttributes<HTMLPdsInputElement>;
|
|
2222
2573
|
"pds-link": LocalJSX.PdsLink & JSXBase.HTMLAttributes<HTMLPdsLinkElement>;
|
|
2223
2574
|
"pds-loader": LocalJSX.PdsLoader & JSXBase.HTMLAttributes<HTMLPdsLoaderElement>;
|
|
2575
|
+
"pds-popover": LocalJSX.PdsPopover & JSXBase.HTMLAttributes<HTMLPdsPopoverElement>;
|
|
2224
2576
|
"pds-progress": LocalJSX.PdsProgress & JSXBase.HTMLAttributes<HTMLPdsProgressElement>;
|
|
2225
2577
|
"pds-radio": LocalJSX.PdsRadio & JSXBase.HTMLAttributes<HTMLPdsRadioElement>;
|
|
2226
2578
|
"pds-row": LocalJSX.PdsRow & JSXBase.HTMLAttributes<HTMLPdsRowElement>;
|
|
2579
|
+
"pds-select": LocalJSX.PdsSelect & JSXBase.HTMLAttributes<HTMLPdsSelectElement>;
|
|
2227
2580
|
"pds-sortable": LocalJSX.PdsSortable & JSXBase.HTMLAttributes<HTMLPdsSortableElement>;
|
|
2228
2581
|
"pds-sortable-item": LocalJSX.PdsSortableItem & JSXBase.HTMLAttributes<HTMLPdsSortableItemElement>;
|
|
2229
2582
|
"pds-switch": LocalJSX.PdsSwitch & JSXBase.HTMLAttributes<HTMLPdsSwitchElement>;
|
|
@@ -2236,6 +2589,7 @@ declare module "@stencil/core" {
|
|
|
2236
2589
|
"pds-table-row": LocalJSX.PdsTableRow & JSXBase.HTMLAttributes<HTMLPdsTableRowElement>;
|
|
2237
2590
|
"pds-tabpanel": LocalJSX.PdsTabpanel & JSXBase.HTMLAttributes<HTMLPdsTabpanelElement>;
|
|
2238
2591
|
"pds-tabs": LocalJSX.PdsTabs & JSXBase.HTMLAttributes<HTMLPdsTabsElement>;
|
|
2592
|
+
"pds-text": LocalJSX.PdsText & JSXBase.HTMLAttributes<HTMLPdsTextElement>;
|
|
2239
2593
|
"pds-textarea": LocalJSX.PdsTextarea & JSXBase.HTMLAttributes<HTMLPdsTextareaElement>;
|
|
2240
2594
|
"pds-tooltip": LocalJSX.PdsTooltip & JSXBase.HTMLAttributes<HTMLPdsTooltipElement>;
|
|
2241
2595
|
}
|