@sekiui/elements 0.0.60 → 0.0.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdn/index.js +1 -1
- package/dist/cdn/{p-D1HYavDL.js → p-BHbxurmj.js} +1 -1
- package/dist/cdn/{p-E6SsIN_e.js → p-DB0EE9zX.js} +1 -1
- package/dist/cdn/seki-breadcrumb-ellipsis.d.ts +11 -0
- package/dist/cdn/seki-breadcrumb-ellipsis.js +36 -0
- package/dist/cdn/seki-breadcrumb-item.d.ts +11 -0
- package/dist/cdn/seki-breadcrumb-item.js +36 -0
- package/dist/cdn/seki-breadcrumb-link.d.ts +11 -0
- package/dist/cdn/seki-breadcrumb-link.js +39 -0
- package/dist/cdn/seki-breadcrumb-list.d.ts +11 -0
- package/dist/cdn/seki-breadcrumb-list.js +36 -0
- package/dist/cdn/seki-breadcrumb-page.d.ts +11 -0
- package/dist/cdn/seki-breadcrumb-page.js +36 -0
- package/dist/cdn/seki-breadcrumb-separator.d.ts +11 -0
- package/dist/cdn/seki-breadcrumb-separator.js +41 -0
- package/dist/cdn/seki-breadcrumb.d.ts +11 -0
- package/dist/cdn/seki-breadcrumb.js +43 -0
- package/dist/cdn/seki-button.js +1 -1
- package/dist/cdn/seki-card-action.js +1 -1
- package/dist/cdn/seki-card-content.js +1 -1
- package/dist/cdn/seki-card-description.js +1 -1
- package/dist/cdn/seki-card-footer.js +1 -1
- package/dist/cdn/seki-card-header.js +1 -1
- package/dist/cdn/seki-card.js +1 -1
- package/dist/cdn/seki-field-description.js +1 -1
- package/dist/cdn/seki-field-error.js +1 -1
- package/dist/cdn/seki-field-group.js +1 -1
- package/dist/cdn/seki-field-label.js +1 -1
- package/dist/cdn/seki-field-legend.js +1 -1
- package/dist/cdn/seki-field.js +1 -1
- package/dist/cdn/seki-fieldset.js +1 -1
- package/dist/cdn/seki-input.js +1 -1
- package/dist/cdn/seki-pagination-content.d.ts +11 -0
- package/dist/cdn/seki-pagination-content.js +36 -0
- package/dist/cdn/seki-pagination-ellipsis.d.ts +11 -0
- package/dist/cdn/seki-pagination-ellipsis.js +36 -0
- package/dist/cdn/seki-pagination-item.d.ts +11 -0
- package/dist/cdn/seki-pagination-item.js +36 -0
- package/dist/cdn/seki-pagination-link.d.ts +11 -0
- package/dist/cdn/seki-pagination-link.js +53 -0
- package/dist/cdn/seki-pagination-next.d.ts +11 -0
- package/dist/cdn/seki-pagination-next.js +48 -0
- package/dist/cdn/seki-pagination-previous.d.ts +11 -0
- package/dist/cdn/seki-pagination-previous.js +48 -0
- package/dist/cdn/seki-pagination.d.ts +11 -0
- package/dist/cdn/seki-pagination.js +36 -0
- package/dist/cdn/seki-select-group.js +1 -1
- package/dist/cdn/seki-select-option.js +1 -1
- package/dist/cdn/seki-select.js +1 -1
- package/dist/cdn/seki-separator.d.ts +11 -0
- package/dist/cdn/seki-separator.js +55 -0
- package/dist/cdn/seki-sheet-close.d.ts +11 -0
- package/dist/cdn/seki-sheet-close.js +40 -0
- package/dist/cdn/seki-sheet-content.d.ts +11 -0
- package/dist/cdn/seki-sheet-content.js +58 -0
- package/dist/cdn/seki-sheet-description.d.ts +11 -0
- package/dist/cdn/seki-sheet-description.js +36 -0
- package/dist/cdn/seki-sheet-footer.d.ts +11 -0
- package/dist/cdn/seki-sheet-footer.js +36 -0
- package/dist/cdn/seki-sheet-header.d.ts +11 -0
- package/dist/cdn/seki-sheet-header.js +36 -0
- package/dist/cdn/seki-sheet-title.d.ts +11 -0
- package/dist/cdn/seki-sheet-title.js +36 -0
- package/dist/cdn/seki-sheet-trigger.d.ts +11 -0
- package/dist/cdn/seki-sheet-trigger.js +40 -0
- package/dist/cdn/seki-sheet.d.ts +11 -0
- package/dist/cdn/seki-sheet.js +86 -0
- package/dist/cdn/seki-sidebar-content.js +1 -1
- package/dist/cdn/seki-sidebar-footer.js +1 -1
- package/dist/cdn/seki-sidebar-group-action.js +1 -1
- package/dist/cdn/seki-sidebar-group-content.js +1 -1
- package/dist/cdn/seki-sidebar-group-label.js +1 -1
- package/dist/cdn/seki-sidebar-group.js +2 -2
- package/dist/cdn/seki-sidebar-header.js +1 -1
- package/dist/cdn/seki-sidebar-inset.js +1 -1
- package/dist/cdn/seki-sidebar-menu-action.js +1 -1
- package/dist/cdn/seki-sidebar-menu-badge.js +1 -1
- package/dist/cdn/seki-sidebar-menu-button.js +1 -1
- package/dist/cdn/seki-sidebar-menu-item.js +1 -1
- package/dist/cdn/seki-sidebar-menu-skeleton.js +1 -1
- package/dist/cdn/seki-sidebar-menu-sub-button.js +2 -2
- package/dist/cdn/seki-sidebar-menu-sub-item.js +1 -1
- package/dist/cdn/seki-sidebar-menu-sub.js +3 -3
- package/dist/cdn/seki-sidebar-menu.js +1 -1
- package/dist/cdn/seki-sidebar-provider.js +1 -1
- package/dist/cdn/seki-sidebar-rail.js +1 -1
- package/dist/cdn/seki-sidebar-separator.js +1 -1
- package/dist/cdn/seki-sidebar-trigger.js +1 -1
- package/dist/cdn/seki-sidebar.js +2 -2
- package/dist/cdn/seki-skeleton.js +1 -1
- package/dist/cdn/seki-switch.js +1 -1
- package/dist/cdn/seki-tooltip.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/seki-breadcrumb-ellipsis.cjs.entry.js +17 -0
- package/dist/cjs/seki-breadcrumb-item.cjs.entry.js +17 -0
- package/dist/cjs/seki-breadcrumb-link.cjs.entry.js +17 -0
- package/dist/cjs/seki-breadcrumb-list.cjs.entry.js +17 -0
- package/dist/cjs/seki-breadcrumb-page.cjs.entry.js +17 -0
- package/dist/cjs/seki-breadcrumb-separator.cjs.entry.js +22 -0
- package/dist/cjs/seki-breadcrumb.cjs.entry.js +22 -0
- package/dist/cjs/seki-button.cjs.entry.js +1 -1
- package/dist/cjs/seki-card-action.cjs.entry.js +1 -1
- package/dist/cjs/seki-card-content.cjs.entry.js +1 -1
- package/dist/cjs/seki-card-description.cjs.entry.js +1 -1
- package/dist/cjs/seki-card-footer.cjs.entry.js +1 -1
- package/dist/cjs/seki-card-header.cjs.entry.js +1 -1
- package/dist/cjs/seki-card.cjs.entry.js +1 -1
- package/dist/cjs/seki-field-description.cjs.entry.js +1 -1
- package/dist/cjs/seki-field-error.cjs.entry.js +1 -1
- package/dist/cjs/seki-field-group.cjs.entry.js +1 -1
- package/dist/cjs/seki-field-label.cjs.entry.js +1 -1
- package/dist/cjs/seki-field-legend.cjs.entry.js +1 -1
- package/dist/cjs/seki-field.cjs.entry.js +1 -1
- package/dist/cjs/seki-fieldset.cjs.entry.js +1 -1
- package/dist/cjs/seki-input.cjs.entry.js +1 -1
- package/dist/cjs/seki-pagination-content.cjs.entry.js +17 -0
- package/dist/cjs/seki-pagination-ellipsis.cjs.entry.js +17 -0
- package/dist/cjs/seki-pagination-item.cjs.entry.js +17 -0
- package/dist/cjs/seki-pagination-link.cjs.entry.js +30 -0
- package/dist/cjs/seki-pagination-next.cjs.entry.js +26 -0
- package/dist/cjs/seki-pagination-previous.cjs.entry.js +26 -0
- package/dist/cjs/seki-pagination.cjs.entry.js +17 -0
- package/dist/cjs/seki-select-group.cjs.entry.js +1 -1
- package/dist/cjs/seki-select-option.cjs.entry.js +1 -1
- package/dist/cjs/seki-select.cjs.entry.js +1 -1
- package/dist/cjs/seki-separator.cjs.entry.js +33 -0
- package/dist/cjs/seki-sheet-close.cjs.entry.js +21 -0
- package/dist/cjs/seki-sheet-content.cjs.entry.js +37 -0
- package/dist/cjs/seki-sheet-description.cjs.entry.js +17 -0
- package/dist/cjs/seki-sheet-footer.cjs.entry.js +17 -0
- package/dist/cjs/seki-sheet-header.cjs.entry.js +17 -0
- package/dist/cjs/seki-sheet-title.cjs.entry.js +17 -0
- package/dist/cjs/seki-sheet-trigger.cjs.entry.js +21 -0
- package/dist/cjs/seki-sheet.cjs.entry.js +62 -0
- package/dist/cjs/seki-sidebar-content.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-footer.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-group-action.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-group-content.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-group-label.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-group.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-header.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-inset.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-menu-action.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-menu-badge.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-menu-button.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-menu-item.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-menu-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-menu-sub-button.cjs.entry.js +2 -2
- package/dist/cjs/seki-sidebar-menu-sub-item.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-menu-sub.cjs.entry.js +3 -3
- package/dist/cjs/seki-sidebar-menu.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-provider.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-rail.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-separator.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar-trigger.cjs.entry.js +1 -1
- package/dist/cjs/seki-sidebar.cjs.entry.js +2 -2
- package/dist/cjs/seki-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/seki-switch.cjs.entry.js +1 -1
- package/dist/cjs/seki-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/sekiui.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +23 -0
- package/dist/collection/components/breadcrumb/seki-breadcrumb-ellipsis.js +23 -0
- package/dist/collection/components/breadcrumb/seki-breadcrumb-item.js +23 -0
- package/dist/collection/components/breadcrumb/seki-breadcrumb-link.js +65 -0
- package/dist/collection/components/breadcrumb/seki-breadcrumb-list.js +23 -0
- package/dist/collection/components/breadcrumb/seki-breadcrumb-page.js +23 -0
- package/dist/collection/components/breadcrumb/seki-breadcrumb-separator.js +28 -0
- package/dist/collection/components/breadcrumb/seki-breadcrumb.css +125 -0
- package/dist/collection/components/breadcrumb/seki-breadcrumb.js +69 -0
- package/dist/collection/components/button/seki-button.js +1 -1
- package/dist/collection/components/card/seki-card-action.js +1 -1
- package/dist/collection/components/card/seki-card-content.js +1 -1
- package/dist/collection/components/card/seki-card-description.js +1 -1
- package/dist/collection/components/card/seki-card-footer.js +1 -1
- package/dist/collection/components/card/seki-card-header.js +1 -1
- package/dist/collection/components/card/seki-card.js +1 -1
- package/dist/collection/components/field/seki-field.js +1 -1
- package/dist/collection/components/field-description/seki-field-description.js +1 -1
- package/dist/collection/components/field-error/seki-field-error.js +1 -1
- package/dist/collection/components/field-group/seki-field-group.js +1 -1
- package/dist/collection/components/field-label/seki-field-label.js +1 -1
- package/dist/collection/components/field-legend/seki-field-legend.js +1 -1
- package/dist/collection/components/fieldset/seki-fieldset.js +1 -1
- package/dist/collection/components/input/seki-input.js +1 -1
- package/dist/collection/components/pagination/seki-pagination-content.js +23 -0
- package/dist/collection/components/pagination/seki-pagination-ellipsis.js +23 -0
- package/dist/collection/components/pagination/seki-pagination-item.js +23 -0
- package/dist/collection/components/pagination/seki-pagination-link.js +101 -0
- package/dist/collection/components/pagination/seki-pagination-next.js +77 -0
- package/dist/collection/components/pagination/seki-pagination-previous.js +77 -0
- package/dist/collection/components/pagination/seki-pagination.css +151 -0
- package/dist/collection/components/pagination/seki-pagination.js +37 -0
- package/dist/collection/components/select/seki-select.js +1 -1
- package/dist/collection/components/select-group/seki-select-group.js +1 -1
- package/dist/collection/components/select-option/seki-select-option.js +1 -1
- package/dist/collection/components/separator/seki-separator.css +48 -0
- package/dist/collection/components/separator/seki-separator.interface.js +1 -0
- package/dist/collection/components/separator/seki-separator.js +100 -0
- package/dist/collection/components/sheet/seki-sheet-close.js +46 -0
- package/dist/collection/components/sheet/seki-sheet-content.js +95 -0
- package/dist/collection/components/sheet/seki-sheet-description.js +23 -0
- package/dist/collection/components/sheet/seki-sheet-footer.js +23 -0
- package/dist/collection/components/sheet/seki-sheet-header.js +23 -0
- package/dist/collection/components/sheet/seki-sheet-title.js +23 -0
- package/dist/collection/components/sheet/seki-sheet-trigger.js +46 -0
- package/dist/collection/components/sheet/seki-sheet.css +244 -0
- package/dist/collection/components/sheet/seki-sheet.js +195 -0
- package/dist/collection/components/sidebar/seki-sidebar-content.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-footer.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-group-action.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-group-content.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-group-label.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-group.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-header.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-inset.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-menu-action.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-menu-badge.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-menu-button.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-menu-item.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-menu-skeleton.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-menu-sub-button.js +2 -2
- package/dist/collection/components/sidebar/seki-sidebar-menu-sub-item.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-menu-sub.js +3 -3
- package/dist/collection/components/sidebar/seki-sidebar-menu.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-provider.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-rail.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-separator.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar-trigger.js +1 -1
- package/dist/collection/components/sidebar/seki-sidebar.js +2 -2
- package/dist/collection/components/skeleton/seki-skeleton.js +1 -1
- package/dist/collection/components/switch/seki-switch.js +1 -1
- package/dist/collection/components/tooltip/seki-tooltip.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/{p-CkICsFKR.js → p-BwXR4cDh.js} +1 -1
- package/dist/components/{p-CYoVX0Ya.js → p-COLDALVZ.js} +1 -1
- package/dist/components/seki-breadcrumb-ellipsis.d.ts +11 -0
- package/dist/components/seki-breadcrumb-ellipsis.js +36 -0
- package/dist/components/seki-breadcrumb-item.d.ts +11 -0
- package/dist/components/seki-breadcrumb-item.js +36 -0
- package/dist/components/seki-breadcrumb-link.d.ts +11 -0
- package/dist/components/seki-breadcrumb-link.js +39 -0
- package/dist/components/seki-breadcrumb-list.d.ts +11 -0
- package/dist/components/seki-breadcrumb-list.js +36 -0
- package/dist/components/seki-breadcrumb-page.d.ts +11 -0
- package/dist/components/seki-breadcrumb-page.js +36 -0
- package/dist/components/seki-breadcrumb-separator.d.ts +11 -0
- package/dist/components/seki-breadcrumb-separator.js +41 -0
- package/dist/components/seki-breadcrumb.d.ts +11 -0
- package/dist/components/seki-breadcrumb.js +43 -0
- package/dist/components/seki-button.js +1 -1
- package/dist/components/seki-card-action.js +1 -1
- package/dist/components/seki-card-content.js +1 -1
- package/dist/components/seki-card-description.js +1 -1
- package/dist/components/seki-card-footer.js +1 -1
- package/dist/components/seki-card-header.js +1 -1
- package/dist/components/seki-card.js +1 -1
- package/dist/components/seki-field-description.js +1 -1
- package/dist/components/seki-field-error.js +1 -1
- package/dist/components/seki-field-group.js +1 -1
- package/dist/components/seki-field-label.js +1 -1
- package/dist/components/seki-field-legend.js +1 -1
- package/dist/components/seki-field.js +1 -1
- package/dist/components/seki-fieldset.js +1 -1
- package/dist/components/seki-input.js +1 -1
- package/dist/components/seki-pagination-content.d.ts +11 -0
- package/dist/components/seki-pagination-content.js +36 -0
- package/dist/components/seki-pagination-ellipsis.d.ts +11 -0
- package/dist/components/seki-pagination-ellipsis.js +36 -0
- package/dist/components/seki-pagination-item.d.ts +11 -0
- package/dist/components/seki-pagination-item.js +36 -0
- package/dist/components/seki-pagination-link.d.ts +11 -0
- package/dist/components/seki-pagination-link.js +53 -0
- package/dist/components/seki-pagination-next.d.ts +11 -0
- package/dist/components/seki-pagination-next.js +48 -0
- package/dist/components/seki-pagination-previous.d.ts +11 -0
- package/dist/components/seki-pagination-previous.js +48 -0
- package/dist/components/seki-pagination.d.ts +11 -0
- package/dist/components/seki-pagination.js +36 -0
- package/dist/components/seki-select-group.js +1 -1
- package/dist/components/seki-select-option.js +1 -1
- package/dist/components/seki-select.js +1 -1
- package/dist/components/seki-separator.d.ts +11 -0
- package/dist/components/seki-separator.js +55 -0
- package/dist/components/seki-sheet-close.d.ts +11 -0
- package/dist/components/seki-sheet-close.js +40 -0
- package/dist/components/seki-sheet-content.d.ts +11 -0
- package/dist/components/seki-sheet-content.js +58 -0
- package/dist/components/seki-sheet-description.d.ts +11 -0
- package/dist/components/seki-sheet-description.js +36 -0
- package/dist/components/seki-sheet-footer.d.ts +11 -0
- package/dist/components/seki-sheet-footer.js +36 -0
- package/dist/components/seki-sheet-header.d.ts +11 -0
- package/dist/components/seki-sheet-header.js +36 -0
- package/dist/components/seki-sheet-title.d.ts +11 -0
- package/dist/components/seki-sheet-title.js +36 -0
- package/dist/components/seki-sheet-trigger.d.ts +11 -0
- package/dist/components/seki-sheet-trigger.js +40 -0
- package/dist/components/seki-sheet.d.ts +11 -0
- package/dist/components/seki-sheet.js +86 -0
- package/dist/components/seki-sidebar-content.js +1 -1
- package/dist/components/seki-sidebar-footer.js +1 -1
- package/dist/components/seki-sidebar-group-action.js +1 -1
- package/dist/components/seki-sidebar-group-content.js +1 -1
- package/dist/components/seki-sidebar-group-label.js +1 -1
- package/dist/components/seki-sidebar-group.js +2 -2
- package/dist/components/seki-sidebar-header.js +1 -1
- package/dist/components/seki-sidebar-inset.js +1 -1
- package/dist/components/seki-sidebar-menu-action.js +1 -1
- package/dist/components/seki-sidebar-menu-badge.js +1 -1
- package/dist/components/seki-sidebar-menu-button.js +1 -1
- package/dist/components/seki-sidebar-menu-item.js +1 -1
- package/dist/components/seki-sidebar-menu-skeleton.js +1 -1
- package/dist/components/seki-sidebar-menu-sub-button.js +2 -2
- package/dist/components/seki-sidebar-menu-sub-item.js +1 -1
- package/dist/components/seki-sidebar-menu-sub.js +3 -3
- package/dist/components/seki-sidebar-menu.js +1 -1
- package/dist/components/seki-sidebar-provider.js +1 -1
- package/dist/components/seki-sidebar-rail.js +1 -1
- package/dist/components/seki-sidebar-separator.js +1 -1
- package/dist/components/seki-sidebar-trigger.js +1 -1
- package/dist/components/seki-sidebar.js +2 -2
- package/dist/components/seki-skeleton.js +1 -1
- package/dist/components/seki-switch.js +1 -1
- package/dist/components/seki-tooltip.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/seki-breadcrumb-ellipsis.entry.js +15 -0
- package/dist/esm/seki-breadcrumb-item.entry.js +15 -0
- package/dist/esm/seki-breadcrumb-link.entry.js +15 -0
- package/dist/esm/seki-breadcrumb-list.entry.js +15 -0
- package/dist/esm/seki-breadcrumb-page.entry.js +15 -0
- package/dist/esm/seki-breadcrumb-separator.entry.js +20 -0
- package/dist/esm/seki-breadcrumb.entry.js +20 -0
- package/dist/esm/seki-button.entry.js +1 -1
- package/dist/esm/seki-card-action.entry.js +1 -1
- package/dist/esm/seki-card-content.entry.js +1 -1
- package/dist/esm/seki-card-description.entry.js +1 -1
- package/dist/esm/seki-card-footer.entry.js +1 -1
- package/dist/esm/seki-card-header.entry.js +1 -1
- package/dist/esm/seki-card.entry.js +1 -1
- package/dist/esm/seki-field-description.entry.js +1 -1
- package/dist/esm/seki-field-error.entry.js +1 -1
- package/dist/esm/seki-field-group.entry.js +1 -1
- package/dist/esm/seki-field-label.entry.js +1 -1
- package/dist/esm/seki-field-legend.entry.js +1 -1
- package/dist/esm/seki-field.entry.js +1 -1
- package/dist/esm/seki-fieldset.entry.js +1 -1
- package/dist/esm/seki-input.entry.js +1 -1
- package/dist/esm/seki-pagination-content.entry.js +15 -0
- package/dist/esm/seki-pagination-ellipsis.entry.js +15 -0
- package/dist/esm/seki-pagination-item.entry.js +15 -0
- package/dist/esm/seki-pagination-link.entry.js +28 -0
- package/dist/esm/seki-pagination-next.entry.js +24 -0
- package/dist/esm/seki-pagination-previous.entry.js +24 -0
- package/dist/esm/seki-pagination.entry.js +15 -0
- package/dist/esm/seki-select-group.entry.js +1 -1
- package/dist/esm/seki-select-option.entry.js +1 -1
- package/dist/esm/seki-select.entry.js +1 -1
- package/dist/esm/seki-separator.entry.js +31 -0
- package/dist/esm/seki-sheet-close.entry.js +19 -0
- package/dist/esm/seki-sheet-content.entry.js +35 -0
- package/dist/esm/seki-sheet-description.entry.js +15 -0
- package/dist/esm/seki-sheet-footer.entry.js +15 -0
- package/dist/esm/seki-sheet-header.entry.js +15 -0
- package/dist/esm/seki-sheet-title.entry.js +15 -0
- package/dist/esm/seki-sheet-trigger.entry.js +19 -0
- package/dist/esm/seki-sheet.entry.js +60 -0
- package/dist/esm/seki-sidebar-content.entry.js +1 -1
- package/dist/esm/seki-sidebar-footer.entry.js +1 -1
- package/dist/esm/seki-sidebar-group-action.entry.js +1 -1
- package/dist/esm/seki-sidebar-group-content.entry.js +1 -1
- package/dist/esm/seki-sidebar-group-label.entry.js +1 -1
- package/dist/esm/seki-sidebar-group.entry.js +1 -1
- package/dist/esm/seki-sidebar-header.entry.js +1 -1
- package/dist/esm/seki-sidebar-inset.entry.js +1 -1
- package/dist/esm/seki-sidebar-menu-action.entry.js +1 -1
- package/dist/esm/seki-sidebar-menu-badge.entry.js +1 -1
- package/dist/esm/seki-sidebar-menu-button.entry.js +1 -1
- package/dist/esm/seki-sidebar-menu-item.entry.js +1 -1
- package/dist/esm/seki-sidebar-menu-skeleton.entry.js +1 -1
- package/dist/esm/seki-sidebar-menu-sub-button.entry.js +2 -2
- package/dist/esm/seki-sidebar-menu-sub-item.entry.js +1 -1
- package/dist/esm/seki-sidebar-menu-sub.entry.js +3 -3
- package/dist/esm/seki-sidebar-menu.entry.js +1 -1
- package/dist/esm/seki-sidebar-provider.entry.js +1 -1
- package/dist/esm/seki-sidebar-rail.entry.js +1 -1
- package/dist/esm/seki-sidebar-separator.entry.js +1 -1
- package/dist/esm/seki-sidebar-trigger.entry.js +1 -1
- package/dist/esm/seki-sidebar.entry.js +2 -2
- package/dist/esm/seki-skeleton.entry.js +1 -1
- package/dist/esm/seki-switch.entry.js +1 -1
- package/dist/esm/seki-tooltip.entry.js +1 -1
- package/dist/esm/sekiui.js +1 -1
- package/dist/sekiui/index.esm.js +1 -1
- package/dist/sekiui/{p-87c05b57.entry.js → p-05d32c2b.entry.js} +1 -1
- package/dist/sekiui/p-07c068ab.entry.js +1 -0
- package/dist/sekiui/p-0a2eeae8.entry.js +1 -0
- package/dist/sekiui/p-10964d26.entry.js +1 -0
- package/dist/sekiui/{p-8912b3b5.entry.js → p-11986f7b.entry.js} +1 -1
- package/dist/sekiui/{p-6e75b7c3.entry.js → p-11fb8623.entry.js} +1 -1
- package/dist/sekiui/{p-f5b2ec4f.entry.js → p-18f4b5ac.entry.js} +1 -1
- package/dist/sekiui/p-1bab20f5.entry.js +1 -0
- package/dist/sekiui/p-1d130353.entry.js +1 -0
- package/dist/sekiui/{p-6207e13a.entry.js → p-243d94e7.entry.js} +1 -1
- package/dist/sekiui/{p-06800a9a.entry.js → p-246f7350.entry.js} +1 -1
- package/dist/sekiui/p-24c190b3.entry.js +1 -0
- package/dist/sekiui/{p-e0480d9d.entry.js → p-25d33102.entry.js} +1 -1
- package/dist/sekiui/p-28d88915.entry.js +1 -0
- package/dist/sekiui/{p-74da4590.entry.js → p-33d00106.entry.js} +1 -1
- package/dist/sekiui/p-3faad89c.entry.js +1 -0
- package/dist/sekiui/{p-41f9342c.entry.js → p-443bc85e.entry.js} +1 -1
- package/dist/sekiui/{p-74b375a3.entry.js → p-4e0d1d81.entry.js} +1 -1
- package/dist/sekiui/{p-15fe2ae5.entry.js → p-50802600.entry.js} +1 -1
- package/dist/sekiui/{p-19648074.entry.js → p-581ada61.entry.js} +1 -1
- package/dist/sekiui/{p-4b36af55.entry.js → p-5a06dd77.entry.js} +1 -1
- package/dist/sekiui/p-610ee94a.entry.js +1 -0
- package/dist/sekiui/{p-597f460b.entry.js → p-638802c3.entry.js} +1 -1
- package/dist/sekiui/{p-2428e77d.entry.js → p-64586664.entry.js} +1 -1
- package/dist/sekiui/p-6cbd155d.entry.js +1 -0
- package/dist/sekiui/{p-418c6f7c.entry.js → p-7605bbc2.entry.js} +1 -1
- package/dist/sekiui/{p-4e503004.entry.js → p-791aa8d4.entry.js} +1 -1
- package/dist/sekiui/{p-880ab4c3.entry.js → p-7b1e1352.entry.js} +1 -1
- package/dist/sekiui/p-83a7d43a.entry.js +1 -0
- package/dist/sekiui/{p-5598b850.entry.js → p-885cd0b6.entry.js} +1 -1
- package/dist/sekiui/{p-ac0cee96.entry.js → p-89caba18.entry.js} +1 -1
- package/dist/sekiui/{p-2ecbec83.entry.js → p-8c7b00ef.entry.js} +1 -1
- package/dist/sekiui/p-8fb5d3ee.entry.js +1 -0
- package/dist/sekiui/{p-edd9902b.entry.js → p-962db19e.entry.js} +1 -1
- package/dist/sekiui/{p-79944f32.entry.js → p-96b0b777.entry.js} +1 -1
- package/dist/sekiui/{p-df1f29f5.entry.js → p-997def36.entry.js} +1 -1
- package/dist/sekiui/{p-1991d025.entry.js → p-a72e57e7.entry.js} +1 -1
- package/dist/sekiui/p-a9c3a1eb.entry.js +1 -0
- package/dist/sekiui/{p-f6d84839.entry.js → p-ac1d1faa.entry.js} +1 -1
- package/dist/sekiui/{p-7a35a9dd.entry.js → p-ac32edd9.entry.js} +1 -1
- package/dist/sekiui/{p-31687f4a.entry.js → p-b0fa7367.entry.js} +1 -1
- package/dist/sekiui/{p-abcd4ab8.entry.js → p-b2886975.entry.js} +1 -1
- package/dist/sekiui/{p-fb446062.entry.js → p-b4aae4b5.entry.js} +1 -1
- package/dist/sekiui/{p-65b878ad.entry.js → p-bdf13ed4.entry.js} +1 -1
- package/dist/sekiui/p-c42e6264.entry.js +1 -0
- package/dist/sekiui/{p-f9755786.entry.js → p-c5cc3f3e.entry.js} +1 -1
- package/dist/sekiui/{p-0724ad85.entry.js → p-c91f9078.entry.js} +1 -1
- package/dist/sekiui/{p-0eaf07d7.entry.js → p-cec52ed7.entry.js} +1 -1
- package/dist/sekiui/{p-244aa3bd.entry.js → p-cf84e1fe.entry.js} +1 -1
- package/dist/sekiui/{p-16ad812c.entry.js → p-d12b6412.entry.js} +1 -1
- package/dist/sekiui/p-dd4eb7a1.entry.js +1 -0
- package/dist/sekiui/{p-2e25d58f.entry.js → p-ddb1d6bb.entry.js} +1 -1
- package/dist/sekiui/p-e14fd923.entry.js +1 -0
- package/dist/sekiui/{p-a9ea4381.entry.js → p-e15ad7b9.entry.js} +1 -1
- package/dist/sekiui/{p-2193ef70.entry.js → p-e3945122.entry.js} +1 -1
- package/dist/sekiui/p-e4d3d274.entry.js +1 -0
- package/dist/sekiui/p-e825d1ef.entry.js +1 -0
- package/dist/sekiui/{p-a56b43ab.entry.js → p-e91724f5.entry.js} +1 -1
- package/dist/sekiui/{p-1e3771b8.entry.js → p-ee507a57.entry.js} +1 -1
- package/dist/sekiui/{p-5d68c092.entry.js → p-ee85d935.entry.js} +1 -1
- package/dist/sekiui/p-f015db9f.entry.js +1 -0
- package/dist/sekiui/p-f10ca04d.entry.js +1 -0
- package/dist/sekiui/{p-135ee708.entry.js → p-f5f61b67.entry.js} +1 -1
- package/dist/sekiui/p-f78f3bd1.entry.js +1 -0
- package/dist/sekiui/p-fc221992.entry.js +1 -0
- package/dist/sekiui/p-fe18f971.entry.js +1 -0
- package/dist/sekiui/sekiui.esm.js +1 -1
- package/dist/types/components/breadcrumb/seki-breadcrumb-ellipsis.d.ts +8 -0
- package/dist/types/components/breadcrumb/seki-breadcrumb-item.d.ts +8 -0
- package/dist/types/components/breadcrumb/seki-breadcrumb-link.d.ts +16 -0
- package/dist/types/components/breadcrumb/seki-breadcrumb-list.d.ts +8 -0
- package/dist/types/components/breadcrumb/seki-breadcrumb-page.d.ts +8 -0
- package/dist/types/components/breadcrumb/seki-breadcrumb-separator.d.ts +10 -0
- package/dist/types/components/breadcrumb/seki-breadcrumb.d.ts +25 -0
- package/dist/types/components/pagination/seki-pagination-content.d.ts +8 -0
- package/dist/types/components/pagination/seki-pagination-ellipsis.d.ts +8 -0
- package/dist/types/components/pagination/seki-pagination-item.d.ts +8 -0
- package/dist/types/components/pagination/seki-pagination-link.d.ts +20 -0
- package/dist/types/components/pagination/seki-pagination-next.d.ts +16 -0
- package/dist/types/components/pagination/seki-pagination-previous.d.ts +16 -0
- package/dist/types/components/pagination/seki-pagination.d.ts +22 -0
- package/dist/types/components/separator/seki-separator.d.ts +23 -0
- package/dist/types/components/separator/seki-separator.interface.d.ts +9 -0
- package/dist/types/components/sheet/seki-sheet-close.d.ts +14 -0
- package/dist/types/components/sheet/seki-sheet-content.d.ts +22 -0
- package/dist/types/components/sheet/seki-sheet-description.d.ts +8 -0
- package/dist/types/components/sheet/seki-sheet-footer.d.ts +8 -0
- package/dist/types/components/sheet/seki-sheet-header.d.ts +8 -0
- package/dist/types/components/sheet/seki-sheet-title.d.ts +8 -0
- package/dist/types/components/sheet/seki-sheet-trigger.d.ts +14 -0
- package/dist/types/components/sheet/seki-sheet.d.ts +49 -0
- package/dist/types/components.d.ts +1036 -0
- package/package.json +1 -1
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
/**
|
|
3
|
+
* seki-pagination-previous: Previous page navigation button
|
|
4
|
+
*
|
|
5
|
+
* @component PaginationPrevious
|
|
6
|
+
*/
|
|
7
|
+
export class SekiPaginationPrevious {
|
|
8
|
+
constructor() {
|
|
9
|
+
/**
|
|
10
|
+
* Disables the button
|
|
11
|
+
*/
|
|
12
|
+
this.disabled = false;
|
|
13
|
+
}
|
|
14
|
+
render() {
|
|
15
|
+
const Tag = this.href && !this.disabled ? 'a' : 'span';
|
|
16
|
+
return (h(Tag, { key: 'c991ad92f24d7d3e73a43ef61fceebf25b81fd47', href: this.href && !this.disabled ? this.href : undefined, "aria-label": "Go to previous page", "aria-disabled": this.disabled ? 'true' : undefined, class: {
|
|
17
|
+
'seki-pagination-link': true,
|
|
18
|
+
'seki-pagination-nav': true,
|
|
19
|
+
'seki-pagination-link--disabled': !!this.disabled,
|
|
20
|
+
}, part: "previous" }, h("svg", { key: 'b8e7a14dc509fa36d822d1b89e0b3d38236a0d3d', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "aria-hidden": "true" }, h("path", { key: '409461f830158e4709ac035fd9e5cec7e1737977', d: "m15 18-6-6 6-6" })), h("span", { key: '8dd16240ef899ce6ef65b68dc0414560544c2133' }, "Previous")));
|
|
21
|
+
}
|
|
22
|
+
static get is() { return "seki-pagination-previous"; }
|
|
23
|
+
static get encapsulation() { return "shadow"; }
|
|
24
|
+
static get originalStyleUrls() {
|
|
25
|
+
return {
|
|
26
|
+
"$": ["seki-pagination.css"]
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
static get styleUrls() {
|
|
30
|
+
return {
|
|
31
|
+
"$": ["seki-pagination.css"]
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
static get properties() {
|
|
35
|
+
return {
|
|
36
|
+
"href": {
|
|
37
|
+
"type": "string",
|
|
38
|
+
"mutable": false,
|
|
39
|
+
"complexType": {
|
|
40
|
+
"original": "string",
|
|
41
|
+
"resolved": "string | undefined",
|
|
42
|
+
"references": {}
|
|
43
|
+
},
|
|
44
|
+
"required": false,
|
|
45
|
+
"optional": true,
|
|
46
|
+
"docs": {
|
|
47
|
+
"tags": [],
|
|
48
|
+
"text": "URL for the previous page"
|
|
49
|
+
},
|
|
50
|
+
"getter": false,
|
|
51
|
+
"setter": false,
|
|
52
|
+
"reflect": false,
|
|
53
|
+
"attribute": "href"
|
|
54
|
+
},
|
|
55
|
+
"disabled": {
|
|
56
|
+
"type": "boolean",
|
|
57
|
+
"mutable": false,
|
|
58
|
+
"complexType": {
|
|
59
|
+
"original": "boolean",
|
|
60
|
+
"resolved": "boolean | undefined",
|
|
61
|
+
"references": {}
|
|
62
|
+
},
|
|
63
|
+
"required": false,
|
|
64
|
+
"optional": true,
|
|
65
|
+
"docs": {
|
|
66
|
+
"tags": [],
|
|
67
|
+
"text": "Disables the button"
|
|
68
|
+
},
|
|
69
|
+
"getter": false,
|
|
70
|
+
"setter": false,
|
|
71
|
+
"reflect": false,
|
|
72
|
+
"attribute": "disabled",
|
|
73
|
+
"defaultValue": "false"
|
|
74
|
+
}
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
/* Pagination Component Styles with Design Tokens */
|
|
2
|
+
|
|
3
|
+
:host {
|
|
4
|
+
--seki-pagination-text-color: var(--color-text-primary, hsl(220 9% 20%));
|
|
5
|
+
--seki-pagination-text-muted: var(--color-text-secondary, hsl(220 9% 46%));
|
|
6
|
+
--seki-pagination-bg: transparent;
|
|
7
|
+
--seki-pagination-bg-hover: var(--color-surface-secondary, hsl(220 13% 95%));
|
|
8
|
+
--seki-pagination-bg-active: var(--color-primary, hsl(220 90% 56%));
|
|
9
|
+
--seki-pagination-text-active: var(--color-white, #ffffff);
|
|
10
|
+
--seki-pagination-border: var(--color-border, hsl(220 13% 91%));
|
|
11
|
+
--seki-pagination-border-radius: var(--radius-md, 6px);
|
|
12
|
+
--seki-pagination-font-size: var(--seki-font-size-sm, 14px);
|
|
13
|
+
--seki-pagination-font-family: var(--seki-font-sans, system-ui, -apple-system, sans-serif);
|
|
14
|
+
--seki-pagination-gap: 0.25rem;
|
|
15
|
+
--seki-pagination-size: 2.25rem;
|
|
16
|
+
|
|
17
|
+
display: block;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/* Dark mode support */
|
|
21
|
+
:host([data-theme='dark']) {
|
|
22
|
+
--seki-pagination-text-color: var(--color-text-primary-dark, hsl(215 20% 85%));
|
|
23
|
+
--seki-pagination-text-muted: var(--color-text-secondary-dark, hsl(215 20% 65%));
|
|
24
|
+
--seki-pagination-bg-hover: var(--color-surface-secondary-dark, hsl(215 20% 20%));
|
|
25
|
+
--seki-pagination-bg-active: var(--color-primary-dark, hsl(220 90% 65%));
|
|
26
|
+
--seki-pagination-border: var(--color-border-dark, hsl(215 20% 25%));
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/* Nav wrapper */
|
|
30
|
+
.seki-pagination {
|
|
31
|
+
display: flex;
|
|
32
|
+
justify-content: center;
|
|
33
|
+
font-family: var(--seki-pagination-font-family);
|
|
34
|
+
font-size: var(--seki-pagination-font-size);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/* Content list */
|
|
38
|
+
.seki-pagination-content {
|
|
39
|
+
display: flex;
|
|
40
|
+
flex-wrap: wrap;
|
|
41
|
+
align-items: center;
|
|
42
|
+
gap: var(--seki-pagination-gap);
|
|
43
|
+
list-style: none;
|
|
44
|
+
margin: 0;
|
|
45
|
+
padding: 0;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/* Item wrapper */
|
|
49
|
+
.seki-pagination-item {
|
|
50
|
+
display: inline-flex;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/* Base link styles */
|
|
54
|
+
.seki-pagination-link {
|
|
55
|
+
display: inline-flex;
|
|
56
|
+
align-items: center;
|
|
57
|
+
justify-content: center;
|
|
58
|
+
min-width: var(--seki-pagination-size);
|
|
59
|
+
height: var(--seki-pagination-size);
|
|
60
|
+
padding: 0 0.5rem;
|
|
61
|
+
border-radius: var(--seki-pagination-border-radius);
|
|
62
|
+
border: 1px solid var(--seki-pagination-border);
|
|
63
|
+
background: var(--seki-pagination-bg);
|
|
64
|
+
color: var(--seki-pagination-text-color);
|
|
65
|
+
text-decoration: none;
|
|
66
|
+
cursor: pointer;
|
|
67
|
+
transition: background-color 0.15s ease, border-color 0.15s ease;
|
|
68
|
+
gap: 0.25rem;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.seki-pagination-link:hover:not(.seki-pagination-link--disabled):not(.seki-pagination-link--active) {
|
|
72
|
+
background: var(--seki-pagination-bg-hover);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.seki-pagination-link:focus-visible {
|
|
76
|
+
outline: 2px solid var(--seki-pagination-bg-active);
|
|
77
|
+
outline-offset: 2px;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
/* Active state */
|
|
81
|
+
.seki-pagination-link--active {
|
|
82
|
+
background: var(--seki-pagination-bg-active);
|
|
83
|
+
color: var(--seki-pagination-text-active);
|
|
84
|
+
border-color: var(--seki-pagination-bg-active);
|
|
85
|
+
pointer-events: none;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/* Disabled state */
|
|
89
|
+
.seki-pagination-link--disabled {
|
|
90
|
+
opacity: 0.5;
|
|
91
|
+
cursor: not-allowed;
|
|
92
|
+
pointer-events: none;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/* Navigation buttons (prev/next) */
|
|
96
|
+
.seki-pagination-nav {
|
|
97
|
+
gap: 0.25rem;
|
|
98
|
+
padding: 0 0.75rem;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.seki-pagination-nav svg {
|
|
102
|
+
width: 1rem;
|
|
103
|
+
height: 1rem;
|
|
104
|
+
flex-shrink: 0;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/* Ellipsis */
|
|
108
|
+
.seki-pagination-ellipsis {
|
|
109
|
+
display: inline-flex;
|
|
110
|
+
align-items: center;
|
|
111
|
+
justify-content: center;
|
|
112
|
+
min-width: var(--seki-pagination-size);
|
|
113
|
+
height: var(--seki-pagination-size);
|
|
114
|
+
color: var(--seki-pagination-text-muted);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.seki-pagination-ellipsis svg {
|
|
118
|
+
width: 1rem;
|
|
119
|
+
height: 1rem;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/* Screen reader only text */
|
|
123
|
+
.sr-only {
|
|
124
|
+
position: absolute;
|
|
125
|
+
width: 1px;
|
|
126
|
+
height: 1px;
|
|
127
|
+
padding: 0;
|
|
128
|
+
margin: -1px;
|
|
129
|
+
overflow: hidden;
|
|
130
|
+
clip: rect(0, 0, 0, 0);
|
|
131
|
+
white-space: nowrap;
|
|
132
|
+
border: 0;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/* High contrast mode support */
|
|
136
|
+
@media (prefers-contrast: more) {
|
|
137
|
+
.seki-pagination-link {
|
|
138
|
+
border-width: 2px;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.seki-pagination-link:focus-visible {
|
|
142
|
+
outline-width: 3px;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/* Reduced motion support */
|
|
147
|
+
@media (prefers-reduced-motion: reduce) {
|
|
148
|
+
.seki-pagination-link {
|
|
149
|
+
transition: none;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
/**
|
|
3
|
+
* seki-pagination: Root pagination navigation component
|
|
4
|
+
*
|
|
5
|
+
* @component Pagination
|
|
6
|
+
* @example
|
|
7
|
+
* <seki-pagination>
|
|
8
|
+
* <seki-pagination-content>
|
|
9
|
+
* <seki-pagination-item>
|
|
10
|
+
* <seki-pagination-previous href="#"></seki-pagination-previous>
|
|
11
|
+
* </seki-pagination-item>
|
|
12
|
+
* <seki-pagination-item>
|
|
13
|
+
* <seki-pagination-link href="#">1</seki-pagination-link>
|
|
14
|
+
* </seki-pagination-item>
|
|
15
|
+
* <seki-pagination-item>
|
|
16
|
+
* <seki-pagination-next href="#"></seki-pagination-next>
|
|
17
|
+
* </seki-pagination-item>
|
|
18
|
+
* </seki-pagination-content>
|
|
19
|
+
* </seki-pagination>
|
|
20
|
+
*/
|
|
21
|
+
export class SekiPagination {
|
|
22
|
+
render() {
|
|
23
|
+
return (h("nav", { key: 'dca247b34f5eaeda5ef674f3816c62b7321de982', role: "navigation", "aria-label": "pagination", class: "seki-pagination", part: "pagination" }, h("slot", { key: '7d411145416f993b54e67124c5c17def58a257f3' })));
|
|
24
|
+
}
|
|
25
|
+
static get is() { return "seki-pagination"; }
|
|
26
|
+
static get encapsulation() { return "shadow"; }
|
|
27
|
+
static get originalStyleUrls() {
|
|
28
|
+
return {
|
|
29
|
+
"$": ["seki-pagination.css"]
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
static get styleUrls() {
|
|
33
|
+
return {
|
|
34
|
+
"$": ["seki-pagination.css"]
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -334,7 +334,7 @@ export class SekiSelect {
|
|
|
334
334
|
// Render
|
|
335
335
|
// ===========================
|
|
336
336
|
render() {
|
|
337
|
-
return (h(Host, { key: '
|
|
337
|
+
return (h(Host, { key: 'e746f51ef991f2ca5806d8e35c2f3e5f7361af21' }, h("slot", { key: 'ef2a9d3988198cea2f1df16ff4986921a8a72d4c' }), this.name && this.renderHiddenNativeElement()));
|
|
338
338
|
}
|
|
339
339
|
renderHiddenNativeElement() {
|
|
340
340
|
if (this.multiple) {
|
|
@@ -11,7 +11,7 @@ export class SekiSelectGroup {
|
|
|
11
11
|
// Render
|
|
12
12
|
// ===========================
|
|
13
13
|
render() {
|
|
14
|
-
return (h(Host, { key: '
|
|
14
|
+
return (h(Host, { key: 'a366e0cdcf720f0f1f4ee79daa0bed3ae4c12754' }, h("div", { key: '44f90562d6b6f4f620e4f9362bc8a917bbf13ac6', class: "group", role: "group", "aria-labelledby": this.groupLabelId }, h("div", { key: 'aad37ef4197ea7afb23a161ef3987a6ac19c4617', class: "group-separator", "aria-hidden": "true" }), h("div", { key: '49eecdfb4d951fbcbc7f97f59bc320a7ffb732c6', class: "group-label", id: this.groupLabelId, role: "presentation" }, h("slot", { key: '4c781dc892e57d4f78b5339d06cd26f654d6e058', name: "label" }, this.label)), h("div", { key: '06dd0c65eddbf3e53b9f2cad7189e58dd9c30b0c', class: "group-options" }, h("slot", { key: '2f249ea40e7fcbd35bb05ca8b7fec66cfc81f819' })))));
|
|
15
15
|
}
|
|
16
16
|
static get is() { return "seki-select-group"; }
|
|
17
17
|
static get encapsulation() { return "shadow"; }
|
|
@@ -75,7 +75,7 @@ export class SekiSelectOption {
|
|
|
75
75
|
const selectContext = this.getSelectContext();
|
|
76
76
|
const isSelected = (selectContext === null || selectContext === void 0 ? void 0 : selectContext.isValueSelected(this.value)) || false;
|
|
77
77
|
const isFocused = (selectContext === null || selectContext === void 0 ? void 0 : selectContext.focusedOptionValue) === this.value;
|
|
78
|
-
return (h(Host, { key: '
|
|
78
|
+
return (h(Host, { key: '353cf2552f1b11fbb1dac56a52c1ec910e4dacb9' }, h("div", { key: 'bc36cd890f160965975b2210d0f0e5650c31a593', class: "option", role: "option", id: this.optionId, onClick: this.handleOptionClick, onFocus: this.handleOptionFocus, onKeyDown: this.handleOptionKeyDown, "aria-selected": isSelected ? 'true' : 'false', "aria-disabled": this.disabled ? 'true' : undefined, "data-selected": isSelected ? 'true' : undefined, "data-focused": isFocused ? 'true' : undefined, "data-disabled": this.disabled ? 'true' : undefined, tabindex: -1 }, h("span", { key: 'b22d553ac28276d1a7c62fbac329c63d1944a1a5', class: "option-label" }, h("slot", { key: '3db6becae65edac405f71f1b13e8687149868401' })), isSelected && (h("span", { key: '136a0a6e05eaea43335e6e9c2c87e4c6d9ac30ac', class: "option-indicator", "aria-hidden": "true" }, h("slot", { key: 'b3ae2593aec93153b53f701ae4014c62d2d211b4', name: "selected-indicator" }, h("svg", { key: '6b4a097f8d2d8910935d475c62a9264953180ac9', width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { key: 'b4740a35ddff78c005a15b02cfc380c462b4f332', d: "M10 3L4.5 8.5L2 6", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))));
|
|
79
79
|
}
|
|
80
80
|
static get is() { return "seki-select-option"; }
|
|
81
81
|
static get encapsulation() { return "shadow"; }
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* Separator Component Styles with Design Tokens */
|
|
2
|
+
|
|
3
|
+
:host {
|
|
4
|
+
/* Border color token */
|
|
5
|
+
--seki-separator-color: var(--color-border, hsl(220 13% 91%));
|
|
6
|
+
|
|
7
|
+
/* Sizing tokens */
|
|
8
|
+
--seki-separator-thickness: 1px;
|
|
9
|
+
|
|
10
|
+
display: block;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
/* Vertical orientation requires explicit height from parent */
|
|
14
|
+
:host([orientation='vertical']) {
|
|
15
|
+
display: inline-block;
|
|
16
|
+
height: 100%;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/* Dark mode support */
|
|
20
|
+
:host([data-theme='dark']) {
|
|
21
|
+
--seki-separator-color: var(--color-border-dark, hsl(215 20% 25%));
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/* Base separator styles */
|
|
25
|
+
.seki-separator {
|
|
26
|
+
background-color: var(--seki-separator-color);
|
|
27
|
+
flex-shrink: 0;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/* Horizontal separator (default) */
|
|
31
|
+
.seki-separator--horizontal {
|
|
32
|
+
width: 100%;
|
|
33
|
+
height: var(--seki-separator-thickness);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/* Vertical separator */
|
|
37
|
+
.seki-separator--vertical {
|
|
38
|
+
width: var(--seki-separator-thickness);
|
|
39
|
+
height: 100%;
|
|
40
|
+
min-height: 1rem;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/* High contrast mode support */
|
|
44
|
+
@media (prefers-contrast: more) {
|
|
45
|
+
.seki-separator {
|
|
46
|
+
--seki-separator-thickness: 2px;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
/**
|
|
3
|
+
* seki-separator: Visual divider for separating content
|
|
4
|
+
*
|
|
5
|
+
* @component Separator
|
|
6
|
+
* @example
|
|
7
|
+
* <seki-separator></seki-separator>
|
|
8
|
+
* <seki-separator orientation="vertical"></seki-separator>
|
|
9
|
+
*/
|
|
10
|
+
export class SekiSeparator {
|
|
11
|
+
constructor() {
|
|
12
|
+
/**
|
|
13
|
+
* Orientation of the separator
|
|
14
|
+
* @default 'horizontal'
|
|
15
|
+
*/
|
|
16
|
+
this.orientation = 'horizontal';
|
|
17
|
+
/**
|
|
18
|
+
* Whether the separator is purely decorative
|
|
19
|
+
* When true, removes the separator from accessibility tree
|
|
20
|
+
* @default false
|
|
21
|
+
*/
|
|
22
|
+
this.decorative = false;
|
|
23
|
+
}
|
|
24
|
+
render() {
|
|
25
|
+
const isVertical = this.orientation === 'vertical';
|
|
26
|
+
return (h("div", { key: 'bc2f267cb2c0598201eac86a9fe5db40833e2bfe', class: {
|
|
27
|
+
'seki-separator': true,
|
|
28
|
+
'seki-separator--horizontal': !isVertical,
|
|
29
|
+
'seki-separator--vertical': isVertical,
|
|
30
|
+
}, role: this.decorative ? 'none' : 'separator', "aria-orientation": this.decorative ? undefined : this.orientation, "data-orientation": this.orientation, part: "separator" }));
|
|
31
|
+
}
|
|
32
|
+
static get is() { return "seki-separator"; }
|
|
33
|
+
static get encapsulation() { return "shadow"; }
|
|
34
|
+
static get originalStyleUrls() {
|
|
35
|
+
return {
|
|
36
|
+
"$": ["seki-separator.css"]
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
static get styleUrls() {
|
|
40
|
+
return {
|
|
41
|
+
"$": ["seki-separator.css"]
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
static get properties() {
|
|
45
|
+
return {
|
|
46
|
+
"orientation": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"mutable": false,
|
|
49
|
+
"complexType": {
|
|
50
|
+
"original": "SeparatorOrientation",
|
|
51
|
+
"resolved": "\"horizontal\" | \"vertical\" | undefined",
|
|
52
|
+
"references": {
|
|
53
|
+
"SeparatorOrientation": {
|
|
54
|
+
"location": "import",
|
|
55
|
+
"path": "./seki-separator.interface",
|
|
56
|
+
"id": "src/components/separator/seki-separator.interface.ts::SeparatorOrientation"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"required": false,
|
|
61
|
+
"optional": true,
|
|
62
|
+
"docs": {
|
|
63
|
+
"tags": [{
|
|
64
|
+
"name": "default",
|
|
65
|
+
"text": "'horizontal'"
|
|
66
|
+
}],
|
|
67
|
+
"text": "Orientation of the separator"
|
|
68
|
+
},
|
|
69
|
+
"getter": false,
|
|
70
|
+
"setter": false,
|
|
71
|
+
"reflect": false,
|
|
72
|
+
"attribute": "orientation",
|
|
73
|
+
"defaultValue": "'horizontal'"
|
|
74
|
+
},
|
|
75
|
+
"decorative": {
|
|
76
|
+
"type": "boolean",
|
|
77
|
+
"mutable": false,
|
|
78
|
+
"complexType": {
|
|
79
|
+
"original": "boolean",
|
|
80
|
+
"resolved": "boolean | undefined",
|
|
81
|
+
"references": {}
|
|
82
|
+
},
|
|
83
|
+
"required": false,
|
|
84
|
+
"optional": true,
|
|
85
|
+
"docs": {
|
|
86
|
+
"tags": [{
|
|
87
|
+
"name": "default",
|
|
88
|
+
"text": "false"
|
|
89
|
+
}],
|
|
90
|
+
"text": "Whether the separator is purely decorative\nWhen true, removes the separator from accessibility tree"
|
|
91
|
+
},
|
|
92
|
+
"getter": false,
|
|
93
|
+
"setter": false,
|
|
94
|
+
"reflect": false,
|
|
95
|
+
"attribute": "decorative",
|
|
96
|
+
"defaultValue": "false"
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
/**
|
|
3
|
+
* seki-sheet-close: Close button for the sheet
|
|
4
|
+
*
|
|
5
|
+
* @component SheetClose
|
|
6
|
+
*/
|
|
7
|
+
export class SekiSheetClose {
|
|
8
|
+
constructor() {
|
|
9
|
+
this.handleClick = () => {
|
|
10
|
+
this.closeSheet.emit();
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
render() {
|
|
14
|
+
return (h("div", { key: '311c0fb386bdfde2ea3b8185a0fdde3d9b2cde39', class: "seki-sheet-close", part: "close", onClick: this.handleClick }, h("slot", { key: 'd71178267459ab7c56ab7bb74a6a91caa24f5d7b' })));
|
|
15
|
+
}
|
|
16
|
+
static get is() { return "seki-sheet-close"; }
|
|
17
|
+
static get encapsulation() { return "shadow"; }
|
|
18
|
+
static get originalStyleUrls() {
|
|
19
|
+
return {
|
|
20
|
+
"$": ["seki-sheet.css"]
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
static get styleUrls() {
|
|
24
|
+
return {
|
|
25
|
+
"$": ["seki-sheet.css"]
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
static get events() {
|
|
29
|
+
return [{
|
|
30
|
+
"method": "closeSheet",
|
|
31
|
+
"name": "closeSheet",
|
|
32
|
+
"bubbles": true,
|
|
33
|
+
"cancelable": true,
|
|
34
|
+
"composed": true,
|
|
35
|
+
"docs": {
|
|
36
|
+
"tags": [],
|
|
37
|
+
"text": "Emitted when close is clicked"
|
|
38
|
+
},
|
|
39
|
+
"complexType": {
|
|
40
|
+
"original": "void",
|
|
41
|
+
"resolved": "void",
|
|
42
|
+
"references": {}
|
|
43
|
+
}
|
|
44
|
+
}];
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { h, Host } from "@stencil/core";
|
|
2
|
+
/**
|
|
3
|
+
* seki-sheet-content: Container for sheet content
|
|
4
|
+
*
|
|
5
|
+
* @component SheetContent
|
|
6
|
+
*/
|
|
7
|
+
export class SekiSheetContent {
|
|
8
|
+
constructor() {
|
|
9
|
+
/**
|
|
10
|
+
* Side of the screen the sheet slides in from
|
|
11
|
+
* @default 'right'
|
|
12
|
+
*/
|
|
13
|
+
this.side = 'right';
|
|
14
|
+
this.handleCloseClick = () => {
|
|
15
|
+
this.closeSheet.emit();
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
componentWillLoad() {
|
|
19
|
+
// Propagate side attribute to parent for CSS targeting
|
|
20
|
+
const parent = this.el.closest('seki-sheet');
|
|
21
|
+
if (parent) {
|
|
22
|
+
parent.setAttribute('data-side', this.side || 'right');
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
render() {
|
|
26
|
+
return (h(Host, { key: 'a7a3186c487b85174956265b8f96248d894f18ce', "data-side": this.side }, h("div", { key: 'f58649f7229bfa4db98bdd970a7c324c9210b0f7', role: "dialog", "aria-modal": "true", class: {
|
|
27
|
+
'seki-sheet-content': true,
|
|
28
|
+
[`seki-sheet-content--${this.side}`]: true,
|
|
29
|
+
}, part: "content" }, h("button", { key: '8f3c0fd77e7014f83ca06d10db20a4fff19430ec', type: "button", class: "seki-sheet-close-button", "aria-label": "Close", onClick: this.handleCloseClick }, h("svg", { key: '9ab19f10d29fdea43eacfbfd5cdc0454448c31d6', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "aria-hidden": "true" }, h("path", { key: 'e110195ab15d38c431cf9dfcbef96abf08b89c58', d: "M18 6 6 18" }), h("path", { key: '1ed8568241d7d7c628131f23d751d12af50eec8b', d: "m6 6 12 12" }))), h("slot", { key: 'f18d2a5a87d5d2653ce92766bc34c4506b88d4f4' }))));
|
|
30
|
+
}
|
|
31
|
+
static get is() { return "seki-sheet-content"; }
|
|
32
|
+
static get encapsulation() { return "shadow"; }
|
|
33
|
+
static get originalStyleUrls() {
|
|
34
|
+
return {
|
|
35
|
+
"$": ["seki-sheet.css"]
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
static get styleUrls() {
|
|
39
|
+
return {
|
|
40
|
+
"$": ["seki-sheet.css"]
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
static get properties() {
|
|
44
|
+
return {
|
|
45
|
+
"side": {
|
|
46
|
+
"type": "string",
|
|
47
|
+
"mutable": false,
|
|
48
|
+
"complexType": {
|
|
49
|
+
"original": "SheetSide",
|
|
50
|
+
"resolved": "\"bottom\" | \"left\" | \"right\" | \"top\" | undefined",
|
|
51
|
+
"references": {
|
|
52
|
+
"SheetSide": {
|
|
53
|
+
"location": "local",
|
|
54
|
+
"path": "/home/runner/work/seki-ui/seki-ui/src/components/sheet/seki-sheet-content.tsx",
|
|
55
|
+
"id": "src/components/sheet/seki-sheet-content.tsx::SheetSide"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"required": false,
|
|
60
|
+
"optional": true,
|
|
61
|
+
"docs": {
|
|
62
|
+
"tags": [{
|
|
63
|
+
"name": "default",
|
|
64
|
+
"text": "'right'"
|
|
65
|
+
}],
|
|
66
|
+
"text": "Side of the screen the sheet slides in from"
|
|
67
|
+
},
|
|
68
|
+
"getter": false,
|
|
69
|
+
"setter": false,
|
|
70
|
+
"reflect": false,
|
|
71
|
+
"attribute": "side",
|
|
72
|
+
"defaultValue": "'right'"
|
|
73
|
+
}
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
static get events() {
|
|
77
|
+
return [{
|
|
78
|
+
"method": "closeSheet",
|
|
79
|
+
"name": "closeSheet",
|
|
80
|
+
"bubbles": true,
|
|
81
|
+
"cancelable": true,
|
|
82
|
+
"composed": true,
|
|
83
|
+
"docs": {
|
|
84
|
+
"tags": [],
|
|
85
|
+
"text": "Emitted when close is requested"
|
|
86
|
+
},
|
|
87
|
+
"complexType": {
|
|
88
|
+
"original": "void",
|
|
89
|
+
"resolved": "void",
|
|
90
|
+
"references": {}
|
|
91
|
+
}
|
|
92
|
+
}];
|
|
93
|
+
}
|
|
94
|
+
static get elementRef() { return "el"; }
|
|
95
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
/**
|
|
3
|
+
* seki-sheet-description: Descriptive text in the sheet header
|
|
4
|
+
*
|
|
5
|
+
* @component SheetDescription
|
|
6
|
+
*/
|
|
7
|
+
export class SekiSheetDescription {
|
|
8
|
+
render() {
|
|
9
|
+
return (h("p", { key: '578cf7969904ced76a2e60eb760c1a8cb9287e04', class: "seki-sheet-description", part: "description" }, h("slot", { key: 'a7b0ffe385d21dcb4da9ee3a5173747f384399ef' })));
|
|
10
|
+
}
|
|
11
|
+
static get is() { return "seki-sheet-description"; }
|
|
12
|
+
static get encapsulation() { return "shadow"; }
|
|
13
|
+
static get originalStyleUrls() {
|
|
14
|
+
return {
|
|
15
|
+
"$": ["seki-sheet.css"]
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
static get styleUrls() {
|
|
19
|
+
return {
|
|
20
|
+
"$": ["seki-sheet.css"]
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
/**
|
|
3
|
+
* seki-sheet-footer: Footer section of the sheet for actions
|
|
4
|
+
*
|
|
5
|
+
* @component SheetFooter
|
|
6
|
+
*/
|
|
7
|
+
export class SekiSheetFooter {
|
|
8
|
+
render() {
|
|
9
|
+
return (h("div", { key: '94a068d8899bc7b4b0bbc6e8841a590f3018b773', class: "seki-sheet-footer", part: "footer" }, h("slot", { key: '984efb4ac8d84b0d455249dc3ae314eca2f0f0e2' })));
|
|
10
|
+
}
|
|
11
|
+
static get is() { return "seki-sheet-footer"; }
|
|
12
|
+
static get encapsulation() { return "shadow"; }
|
|
13
|
+
static get originalStyleUrls() {
|
|
14
|
+
return {
|
|
15
|
+
"$": ["seki-sheet.css"]
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
static get styleUrls() {
|
|
19
|
+
return {
|
|
20
|
+
"$": ["seki-sheet.css"]
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
/**
|
|
3
|
+
* seki-sheet-header: Header section of the sheet
|
|
4
|
+
*
|
|
5
|
+
* @component SheetHeader
|
|
6
|
+
*/
|
|
7
|
+
export class SekiSheetHeader {
|
|
8
|
+
render() {
|
|
9
|
+
return (h("div", { key: 'c77e5e07910a2cecf7fc8bb45dca0561eb3ce56d', class: "seki-sheet-header", part: "header" }, h("slot", { key: 'fa82acc36ad1ba04ce9a11664fb3b36dbeb61f07' })));
|
|
10
|
+
}
|
|
11
|
+
static get is() { return "seki-sheet-header"; }
|
|
12
|
+
static get encapsulation() { return "shadow"; }
|
|
13
|
+
static get originalStyleUrls() {
|
|
14
|
+
return {
|
|
15
|
+
"$": ["seki-sheet.css"]
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
static get styleUrls() {
|
|
19
|
+
return {
|
|
20
|
+
"$": ["seki-sheet.css"]
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
}
|