@pine-ds/core 0.0.2-rc.0 → 0.0.4-rc.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/pds-avatar.js +6 -5
- package/components/pds-avatar.js.map +1 -1
- package/components/pds-box.d.ts +11 -0
- package/components/pds-box.js +124 -0
- package/components/pds-box.js.map +1 -0
- package/components/pds-button2.js +3 -2
- package/components/pds-button2.js.map +1 -1
- package/components/pds-checkbox.js +1 -76
- package/components/pds-checkbox.js.map +1 -1
- package/components/pds-checkbox2.js +86 -0
- package/components/pds-checkbox2.js.map +1 -0
- package/components/pds-chip.js +3 -2
- package/components/pds-chip.js.map +1 -1
- package/components/pds-copytext.js +3 -2
- package/components/pds-copytext.js.map +1 -1
- package/components/pds-divider.js +3 -2
- package/components/pds-divider.js.map +1 -1
- package/components/pds-icon2.js +2 -1
- package/components/pds-icon2.js.map +1 -1
- package/components/pds-image.js +4 -3
- package/components/pds-image.js.map +1 -1
- package/components/pds-input.js +3 -2
- package/components/pds-input.js.map +1 -1
- package/components/pds-link.js +3 -2
- package/components/pds-link.js.map +1 -1
- package/components/pds-progress.js +3 -2
- package/components/pds-progress.js.map +1 -1
- package/components/pds-radio.js +3 -2
- package/components/pds-radio.js.map +1 -1
- package/components/pds-row.d.ts +11 -0
- package/components/pds-row.js +72 -0
- package/components/pds-row.js.map +1 -0
- package/components/pds-sortable-item.js +3 -2
- package/components/pds-sortable-item.js.map +1 -1
- package/components/pds-sortable.js +26 -28
- package/components/pds-sortable.js.map +1 -1
- package/components/pds-switch.js +3 -2
- package/components/pds-switch.js.map +1 -1
- package/components/pds-tab.js +5 -4
- package/components/pds-tab.js.map +1 -1
- package/components/pds-table-body.d.ts +11 -0
- package/components/pds-table-body.js +36 -0
- package/components/pds-table-body.js.map +1 -0
- package/components/pds-table-cell.d.ts +11 -0
- package/components/pds-table-cell.js +8 -0
- package/components/pds-table-cell.js.map +1 -0
- package/components/pds-table-cell2.js +72 -0
- package/components/pds-table-cell2.js.map +1 -0
- package/components/pds-table-head-cell.d.ts +11 -0
- package/components/pds-table-head-cell.js +8 -0
- package/components/pds-table-head-cell.js.map +1 -0
- package/components/pds-table-head-cell2.js +95 -0
- package/components/pds-table-head-cell2.js.map +1 -0
- package/components/pds-table-head.d.ts +11 -0
- package/components/pds-table-head.js +56 -0
- package/components/pds-table-head.js.map +1 -0
- package/components/pds-table-row.d.ts +11 -0
- package/components/pds-table-row.js +78 -0
- package/components/pds-table-row.js.map +1 -0
- package/components/pds-table.d.ts +11 -0
- package/components/pds-table.js +100 -0
- package/components/pds-table.js.map +1 -0
- package/components/pds-tabpanel.js +3 -2
- package/components/pds-tabpanel.js.map +1 -1
- package/components/pds-tabs.js +3 -2
- package/components/pds-tabs.js.map +1 -1
- package/components/pds-textarea.js +4 -3
- package/components/pds-textarea.js.map +1 -1
- package/components/pds-tooltip.js +4 -3
- package/components/pds-tooltip.js.map +1 -1
- package/dist/cjs/{index-0b3b1872.js → index-c18b5a7b.js} +34 -14
- package/dist/cjs/index-c18b5a7b.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/pds-avatar.cjs.entry.js +7 -6
- package/dist/cjs/pds-avatar.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-box.cjs.entry.js +82 -0
- package/dist/cjs/pds-box.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-button.cjs.entry.js +4 -3
- package/dist/cjs/pds-button.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-checkbox_2.cjs.entry.js +112 -0
- package/dist/cjs/pds-checkbox_2.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-chip.cjs.entry.js +4 -3
- package/dist/cjs/pds-chip.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-copytext.cjs.entry.js +4 -3
- package/dist/cjs/pds-copytext.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-divider.cjs.entry.js +4 -3
- package/dist/cjs/pds-divider.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-icon.cjs.entry.js +3 -2
- package/dist/cjs/pds-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-image.cjs.entry.js +5 -4
- package/dist/cjs/pds-image.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-input.cjs.entry.js +5 -4
- package/dist/cjs/pds-input.cjs.entry.js.map +1 -1
- package/dist/cjs/{pds-label-43804d0a.js → pds-label-a3b0188d.js} +2 -2
- package/dist/cjs/{pds-label-43804d0a.js.map → pds-label-a3b0188d.js.map} +1 -1
- package/dist/cjs/pds-link.cjs.entry.js +4 -3
- package/dist/cjs/pds-link.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-progress.cjs.entry.js +4 -3
- package/dist/cjs/pds-progress.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-radio.cjs.entry.js +5 -4
- package/dist/cjs/pds-radio.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-row.cjs.entry.js +51 -0
- package/dist/cjs/pds-row.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-sortable-item.cjs.entry.js +4 -3
- package/dist/cjs/pds-sortable-item.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-sortable.cjs.entry.js +27 -29
- package/dist/cjs/pds-sortable.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-switch.cjs.entry.js +5 -4
- package/dist/cjs/pds-switch.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tab.cjs.entry.js +6 -5
- package/dist/cjs/pds-tab.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-body.cjs.entry.js +22 -0
- package/dist/cjs/pds-table-body.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-table-head-cell.cjs.entry.js +74 -0
- package/dist/cjs/pds-table-head-cell.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-table-head.cjs.entry.js +30 -0
- package/dist/cjs/pds-table-head.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-table-row.cjs.entry.js +50 -0
- package/dist/cjs/pds-table-row.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-table.cjs.entry.js +78 -0
- package/dist/cjs/pds-table.cjs.entry.js.map +1 -0
- package/dist/cjs/pds-tabpanel.cjs.entry.js +4 -3
- package/dist/cjs/pds-tabpanel.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tabs.cjs.entry.js +4 -3
- package/dist/cjs/pds-tabs.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-textarea.cjs.entry.js +6 -5
- package/dist/cjs/pds-textarea.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tooltip.cjs.entry.js +5 -4
- 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 +10 -2
- package/dist/collection/components/_internal/pds-label/pds-label.js.map +1 -1
- package/dist/collection/components/pds-avatar/pds-avatar.css +6 -4
- package/dist/collection/components/pds-avatar/pds-avatar.js +3 -3
- package/dist/collection/components/pds-avatar/pds-avatar.js.map +1 -1
- package/dist/collection/components/pds-box/pds-box.css +1233 -0
- package/dist/collection/components/pds-box/pds-box.js +678 -0
- package/dist/collection/components/pds-box/pds-box.js.map +1 -0
- package/dist/collection/components/pds-box/stories/pds-box.stories.js +50 -0
- package/dist/collection/components/pds-button/pds-button.js +6 -1
- package/dist/collection/components/pds-button/pds-button.js.map +1 -1
- package/dist/collection/components/pds-checkbox/checkbox-interface.js +2 -0
- package/dist/collection/components/pds-checkbox/checkbox-interface.js.map +1 -0
- package/dist/collection/components/pds-checkbox/pds-checkbox.css +15 -0
- package/dist/collection/components/pds-checkbox/pds-checkbox.js +34 -7
- package/dist/collection/components/pds-checkbox/pds-checkbox.js.map +1 -1
- package/dist/collection/components/pds-checkbox/stories/pds-checkbox.stories.js +2 -0
- package/dist/collection/components/pds-chip/pds-chip.js +1 -1
- package/dist/collection/components/pds-chip/pds-chip.js.map +1 -1
- package/dist/collection/components/pds-copytext/pds-copytext.js +1 -1
- package/dist/collection/components/pds-copytext/pds-copytext.js.map +1 -1
- package/dist/collection/components/pds-divider/pds-divider.js +1 -1
- package/dist/collection/components/pds-divider/pds-divider.js.map +1 -1
- package/dist/collection/components/pds-image/pds-image.js +2 -2
- package/dist/collection/components/pds-image/pds-image.js.map +1 -1
- package/dist/collection/components/pds-input/pds-input.js +1 -1
- package/dist/collection/components/pds-input/pds-input.js.map +1 -1
- package/dist/collection/components/pds-link/pds-link.js +1 -1
- package/dist/collection/components/pds-link/pds-link.js.map +1 -1
- package/dist/collection/components/pds-progress/pds-progress.js +1 -1
- package/dist/collection/components/pds-progress/pds-progress.js.map +1 -1
- package/dist/collection/components/pds-radio/pds-radio.js +1 -1
- package/dist/collection/components/pds-radio/pds-radio.js.map +1 -1
- package/dist/collection/components/pds-row/pds-row.css +76 -0
- package/dist/collection/components/pds-row/pds-row.js +186 -0
- package/dist/collection/components/pds-row/pds-row.js.map +1 -0
- package/dist/collection/components/pds-row/stories/pds-row.stories.js +75 -0
- package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.js +1 -1
- package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.js.map +1 -1
- package/dist/collection/components/pds-sortable/pds-sortable.js +1 -1
- package/dist/collection/components/pds-sortable/pds-sortable.js.map +1 -1
- package/dist/collection/components/pds-switch/pds-switch.js +1 -1
- package/dist/collection/components/pds-switch/pds-switch.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-body/pds-table-body.css +5 -0
- package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js +19 -0
- package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js.map +1 -0
- package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.css +45 -0
- package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js +83 -0
- package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js.map +1 -0
- package/dist/collection/components/pds-table/pds-table-cell/stories/pds-table-cell.stories.js +26 -0
- package/dist/collection/components/pds-table/pds-table-head/pds-table-head.css +18 -0
- package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +27 -0
- package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js.map +1 -0
- package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.css +54 -0
- package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js +117 -0
- package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js.map +1 -0
- package/dist/collection/components/pds-table/pds-table-head-cell/stories/pds-table-head-cell.stories.js +24 -0
- package/dist/collection/components/pds-table/pds-table-row/pds-table-row.css +22 -0
- package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +71 -0
- package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js.map +1 -0
- package/dist/collection/components/pds-table/pds-table-row/stories/pds-table-row.stories.js +26 -0
- package/dist/collection/components/pds-table/pds-table.css +21 -0
- package/dist/collection/components/pds-table/pds-table.js +181 -0
- package/dist/collection/components/pds-table/pds-table.js.map +1 -0
- package/dist/collection/components/pds-table/stories/pds-table.stories.js +227 -0
- package/dist/collection/components/pds-tabs/pds-tab/pds-tab.js +3 -3
- package/dist/collection/components/pds-tabs/pds-tab/pds-tab.js.map +1 -1
- package/dist/collection/components/pds-tabs/pds-tabpanel/pds-tabpanel.js +1 -1
- package/dist/collection/components/pds-tabs/pds-tabpanel/pds-tabpanel.js.map +1 -1
- package/dist/collection/components/pds-tabs/pds-tabs.js +1 -1
- package/dist/collection/components/pds-tabs/pds-tabs.js.map +1 -1
- package/dist/collection/components/pds-textarea/pds-textarea.js +2 -2
- package/dist/collection/components/pds-textarea/pds-textarea.js.map +1 -1
- package/dist/collection/components/pds-textarea/textarea-interface.js.map +1 -1
- package/dist/collection/components/pds-tooltip/pds-tooltip.js +2 -2
- package/dist/collection/components/pds-tooltip/pds-tooltip.js.map +1 -1
- package/dist/collection/global/pine-ui-global.js.map +1 -1
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/stories/_helpers/index.js.map +1 -1
- package/dist/collection/utils/form.js.map +1 -1
- package/dist/collection/utils/overlay.js.map +1 -1
- package/dist/collection/utils/types.js.map +1 -1
- package/dist/collection/utils/utils.js.map +1 -1
- package/dist/docs.json +2285 -128
- package/dist/esm/{index-8f65139a.js → index-4a3a9179.js} +34 -14
- package/dist/esm/index-4a3a9179.js.map +1 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/pds-avatar.entry.js +7 -6
- package/dist/esm/pds-avatar.entry.js.map +1 -1
- package/dist/esm/pds-box.entry.js +78 -0
- package/dist/esm/pds-box.entry.js.map +1 -0
- package/dist/esm/pds-button.entry.js +4 -3
- package/dist/esm/pds-button.entry.js.map +1 -1
- package/dist/esm/pds-checkbox_2.entry.js +107 -0
- package/dist/esm/pds-checkbox_2.entry.js.map +1 -0
- package/dist/esm/pds-chip.entry.js +4 -3
- package/dist/esm/pds-chip.entry.js.map +1 -1
- package/dist/esm/pds-copytext.entry.js +4 -3
- package/dist/esm/pds-copytext.entry.js.map +1 -1
- package/dist/esm/pds-divider.entry.js +4 -3
- package/dist/esm/pds-divider.entry.js.map +1 -1
- package/dist/esm/pds-icon.entry.js +3 -2
- package/dist/esm/pds-icon.entry.js.map +1 -1
- package/dist/esm/pds-image.entry.js +5 -4
- package/dist/esm/pds-image.entry.js.map +1 -1
- package/dist/esm/pds-input.entry.js +5 -4
- package/dist/esm/pds-input.entry.js.map +1 -1
- package/dist/esm/{pds-label-85f84612.js → pds-label-5a20380b.js} +2 -2
- package/dist/esm/{pds-label-85f84612.js.map → pds-label-5a20380b.js.map} +1 -1
- package/dist/esm/pds-link.entry.js +4 -3
- package/dist/esm/pds-link.entry.js.map +1 -1
- package/dist/esm/pds-progress.entry.js +4 -3
- package/dist/esm/pds-progress.entry.js.map +1 -1
- package/dist/esm/pds-radio.entry.js +5 -4
- package/dist/esm/pds-radio.entry.js.map +1 -1
- package/dist/esm/pds-row.entry.js +47 -0
- package/dist/esm/pds-row.entry.js.map +1 -0
- package/dist/esm/pds-sortable-item.entry.js +4 -3
- package/dist/esm/pds-sortable-item.entry.js.map +1 -1
- package/dist/esm/pds-sortable.entry.js +27 -29
- package/dist/esm/pds-sortable.entry.js.map +1 -1
- package/dist/esm/pds-switch.entry.js +5 -4
- package/dist/esm/pds-switch.entry.js.map +1 -1
- package/dist/esm/pds-tab.entry.js +6 -5
- package/dist/esm/pds-tab.entry.js.map +1 -1
- package/dist/esm/pds-table-body.entry.js +18 -0
- package/dist/esm/pds-table-body.entry.js.map +1 -0
- package/dist/esm/pds-table-head-cell.entry.js +70 -0
- package/dist/esm/pds-table-head-cell.entry.js.map +1 -0
- package/dist/esm/pds-table-head.entry.js +26 -0
- package/dist/esm/pds-table-head.entry.js.map +1 -0
- package/dist/esm/pds-table-row.entry.js +46 -0
- package/dist/esm/pds-table-row.entry.js.map +1 -0
- package/dist/esm/pds-table.entry.js +74 -0
- package/dist/esm/pds-table.entry.js.map +1 -0
- package/dist/esm/pds-tabpanel.entry.js +4 -3
- package/dist/esm/pds-tabpanel.entry.js.map +1 -1
- package/dist/esm/pds-tabs.entry.js +4 -3
- package/dist/esm/pds-tabs.entry.js.map +1 -1
- package/dist/esm/pds-textarea.entry.js +6 -5
- package/dist/esm/pds-textarea.entry.js.map +1 -1
- package/dist/esm/pds-tooltip.entry.js +5 -4
- 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-4a3a9179.js +3 -0
- package/dist/esm-es5/index-4a3a9179.js.map +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/loader.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 +2 -0
- package/dist/esm-es5/pds-box.entry.js.map +1 -0
- 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_2.entry.js +2 -0
- package/dist/esm-es5/pds-checkbox_2.entry.js.map +1 -0
- 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-icon.entry.js.map +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-85f84612.js → pds-label-5a20380b.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-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 +2 -0
- package/dist/esm-es5/pds-row.entry.js.map +1 -0
- package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
- package/dist/esm-es5/pds-sortable-item.entry.js.map +1 -1
- package/dist/esm-es5/pds-sortable.entry.js +3 -3
- package/dist/esm-es5/pds-sortable.entry.js.map +1 -1
- package/dist/esm-es5/pds-switch.entry.js +1 -1
- package/dist/esm-es5/pds-switch.entry.js.map +1 -1
- package/dist/esm-es5/pds-tab.entry.js +1 -1
- package/dist/esm-es5/pds-tab.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-body.entry.js +2 -0
- package/dist/esm-es5/pds-table-body.entry.js.map +1 -0
- package/dist/esm-es5/pds-table-head-cell.entry.js +2 -0
- package/dist/esm-es5/pds-table-head-cell.entry.js.map +1 -0
- package/dist/esm-es5/pds-table-head.entry.js +2 -0
- package/dist/esm-es5/pds-table-head.entry.js.map +1 -0
- package/dist/esm-es5/pds-table-row.entry.js +2 -0
- package/dist/esm-es5/pds-table-row.entry.js.map +1 -0
- package/dist/esm-es5/pds-table.entry.js +2 -0
- package/dist/esm-es5/pds-table.entry.js.map +1 -0
- package/dist/esm-es5/pds-tabpanel.entry.js +1 -1
- package/dist/esm-es5/pds-tabpanel.entry.js.map +1 -1
- package/dist/esm-es5/pds-tabs.entry.js +1 -1
- package/dist/esm-es5/pds-tabs.entry.js.map +1 -1
- package/dist/esm-es5/pds-textarea.entry.js +1 -1
- package/dist/esm-es5/pds-textarea.entry.js.map +1 -1
- package/dist/esm-es5/pds-tooltip.entry.js +1 -1
- package/dist/esm-es5/pds-tooltip.entry.js.map +1 -1
- package/dist/esm-es5/pine-core.js +1 -1
- package/dist/esm-es5/pine-core.js.map +1 -1
- package/dist/pine-core/{p-23b8d1bb.entry.js → p-0305f8c8.entry.js} +2 -2
- package/dist/pine-core/p-0305f8c8.entry.js.map +1 -0
- package/dist/pine-core/p-0c37f840.system.entry.js +2 -0
- package/dist/pine-core/p-0c37f840.system.entry.js.map +1 -0
- package/dist/pine-core/{p-6c295ed8.entry.js → p-0dacd1cd.entry.js} +2 -2
- package/dist/pine-core/p-0dacd1cd.entry.js.map +1 -0
- package/dist/pine-core/{p-f3ee8a5e.entry.js → p-1d55b43e.entry.js} +2 -2
- package/dist/pine-core/p-1d55b43e.entry.js.map +1 -0
- package/dist/pine-core/p-1e1f6bc4.system.entry.js +2 -0
- package/dist/pine-core/p-1e1f6bc4.system.entry.js.map +1 -0
- package/dist/pine-core/p-20266cb6.entry.js +2 -0
- package/dist/pine-core/p-20266cb6.entry.js.map +1 -0
- package/dist/pine-core/p-25f4a2c1.entry.js +2 -0
- package/dist/pine-core/p-25f4a2c1.entry.js.map +1 -0
- package/dist/pine-core/{p-465b7120.entry.js → p-25ffc9e2.entry.js} +2 -2
- package/dist/pine-core/p-25ffc9e2.entry.js.map +1 -0
- package/dist/pine-core/{p-b8421db5.system.entry.js → p-269121f3.system.entry.js} +2 -2
- package/dist/pine-core/p-269121f3.system.entry.js.map +1 -0
- package/dist/pine-core/{p-c209ff58.system.entry.js → p-36862fec.system.entry.js} +2 -2
- package/dist/pine-core/p-36862fec.system.entry.js.map +1 -0
- package/dist/pine-core/{p-9138d494.system.js → p-3f82f07a.system.js} +2 -2
- package/dist/pine-core/{p-1a307cc4.system.entry.js → p-3fc7e481.system.entry.js} +2 -2
- package/dist/pine-core/p-3fc7e481.system.entry.js.map +1 -0
- package/dist/pine-core/{p-e893b132.js → p-413d41ad.js} +2 -2
- package/dist/pine-core/{p-59334e35.entry.js → p-462f2b14.entry.js} +2 -2
- package/dist/pine-core/p-462f2b14.entry.js.map +1 -0
- package/dist/pine-core/p-4abda138.system.entry.js +2 -0
- package/dist/pine-core/p-4abda138.system.entry.js.map +1 -0
- package/dist/pine-core/p-4c2fa718.entry.js +2 -0
- package/dist/pine-core/p-4c2fa718.entry.js.map +1 -0
- package/dist/pine-core/{p-5d7bad14.system.entry.js → p-54d324c2.system.entry.js} +2 -2
- package/dist/pine-core/p-54d324c2.system.entry.js.map +1 -0
- package/dist/pine-core/{p-66f8fbb0.system.entry.js → p-57da3e93.system.entry.js} +2 -2
- package/dist/pine-core/p-57da3e93.system.entry.js.map +1 -0
- package/dist/pine-core/{p-654295e2.system.entry.js → p-588cb0d6.system.entry.js} +2 -2
- package/dist/pine-core/p-588cb0d6.system.entry.js.map +1 -0
- package/dist/pine-core/{p-c014702b.system.entry.js → p-590b8bc3.system.entry.js} +2 -2
- package/dist/pine-core/p-590b8bc3.system.entry.js.map +1 -0
- package/dist/pine-core/p-59db2abd.system.entry.js +2 -0
- package/dist/pine-core/p-59db2abd.system.entry.js.map +1 -0
- package/dist/pine-core/{p-60930784.entry.js → p-5af9b6e2.entry.js} +2 -2
- package/dist/pine-core/p-5af9b6e2.entry.js.map +1 -0
- package/dist/pine-core/p-5eaff61a.system.entry.js +2 -0
- package/dist/pine-core/p-5eaff61a.system.entry.js.map +1 -0
- package/dist/pine-core/p-5fd196d6.entry.js +2 -0
- package/dist/pine-core/p-5fd196d6.entry.js.map +1 -0
- package/dist/pine-core/p-627d088d.entry.js +2 -0
- package/dist/pine-core/p-627d088d.entry.js.map +1 -0
- package/dist/pine-core/p-68e7924e.system.entry.js +2 -0
- package/dist/pine-core/p-68e7924e.system.entry.js.map +1 -0
- package/dist/pine-core/{p-b199ca99.entry.js → p-6c3a05cf.entry.js} +2 -2
- package/dist/pine-core/p-6c3a05cf.entry.js.map +1 -0
- package/dist/pine-core/{p-708a557d.system.entry.js → p-72065c3a.system.entry.js} +2 -2
- package/dist/pine-core/p-72065c3a.system.entry.js.map +1 -0
- package/dist/pine-core/{p-5787d0c0.entry.js → p-748df843.entry.js} +2 -2
- package/dist/pine-core/p-748df843.entry.js.map +1 -0
- package/dist/pine-core/p-763e2f83.entry.js +2 -0
- package/dist/pine-core/p-763e2f83.entry.js.map +1 -0
- package/dist/pine-core/p-7a5d5d62.system.js +3 -0
- package/dist/pine-core/p-7a5d5d62.system.js.map +1 -0
- package/dist/pine-core/p-7a7416d5.system.entry.js +2 -0
- package/dist/pine-core/p-7a7416d5.system.entry.js.map +1 -0
- package/dist/pine-core/p-84c19af2.system.entry.js +2 -0
- package/dist/pine-core/p-84c19af2.system.entry.js.map +1 -0
- package/dist/pine-core/{p-bf6b565e.system.entry.js → p-85a97505.system.entry.js} +2 -2
- package/dist/pine-core/{p-f3ee8a5e.entry.js.map → p-85a97505.system.entry.js.map} +1 -1
- package/dist/pine-core/p-8fe57bfa.entry.js +2 -0
- package/dist/pine-core/p-8fe57bfa.entry.js.map +1 -0
- package/dist/pine-core/p-9b5cd6ab.entry.js +8 -0
- package/dist/pine-core/p-9b5cd6ab.entry.js.map +1 -0
- package/dist/pine-core/{p-4472b337.system.entry.js → p-9fe27345.system.entry.js} +2 -2
- package/dist/pine-core/p-9fe27345.system.entry.js.map +1 -0
- package/dist/pine-core/p-a090344d.entry.js +2 -0
- package/dist/pine-core/p-a090344d.entry.js.map +1 -0
- package/dist/pine-core/p-a246e1d1.system.entry.js +9 -0
- package/dist/pine-core/p-a246e1d1.system.entry.js.map +1 -0
- package/dist/pine-core/p-a3ad3496.system.entry.js +2 -0
- package/dist/pine-core/p-a3ad3496.system.entry.js.map +1 -0
- package/dist/pine-core/p-a923b153.entry.js +2 -0
- package/dist/pine-core/p-a923b153.entry.js.map +1 -0
- package/dist/pine-core/p-ad186d12.system.entry.js +2 -0
- package/dist/pine-core/p-ad186d12.system.entry.js.map +1 -0
- package/dist/pine-core/{p-d6e0c333.system.entry.js → p-b5b59894.system.entry.js} +2 -2
- package/dist/pine-core/p-b5b59894.system.entry.js.map +1 -0
- package/dist/pine-core/p-b6a4d813.system.js +2 -0
- package/dist/pine-core/p-b6a4d813.system.js.map +1 -0
- package/dist/pine-core/{p-237709cc.system.entry.js → p-bdebf156.system.entry.js} +2 -2
- package/dist/pine-core/p-bdebf156.system.entry.js.map +1 -0
- package/dist/pine-core/{p-aa9f027c.entry.js → p-be00178d.entry.js} +2 -2
- package/dist/pine-core/p-be00178d.entry.js.map +1 -0
- package/dist/pine-core/p-c36795fd.entry.js +2 -0
- package/dist/pine-core/p-c36795fd.entry.js.map +1 -0
- package/dist/pine-core/{p-db6ea8de.entry.js → p-c5641077.entry.js} +2 -2
- package/dist/pine-core/p-c5641077.entry.js.map +1 -0
- package/dist/pine-core/{p-978cad20.entry.js → p-c743e545.entry.js} +2 -2
- package/dist/pine-core/p-c743e545.entry.js.map +1 -0
- package/dist/pine-core/{p-34b29411.system.entry.js → p-c76ace76.system.entry.js} +2 -2
- package/dist/pine-core/p-c76ace76.system.entry.js.map +1 -0
- package/dist/pine-core/p-d3d4661e.entry.js +2 -0
- package/dist/pine-core/p-d3d4661e.entry.js.map +1 -0
- package/dist/pine-core/p-d833e66e.entry.js +2 -0
- package/dist/pine-core/p-d833e66e.entry.js.map +1 -0
- package/dist/pine-core/p-d94dd844.system.entry.js +2 -0
- package/dist/pine-core/p-d94dd844.system.entry.js.map +1 -0
- package/dist/pine-core/p-db677b4c.js +3 -0
- package/dist/pine-core/p-db677b4c.js.map +1 -0
- package/dist/pine-core/p-dbe98ba2.system.entry.js +2 -0
- package/dist/pine-core/p-dbe98ba2.system.entry.js.map +1 -0
- package/dist/pine-core/{p-9a184d74.entry.js → p-f17edd95.entry.js} +2 -2
- package/dist/pine-core/p-f17edd95.entry.js.map +1 -0
- package/dist/pine-core/{p-6dd5d826.entry.js → p-f198ef17.entry.js} +2 -2
- package/dist/pine-core/p-f198ef17.entry.js.map +1 -0
- package/dist/pine-core/{p-d0446af7.system.entry.js → p-f2c6b33e.system.entry.js} +2 -2
- package/dist/pine-core/p-f2c6b33e.system.entry.js.map +1 -0
- package/dist/pine-core/p-f329268a.entry.js +2 -0
- package/dist/pine-core/p-f329268a.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/types/components/pds-box/pds-box.d.ts +125 -0
- package/dist/types/components/pds-button/pds-button.d.ts +5 -0
- package/dist/types/components/pds-checkbox/checkbox-interface.d.ts +4 -0
- package/dist/types/components/pds-checkbox/pds-checkbox.d.ts +7 -2
- package/dist/types/components/pds-row/pds-row.d.ts +35 -0
- package/dist/types/components/pds-table/pds-table-body/pds-table-body.d.ts +3 -0
- package/dist/types/components/pds-table/pds-table-cell/pds-table-cell.d.ts +14 -0
- package/dist/types/components/pds-table/pds-table-head/pds-table-head.d.ts +6 -0
- package/dist/types/components/pds-table/pds-table-head-cell/pds-table-head-cell.d.ts +24 -0
- package/dist/types/components/pds-table/pds-table-row/pds-table-row.d.ts +21 -0
- package/dist/types/components/pds-table/pds-table.d.ts +34 -0
- package/dist/types/components.d.ts +515 -3
- package/dist/types/utils/types.d.ts +2 -0
- package/package.json +6 -4
- package/dist/cjs/index-0b3b1872.js.map +0 -1
- package/dist/cjs/pds-checkbox.cjs.entry.js +0 -57
- package/dist/cjs/pds-checkbox.cjs.entry.js.map +0 -1
- package/dist/esm/index-8f65139a.js.map +0 -1
- package/dist/esm/pds-checkbox.entry.js +0 -53
- package/dist/esm/pds-checkbox.entry.js.map +0 -1
- package/dist/esm-es5/index-8f65139a.js +0 -3
- package/dist/esm-es5/index-8f65139a.js.map +0 -1
- package/dist/esm-es5/pds-checkbox.entry.js +0 -2
- package/dist/esm-es5/pds-checkbox.entry.js.map +0 -1
- package/dist/pine-core/p-0532f829.entry.js +0 -2
- package/dist/pine-core/p-0532f829.entry.js.map +0 -1
- package/dist/pine-core/p-09573d54.system.entry.js +0 -2
- package/dist/pine-core/p-09573d54.system.entry.js.map +0 -1
- package/dist/pine-core/p-150e12a5.system.entry.js +0 -2
- package/dist/pine-core/p-150e12a5.system.entry.js.map +0 -1
- package/dist/pine-core/p-1a307cc4.system.entry.js.map +0 -1
- package/dist/pine-core/p-1cb9fddf.system.entry.js +0 -2
- package/dist/pine-core/p-1cb9fddf.system.entry.js.map +0 -1
- package/dist/pine-core/p-237709cc.system.entry.js.map +0 -1
- package/dist/pine-core/p-23b8d1bb.entry.js.map +0 -1
- package/dist/pine-core/p-2847bd57.entry.js +0 -2
- package/dist/pine-core/p-2847bd57.entry.js.map +0 -1
- package/dist/pine-core/p-34b29411.system.entry.js.map +0 -1
- package/dist/pine-core/p-3d2843f8.system.js +0 -2
- package/dist/pine-core/p-3d2843f8.system.js.map +0 -1
- package/dist/pine-core/p-403d43d5.system.entry.js +0 -2
- package/dist/pine-core/p-403d43d5.system.entry.js.map +0 -1
- package/dist/pine-core/p-4472b337.system.entry.js.map +0 -1
- package/dist/pine-core/p-465b7120.entry.js.map +0 -1
- package/dist/pine-core/p-5787d0c0.entry.js.map +0 -1
- package/dist/pine-core/p-59334e35.entry.js.map +0 -1
- package/dist/pine-core/p-5d7bad14.system.entry.js.map +0 -1
- package/dist/pine-core/p-60930784.entry.js.map +0 -1
- package/dist/pine-core/p-654295e2.system.entry.js.map +0 -1
- package/dist/pine-core/p-66f8fbb0.system.entry.js.map +0 -1
- package/dist/pine-core/p-6c295ed8.entry.js.map +0 -1
- package/dist/pine-core/p-6dd5d826.entry.js.map +0 -1
- package/dist/pine-core/p-6f044e28.entry.js +0 -2
- package/dist/pine-core/p-6f044e28.entry.js.map +0 -1
- package/dist/pine-core/p-708a557d.system.entry.js.map +0 -1
- package/dist/pine-core/p-7f16e44f.entry.js +0 -2
- package/dist/pine-core/p-7f16e44f.entry.js.map +0 -1
- package/dist/pine-core/p-83040cfc.system.entry.js +0 -9
- package/dist/pine-core/p-83040cfc.system.entry.js.map +0 -1
- package/dist/pine-core/p-978cad20.entry.js.map +0 -1
- package/dist/pine-core/p-9830c8b4.system.js +0 -3
- package/dist/pine-core/p-9830c8b4.system.js.map +0 -1
- package/dist/pine-core/p-9a184d74.entry.js.map +0 -1
- package/dist/pine-core/p-aa9f027c.entry.js.map +0 -1
- package/dist/pine-core/p-b199ca99.entry.js.map +0 -1
- package/dist/pine-core/p-b8421db5.system.entry.js.map +0 -1
- package/dist/pine-core/p-bf6b565e.system.entry.js.map +0 -1
- package/dist/pine-core/p-c014702b.system.entry.js.map +0 -1
- package/dist/pine-core/p-c209ff58.system.entry.js.map +0 -1
- package/dist/pine-core/p-c81c20b7.js +0 -3
- package/dist/pine-core/p-c81c20b7.js.map +0 -1
- package/dist/pine-core/p-d0446af7.system.entry.js.map +0 -1
- package/dist/pine-core/p-d1c7a84d.entry.js +0 -8
- package/dist/pine-core/p-d1c7a84d.entry.js.map +0 -1
- package/dist/pine-core/p-d6e0c333.system.entry.js.map +0 -1
- package/dist/pine-core/p-d8a277e5.entry.js +0 -2
- package/dist/pine-core/p-d8a277e5.entry.js.map +0 -1
- package/dist/pine-core/p-da802c91.system.entry.js +0 -2
- package/dist/pine-core/p-da802c91.system.entry.js.map +0 -1
- package/dist/pine-core/p-db6ea8de.entry.js.map +0 -1
- package/dist/pine-core/p-f30549db.entry.js +0 -2
- package/dist/pine-core/p-f30549db.entry.js.map +0 -1
- package/dist/scripts/build-tokens.js +0 -160
- package/dist/scripts/build-tokens.js.map +0 -1
- package/dist/types/home/runner/work/pine/pine/libs/core/.stencil/scripts/build-tokens.d.ts +0 -1
- /package/dist/esm-es5/{pds-label-85f84612.js.map → pds-label-5a20380b.js.map} +0 -0
- /package/dist/pine-core/{p-9138d494.system.js.map → p-3f82f07a.system.js.map} +0 -0
- /package/dist/pine-core/{p-e893b132.js.map → p-413d41ad.js.map} +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
3
|
const pdsProgressCss = ":host{--progress-fill-color:var(--pine-color-primary-300);--height-progress-bar:8px;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}@-webkit-keyframes progressBar{0%{width:0}100%{width:100%}}@keyframes progressBar{0%{width:0}100%{width:100%}}.pds-progress{--background-progress-bar:var(--pine-color-neutral-grey-300);--border-radius:var(--pine-border-radius-xs);-ms-flex-align:center;align-items:center;background-color:var(--background-progress-bar);border-radius:var(--border-radius);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:var(--height-progress-bar);position:relative;width:100%}:host(.is-animated) progress,:host(.is-animated) progress::-webkit-progress-bar{-webkit-animation:progressBar 3s ease;animation:progressBar 3s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}progress,progress::-webkit-progress-bar{background-color:transparent;border:0;height:var(--height-progress-bar);width:100%}progress::-webkit-progress-value{--background-color:var(--pine-color-primary-300);--border-radius:var(--pine-border-radius-xs);background-color:var(--progress-fill-color, var(--background-color));border-radius:var(--border-radius)}progress::-moz-progress-bar{--background-color:var(--pine-color-primary-300);--border-radius:var(--pine-border-radius-xs);background-color:var(--progress-fill-color, var(--background-color));border-radius:var(--border-radius)}.pds-progress__label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pds-progress__percentage{--font-size:var(--pine-font-size-body-sm);--line-height:var(--pine-line-height-sm);--font-weight:var(--pine-font-weight-medium);--margin-inline-start:var(--pine-spacing-md);font-size:var(--font-size);font-weight:var(--font-weight);line-height:var(--line-height);-webkit-margin-start:calc(var(--margin-inline-start) / 2);margin-inline-start:calc(var(--margin-inline-start) / 2)}";
|
|
4
|
+
const PdsProgressStyle0 = pdsProgressCss;
|
|
4
5
|
|
|
5
6
|
const PdsProgress$1 = /*@__PURE__*/ proxyCustomElement(class PdsProgress extends HTMLElement {
|
|
6
7
|
constructor() {
|
|
@@ -15,9 +16,9 @@ const PdsProgress$1 = /*@__PURE__*/ proxyCustomElement(class PdsProgress extends
|
|
|
15
16
|
this.showPercent = false;
|
|
16
17
|
}
|
|
17
18
|
render() {
|
|
18
|
-
return (h(Host, { class: this.animated ? { 'is-animated': this.animated } : '' }, h("div", { class: "pds-progress" }, h("label", { class: "pds-progress__label", htmlFor: this.componentId }, this.label), h("progress", { id: this.componentId, max: "100", style: this.fillColor ? { '--progress-fill-color': this.fillColor } : {}, value: this.percent })), this.showPercent && h("div", { class: "pds-progress__percentage" }, this.percent, "%")));
|
|
19
|
+
return (h(Host, { key: 'a20a576a6addcfe01e32b825142aaa18039ccfbb', class: this.animated ? { 'is-animated': this.animated } : '' }, h("div", { key: '2d0bb87d5567a4d8d9f8a689ff86fc97f3d94d4f', class: "pds-progress" }, h("label", { key: '0d98454dccb11aa0063a70491acb24e7fd72720d', class: "pds-progress__label", htmlFor: this.componentId }, this.label), h("progress", { key: '9f3b3c07fe1c5fcdf28a5e104e2c90a4e7d102b2', id: this.componentId, max: "100", style: this.fillColor ? { '--progress-fill-color': this.fillColor } : {}, value: this.percent })), this.showPercent && h("div", { class: "pds-progress__percentage" }, this.percent, "%")));
|
|
19
20
|
}
|
|
20
|
-
static get style() { return
|
|
21
|
+
static get style() { return PdsProgressStyle0; }
|
|
21
22
|
}, [1, "pds-progress", {
|
|
22
23
|
"animated": [4],
|
|
23
24
|
"componentId": [1, "component-id"],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"pds-progress.js","mappings":";;AAAA,MAAM,cAAc,GAAG,u7DAAu7D;;
|
|
1
|
+
{"file":"pds-progress.js","mappings":";;AAAA,MAAM,cAAc,GAAG,u7DAAu7D,CAAC;AAC/8D,0BAAe,cAAc;;MCMhBA,aAAW;;;;;wBAKH,KAAK;;;;uBAsBN,CAAC;2BAMG,KAAK;;IAE3B,MAAM;QACJ,QACE,EAAC,IAAI,qDAAC,KAAK,EAAE,IAAI,CAAC,QAAQ,GAAG,EAAE,aAAa,EAAE,IAAI,CAAC,QAAQ,EAAE,GAAG,EAAE,IAChE,4DAAK,KAAK,EAAC,cAAc,IACvB,8DAAO,KAAK,EAAC,qBAAqB,EAAC,OAAO,EAAE,IAAI,CAAC,WAAW,IACzD,IAAI,CAAC,KAAK,CACL,EACR,iEACE,EAAE,EAAE,IAAI,CAAC,WAAW,EACpB,GAAG,EAAC,KAAK,EACT,KAAK,EAAE,IAAI,CAAC,SAAS,GAAG,EAAE,uBAAuB,EAAE,IAAI,CAAC,SAAS,EAAE,GAAG,EAAE,EACxE,KAAK,EAAE,IAAI,CAAC,OAAO,GAEV,CACP,EACL,IAAI,CAAC,WAAW,IAAI,WAAK,KAAK,EAAC,0BAA0B,IAAE,IAAI,CAAC,OAAO,MAAQ,CAC3E,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":["PdsProgress"],"sources":["src/components/pds-progress/pds-progress.scss?tag=pds-progress&encapsulation=shadow","src/components/pds-progress/pds-progress.tsx"],"sourcesContent":[":host {\n --progress-fill-color: var(--pine-color-primary-300);\n --height-progress-bar: 8px;\n\n align-items: center;\n display: flex;\n}\n\n@keyframes progressBar {\n 0% {\n width: 0\n }\n\n 100% {\n width: 100%\n }\n}\n\n.pds-progress {\n --background-progress-bar: var(--pine-color-neutral-grey-300);\n --border-radius: var(--pine-border-radius-xs);\n\n align-items: center;\n background-color: var(--background-progress-bar);\n border-radius: var(--border-radius);\n display: flex;\n flex-direction: row;\n height: var(--height-progress-bar);\n position: relative;\n width: 100%;\n}\n\n:host(.is-animated) progress,\n:host(.is-animated) progress::-webkit-progress-bar {\n animation: progressBar 3s ease;\n animation-fill-mode: forwards;\n}\n\nprogress,\nprogress::-webkit-progress-bar {\n background-color: transparent;\n border: 0;\n height: var(--height-progress-bar);\n width: 100%;\n}\n\nprogress::-webkit-progress-value {\n --background-color: var(--pine-color-primary-300);\n --border-radius: var(--pine-border-radius-xs);\n\n background-color: var(--progress-fill-color, var(--background-color));\n border-radius: var(--border-radius);\n}\n\nprogress::-moz-progress-bar {\n --background-color: var(--pine-color-primary-300);\n --border-radius: var(--pine-border-radius-xs);\n\n background-color: var(--progress-fill-color, var(--background-color));\n border-radius: var(--border-radius);\n}\n\n.pds-progress__label {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n.pds-progress__percentage {\n --font-size: var(--pine-font-size-body-sm);\n --line-height: var(--pine-line-height-sm);\n --font-weight: var(--pine-font-weight-medium);\n --margin-inline-start: var(--pine-spacing-md);\n\n font-size: var(--font-size);\n font-weight: var(--font-weight);\n line-height: var(--line-height);\n margin-inline-start: calc(var(--margin-inline-start) / 2);\n}\n","import { Component, Host, h, Prop } from '@stencil/core';\n\n@Component({\n tag: 'pds-progress',\n styleUrl: 'pds-progress.scss',\n shadow: true,\n})\nexport class PdsProgress {\n /**\n * Determines whether or not progress is animated.\n * @defaultValue false\n */\n @Prop() animated = false;\n\n /**\n * A unique identifier used for the underlying component `id` attribute and the label `for` attribute.\n */\n @Prop() componentId!: string;\n\n /**\n * Sets the progress fill color. Accepts a color token or a [valid color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value).\n * @defaultValue 'var(--pds-color-primary)'\n */\n @Prop() fillColor: string;\n\n /**\n * String used for label text. Label is visually hidden but required for better accessibility.\n */\n @Prop() label!: string;\n\n /**\n * Sets the progress fill pecentage and visually displayed when `show-percentage=true`.\n * @defaultValue 0\n */\n @Prop() percent = 0;\n\n /**\n * Determines whether or not the percent value should be displayed as text.\n * @defaultValue false\n */\n @Prop() showPercent = false;\n\n render() {\n return (\n <Host class={this.animated ? { 'is-animated': this.animated } : ''}>\n <div class=\"pds-progress\">\n <label class=\"pds-progress__label\" htmlFor={this.componentId}>\n {this.label}\n </label>\n <progress\n id={this.componentId}\n max=\"100\"\n style={this.fillColor ? { '--progress-fill-color': this.fillColor } : {}}\n value={this.percent}\n >\n </progress>\n </div>\n {this.showPercent && <div class=\"pds-progress__percentage\">{this.percent}%</div>}\n </Host>\n );\n }\n}\n"],"version":3}
|
package/components/pds-radio.js
CHANGED
|
@@ -2,6 +2,7 @@ import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/
|
|
|
2
2
|
import { a as assignDescription, P as PdsLabel, m as messageId } from './pds-label.js';
|
|
3
3
|
|
|
4
4
|
const pdsRadioCss = ".sc-pds-radio-h{--background-color:var(--pine-color-base-white);--background-color-hover:var(--pine-color-neutral-grey-100);--background-color-disabled:var(--pine-color-neutral-grey-200);--border:var(--pine-border-interactive);--border-color-hover:var(--pine-border-interactive-hover-color);--border-color-disabled:var(--pine-color-neutral-grey-300);--border-radius:50%;--color:var(--pine-color-neutral-charcoal-200);--color-checked:var(--pine-color-neutral-charcoal-500);--color-disabled:var(--pine-color-neutral-grey-500);--color-focus:var(--pine-color-primary-200);--color-invalid:var(--pine-color-red-300);--color-invalid-focus:var(--pine-color-red-200);--font-size:var(--pine-font-size-body-sm);--input-size:16px;--check-size:6px;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.is-invalid.sc-pds-radio-h input.sc-pds-radio{border-color:var(--color-invalid)}.is-invalid.sc-pds-radio-h input.sc-pds-radio:checked{background:var(--color-invalid)}.is-invalid.sc-pds-radio-h input.sc-pds-radio:focus-visible{-webkit-box-shadow:0 0 0 4px var(--color-invalid-focus);box-shadow:0 0 0 4px var(--color-invalid-focus);outline:none}.is-invalid.sc-pds-radio-h label.sc-pds-radio,.is-invalid.sc-pds-radio-h .pds-radio__message--error.sc-pds-radio{color:var(--color-invalid)}input.sc-pds-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:var(--border);border-radius:var(--border-radius);height:var(--input-size);margin:0;position:relative;width:var(--input-size)}input.sc-pds-radio:hover{background:var(--background-color-hover);border-color:var(--border-color-hover)}input.sc-pds-radio:checked{background:var(--color-checked);border-color:var(--color-checked)}input.sc-pds-radio:checked::after{background:var(--background-color);border-radius:50%;content:\"\";display:block;height:var(--check-size);left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:var(--check-size)}input.sc-pds-radio:disabled{background:var(--background-color-disabled);border-color:var(--border-color-disabled);cursor:not-allowed}input.sc-pds-radio:disabled:checked{background:var(--color-disabled);border-color:var(--border-color-disabled)}input.sc-pds-radio:disabled:checked::after{border-color:var(--border-color-disabled)}input.sc-pds-radio:disabled+label.sc-pds-radio{color:var(--border-color-hover);cursor:not-allowed}input.sc-pds-radio:disabled~.pds-radio__message.sc-pds-radio{color:var(--color-disabled)}input.sc-pds-radio:focus-visible{-webkit-box-shadow:0 0 0 4px var(--color-focus);box-shadow:0 0 0 4px var(--color-focus);outline:none}label.sc-pds-radio{-webkit-margin-start:10px;margin-inline-start:10px}.pds-radio__message.sc-pds-radio{color:var(--color);font-size:var(--font-size);-webkit-margin-before:var(--check-size);margin-block-start:var(--check-size);-webkit-margin-start:26px;margin-inline-start:26px;width:100%}";
|
|
5
|
+
const PdsRadioStyle0 = pdsRadioCss;
|
|
5
6
|
|
|
6
7
|
const PdsRadio$1 = /*@__PURE__*/ proxyCustomElement(class PdsRadio extends HTMLElement {
|
|
7
8
|
constructor() {
|
|
@@ -38,11 +39,11 @@ const PdsRadio$1 = /*@__PURE__*/ proxyCustomElement(class PdsRadio extends HTMLE
|
|
|
38
39
|
return classNames.join(' ');
|
|
39
40
|
}
|
|
40
41
|
render() {
|
|
41
|
-
return (h(Host, { class: this.classNames() }, h("input", { "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, type: "radio", id: this.componentId, name: this.name, value: this.value, checked: this.checked, required: this.required, disabled: this.disabled, onChange: this.handleRadioChange }), h(PdsLabel, { htmlFor: this.componentId, text: this.label }), this.helperMessage &&
|
|
42
|
+
return (h(Host, { key: '7aa805bfda81bb1a04093b9733473cddc935ea65', class: this.classNames() }, h("input", { key: '907fba6999a8a781133f91c139829f417ffd3f80', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, type: "radio", id: this.componentId, name: this.name, value: this.value, checked: this.checked, required: this.required, disabled: this.disabled, onChange: this.handleRadioChange }), h(PdsLabel, { key: '72a62cc41ed4d9a4313442fe457901a6d0a194d3', htmlFor: this.componentId, text: this.label }), this.helperMessage &&
|
|
42
43
|
h("div", { class: 'pds-radio__message', id: messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
|
|
43
44
|
h("div", { class: `pds-radio__message pds-radio__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, this.errorMessage)));
|
|
44
45
|
}
|
|
45
|
-
static get style() { return
|
|
46
|
+
static get style() { return PdsRadioStyle0; }
|
|
46
47
|
}, [2, "pds-radio", {
|
|
47
48
|
"checked": [4],
|
|
48
49
|
"disabled": [4],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"pds-radio.js","mappings":";;;AAAA,MAAM,WAAW,GAAG,04FAA04F;;
|
|
1
|
+
{"file":"pds-radio.js","mappings":";;;AAAA,MAAM,WAAW,GAAG,04FAA04F,CAAC;AAC/5F,uBAAe,WAAW;;MCQbA,UAAQ;;;;;QA4DX,sBAAiB,GAAG,CAAC,CAAQ;YACnC,IAAI,IAAI,CAAC,QAAQ,EAAE;gBACjB,OAAO;aACR;YAED,MAAM,MAAM,GAAG,CAAC,CAAC,MAA0B,CAAC;YAC5C,MAAM,SAAS,GAAG,MAAM,CAAC,OAAO,CAAC;YAEjC,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;SACrC,CAAA;uBAhEiB,KAAK;wBAMJ,KAAK;;uBAWN,KAAK;;;;;wBA0BJ,KAAK;;;IAuBhB,UAAU;QAChB,MAAM,UAAU,GAAG,EAAE,CAAC;QAEtB,IAAI,IAAI,CAAC,OAAO,EAAE;YAChB,UAAU,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;SAC/B;QACD,IAAI,IAAI,CAAC,QAAQ,EAAE;YACjB,UAAU,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;SAChC;QAED,OAAO,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;KAC9B;IAED,MAAM;QACJ,QACE,EAAC,IAAI,qDAAC,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,IAC5B,kFACoB,iBAAiB,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,aAAa,CAAC,kBACzE,IAAI,CAAC,OAAO,GAAG,MAAM,GAAG,SAAS,EAC/C,IAAI,EAAC,OAAO,EACZ,EAAE,EAAE,IAAI,CAAC,WAAW,EACpB,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,KAAK,EACjB,OAAO,EAAE,IAAI,CAAC,OAAO,EACrB,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,QAAQ,EAAE,IAAI,CAAC,iBAAiB,GAChC,EACF,EAAC,QAAQ,qDAAC,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,IAAI,EAAE,IAAI,CAAC,KAAK,GAAI,EACxD,IAAI,CAAC,aAAa;YACjB,WACE,KAAK,EAAE,oBAAoB,EAC3B,EAAE,EAAE,SAAS,CAAC,IAAI,CAAC,WAAW,EAAE,QAAQ,CAAC,IAExC,IAAI,CAAC,aAAa,CACf,EAEP,IAAI,CAAC,YAAY;YAChB,WACE,KAAK,EAAE,8CAA8C,EACrD,EAAE,EAAE,SAAS,CAAC,IAAI,CAAC,WAAW,EAAE,OAAO,CAAC,eAC9B,WAAW,IAEpB,IAAI,CAAC,YAAY,CACd,CAEH,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":["PdsRadio"],"sources":["src/components/pds-radio/pds-radio.scss?tag=pds-radio&encapsulation=scoped","src/components/pds-radio/pds-radio.tsx"],"sourcesContent":[":host {\n --background-color: var(--pine-color-base-white);\n --background-color-hover: var(--pine-color-neutral-grey-100);\n --background-color-disabled: var(--pine-color-neutral-grey-200);\n --border: var(--pine-border-interactive);\n --border-color-hover: var(--pine-border-interactive-hover-color);\n --border-color-disabled: var(--pine-color-neutral-grey-300);\n --border-radius: 50%;\n --color: var(--pine-color-neutral-charcoal-200);\n --color-checked: var(--pine-color-neutral-charcoal-500);\n --color-disabled: var(--pine-color-neutral-grey-500);\n --color-focus: var(--pine-color-primary-200);\n --color-invalid: var(--pine-color-red-300);\n --color-invalid-focus: var(--pine-color-red-200);\n --font-size: var(--pine-font-size-body-sm);\n --input-size: 16px;\n --check-size: 6px;\n\n align-items: center;\n display: flex;\n flex-flow: row wrap;\n}\n\n:host(.is-invalid) {\n input {\n border-color: var(--color-invalid);\n\n &:checked {\n background: var(--color-invalid);\n }\n\n &:focus-visible {\n box-shadow: 0 0 0 4px var(--color-invalid-focus);\n outline: none;\n }\n }\n\n label,\n .pds-radio__message--error {\n color: var(--color-invalid);\n }\n}\n\ninput {\n appearance: none;\n border: var(--border);\n border-radius: var(--border-radius);\n height: var(--input-size);\n margin: 0;\n position: relative;\n width: var(--input-size);\n\n &:hover {\n background: var(--background-color-hover);\n border-color: var(--border-color-hover);\n }\n\n &:checked {\n background: var(--color-checked);\n border-color: var(--color-checked);\n\n &::after {\n background: var(--background-color);\n border-radius: 50%;\n content: \"\";\n display: block;\n height: var(--check-size);\n left: 50%;\n position: absolute;\n top: 50%;\n transform: translate(-50%, -50%);\n width: var(--check-size);\n }\n }\n\n &:disabled {\n background: var(--background-color-disabled);\n border-color: var(--border-color-disabled);\n cursor: not-allowed;\n\n &:checked {\n background: var(--color-disabled);\n border-color: var(--border-color-disabled);\n\n &::after {\n border-color: var(--border-color-disabled);\n }\n }\n\n + label {\n color: var(--border-color-hover);\n cursor: not-allowed;\n }\n\n ~ .pds-radio__message {\n color: var(--color-disabled);\n }\n }\n\n &:focus-visible {\n box-shadow: 0 0 0 4px var(--color-focus);\n outline: none;\n }\n\n}\n\nlabel {\n margin-inline-start: 10px;\n}\n\n.pds-radio__message {\n color: var(--color);\n font-size: var(--font-size);\n margin-block-start: var(--check-size);\n margin-inline-start: 26px;\n width: 100%;\n}\n","import { Component, Host, h, Prop, Event, EventEmitter } from '@stencil/core';\nimport { assignDescription, messageId } from '../../utils/form';\nimport { PdsLabel } from '../_internal/pds-label/pds-label';\n\n@Component({\n tag: 'pds-radio',\n styleUrl: 'pds-radio.scss',\n scoped: true,\n})\nexport class PdsRadio {\n /**\n * Determines whether or not the radio is checked.\n * @defaultValue false\n */\n @Prop() checked = false;\n\n /**\n * Determines whether or not the radio is disabled.\n * @defaultValue false\n */\n @Prop() disabled = false;\n\n /**\n * Displays message text describing an invalid state.\n */\n @Prop() errorMessage: string;\n\n /**\n * Determines whether or not the radio is invalid.\n * @defaultValue false\n */\n @Prop() invalid = false;\n\n /**\n * A unique identifier used for the underlying component `id` attribute and the label `for` attribute.\n */\n @Prop() componentId!: string;\n\n /**\n * String used for label text next to radio.\n */\n @Prop() label: string;\n\n /**\n * String used for helper message below radio.\n */\n @Prop() helperMessage: string;\n\n /**\n * String used for radio `name` attribute.\n */\n @Prop() name: string;\n\n /**\n * Determines whether or not the radio is required.\n * @defaultValue false\n */\n @Prop() required = false;\n\n /**\n * The value of the radio that is submitted with a form.\n */\n @Prop() value: string;\n\n /**\n * Emits a boolean indicating whether the checkbox is currently checked or unchecked.\n */\n @Event() pdsRadioChange: EventEmitter<boolean>;\n\n private handleRadioChange = (e: Event) => {\n if (this.disabled) {\n return;\n }\n\n const target = e.target as HTMLInputElement;\n const isChecked = target.checked;\n\n this.pdsRadioChange.emit(isChecked);\n }\n\n private classNames() {\n const classNames = [];\n\n if (this.invalid) {\n classNames.push('is-invalid');\n }\n if (this.disabled) {\n classNames.push('is-disabled');\n }\n\n return classNames.join(' ');\n }\n\n render() {\n return (\n <Host class={this.classNames()}>\n <input\n aria-describedby={assignDescription(this.componentId, this.invalid, this.helperMessage)}\n aria-invalid={this.invalid ? \"true\" : undefined}\n type=\"radio\"\n id={this.componentId}\n name={this.name}\n value={this.value}\n checked={this.checked}\n required={this.required}\n disabled={this.disabled}\n onChange={this.handleRadioChange}\n />\n <PdsLabel htmlFor={this.componentId} text={this.label} />\n {this.helperMessage &&\n <div\n class={'pds-radio__message'}\n id={messageId(this.componentId, 'helper')}\n >\n {this.helperMessage}\n </div>\n }\n {this.errorMessage &&\n <div\n class={`pds-radio__message pds-radio__message--error`}\n id={messageId(this.componentId, 'error')}\n aria-live=\"assertive\"\n >\n {this.errorMessage}\n </div>\n }\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../dist/types/components";
|
|
2
|
+
|
|
3
|
+
interface PdsRow extends Components.PdsRow, HTMLElement {}
|
|
4
|
+
export const PdsRow: {
|
|
5
|
+
prototype: PdsRow;
|
|
6
|
+
new (): PdsRow;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
|
+
|
|
3
|
+
const pdsRowCss = ":host{--pine-gap-y:10px;display:block;-webkit-margin-after:calc(var(--pine-gap-y) * -1);margin-block-end:calc(var(--pine-gap-y) * -1);-webkit-margin-before:calc(var(--pine-gap-y) * -1);margin-block-start:calc(var(--pine-gap-y) * -1);-webkit-margin-end:calc(var(--pine-gap-x) * -0.5);margin-inline-end:calc(var(--pine-gap-x) * -0.5);-webkit-margin-start:calc(var(--pine-gap-x) * -0.5);margin-inline-start:calc(var(--pine-gap-x) * -0.5)}.pds-row{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-margin-after:calc(var(--pine-gap-y) * -1);margin-block-end:calc(var(--pine-gap-y) * -1);-webkit-margin-before:calc(var(--pine-gap-y) * -1);margin-block-start:calc(var(--pine-gap-y) * -1);-webkit-margin-end:calc(var(--pine-gap-x) * -1);margin-inline-end:calc(var(--pine-gap-x) * -1);-webkit-margin-start:calc(var(--pine-gap-x) * -1);margin-inline-start:calc(var(--pine-gap-x) * -1)}.pds-row>*{-webkit-padding-after:calc(var(--pine-gap-y));padding-block-end:calc(var(--pine-gap-y));-webkit-padding-before:calc(var(--pine-gap-y));padding-block-start:calc(var(--pine-gap-y));-webkit-padding-end:calc(var(--pine-gap-x));padding-inline-end:calc(var(--pine-gap-x));-webkit-padding-start:calc(var(--pine-gap-x));padding-inline-start:calc(var(--pine-gap-x))}.pds-row--no-wrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.pds-row--border{border:var(--pine-border-default)}.pds-justify-content-start{-ms-flex-pack:start;justify-content:start}.pds-justify-content-center{-ms-flex-pack:center;justify-content:center}.pds-justify-content-end{-ms-flex-pack:end;justify-content:end}.pds-justify-content-space-between{-ms-flex-pack:justify;justify-content:space-between}.pds-justify-content-space-around{-ms-flex-pack:distribute;justify-content:space-around}.pds-justify-content-space-evenly{-ms-flex-pack:space-evenly;justify-content:space-evenly}.pds-align-items-start{-ms-flex-align:start;align-items:start}.pds-align-items-center{-ms-flex-align:center;align-items:center}.pds-align-items-end{-ms-flex-align:end;align-items:end}.pds-align-items-stretch{-ms-flex-align:stretch;align-items:stretch}.pds-align-items-baseline{-ms-flex-align:baseline;align-items:baseline}";
|
|
4
|
+
const PdsRowStyle0 = pdsRowCss;
|
|
5
|
+
|
|
6
|
+
const PdsRow$1 = /*@__PURE__*/ proxyCustomElement(class PdsRow extends HTMLElement {
|
|
7
|
+
constructor() {
|
|
8
|
+
super();
|
|
9
|
+
this.__registerHost();
|
|
10
|
+
this.colGapMap = {
|
|
11
|
+
none: '0',
|
|
12
|
+
xxs: '.25rem',
|
|
13
|
+
xs: '.5rem',
|
|
14
|
+
sm: '1rem',
|
|
15
|
+
md: '1.5rem',
|
|
16
|
+
lg: '2.25rem',
|
|
17
|
+
xl: '3rem',
|
|
18
|
+
xxl: '4rem',
|
|
19
|
+
};
|
|
20
|
+
this.alignItems = undefined;
|
|
21
|
+
this.border = false;
|
|
22
|
+
this.colGap = undefined;
|
|
23
|
+
this.componentId = undefined;
|
|
24
|
+
this.justifyContent = undefined;
|
|
25
|
+
this.minHeight = undefined;
|
|
26
|
+
this.noWrap = false;
|
|
27
|
+
}
|
|
28
|
+
render() {
|
|
29
|
+
const rowClasses = `
|
|
30
|
+
${this.alignItems !== undefined && this.alignItems.trim() !== '' ? `pds-align-items-${this.alignItems}` : ''}
|
|
31
|
+
${this.border ? 'pds-row--border' : ''}
|
|
32
|
+
${this.justifyContent !== undefined && this.justifyContent.trim() !== '' ? `pds-justify-content-${this.justifyContent}` : ''}
|
|
33
|
+
${this.noWrap ? 'pds-row--no-wrap' : ''}
|
|
34
|
+
`;
|
|
35
|
+
const rowInlineStyles = Object.assign(Object.assign({}, (this.colGap && {
|
|
36
|
+
'--pine-gap-x': this.colGap !== undefined && this.colGap.trim() !== '' ? this.colGapMap[this.colGap] : '',
|
|
37
|
+
'--pine-gap-y': this.colGap !== undefined && this.colGap.trim() !== '' ? this.colGapMap[this.colGap] : '',
|
|
38
|
+
})), (this.minHeight && {
|
|
39
|
+
'min-height': this.minHeight,
|
|
40
|
+
}));
|
|
41
|
+
return (h(Host, { key: 'c466af5e55db772255cca9211f8d7e14760996ee', class: `pds-row ${rowClasses}`, style: rowInlineStyles }));
|
|
42
|
+
}
|
|
43
|
+
static get style() { return PdsRowStyle0; }
|
|
44
|
+
}, [0, "pds-row", {
|
|
45
|
+
"alignItems": [1, "align-items"],
|
|
46
|
+
"border": [4],
|
|
47
|
+
"colGap": [1, "col-gap"],
|
|
48
|
+
"componentId": [1, "component-id"],
|
|
49
|
+
"justifyContent": [1, "justify-content"],
|
|
50
|
+
"minHeight": [1, "min-height"],
|
|
51
|
+
"noWrap": [4, "no-wrap"]
|
|
52
|
+
}]);
|
|
53
|
+
function defineCustomElement$1() {
|
|
54
|
+
if (typeof customElements === "undefined") {
|
|
55
|
+
return;
|
|
56
|
+
}
|
|
57
|
+
const components = ["pds-row"];
|
|
58
|
+
components.forEach(tagName => { switch (tagName) {
|
|
59
|
+
case "pds-row":
|
|
60
|
+
if (!customElements.get(tagName)) {
|
|
61
|
+
customElements.define(tagName, PdsRow$1);
|
|
62
|
+
}
|
|
63
|
+
break;
|
|
64
|
+
} });
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
const PdsRow = PdsRow$1;
|
|
68
|
+
const defineCustomElement = defineCustomElement$1;
|
|
69
|
+
|
|
70
|
+
export { PdsRow, defineCustomElement };
|
|
71
|
+
|
|
72
|
+
//# sourceMappingURL=pds-row.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"pds-row.js","mappings":";;AAAA,MAAM,SAAS,GAAG,wpEAAwpE,CAAC;AAC3qE,qBAAe,SAAS;;MCOXA,QAAM;;;;QAsCT,cAAS,GAA2C;YAC1D,IAAI,EAAE,GAAG;YACT,GAAG,EAAE,QAAQ;YACb,EAAE,EAAE,OAAO;YACX,EAAE,EAAE,MAAM;YACV,EAAE,EAAE,QAAQ;YACZ,EAAE,EAAE,SAAS;YACb,EAAE,EAAE,MAAM;YACV,GAAG,EAAE,MAAM;SACZ,CAAC;;sBArCgB,KAAK;;;;;sBA0BL,KAAK;;IAavB,MAAM;QACJ,MAAM,UAAU,GAAG;MACjB,IAAI,CAAC,UAAU,KAAK,SAAS,IAAI,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE,KAAK,EAAE,GAAG,mBAAmB,IAAI,CAAC,UAAU,EAAE,GAAG,EAAE;MAC1G,IAAI,CAAC,MAAM,GAAG,iBAAiB,GAAG,EAAE;MACpC,IAAI,CAAC,cAAc,KAAK,SAAS,IAAI,IAAI,CAAC,cAAc,CAAC,IAAI,EAAE,KAAK,EAAE,GAAG,uBAAuB,IAAI,CAAC,cAAc,EAAE,GAAG,EAAE;MAC1H,IAAI,CAAC,MAAM,GAAG,kBAAkB,GAAG,EAAE;GACxC,CAAC;QAEF,MAAM,eAAe,oCACf,IAAI,CAAC,MAAM,IAAI;YACjB,cAAc,EAAC,IAAI,CAAC,MAAM,KAAK,SAAS,IAAK,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,EAAE;YACzG,cAAc,EAAC,IAAI,CAAC,MAAM,KAAK,SAAS,IAAK,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,EAAE;SACxG,KACG,IAAI,CAAC,SAAS,IAAI;YACpB,YAAY,EAAE,IAAI,CAAC,SAAS;SAC7B,EACF,CAAC;QAEF,QACE,EAAC,IAAI,qDAAC,KAAK,EAAE,WAAW,UAAU,EAAE,EAAE,KAAK,EAAE,eAAe,GACrD,EACL;KACL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":["PdsRow"],"sources":["src/components/pds-row/pds-row.scss?tag=pds-row","src/components/pds-row/pds-row.tsx"],"sourcesContent":[":host {\n --pine-gap-y: 10px;\n \n display: block;\n margin-block-end: calc(var(--pine-gap-y) * -1);\n margin-block-start: calc(var(--pine-gap-y) * -1);\n margin-inline-end: calc(var(--pine-gap-x) * -0.5);\n margin-inline-start: calc(var(--pine-gap-x) * -0.5);\n}\n\n.pds-row {\n display: flex;\n flex-grow: 1;\n flex-wrap: wrap;\n margin-block-end: calc(var(--pine-gap-y) * -1);\n margin-block-start: calc(var(--pine-gap-y) * -1);\n margin-inline-end: calc(var(--pine-gap-x) * -1);\n margin-inline-start: calc(var(--pine-gap-x) * -1);\n \n > * {\n padding-block-end: calc(var(--pine-gap-y));\n padding-block-start: calc(var(--pine-gap-y));\n padding-inline-end: calc(var(--pine-gap-x));\n padding-inline-start: calc(var(--pine-gap-x));\n }\n}\n\n.pds-row--no-wrap {\n flex-wrap: nowrap;\n}\n\n.pds-row--border {\n border: var(--pine-border-default);\n}\n\n// Justify Content helpers\n.pds-justify-content-start {\n justify-content: start;\n}\n\n.pds-justify-content-center {\n justify-content: center;\n}\n\n.pds-justify-content-end {\n justify-content: end;\n}\n\n.pds-justify-content-space-between {\n justify-content: space-between;\n}\n\n.pds-justify-content-space-around {\n justify-content: space-around;\n}\n\n.pds-justify-content-space-evenly {\n justify-content: space-evenly;\n}\n\n// Align Items helpers\n.pds-align-items-start {\n align-items: start;\n}\n\n.pds-align-items-center {\n align-items: center;\n}\n\n.pds-align-items-end {\n align-items: end;\n}\n\n.pds-align-items-stretch {\n align-items: stretch;\n}\n\n.pds-align-items-baseline {\n align-items: baseline;\n}\n","import { Component, Prop, h, Host} from '@stencil/core';\n\nimport { BoxTShirtSizeType } from '../../utils/types';\n\n@Component({\n tag: 'pds-row',\n styleUrl: 'pds-row.scss',\n})\nexport class PdsRow {\n /**\n * Defines the vertical alignment of the row items.\n * @defaultValue start\n */\n @Prop() alignItems?: `start` | `center` | `end` | `baseline` | `stretch`;\n\n /**\n * If `true`, the row will have a border.\n */\n @Prop() border? = false;\n\n /**\n * Defines the spacing between the row items.\n */\n @Prop() colGap?: BoxTShirtSizeType | null;\n\n /**\n * A unique identifier used for the underlying component `id` attribute.\n */\n @Prop() componentId: string;\n\n /**\n * Defines the horizontal alignment of the row items.\n * @defaultValue start\n */\n @Prop() justifyContent?: `start` | `center` | `end` | `space-between` | `space-around`;\n\n /**\n * The minimum height of the row. Used in conjunction with alignment props\n */\n @Prop() minHeight?: string;\n\n /**\n * If `true`, the row items will not wrap to the next line if horizontal space is not available.\n */\n @Prop() noWrap? = false;\n\n private colGapMap: { [key in BoxTShirtSizeType]: string } = {\n none: '0',\n xxs: '.25rem',\n xs: '.5rem',\n sm: '1rem',\n md: '1.5rem',\n lg: '2.25rem',\n xl: '3rem',\n xxl: '4rem',\n };\n\n render() {\n const rowClasses = `\n ${this.alignItems !== undefined && this.alignItems.trim() !== '' ? `pds-align-items-${this.alignItems}` : ''}\n ${this.border ? 'pds-row--border' : ''}\n ${this.justifyContent !== undefined && this.justifyContent.trim() !== '' ? `pds-justify-content-${this.justifyContent}` : ''}\n ${this.noWrap ? 'pds-row--no-wrap' : ''}\n `;\n\n const rowInlineStyles = {\n ...(this.colGap && {\n '--pine-gap-x':this.colGap !== undefined && this.colGap.trim() !== '' ? this.colGapMap[this.colGap] : '',\n '--pine-gap-y':this.colGap !== undefined && this.colGap.trim() !== '' ? this.colGapMap[this.colGap] : '',\n }),\n ...(this.minHeight && {\n 'min-height': this.minHeight,\n }),\n };\n\n return (\n <Host class={`pds-row ${rowClasses}`} style={rowInlineStyles}>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -2,6 +2,7 @@ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal
|
|
|
2
2
|
import { d as defineCustomElement$2 } from './pds-icon2.js';
|
|
3
3
|
|
|
4
4
|
const pdsSortableItemCss = ".pds-sortable-item.sc-pds-sortable-item-h{--background-color-interactive:var(--pine-color-neutral-grey-200);--background-color:var(--pine-color-base-white);--border-radius:var(--pine-border-radius-md);--border:var(--pine-border-default);--box-shadow:var(--pine-box-shadow-lg);--color-interactive-handle:var(--pine-color-primary-300);--margin-inline-end:var(--pine-spacing-md);--padding-block-xs:var(--pine-spacing-xs);--padding-inline:var(--pine-spacing-md);--padding-inline-start:var(--pine-spacing-md);-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding-block:var(--padding-block-xs);padding-inline:var(--padding-inline)}.pds-sortable-item.sc-pds-sortable-item-h .pds-sortable-item__actions.sc-pds-sortable-item{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-padding-start:var(--padding-inline-start);padding-inline-start:var(--padding-inline-start)}.pds-sortable-item.sc-pds-sortable-item-h .pds-sortable-item__handle.sc-pds-sortable-item{line-height:1;-webkit-margin-end:var(--margin-inline-end);margin-inline-end:var(--margin-inline-end)}.pds-sortable--bordered .pds-sortable-item.sc-pds-sortable-item-h:first-child{border-start-end-radius:var(--border-radius);border-start-start-radius:var(--border-radius)}.pds-sortable--bordered .pds-sortable-item.sc-pds-sortable-item-h:last-child{border-end-end-radius:var(--border-radius);border-end-start-radius:var(--border-radius)}.pds-sortable--divided .pds-sortable-item.sc-pds-sortable-item-h{-webkit-border-after:var(--border);border-block-end:var(--border)}.pds-sortable--divided .pds-sortable-item.sc-pds-sortable-item-h:last-child{-webkit-border-after:0;border-block-end:0}.pds-sortable--handle-type-row .pds-sortable-item.sc-pds-sortable-item-h{cursor:-webkit-grab;cursor:grab}.pds-sortable--handle-type-handle .pds-sortable-item.sc-pds-sortable-item-h .pds-sortable-item__handle.sc-pds-sortable-item{cursor:-webkit-grab;cursor:grab}.pds-sortable-item.sc-pds-sortable-item-h:hover{background-color:var(--background-color-interactive)}.pds-sortable-item.sc-pds-sortable-item-h:hover pds-icon.sc-pds-sortable-item{color:var(--color-interactive-handle)}.pds-sortable-item--drag.sc-pds-sortable-item-h{background-color:var(--background-color);border-radius:0;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);opacity:1}.pds-sortable-item--ghost.sc-pds-sortable-item-h{background-color:var(--background-color-interactive);border-radius:0}";
|
|
5
|
+
const PdsSortableItemStyle0 = pdsSortableItemCss;
|
|
5
6
|
|
|
6
7
|
const PdsSortableItem$1 = /*@__PURE__*/ proxyCustomElement(class PdsSortableItem extends HTMLElement {
|
|
7
8
|
constructor() {
|
|
@@ -12,9 +13,9 @@ const PdsSortableItem$1 = /*@__PURE__*/ proxyCustomElement(class PdsSortableItem
|
|
|
12
13
|
this.handle = false;
|
|
13
14
|
}
|
|
14
15
|
render() {
|
|
15
|
-
return (h(Host, { class: "pds-sortable-item", id: this.componentId }, this.handle && (h("div", { class: "pds-sortable-item__handle" }, h("pds-icon", { name: "handle" }))), h("slot",
|
|
16
|
+
return (h(Host, { key: 'dc0b82dca578e2e25dcb590f7baeb8b7207c00cc', class: "pds-sortable-item", id: this.componentId }, this.handle && (h("div", { class: "pds-sortable-item__handle" }, h("pds-icon", { name: "handle" }))), h("slot", { key: 'c9d4b404d14dafbc0aa23e89db2b961c9ab51d3b' }), this.enableActions && (h("div", { class: "pds-sortable-item__actions" }, h("slot", { name: "sortable-item-actions" })))));
|
|
16
17
|
}
|
|
17
|
-
static get style() { return
|
|
18
|
+
static get style() { return PdsSortableItemStyle0; }
|
|
18
19
|
}, [6, "pds-sortable-item", {
|
|
19
20
|
"enableActions": [4, "enable-actions"],
|
|
20
21
|
"componentId": [1, "component-id"],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"pds-sortable-item.js","mappings":";;;AAAA,MAAM,kBAAkB,GAAG,g5EAAg5E;;
|
|
1
|
+
{"file":"pds-sortable-item.js","mappings":";;;AAAA,MAAM,kBAAkB,GAAG,g5EAAg5E,CAAC;AAC56E,8BAAe,kBAAkB;;MCSpBA,iBAAe;;;;6BAKF,KAAK;;sBAWZ,KAAK;;IAEtB,MAAM;QACJ,QACE,EAAC,IAAI,qDAAC,KAAK,EAAC,mBAAmB,EAAC,EAAE,EAAE,IAAI,CAAC,WAAW,IACjD,IAAI,CAAC,MAAM,KACV,WAAK,KAAK,EAAC,2BAA2B,IACpC,gBAAU,IAAI,EAAC,QAAQ,GAAY,CAC/B,CACP,EACD,8DAAa,EACZ,IAAI,CAAC,aAAa,KACjB,WAAK,KAAK,EAAC,4BAA4B,IACrC,YAAM,IAAI,EAAC,uBAAuB,GAAG,CACjC,CACP,CACI,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":["PdsSortableItem"],"sources":["src/components/pds-sortable/pds-sortable-item/pds-sortable-item.scss?tag=pds-sortable-item&encapsulation=scoped","src/components/pds-sortable/pds-sortable-item/pds-sortable-item.tsx"],"sourcesContent":[":host(.pds-sortable-item) {\n --background-color-interactive: var(--pine-color-neutral-grey-200);\n --background-color: var(--pine-color-base-white);\n --border-radius: var(--pine-border-radius-md);\n --border: var(--pine-border-default);\n --box-shadow: var(--pine-box-shadow-lg);\n --color-interactive-handle: var(--pine-color-primary-300);\n --margin-inline-end: var(--pine-spacing-md);\n --padding-block-xs: var(--pine-spacing-xs);\n --padding-inline: var(--pine-spacing-md);\n --padding-inline-start: var(--pine-spacing-md);\n\n align-items: center;\n display: flex;\n padding-block: var(--padding-block-xs);\n padding-inline: var(--padding-inline);\n\n .pds-sortable-item__actions {\n margin-inline-start: auto;\n padding-inline-start: var(--padding-inline-start);\n }\n\n .pds-sortable-item__handle {\n line-height: 1;\n margin-inline-end: var(--margin-inline-end);\n }\n\n // styles when sortable is bordered\n .pds-sortable--bordered & {\n &:first-child {\n border-start-end-radius: var(--border-radius);\n border-start-start-radius: var(--border-radius);\n }\n\n &:last-child {\n border-end-end-radius: var(--border-radius);\n border-end-start-radius: var(--border-radius);\n }\n }\n\n // styles when sortable is divided\n .pds-sortable--divided & {\n border-block-end: var(--border);\n\n &:last-child {\n border-block-end: 0;\n }\n }\n\n // cursor styles based on handle-type\n .pds-sortable--handle-type-row & {\n cursor: grab;\n }\n\n .pds-sortable--handle-type-handle & {\n .pds-sortable-item__handle {\n cursor: grab;\n }\n }\n}\n\n:host(.pds-sortable-item):hover {\n background-color: var(--background-color-interactive);\n\n pds-icon {\n color: var(--color-interactive-handle)\n }\n}\n\n:host(.pds-sortable-item--drag) {\n background-color: var(--background-color);\n border-radius: 0;\n box-shadow: var(--box-shadow);\n opacity: 1;\n}\n\n:host(.pds-sortable-item--ghost) {\n background-color: var(--background-color-interactive);\n border-radius: 0;\n}\n","import { Component, Host, h, Prop } from '@stencil/core';\n\n/**\n * @slot sortable-item-actions - Content is placed within the `pds-sortable-item__actions` element as children. This slot is only rendered if `actions` is set to `true`.\n */\n@Component({\n tag: 'pds-sortable-item',\n styleUrl: 'pds-sortable-item.scss',\n scoped: true,\n})\nexport class PdsSortableItem {\n /**\n * Determines whether `sortable-item-actions` slot should be enabled.\n * @defaultValue false\n */\n @Prop() enableActions = false;\n\n /**\n * A unique identifier used for the sortable item `id` attribute.\n */\n @Prop() componentId: string;\n\n /**\n * Determines whether `sortable-item` should have a handle.\n * @defaultValue false\n */\n @Prop() handle = false;\n\n render() {\n return (\n <Host class=\"pds-sortable-item\" id={this.componentId}>\n {this.handle && (\n <div class=\"pds-sortable-item__handle\">\n <pds-icon name=\"handle\"></pds-icon>\n </div>\n )}\n <slot></slot>\n {this.enableActions && (\n <div class=\"pds-sortable-item__actions\">\n <slot name=\"sortable-item-actions\" />\n </div>\n )}\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
3
|
/**!
|
|
4
|
-
* Sortable 1.15.
|
|
4
|
+
* Sortable 1.15.2
|
|
5
5
|
* @author RubaXa <trash@rubaxa.org>
|
|
6
6
|
* @author owenm <owen23355@gmail.com>
|
|
7
7
|
* @license MIT
|
|
@@ -105,7 +105,7 @@ function _objectWithoutProperties(source, excluded) {
|
|
|
105
105
|
return target;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
var version = "1.15.
|
|
108
|
+
var version = "1.15.2";
|
|
109
109
|
|
|
110
110
|
function userAgent(pattern) {
|
|
111
111
|
if (typeof window !== 'undefined' && window.navigator) {
|
|
@@ -306,26 +306,6 @@ function getRect(el, relativeToContainingBlock, relativeToNonStaticParent, undoS
|
|
|
306
306
|
};
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
/**
|
|
310
|
-
* Returns the content rect of the element (bounding rect minus border and padding)
|
|
311
|
-
* @param {HTMLElement} el
|
|
312
|
-
*/
|
|
313
|
-
function getContentRect(el) {
|
|
314
|
-
var rect = getRect(el);
|
|
315
|
-
var paddingLeft = parseInt(css(el, 'padding-left')),
|
|
316
|
-
paddingTop = parseInt(css(el, 'padding-top')),
|
|
317
|
-
paddingRight = parseInt(css(el, 'padding-right')),
|
|
318
|
-
paddingBottom = parseInt(css(el, 'padding-bottom'));
|
|
319
|
-
rect.top += paddingTop + parseInt(css(el, 'border-top-width'));
|
|
320
|
-
rect.left += paddingLeft + parseInt(css(el, 'border-left-width'));
|
|
321
|
-
// Client Width/Height includes padding only
|
|
322
|
-
rect.width = el.clientWidth - paddingLeft - paddingRight;
|
|
323
|
-
rect.height = el.clientHeight - paddingTop - paddingBottom;
|
|
324
|
-
rect.bottom = rect.top + rect.height;
|
|
325
|
-
rect.right = rect.left + rect.width;
|
|
326
|
-
return rect;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
309
|
/**
|
|
330
310
|
* Checks if a side of an element is scrolled past a side of its parents
|
|
331
311
|
* @param {HTMLElement} el The element who's side being scrolled out of view is in question
|
|
@@ -518,6 +498,23 @@ function clone(el) {
|
|
|
518
498
|
return el.cloneNode(true);
|
|
519
499
|
}
|
|
520
500
|
}
|
|
501
|
+
function getChildContainingRectFromElement(container, options, ghostEl) {
|
|
502
|
+
var rect = {};
|
|
503
|
+
Array.from(container.children).forEach(function (child) {
|
|
504
|
+
var _rect$left, _rect$top, _rect$right, _rect$bottom;
|
|
505
|
+
if (!closest(child, options.draggable, container, false) || child.animated || child === ghostEl) return;
|
|
506
|
+
var childRect = getRect(child);
|
|
507
|
+
rect.left = Math.min((_rect$left = rect.left) !== null && _rect$left !== void 0 ? _rect$left : Infinity, childRect.left);
|
|
508
|
+
rect.top = Math.min((_rect$top = rect.top) !== null && _rect$top !== void 0 ? _rect$top : Infinity, childRect.top);
|
|
509
|
+
rect.right = Math.max((_rect$right = rect.right) !== null && _rect$right !== void 0 ? _rect$right : -Infinity, childRect.right);
|
|
510
|
+
rect.bottom = Math.max((_rect$bottom = rect.bottom) !== null && _rect$bottom !== void 0 ? _rect$bottom : -Infinity, childRect.bottom);
|
|
511
|
+
});
|
|
512
|
+
rect.width = rect.right - rect.left;
|
|
513
|
+
rect.height = rect.bottom - rect.top;
|
|
514
|
+
rect.x = rect.left;
|
|
515
|
+
rect.y = rect.top;
|
|
516
|
+
return rect;
|
|
517
|
+
}
|
|
521
518
|
var expando = 'Sortable' + new Date().getTime();
|
|
522
519
|
|
|
523
520
|
function AnimationStateManager() {
|
|
@@ -2210,15 +2207,15 @@ function _unsilent() {
|
|
|
2210
2207
|
}
|
|
2211
2208
|
function _ghostIsFirst(evt, vertical, sortable) {
|
|
2212
2209
|
var firstElRect = getRect(getChild(sortable.el, 0, sortable.options, true));
|
|
2213
|
-
var
|
|
2210
|
+
var childContainingRect = getChildContainingRectFromElement(sortable.el, sortable.options, ghostEl);
|
|
2214
2211
|
var spacer = 10;
|
|
2215
|
-
return vertical ? evt.clientX <
|
|
2212
|
+
return vertical ? evt.clientX < childContainingRect.left - spacer || evt.clientY < firstElRect.top && evt.clientX < firstElRect.right : evt.clientY < childContainingRect.top - spacer || evt.clientY < firstElRect.bottom && evt.clientX < firstElRect.left;
|
|
2216
2213
|
}
|
|
2217
2214
|
function _ghostIsLast(evt, vertical, sortable) {
|
|
2218
2215
|
var lastElRect = getRect(lastChild(sortable.el, sortable.options.draggable));
|
|
2219
|
-
var
|
|
2216
|
+
var childContainingRect = getChildContainingRectFromElement(sortable.el, sortable.options, ghostEl);
|
|
2220
2217
|
var spacer = 10;
|
|
2221
|
-
return vertical ? evt.clientX >
|
|
2218
|
+
return vertical ? evt.clientX > childContainingRect.right + spacer || evt.clientY > lastElRect.bottom && evt.clientX > lastElRect.left : evt.clientY > childContainingRect.bottom + spacer || evt.clientX > lastElRect.right && evt.clientY > lastElRect.top;
|
|
2222
2219
|
}
|
|
2223
2220
|
function _getSwapDirection(evt, target, targetRect, vertical, swapThreshold, invertedSwapThreshold, invertSwap, isLastTarget) {
|
|
2224
2221
|
var mouseOnAxis = vertical ? evt.clientY : evt.clientX,
|
|
@@ -2653,6 +2650,7 @@ Sortable.mount(new AutoScrollPlugin());
|
|
|
2653
2650
|
Sortable.mount(Remove, Revert);
|
|
2654
2651
|
|
|
2655
2652
|
const pdsSortableCss = ".pds-sortable.sc-pds-sortable-h{--border-radius:var(--pine-border-radius-md);--border:var(--pine-border-default);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.pds-sortable.pds-sortable--bordered.sc-pds-sortable-h{border:var(--border);border-radius:var(--border-radius)}";
|
|
2653
|
+
const PdsSortableStyle0 = pdsSortableCss;
|
|
2656
2654
|
|
|
2657
2655
|
const PdsSortable$1 = /*@__PURE__*/ proxyCustomElement(class PdsSortable extends HTMLElement {
|
|
2658
2656
|
constructor() {
|
|
@@ -2692,10 +2690,10 @@ const PdsSortable$1 = /*@__PURE__*/ proxyCustomElement(class PdsSortable extends
|
|
|
2692
2690
|
Sortable.create(this.el, sortableOptions);
|
|
2693
2691
|
}
|
|
2694
2692
|
render() {
|
|
2695
|
-
return (h(Host, { class: this.classNames(), id: this.componentId }, h("slot",
|
|
2693
|
+
return (h(Host, { key: 'ab1c3a948cf1468a5fe941046f91a6d72f2c3117', class: this.classNames(), id: this.componentId }, h("slot", { key: 'abff220a9bd15b82f06dc6db1341b387e90d74c2' })));
|
|
2696
2694
|
}
|
|
2697
2695
|
get el() { return this; }
|
|
2698
|
-
static get style() { return
|
|
2696
|
+
static get style() { return PdsSortableStyle0; }
|
|
2699
2697
|
}, [6, "pds-sortable", {
|
|
2700
2698
|
"border": [516],
|
|
2701
2699
|
"componentId": [1, "component-id"],
|