@xplortech/apollo-core 2.5.0 → 2.6.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/.typings/apollo-components.html-data.json +393 -26
- package/build/style.css +4224 -1016
- package/dist/apollo-core/apollo-core.css +18 -27
- package/dist/apollo-core/apollo-core.esm.js +1 -1
- package/dist/apollo-core/p-02167464.entry.js +1 -0
- package/dist/apollo-core/p-0bce3874.entry.js +1 -0
- package/dist/apollo-core/{p-0e1877a2.entry.js → p-1fd3dc87.entry.js} +1 -1
- package/dist/apollo-core/{p-0ac33b3a.entry.js → p-42016063.entry.js} +1 -1
- package/dist/apollo-core/p-5549756c.entry.js +1 -0
- package/dist/apollo-core/p-56fa4941.entry.js +1 -0
- package/dist/apollo-core/p-76c324da.entry.js +1 -0
- package/dist/apollo-core/p-7a3224b4.entry.js +1 -0
- package/dist/apollo-core/p-7e924697.entry.js +1 -0
- package/dist/apollo-core/{p-f4c2626d.entry.js → p-8a1affce.entry.js} +1 -1
- package/dist/apollo-core/p-9efca9e1.entry.js +1 -0
- package/dist/apollo-core/p-C_Z2nG0p.js +2 -0
- package/dist/apollo-core/p-b252b380.entry.js +1 -0
- package/dist/apollo-core/p-c91daac1.entry.js +1 -0
- package/dist/apollo-core/p-d9b62508.entry.js +1 -0
- package/dist/apollo-core/p-eaea16d1.entry.js +1 -0
- package/dist/apollo-core/p-eed13bca.entry.js +1 -0
- package/dist/apollo-core/{p-4fab8172.entry.js → p-f5af9539.entry.js} +1 -1
- package/dist/cjs/apollo-core.cjs.js +3 -3
- package/dist/cjs/{index-D__N_vw2.js → index-DH6pgWru.js} +137 -87
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/xpl-accordion.cjs.entry.js +5 -5
- package/dist/cjs/xpl-application-shell.cjs.entry.js +4 -4
- package/dist/cjs/{xpl-avatar_41.cjs.entry.js → xpl-avatar_47.cjs.entry.js} +2802 -272
- package/dist/cjs/xpl-button-row.cjs.entry.js +4 -4
- package/dist/cjs/xpl-calendar.cjs.entry.js +4 -4
- package/dist/cjs/xpl-dynamic-table-cell.cjs.entry.js +5 -5
- package/dist/cjs/xpl-dynamic-table-row.cjs.entry.js +5 -5
- package/dist/cjs/xpl-dynamic-table.cjs.entry.js +4 -4
- package/dist/cjs/xpl-grid-item.cjs.entry.js +4 -4
- package/dist/cjs/xpl-grid.cjs.entry.js +4 -4
- package/dist/cjs/xpl-large-card.cjs.entry.js +4 -4
- package/dist/cjs/xpl-list.cjs.entry.js +4 -4
- package/dist/cjs/xpl-main-nav.cjs.entry.js +4 -4
- package/dist/cjs/xpl-table-header-cell.cjs.entry.js +3 -3
- package/dist/cjs/xpl-table-header.cjs.entry.js +4 -4
- package/dist/cjs/xpl-toggle.cjs.entry.js +6 -6
- package/dist/cjs/xpl-toolbar.cjs.entry.js +5 -5
- package/dist/collection/collection-manifest.json +9 -2
- package/dist/collection/components/xpl-accordion/accordion.stories.js +4 -0
- package/dist/collection/components/xpl-accordion/xpl-accordion.js +3 -3
- package/dist/collection/components/xpl-application-shell/application-shell.stories.js +4 -0
- package/dist/collection/components/xpl-application-shell/xpl-application-shell.js +2 -2
- package/dist/collection/components/xpl-avatar/avatar.stories.js +4 -0
- package/dist/collection/components/xpl-avatar/xpl-avatar.js +3 -3
- package/dist/collection/components/xpl-backdrop/backdrop.stories.js +4 -0
- package/dist/collection/components/xpl-backdrop/xpl-backdrop.js +2 -2
- package/dist/collection/components/xpl-badge/badge.stories.js +108 -33
- package/dist/collection/components/xpl-badge/xpl-badge.js +122 -14
- package/dist/collection/components/xpl-banner/banner.stories.js +64 -0
- package/dist/collection/components/xpl-banner/xpl-banner.js +295 -0
- package/dist/collection/components/xpl-breadcrumbs/breadcrumbs.stories.js +4 -0
- package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.js +2 -2
- package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.js +2 -2
- package/dist/collection/components/xpl-button/button.stories.js +102 -98
- package/dist/collection/components/xpl-button/xpl-button.js +183 -93
- package/dist/collection/components/xpl-button-row/xpl-button-row.js +2 -2
- package/dist/collection/components/xpl-calendar/calendar.stories.js +4 -0
- package/dist/collection/components/xpl-calendar/xpl-calendar.js +2 -2
- package/dist/collection/components/xpl-checkbox/checkbox.stories.js +4 -0
- package/dist/collection/components/xpl-checkbox/xpl-checkbox.js +4 -4
- package/dist/collection/components/xpl-choicelist/choicelist.stories.js +4 -0
- package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +2 -2
- package/dist/collection/components/xpl-content-area/xpl-content-area.js +2 -2
- package/dist/collection/components/xpl-dashboard/xpl-dashboard.js +2 -2
- package/dist/collection/components/xpl-data-card/data-card.stories.js +4 -0
- package/dist/collection/components/xpl-data-card/xpl-data-card.js +3 -3
- package/dist/collection/components/xpl-divider/divider.stories.js +4 -0
- package/dist/collection/components/xpl-divider/xpl-divider.js +2 -2
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +2 -2
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +2 -2
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +29 -4
- package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +120 -79
- package/dist/collection/components/xpl-dynamic-table/xpl-dynamic-table.js +2 -2
- package/dist/collection/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.js +3 -3
- package/dist/collection/components/xpl-dynamic-table-row/xpl-dynamic-table-row.js +3 -3
- package/dist/collection/components/xpl-grid/xpl-grid.js +2 -2
- package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +2 -2
- package/dist/collection/components/xpl-header-accordion/xpl-header-accordion.js +2 -2
- package/dist/collection/components/xpl-icon/xpl-icon.js +3 -3
- package/dist/collection/components/xpl-input/input.stories.js +75 -9
- package/dist/collection/components/xpl-input/xpl-input-color/xpl-input-color.js +9 -9
- package/dist/collection/components/xpl-input/xpl-input-date/xpl-input-date.js +55 -17
- package/dist/collection/components/xpl-input/xpl-input-file/xpl-input-file.js +5 -5
- package/dist/collection/components/xpl-input/xpl-input-phone/phone-country-data.js +58 -0
- package/dist/collection/components/xpl-input/xpl-input-phone/phone-format.js +219 -0
- package/dist/collection/components/xpl-input/xpl-input-phone/xpl-input-phone.js +469 -0
- package/dist/collection/components/xpl-input/xpl-input-time/xpl-input-time.js +3 -3
- package/dist/collection/components/xpl-input/xpl-input.js +101 -7
- package/dist/collection/components/xpl-large-card/large-card.stories.js +4 -0
- package/dist/collection/components/xpl-large-card/xpl-large-card.js +2 -2
- package/dist/collection/components/xpl-list/xpl-list.js +2 -2
- package/dist/collection/components/xpl-main-nav/xpl-main-nav.js +2 -2
- package/dist/collection/components/xpl-modal/modal.stories.js +4 -0
- package/dist/collection/components/xpl-modal/xpl-modal.js +2 -2
- package/dist/collection/components/xpl-nav-item/xpl-nav-item.js +3 -3
- package/dist/collection/components/xpl-pagination/pagination.stories.js +4 -0
- package/dist/collection/components/xpl-pagination/xpl-pagination.js +4 -4
- package/dist/collection/components/xpl-panel/panel.stories.js +51 -0
- package/dist/collection/components/xpl-panel/xpl-panel.js +60 -0
- package/dist/collection/components/xpl-popover/popover.stories.js +4 -0
- package/dist/collection/components/xpl-popover/xpl-popover.js +5 -5
- package/dist/collection/components/xpl-progress/xpl-progress.js +2 -2
- package/dist/collection/components/xpl-progress-bar/progress-bar.stories.js +96 -0
- package/dist/collection/components/xpl-progress-bar/xpl-progress-bar.js +158 -0
- package/dist/collection/components/xpl-radio/xpl-radio.js +4 -4
- package/dist/collection/components/xpl-secondary-nav/xpl-secondary-nav.js +2 -2
- package/dist/collection/components/xpl-select/xpl-select.js +7 -7
- package/dist/collection/components/xpl-side-nav/side-nav.stories.js +519 -0
- package/dist/collection/components/xpl-side-nav/xpl-side-nav-item/xpl-side-nav-item.js +259 -0
- package/dist/collection/components/xpl-side-nav/xpl-side-nav.js +32 -0
- package/dist/collection/components/xpl-skeleton/xpl-skeleton.js +2 -2
- package/dist/collection/components/xpl-slideout/xpl-slideout.js +2 -2
- package/dist/collection/components/xpl-tab/xpl-tab.js +3 -3
- package/dist/collection/components/xpl-tab-panel/xpl-tab-panel.js +3 -3
- package/dist/collection/components/xpl-table/xpl-table.js +6 -6
- package/dist/collection/components/xpl-table-header/xpl-table-header.js +2 -2
- package/dist/collection/components/xpl-table-header-cell/xpl-table-header-cell.js +1 -1
- package/dist/collection/components/xpl-tabs/xpl-tabs.js +6 -6
- package/dist/collection/components/xpl-tag/xpl-tag.js +3 -3
- package/dist/collection/components/xpl-toast/xpl-toast.js +3 -3
- package/dist/collection/components/xpl-toggle/xpl-toggle.js +4 -4
- package/dist/collection/components/xpl-toolbar/xpl-toolbar.js +3 -3
- package/dist/collection/components/xpl-tooltip/xpl-tooltip.js +2 -2
- package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js +2 -2
- package/dist/collection/utils/layout-ancestors.js +22 -0
- package/dist/components/index.js +1 -1
- package/dist/components/xpl-accordion.js +1 -1
- package/dist/components/xpl-application-shell.js +1 -1
- package/dist/components/xpl-avatar.js +1 -1
- package/dist/components/xpl-avatar2.js +1 -1
- package/dist/components/xpl-backdrop.js +1 -1
- package/dist/components/xpl-backdrop2.js +1 -1
- package/dist/components/xpl-badge.js +1 -1
- package/dist/components/xpl-badge2.js +1 -1
- package/dist/components/xpl-banner.d.ts +11 -0
- package/dist/components/xpl-banner.js +1 -0
- package/dist/components/xpl-breadcrumb-item.js +1 -1
- package/dist/components/xpl-breadcrumbs.js +1 -1
- package/dist/components/xpl-button-row.js +1 -1
- package/dist/components/xpl-button.js +1 -1
- package/dist/components/xpl-button2.js +1 -1
- package/dist/components/xpl-calendar.js +1 -1
- package/dist/components/xpl-checkbox.js +1 -1
- package/dist/components/xpl-checkbox2.js +1 -1
- package/dist/components/xpl-choicelist.js +1 -1
- package/dist/components/xpl-content-area.js +1 -1
- package/dist/components/xpl-dashboard.js +1 -1
- package/dist/components/xpl-data-card.js +1 -1
- package/dist/components/xpl-divider.js +1 -1
- package/dist/components/xpl-divider2.js +1 -1
- package/dist/components/xpl-dropdown-group.js +1 -1
- package/dist/components/xpl-dropdown-group2.js +1 -1
- package/dist/components/xpl-dropdown-heading.js +1 -1
- package/dist/components/xpl-dropdown-heading2.js +1 -1
- package/dist/components/xpl-dropdown-option.js +1 -1
- package/dist/components/xpl-dropdown-option2.js +1 -1
- package/dist/components/xpl-dropdown.js +1 -1
- package/dist/components/xpl-dropdown2.js +1 -1
- package/dist/components/xpl-dynamic-table-cell.js +1 -1
- package/dist/components/xpl-dynamic-table-row.js +1 -1
- package/dist/components/xpl-dynamic-table.js +1 -1
- package/dist/components/xpl-grid-item.js +1 -1
- package/dist/components/xpl-grid.js +1 -1
- package/dist/components/xpl-header-accordion.js +1 -1
- package/dist/components/xpl-icon.js +1 -1
- package/dist/components/xpl-icon2.js +1 -1
- package/dist/components/xpl-input-date.js +1 -1
- package/dist/components/xpl-input-date2.js +1 -1
- package/dist/components/xpl-input-file.js +1 -1
- package/dist/components/xpl-input-file2.js +1 -1
- package/dist/components/xpl-input-phone.d.ts +11 -0
- package/dist/components/xpl-input-phone.js +1 -0
- package/dist/components/xpl-input-time.js +1 -1
- package/dist/components/xpl-input.js +1 -1
- package/dist/components/xpl-input2.js +1 -1
- package/dist/components/xpl-large-card.js +1 -1
- package/dist/components/xpl-list.js +1 -1
- package/dist/components/xpl-main-nav.js +1 -1
- package/dist/components/xpl-modal.js +1 -1
- package/dist/components/xpl-nav-item.js +1 -1
- package/dist/components/xpl-pagination.js +1 -1
- package/dist/components/xpl-panel.d.ts +11 -0
- package/dist/components/xpl-panel.js +1 -0
- package/dist/components/xpl-popover.js +1 -1
- package/dist/components/xpl-popover2.js +1 -1
- package/dist/components/xpl-progress-bar.d.ts +11 -0
- package/dist/components/xpl-progress-bar.js +1 -0
- package/dist/components/xpl-progress.js +1 -1
- package/dist/components/xpl-radio.js +1 -1
- package/dist/components/xpl-radio2.js +1 -1
- package/dist/components/xpl-secondary-nav.js +1 -1
- package/dist/components/xpl-select.js +1 -1
- package/dist/components/xpl-select2.js +1 -1
- package/dist/components/xpl-side-nav-item.d.ts +11 -0
- package/dist/components/xpl-side-nav-item.js +1 -0
- package/dist/components/xpl-side-nav.d.ts +11 -0
- package/dist/components/xpl-side-nav.js +1 -0
- package/dist/components/xpl-skeleton.js +1 -1
- package/dist/components/xpl-slideout.js +1 -1
- package/dist/components/xpl-tab-panel.js +1 -1
- package/dist/components/xpl-tab.js +1 -1
- package/dist/components/xpl-table-header.js +1 -1
- package/dist/components/xpl-table.js +1 -1
- package/dist/components/xpl-tabs.js +1 -1
- package/dist/components/xpl-tag.js +1 -1
- package/dist/components/xpl-tag2.js +1 -1
- package/dist/components/xpl-toast.js +1 -1
- package/dist/components/xpl-toggle.js +1 -1
- package/dist/components/xpl-toolbar.js +1 -1
- package/dist/components/xpl-tooltip.js +1 -1
- package/dist/components/xpl-tooltip2.js +1 -1
- package/dist/components/xpl-utility-bar.js +1 -1
- package/dist/docs/xpl-accordion/readme.md +4 -0
- package/dist/docs/xpl-avatar/readme.md +5 -0
- package/dist/docs/xpl-backdrop/readme.md +1 -1
- package/dist/docs/xpl-badge/readme.md +97 -4
- package/dist/docs/xpl-banner/readme.md +166 -0
- package/dist/docs/xpl-button/readme.md +151 -14
- package/dist/docs/xpl-button-row/readme.md +1 -0
- package/dist/docs/xpl-calendar/readme.md +2 -1
- package/dist/docs/xpl-checkbox/readme.md +2 -0
- package/dist/docs/xpl-choicelist/readme.md +1 -0
- package/dist/docs/xpl-data-card/readme.md +2 -2
- package/dist/docs/xpl-divider/readme.md +1 -1
- package/dist/docs/xpl-dropdown/readme.md +14 -11
- package/dist/docs/xpl-dropdown/xpl-dropdown-group/readme.md +1 -0
- package/dist/docs/xpl-dropdown/xpl-dropdown-option/readme.md +6 -0
- package/dist/docs/xpl-icon/readme.md +12 -0
- package/dist/docs/xpl-input/readme.md +41 -31
- package/dist/docs/xpl-input/xpl-input-color/readme.md +4 -0
- package/dist/docs/xpl-input/xpl-input-phone/readme.md +167 -0
- package/dist/docs/xpl-input/xpl-input-time/readme.md +4 -0
- package/dist/docs/xpl-large-card/readme.md +1 -1
- package/dist/docs/xpl-modal/readme.md +3 -0
- package/dist/docs/xpl-pagination/readme.md +3 -0
- package/dist/docs/xpl-panel/readme.md +83 -0
- package/dist/docs/xpl-popover/readme.md +1 -1
- package/dist/docs/xpl-progress-bar/readme.md +145 -0
- package/dist/docs/xpl-select/readme.md +1 -0
- package/dist/docs/xpl-side-nav/readme.md +71 -0
- package/dist/docs/xpl-side-nav/xpl-side-nav-item/readme.md +115 -0
- package/dist/docs/xpl-slideout/readme.md +1 -0
- package/dist/docs/xpl-tabs/readme.md +1 -0
- package/dist/docs/xpl-toast/readme.md +55 -0
- package/dist/esm/apollo-core.js +4 -4
- package/dist/esm/{index-DhZas3eX.js → index-C_Z2nG0p.js} +137 -87
- package/dist/esm/loader.js +3 -3
- package/dist/esm/xpl-accordion.entry.js +5 -5
- package/dist/esm/xpl-application-shell.entry.js +4 -4
- package/dist/esm/{xpl-avatar_41.entry.js → xpl-avatar_47.entry.js} +2753 -229
- package/dist/esm/xpl-button-row.entry.js +4 -4
- package/dist/esm/xpl-calendar.entry.js +4 -4
- package/dist/esm/xpl-dynamic-table-cell.entry.js +5 -5
- package/dist/esm/xpl-dynamic-table-row.entry.js +5 -5
- package/dist/esm/xpl-dynamic-table.entry.js +4 -4
- package/dist/esm/xpl-grid-item.entry.js +4 -4
- package/dist/esm/xpl-grid.entry.js +4 -4
- package/dist/esm/xpl-large-card.entry.js +4 -4
- package/dist/esm/xpl-list.entry.js +4 -4
- package/dist/esm/xpl-main-nav.entry.js +4 -4
- package/dist/esm/xpl-table-header-cell.entry.js +3 -3
- package/dist/esm/xpl-table-header.entry.js +4 -4
- package/dist/esm/xpl-toggle.entry.js +6 -6
- package/dist/esm/xpl-toolbar.entry.js +5 -5
- package/dist/types/components/xpl-accordion/xpl-accordion.d.ts +1 -1
- package/dist/types/components/xpl-application-shell/application-shell.stories.d.ts +4 -0
- package/dist/types/components/xpl-application-shell/xpl-application-shell.d.ts +1 -1
- package/dist/types/components/xpl-avatar/avatar.stories.d.ts +4 -0
- package/dist/types/components/xpl-avatar/xpl-avatar.d.ts +1 -1
- package/dist/types/components/xpl-backdrop/backdrop.stories.d.ts +4 -0
- package/dist/types/components/xpl-backdrop/xpl-backdrop.d.ts +1 -1
- package/dist/types/components/xpl-badge/badge.stories.d.ts +66 -11
- package/dist/types/components/xpl-badge/xpl-badge.d.ts +9 -2
- package/dist/types/components/xpl-banner/banner.stories.d.ts +77 -0
- package/dist/types/components/xpl-banner/xpl-banner.d.ts +20 -0
- package/dist/types/components/xpl-breadcrumbs/breadcrumbs.stories.d.ts +4 -0
- package/dist/types/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.d.ts +1 -1
- package/dist/types/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.d.ts +1 -1
- package/dist/types/components/xpl-button/button.stories.d.ts +68 -30
- package/dist/types/components/xpl-button/xpl-button.d.ts +14 -8
- package/dist/types/components/xpl-button-row/xpl-button-row.d.ts +1 -1
- package/dist/types/components/xpl-calendar/calendar.stories.d.ts +4 -0
- package/dist/types/components/xpl-calendar/xpl-calendar.d.ts +1 -1
- package/dist/types/components/xpl-checkbox/checkbox.stories.d.ts +4 -0
- package/dist/types/components/xpl-checkbox/xpl-checkbox.d.ts +1 -1
- package/dist/types/components/xpl-choicelist/choicelist.stories.d.ts +4 -0
- package/dist/types/components/xpl-choicelist/xpl-choicelist.d.ts +1 -1
- package/dist/types/components/xpl-content-area/xpl-content-area.d.ts +1 -1
- package/dist/types/components/xpl-dashboard/xpl-dashboard.d.ts +1 -1
- package/dist/types/components/xpl-data-card/data-card.stories.d.ts +4 -0
- package/dist/types/components/xpl-data-card/xpl-data-card.d.ts +1 -1
- package/dist/types/components/xpl-divider/divider.stories.d.ts +4 -0
- package/dist/types/components/xpl-divider/xpl-divider.d.ts +1 -1
- package/dist/types/components/xpl-dropdown/dropdown-option.d.ts +1 -0
- package/dist/types/components/xpl-dropdown/dropdown.stories.d.ts +1 -1
- package/dist/types/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.d.ts +1 -1
- package/dist/types/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.d.ts +1 -1
- package/dist/types/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.d.ts +3 -2
- package/dist/types/components/xpl-dropdown/xpl-dropdown.d.ts +11 -8
- package/dist/types/components/xpl-dynamic-table/xpl-dynamic-table.d.ts +1 -1
- package/dist/types/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.d.ts +1 -1
- package/dist/types/components/xpl-dynamic-table-row/xpl-dynamic-table-row.d.ts +1 -1
- package/dist/types/components/xpl-grid/xpl-grid.d.ts +1 -1
- package/dist/types/components/xpl-grid-item/xpl-grid-item.d.ts +1 -1
- package/dist/types/components/xpl-header-accordion/xpl-header-accordion.d.ts +1 -1
- package/dist/types/components/xpl-icon/xpl-icon.d.ts +1 -1
- package/dist/types/components/xpl-input/input.stories.d.ts +36 -7
- package/dist/types/components/xpl-input/xpl-input-color/xpl-input-color.d.ts +1 -1
- package/dist/types/components/xpl-input/xpl-input-date/xpl-input-date.d.ts +10 -3
- package/dist/types/components/xpl-input/xpl-input-file/xpl-input-file.d.ts +1 -1
- package/dist/types/components/xpl-input/xpl-input-phone/phone-country-data.d.ts +13 -0
- package/dist/types/components/xpl-input/xpl-input-phone/phone-format.d.ts +5 -0
- package/dist/types/components/xpl-input/xpl-input-phone/xpl-input-phone.d.ts +48 -0
- package/dist/types/components/xpl-input/xpl-input-time/xpl-input-time.d.ts +1 -1
- package/dist/types/components/xpl-input/xpl-input.d.ts +12 -2
- package/dist/types/components/xpl-large-card/large-card.stories.d.ts +4 -0
- package/dist/types/components/xpl-large-card/xpl-large-card.d.ts +1 -1
- package/dist/types/components/xpl-list/xpl-list.d.ts +1 -1
- package/dist/types/components/xpl-main-nav/xpl-main-nav.d.ts +1 -1
- package/dist/types/components/xpl-modal/modal.stories.d.ts +4 -0
- package/dist/types/components/xpl-modal/xpl-modal.d.ts +1 -1
- package/dist/types/components/xpl-nav-item/xpl-nav-item.d.ts +1 -1
- package/dist/types/components/xpl-pagination/pagination.stories.d.ts +4 -0
- package/dist/types/components/xpl-pagination/xpl-pagination.d.ts +1 -1
- package/dist/types/components/xpl-panel/panel.stories.d.ts +20 -0
- package/dist/types/components/xpl-panel/xpl-panel.d.ts +5 -0
- package/dist/types/components/xpl-popover/xpl-popover.d.ts +1 -1
- package/dist/types/components/xpl-progress/xpl-progress.d.ts +1 -1
- package/dist/types/components/xpl-progress-bar/progress-bar.stories.d.ts +73 -0
- package/dist/types/components/xpl-progress-bar/xpl-progress-bar.d.ts +15 -0
- package/dist/types/components/xpl-radio/xpl-radio.d.ts +1 -1
- package/dist/types/components/xpl-secondary-nav/xpl-secondary-nav.d.ts +1 -1
- package/dist/types/components/xpl-select/xpl-select.d.ts +1 -1
- package/dist/types/components/xpl-side-nav/side-nav.stories.d.ts +80 -0
- package/dist/types/components/xpl-side-nav/xpl-side-nav-item/xpl-side-nav-item.d.ts +20 -0
- package/dist/types/components/xpl-side-nav/xpl-side-nav.d.ts +4 -0
- package/dist/types/components/xpl-skeleton/xpl-skeleton.d.ts +1 -1
- package/dist/types/components/xpl-slideout/xpl-slideout.d.ts +1 -1
- package/dist/types/components/xpl-tab/xpl-tab.d.ts +1 -1
- package/dist/types/components/xpl-tab-panel/xpl-tab-panel.d.ts +1 -1
- package/dist/types/components/xpl-table/xpl-table.d.ts +1 -1
- package/dist/types/components/xpl-table-header/xpl-table-header.d.ts +1 -1
- package/dist/types/components/xpl-table-header-cell/xpl-table-header-cell.d.ts +1 -1
- package/dist/types/components/xpl-tabs/xpl-tabs.d.ts +2 -2
- package/dist/types/components/xpl-tag/xpl-tag.d.ts +1 -1
- package/dist/types/components/xpl-toast/xpl-toast.d.ts +1 -1
- package/dist/types/components/xpl-toggle/xpl-toggle.d.ts +1 -1
- package/dist/types/components/xpl-toolbar/xpl-toolbar.d.ts +1 -1
- package/dist/types/components/xpl-tooltip/xpl-tooltip.d.ts +1 -1
- package/dist/types/components/xpl-utility-bar/xpl-utility-bar.d.ts +1 -1
- package/dist/types/components.d.ts +1219 -178
- package/dist/types/stencil-public-runtime.d.ts +23 -2
- package/dist/types/utils/layout-ancestors.d.ts +2 -0
- package/package.json +41 -27
- package/dist/apollo-core/p-1c2e4034.entry.js +0 -1
- package/dist/apollo-core/p-3b5f8989.entry.js +0 -1
- package/dist/apollo-core/p-576ce90f.entry.js +0 -1
- package/dist/apollo-core/p-5ec45742.entry.js +0 -1
- package/dist/apollo-core/p-77f0fd4a.entry.js +0 -1
- package/dist/apollo-core/p-7b7db57a.entry.js +0 -1
- package/dist/apollo-core/p-7c22b842.entry.js +0 -1
- package/dist/apollo-core/p-7d245bf0.entry.js +0 -1
- package/dist/apollo-core/p-812bb0e4.entry.js +0 -1
- package/dist/apollo-core/p-845eef0d.entry.js +0 -1
- package/dist/apollo-core/p-9853028c.entry.js +0 -1
- package/dist/apollo-core/p-9d65ece7.entry.js +0 -1
- package/dist/apollo-core/p-DhZas3eX.js +0 -2
- package/dist/apollo-core/p-be292555.entry.js +0 -1
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"name": "xpl-accordion",
|
|
6
6
|
"description": {
|
|
7
7
|
"kind": "markdown",
|
|
8
|
-
"value": ""
|
|
8
|
+
"value": "Accordions are collapsable containers and allow users to collapse or expand the container. Useful when many items are present in a section and users may benefit from closing content to gain more space or focus on content that is most important to them. \n\nUse the content slot in the opened state to swap in Apollo components or make your own local component with groups of Apollo components or custom content.\n\nNote: Users will often miss any content that is hidden behind an interaction. If it is important that users see the content, use an accordion's open state on load `initialExpanded`, or use another pattern."
|
|
9
9
|
},
|
|
10
10
|
"attributes": [
|
|
11
11
|
{
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"name": "xpl-avatar",
|
|
86
86
|
"description": {
|
|
87
87
|
"kind": "markdown",
|
|
88
|
-
"value": ""
|
|
88
|
+
"value": "An Avatar is a visual representation of a user or entity. There are 5 types of avatar Figma component; Avatar Default, Avatar Group, Avatar Profile, Avatar Text, and Avatar Clickable. Each comes in a variety of sizes, faces and placeholder colors. \n\nAvatars typically display a user’s image. When no image is available, use the first and last initial of a user’s name. The avatar can handle up to three letters.\n\nThere are 10 avatar faces and 10 corresponding colors. We suggest randomly generating placeholder colors to show a visual differentiator when multiple avatars or an avatar group is displayed."
|
|
89
89
|
},
|
|
90
90
|
"attributes": [
|
|
91
91
|
{
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"name": "xpl-backdrop",
|
|
163
163
|
"description": {
|
|
164
164
|
"kind": "markdown",
|
|
165
|
-
"value": "This backdrop is used to add a transparent darker layer on top of the content area
|
|
165
|
+
"value": "This backdrop is used to add a transparent darker layer on top of the content area to focus the user’s attention. Typically used when a dialog such as a modal or slide out panel is active."
|
|
166
166
|
},
|
|
167
167
|
"attributes": [
|
|
168
168
|
{
|
|
@@ -175,33 +175,145 @@
|
|
|
175
175
|
"name": "xpl-badge",
|
|
176
176
|
"description": {
|
|
177
177
|
"kind": "markdown",
|
|
178
|
-
"value": ""
|
|
178
|
+
"value": "`xpl-badge` is a small, non-interactive status indicator used to communicate counts, states, or supplementary information next to another element. Badges are **never clickable** – use a button or link if you need interaction.\n\nBadges support multiple **variants** (colors), **sizes**, **shapes**, and **dot styles**, so they can be used both as pill labels and as compact status / notification indicators."
|
|
179
179
|
},
|
|
180
180
|
"attributes": [
|
|
181
|
+
{
|
|
182
|
+
"name": "bordered",
|
|
183
|
+
"description": "Whether badge shows a bordered ring"
|
|
184
|
+
},
|
|
181
185
|
{
|
|
182
186
|
"name": "dot",
|
|
183
|
-
"description": "Whether badge shows a dot icon before the text"
|
|
187
|
+
"description": "Whether badge shows a dot icon before the text (inside the pill)"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "dot-only",
|
|
191
|
+
"description": "When true, render a compact badge built around the dot.\n- With no children: just a dot (status/dot badge)\n- With children: a small dot badge with the text/number inside"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "shape",
|
|
195
|
+
"description": "Badge shape\nrounded (pill) boxy (rounded corners)",
|
|
196
|
+
"values": [
|
|
197
|
+
{
|
|
198
|
+
"name": "boxy"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "rounded"
|
|
202
|
+
}
|
|
203
|
+
]
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"name": "size",
|
|
207
|
+
"description": "Badge size\ndefault | small",
|
|
208
|
+
"values": [
|
|
209
|
+
{
|
|
210
|
+
"name": "default"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "small"
|
|
214
|
+
}
|
|
215
|
+
]
|
|
184
216
|
},
|
|
185
217
|
{
|
|
186
218
|
"name": "variant",
|
|
187
|
-
"description": "
|
|
219
|
+
"description": "Badge variant (color).\n\nPreferred values: `purple`, `green`, `yellow`, `orange`, `gray`, `red`, `blue`.\n\nThe legacy semantic names `success`, `warning`, `inactive`, and `error` are still\naccepted and map to `green`, `yellow`, `gray`, and `red` respectively. Prefer the\ncolor names for new code.",
|
|
188
220
|
"values": [
|
|
221
|
+
{
|
|
222
|
+
"name": "blue"
|
|
223
|
+
},
|
|
189
224
|
{
|
|
190
225
|
"name": "error"
|
|
191
226
|
},
|
|
227
|
+
{
|
|
228
|
+
"name": "gray"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "green"
|
|
232
|
+
},
|
|
192
233
|
{
|
|
193
234
|
"name": "inactive"
|
|
194
235
|
},
|
|
236
|
+
{
|
|
237
|
+
"name": "orange"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "purple"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "red"
|
|
244
|
+
},
|
|
195
245
|
{
|
|
196
246
|
"name": "success"
|
|
197
247
|
},
|
|
198
248
|
{
|
|
199
249
|
"name": "warning"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "yellow"
|
|
200
253
|
}
|
|
201
254
|
]
|
|
202
255
|
}
|
|
203
256
|
]
|
|
204
257
|
},
|
|
258
|
+
{
|
|
259
|
+
"name": "xpl-banner",
|
|
260
|
+
"description": {
|
|
261
|
+
"kind": "markdown",
|
|
262
|
+
"value": "Banners display a system level or page level message at the top of the screen. The section-banner variant displays important messages inline within a section."
|
|
263
|
+
},
|
|
264
|
+
"attributes": [
|
|
265
|
+
{
|
|
266
|
+
"name": "action-text",
|
|
267
|
+
"description": "Primary action label. When provided, an action button is rendered."
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "appearance",
|
|
271
|
+
"description": "Controls the visual appearance and semantic meaning of the banner.\nThese values map to messaging background/border token sets in `banner.css`.\nBanner icons use `--xpl-icon-default`, except `error` which uses inverse icon/text\ntokens for contrast on dark backgrounds.",
|
|
272
|
+
"values": [
|
|
273
|
+
{
|
|
274
|
+
"name": "error"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "information"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"name": "positive"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "warning"
|
|
284
|
+
}
|
|
285
|
+
]
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "description",
|
|
289
|
+
"description": "Optional supporting message shown after the heading.\nDescription text uses `--xpl-text-default`."
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"name": "has-icon",
|
|
293
|
+
"description": "Whether to render the leading icon in section layout.\nIgnored in bar layout — bar banners always show the icon."
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "heading",
|
|
297
|
+
"description": "Primary banner message shown with stronger title typography."
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "is-dismissible",
|
|
301
|
+
"description": "Whether to show the trailing dismiss control."
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "is-section",
|
|
305
|
+
"description": "Renders the section-style banner layout when true."
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "secondary-action-text",
|
|
309
|
+
"description": "Secondary action label. When provided, a second action button is rendered."
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "truncate-desc",
|
|
313
|
+
"description": "When true, `description` is constrained to one line with ellipsis so banner height stays stable."
|
|
314
|
+
}
|
|
315
|
+
]
|
|
316
|
+
},
|
|
205
317
|
{
|
|
206
318
|
"name": "xpl-breadcrumb-item",
|
|
207
319
|
"description": {
|
|
@@ -222,24 +334,44 @@
|
|
|
222
334
|
"name": "xpl-button",
|
|
223
335
|
"description": {
|
|
224
336
|
"kind": "markdown",
|
|
225
|
-
"value": "Buttons allow users to take an action
|
|
337
|
+
"value": "Buttons allow users to take an action with clear visual hierarchy (variant), semantic meaning (sentiment), and size."
|
|
226
338
|
},
|
|
227
339
|
"attributes": [
|
|
228
340
|
{
|
|
229
341
|
"name": "disabled",
|
|
230
|
-
"description": "
|
|
342
|
+
"description": "Whether button should be disabled"
|
|
231
343
|
},
|
|
232
344
|
{
|
|
233
345
|
"name": "form",
|
|
234
|
-
"description": ""
|
|
346
|
+
"description": "An optional form attribute for the button if type is submit"
|
|
235
347
|
},
|
|
236
348
|
{
|
|
237
349
|
"name": "full-width",
|
|
238
|
-
"description": "
|
|
350
|
+
"description": "Whether the button should be of full width as per parent container."
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "icon",
|
|
354
|
+
"description": "Icon to render - icon name as string (from xpl-icon library)."
|
|
239
355
|
},
|
|
240
356
|
{
|
|
241
357
|
"name": "icon-only",
|
|
242
|
-
"description": "
|
|
358
|
+
"description": "When true, the button renders in icon-only circular style. Use for icon-only buttons."
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "icon-position",
|
|
362
|
+
"description": "Icon position relative to slot content. Ignored if no icon is provided.",
|
|
363
|
+
"values": [
|
|
364
|
+
{
|
|
365
|
+
"name": "end"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "start"
|
|
369
|
+
}
|
|
370
|
+
]
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"name": "is-loading",
|
|
374
|
+
"description": "When true, shows a loading overlay with spinner over the button. Button is non-interactive."
|
|
243
375
|
},
|
|
244
376
|
{
|
|
245
377
|
"name": "link",
|
|
@@ -247,11 +379,26 @@
|
|
|
247
379
|
},
|
|
248
380
|
{
|
|
249
381
|
"name": "name",
|
|
250
|
-
"description": ""
|
|
382
|
+
"description": "Name of the button, submitted with form data. Passed through to the native button element."
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "sentiment",
|
|
386
|
+
"description": "Sentiment of the button, which applies different color schemes to indicate purpose/intent.",
|
|
387
|
+
"values": [
|
|
388
|
+
{
|
|
389
|
+
"name": "negative"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "neutral"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "positive"
|
|
396
|
+
}
|
|
397
|
+
]
|
|
251
398
|
},
|
|
252
399
|
{
|
|
253
400
|
"name": "size",
|
|
254
|
-
"description": "",
|
|
401
|
+
"description": "Button size. Use 'default', 'xs' (extra small), or 'sm' (small).",
|
|
255
402
|
"values": [
|
|
256
403
|
{
|
|
257
404
|
"name": "default"
|
|
@@ -281,7 +428,7 @@
|
|
|
281
428
|
},
|
|
282
429
|
{
|
|
283
430
|
"name": "type",
|
|
284
|
-
"description": "",
|
|
431
|
+
"description": "HTML button type attribute.",
|
|
285
432
|
"values": [
|
|
286
433
|
{
|
|
287
434
|
"name": "button"
|
|
@@ -296,11 +443,11 @@
|
|
|
296
443
|
},
|
|
297
444
|
{
|
|
298
445
|
"name": "value",
|
|
299
|
-
"description": ""
|
|
446
|
+
"description": "Value of the button, submitted with form data. Passed through to the native button element."
|
|
300
447
|
},
|
|
301
448
|
{
|
|
302
449
|
"name": "variant",
|
|
303
|
-
"description": "",
|
|
450
|
+
"description": "Button variant/style. Use \"primary\", \"secondary\", \"tertiary\" for new usage. \"subtle\" is deprecated but still supported for backward compatibility.",
|
|
304
451
|
"values": [
|
|
305
452
|
{
|
|
306
453
|
"name": "primary"
|
|
@@ -310,6 +457,9 @@
|
|
|
310
457
|
},
|
|
311
458
|
{
|
|
312
459
|
"name": "subtle"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"name": "tertiary"
|
|
313
463
|
}
|
|
314
464
|
]
|
|
315
465
|
}
|
|
@@ -355,7 +505,7 @@
|
|
|
355
505
|
"name": "xpl-calendar",
|
|
356
506
|
"description": {
|
|
357
507
|
"kind": "markdown",
|
|
358
|
-
"value": ""
|
|
508
|
+
"value": "Calendars allow users to view and select dates. Use XPL-Calendar when date picking is needed on a page or in a in a container.\nIf a calendar is needed within a form, use [XPL-Datepicker](https://xplor-apollo.herokuapp.com/?path=/story/components-input--datepicker)."
|
|
359
509
|
},
|
|
360
510
|
"attributes": [
|
|
361
511
|
{
|
|
@@ -396,7 +546,7 @@
|
|
|
396
546
|
"name": "xpl-checkbox",
|
|
397
547
|
"description": {
|
|
398
548
|
"kind": "markdown",
|
|
399
|
-
"value": ""
|
|
549
|
+
"value": "Checkboxes allow users to make selections or choices. Checkboxes can be multi-select, and also act as controls."
|
|
400
550
|
},
|
|
401
551
|
"attributes": [
|
|
402
552
|
{
|
|
@@ -441,7 +591,7 @@
|
|
|
441
591
|
"name": "xpl-choicelist",
|
|
442
592
|
"description": {
|
|
443
593
|
"kind": "markdown",
|
|
444
|
-
"value": ""
|
|
594
|
+
"value": "A Choice List allows users to make single or multiple selections from a list of choices. This component is meant to consume the radio and checkbox components, either styled or unstyled, then allow for customizing an option list very quickly."
|
|
445
595
|
},
|
|
446
596
|
"attributes": [
|
|
447
597
|
{
|
|
@@ -502,7 +652,7 @@
|
|
|
502
652
|
"name": "xpl-data-card",
|
|
503
653
|
"description": {
|
|
504
654
|
"kind": "markdown",
|
|
505
|
-
"value": "
|
|
655
|
+
"value": "Data Cards display snippets of information and can be linked to larger data sets. Data Cards give users \"at a glance\" information about their data.\n\nThe `icon` and `smallStatIcon` properties accept icon names as strings. See [xpl-icon available icons](../xpl-icon/ICONS.md) for the complete list."
|
|
506
656
|
},
|
|
507
657
|
"attributes": [
|
|
508
658
|
{
|
|
@@ -582,7 +732,7 @@
|
|
|
582
732
|
"name": "xpl-divider",
|
|
583
733
|
"description": {
|
|
584
734
|
"kind": "markdown",
|
|
585
|
-
"value": ""
|
|
735
|
+
"value": "Allows for easy separation and titling of sections within forms or other content."
|
|
586
736
|
},
|
|
587
737
|
"attributes": [
|
|
588
738
|
{
|
|
@@ -669,6 +819,10 @@
|
|
|
669
819
|
"value": ""
|
|
670
820
|
},
|
|
671
821
|
"attributes": [
|
|
822
|
+
{
|
|
823
|
+
"name": "icon",
|
|
824
|
+
"description": "optional icon name to display before the label (uses xpl-icon)"
|
|
825
|
+
},
|
|
672
826
|
{
|
|
673
827
|
"name": "disabled",
|
|
674
828
|
"description": "whether option is disabled"
|
|
@@ -816,7 +970,7 @@
|
|
|
816
970
|
"name": "xpl-input",
|
|
817
971
|
"description": {
|
|
818
972
|
"kind": "markdown",
|
|
819
|
-
"value": ""
|
|
973
|
+
"value": "A flexible form input that supports multiple `type` values: `text`, `number`, `password`, `date`, `time`, `file`, `color`, and `phone`. Each type delegates to a dedicated sub-component (`xpl-input-date`, `xpl-input-time`, `xpl-input-phone`, etc.) while sharing a common label, description, and error-message wrapper.\n\nFor `type=\"phone\"`, the value is always emitted in **E.164** format (e.g. `+14155551234`). See [`xpl-input-phone`](xpl-input-phone) for full phone-input documentation."
|
|
820
974
|
},
|
|
821
975
|
"attributes": [
|
|
822
976
|
{
|
|
@@ -839,6 +993,10 @@
|
|
|
839
993
|
"name": "date-format",
|
|
840
994
|
"description": "The date format to use for the datepicker input.\nThis is used by flatpickr to format the date.\nDefault is 'Y-m-d' (e.g., 2023-10-01).\n\nSee https://flatpickr.js.org/formatting/ for more details.\n\nApplies to date inputs."
|
|
841
995
|
},
|
|
996
|
+
{
|
|
997
|
+
"name": "default-country",
|
|
998
|
+
"description": "Default country code (ISO 3166-1 alpha-2) when value is empty, e.g. \"US\".\n\nApplies to phone inputs."
|
|
999
|
+
},
|
|
842
1000
|
{
|
|
843
1001
|
"name": "description",
|
|
844
1002
|
"description": "Optional text that appears below the input label.\n\nApplies to all input types."
|
|
@@ -867,6 +1025,10 @@
|
|
|
867
1025
|
"name": "hide-trigger-on-select",
|
|
868
1026
|
"description": "Hides the trigger element when a file is selected.\nThis is useful for cases where you want to hide the trigger after a file is selected.\n\nApplies to file inputs."
|
|
869
1027
|
},
|
|
1028
|
+
{
|
|
1029
|
+
"name": "is-international",
|
|
1030
|
+
"description": "Enables international mode with country selector for phone inputs.\nWhen false, the phone input is locked to defaultCountry with no country picker."
|
|
1031
|
+
},
|
|
870
1032
|
{
|
|
871
1033
|
"name": "label",
|
|
872
1034
|
"description": "Label text for the field\n\nApplies to all input types."
|
|
@@ -962,6 +1124,9 @@
|
|
|
962
1124
|
{
|
|
963
1125
|
"name": "password"
|
|
964
1126
|
},
|
|
1127
|
+
{
|
|
1128
|
+
"name": "phone"
|
|
1129
|
+
},
|
|
965
1130
|
{
|
|
966
1131
|
"name": "text"
|
|
967
1132
|
},
|
|
@@ -1115,6 +1280,51 @@
|
|
|
1115
1280
|
}
|
|
1116
1281
|
]
|
|
1117
1282
|
},
|
|
1283
|
+
{
|
|
1284
|
+
"name": "xpl-input-phone",
|
|
1285
|
+
"description": {
|
|
1286
|
+
"kind": "markdown",
|
|
1287
|
+
"value": "The Phone Input Field allows users to input properly formatted phone numbers. It supports two modes: **international** (country selector + dial code prefix) and **domestic** (single country, no selector). Used as a subcomponent of `xpl-input` when `type=\"phone\"`. The value is always emitted in **E.164** format (e.g. `+14155551234`)."
|
|
1288
|
+
},
|
|
1289
|
+
"attributes": [
|
|
1290
|
+
{
|
|
1291
|
+
"name": "default-country",
|
|
1292
|
+
"description": "Default country code (ISO 3166-1 alpha-2) when value is empty, e.g. \"US\"."
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "disabled",
|
|
1296
|
+
"description": "Whether the field is disabled"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"name": "input-id",
|
|
1300
|
+
"description": "The `inputId` is used to associate the input with a label."
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"name": "is-international",
|
|
1304
|
+
"description": "Enables international mode with a country selector and dial code prefix.\nWhen false, the input is locked to `defaultCountry` with no country picker\nand no dial code shown in the display value. Emitted value is still E.164."
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"name": "name",
|
|
1308
|
+
"description": "Most inputs are used in forms, and should have a\n`name` associated with the input for handling form data."
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"name": "placeholder",
|
|
1312
|
+
"description": "Placeholder text that appears when the field has no value"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"name": "readonly",
|
|
1316
|
+
"description": "Whether the input is editable"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"name": "required",
|
|
1320
|
+
"description": "Whether the input is required"
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"name": "value",
|
|
1324
|
+
"description": "Including a `value` will pre-populate the input (E.164 format, e.g. +14155551234)."
|
|
1325
|
+
}
|
|
1326
|
+
]
|
|
1327
|
+
},
|
|
1118
1328
|
{
|
|
1119
1329
|
"name": "xpl-input-time",
|
|
1120
1330
|
"description": {
|
|
@@ -1196,7 +1406,7 @@
|
|
|
1196
1406
|
"name": "xpl-large-card",
|
|
1197
1407
|
"description": {
|
|
1198
1408
|
"kind": "markdown",
|
|
1199
|
-
"value": ""
|
|
1409
|
+
"value": "A card is a container and can contain any type of information. Cards contain actions and a content slot. Cards are flexible and can be arranged in grids or lists."
|
|
1200
1410
|
},
|
|
1201
1411
|
"attributes": [
|
|
1202
1412
|
{
|
|
@@ -1249,7 +1459,7 @@
|
|
|
1249
1459
|
"name": "xpl-modal",
|
|
1250
1460
|
"description": {
|
|
1251
1461
|
"kind": "markdown",
|
|
1252
|
-
"value": ""
|
|
1462
|
+
"value": "Modals are dialogs that focus the user’s attention exclusively on one task or piece of information via a window layer above the current content.\n\nModals are disruptive and should only be used when disrupting the user’s flow is desired."
|
|
1253
1463
|
},
|
|
1254
1464
|
"attributes": [
|
|
1255
1465
|
{
|
|
@@ -1302,7 +1512,7 @@
|
|
|
1302
1512
|
"name": "xpl-pagination",
|
|
1303
1513
|
"description": {
|
|
1304
1514
|
"kind": "markdown",
|
|
1305
|
-
"value": "> **Note:** This component is in beta. Use with caution and expect updates before the full release."
|
|
1515
|
+
"value": "Pagination bar allows users to navigate pages of content.\n\n> **Note:** This component is in beta. Use with caution and expect updates before the full release."
|
|
1306
1516
|
},
|
|
1307
1517
|
"attributes": [
|
|
1308
1518
|
{
|
|
@@ -1327,11 +1537,59 @@
|
|
|
1327
1537
|
}
|
|
1328
1538
|
]
|
|
1329
1539
|
},
|
|
1540
|
+
{
|
|
1541
|
+
"name": "xpl-panel",
|
|
1542
|
+
"description": {
|
|
1543
|
+
"kind": "markdown",
|
|
1544
|
+
"value": "A stateless container that defines a section on a page and can house any\ntype of content. Panels are not dismissible and may contain a top accent."
|
|
1545
|
+
},
|
|
1546
|
+
"attributes": [
|
|
1547
|
+
{
|
|
1548
|
+
"name": "accent",
|
|
1549
|
+
"description": "Color accent bar displayed at the top of the panel.\n\n- `none` – no accent (default)\n- `primary` – brand primary color\n- `secondary` – brand secondary color\n- `positive` – positive / success color\n- `negative` – negative / error color\n- `highlight` – highlight / warning color",
|
|
1550
|
+
"values": [
|
|
1551
|
+
{
|
|
1552
|
+
"name": "highlight"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"name": "negative"
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"name": "none"
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"name": "positive"
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"name": "primary"
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"name": "secondary"
|
|
1568
|
+
}
|
|
1569
|
+
]
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"name": "padding",
|
|
1573
|
+
"description": "Padding density applied to the content area.\nResponsive: scales down at tablet and mobile breakpoints.\n\n- `default` – 24 px desktop / 16 px tablet+mobile\n- `tight` – 16 px desktop / 8 px tablet+mobile\n- `loose` – 40 px desktop / 32 px tablet / 24 px mobile",
|
|
1574
|
+
"values": [
|
|
1575
|
+
{
|
|
1576
|
+
"name": "default"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"name": "loose"
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "tight"
|
|
1583
|
+
}
|
|
1584
|
+
]
|
|
1585
|
+
}
|
|
1586
|
+
]
|
|
1587
|
+
},
|
|
1330
1588
|
{
|
|
1331
1589
|
"name": "xpl-popover",
|
|
1332
1590
|
"description": {
|
|
1333
1591
|
"kind": "markdown",
|
|
1334
|
-
"value": ""
|
|
1592
|
+
"value": "A popover is an overlay that pops up over all other layers and is triggered by a click or tap, and dismissed by clicking outside the popover or a dismiss icon. Popovers can contain additional actions and allow those actions to be triggered."
|
|
1335
1593
|
},
|
|
1336
1594
|
"attributes": [
|
|
1337
1595
|
{
|
|
@@ -1411,6 +1669,61 @@
|
|
|
1411
1669
|
}
|
|
1412
1670
|
]
|
|
1413
1671
|
},
|
|
1672
|
+
{
|
|
1673
|
+
"name": "xpl-progress-bar",
|
|
1674
|
+
"description": {
|
|
1675
|
+
"kind": "markdown",
|
|
1676
|
+
"value": "The `xpl-progress-bar` component displays the progress of an operation, such as file uploads, form completion, or loading states. It supports multiple visual variants including default, success, error, and indeterminate states, with optional label and helper text."
|
|
1677
|
+
},
|
|
1678
|
+
"attributes": [
|
|
1679
|
+
{
|
|
1680
|
+
"name": "helper-text",
|
|
1681
|
+
"description": "The helper text displayed below the progress bar (recommended for error state)"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"name": "label",
|
|
1685
|
+
"description": "The label text displayed above the progress bar"
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"name": "max",
|
|
1689
|
+
"description": "The maximum value of the progress (mirrors native <progress> max attribute)"
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"name": "size",
|
|
1693
|
+
"description": "The size of the progress bar height: sm = 4px, lg = 6px",
|
|
1694
|
+
"values": [
|
|
1695
|
+
{
|
|
1696
|
+
"name": "lg"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"name": "sm"
|
|
1700
|
+
}
|
|
1701
|
+
]
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"name": "value",
|
|
1705
|
+
"description": "The current value of the progress (mirrors native <progress> value attribute)"
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"name": "variant",
|
|
1709
|
+
"description": "The visual variant of the progress bar",
|
|
1710
|
+
"values": [
|
|
1711
|
+
{
|
|
1712
|
+
"name": "default"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"name": "error"
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"name": "indeterminate"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"name": "success"
|
|
1722
|
+
}
|
|
1723
|
+
]
|
|
1724
|
+
}
|
|
1725
|
+
]
|
|
1726
|
+
},
|
|
1414
1727
|
{
|
|
1415
1728
|
"name": "xpl-radio",
|
|
1416
1729
|
"description": {
|
|
@@ -1521,6 +1834,60 @@
|
|
|
1521
1834
|
}
|
|
1522
1835
|
]
|
|
1523
1836
|
},
|
|
1837
|
+
{
|
|
1838
|
+
"name": "xpl-side-nav",
|
|
1839
|
+
"description": {
|
|
1840
|
+
"kind": "markdown",
|
|
1841
|
+
"value": "Slot-based sidebar for app navigation: scrollable main area and a fixed footer. Compose with [`xpl-side-nav-item`](./xpl-side-nav-item) for rows in the section and footer."
|
|
1842
|
+
},
|
|
1843
|
+
"attributes": [
|
|
1844
|
+
{
|
|
1845
|
+
"name": "label",
|
|
1846
|
+
"description": "Accessible label for the navigation landmark.\nMaps to `aria-label` on the `<nav>` element.\nRecommended when multiple navigation landmarks exist on a page\n(e.g., side nav + top nav + breadcrumbs) to help screen readers distinguish them."
|
|
1847
|
+
}
|
|
1848
|
+
]
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"name": "xpl-side-nav-item",
|
|
1852
|
+
"description": {
|
|
1853
|
+
"kind": "markdown",
|
|
1854
|
+
"value": "Row for [`xpl-side-nav`](../xpl-side-nav): place items in `slot=\"section\"` or `slot=\"nav-footer\"`. Supports **leaf** (button), **expandable** (`has-children`), and **link** (slot-only) modes, plus `selected`, `disabled`, and `hidden`."
|
|
1855
|
+
},
|
|
1856
|
+
"attributes": [
|
|
1857
|
+
{
|
|
1858
|
+
"name": "disabled",
|
|
1859
|
+
"description": "Whether the component is disabled"
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"name": "expanded",
|
|
1863
|
+
"description": "Whether the item is currently expanded (only applies when hasChildren is true)"
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"name": "has-children",
|
|
1867
|
+
"description": "Whether the item has child items; when true, shows expand/collapse and a default slot for nested items.\nMutually exclusive with <code>link</code>. If <code>link</code> is already true, setting\n<code>has-children</code> is reverted (<code>@Watch('hasChildren')</code>, <code>@Watch('link')</code>,\n<code>componentWillLoad</code>, and <code>componentWillRender</code>) so reflected attributes match CSS."
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
"name": "hidden",
|
|
1871
|
+
"description": "Whether the component is hidden"
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"name": "icon",
|
|
1875
|
+
"description": "Optional icon name; default content for <code>slot=\"icon\"</code> (leaf and footer rows only).\nExpandable parents (<code>has-children</code>) do not show an icon column — only the chevron and label.\nOmit for nested children under a <code>has-children</code> parent — the icon column is hidden for sub-items."
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"name": "label",
|
|
1879
|
+
"description": "The display label for the navigation item (button / expandable rows; omit in <code>link</code> mode)."
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"name": "link",
|
|
1883
|
+
"description": "When true, the row becomes a slot-only container for consumer-provided links.\nThe consumer provides the full anchor element (or router link) via the default slot.\nIn link mode, <code>label</code> and <code>icon</code> props should not be used.\nLink mode does not support <code>has-children</code>; use the default button mode for expandable items.\nWhen <code>link</code> is true, <code>hasChildren</code> is always false (enforced by\n<code>@Watch('link')</code>, <code>@Watch('hasChildren')</code>, <code>componentWillLoad</code>, and\n<code>componentWillRender</code>)."
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"name": "selected",
|
|
1887
|
+
"description": "Whether the item is currently in a selected state"
|
|
1888
|
+
}
|
|
1889
|
+
]
|
|
1890
|
+
},
|
|
1524
1891
|
{
|
|
1525
1892
|
"name": "xpl-skeleton",
|
|
1526
1893
|
"description": {
|