@carbon/web-components 2.33.0 → 2.34.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/custom-elements.json +686 -125
- package/dist/_virtual/_commonjsHelpers.min.js +27 -0
- package/dist/_virtual/rangePlugin.min.js +27 -0
- package/dist/_virtual/rangePlugin.min2.js +27 -0
- package/dist/components/accordion/accordion-item-skeleton.min.js +33 -0
- package/dist/components/accordion/accordion-item.min.js +47 -0
- package/dist/components/accordion/accordion-skeleton.min.js +45 -0
- package/dist/components/accordion/accordion.min.js +27 -0
- package/dist/components/accordion/accordion.scss.min.js +27 -0
- package/dist/components/accordion/defs.min.js +27 -0
- package/dist/components/accordion/index.min.js +27 -0
- package/dist/components/ai-label/ai-label-action-button.min.js +27 -0
- package/dist/components/ai-label/ai-label.min.js +53 -0
- package/dist/components/ai-label/ai-label.scss.min.js +27 -0
- package/dist/components/ai-label/defs.min.js +27 -0
- package/dist/components/ai-label/index.min.js +27 -0
- package/dist/components/ai-skeleton/ai-skeleton-icon.min.js +29 -0
- package/dist/components/ai-skeleton/ai-skeleton-placeholder.min.js +28 -0
- package/dist/components/ai-skeleton/ai-skeleton-text.min.js +32 -0
- package/dist/components/ai-skeleton/ai-skeleton.scss.min.js +27 -0
- package/dist/components/ai-skeleton/index.min.js +27 -0
- package/dist/components/badge-indicator/badge-indicator.min.js +27 -0
- package/dist/components/badge-indicator/badge-indicator.scss.min.js +27 -0
- package/dist/components/badge-indicator/index.min.js +27 -0
- package/dist/components/breadcrumb/breadcrumb-item.min.js +27 -0
- package/dist/components/breadcrumb/breadcrumb-link.min.js +33 -0
- package/dist/components/breadcrumb/breadcrumb-skeleton.min.js +35 -0
- package/dist/components/breadcrumb/breadcrumb.min.js +31 -0
- package/dist/components/breadcrumb/breadcrumb.scss.min.js +27 -0
- package/dist/components/breadcrumb/defs.min.js +27 -0
- package/dist/components/breadcrumb/index.min.js +27 -0
- package/dist/components/button/button-set-base.min.js +27 -0
- package/dist/components/button/button-set.min.js +27 -0
- package/dist/components/button/button-skeleton.min.js +47 -0
- package/dist/components/button/button.min.js +92 -0
- package/dist/components/button/button.scss.min.js +27 -0
- package/dist/components/button/defs.min.js +27 -0
- package/dist/components/button/index.min.js +27 -0
- package/dist/components/chat-button/chat-button-skeleton.min.js +27 -0
- package/dist/components/chat-button/chat-button.min.js +39 -0
- package/dist/components/chat-button/chat-button.scss.min.js +27 -0
- package/dist/components/chat-button/defs.min.js +27 -0
- package/dist/components/chat-button/index.min.js +27 -0
- package/dist/components/checkbox/checkbox-group.min.js +57 -0
- package/dist/components/checkbox/checkbox-skeleton.min.js +33 -0
- package/dist/components/checkbox/checkbox.min.js +66 -0
- package/dist/components/checkbox/checkbox.scss.min.js +27 -0
- package/dist/components/checkbox/defs.min.js +27 -0
- package/dist/components/checkbox/index.min.js +27 -0
- package/dist/components/code-snippet/code-snippet-skeleton.min.js +31 -0
- package/dist/components/code-snippet/code-snippet.min.js +75 -0
- package/dist/components/code-snippet/code-snippet.scss.min.js +27 -0
- package/dist/components/code-snippet/defs.min.js +27 -0
- package/dist/components/code-snippet/index.min.js +27 -0
- package/dist/components/combo-box/combo-box-item.min.js +27 -0
- package/dist/components/combo-box/combo-box.min.js +52 -0
- package/dist/{combo-box.min.js → components/combo-box/combo-box.scss.min.js} +9 -86
- package/dist/components/combo-box/index.min.js +27 -0
- package/dist/components/combo-button/combo-button.min.js +41 -0
- package/dist/components/combo-button/combo-button.scss.min.js +27 -0
- package/dist/components/combo-button/defs.min.js +27 -0
- package/dist/components/combo-button/index.min.js +27 -0
- package/dist/components/content-switcher/content-switcher-item.min.js +46 -0
- package/dist/components/content-switcher/content-switcher.min.js +34 -0
- package/dist/components/content-switcher/content-switcher.scss.min.js +27 -0
- package/dist/components/content-switcher/defs.min.js +27 -0
- package/dist/components/content-switcher/index.min.js +27 -0
- package/dist/components/copy/copy.min.js +31 -0
- package/dist/components/copy-button/copy-button.min.js +38 -0
- package/dist/components/copy-button/copy-button.scss.min.js +27 -0
- package/dist/components/copy-button/index.min.js +27 -0
- package/dist/components/data-table/data-table.scss.min.js +27 -0
- package/dist/components/data-table/defs.min.js +27 -0
- package/dist/components/data-table/index.min.js +27 -0
- package/dist/components/data-table/table-batch-actions.min.js +41 -0
- package/dist/components/data-table/table-body.min.js +27 -0
- package/dist/components/data-table/table-cell-content.min.js +27 -0
- package/dist/components/data-table/table-cell.min.js +27 -0
- package/dist/components/data-table/table-expanded-row.min.js +33 -0
- package/dist/components/data-table/table-head.min.js +27 -0
- package/dist/components/data-table/table-header-cell.min.js +52 -0
- package/dist/components/data-table/table-header-description.min.js +27 -0
- package/dist/components/data-table/table-header-row.min.js +27 -0
- package/dist/components/data-table/table-header-title.min.js +27 -0
- package/dist/components/data-table/table-row.min.js +61 -0
- package/dist/components/data-table/table-skeleton.min.js +68 -0
- package/dist/components/data-table/table-toolbar-content.min.js +27 -0
- package/dist/components/data-table/table-toolbar-search.min.js +34 -0
- package/dist/components/data-table/table-toolbar.min.js +27 -0
- package/dist/components/data-table/table.min.js +40 -0
- package/dist/components/date-picker/append-to-plugin.min.js +27 -0
- package/dist/components/date-picker/css-class-plugin.min.js +27 -0
- package/dist/components/date-picker/date-picker-input-skeleton.min.js +39 -0
- package/dist/components/date-picker/date-picker-input.min.js +63 -0
- package/dist/components/date-picker/date-picker.min.js +40 -0
- package/dist/components/date-picker/date-picker.scss.min.js +27 -0
- package/dist/components/date-picker/defs.min.js +27 -0
- package/dist/components/date-picker/fix-events-plugin.min.js +27 -0
- package/dist/components/date-picker/focus-plugin.min.js +27 -0
- package/dist/components/date-picker/icon-plugin.min.js +27 -0
- package/dist/components/date-picker/index.min.js +27 -0
- package/dist/components/date-picker/iso-date.min.js +27 -0
- package/dist/components/date-picker/month-select-plugin.min.js +27 -0
- package/dist/components/date-picker/range-plugin.min.js +27 -0
- package/dist/components/date-picker/shadow-dom-events-plugin.min.js +27 -0
- package/dist/components/date-picker/state-handshake-plugin.min.js +27 -0
- package/dist/components/dropdown/defs.min.js +27 -0
- package/dist/components/dropdown/dropdown-item.min.js +32 -0
- package/dist/components/dropdown/dropdown-skeleton.min.js +34 -0
- package/dist/components/dropdown/dropdown.min.js +90 -0
- package/dist/components/dropdown/dropdown.scss.min.js +27 -0
- package/dist/components/dropdown/index.min.js +27 -0
- package/dist/components/feature-flags/index.min.js +27 -0
- package/dist/components/file-uploader/defs.min.js +27 -0
- package/dist/components/file-uploader/file-uploader-button.min.js +46 -0
- package/dist/components/file-uploader/file-uploader-drop-container.min.js +43 -0
- package/dist/components/file-uploader/file-uploader-item.min.js +53 -0
- package/dist/components/file-uploader/file-uploader-skeleton.min.js +33 -0
- package/dist/components/file-uploader/file-uploader.min.js +38 -0
- package/dist/components/file-uploader/file-uploader.scss.min.js +27 -0
- package/dist/components/file-uploader/index.min.js +27 -0
- package/dist/components/floating-menu/defs.min.js +27 -0
- package/dist/components/floating-menu/floating-menu.min.js +27 -0
- package/dist/components/floating-menu/index.min.js +27 -0
- package/dist/components/form/form-item.min.js +27 -0
- package/dist/components/form/form-item.scss.min.js +27 -0
- package/dist/components/form/index.min.js +27 -0
- package/dist/components/form-group/form-group.min.js +38 -0
- package/dist/{form-group.min.js → components/form-group/form-group.scss.min.js} +9 -72
- package/dist/components/form-group/index.min.js +27 -0
- package/dist/components/grid/column-hang.min.js +37 -0
- package/dist/components/grid/column-hang.scss.min.js +27 -0
- package/dist/components/grid/column.min.js +35 -0
- package/dist/components/grid/defs.min.js +27 -0
- package/dist/components/grid/grid-context.min.js +27 -0
- package/dist/components/grid/grid.min.js +39 -0
- package/dist/components/grid/grid.scss.min.js +27 -0
- package/dist/components/grid/index.min.js +27 -0
- package/dist/components/heading/heading.min.js +27 -0
- package/dist/components/heading/heading.scss.min.js +27 -0
- package/dist/components/heading/index.min.js +27 -0
- package/dist/components/icon-button/defs.min.js +27 -0
- package/dist/components/icon-button/icon-button.min.js +41 -0
- package/dist/components/icon-button/icon-button.scss.min.js +27 -0
- package/dist/components/icon-button/index.min.js +27 -0
- package/dist/components/icon-indicator/defs.min.js +27 -0
- package/dist/components/icon-indicator/icon-indicator.min.js +27 -0
- package/dist/components/icon-indicator/icon-indicator.scss.min.js +27 -0
- package/dist/components/icon-indicator/index.min.js +27 -0
- package/dist/components/inline-loading/defs.min.js +27 -0
- package/dist/components/inline-loading/index.min.js +27 -0
- package/dist/components/inline-loading/inline-loading.min.js +38 -0
- package/dist/components/inline-loading/inline-loading.scss.min.js +27 -0
- package/dist/components/layer/index.min.js +27 -0
- package/dist/components/layer/layer.min.js +27 -0
- package/dist/components/layer/layer.scss.min.js +27 -0
- package/dist/components/link/index.min.js +27 -0
- package/dist/components/link/link.min.js +51 -0
- package/dist/components/link/link.scss.min.js +27 -0
- package/dist/components/list/index.min.js +27 -0
- package/dist/components/list/list-item.min.js +30 -0
- package/dist/components/list/list.scss.min.js +27 -0
- package/dist/components/list/ordered-list.min.js +31 -0
- package/dist/components/list/unordered-list.min.js +31 -0
- package/dist/components/loading/defs.min.js +27 -0
- package/dist/components/loading/index.min.js +27 -0
- package/dist/components/loading/loading-icon.min.js +42 -0
- package/dist/components/loading/loading.min.js +27 -0
- package/dist/components/loading/loading.scss.min.js +27 -0
- package/dist/components/menu/defs.min.js +27 -0
- package/dist/components/menu/index.min.js +27 -0
- package/dist/components/menu/menu-context.min.js +27 -0
- package/dist/components/menu/menu-item-divider.min.js +27 -0
- package/dist/components/menu/menu-item-group.min.js +31 -0
- package/dist/components/menu/menu-item-radio-group.min.js +31 -0
- package/dist/components/menu/menu-item-selectable.min.js +37 -0
- package/dist/components/menu/menu-item.min.js +52 -0
- package/dist/components/menu/menu-item.scss.min.js +27 -0
- package/dist/components/menu/menu.min.js +36 -0
- package/dist/components/menu/menu.scss.min.js +27 -0
- package/dist/components/menu-button/defs.min.js +27 -0
- package/dist/components/menu-button/index.min.js +27 -0
- package/dist/components/menu-button/menu-button.min.js +36 -0
- package/dist/components/menu-button/menu-button.scss.min.js +27 -0
- package/dist/components/modal/defs.min.js +27 -0
- package/dist/components/modal/index.min.js +27 -0
- package/dist/components/modal/modal-body-content.min.js +27 -0
- package/dist/components/modal/modal-body.min.js +27 -0
- package/dist/components/modal/modal-close-button.min.js +35 -0
- package/dist/components/modal/modal-footer-button.min.js +27 -0
- package/dist/components/modal/modal-footer.min.js +27 -0
- package/dist/components/modal/modal-header.min.js +29 -0
- package/dist/components/modal/modal-heading.min.js +27 -0
- package/dist/components/modal/modal-label.min.js +27 -0
- package/dist/components/modal/modal.min.js +48 -0
- package/dist/components/modal/modal.scss.min.js +27 -0
- package/dist/components/multi-select/defs.min.js +27 -0
- package/dist/components/multi-select/index.min.js +27 -0
- package/dist/components/multi-select/multi-select-item.min.js +40 -0
- package/dist/components/multi-select/multi-select.min.js +75 -0
- package/dist/components/multi-select/multi-select.scss.min.js +27 -0
- package/dist/components/notification/actionable-notification-button.min.js +27 -0
- package/dist/components/notification/actionable-notification.min.js +55 -0
- package/dist/components/notification/actionable-notification.scss.min.js +27 -0
- package/dist/components/notification/defs.min.js +27 -0
- package/dist/components/notification/index.min.js +27 -0
- package/dist/components/notification/inline-notification.min.js +51 -0
- package/dist/components/notification/inline-notification.scss.min.js +27 -0
- package/dist/components/notification/toast-notification.min.js +46 -0
- package/dist/components/notification/toast-notification.scss.min.js +27 -0
- package/dist/components/number-input/defs.min.js +27 -0
- package/dist/components/number-input/index.min.js +27 -0
- package/dist/components/number-input/number-input-skeleton.min.js +30 -0
- package/dist/components/number-input/number-input.min.js +98 -0
- package/dist/components/number-input/number-input.scss.min.js +27 -0
- package/dist/components/overflow-menu/defs.min.js +27 -0
- package/dist/components/overflow-menu/index.min.js +27 -0
- package/dist/components/overflow-menu/overflow-menu-body.min.js +27 -0
- package/dist/components/overflow-menu/overflow-menu-item.min.js +48 -0
- package/dist/components/overflow-menu/overflow-menu.min.js +27 -0
- package/dist/components/overflow-menu/overflow-menu.scss.min.js +27 -0
- package/dist/components/page-header/index.min.js +27 -0
- package/dist/components/page-header/page-header-breadcrumb.min.js +53 -0
- package/dist/components/page-header/page-header-content-text.min.js +40 -0
- package/dist/components/page-header/page-header-content.min.js +65 -0
- package/dist/components/page-header/page-header-hero-image.min.js +35 -0
- package/dist/components/page-header/page-header-tabs.min.js +43 -0
- package/dist/components/page-header/page-header.min.js +35 -0
- package/dist/components/page-header/page-header.scss.min.js +27 -0
- package/dist/components/pagination/defs.min.js +27 -0
- package/dist/components/pagination/index.min.js +27 -0
- package/dist/components/pagination/pagination.min.js +111 -0
- package/dist/components/pagination/pagination.scss.min.js +27 -0
- package/dist/components/password-input/defs.min.js +27 -0
- package/dist/components/password-input/index.min.js +27 -0
- package/dist/components/password-input/password-input-skeleton.min.js +30 -0
- package/dist/components/password-input/password-input.min.js +88 -0
- package/dist/components/password-input/password-input.scss.min.js +27 -0
- package/dist/components/popover/defs.min.js +27 -0
- package/dist/components/popover/index.min.js +27 -0
- package/dist/components/popover/popover-content.min.js +37 -0
- package/dist/components/popover/popover.min.js +32 -0
- package/dist/components/popover/popover.scss.min.js +27 -0
- package/dist/components/progress-bar/defs.min.js +27 -0
- package/dist/components/progress-bar/index.min.js +27 -0
- package/dist/components/progress-bar/progress-bar.min.js +48 -0
- package/dist/components/progress-bar/progress-bar.scss.min.js +27 -0
- package/dist/components/progress-indicator/defs.min.js +27 -0
- package/dist/components/progress-indicator/index.min.js +27 -0
- package/dist/components/progress-indicator/progress-indicator-skeleton.min.js +27 -0
- package/dist/components/progress-indicator/progress-indicator.min.js +27 -0
- package/dist/components/progress-indicator/progress-indicator.scss.min.js +27 -0
- package/dist/components/progress-indicator/progress-step-skeleton.min.js +36 -0
- package/dist/components/progress-indicator/progress-step.min.js +46 -0
- package/dist/components/radio-button/defs.min.js +27 -0
- package/dist/components/radio-button/index.min.js +27 -0
- package/dist/components/radio-button/radio-button-group.min.js +46 -0
- package/dist/components/radio-button/radio-button-skeleton.min.js +30 -0
- package/dist/components/radio-button/radio-button.min.js +44 -0
- package/dist/components/radio-button/radio-button.scss.min.js +27 -0
- package/dist/components/search/index.min.js +27 -0
- package/dist/components/search/search-skeleton.min.js +30 -0
- package/dist/components/search/search.min.js +56 -0
- package/dist/components/search/search.scss.min.js +27 -0
- package/dist/components/select/index.min.js +27 -0
- package/dist/components/select/select-item-group.min.js +27 -0
- package/dist/components/select/select-item.min.js +27 -0
- package/dist/components/select/select-skeleton.min.js +30 -0
- package/dist/components/select/select.min.js +97 -0
- package/dist/components/select/select.scss.min.js +27 -0
- package/dist/components/shape-indicator/defs.min.js +27 -0
- package/dist/components/shape-indicator/index.min.js +27 -0
- package/dist/components/shape-indicator/shape-indicator.min.js +43 -0
- package/dist/components/shape-indicator/shape-indicator.scss.min.js +27 -0
- package/dist/components/side-panel/defs.min.js +27 -0
- package/dist/components/side-panel/index.min.js +27 -0
- package/dist/components/side-panel/side-panel.min.js +159 -0
- package/dist/components/skeleton-icon/index.min.js +27 -0
- package/dist/components/skeleton-icon/skeleton-icon.min.js +27 -0
- package/dist/components/skeleton-icon/skeleton-icon.scss.min.js +27 -0
- package/dist/components/skeleton-placeholder/index.min.js +27 -0
- package/dist/components/skeleton-placeholder/skeleton-placeholder.min.js +27 -0
- package/dist/components/skeleton-placeholder/skeleton-placeholder.scss.min.js +27 -0
- package/dist/components/skeleton-text/defs.min.js +27 -0
- package/dist/components/skeleton-text/index.min.js +27 -0
- package/dist/components/skeleton-text/skeleton-text.min.js +27 -0
- package/dist/components/skeleton-text/skeleton-text.scss.min.js +27 -0
- package/dist/components/skip-to-content/index.min.js +27 -0
- package/dist/components/skip-to-content/skip-to-content.min.js +31 -0
- package/dist/components/skip-to-content/skip-to-content.scss.min.js +27 -0
- package/dist/components/slider/index.min.js +27 -0
- package/dist/components/slider/slider-input.min.js +44 -0
- package/dist/components/slider/slider-skeleton.min.js +63 -0
- package/dist/components/slider/slider.min.js +133 -0
- package/dist/components/slider/slider.scss.min.js +27 -0
- package/dist/components/slug/defs.min.js +27 -0
- package/dist/components/slug/index.min.js +27 -0
- package/dist/components/slug/slug-action-button.min.js +27 -0
- package/dist/components/slug/slug.min.js +53 -0
- package/dist/components/slug/slug.scss.min.js +27 -0
- package/dist/components/stack/defs.min.js +27 -0
- package/dist/components/stack/index.min.js +27 -0
- package/dist/components/stack/stack.min.js +27 -0
- package/dist/components/stack/stack.scss.min.js +27 -0
- package/dist/components/structured-list/index.min.js +27 -0
- package/dist/components/structured-list/structured-list-body.min.js +27 -0
- package/dist/components/structured-list/structured-list-cell.min.js +27 -0
- package/dist/components/structured-list/structured-list-head.min.js +27 -0
- package/dist/components/structured-list/structured-list-header-cell-skeleton.min.js +27 -0
- package/dist/components/structured-list/structured-list-header-cell.min.js +27 -0
- package/dist/components/structured-list/structured-list-header-row.min.js +30 -0
- package/dist/components/structured-list/structured-list-row.min.js +40 -0
- package/dist/components/structured-list/structured-list.min.js +29 -0
- package/dist/components/structured-list/structured-list.scss.min.js +27 -0
- package/dist/components/tabs/defs.min.js +27 -0
- package/dist/components/tabs/index.min.js +27 -0
- package/dist/components/tabs/tab-skeleton.min.js +27 -0
- package/dist/components/tabs/tab.min.js +37 -0
- package/dist/components/tabs/tabs-skeleton.min.js +34 -0
- package/dist/components/tabs/tabs.min.js +66 -0
- package/dist/components/tabs/tabs.scss.min.js +27 -0
- package/dist/components/tag/defs.min.js +27 -0
- package/dist/components/tag/dismissible-tag.min.js +60 -0
- package/dist/components/tag/index.min.js +27 -0
- package/dist/components/tag/operational-tag.min.js +64 -0
- package/dist/components/tag/selectable-tag.min.js +58 -0
- package/dist/components/tag/tag-skeleton.min.js +35 -0
- package/dist/components/tag/tag.min.js +40 -0
- package/dist/components/tag/tag.scss.min.js +27 -0
- package/dist/components/tearsheet/defs.min.js +27 -0
- package/dist/components/tearsheet/index.min.js +27 -0
- package/dist/components/tearsheet/tearsheet.min.js +140 -0
- package/dist/components/text-input/defs.min.js +27 -0
- package/dist/components/text-input/index.min.js +27 -0
- package/dist/components/text-input/text-input-skeleton.min.js +30 -0
- package/dist/components/text-input/text-input.min.js +88 -0
- package/dist/components/text-input/text-input.scss.min.js +27 -0
- package/dist/components/textarea/index.min.js +27 -0
- package/dist/components/textarea/textarea-skeleton.min.js +30 -0
- package/dist/components/textarea/textarea.min.js +72 -0
- package/dist/components/textarea/textarea.scss.min.js +27 -0
- package/dist/components/tile/clickable-tile.min.js +31 -0
- package/dist/components/tile/expandable-tile.min.js +48 -0
- package/dist/components/tile/index.min.js +27 -0
- package/dist/components/tile/radio-tile.min.js +45 -0
- package/dist/components/tile/selectable-tile.min.js +49 -0
- package/dist/components/tile/tile-group.min.js +32 -0
- package/dist/components/tile/tile.min.js +30 -0
- package/dist/components/tile/tile.scss.min.js +27 -0
- package/dist/components/time-picker/defs.min.js +27 -0
- package/dist/components/time-picker/index.min.js +27 -0
- package/dist/components/time-picker/time-picker-select.min.js +47 -0
- package/dist/components/time-picker/time-picker.min.js +58 -0
- package/dist/components/time-picker/time-picker.scss.min.js +27 -0
- package/dist/components/toggle/defs.min.js +27 -0
- package/dist/components/toggle/index.min.js +27 -0
- package/dist/components/toggle/toggle.min.js +61 -0
- package/dist/components/toggle/toggle.scss.min.js +27 -0
- package/dist/components/toggle-tip/index.min.js +27 -0
- package/dist/components/toggle-tip/toggletip.min.js +70 -0
- package/dist/components/toggle-tip/toggletip.scss.min.js +27 -0
- package/dist/components/tooltip/definition-tooltip.min.js +49 -0
- package/dist/components/tooltip/index.min.js +27 -0
- package/dist/components/tooltip/tooltip-content.min.js +27 -0
- package/dist/components/tooltip/tooltip.min.js +29 -0
- package/dist/components/tooltip/tooltip.scss.min.js +27 -0
- package/dist/components/tree-view/defs.min.js +35 -0
- package/dist/components/tree-view/index.min.js +27 -0
- package/dist/components/tree-view/tree-node.min.js +102 -0
- package/dist/components/tree-view/tree-view.min.js +46 -0
- package/dist/components/tree-view/tree-view.scss.min.js +27 -0
- package/dist/components/ui-shell/defs.min.js +27 -0
- package/dist/components/ui-shell/header-global-action.min.js +27 -0
- package/dist/components/ui-shell/header-menu-button.min.js +36 -0
- package/dist/components/ui-shell/header-menu-item.min.js +27 -0
- package/dist/components/ui-shell/header-menu.min.js +45 -0
- package/dist/components/ui-shell/header-name.min.js +35 -0
- package/dist/components/ui-shell/header-nav-item.min.js +39 -0
- package/dist/components/ui-shell/header-nav.min.js +35 -0
- package/dist/components/ui-shell/header-panel.min.js +27 -0
- package/dist/components/ui-shell/header-side-nav-items.min.js +27 -0
- package/dist/components/ui-shell/header.min.js +27 -0
- package/dist/components/ui-shell/header.scss.min.js +27 -0
- package/dist/components/ui-shell/index.min.js +27 -0
- package/dist/components/ui-shell/side-nav-divider.min.js +27 -0
- package/dist/components/ui-shell/side-nav-items.min.js +27 -0
- package/dist/components/ui-shell/side-nav-link.min.js +47 -0
- package/dist/components/ui-shell/side-nav-menu-item.min.js +33 -0
- package/dist/components/ui-shell/side-nav-menu.min.js +56 -0
- package/dist/components/ui-shell/side-nav.min.js +35 -0
- package/dist/components/ui-shell/side-nav.scss.min.js +27 -0
- package/dist/components/ui-shell/switcher-divider.min.js +27 -0
- package/dist/components/ui-shell/switcher-item.min.js +37 -0
- package/dist/components/ui-shell/switcher.min.js +27 -0
- package/dist/globals/controllers/floating-controller.min.js +27 -0
- package/dist/globals/decorators/carbon-element.min.js +27 -0
- package/dist/globals/decorators/host-listener.min.js +27 -0
- package/dist/globals/directives/if-non-empty.min.js +27 -0
- package/dist/globals/directives/spread.min.js +27 -0
- package/dist/globals/internal/collection-helpers.min.js +27 -0
- package/dist/globals/internal/radio-group-manager.min.js +27 -0
- package/dist/globals/mixins/focus.min.js +27 -0
- package/dist/globals/mixins/form.min.js +27 -0
- package/dist/globals/mixins/host-listener.min.js +27 -0
- package/dist/globals/mixins/on.min.js +27 -0
- package/dist/globals/mixins/validity.min.js +27 -0
- package/dist/globals/settings.min.js +27 -0
- package/dist/globals/shared-enums.min.js +27 -0
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.min.js +27 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.min.js +27 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.min.js +27 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.min.js +27 -0
- package/dist/node_modules/@lit/context/lib/context-request-event.min.js +32 -0
- package/dist/node_modules/@lit/context/lib/controllers/context-consumer.min.js +32 -0
- package/dist/node_modules/@lit/context/lib/controllers/context-provider.min.js +32 -0
- package/dist/node_modules/@lit/context/lib/create-context.min.js +32 -0
- package/dist/node_modules/@lit/context/lib/decorators/consume.min.js +32 -0
- package/dist/node_modules/@lit/context/lib/decorators/provide.min.js +32 -0
- package/dist/node_modules/@lit/context/lib/value-notifier.min.js +32 -0
- package/dist/node_modules/@lit/reactive-element/css-tag.min.js +32 -0
- package/dist/node_modules/@lit/reactive-element/decorators/base.min.js +32 -0
- package/dist/node_modules/@lit/reactive-element/decorators/custom-element.min.js +32 -0
- package/dist/node_modules/@lit/reactive-element/decorators/property.min.js +32 -0
- package/dist/node_modules/@lit/reactive-element/decorators/query-all.min.js +32 -0
- package/dist/node_modules/@lit/reactive-element/decorators/query-assigned-elements.min.js +32 -0
- package/dist/node_modules/@lit/reactive-element/decorators/query.min.js +32 -0
- package/dist/node_modules/@lit/reactive-element/decorators/state.min.js +32 -0
- package/dist/node_modules/@lit/reactive-element/reactive-element.min.js +32 -0
- package/dist/node_modules/flatpickr/dist/esm/index.min.js +27 -0
- package/dist/node_modules/flatpickr/dist/esm/l10n/default.min.js +27 -0
- package/dist/node_modules/flatpickr/dist/esm/types/options.min.js +27 -0
- package/dist/node_modules/flatpickr/dist/esm/utils/dates.min.js +27 -0
- package/dist/node_modules/flatpickr/dist/esm/utils/dom.min.js +27 -0
- package/dist/node_modules/flatpickr/dist/esm/utils/formatting.min.js +27 -0
- package/dist/node_modules/flatpickr/dist/esm/utils/index.min.js +27 -0
- package/dist/node_modules/flatpickr/dist/esm/utils/polyfills.min.js +27 -0
- package/dist/node_modules/flatpickr/dist/plugins/rangePlugin.min.js +42 -0
- package/dist/node_modules/lit-element/lit-element.min.js +32 -0
- package/dist/node_modules/lit-html/directive.min.js +32 -0
- package/dist/node_modules/lit-html/directives/class-map.min.js +32 -0
- package/dist/node_modules/lit-html/directives/if-defined.min.js +32 -0
- package/dist/node_modules/lit-html/directives/style-map.min.js +32 -0
- package/dist/node_modules/lit-html/directives/unsafe-html.min.js +32 -0
- package/dist/node_modules/lit-html/lit-html.min.js +32 -0
- package/dist/node_modules/lodash-es/_Symbol.min.js +27 -0
- package/dist/node_modules/lodash-es/_baseGetTag.min.js +27 -0
- package/dist/node_modules/lodash-es/_baseTrim.min.js +27 -0
- package/dist/node_modules/lodash-es/_freeGlobal.min.js +27 -0
- package/dist/node_modules/lodash-es/_getRawTag.min.js +27 -0
- package/dist/node_modules/lodash-es/_objectToString.min.js +27 -0
- package/dist/node_modules/lodash-es/_root.min.js +27 -0
- package/dist/node_modules/lodash-es/_trimmedEndIndex.min.js +27 -0
- package/dist/node_modules/lodash-es/debounce.min.js +27 -0
- package/dist/node_modules/lodash-es/isObject.min.js +27 -0
- package/dist/node_modules/lodash-es/isObjectLike.min.js +27 -0
- package/dist/node_modules/lodash-es/isSymbol.min.js +27 -0
- package/dist/node_modules/lodash-es/now.min.js +27 -0
- package/dist/node_modules/lodash-es/throttle.min.js +27 -0
- package/dist/node_modules/lodash-es/toNumber.min.js +27 -0
- package/dist/node_modules/tslib/tslib.es6.min.js +27 -0
- package/dist/packages/feature-flags/es/index.min.js +27 -0
- package/dist/packages/icons/lib/add/16.min.js +27 -0
- package/dist/packages/icons/lib/ai-label/24.min.js +27 -0
- package/dist/packages/icons/lib/arrow--down/32.min.js +27 -0
- package/dist/packages/icons/lib/arrow--left/16.min.js +27 -0
- package/dist/packages/icons/lib/arrows--vertical/32.min.js +27 -0
- package/dist/packages/icons/lib/calendar/16.min.js +27 -0
- package/dist/packages/icons/lib/caret--down/16.min.js +27 -0
- package/dist/packages/icons/lib/caret--left/16.min.js +27 -0
- package/dist/packages/icons/lib/caret--right/16.min.js +27 -0
- package/dist/packages/icons/lib/caution/index.min.js +27 -0
- package/dist/packages/icons/lib/checkbox/16.min.js +27 -0
- package/dist/packages/icons/lib/checkbox--checked--filled/16.min.js +27 -0
- package/dist/packages/icons/lib/checkmark/16.min.js +27 -0
- package/dist/packages/icons/lib/checkmark--filled/16.min.js +27 -0
- package/dist/packages/icons/lib/checkmark--filled/20.min.js +27 -0
- package/dist/packages/icons/lib/checkmark--outline/16.min.js +27 -0
- package/dist/packages/icons/lib/checkmark--outline/20.min.js +27 -0
- package/dist/packages/icons/lib/chevron--down/16.min.js +27 -0
- package/dist/packages/icons/lib/chevron--down/20.min.js +27 -0
- package/dist/packages/icons/lib/chevron--left/16.min.js +27 -0
- package/dist/packages/icons/lib/chevron--right/16.min.js +27 -0
- package/dist/packages/icons/lib/circle-dash/16.min.js +27 -0
- package/dist/packages/icons/lib/circle-dash/20.min.js +27 -0
- package/dist/packages/icons/lib/circle-fill/index.min.js +27 -0
- package/dist/packages/icons/lib/circle-stroke/index.min.js +27 -0
- package/dist/packages/icons/lib/close/16.min.js +27 -0
- package/dist/packages/icons/lib/close/20.min.js +27 -0
- package/dist/packages/icons/lib/copy/16.min.js +27 -0
- package/dist/packages/icons/lib/critical/index.min.js +27 -0
- package/dist/packages/icons/lib/critical-severity/index.min.js +27 -0
- package/dist/packages/icons/lib/diamond-fill/index.min.js +27 -0
- package/dist/packages/icons/lib/error--filled/16.min.js +27 -0
- package/dist/packages/icons/lib/error--filled/20.min.js +27 -0
- package/dist/packages/icons/lib/in-progress/16.min.js +27 -0
- package/dist/packages/icons/lib/in-progress/20.min.js +27 -0
- package/dist/packages/icons/lib/incomplete/16.min.js +27 -0
- package/dist/packages/icons/lib/incomplete/20.min.js +27 -0
- package/dist/packages/icons/lib/information/16.min.js +27 -0
- package/dist/packages/icons/lib/information--filled/20.min.js +27 -0
- package/dist/packages/icons/lib/information--square--filled/20.min.js +27 -0
- package/dist/packages/icons/lib/low-severity/index.min.js +27 -0
- package/dist/packages/icons/lib/menu/20.min.js +27 -0
- package/dist/packages/icons/lib/pending--filled/16.min.js +27 -0
- package/dist/packages/icons/lib/pending--filled/20.min.js +27 -0
- package/dist/packages/icons/lib/search/16.min.js +27 -0
- package/dist/packages/icons/lib/subtract/16.min.js +27 -0
- package/dist/packages/icons/lib/undefined--filled/16.min.js +27 -0
- package/dist/packages/icons/lib/undefined--filled/20.min.js +27 -0
- package/dist/packages/icons/lib/undo/16.min.js +27 -0
- package/dist/packages/icons/lib/unknown--filled/16.min.js +27 -0
- package/dist/packages/icons/lib/unknown--filled/20.min.js +27 -0
- package/dist/packages/icons/lib/view/16.min.js +27 -0
- package/dist/packages/icons/lib/view--off/16.min.js +27 -0
- package/dist/packages/icons/lib/warning/16.min.js +27 -0
- package/dist/packages/icons/lib/warning--alt--filled/16.min.js +27 -0
- package/dist/packages/icons/lib/warning--alt--filled/20.min.js +27 -0
- package/dist/packages/icons/lib/warning--alt-inverted--filled/16.min.js +27 -0
- package/dist/packages/icons/lib/warning--alt-inverted--filled/20.min.js +27 -0
- package/dist/packages/icons/lib/warning--filled/16.min.js +27 -0
- package/dist/packages/icons/lib/warning--filled/20.min.js +27 -0
- package/dist/packages/icons/lib/warning-square--filled/16.min.js +27 -0
- package/dist/packages/icons/lib/warning-square--filled/20.min.js +27 -0
- package/dist/packages/layout/es/index.min.js +27 -0
- package/dist/packages/motion/es/index.min.js +27 -0
- package/es/components/accordion/accordion-item-skeleton.js.map +1 -1
- package/es/components/accordion/accordion-item.js +2 -3
- package/es/components/accordion/accordion-item.js.map +1 -1
- package/es/components/accordion/accordion-skeleton.d.ts +1 -1
- package/es/components/accordion/accordion-skeleton.js +6 -6
- package/es/components/accordion/accordion-skeleton.js.map +1 -1
- package/es/components/accordion/accordion.d.ts +5 -1
- package/es/components/accordion/accordion.js +26 -3
- package/es/components/accordion/accordion.js.map +1 -1
- package/es/components/accordion/accordion.scss.js +1 -1
- package/es/components/accordion/defs.js.map +1 -1
- package/es/components/ai-label/ai-label-action-button.js.map +1 -1
- package/es/components/ai-label/ai-label.js.map +1 -1
- package/es/components/ai-label/ai-label.scss.js +1 -1
- package/es/components/ai-label/defs.js.map +1 -1
- package/es/components/ai-skeleton/ai-skeleton-icon.js.map +1 -1
- package/es/components/ai-skeleton/ai-skeleton-placeholder.js.map +1 -1
- package/es/components/ai-skeleton/ai-skeleton-text.js.map +1 -1
- package/es/components/badge-indicator/badge-indicator.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-link.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-skeleton.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es/components/breadcrumb/defs.js.map +1 -1
- package/es/components/button/button-set-base.js.map +1 -1
- package/es/components/button/button-set.js.map +1 -1
- package/es/components/button/button-skeleton.js.map +1 -1
- package/es/components/button/button.js +2 -3
- package/es/components/button/button.js.map +1 -1
- package/es/components/button/button.scss.js +1 -1
- package/es/components/button/defs.d.ts +4 -0
- package/es/components/button/defs.js +4 -0
- package/es/components/button/defs.js.map +1 -1
- package/es/components/chat-button/chat-button-skeleton.js +1 -2
- package/es/components/chat-button/chat-button-skeleton.js.map +1 -1
- package/es/components/chat-button/chat-button.js +1 -2
- package/es/components/chat-button/chat-button.js.map +1 -1
- package/es/components/chat-button/chat-button.scss.js +1 -1
- package/es/components/chat-button/defs.js.map +1 -1
- package/es/components/checkbox/checkbox-group.js +1 -2
- package/es/components/checkbox/checkbox-group.js.map +1 -1
- package/es/components/checkbox/checkbox-skeleton.js.map +1 -1
- package/es/components/checkbox/checkbox.js.map +1 -1
- package/es/components/checkbox/defs.js.map +1 -1
- package/es/components/code-snippet/code-snippet-skeleton.js.map +1 -1
- package/es/components/code-snippet/code-snippet.d.ts +1 -1
- package/es/components/code-snippet/code-snippet.js +3 -4
- package/es/components/code-snippet/code-snippet.js.map +1 -1
- package/es/components/code-snippet/code-snippet.scss.js +1 -1
- package/es/components/code-snippet/defs.js.map +1 -1
- package/es/components/combo-box/combo-box-item.js.map +1 -1
- package/es/components/combo-box/combo-box.js.map +1 -1
- package/es/components/combo-button/combo-button.js +3 -3
- package/es/components/combo-button/combo-button.js.map +1 -1
- package/es/components/combo-button/combo-button.scss.js +1 -1
- package/es/components/combo-button/defs.js.map +1 -1
- package/es/components/content-switcher/content-switcher-item.js.map +1 -1
- package/es/components/content-switcher/content-switcher.js +1 -2
- package/es/components/content-switcher/content-switcher.js.map +1 -1
- package/es/components/content-switcher/content-switcher.scss.js +1 -1
- package/es/components/content-switcher/defs.js.map +1 -1
- package/es/components/copy/copy.js.map +1 -1
- package/es/components/copy-button/copy-button.js.map +1 -1
- package/es/components/copy-button/copy-button.scss.js +1 -1
- package/es/components/data-table/data-table.scss.js +1 -1
- package/es/components/data-table/defs.js.map +1 -1
- package/es/components/data-table/table-batch-actions.js.map +1 -1
- package/es/components/data-table/table-body.js.map +1 -1
- package/es/components/data-table/table-cell-content.js.map +1 -1
- package/es/components/data-table/table-cell.js.map +1 -1
- package/es/components/data-table/table-expanded-row.js +1 -1
- package/es/components/data-table/table-expanded-row.js.map +1 -1
- package/es/components/data-table/table-head.js.map +1 -1
- package/es/components/data-table/table-header-cell.js +1 -2
- package/es/components/data-table/table-header-cell.js.map +1 -1
- package/es/components/data-table/table-header-description.js.map +1 -1
- package/es/components/data-table/table-header-row.js.map +1 -1
- package/es/components/data-table/table-header-title.js.map +1 -1
- package/es/components/data-table/table-row.js +1 -1
- package/es/components/data-table/table-row.js.map +1 -1
- package/es/components/data-table/table-skeleton.js.map +1 -1
- package/es/components/data-table/table-toolbar-content.js.map +1 -1
- package/es/components/data-table/table-toolbar-search.js.map +1 -1
- package/es/components/data-table/table-toolbar.js.map +1 -1
- package/es/components/data-table/table.js +2 -3
- package/es/components/data-table/table.js.map +1 -1
- package/es/components/date-picker/append-to-plugin.js.map +1 -1
- package/es/components/date-picker/css-class-plugin.js.map +1 -1
- package/es/components/date-picker/date-picker-input-skeleton.d.ts +10 -1
- package/es/components/date-picker/date-picker-input-skeleton.js +32 -3
- package/es/components/date-picker/date-picker-input-skeleton.js.map +1 -1
- package/es/components/date-picker/date-picker-input.d.ts +15 -15
- package/es/components/date-picker/date-picker-input.js +26 -28
- package/es/components/date-picker/date-picker-input.js.map +1 -1
- package/es/components/date-picker/date-picker.d.ts +6 -6
- package/es/components/date-picker/date-picker.js +14 -14
- package/es/components/date-picker/date-picker.js.map +1 -1
- package/es/components/date-picker/date-picker.scss.js +1 -1
- package/es/components/date-picker/defs.js.map +1 -1
- package/es/components/date-picker/fix-events-plugin.js.map +1 -1
- package/es/components/date-picker/focus-plugin.d.ts +2 -2
- package/es/components/date-picker/focus-plugin.js +36 -39
- package/es/components/date-picker/focus-plugin.js.map +1 -1
- package/es/components/date-picker/icon-plugin.js.map +1 -1
- package/es/components/date-picker/iso-date.js.map +1 -1
- package/es/components/date-picker/month-select-plugin.js.map +1 -1
- package/es/components/date-picker/range-plugin.js +1 -0
- package/es/components/date-picker/range-plugin.js.map +1 -1
- package/es/components/date-picker/shadow-dom-events-plugin.js.map +1 -1
- package/es/components/date-picker/state-handshake-plugin.js.map +1 -1
- package/es/components/dropdown/defs.js.map +1 -1
- package/es/components/dropdown/dropdown-item.js.map +1 -1
- package/es/components/dropdown/dropdown-skeleton.js.map +1 -1
- package/es/components/dropdown/dropdown.js +2 -3
- package/es/components/dropdown/dropdown.js.map +1 -1
- package/es/components/feature-flags/index.js.map +1 -1
- package/es/components/file-uploader/defs.js.map +1 -1
- package/es/components/file-uploader/demo-file-uploader.js.map +1 -1
- package/es/components/file-uploader/file-uploader-button.js +1 -1
- package/es/components/file-uploader/file-uploader-button.js.map +1 -1
- package/es/components/file-uploader/file-uploader-drop-container.js +1 -1
- package/es/components/file-uploader/file-uploader-drop-container.js.map +1 -1
- package/es/components/file-uploader/file-uploader-item.js +1 -2
- package/es/components/file-uploader/file-uploader-item.js.map +1 -1
- package/es/components/file-uploader/file-uploader-skeleton.js.map +1 -1
- package/es/components/file-uploader/file-uploader.js.map +1 -1
- package/es/components/file-uploader/file-uploader.scss.js +1 -1
- package/es/components/floating-menu/defs.js.map +1 -1
- package/es/components/floating-menu/floating-menu.js +1 -2
- package/es/components/floating-menu/floating-menu.js.map +1 -1
- package/es/components/form/form-item.js.map +1 -1
- package/es/components/form-group/form-group.js.map +1 -1
- package/es/components/grid/column-hang.js.map +1 -1
- package/es/components/grid/column.js.map +1 -1
- package/es/components/grid/defs.js.map +1 -1
- package/es/components/grid/grid-context.js.map +1 -1
- package/es/components/grid/grid.js.map +1 -1
- package/es/components/heading/heading.js.map +1 -1
- package/es/components/icon-button/defs.js.map +1 -1
- package/es/components/icon-button/icon-button.js.map +1 -1
- package/es/components/icon-button/icon-button.scss.js +1 -1
- package/es/components/icon-indicator/defs.js.map +1 -1
- package/es/components/icon-indicator/icon-indicator.js +1 -2
- package/es/components/icon-indicator/icon-indicator.js.map +1 -1
- package/es/components/inline-loading/defs.js.map +1 -1
- package/es/components/inline-loading/inline-loading.js +1 -2
- package/es/components/inline-loading/inline-loading.js.map +1 -1
- package/es/components/layer/layer.js.map +1 -1
- package/es/components/link/link.js.map +1 -1
- package/es/components/list/list-item.js.map +1 -1
- package/es/components/list/ordered-list.js.map +1 -1
- package/es/components/list/unordered-list.js.map +1 -1
- package/es/components/loading/defs.js.map +1 -1
- package/es/components/loading/loading-icon.js.map +1 -1
- package/es/components/loading/loading.js +1 -2
- package/es/components/loading/loading.js.map +1 -1
- package/es/components/loading/types.js.map +1 -1
- package/es/components/menu/defs.js.map +1 -1
- package/es/components/menu/menu-context.js.map +1 -1
- package/es/components/menu/menu-item-divider.js.map +1 -1
- package/es/components/menu/menu-item-group.js.map +1 -1
- package/es/components/menu/menu-item-radio-group.js.map +1 -1
- package/es/components/menu/menu-item-selectable.js.map +1 -1
- package/es/components/menu/menu-item.js +1 -2
- package/es/components/menu/menu-item.js.map +1 -1
- package/es/components/menu/menu.js +2 -3
- package/es/components/menu/menu.js.map +1 -1
- package/es/components/menu-button/defs.js.map +1 -1
- package/es/components/menu-button/menu-button.js +2 -3
- package/es/components/menu-button/menu-button.js.map +1 -1
- package/es/components/menu-button/menu-button.scss.js +1 -1
- package/es/components/modal/defs.js.map +1 -1
- package/es/components/modal/modal-body-content.js.map +1 -1
- package/es/components/modal/modal-body.js.map +1 -1
- package/es/components/modal/modal-close-button.js.map +1 -1
- package/es/components/modal/modal-footer-button.js.map +1 -1
- package/es/components/modal/modal-footer.js.map +1 -1
- package/es/components/modal/modal-header.js.map +1 -1
- package/es/components/modal/modal-heading.js.map +1 -1
- package/es/components/modal/modal-label.js.map +1 -1
- package/es/components/modal/modal.js +2 -3
- package/es/components/modal/modal.js.map +1 -1
- package/es/components/modal/modal.scss.js +1 -1
- package/es/components/multi-select/defs.js.map +1 -1
- package/es/components/multi-select/multi-select-item.js.map +1 -1
- package/es/components/multi-select/multi-select.js +2 -3
- package/es/components/multi-select/multi-select.js.map +1 -1
- package/es/components/notification/actionable-notification-button.js.map +1 -1
- package/es/components/notification/actionable-notification.js.map +1 -1
- package/es/components/notification/actionable-notification.scss.js +1 -1
- package/es/components/notification/defs.js.map +1 -1
- package/es/components/notification/inline-notification.js +1 -2
- package/es/components/notification/inline-notification.js.map +1 -1
- package/es/components/notification/inline-notification.scss.js +1 -1
- package/es/components/notification/stories/helper.js.map +1 -1
- package/es/components/notification/toast-notification.js.map +1 -1
- package/es/components/notification/toast-notification.scss.js +1 -1
- package/es/components/number-input/defs.js.map +1 -1
- package/es/components/number-input/number-input-skeleton.js.map +1 -1
- package/es/components/number-input/number-input.js.map +1 -1
- package/es/components/overflow-menu/defs.js.map +1 -1
- package/es/components/overflow-menu/overflow-menu-body.js.map +1 -1
- package/es/components/overflow-menu/overflow-menu-item.js.map +1 -1
- package/es/components/overflow-menu/overflow-menu.js +1 -2
- package/es/components/overflow-menu/overflow-menu.js.map +1 -1
- package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
- package/es/components/page-header/page-header-breadcrumb.js.map +1 -1
- package/es/components/page-header/page-header-content-text.js.map +1 -1
- package/es/components/page-header/page-header-content.js.map +1 -1
- package/es/components/page-header/page-header-hero-image.js.map +1 -1
- package/es/components/page-header/page-header-tabs.js.map +1 -1
- package/es/components/page-header/page-header.js.map +1 -1
- package/es/components/pagination/defs.js.map +1 -1
- package/es/components/pagination/pagination.js +1 -1
- package/es/components/pagination/pagination.js.map +1 -1
- package/es/components/pagination/pagination.scss.js +1 -1
- package/es/components/password-input/defs.d.ts +50 -0
- package/es/components/password-input/defs.js +65 -0
- package/es/components/password-input/defs.js.map +1 -0
- package/es/components/password-input/index.d.ts +8 -0
- package/es/components/password-input/index.js +10 -0
- package/es/components/password-input/index.js.map +1 -0
- package/es/components/password-input/password-input-skeleton.d.ts +21 -0
- package/es/components/password-input/password-input-skeleton.js +53 -0
- package/es/components/password-input/password-input-skeleton.js.map +1 -0
- package/es/components/password-input/password-input.d.ts +69 -0
- package/es/components/password-input/password-input.js +302 -0
- package/es/components/password-input/password-input.js.map +1 -0
- package/es/components/password-input/password-input.scss.js +13 -0
- package/es/components/password-input/password-input.scss.js.map +1 -0
- package/es/components/popover/defs.js.map +1 -1
- package/es/components/popover/popover-content.js.map +1 -1
- package/es/components/popover/popover.d.ts +354 -1
- package/es/components/popover/popover.js +40 -14
- package/es/components/popover/popover.js.map +1 -1
- package/es/components/progress-bar/defs.js.map +1 -1
- package/es/components/progress-bar/progress-bar.js +1 -2
- package/es/components/progress-bar/progress-bar.js.map +1 -1
- package/es/components/progress-bar/progress-bar.scss.js +1 -1
- package/es/components/progress-indicator/defs.js.map +1 -1
- package/es/components/progress-indicator/progress-indicator-skeleton.js.map +1 -1
- package/es/components/progress-indicator/progress-indicator.js.map +1 -1
- package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
- package/es/components/progress-indicator/progress-step-skeleton.js.map +1 -1
- package/es/components/progress-indicator/progress-step.js +2 -3
- package/es/components/progress-indicator/progress-step.js.map +1 -1
- package/es/components/radio-button/defs.js.map +1 -1
- package/es/components/radio-button/radio-button-group.js +2 -3
- package/es/components/radio-button/radio-button-group.js.map +1 -1
- package/es/components/radio-button/radio-button-skeleton.js.map +1 -1
- package/es/components/radio-button/radio-button.js +2 -3
- package/es/components/radio-button/radio-button.js.map +1 -1
- package/es/components/search/search-skeleton.js.map +1 -1
- package/es/components/search/search.js +1 -1
- package/es/components/search/search.js.map +1 -1
- package/es/components/select/select-item-group.js.map +1 -1
- package/es/components/select/select-item.js.map +1 -1
- package/es/components/select/select-skeleton.js.map +1 -1
- package/es/components/select/select.js.map +1 -1
- package/es/components/shape-indicator/defs.js.map +1 -1
- package/es/components/shape-indicator/shape-indicator.js.map +1 -1
- package/es/components/side-panel/defs.js.map +1 -1
- package/es/components/side-panel/side-panel.js +6 -16
- package/es/components/side-panel/side-panel.js.map +1 -1
- package/es/components/skeleton-icon/skeleton-icon.js.map +1 -1
- package/es/components/skeleton-placeholder/skeleton-placeholder.js.map +1 -1
- package/es/components/skeleton-text/defs.js.map +1 -1
- package/es/components/skeleton-text/skeleton-text.js +1 -2
- package/es/components/skeleton-text/skeleton-text.js.map +1 -1
- package/es/components/skip-to-content/skip-to-content.js.map +1 -1
- package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
- package/es/components/slider/slider-input.js.map +1 -1
- package/es/components/slider/slider-skeleton.js.map +1 -1
- package/es/components/slider/slider.js +1 -1
- package/es/components/slider/slider.js.map +1 -1
- package/es/components/slug/defs.js.map +1 -1
- package/es/components/slug/slug-action-button.js.map +1 -1
- package/es/components/slug/slug.js.map +1 -1
- package/es/components/slug/slug.scss.js +1 -1
- package/es/components/stack/defs.js.map +1 -1
- package/es/components/stack/stack.js +1 -2
- package/es/components/stack/stack.js.map +1 -1
- package/es/components/structured-list/structured-list-body.js.map +1 -1
- package/es/components/structured-list/structured-list-cell.js.map +1 -1
- package/es/components/structured-list/structured-list-head.js.map +1 -1
- package/es/components/structured-list/structured-list-header-cell-skeleton.js.map +1 -1
- package/es/components/structured-list/structured-list-header-cell.js.map +1 -1
- package/es/components/structured-list/structured-list-header-row.js.map +1 -1
- package/es/components/structured-list/structured-list-row.js +1 -1
- package/es/components/structured-list/structured-list-row.js.map +1 -1
- package/es/components/structured-list/structured-list.js.map +1 -1
- package/es/components/tabs/defs.js.map +1 -1
- package/es/components/tabs/tab-skeleton.js.map +1 -1
- package/es/components/tabs/tab.js.map +1 -1
- package/es/components/tabs/tabs-skeleton.js.map +1 -1
- package/es/components/tabs/tabs.js +1 -3
- package/es/components/tabs/tabs.js.map +1 -1
- package/es/components/tabs/tabs.scss.js +1 -1
- package/es/components/tag/defs.js.map +1 -1
- package/es/components/tag/dismissible-tag.js +1 -2
- package/es/components/tag/dismissible-tag.js.map +1 -1
- package/es/components/tag/operational-tag.js +2 -3
- package/es/components/tag/operational-tag.js.map +1 -1
- package/es/components/tag/selectable-tag.js +3 -3
- package/es/components/tag/selectable-tag.js.map +1 -1
- package/es/components/tag/tag-skeleton.js.map +1 -1
- package/es/components/tag/tag.js +2 -3
- package/es/components/tag/tag.js.map +1 -1
- package/es/components/tag/tag.scss.js +1 -1
- package/es/components/tag/types.js.map +1 -1
- package/es/components/tearsheet/defs.js.map +1 -1
- package/es/components/tearsheet/tearsheet.js +6 -16
- package/es/components/tearsheet/tearsheet.js.map +1 -1
- package/es/components/text-input/defs.js.map +1 -1
- package/es/components/text-input/stories/helpers.js.map +1 -1
- package/es/components/text-input/text-input-skeleton.js.map +1 -1
- package/es/components/text-input/text-input.d.ts +9 -1
- package/es/components/text-input/text-input.js +16 -5
- package/es/components/text-input/text-input.js.map +1 -1
- package/es/components/textarea/stories/helpers.js.map +1 -1
- package/es/components/textarea/textarea-skeleton.js.map +1 -1
- package/es/components/textarea/textarea.js.map +1 -1
- package/es/components/tile/clickable-tile.js.map +1 -1
- package/es/components/tile/expandable-tile.js +1 -1
- package/es/components/tile/expandable-tile.js.map +1 -1
- package/es/components/tile/radio-tile.js +1 -1
- package/es/components/tile/radio-tile.js.map +1 -1
- package/es/components/tile/selectable-tile.js +1 -1
- package/es/components/tile/selectable-tile.js.map +1 -1
- package/es/components/tile/tile-group.js +1 -1
- package/es/components/tile/tile-group.js.map +1 -1
- package/es/components/tile/tile.js +1 -2
- package/es/components/tile/tile.js.map +1 -1
- package/es/components/tile/tile.scss.js +1 -1
- package/es/components/time-picker/defs.js.map +1 -1
- package/es/components/time-picker/time-picker-select.js.map +1 -1
- package/es/components/time-picker/time-picker.js.map +1 -1
- package/es/components/toggle/defs.js.map +1 -1
- package/es/components/toggle/toggle.js +1 -2
- package/es/components/toggle/toggle.js.map +1 -1
- package/es/components/toggle-tip/toggletip.d.ts +14 -1
- package/es/components/toggle-tip/toggletip.js +35 -7
- package/es/components/toggle-tip/toggletip.js.map +1 -1
- package/es/components/toggle-tip/toggletip.scss.js +1 -1
- package/es/components/tooltip/definition-tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip-content.js.map +1 -1
- package/es/components/tooltip/tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip.scss.js +1 -1
- package/es/components/tree-view/defs.js.map +1 -1
- package/es/components/tree-view/tree-node.js.map +1 -1
- package/es/components/tree-view/tree-view.js +2 -3
- package/es/components/tree-view/tree-view.js.map +1 -1
- package/es/components/ui-shell/defs.js.map +1 -1
- package/es/components/ui-shell/header-global-action.js.map +1 -1
- package/es/components/ui-shell/header-menu-button.js.map +1 -1
- package/es/components/ui-shell/header-menu-item.js.map +1 -1
- package/es/components/ui-shell/header-menu.js +1 -1
- package/es/components/ui-shell/header-menu.js.map +1 -1
- package/es/components/ui-shell/header-name.js.map +1 -1
- package/es/components/ui-shell/header-nav-item.js.map +1 -1
- package/es/components/ui-shell/header-nav.js.map +1 -1
- package/es/components/ui-shell/header-panel.js.map +1 -1
- package/es/components/ui-shell/header-side-nav-items.js.map +1 -1
- package/es/components/ui-shell/header.js.map +1 -1
- package/es/components/ui-shell/header.scss.js +1 -1
- package/es/components/ui-shell/side-nav-divider.js.map +1 -1
- package/es/components/ui-shell/side-nav-items.js.map +1 -1
- package/es/components/ui-shell/side-nav-link.js.map +1 -1
- package/es/components/ui-shell/side-nav-menu-item.js.map +1 -1
- package/es/components/ui-shell/side-nav-menu.js +3 -1
- package/es/components/ui-shell/side-nav-menu.js.map +1 -1
- package/es/components/ui-shell/side-nav.js +4 -6
- package/es/components/ui-shell/side-nav.js.map +1 -1
- package/es/components/ui-shell/switcher-divider.js.map +1 -1
- package/es/components/ui-shell/switcher-item.js.map +1 -1
- package/es/components/ui-shell/switcher.js.map +1 -1
- package/es/feature-flags/es/index.js +29 -18
- package/es/feature-flags/es/index.js.map +1 -1
- package/es/globals/controllers/floating-controller.d.ts +1 -0
- package/es/globals/controllers/floating-controller.js +2 -2
- package/es/globals/controllers/floating-controller.js.map +1 -1
- package/es/globals/decorators/carbon-element.js.map +1 -1
- package/es/globals/decorators/host-listener.js.map +1 -1
- package/es/globals/directives/if-non-empty.js.map +1 -1
- package/es/globals/directives/spread.js.map +1 -1
- package/es/globals/internal/collection-helpers.js.map +1 -1
- package/es/globals/internal/feature-flags.js.map +1 -1
- package/es/globals/internal/radio-group-manager.js.map +1 -1
- package/es/globals/mixins/focus.js.map +1 -1
- package/es/globals/mixins/form.js.map +1 -1
- package/es/globals/mixins/host-listener.js.map +1 -1
- package/es/globals/mixins/on.js.map +1 -1
- package/es/globals/mixins/validity.js.map +1 -1
- package/es/globals/settings.js.map +1 -1
- package/es/globals/shared-enums.js.map +1 -1
- package/es/icons/SAP/16.d.ts +10 -0
- package/es/icons/SAP/16.js +12 -0
- package/es/icons/SAP/20.d.ts +10 -0
- package/es/icons/SAP/20.js +12 -0
- package/es/icons/SAP/24.d.ts +10 -0
- package/es/icons/SAP/24.js +12 -0
- package/es/icons/SAP/32.d.ts +10 -0
- package/es/icons/SAP/32.js +12 -0
- package/es/icons/aggregator--count-rows/16.d.ts +10 -0
- package/es/icons/aggregator--count-rows/16.js +12 -0
- package/es/icons/aggregator--count-rows/20.d.ts +10 -0
- package/es/icons/aggregator--count-rows/20.js +12 -0
- package/es/icons/aggregator--count-rows/24.d.ts +10 -0
- package/es/icons/aggregator--count-rows/24.js +12 -0
- package/es/icons/aggregator--count-rows/32.d.ts +10 -0
- package/es/icons/aggregator--count-rows/32.js +12 -0
- package/es/icons/aggregator--recalculation/16.d.ts +10 -0
- package/es/icons/aggregator--recalculation/16.js +12 -0
- package/es/icons/aggregator--recalculation/20.d.ts +10 -0
- package/es/icons/aggregator--recalculation/20.js +12 -0
- package/es/icons/aggregator--recalculation/24.d.ts +10 -0
- package/es/icons/aggregator--recalculation/24.js +12 -0
- package/es/icons/aggregator--recalculation/32.d.ts +10 -0
- package/es/icons/aggregator--recalculation/32.js +12 -0
- package/es/icons/base-document-set/16.d.ts +10 -0
- package/es/icons/base-document-set/16.js +12 -0
- package/es/icons/base-document-set/20.d.ts +10 -0
- package/es/icons/base-document-set/20.js +12 -0
- package/es/icons/base-document-set/24.d.ts +10 -0
- package/es/icons/base-document-set/24.js +12 -0
- package/es/icons/base-document-set/32.d.ts +10 -0
- package/es/icons/base-document-set/32.js +12 -0
- package/es/icons/document-set/16.d.ts +10 -0
- package/es/icons/document-set/16.js +12 -0
- package/es/icons/document-set/20.d.ts +10 -0
- package/es/icons/document-set/20.js +12 -0
- package/es/icons/document-set/24.d.ts +10 -0
- package/es/icons/document-set/24.js +12 -0
- package/es/icons/document-set/32.d.ts +10 -0
- package/es/icons/document-set/32.js +12 -0
- package/es/icons/follow-up-work-order/16.d.ts +10 -0
- package/es/icons/follow-up-work-order/16.js +12 -0
- package/es/icons/follow-up-work-order/20.d.ts +10 -0
- package/es/icons/follow-up-work-order/20.js +12 -0
- package/es/icons/follow-up-work-order/24.d.ts +10 -0
- package/es/icons/follow-up-work-order/24.js +12 -0
- package/es/icons/follow-up-work-order/32.d.ts +10 -0
- package/es/icons/follow-up-work-order/32.js +12 -0
- package/es/icons/funnel--sequence/16.d.ts +10 -0
- package/es/icons/funnel--sequence/16.js +12 -0
- package/es/icons/funnel--sequence/20.d.ts +10 -0
- package/es/icons/funnel--sequence/20.js +12 -0
- package/es/icons/funnel--sequence/24.d.ts +10 -0
- package/es/icons/funnel--sequence/24.js +12 -0
- package/es/icons/funnel--sequence/32.d.ts +10 -0
- package/es/icons/funnel--sequence/32.js +12 -0
- package/es/icons/funnel--sort/16.d.ts +10 -0
- package/es/icons/funnel--sort/16.js +12 -0
- package/es/icons/funnel--sort/20.d.ts +10 -0
- package/es/icons/funnel--sort/20.js +12 -0
- package/es/icons/funnel--sort/24.d.ts +10 -0
- package/es/icons/funnel--sort/24.js +12 -0
- package/es/icons/funnel--sort/32.d.ts +10 -0
- package/es/icons/funnel--sort/32.js +12 -0
- package/es/icons/heading/16.d.ts +10 -0
- package/es/icons/heading/16.js +12 -0
- package/es/icons/heading/20.d.ts +10 -0
- package/es/icons/heading/20.js +12 -0
- package/es/icons/heading/24.d.ts +10 -0
- package/es/icons/heading/24.js +12 -0
- package/es/icons/heading/32.d.ts +10 -0
- package/es/icons/heading/32.js +12 -0
- package/es/icons/ibm-software--watsonx--data--analyze-and-process/16.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--analyze-and-process/16.js +12 -0
- package/es/icons/ibm-software--watsonx--data--analyze-and-process/20.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--analyze-and-process/20.js +12 -0
- package/es/icons/ibm-software--watsonx--data--analyze-and-process/24.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--analyze-and-process/24.js +12 -0
- package/es/icons/ibm-software--watsonx--data--analyze-and-process/32.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--analyze-and-process/32.js +12 -0
- package/es/icons/ibm-software--watsonx--data--structured--enrichment/16.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--structured--enrichment/16.js +12 -0
- package/es/icons/ibm-software--watsonx--data--structured--enrichment/20.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--structured--enrichment/20.js +12 -0
- package/es/icons/ibm-software--watsonx--data--structured--enrichment/24.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--structured--enrichment/24.js +12 -0
- package/es/icons/ibm-software--watsonx--data--structured--enrichment/32.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--structured--enrichment/32.js +12 -0
- package/es/icons/ibm-software--watsonx--data--structured--import/16.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--structured--import/16.js +12 -0
- package/es/icons/ibm-software--watsonx--data--structured--import/20.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--structured--import/20.js +12 -0
- package/es/icons/ibm-software--watsonx--data--structured--import/24.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--structured--import/24.js +12 -0
- package/es/icons/ibm-software--watsonx--data--structured--import/32.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--structured--import/32.js +12 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/16.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/16.js +12 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/20.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/20.js +12 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/24.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/24.js +12 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/32.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/32.js +12 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--import/16.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--import/16.js +12 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--import/20.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--import/20.js +12 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--import/24.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--import/24.js +12 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--import/32.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--data--unstructured--import/32.js +12 -0
- package/es/icons/ibm-software--watsonx--document--library/16.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--document--library/16.js +12 -0
- package/es/icons/ibm-software--watsonx--document--library/20.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--document--library/20.js +12 -0
- package/es/icons/ibm-software--watsonx--document--library/24.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--document--library/24.js +12 -0
- package/es/icons/ibm-software--watsonx--document--library/32.d.ts +10 -0
- package/es/icons/ibm-software--watsonx--document--library/32.js +12 -0
- package/es/icons/important/16.d.ts +10 -0
- package/es/icons/important/16.js +12 -0
- package/es/icons/important/20.d.ts +10 -0
- package/es/icons/important/20.js +12 -0
- package/es/icons/important/24.d.ts +10 -0
- package/es/icons/important/24.js +12 -0
- package/es/icons/important/32.d.ts +10 -0
- package/es/icons/important/32.js +12 -0
- package/es/icons/join--inner--alt/16.d.ts +10 -0
- package/es/icons/join--inner--alt/16.js +12 -0
- package/es/icons/join--inner--alt/20.d.ts +10 -0
- package/es/icons/join--inner--alt/20.js +12 -0
- package/es/icons/join--inner--alt/24.d.ts +10 -0
- package/es/icons/join--inner--alt/24.js +12 -0
- package/es/icons/join--inner--alt/32.d.ts +10 -0
- package/es/icons/join--inner--alt/32.js +12 -0
- package/es/icons/join--left-outer/16.d.ts +10 -0
- package/es/icons/join--left-outer/16.js +12 -0
- package/es/icons/join--left-outer/20.d.ts +10 -0
- package/es/icons/join--left-outer/20.js +12 -0
- package/es/icons/join--left-outer/24.d.ts +10 -0
- package/es/icons/join--left-outer/24.js +12 -0
- package/es/icons/join--left-outer/32.d.ts +10 -0
- package/es/icons/join--left-outer/32.js +12 -0
- package/es/icons/join--right-outer/16.d.ts +10 -0
- package/es/icons/join--right-outer/16.js +12 -0
- package/es/icons/join--right-outer/20.d.ts +10 -0
- package/es/icons/join--right-outer/20.js +12 -0
- package/es/icons/join--right-outer/24.d.ts +10 -0
- package/es/icons/join--right-outer/24.js +12 -0
- package/es/icons/join--right-outer/32.d.ts +10 -0
- package/es/icons/join--right-outer/32.js +12 -0
- package/es/icons/marginal/16.d.ts +10 -0
- package/es/icons/marginal/16.js +12 -0
- package/es/icons/marginal/20.d.ts +10 -0
- package/es/icons/marginal/20.js +12 -0
- package/es/icons/marginal/24.d.ts +10 -0
- package/es/icons/marginal/24.js +12 -0
- package/es/icons/marginal/32.d.ts +10 -0
- package/es/icons/marginal/32.js +12 -0
- package/es/icons/modified--newest/16.d.ts +10 -0
- package/es/icons/modified--newest/16.js +12 -0
- package/es/icons/modified--newest/20.d.ts +10 -0
- package/es/icons/modified--newest/20.js +12 -0
- package/es/icons/modified--newest/24.d.ts +10 -0
- package/es/icons/modified--newest/24.js +12 -0
- package/es/icons/modified--newest/32.d.ts +10 -0
- package/es/icons/modified--newest/32.js +12 -0
- package/es/icons/modified--oldest/16.d.ts +10 -0
- package/es/icons/modified--oldest/16.js +12 -0
- package/es/icons/modified--oldest/20.d.ts +10 -0
- package/es/icons/modified--oldest/20.js +12 -0
- package/es/icons/modified--oldest/24.d.ts +10 -0
- package/es/icons/modified--oldest/24.js +12 -0
- package/es/icons/modified--oldest/32.d.ts +10 -0
- package/es/icons/modified--oldest/32.js +12 -0
- package/es/icons/pivot--horizontal/16.d.ts +10 -0
- package/es/icons/pivot--horizontal/16.js +12 -0
- package/es/icons/pivot--horizontal/20.d.ts +10 -0
- package/es/icons/pivot--horizontal/20.js +12 -0
- package/es/icons/pivot--horizontal/24.d.ts +10 -0
- package/es/icons/pivot--horizontal/24.js +12 -0
- package/es/icons/pivot--horizontal/32.d.ts +10 -0
- package/es/icons/pivot--horizontal/32.js +12 -0
- package/es/icons/pivot--vertical/16.d.ts +10 -0
- package/es/icons/pivot--vertical/16.js +12 -0
- package/es/icons/pivot--vertical/20.d.ts +10 -0
- package/es/icons/pivot--vertical/20.js +12 -0
- package/es/icons/pivot--vertical/24.d.ts +10 -0
- package/es/icons/pivot--vertical/24.js +12 -0
- package/es/icons/pivot--vertical/32.d.ts +10 -0
- package/es/icons/pivot--vertical/32.js +12 -0
- package/es/icons/pop-in/16.d.ts +10 -0
- package/es/icons/pop-in/16.js +12 -0
- package/es/icons/pop-in/20.d.ts +10 -0
- package/es/icons/pop-in/20.js +12 -0
- package/es/icons/pop-in/24.d.ts +10 -0
- package/es/icons/pop-in/24.js +12 -0
- package/es/icons/pop-in/32.d.ts +10 -0
- package/es/icons/pop-in/32.js +12 -0
- package/es/icons/read-me/16.d.ts +10 -0
- package/es/icons/read-me/16.js +12 -0
- package/es/icons/read-me/20.d.ts +10 -0
- package/es/icons/read-me/20.js +12 -0
- package/es/icons/read-me/24.d.ts +10 -0
- package/es/icons/read-me/24.js +12 -0
- package/es/icons/read-me/32.d.ts +10 -0
- package/es/icons/read-me/32.js +12 -0
- package/es/icons/surrogate--key-database/16.d.ts +10 -0
- package/es/icons/surrogate--key-database/16.js +12 -0
- package/es/icons/surrogate--key-database/20.d.ts +10 -0
- package/es/icons/surrogate--key-database/20.js +12 -0
- package/es/icons/surrogate--key-database/24.d.ts +10 -0
- package/es/icons/surrogate--key-database/24.js +12 -0
- package/es/icons/surrogate--key-database/32.d.ts +10 -0
- package/es/icons/surrogate--key-database/32.js +12 -0
- package/es/icons/surrogate--key-flat-file/16.d.ts +10 -0
- package/es/icons/surrogate--key-flat-file/16.js +12 -0
- package/es/icons/surrogate--key-flat-file/20.d.ts +10 -0
- package/es/icons/surrogate--key-flat-file/20.js +12 -0
- package/es/icons/surrogate--key-flat-file/24.d.ts +10 -0
- package/es/icons/surrogate--key-flat-file/24.js +12 -0
- package/es/icons/surrogate--key-flat-file/32.d.ts +10 -0
- package/es/icons/surrogate--key-flat-file/32.js +12 -0
- package/es/icons/waveform/16.d.ts +10 -0
- package/es/icons/waveform/16.js +12 -0
- package/es/icons/waveform/20.d.ts +10 -0
- package/es/icons/waveform/20.js +12 -0
- package/es/icons/waveform/24.d.ts +10 -0
- package/es/icons/waveform/24.js +12 -0
- package/es/icons/waveform/32.d.ts +10 -0
- package/es/icons/waveform/32.js +12 -0
- package/es-custom/components/accordion/accordion-item-skeleton.js.map +1 -1
- package/es-custom/components/accordion/accordion-item.js +2 -3
- package/es-custom/components/accordion/accordion-item.js.map +1 -1
- package/es-custom/components/accordion/accordion-skeleton.d.ts +1 -1
- package/es-custom/components/accordion/accordion-skeleton.js +6 -6
- package/es-custom/components/accordion/accordion-skeleton.js.map +1 -1
- package/es-custom/components/accordion/accordion.d.ts +5 -1
- package/es-custom/components/accordion/accordion.js +26 -3
- package/es-custom/components/accordion/accordion.js.map +1 -1
- package/es-custom/components/accordion/accordion.scss.js +1 -1
- package/es-custom/components/accordion/defs.js.map +1 -1
- package/es-custom/components/ai-label/ai-label-action-button.js.map +1 -1
- package/es-custom/components/ai-label/ai-label.js.map +1 -1
- package/es-custom/components/ai-label/ai-label.scss.js +1 -1
- package/es-custom/components/ai-label/defs.js.map +1 -1
- package/es-custom/components/ai-skeleton/ai-skeleton-icon.js.map +1 -1
- package/es-custom/components/ai-skeleton/ai-skeleton-placeholder.js.map +1 -1
- package/es-custom/components/ai-skeleton/ai-skeleton-text.js.map +1 -1
- package/es-custom/components/badge-indicator/badge-indicator.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb-item.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb-link.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb-skeleton.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es-custom/components/breadcrumb/defs.js.map +1 -1
- package/es-custom/components/button/button-set-base.js.map +1 -1
- package/es-custom/components/button/button-set.js.map +1 -1
- package/es-custom/components/button/button-skeleton.js.map +1 -1
- package/es-custom/components/button/button.js +2 -3
- package/es-custom/components/button/button.js.map +1 -1
- package/es-custom/components/button/button.scss.js +1 -1
- package/es-custom/components/button/defs.d.ts +4 -0
- package/es-custom/components/button/defs.js +4 -0
- package/es-custom/components/button/defs.js.map +1 -1
- package/es-custom/components/chat-button/chat-button-skeleton.js +1 -2
- package/es-custom/components/chat-button/chat-button-skeleton.js.map +1 -1
- package/es-custom/components/chat-button/chat-button.js +1 -2
- package/es-custom/components/chat-button/chat-button.js.map +1 -1
- package/es-custom/components/chat-button/chat-button.scss.js +1 -1
- package/es-custom/components/chat-button/defs.js.map +1 -1
- package/es-custom/components/checkbox/checkbox-group.js +1 -2
- package/es-custom/components/checkbox/checkbox-group.js.map +1 -1
- package/es-custom/components/checkbox/checkbox-skeleton.js.map +1 -1
- package/es-custom/components/checkbox/checkbox.js.map +1 -1
- package/es-custom/components/checkbox/defs.js.map +1 -1
- package/es-custom/components/code-snippet/code-snippet-skeleton.js.map +1 -1
- package/es-custom/components/code-snippet/code-snippet.d.ts +1 -1
- package/es-custom/components/code-snippet/code-snippet.js +3 -4
- package/es-custom/components/code-snippet/code-snippet.js.map +1 -1
- package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
- package/es-custom/components/code-snippet/defs.js.map +1 -1
- package/es-custom/components/combo-box/combo-box-item.js.map +1 -1
- package/es-custom/components/combo-box/combo-box.js.map +1 -1
- package/es-custom/components/combo-button/combo-button.js +3 -3
- package/es-custom/components/combo-button/combo-button.js.map +1 -1
- package/es-custom/components/combo-button/combo-button.scss.js +1 -1
- package/es-custom/components/combo-button/defs.js.map +1 -1
- package/es-custom/components/content-switcher/content-switcher-item.js.map +1 -1
- package/es-custom/components/content-switcher/content-switcher.js +1 -2
- package/es-custom/components/content-switcher/content-switcher.js.map +1 -1
- package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
- package/es-custom/components/content-switcher/defs.js.map +1 -1
- package/es-custom/components/copy/copy.js.map +1 -1
- package/es-custom/components/copy-button/copy-button.js.map +1 -1
- package/es-custom/components/copy-button/copy-button.scss.js +1 -1
- package/es-custom/components/data-table/data-table.scss.js +1 -1
- package/es-custom/components/data-table/defs.js.map +1 -1
- package/es-custom/components/data-table/table-batch-actions.js.map +1 -1
- package/es-custom/components/data-table/table-body.js.map +1 -1
- package/es-custom/components/data-table/table-cell-content.js.map +1 -1
- package/es-custom/components/data-table/table-cell.js.map +1 -1
- package/es-custom/components/data-table/table-expanded-row.js +1 -1
- package/es-custom/components/data-table/table-expanded-row.js.map +1 -1
- package/es-custom/components/data-table/table-head.js.map +1 -1
- package/es-custom/components/data-table/table-header-cell.js +1 -2
- package/es-custom/components/data-table/table-header-cell.js.map +1 -1
- package/es-custom/components/data-table/table-header-description.js.map +1 -1
- package/es-custom/components/data-table/table-header-row.js.map +1 -1
- package/es-custom/components/data-table/table-header-title.js.map +1 -1
- package/es-custom/components/data-table/table-row.js +1 -1
- package/es-custom/components/data-table/table-row.js.map +1 -1
- package/es-custom/components/data-table/table-skeleton.js.map +1 -1
- package/es-custom/components/data-table/table-toolbar-content.js.map +1 -1
- package/es-custom/components/data-table/table-toolbar-search.js.map +1 -1
- package/es-custom/components/data-table/table-toolbar.js.map +1 -1
- package/es-custom/components/data-table/table.js +2 -3
- package/es-custom/components/data-table/table.js.map +1 -1
- package/es-custom/components/date-picker/append-to-plugin.js.map +1 -1
- package/es-custom/components/date-picker/css-class-plugin.js.map +1 -1
- package/es-custom/components/date-picker/date-picker-input-skeleton.d.ts +10 -1
- package/es-custom/components/date-picker/date-picker-input-skeleton.js +32 -3
- package/es-custom/components/date-picker/date-picker-input-skeleton.js.map +1 -1
- package/es-custom/components/date-picker/date-picker-input.d.ts +15 -15
- package/es-custom/components/date-picker/date-picker-input.js +26 -28
- package/es-custom/components/date-picker/date-picker-input.js.map +1 -1
- package/es-custom/components/date-picker/date-picker.d.ts +6 -6
- package/es-custom/components/date-picker/date-picker.js +14 -14
- package/es-custom/components/date-picker/date-picker.js.map +1 -1
- package/es-custom/components/date-picker/date-picker.scss.js +1 -1
- package/es-custom/components/date-picker/defs.js.map +1 -1
- package/es-custom/components/date-picker/fix-events-plugin.js.map +1 -1
- package/es-custom/components/date-picker/focus-plugin.d.ts +2 -2
- package/es-custom/components/date-picker/focus-plugin.js +36 -39
- package/es-custom/components/date-picker/focus-plugin.js.map +1 -1
- package/es-custom/components/date-picker/icon-plugin.js.map +1 -1
- package/es-custom/components/date-picker/iso-date.js.map +1 -1
- package/es-custom/components/date-picker/month-select-plugin.js.map +1 -1
- package/es-custom/components/date-picker/range-plugin.js +1 -0
- package/es-custom/components/date-picker/range-plugin.js.map +1 -1
- package/es-custom/components/date-picker/shadow-dom-events-plugin.js.map +1 -1
- package/es-custom/components/date-picker/state-handshake-plugin.js.map +1 -1
- package/es-custom/components/dropdown/defs.js.map +1 -1
- package/es-custom/components/dropdown/dropdown-item.js.map +1 -1
- package/es-custom/components/dropdown/dropdown-skeleton.js.map +1 -1
- package/es-custom/components/dropdown/dropdown.js +2 -3
- package/es-custom/components/dropdown/dropdown.js.map +1 -1
- package/es-custom/components/feature-flags/index.js.map +1 -1
- package/es-custom/components/file-uploader/defs.js.map +1 -1
- package/es-custom/components/file-uploader/demo-file-uploader.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader-button.js +1 -1
- package/es-custom/components/file-uploader/file-uploader-button.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader-drop-container.js +1 -1
- package/es-custom/components/file-uploader/file-uploader-drop-container.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader-item.js +1 -2
- package/es-custom/components/file-uploader/file-uploader-item.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader-skeleton.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
- package/es-custom/components/floating-menu/defs.js.map +1 -1
- package/es-custom/components/floating-menu/floating-menu.js +1 -2
- package/es-custom/components/floating-menu/floating-menu.js.map +1 -1
- package/es-custom/components/form/form-item.js.map +1 -1
- package/es-custom/components/form-group/form-group.js.map +1 -1
- package/es-custom/components/grid/column-hang.js.map +1 -1
- package/es-custom/components/grid/column.js.map +1 -1
- package/es-custom/components/grid/defs.js.map +1 -1
- package/es-custom/components/grid/grid-context.js.map +1 -1
- package/es-custom/components/grid/grid.js.map +1 -1
- package/es-custom/components/heading/heading.js.map +1 -1
- package/es-custom/components/icon-button/defs.js.map +1 -1
- package/es-custom/components/icon-button/icon-button.js.map +1 -1
- package/es-custom/components/icon-button/icon-button.scss.js +1 -1
- package/es-custom/components/icon-indicator/defs.js.map +1 -1
- package/es-custom/components/icon-indicator/icon-indicator.js +1 -2
- package/es-custom/components/icon-indicator/icon-indicator.js.map +1 -1
- package/es-custom/components/inline-loading/defs.js.map +1 -1
- package/es-custom/components/inline-loading/inline-loading.js +1 -2
- package/es-custom/components/inline-loading/inline-loading.js.map +1 -1
- package/es-custom/components/layer/layer.js.map +1 -1
- package/es-custom/components/link/link.js.map +1 -1
- package/es-custom/components/list/list-item.js.map +1 -1
- package/es-custom/components/list/ordered-list.js.map +1 -1
- package/es-custom/components/list/unordered-list.js.map +1 -1
- package/es-custom/components/loading/defs.js.map +1 -1
- package/es-custom/components/loading/loading-icon.js.map +1 -1
- package/es-custom/components/loading/loading.js +1 -2
- package/es-custom/components/loading/loading.js.map +1 -1
- package/es-custom/components/loading/types.js.map +1 -1
- package/es-custom/components/menu/defs.js.map +1 -1
- package/es-custom/components/menu/menu-context.js.map +1 -1
- package/es-custom/components/menu/menu-item-divider.js.map +1 -1
- package/es-custom/components/menu/menu-item-group.js.map +1 -1
- package/es-custom/components/menu/menu-item-radio-group.js.map +1 -1
- package/es-custom/components/menu/menu-item-selectable.js.map +1 -1
- package/es-custom/components/menu/menu-item.js +1 -2
- package/es-custom/components/menu/menu-item.js.map +1 -1
- package/es-custom/components/menu/menu.js +2 -3
- package/es-custom/components/menu/menu.js.map +1 -1
- package/es-custom/components/menu-button/defs.js.map +1 -1
- package/es-custom/components/menu-button/menu-button.js +2 -3
- package/es-custom/components/menu-button/menu-button.js.map +1 -1
- package/es-custom/components/menu-button/menu-button.scss.js +1 -1
- package/es-custom/components/modal/defs.js.map +1 -1
- package/es-custom/components/modal/modal-body-content.js.map +1 -1
- package/es-custom/components/modal/modal-body.js.map +1 -1
- package/es-custom/components/modal/modal-close-button.js.map +1 -1
- package/es-custom/components/modal/modal-footer-button.js.map +1 -1
- package/es-custom/components/modal/modal-footer.js.map +1 -1
- package/es-custom/components/modal/modal-header.js.map +1 -1
- package/es-custom/components/modal/modal-heading.js.map +1 -1
- package/es-custom/components/modal/modal-label.js.map +1 -1
- package/es-custom/components/modal/modal.js +2 -3
- package/es-custom/components/modal/modal.js.map +1 -1
- package/es-custom/components/modal/modal.scss.js +1 -1
- package/es-custom/components/multi-select/defs.js.map +1 -1
- package/es-custom/components/multi-select/multi-select-item.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.js +2 -3
- package/es-custom/components/multi-select/multi-select.js.map +1 -1
- package/es-custom/components/notification/actionable-notification-button.js.map +1 -1
- package/es-custom/components/notification/actionable-notification.js.map +1 -1
- package/es-custom/components/notification/actionable-notification.scss.js +1 -1
- package/es-custom/components/notification/defs.js.map +1 -1
- package/es-custom/components/notification/inline-notification.js +1 -2
- package/es-custom/components/notification/inline-notification.js.map +1 -1
- package/es-custom/components/notification/inline-notification.scss.js +1 -1
- package/es-custom/components/notification/stories/helper.js.map +1 -1
- package/es-custom/components/notification/toast-notification.js.map +1 -1
- package/es-custom/components/notification/toast-notification.scss.js +1 -1
- package/es-custom/components/number-input/defs.js.map +1 -1
- package/es-custom/components/number-input/number-input-skeleton.js.map +1 -1
- package/es-custom/components/number-input/number-input.js.map +1 -1
- package/es-custom/components/overflow-menu/defs.js.map +1 -1
- package/es-custom/components/overflow-menu/overflow-menu-body.js.map +1 -1
- package/es-custom/components/overflow-menu/overflow-menu-item.js.map +1 -1
- package/es-custom/components/overflow-menu/overflow-menu.js +1 -2
- package/es-custom/components/overflow-menu/overflow-menu.js.map +1 -1
- package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
- package/es-custom/components/page-header/page-header-breadcrumb.js.map +1 -1
- package/es-custom/components/page-header/page-header-content-text.js.map +1 -1
- package/es-custom/components/page-header/page-header-content.js.map +1 -1
- package/es-custom/components/page-header/page-header-hero-image.js.map +1 -1
- package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
- package/es-custom/components/page-header/page-header.js.map +1 -1
- package/es-custom/components/pagination/defs.js.map +1 -1
- package/es-custom/components/pagination/pagination.js +1 -1
- package/es-custom/components/pagination/pagination.js.map +1 -1
- package/es-custom/components/pagination/pagination.scss.js +1 -1
- package/es-custom/components/password-input/defs.d.ts +50 -0
- package/es-custom/components/password-input/defs.js +65 -0
- package/es-custom/components/password-input/defs.js.map +1 -0
- package/es-custom/components/password-input/index.d.ts +8 -0
- package/es-custom/components/password-input/index.js +10 -0
- package/es-custom/components/password-input/index.js.map +1 -0
- package/es-custom/components/password-input/password-input-skeleton.d.ts +21 -0
- package/es-custom/components/password-input/password-input-skeleton.js +53 -0
- package/es-custom/components/password-input/password-input-skeleton.js.map +1 -0
- package/es-custom/components/password-input/password-input.d.ts +69 -0
- package/es-custom/components/password-input/password-input.js +302 -0
- package/es-custom/components/password-input/password-input.js.map +1 -0
- package/es-custom/components/password-input/password-input.scss.js +13 -0
- package/es-custom/components/password-input/password-input.scss.js.map +1 -0
- package/es-custom/components/popover/defs.js.map +1 -1
- package/es-custom/components/popover/popover-content.js.map +1 -1
- package/es-custom/components/popover/popover.d.ts +354 -1
- package/es-custom/components/popover/popover.js +40 -14
- package/es-custom/components/popover/popover.js.map +1 -1
- package/es-custom/components/progress-bar/defs.js.map +1 -1
- package/es-custom/components/progress-bar/progress-bar.js +1 -2
- package/es-custom/components/progress-bar/progress-bar.js.map +1 -1
- package/es-custom/components/progress-bar/progress-bar.scss.js +1 -1
- package/es-custom/components/progress-indicator/defs.js.map +1 -1
- package/es-custom/components/progress-indicator/progress-indicator-skeleton.js.map +1 -1
- package/es-custom/components/progress-indicator/progress-indicator.js.map +1 -1
- package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
- package/es-custom/components/progress-indicator/progress-step-skeleton.js.map +1 -1
- package/es-custom/components/progress-indicator/progress-step.js +2 -3
- package/es-custom/components/progress-indicator/progress-step.js.map +1 -1
- package/es-custom/components/radio-button/defs.js.map +1 -1
- package/es-custom/components/radio-button/radio-button-group.js +2 -3
- package/es-custom/components/radio-button/radio-button-group.js.map +1 -1
- package/es-custom/components/radio-button/radio-button-skeleton.js.map +1 -1
- package/es-custom/components/radio-button/radio-button.js +2 -3
- package/es-custom/components/radio-button/radio-button.js.map +1 -1
- package/es-custom/components/search/search-skeleton.js.map +1 -1
- package/es-custom/components/search/search.js +1 -1
- package/es-custom/components/search/search.js.map +1 -1
- package/es-custom/components/select/select-item-group.js.map +1 -1
- package/es-custom/components/select/select-item.js.map +1 -1
- package/es-custom/components/select/select-skeleton.js.map +1 -1
- package/es-custom/components/select/select.js.map +1 -1
- package/es-custom/components/shape-indicator/defs.js.map +1 -1
- package/es-custom/components/shape-indicator/shape-indicator.js.map +1 -1
- package/es-custom/components/side-panel/defs.js.map +1 -1
- package/es-custom/components/side-panel/side-panel.js +6 -16
- package/es-custom/components/side-panel/side-panel.js.map +1 -1
- package/es-custom/components/skeleton-icon/skeleton-icon.js.map +1 -1
- package/es-custom/components/skeleton-placeholder/skeleton-placeholder.js.map +1 -1
- package/es-custom/components/skeleton-text/defs.js.map +1 -1
- package/es-custom/components/skeleton-text/skeleton-text.js +1 -2
- package/es-custom/components/skeleton-text/skeleton-text.js.map +1 -1
- package/es-custom/components/skip-to-content/skip-to-content.js.map +1 -1
- package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
- package/es-custom/components/slider/slider-input.js.map +1 -1
- package/es-custom/components/slider/slider-skeleton.js.map +1 -1
- package/es-custom/components/slider/slider.js +1 -1
- package/es-custom/components/slider/slider.js.map +1 -1
- package/es-custom/components/slug/defs.js.map +1 -1
- package/es-custom/components/slug/slug-action-button.js.map +1 -1
- package/es-custom/components/slug/slug.js.map +1 -1
- package/es-custom/components/slug/slug.scss.js +1 -1
- package/es-custom/components/stack/defs.js.map +1 -1
- package/es-custom/components/stack/stack.js +1 -2
- package/es-custom/components/stack/stack.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-body.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-cell.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-head.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-header-cell-skeleton.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-header-cell.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-header-row.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-row.js +1 -1
- package/es-custom/components/structured-list/structured-list-row.js.map +1 -1
- package/es-custom/components/structured-list/structured-list.js.map +1 -1
- package/es-custom/components/tabs/defs.js.map +1 -1
- package/es-custom/components/tabs/tab-skeleton.js.map +1 -1
- package/es-custom/components/tabs/tab.js.map +1 -1
- package/es-custom/components/tabs/tabs-skeleton.js.map +1 -1
- package/es-custom/components/tabs/tabs.js +1 -3
- package/es-custom/components/tabs/tabs.js.map +1 -1
- package/es-custom/components/tabs/tabs.scss.js +1 -1
- package/es-custom/components/tag/defs.js.map +1 -1
- package/es-custom/components/tag/dismissible-tag.js +1 -2
- package/es-custom/components/tag/dismissible-tag.js.map +1 -1
- package/es-custom/components/tag/operational-tag.js +2 -3
- package/es-custom/components/tag/operational-tag.js.map +1 -1
- package/es-custom/components/tag/selectable-tag.js +3 -3
- package/es-custom/components/tag/selectable-tag.js.map +1 -1
- package/es-custom/components/tag/tag-skeleton.js.map +1 -1
- package/es-custom/components/tag/tag.js +2 -3
- package/es-custom/components/tag/tag.js.map +1 -1
- package/es-custom/components/tag/tag.scss.js +1 -1
- package/es-custom/components/tag/types.js.map +1 -1
- package/es-custom/components/tearsheet/defs.js.map +1 -1
- package/es-custom/components/tearsheet/tearsheet.js +6 -16
- package/es-custom/components/tearsheet/tearsheet.js.map +1 -1
- package/es-custom/components/text-input/defs.js.map +1 -1
- package/es-custom/components/text-input/stories/helpers.js.map +1 -1
- package/es-custom/components/text-input/text-input-skeleton.js.map +1 -1
- package/es-custom/components/text-input/text-input.d.ts +9 -1
- package/es-custom/components/text-input/text-input.js +16 -5
- package/es-custom/components/text-input/text-input.js.map +1 -1
- package/es-custom/components/textarea/stories/helpers.js.map +1 -1
- package/es-custom/components/textarea/textarea-skeleton.js.map +1 -1
- package/es-custom/components/textarea/textarea.js.map +1 -1
- package/es-custom/components/tile/clickable-tile.js.map +1 -1
- package/es-custom/components/tile/expandable-tile.js +1 -1
- package/es-custom/components/tile/expandable-tile.js.map +1 -1
- package/es-custom/components/tile/radio-tile.js +1 -1
- package/es-custom/components/tile/radio-tile.js.map +1 -1
- package/es-custom/components/tile/selectable-tile.js +1 -1
- package/es-custom/components/tile/selectable-tile.js.map +1 -1
- package/es-custom/components/tile/tile-group.js +1 -1
- package/es-custom/components/tile/tile-group.js.map +1 -1
- package/es-custom/components/tile/tile.js +1 -2
- package/es-custom/components/tile/tile.js.map +1 -1
- package/es-custom/components/tile/tile.scss.js +1 -1
- package/es-custom/components/time-picker/defs.js.map +1 -1
- package/es-custom/components/time-picker/time-picker-select.js.map +1 -1
- package/es-custom/components/time-picker/time-picker.js.map +1 -1
- package/es-custom/components/toggle/defs.js.map +1 -1
- package/es-custom/components/toggle/toggle.js +1 -2
- package/es-custom/components/toggle/toggle.js.map +1 -1
- package/es-custom/components/toggle-tip/toggletip.d.ts +14 -1
- package/es-custom/components/toggle-tip/toggletip.js +35 -7
- package/es-custom/components/toggle-tip/toggletip.js.map +1 -1
- package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
- package/es-custom/components/tooltip/definition-tooltip.js.map +1 -1
- package/es-custom/components/tooltip/tooltip-content.js.map +1 -1
- package/es-custom/components/tooltip/tooltip.js.map +1 -1
- package/es-custom/components/tooltip/tooltip.scss.js +1 -1
- package/es-custom/components/tree-view/defs.js.map +1 -1
- package/es-custom/components/tree-view/tree-node.js.map +1 -1
- package/es-custom/components/tree-view/tree-view.js +2 -3
- package/es-custom/components/tree-view/tree-view.js.map +1 -1
- package/es-custom/components/ui-shell/defs.js.map +1 -1
- package/es-custom/components/ui-shell/header-global-action.js.map +1 -1
- package/es-custom/components/ui-shell/header-menu-button.js.map +1 -1
- package/es-custom/components/ui-shell/header-menu-item.js.map +1 -1
- package/es-custom/components/ui-shell/header-menu.js +1 -1
- package/es-custom/components/ui-shell/header-menu.js.map +1 -1
- package/es-custom/components/ui-shell/header-name.js.map +1 -1
- package/es-custom/components/ui-shell/header-nav-item.js.map +1 -1
- package/es-custom/components/ui-shell/header-nav.js.map +1 -1
- package/es-custom/components/ui-shell/header-panel.js.map +1 -1
- package/es-custom/components/ui-shell/header-side-nav-items.js.map +1 -1
- package/es-custom/components/ui-shell/header.js.map +1 -1
- package/es-custom/components/ui-shell/header.scss.js +1 -1
- package/es-custom/components/ui-shell/side-nav-divider.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav-items.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav-link.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav-menu-item.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav-menu.js +3 -1
- package/es-custom/components/ui-shell/side-nav-menu.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav.js +4 -6
- package/es-custom/components/ui-shell/side-nav.js.map +1 -1
- package/es-custom/components/ui-shell/switcher-divider.js.map +1 -1
- package/es-custom/components/ui-shell/switcher-item.js.map +1 -1
- package/es-custom/components/ui-shell/switcher.js.map +1 -1
- package/es-custom/feature-flags/es/index.js +29 -18
- package/es-custom/feature-flags/es/index.js.map +1 -1
- package/es-custom/globals/controllers/floating-controller.d.ts +1 -0
- package/es-custom/globals/controllers/floating-controller.js +2 -2
- package/es-custom/globals/controllers/floating-controller.js.map +1 -1
- package/es-custom/globals/decorators/carbon-element.js.map +1 -1
- package/es-custom/globals/decorators/host-listener.js.map +1 -1
- package/es-custom/globals/directives/if-non-empty.js.map +1 -1
- package/es-custom/globals/directives/spread.js.map +1 -1
- package/es-custom/globals/internal/collection-helpers.js.map +1 -1
- package/es-custom/globals/internal/feature-flags.js.map +1 -1
- package/es-custom/globals/internal/radio-group-manager.js.map +1 -1
- package/es-custom/globals/mixins/focus.js.map +1 -1
- package/es-custom/globals/mixins/form.js.map +1 -1
- package/es-custom/globals/mixins/host-listener.js.map +1 -1
- package/es-custom/globals/mixins/on.js.map +1 -1
- package/es-custom/globals/mixins/validity.js.map +1 -1
- package/es-custom/globals/settings.js.map +1 -1
- package/es-custom/globals/shared-enums.js.map +1 -1
- package/es-custom/icons/SAP/16.d.ts +10 -0
- package/es-custom/icons/SAP/16.js +12 -0
- package/es-custom/icons/SAP/20.d.ts +10 -0
- package/es-custom/icons/SAP/20.js +12 -0
- package/es-custom/icons/SAP/24.d.ts +10 -0
- package/es-custom/icons/SAP/24.js +12 -0
- package/es-custom/icons/SAP/32.d.ts +10 -0
- package/es-custom/icons/SAP/32.js +12 -0
- package/es-custom/icons/aggregator--count-rows/16.d.ts +10 -0
- package/es-custom/icons/aggregator--count-rows/16.js +12 -0
- package/es-custom/icons/aggregator--count-rows/20.d.ts +10 -0
- package/es-custom/icons/aggregator--count-rows/20.js +12 -0
- package/es-custom/icons/aggregator--count-rows/24.d.ts +10 -0
- package/es-custom/icons/aggregator--count-rows/24.js +12 -0
- package/es-custom/icons/aggregator--count-rows/32.d.ts +10 -0
- package/es-custom/icons/aggregator--count-rows/32.js +12 -0
- package/es-custom/icons/aggregator--recalculation/16.d.ts +10 -0
- package/es-custom/icons/aggregator--recalculation/16.js +12 -0
- package/es-custom/icons/aggregator--recalculation/20.d.ts +10 -0
- package/es-custom/icons/aggregator--recalculation/20.js +12 -0
- package/es-custom/icons/aggregator--recalculation/24.d.ts +10 -0
- package/es-custom/icons/aggregator--recalculation/24.js +12 -0
- package/es-custom/icons/aggregator--recalculation/32.d.ts +10 -0
- package/es-custom/icons/aggregator--recalculation/32.js +12 -0
- package/es-custom/icons/base-document-set/16.d.ts +10 -0
- package/es-custom/icons/base-document-set/16.js +12 -0
- package/es-custom/icons/base-document-set/20.d.ts +10 -0
- package/es-custom/icons/base-document-set/20.js +12 -0
- package/es-custom/icons/base-document-set/24.d.ts +10 -0
- package/es-custom/icons/base-document-set/24.js +12 -0
- package/es-custom/icons/base-document-set/32.d.ts +10 -0
- package/es-custom/icons/base-document-set/32.js +12 -0
- package/es-custom/icons/document-set/16.d.ts +10 -0
- package/es-custom/icons/document-set/16.js +12 -0
- package/es-custom/icons/document-set/20.d.ts +10 -0
- package/es-custom/icons/document-set/20.js +12 -0
- package/es-custom/icons/document-set/24.d.ts +10 -0
- package/es-custom/icons/document-set/24.js +12 -0
- package/es-custom/icons/document-set/32.d.ts +10 -0
- package/es-custom/icons/document-set/32.js +12 -0
- package/es-custom/icons/follow-up-work-order/16.d.ts +10 -0
- package/es-custom/icons/follow-up-work-order/16.js +12 -0
- package/es-custom/icons/follow-up-work-order/20.d.ts +10 -0
- package/es-custom/icons/follow-up-work-order/20.js +12 -0
- package/es-custom/icons/follow-up-work-order/24.d.ts +10 -0
- package/es-custom/icons/follow-up-work-order/24.js +12 -0
- package/es-custom/icons/follow-up-work-order/32.d.ts +10 -0
- package/es-custom/icons/follow-up-work-order/32.js +12 -0
- package/es-custom/icons/funnel--sequence/16.d.ts +10 -0
- package/es-custom/icons/funnel--sequence/16.js +12 -0
- package/es-custom/icons/funnel--sequence/20.d.ts +10 -0
- package/es-custom/icons/funnel--sequence/20.js +12 -0
- package/es-custom/icons/funnel--sequence/24.d.ts +10 -0
- package/es-custom/icons/funnel--sequence/24.js +12 -0
- package/es-custom/icons/funnel--sequence/32.d.ts +10 -0
- package/es-custom/icons/funnel--sequence/32.js +12 -0
- package/es-custom/icons/funnel--sort/16.d.ts +10 -0
- package/es-custom/icons/funnel--sort/16.js +12 -0
- package/es-custom/icons/funnel--sort/20.d.ts +10 -0
- package/es-custom/icons/funnel--sort/20.js +12 -0
- package/es-custom/icons/funnel--sort/24.d.ts +10 -0
- package/es-custom/icons/funnel--sort/24.js +12 -0
- package/es-custom/icons/funnel--sort/32.d.ts +10 -0
- package/es-custom/icons/funnel--sort/32.js +12 -0
- package/es-custom/icons/heading/16.d.ts +10 -0
- package/es-custom/icons/heading/16.js +12 -0
- package/es-custom/icons/heading/20.d.ts +10 -0
- package/es-custom/icons/heading/20.js +12 -0
- package/es-custom/icons/heading/24.d.ts +10 -0
- package/es-custom/icons/heading/24.js +12 -0
- package/es-custom/icons/heading/32.d.ts +10 -0
- package/es-custom/icons/heading/32.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/16.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/16.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/20.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/20.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/24.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/24.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/32.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/32.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/16.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/16.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/20.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/20.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/24.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/24.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/32.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/32.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--import/16.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--import/16.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--import/20.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--import/20.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--import/24.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--import/24.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--import/32.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--structured--import/32.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/16.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/16.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/20.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/20.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/24.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/24.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/32.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/32.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/16.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/16.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/20.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/20.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/24.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/24.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/32.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/32.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--document--library/16.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--document--library/16.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--document--library/20.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--document--library/20.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--document--library/24.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--document--library/24.js +12 -0
- package/es-custom/icons/ibm-software--watsonx--document--library/32.d.ts +10 -0
- package/es-custom/icons/ibm-software--watsonx--document--library/32.js +12 -0
- package/es-custom/icons/important/16.d.ts +10 -0
- package/es-custom/icons/important/16.js +12 -0
- package/es-custom/icons/important/20.d.ts +10 -0
- package/es-custom/icons/important/20.js +12 -0
- package/es-custom/icons/important/24.d.ts +10 -0
- package/es-custom/icons/important/24.js +12 -0
- package/es-custom/icons/important/32.d.ts +10 -0
- package/es-custom/icons/important/32.js +12 -0
- package/es-custom/icons/join--inner--alt/16.d.ts +10 -0
- package/es-custom/icons/join--inner--alt/16.js +12 -0
- package/es-custom/icons/join--inner--alt/20.d.ts +10 -0
- package/es-custom/icons/join--inner--alt/20.js +12 -0
- package/es-custom/icons/join--inner--alt/24.d.ts +10 -0
- package/es-custom/icons/join--inner--alt/24.js +12 -0
- package/es-custom/icons/join--inner--alt/32.d.ts +10 -0
- package/es-custom/icons/join--inner--alt/32.js +12 -0
- package/es-custom/icons/join--left-outer/16.d.ts +10 -0
- package/es-custom/icons/join--left-outer/16.js +12 -0
- package/es-custom/icons/join--left-outer/20.d.ts +10 -0
- package/es-custom/icons/join--left-outer/20.js +12 -0
- package/es-custom/icons/join--left-outer/24.d.ts +10 -0
- package/es-custom/icons/join--left-outer/24.js +12 -0
- package/es-custom/icons/join--left-outer/32.d.ts +10 -0
- package/es-custom/icons/join--left-outer/32.js +12 -0
- package/es-custom/icons/join--right-outer/16.d.ts +10 -0
- package/es-custom/icons/join--right-outer/16.js +12 -0
- package/es-custom/icons/join--right-outer/20.d.ts +10 -0
- package/es-custom/icons/join--right-outer/20.js +12 -0
- package/es-custom/icons/join--right-outer/24.d.ts +10 -0
- package/es-custom/icons/join--right-outer/24.js +12 -0
- package/es-custom/icons/join--right-outer/32.d.ts +10 -0
- package/es-custom/icons/join--right-outer/32.js +12 -0
- package/es-custom/icons/marginal/16.d.ts +10 -0
- package/es-custom/icons/marginal/16.js +12 -0
- package/es-custom/icons/marginal/20.d.ts +10 -0
- package/es-custom/icons/marginal/20.js +12 -0
- package/es-custom/icons/marginal/24.d.ts +10 -0
- package/es-custom/icons/marginal/24.js +12 -0
- package/es-custom/icons/marginal/32.d.ts +10 -0
- package/es-custom/icons/marginal/32.js +12 -0
- package/es-custom/icons/modified--newest/16.d.ts +10 -0
- package/es-custom/icons/modified--newest/16.js +12 -0
- package/es-custom/icons/modified--newest/20.d.ts +10 -0
- package/es-custom/icons/modified--newest/20.js +12 -0
- package/es-custom/icons/modified--newest/24.d.ts +10 -0
- package/es-custom/icons/modified--newest/24.js +12 -0
- package/es-custom/icons/modified--newest/32.d.ts +10 -0
- package/es-custom/icons/modified--newest/32.js +12 -0
- package/es-custom/icons/modified--oldest/16.d.ts +10 -0
- package/es-custom/icons/modified--oldest/16.js +12 -0
- package/es-custom/icons/modified--oldest/20.d.ts +10 -0
- package/es-custom/icons/modified--oldest/20.js +12 -0
- package/es-custom/icons/modified--oldest/24.d.ts +10 -0
- package/es-custom/icons/modified--oldest/24.js +12 -0
- package/es-custom/icons/modified--oldest/32.d.ts +10 -0
- package/es-custom/icons/modified--oldest/32.js +12 -0
- package/es-custom/icons/pivot--horizontal/16.d.ts +10 -0
- package/es-custom/icons/pivot--horizontal/16.js +12 -0
- package/es-custom/icons/pivot--horizontal/20.d.ts +10 -0
- package/es-custom/icons/pivot--horizontal/20.js +12 -0
- package/es-custom/icons/pivot--horizontal/24.d.ts +10 -0
- package/es-custom/icons/pivot--horizontal/24.js +12 -0
- package/es-custom/icons/pivot--horizontal/32.d.ts +10 -0
- package/es-custom/icons/pivot--horizontal/32.js +12 -0
- package/es-custom/icons/pivot--vertical/16.d.ts +10 -0
- package/es-custom/icons/pivot--vertical/16.js +12 -0
- package/es-custom/icons/pivot--vertical/20.d.ts +10 -0
- package/es-custom/icons/pivot--vertical/20.js +12 -0
- package/es-custom/icons/pivot--vertical/24.d.ts +10 -0
- package/es-custom/icons/pivot--vertical/24.js +12 -0
- package/es-custom/icons/pivot--vertical/32.d.ts +10 -0
- package/es-custom/icons/pivot--vertical/32.js +12 -0
- package/es-custom/icons/pop-in/16.d.ts +10 -0
- package/es-custom/icons/pop-in/16.js +12 -0
- package/es-custom/icons/pop-in/20.d.ts +10 -0
- package/es-custom/icons/pop-in/20.js +12 -0
- package/es-custom/icons/pop-in/24.d.ts +10 -0
- package/es-custom/icons/pop-in/24.js +12 -0
- package/es-custom/icons/pop-in/32.d.ts +10 -0
- package/es-custom/icons/pop-in/32.js +12 -0
- package/es-custom/icons/read-me/16.d.ts +10 -0
- package/es-custom/icons/read-me/16.js +12 -0
- package/es-custom/icons/read-me/20.d.ts +10 -0
- package/es-custom/icons/read-me/20.js +12 -0
- package/es-custom/icons/read-me/24.d.ts +10 -0
- package/es-custom/icons/read-me/24.js +12 -0
- package/es-custom/icons/read-me/32.d.ts +10 -0
- package/es-custom/icons/read-me/32.js +12 -0
- package/es-custom/icons/surrogate--key-database/16.d.ts +10 -0
- package/es-custom/icons/surrogate--key-database/16.js +12 -0
- package/es-custom/icons/surrogate--key-database/20.d.ts +10 -0
- package/es-custom/icons/surrogate--key-database/20.js +12 -0
- package/es-custom/icons/surrogate--key-database/24.d.ts +10 -0
- package/es-custom/icons/surrogate--key-database/24.js +12 -0
- package/es-custom/icons/surrogate--key-database/32.d.ts +10 -0
- package/es-custom/icons/surrogate--key-database/32.js +12 -0
- package/es-custom/icons/surrogate--key-flat-file/16.d.ts +10 -0
- package/es-custom/icons/surrogate--key-flat-file/16.js +12 -0
- package/es-custom/icons/surrogate--key-flat-file/20.d.ts +10 -0
- package/es-custom/icons/surrogate--key-flat-file/20.js +12 -0
- package/es-custom/icons/surrogate--key-flat-file/24.d.ts +10 -0
- package/es-custom/icons/surrogate--key-flat-file/24.js +12 -0
- package/es-custom/icons/surrogate--key-flat-file/32.d.ts +10 -0
- package/es-custom/icons/surrogate--key-flat-file/32.js +12 -0
- package/es-custom/icons/waveform/16.d.ts +10 -0
- package/es-custom/icons/waveform/16.js +12 -0
- package/es-custom/icons/waveform/20.d.ts +10 -0
- package/es-custom/icons/waveform/20.js +12 -0
- package/es-custom/icons/waveform/24.d.ts +10 -0
- package/es-custom/icons/waveform/24.js +12 -0
- package/es-custom/icons/waveform/32.d.ts +10 -0
- package/es-custom/icons/waveform/32.js +12 -0
- package/lib/components/accordion/accordion-skeleton.d.ts +1 -1
- package/lib/components/accordion/accordion.d.ts +5 -1
- package/lib/components/accordion/defs.js +0 -2
- package/lib/components/accordion/defs.js.map +1 -1
- package/lib/components/ai-label/defs.js +0 -2
- package/lib/components/ai-label/defs.js.map +1 -1
- package/lib/components/breadcrumb/defs.js +0 -2
- package/lib/components/breadcrumb/defs.js.map +1 -1
- package/lib/components/button/defs.d.ts +4 -0
- package/lib/components/button/defs.js +4 -2
- package/lib/components/button/defs.js.map +1 -1
- package/lib/components/chat-button/defs.js +0 -2
- package/lib/components/chat-button/defs.js.map +1 -1
- package/lib/components/checkbox/defs.js +0 -2
- package/lib/components/checkbox/defs.js.map +1 -1
- package/lib/components/code-snippet/code-snippet.d.ts +1 -1
- package/lib/components/code-snippet/defs.js +1 -3
- package/lib/components/code-snippet/defs.js.map +1 -1
- package/lib/components/combo-button/defs.js +0 -2
- package/lib/components/combo-button/defs.js.map +1 -1
- package/lib/components/content-switcher/defs.js +0 -2
- package/lib/components/content-switcher/defs.js.map +1 -1
- package/lib/components/data-table/defs.js +0 -2
- package/lib/components/data-table/defs.js.map +1 -1
- package/lib/components/date-picker/date-picker-input-skeleton.d.ts +10 -1
- package/lib/components/date-picker/date-picker-input.d.ts +15 -15
- package/lib/components/date-picker/date-picker.d.ts +6 -6
- package/lib/components/date-picker/defs.js +1 -3
- package/lib/components/date-picker/defs.js.map +1 -1
- package/lib/components/date-picker/focus-plugin.d.ts +2 -2
- package/lib/components/dropdown/defs.js +1 -3
- package/lib/components/dropdown/defs.js.map +1 -1
- package/lib/components/file-uploader/defs.js +0 -2
- package/lib/components/file-uploader/defs.js.map +1 -1
- package/lib/components/floating-menu/defs.js +0 -2
- package/lib/components/floating-menu/defs.js.map +1 -1
- package/lib/components/grid/defs.js +0 -2
- package/lib/components/grid/defs.js.map +1 -1
- package/lib/components/icon-button/defs.js +0 -2
- package/lib/components/icon-button/defs.js.map +1 -1
- package/lib/components/icon-indicator/defs.js +0 -2
- package/lib/components/icon-indicator/defs.js.map +1 -1
- package/lib/components/inline-loading/defs.js +0 -2
- package/lib/components/inline-loading/defs.js.map +1 -1
- package/lib/components/loading/defs.js +0 -2
- package/lib/components/loading/defs.js.map +1 -1
- package/lib/components/menu/defs.js +0 -2
- package/lib/components/menu/defs.js.map +1 -1
- package/lib/components/menu-button/defs.js +0 -2
- package/lib/components/menu-button/defs.js.map +1 -1
- package/lib/components/modal/defs.js +0 -2
- package/lib/components/modal/defs.js.map +1 -1
- package/lib/components/multi-select/defs.js +0 -2
- package/lib/components/multi-select/defs.js.map +1 -1
- package/lib/components/notification/defs.js +0 -2
- package/lib/components/notification/defs.js.map +1 -1
- package/lib/components/number-input/defs.js +1 -3
- package/lib/components/number-input/defs.js.map +1 -1
- package/lib/components/overflow-menu/defs.js +0 -2
- package/lib/components/overflow-menu/defs.js.map +1 -1
- package/lib/components/pagination/defs.js +0 -2
- package/lib/components/pagination/defs.js.map +1 -1
- package/lib/components/password-input/defs.d.ts +50 -0
- package/lib/components/password-input/defs.js +70 -0
- package/lib/components/password-input/defs.js.map +1 -0
- package/lib/components/password-input/index.d.ts +8 -0
- package/lib/components/password-input/password-input-skeleton.d.ts +21 -0
- package/lib/components/password-input/password-input.d.ts +69 -0
- package/lib/components/popover/defs.js +0 -2
- package/lib/components/popover/defs.js.map +1 -1
- package/lib/components/popover/popover.d.ts +354 -1
- package/lib/components/progress-bar/defs.js +0 -2
- package/lib/components/progress-bar/defs.js.map +1 -1
- package/lib/components/progress-indicator/defs.js +0 -2
- package/lib/components/progress-indicator/defs.js.map +1 -1
- package/lib/components/radio-button/defs.js +0 -2
- package/lib/components/radio-button/defs.js.map +1 -1
- package/lib/components/shape-indicator/defs.js +0 -2
- package/lib/components/shape-indicator/defs.js.map +1 -1
- package/lib/components/side-panel/defs.js +0 -2
- package/lib/components/side-panel/defs.js.map +1 -1
- package/lib/components/skeleton-text/defs.js +0 -2
- package/lib/components/skeleton-text/defs.js.map +1 -1
- package/lib/components/slug/defs.js +0 -2
- package/lib/components/slug/defs.js.map +1 -1
- package/lib/components/stack/defs.js +0 -2
- package/lib/components/stack/defs.js.map +1 -1
- package/lib/components/tabs/defs.js +0 -2
- package/lib/components/tabs/defs.js.map +1 -1
- package/lib/components/tag/defs.js +0 -2
- package/lib/components/tag/defs.js.map +1 -1
- package/lib/components/tearsheet/defs.js +0 -2
- package/lib/components/tearsheet/defs.js.map +1 -1
- package/lib/components/text-input/defs.js +1 -3
- package/lib/components/text-input/defs.js.map +1 -1
- package/lib/components/text-input/text-input.d.ts +9 -1
- package/lib/components/textarea/defs.js +1 -3
- package/lib/components/textarea/defs.js.map +1 -1
- package/lib/components/tile/defs.js +1 -3
- package/lib/components/tile/defs.js.map +1 -1
- package/lib/components/time-picker/defs.js +1 -3
- package/lib/components/time-picker/defs.js.map +1 -1
- package/lib/components/toggle/defs.js +0 -2
- package/lib/components/toggle/defs.js.map +1 -1
- package/lib/components/toggle-tip/toggletip.d.ts +14 -1
- package/lib/components/tree-view/defs.js +0 -2
- package/lib/components/tree-view/defs.js.map +1 -1
- package/lib/components/ui-shell/defs.js +0 -2
- package/lib/components/ui-shell/defs.js.map +1 -1
- package/lib/globals/controllers/floating-controller.d.ts +1 -0
- package/lib/globals/controllers/floating-controller.js +3 -3
- package/lib/globals/controllers/floating-controller.js.map +1 -1
- package/lib/globals/settings.js +0 -2
- package/lib/globals/settings.js.map +1 -1
- package/lib/globals/shared-enums.js +0 -2
- package/lib/globals/shared-enums.js.map +1 -1
- package/package.json +12 -13
- package/scss/components/accordion/accordion.scss +110 -4
- package/scss/components/code-snippet/code-snippet.scss +9 -2
- package/scss/components/date-picker/date-picker.scss +21 -1
- package/scss/components/password-input/password-input.scss +75 -0
- package/scss/components/popover/popover-story.scss +1 -0
- package/scss/components/progress-bar/progress-bar.scss +13 -1
- package/dist/16-017a2c27.js +0 -79
- package/dist/16-17aff615.js +0 -79
- package/dist/16-4b3acb23.js +0 -79
- package/dist/16-4b8b7f2e.js +0 -79
- package/dist/16-51aecc68.js +0 -79
- package/dist/16-580bd432.js +0 -79
- package/dist/16-6e3e4eb0.js +0 -79
- package/dist/16-7a283177.js +0 -79
- package/dist/16-921e0a19.js +0 -79
- package/dist/16-b6a9d0f4.js +0 -79
- package/dist/16-e3856d30.js +0 -79
- package/dist/16-eefa1533.js +0 -79
- package/dist/20-dd19ea71.js +0 -79
- package/dist/20-f62e5e6c.js +0 -79
- package/dist/accordion.min.js +0 -124
- package/dist/ai-label.min.js +0 -105
- package/dist/ai-skeleton.min.js +0 -87
- package/dist/badge-indicator.min.js +0 -79
- package/dist/breadcrumb.min.js +0 -97
- package/dist/button-441e5c2f.js +0 -144
- package/dist/button-set-94219189.js +0 -79
- package/dist/button-skeleton-13d34921.js +0 -99
- package/dist/button.min.js +0 -79
- package/dist/carbon-element-716e46b0.js +0 -79
- package/dist/chat-button.min.js +0 -91
- package/dist/checkbox-7a9a01a0.js +0 -118
- package/dist/checkbox-skeleton-209de048.js +0 -115
- package/dist/checkbox.min.js +0 -79
- package/dist/class-map-710415c2.js +0 -84
- package/dist/code-snippet.min.js +0 -136
- package/dist/collection-helpers-eb62fd34.js +0 -79
- package/dist/combo-button.min.js +0 -93
- package/dist/consume-cadfd67f.js +0 -114
- package/dist/content-switcher-item-5b8a2330.js +0 -105
- package/dist/content-switcher.min.js +0 -79
- package/dist/copy-button-f99d6bd0.js +0 -94
- package/dist/copy-button.min.js +0 -79
- package/dist/data-table.min.js +0 -219
- package/dist/date-picker.min.js +0 -144
- package/dist/definition-tooltip-be4e4d61.js +0 -101
- package/dist/defs-c5cfba1b.js +0 -79
- package/dist/directive-e2d48b9c.js +0 -84
- package/dist/dropdown-item-8a543d34.js +0 -147
- package/dist/dropdown.min.js +0 -86
- package/dist/feature-flags.min.js +0 -79
- package/dist/file-uploader.min.js +0 -157
- package/dist/floating-controller-92da0306.js +0 -79
- package/dist/floating-menu-31ead115.js +0 -79
- package/dist/floating-menu.min.js +0 -79
- package/dist/focus-e21d0f18.js +0 -79
- package/dist/form-3c2e14c6.js +0 -79
- package/dist/form.min.js +0 -79
- package/dist/grid.min.js +0 -111
- package/dist/heading.min.js +0 -89
- package/dist/host-listener-97e78474.js +0 -79
- package/dist/icon-button-5c890f11.js +0 -93
- package/dist/icon-button.min.js +0 -79
- package/dist/icon-indicator.min.js +0 -79
- package/dist/if-defined-013b742a.js +0 -84
- package/dist/if-non-empty-feaf1d4c.js +0 -79
- package/dist/inline-loading.min.js +0 -90
- package/dist/layer-3c687a36.js +0 -79
- package/dist/layer.min.js +0 -79
- package/dist/link-ca3c98ab.js +0 -103
- package/dist/link.min.js +0 -79
- package/dist/list.min.js +0 -90
- package/dist/lit-element-7f93799b.js +0 -101
- package/dist/loading-a3706dd6.js +0 -79
- package/dist/loading-icon-65c24fae.js +0 -94
- package/dist/loading.min.js +0 -79
- package/dist/menu-button.min.js +0 -88
- package/dist/menu-item-radio-group-32a066a7.js +0 -131
- package/dist/menu.min.js +0 -79
- package/dist/modal-label-d172677b.js +0 -110
- package/dist/modal.min.js +0 -79
- package/dist/multi-select.min.js +0 -140
- package/dist/notification.min.js +0 -150
- package/dist/number-input.min.js +0 -153
- package/dist/on-8707857f.js +0 -79
- package/dist/overflow-menu.min.js +0 -100
- package/dist/page-header.min.js +0 -193
- package/dist/pagination.min.js +0 -163
- package/dist/popover-content-6f347b82.js +0 -94
- package/dist/popover.min.js +0 -79
- package/dist/progress-bar.min.js +0 -100
- package/dist/progress-indicator.min.js +0 -107
- package/dist/property-c70a07a2.js +0 -84
- package/dist/query-602de8af.js +0 -89
- package/dist/query-assigned-elements-1bd68a6e.js +0 -84
- package/dist/radio-button-skeleton-e8c71f9b.js +0 -118
- package/dist/radio-button.min.js +0 -79
- package/dist/radio-group-manager-853a7e76.js +0 -79
- package/dist/search-9476f73d.js +0 -108
- package/dist/search.min.js +0 -82
- package/dist/select-50fa145d.js +0 -154
- package/dist/select.min.js +0 -82
- package/dist/settings-37ba2900.js +0 -79
- package/dist/shape-indicator.min.js +0 -95
- package/dist/shared-enums-ccc90ee0.js +0 -79
- package/dist/side-panel.min.js +0 -211
- package/dist/skeleton-icon-5559709e.js +0 -79
- package/dist/skeleton-icon.min.js +0 -79
- package/dist/skeleton-placeholder-54360372.js +0 -79
- package/dist/skeleton-placeholder.min.js +0 -79
- package/dist/skeleton-text-37a275b8.js +0 -79
- package/dist/skeleton-text.min.js +0 -79
- package/dist/skip-to-content.min.js +0 -83
- package/dist/slider.min.js +0 -238
- package/dist/slug.min.js +0 -105
- package/dist/spread-5378d580.js +0 -79
- package/dist/stack.min.js +0 -79
- package/dist/state-9418736a.js +0 -84
- package/dist/structured-list.min.js +0 -97
- package/dist/tabs.min.js +0 -135
- package/dist/tag.min.js +0 -204
- package/dist/tearsheet.min.js +0 -192
- package/dist/text-input-cad89f77.js +0 -140
- package/dist/text-input.min.js +0 -82
- package/dist/textarea.min.js +0 -127
- package/dist/tile.min.js +0 -152
- package/dist/time-picker.min.js +0 -130
- package/dist/toggle-tip.min.js +0 -79
- package/dist/toggle.min.js +0 -113
- package/dist/toggletip-2538b5ef.js +0 -124
- package/dist/tooltip-content-32932ef2.js +0 -81
- package/dist/tooltip.min.js +0 -79
- package/dist/tree-view.min.js +0 -174
- package/dist/ui-shell.min.js +0 -207
- package/dist/validity-de6fe348.js +0 -79
package/custom-elements.json
CHANGED
|
@@ -85,6 +85,12 @@
|
|
|
85
85
|
"description": "Specify whether Accordion text should be flush, default is false, does not work with align=\"start\"",
|
|
86
86
|
"type": "boolean",
|
|
87
87
|
"default": "false"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "disabled",
|
|
91
|
+
"description": "Disable all accordion items inside this accordion.",
|
|
92
|
+
"type": "boolean",
|
|
93
|
+
"default": "false"
|
|
88
94
|
}
|
|
89
95
|
],
|
|
90
96
|
"properties": [
|
|
@@ -109,6 +115,13 @@
|
|
|
109
115
|
"type": "boolean",
|
|
110
116
|
"default": "false"
|
|
111
117
|
},
|
|
118
|
+
{
|
|
119
|
+
"name": "disabled",
|
|
120
|
+
"attribute": "disabled",
|
|
121
|
+
"description": "Disable all accordion items inside this accordion.",
|
|
122
|
+
"type": "boolean",
|
|
123
|
+
"default": "false"
|
|
124
|
+
},
|
|
112
125
|
{
|
|
113
126
|
"name": "styles",
|
|
114
127
|
"default": "\"styles\""
|
|
@@ -470,12 +483,6 @@
|
|
|
470
483
|
"type": "AI_LABEL_SIZE",
|
|
471
484
|
"default": "\"xs\""
|
|
472
485
|
},
|
|
473
|
-
{
|
|
474
|
-
"name": "button-label",
|
|
475
|
-
"description": "Specify the text that will be provided to the aria-label of the `AI Label` button",
|
|
476
|
-
"type": "string",
|
|
477
|
-
"default": "\"Show information\""
|
|
478
|
-
},
|
|
479
486
|
{
|
|
480
487
|
"name": "previousValue"
|
|
481
488
|
},
|
|
@@ -485,17 +492,35 @@
|
|
|
485
492
|
"type": "POPOVER_ALIGNMENT",
|
|
486
493
|
"default": "\"top\""
|
|
487
494
|
},
|
|
495
|
+
{
|
|
496
|
+
"name": "alignment-axis-offset",
|
|
497
|
+
"description": "**Experimental:** Provide an offset value for alignment axis. Only takes effect when `autoalign` is enabled.",
|
|
498
|
+
"type": "number",
|
|
499
|
+
"default": "0"
|
|
500
|
+
},
|
|
488
501
|
{
|
|
489
502
|
"name": "autoalign",
|
|
490
503
|
"description": "Specify whether a auto align functionality should be applied",
|
|
491
504
|
"type": "boolean",
|
|
492
505
|
"default": "false"
|
|
493
506
|
},
|
|
507
|
+
{
|
|
508
|
+
"name": "button-label",
|
|
509
|
+
"description": "Specify the text that will be provided to the aria-label of the `AI Label` button",
|
|
510
|
+
"type": "string",
|
|
511
|
+
"default": "\"Show information\""
|
|
512
|
+
},
|
|
494
513
|
{
|
|
495
514
|
"name": "open",
|
|
496
515
|
"description": "Set whether toggletip is open",
|
|
497
516
|
"type": "boolean",
|
|
498
517
|
"default": "false"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"name": "default-open",
|
|
521
|
+
"description": "Set whether toggletip is open by default.",
|
|
522
|
+
"type": "boolean",
|
|
523
|
+
"default": "false"
|
|
499
524
|
}
|
|
500
525
|
],
|
|
501
526
|
"properties": [
|
|
@@ -548,13 +573,6 @@
|
|
|
548
573
|
"type": "AI_LABEL_SIZE",
|
|
549
574
|
"default": "\"xs\""
|
|
550
575
|
},
|
|
551
|
-
{
|
|
552
|
-
"name": "buttonLabel",
|
|
553
|
-
"attribute": "button-label",
|
|
554
|
-
"description": "Specify the text that will be provided to the aria-label of the `AI Label` button",
|
|
555
|
-
"type": "string",
|
|
556
|
-
"default": "\"Show information\""
|
|
557
|
-
},
|
|
558
576
|
{
|
|
559
577
|
"name": "previousValue",
|
|
560
578
|
"attribute": "previousValue"
|
|
@@ -566,6 +584,13 @@
|
|
|
566
584
|
"type": "POPOVER_ALIGNMENT",
|
|
567
585
|
"default": "\"top\""
|
|
568
586
|
},
|
|
587
|
+
{
|
|
588
|
+
"name": "alignmentAxisOffset",
|
|
589
|
+
"attribute": "alignment-axis-offset",
|
|
590
|
+
"description": "**Experimental:** Provide an offset value for alignment axis. Only takes effect when `autoalign` is enabled.",
|
|
591
|
+
"type": "number",
|
|
592
|
+
"default": "0"
|
|
593
|
+
},
|
|
569
594
|
{
|
|
570
595
|
"name": "autoalign",
|
|
571
596
|
"attribute": "autoalign",
|
|
@@ -573,6 +598,13 @@
|
|
|
573
598
|
"type": "boolean",
|
|
574
599
|
"default": "false"
|
|
575
600
|
},
|
|
601
|
+
{
|
|
602
|
+
"name": "buttonLabel",
|
|
603
|
+
"attribute": "button-label",
|
|
604
|
+
"description": "Specify the text that will be provided to the aria-label of the `AI Label` button",
|
|
605
|
+
"type": "string",
|
|
606
|
+
"default": "\"Show information\""
|
|
607
|
+
},
|
|
576
608
|
{
|
|
577
609
|
"name": "open",
|
|
578
610
|
"attribute": "open",
|
|
@@ -580,6 +612,13 @@
|
|
|
580
612
|
"type": "boolean",
|
|
581
613
|
"default": "false"
|
|
582
614
|
},
|
|
615
|
+
{
|
|
616
|
+
"name": "defaultOpen",
|
|
617
|
+
"attribute": "default-open",
|
|
618
|
+
"description": "Set whether toggletip is open by default.",
|
|
619
|
+
"type": "boolean",
|
|
620
|
+
"default": "false"
|
|
621
|
+
},
|
|
583
622
|
{
|
|
584
623
|
"name": "shadowRootOptions",
|
|
585
624
|
"type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
|
|
@@ -4977,29 +5016,17 @@
|
|
|
4977
5016
|
"default": "false"
|
|
4978
5017
|
},
|
|
4979
5018
|
{
|
|
4980
|
-
"name": "
|
|
4981
|
-
"description": "
|
|
5019
|
+
"name": "invalid",
|
|
5020
|
+
"description": "Controls the invalid state and visibility of the `validityMessage`.",
|
|
4982
5021
|
"type": "boolean",
|
|
4983
5022
|
"default": "false"
|
|
4984
5023
|
},
|
|
4985
|
-
{
|
|
4986
|
-
"name": "warn-text",
|
|
4987
|
-
"description": "Provide the text that is displayed when the control is in warning state",
|
|
4988
|
-
"type": "string",
|
|
4989
|
-
"default": "\"\""
|
|
4990
|
-
},
|
|
4991
5024
|
{
|
|
4992
5025
|
"name": "invalid-text",
|
|
4993
5026
|
"description": "Message which is displayed if the value is invalid.",
|
|
4994
5027
|
"type": "string",
|
|
4995
5028
|
"default": "\"\""
|
|
4996
5029
|
},
|
|
4997
|
-
{
|
|
4998
|
-
"name": "invalid",
|
|
4999
|
-
"description": "Controls the invalid state and visibility of the `validityMessage`.",
|
|
5000
|
-
"type": "boolean",
|
|
5001
|
-
"default": "false"
|
|
5002
|
-
},
|
|
5003
5030
|
{
|
|
5004
5031
|
"name": "kind",
|
|
5005
5032
|
"description": "Date picker input kind.",
|
|
@@ -5033,18 +5060,18 @@
|
|
|
5033
5060
|
"type": "boolean",
|
|
5034
5061
|
"default": "false"
|
|
5035
5062
|
},
|
|
5036
|
-
{
|
|
5037
|
-
"name": "size",
|
|
5038
|
-
"description": "Vertical size of this date picker input.",
|
|
5039
|
-
"type": "INPUT_SIZE",
|
|
5040
|
-
"default": "\"md\""
|
|
5041
|
-
},
|
|
5042
5063
|
{
|
|
5043
5064
|
"name": "short",
|
|
5044
5065
|
"description": "true to use the short version.",
|
|
5045
5066
|
"type": "boolean",
|
|
5046
5067
|
"default": "false"
|
|
5047
5068
|
},
|
|
5069
|
+
{
|
|
5070
|
+
"name": "size",
|
|
5071
|
+
"description": "Vertical size of this date picker input.",
|
|
5072
|
+
"type": "INPUT_SIZE",
|
|
5073
|
+
"default": "\"md\""
|
|
5074
|
+
},
|
|
5048
5075
|
{
|
|
5049
5076
|
"name": "type",
|
|
5050
5077
|
"description": "The `type` attribute for the `<input>` in the shadow DOM.",
|
|
@@ -5054,6 +5081,18 @@
|
|
|
5054
5081
|
"name": "value",
|
|
5055
5082
|
"description": "The value.",
|
|
5056
5083
|
"type": "string"
|
|
5084
|
+
},
|
|
5085
|
+
{
|
|
5086
|
+
"name": "warn",
|
|
5087
|
+
"description": "Specify whether the control is currently in warning state",
|
|
5088
|
+
"type": "boolean",
|
|
5089
|
+
"default": "false"
|
|
5090
|
+
},
|
|
5091
|
+
{
|
|
5092
|
+
"name": "warn-text",
|
|
5093
|
+
"description": "Provide the text that is displayed when the control is in warning state",
|
|
5094
|
+
"type": "string",
|
|
5095
|
+
"default": "\"\""
|
|
5057
5096
|
}
|
|
5058
5097
|
],
|
|
5059
5098
|
"properties": [
|
|
@@ -5084,19 +5123,12 @@
|
|
|
5084
5123
|
"default": "false"
|
|
5085
5124
|
},
|
|
5086
5125
|
{
|
|
5087
|
-
"name": "
|
|
5088
|
-
"attribute": "
|
|
5089
|
-
"description": "
|
|
5126
|
+
"name": "invalid",
|
|
5127
|
+
"attribute": "invalid",
|
|
5128
|
+
"description": "Controls the invalid state and visibility of the `validityMessage`.",
|
|
5090
5129
|
"type": "boolean",
|
|
5091
5130
|
"default": "false"
|
|
5092
5131
|
},
|
|
5093
|
-
{
|
|
5094
|
-
"name": "warnText",
|
|
5095
|
-
"attribute": "warn-text",
|
|
5096
|
-
"description": "Provide the text that is displayed when the control is in warning state",
|
|
5097
|
-
"type": "string",
|
|
5098
|
-
"default": "\"\""
|
|
5099
|
-
},
|
|
5100
5132
|
{
|
|
5101
5133
|
"name": "invalidText",
|
|
5102
5134
|
"attribute": "invalid-text",
|
|
@@ -5104,13 +5136,6 @@
|
|
|
5104
5136
|
"type": "string",
|
|
5105
5137
|
"default": "\"\""
|
|
5106
5138
|
},
|
|
5107
|
-
{
|
|
5108
|
-
"name": "invalid",
|
|
5109
|
-
"attribute": "invalid",
|
|
5110
|
-
"description": "Controls the invalid state and visibility of the `validityMessage`.",
|
|
5111
|
-
"type": "boolean",
|
|
5112
|
-
"default": "false"
|
|
5113
|
-
},
|
|
5114
5139
|
{
|
|
5115
5140
|
"name": "kind",
|
|
5116
5141
|
"attribute": "kind",
|
|
@@ -5150,13 +5175,6 @@
|
|
|
5150
5175
|
"type": "boolean",
|
|
5151
5176
|
"default": "false"
|
|
5152
5177
|
},
|
|
5153
|
-
{
|
|
5154
|
-
"name": "size",
|
|
5155
|
-
"attribute": "size",
|
|
5156
|
-
"description": "Vertical size of this date picker input.",
|
|
5157
|
-
"type": "INPUT_SIZE",
|
|
5158
|
-
"default": "\"md\""
|
|
5159
|
-
},
|
|
5160
5178
|
{
|
|
5161
5179
|
"name": "short",
|
|
5162
5180
|
"attribute": "short",
|
|
@@ -5164,6 +5182,13 @@
|
|
|
5164
5182
|
"type": "boolean",
|
|
5165
5183
|
"default": "false"
|
|
5166
5184
|
},
|
|
5185
|
+
{
|
|
5186
|
+
"name": "size",
|
|
5187
|
+
"attribute": "size",
|
|
5188
|
+
"description": "Vertical size of this date picker input.",
|
|
5189
|
+
"type": "INPUT_SIZE",
|
|
5190
|
+
"default": "\"md\""
|
|
5191
|
+
},
|
|
5167
5192
|
{
|
|
5168
5193
|
"name": "type",
|
|
5169
5194
|
"attribute": "type",
|
|
@@ -5176,6 +5201,20 @@
|
|
|
5176
5201
|
"description": "The value.",
|
|
5177
5202
|
"type": "string"
|
|
5178
5203
|
},
|
|
5204
|
+
{
|
|
5205
|
+
"name": "warn",
|
|
5206
|
+
"attribute": "warn",
|
|
5207
|
+
"description": "Specify whether the control is currently in warning state",
|
|
5208
|
+
"type": "boolean",
|
|
5209
|
+
"default": "false"
|
|
5210
|
+
},
|
|
5211
|
+
{
|
|
5212
|
+
"name": "warnText",
|
|
5213
|
+
"attribute": "warn-text",
|
|
5214
|
+
"description": "Provide the text that is displayed when the control is in warning state",
|
|
5215
|
+
"type": "string",
|
|
5216
|
+
"default": "\"\""
|
|
5217
|
+
},
|
|
5179
5218
|
{
|
|
5180
5219
|
"name": "defaultPattern",
|
|
5181
5220
|
"description": "The default value for `pattern` property.",
|
|
@@ -5233,13 +5272,13 @@
|
|
|
5233
5272
|
"type": "string"
|
|
5234
5273
|
},
|
|
5235
5274
|
{
|
|
5236
|
-
"name": "
|
|
5237
|
-
"description": "The
|
|
5275
|
+
"name": "max-date",
|
|
5276
|
+
"description": "The maximum date that a user can start picking from.",
|
|
5238
5277
|
"type": "string"
|
|
5239
5278
|
},
|
|
5240
5279
|
{
|
|
5241
|
-
"name": "
|
|
5242
|
-
"description": "The
|
|
5280
|
+
"name": "min-date",
|
|
5281
|
+
"description": "The minimum date that a user can start picking from.",
|
|
5243
5282
|
"type": "string"
|
|
5244
5283
|
},
|
|
5245
5284
|
{
|
|
@@ -5299,11 +5338,6 @@
|
|
|
5299
5338
|
"type": "boolean",
|
|
5300
5339
|
"default": "false"
|
|
5301
5340
|
},
|
|
5302
|
-
{
|
|
5303
|
-
"name": "locale",
|
|
5304
|
-
"description": "The localization data.",
|
|
5305
|
-
"type": "Locale"
|
|
5306
|
-
},
|
|
5307
5341
|
{
|
|
5308
5342
|
"name": "enabledRange",
|
|
5309
5343
|
"attribute": "enabled-range",
|
|
@@ -5311,10 +5345,9 @@
|
|
|
5311
5345
|
"type": "string"
|
|
5312
5346
|
},
|
|
5313
5347
|
{
|
|
5314
|
-
"name": "
|
|
5315
|
-
"
|
|
5316
|
-
"
|
|
5317
|
-
"type": "string"
|
|
5348
|
+
"name": "locale",
|
|
5349
|
+
"description": "The localization data.",
|
|
5350
|
+
"type": "Locale"
|
|
5318
5351
|
},
|
|
5319
5352
|
{
|
|
5320
5353
|
"name": "maxDate",
|
|
@@ -5322,6 +5355,12 @@
|
|
|
5322
5355
|
"description": "The maximum date that a user can start picking from.",
|
|
5323
5356
|
"type": "string"
|
|
5324
5357
|
},
|
|
5358
|
+
{
|
|
5359
|
+
"name": "minDate",
|
|
5360
|
+
"attribute": "min-date",
|
|
5361
|
+
"description": "The minimum date that a user can start picking from.",
|
|
5362
|
+
"type": "string"
|
|
5363
|
+
},
|
|
5325
5364
|
{
|
|
5326
5365
|
"name": "name",
|
|
5327
5366
|
"attribute": "name",
|
|
@@ -9768,19 +9807,22 @@
|
|
|
9768
9807
|
"name": "hidePasswordLabel",
|
|
9769
9808
|
"description": "\"Hide password\" tooltip text on password visibility toggle",
|
|
9770
9809
|
"type": "string",
|
|
9771
|
-
"default": "\"Hide password\""
|
|
9810
|
+
"default": "\"Hide password\"",
|
|
9811
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
9772
9812
|
},
|
|
9773
9813
|
{
|
|
9774
9814
|
"name": "showPasswordLabel",
|
|
9775
9815
|
"description": "\"Show password\" tooltip text on password visibility toggle",
|
|
9776
9816
|
"type": "string",
|
|
9777
|
-
"default": "\"Show password\""
|
|
9817
|
+
"default": "\"Show password\"",
|
|
9818
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
9778
9819
|
},
|
|
9779
9820
|
{
|
|
9780
9821
|
"name": "show-password-visibility-toggle",
|
|
9781
9822
|
"description": "Boolean property to render password visibility toggle",
|
|
9782
9823
|
"type": "boolean",
|
|
9783
|
-
"default": "false"
|
|
9824
|
+
"default": "false",
|
|
9825
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
9784
9826
|
},
|
|
9785
9827
|
{
|
|
9786
9828
|
"name": "size",
|
|
@@ -10018,21 +10060,24 @@
|
|
|
10018
10060
|
"attribute": "hidePasswordLabel",
|
|
10019
10061
|
"description": "\"Hide password\" tooltip text on password visibility toggle",
|
|
10020
10062
|
"type": "string",
|
|
10021
|
-
"default": "\"Hide password\""
|
|
10063
|
+
"default": "\"Hide password\"",
|
|
10064
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
10022
10065
|
},
|
|
10023
10066
|
{
|
|
10024
10067
|
"name": "showPasswordLabel",
|
|
10025
10068
|
"attribute": "showPasswordLabel",
|
|
10026
10069
|
"description": "\"Show password\" tooltip text on password visibility toggle",
|
|
10027
10070
|
"type": "string",
|
|
10028
|
-
"default": "\"Show password\""
|
|
10071
|
+
"default": "\"Show password\"",
|
|
10072
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
10029
10073
|
},
|
|
10030
10074
|
{
|
|
10031
10075
|
"name": "showPasswordVisibilityToggle",
|
|
10032
10076
|
"attribute": "show-password-visibility-toggle",
|
|
10033
10077
|
"description": "Boolean property to render password visibility toggle",
|
|
10034
10078
|
"type": "boolean",
|
|
10035
|
-
"default": "false"
|
|
10079
|
+
"default": "false",
|
|
10080
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
10036
10081
|
},
|
|
10037
10082
|
{
|
|
10038
10083
|
"name": "size",
|
|
@@ -11171,75 +11216,501 @@
|
|
|
11171
11216
|
]
|
|
11172
11217
|
},
|
|
11173
11218
|
{
|
|
11174
|
-
"name": "cds-
|
|
11175
|
-
"path": "./src/components/
|
|
11176
|
-
"description": "Popover.",
|
|
11219
|
+
"name": "cds-password-input-skeleton",
|
|
11220
|
+
"path": "./src/components/password-input/password-input-skeleton.ts",
|
|
11177
11221
|
"attributes": [
|
|
11178
11222
|
{
|
|
11179
|
-
"name": "
|
|
11180
|
-
"description": "Specify the
|
|
11181
|
-
"type": "
|
|
11182
|
-
"default": "
|
|
11183
|
-
}
|
|
11223
|
+
"name": "hide-label",
|
|
11224
|
+
"description": "Specify whether the label should be hidden, or not",
|
|
11225
|
+
"type": "boolean",
|
|
11226
|
+
"default": "false"
|
|
11227
|
+
}
|
|
11228
|
+
],
|
|
11229
|
+
"properties": [
|
|
11184
11230
|
{
|
|
11185
|
-
"name": "
|
|
11186
|
-
"
|
|
11231
|
+
"name": "hideLabel",
|
|
11232
|
+
"attribute": "hide-label",
|
|
11233
|
+
"description": "Specify whether the label should be hidden, or not",
|
|
11187
11234
|
"type": "boolean",
|
|
11188
11235
|
"default": "false"
|
|
11189
11236
|
},
|
|
11190
11237
|
{
|
|
11191
|
-
"name": "
|
|
11192
|
-
"
|
|
11238
|
+
"name": "styles",
|
|
11239
|
+
"default": "\"styles\""
|
|
11240
|
+
}
|
|
11241
|
+
]
|
|
11242
|
+
},
|
|
11243
|
+
{
|
|
11244
|
+
"name": "cds-password-input",
|
|
11245
|
+
"path": "./src/components/password-input/password-input.ts",
|
|
11246
|
+
"description": "Password Input element. Supports all the usual attributes for textual input types",
|
|
11247
|
+
"attributes": [
|
|
11248
|
+
{
|
|
11249
|
+
"name": "autocomplete",
|
|
11250
|
+
"description": "May be any of the standard HTML autocomplete options",
|
|
11251
|
+
"type": "string",
|
|
11252
|
+
"default": "\"\""
|
|
11193
11253
|
},
|
|
11194
11254
|
{
|
|
11195
|
-
"name": "
|
|
11196
|
-
"description": "
|
|
11255
|
+
"name": "autofocus",
|
|
11256
|
+
"description": "Sets the input to be focussed automatically on page load. Defaults to false",
|
|
11197
11257
|
"type": "boolean",
|
|
11198
|
-
"default": "
|
|
11258
|
+
"default": "false"
|
|
11199
11259
|
},
|
|
11200
11260
|
{
|
|
11201
|
-
"name": "
|
|
11202
|
-
"description": "
|
|
11261
|
+
"name": "disabled",
|
|
11262
|
+
"description": "Controls the disabled state of the input",
|
|
11203
11263
|
"type": "boolean",
|
|
11204
11264
|
"default": "false"
|
|
11205
11265
|
},
|
|
11206
11266
|
{
|
|
11207
|
-
"name": "
|
|
11208
|
-
"description": "
|
|
11267
|
+
"name": "enable-counter",
|
|
11268
|
+
"description": "Specify whether to display the character counter",
|
|
11209
11269
|
"type": "boolean",
|
|
11210
11270
|
"default": "false"
|
|
11211
11271
|
},
|
|
11212
11272
|
{
|
|
11213
|
-
"name": "
|
|
11214
|
-
"description": "The
|
|
11273
|
+
"name": "helper-text",
|
|
11274
|
+
"description": "The helper text.",
|
|
11215
11275
|
"type": "string",
|
|
11216
|
-
"default": "\"
|
|
11217
|
-
}
|
|
11218
|
-
],
|
|
11219
|
-
"properties": [
|
|
11276
|
+
"default": "\"\""
|
|
11277
|
+
},
|
|
11220
11278
|
{
|
|
11221
|
-
"name": "
|
|
11222
|
-
"
|
|
11223
|
-
"description": "Specify the popover alignment",
|
|
11279
|
+
"name": "invalid-text",
|
|
11280
|
+
"description": "Message which is displayed if the value is invalid.",
|
|
11224
11281
|
"type": "string",
|
|
11225
11282
|
"default": "\"\""
|
|
11226
11283
|
},
|
|
11227
11284
|
{
|
|
11228
|
-
"name": "
|
|
11229
|
-
"
|
|
11230
|
-
|
|
11285
|
+
"name": "max-count",
|
|
11286
|
+
"description": "Max character count allowed for input. This is needed in order for enableCounter to display"
|
|
11287
|
+
},
|
|
11288
|
+
{
|
|
11289
|
+
"name": "warn",
|
|
11290
|
+
"description": "Specify whether the control is currently in warning state",
|
|
11231
11291
|
"type": "boolean",
|
|
11232
11292
|
"default": "false"
|
|
11233
11293
|
},
|
|
11234
11294
|
{
|
|
11235
|
-
"name": "
|
|
11236
|
-
"
|
|
11237
|
-
"
|
|
11295
|
+
"name": "warn-text",
|
|
11296
|
+
"description": "Provide the text that is displayed when the control is in warning state",
|
|
11297
|
+
"type": "string",
|
|
11298
|
+
"default": "\"\""
|
|
11238
11299
|
},
|
|
11239
11300
|
{
|
|
11240
|
-
"name": "
|
|
11241
|
-
"
|
|
11242
|
-
"
|
|
11301
|
+
"name": "hide-label",
|
|
11302
|
+
"description": "Specify whether you want the underlying label to be visually hidden",
|
|
11303
|
+
"type": "boolean",
|
|
11304
|
+
"default": "false"
|
|
11305
|
+
},
|
|
11306
|
+
{
|
|
11307
|
+
"name": "label",
|
|
11308
|
+
"description": "Generic label that will be used as the textual representation of what this field is for",
|
|
11309
|
+
"type": "string",
|
|
11310
|
+
"default": "\"\""
|
|
11311
|
+
},
|
|
11312
|
+
{
|
|
11313
|
+
"name": "name",
|
|
11314
|
+
"description": "Name for the input in the `FormData`",
|
|
11315
|
+
"type": "string",
|
|
11316
|
+
"default": "\"\""
|
|
11317
|
+
},
|
|
11318
|
+
{
|
|
11319
|
+
"name": "pattern",
|
|
11320
|
+
"description": "Pattern to validate the input against for HTML validity checking",
|
|
11321
|
+
"type": "string",
|
|
11322
|
+
"default": "\"\""
|
|
11323
|
+
},
|
|
11324
|
+
{
|
|
11325
|
+
"name": "placeholder",
|
|
11326
|
+
"description": "Value to display when the input has an empty `value`",
|
|
11327
|
+
"type": "string",
|
|
11328
|
+
"default": "\"\""
|
|
11329
|
+
},
|
|
11330
|
+
{
|
|
11331
|
+
"name": "readonly",
|
|
11332
|
+
"description": "Specify if the component should be read-only",
|
|
11333
|
+
"type": "boolean",
|
|
11334
|
+
"default": "false"
|
|
11335
|
+
},
|
|
11336
|
+
{
|
|
11337
|
+
"name": "hide-password-label",
|
|
11338
|
+
"description": "\"Hide password\" tooltip text on password visibility toggle",
|
|
11339
|
+
"type": "string",
|
|
11340
|
+
"default": "\"Hide password\"",
|
|
11341
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
11342
|
+
},
|
|
11343
|
+
{
|
|
11344
|
+
"name": "show-password-label",
|
|
11345
|
+
"description": "\"Show password\" tooltip text on password visibility toggle",
|
|
11346
|
+
"type": "string",
|
|
11347
|
+
"default": "\"Show password\"",
|
|
11348
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
11349
|
+
},
|
|
11350
|
+
{
|
|
11351
|
+
"name": "show-password-visibility-toggle",
|
|
11352
|
+
"description": "Boolean property to render password visibility toggle",
|
|
11353
|
+
"type": "boolean",
|
|
11354
|
+
"default": "false",
|
|
11355
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
11356
|
+
},
|
|
11357
|
+
{
|
|
11358
|
+
"name": "size",
|
|
11359
|
+
"description": "The input box size.",
|
|
11360
|
+
"type": "INPUT_SIZE",
|
|
11361
|
+
"default": "\"md\""
|
|
11362
|
+
},
|
|
11363
|
+
{
|
|
11364
|
+
"name": "inline",
|
|
11365
|
+
"description": "true to use the inline version.",
|
|
11366
|
+
"type": "boolean",
|
|
11367
|
+
"default": "false"
|
|
11368
|
+
},
|
|
11369
|
+
{
|
|
11370
|
+
"name": "tooltip-alignment",
|
|
11371
|
+
"description": "Specify the alignment of the tooltip to the icon-only button.\nCan be one of: start, center, or end.",
|
|
11372
|
+
"type": "INPUT_TOOLTIP_ALIGNMENT",
|
|
11373
|
+
"default": "\"center\""
|
|
11374
|
+
},
|
|
11375
|
+
{
|
|
11376
|
+
"name": "tooltip-position",
|
|
11377
|
+
"description": "Specify the direction of the tooltip for icon-only buttons.\nCan be either top, right, bottom, or left.",
|
|
11378
|
+
"type": "INPUT_TOOLTIP_DIRECTION",
|
|
11379
|
+
"default": "\"bottom\""
|
|
11380
|
+
},
|
|
11381
|
+
{
|
|
11382
|
+
"name": "type",
|
|
11383
|
+
"description": "The native `<input>` type. Defaults to “password”.",
|
|
11384
|
+
"type": "INPUT_TYPE",
|
|
11385
|
+
"default": "\"password\""
|
|
11386
|
+
},
|
|
11387
|
+
{
|
|
11388
|
+
"name": "invalid",
|
|
11389
|
+
"description": "Specify if the currently value is invalid.",
|
|
11390
|
+
"type": "boolean",
|
|
11391
|
+
"default": "false"
|
|
11392
|
+
},
|
|
11393
|
+
{
|
|
11394
|
+
"name": "required",
|
|
11395
|
+
"description": "Boolean property to set the required status",
|
|
11396
|
+
"type": "boolean",
|
|
11397
|
+
"default": "false"
|
|
11398
|
+
},
|
|
11399
|
+
{
|
|
11400
|
+
"name": "required-validity-message",
|
|
11401
|
+
"description": "The special validity message for `required`.",
|
|
11402
|
+
"type": "string",
|
|
11403
|
+
"default": "\"Please fill out this field.\""
|
|
11404
|
+
},
|
|
11405
|
+
{
|
|
11406
|
+
"name": "validity-message",
|
|
11407
|
+
"description": "The validity message. If present and non-empty, this input shows the UI of its invalid state.",
|
|
11408
|
+
"type": "string",
|
|
11409
|
+
"default": "\"\""
|
|
11410
|
+
},
|
|
11411
|
+
{
|
|
11412
|
+
"name": "value",
|
|
11413
|
+
"description": "The value of the input.",
|
|
11414
|
+
"type": "string"
|
|
11415
|
+
}
|
|
11416
|
+
],
|
|
11417
|
+
"properties": [
|
|
11418
|
+
{
|
|
11419
|
+
"name": "autocomplete",
|
|
11420
|
+
"attribute": "autocomplete",
|
|
11421
|
+
"description": "May be any of the standard HTML autocomplete options",
|
|
11422
|
+
"type": "string",
|
|
11423
|
+
"default": "\"\""
|
|
11424
|
+
},
|
|
11425
|
+
{
|
|
11426
|
+
"name": "autofocus",
|
|
11427
|
+
"attribute": "autofocus",
|
|
11428
|
+
"description": "Sets the input to be focussed automatically on page load. Defaults to false",
|
|
11429
|
+
"type": "boolean",
|
|
11430
|
+
"default": "false"
|
|
11431
|
+
},
|
|
11432
|
+
{
|
|
11433
|
+
"name": "disabled",
|
|
11434
|
+
"attribute": "disabled",
|
|
11435
|
+
"description": "Controls the disabled state of the input",
|
|
11436
|
+
"type": "boolean",
|
|
11437
|
+
"default": "false"
|
|
11438
|
+
},
|
|
11439
|
+
{
|
|
11440
|
+
"name": "enableCounter",
|
|
11441
|
+
"attribute": "enable-counter",
|
|
11442
|
+
"description": "Specify whether to display the character counter",
|
|
11443
|
+
"type": "boolean",
|
|
11444
|
+
"default": "false"
|
|
11445
|
+
},
|
|
11446
|
+
{
|
|
11447
|
+
"name": "helperText",
|
|
11448
|
+
"attribute": "helper-text",
|
|
11449
|
+
"description": "The helper text.",
|
|
11450
|
+
"type": "string",
|
|
11451
|
+
"default": "\"\""
|
|
11452
|
+
},
|
|
11453
|
+
{
|
|
11454
|
+
"name": "invalidText",
|
|
11455
|
+
"attribute": "invalid-text",
|
|
11456
|
+
"description": "Message which is displayed if the value is invalid.",
|
|
11457
|
+
"type": "string",
|
|
11458
|
+
"default": "\"\""
|
|
11459
|
+
},
|
|
11460
|
+
{
|
|
11461
|
+
"name": "maxCount",
|
|
11462
|
+
"attribute": "max-count",
|
|
11463
|
+
"description": "Max character count allowed for input. This is needed in order for enableCounter to display"
|
|
11464
|
+
},
|
|
11465
|
+
{
|
|
11466
|
+
"name": "warn",
|
|
11467
|
+
"attribute": "warn",
|
|
11468
|
+
"description": "Specify whether the control is currently in warning state",
|
|
11469
|
+
"type": "boolean",
|
|
11470
|
+
"default": "false"
|
|
11471
|
+
},
|
|
11472
|
+
{
|
|
11473
|
+
"name": "warnText",
|
|
11474
|
+
"attribute": "warn-text",
|
|
11475
|
+
"description": "Provide the text that is displayed when the control is in warning state",
|
|
11476
|
+
"type": "string",
|
|
11477
|
+
"default": "\"\""
|
|
11478
|
+
},
|
|
11479
|
+
{
|
|
11480
|
+
"name": "hideLabel",
|
|
11481
|
+
"attribute": "hide-label",
|
|
11482
|
+
"description": "Specify whether you want the underlying label to be visually hidden",
|
|
11483
|
+
"type": "boolean",
|
|
11484
|
+
"default": "false"
|
|
11485
|
+
},
|
|
11486
|
+
{
|
|
11487
|
+
"name": "label",
|
|
11488
|
+
"attribute": "label",
|
|
11489
|
+
"description": "Generic label that will be used as the textual representation of what this field is for",
|
|
11490
|
+
"type": "string",
|
|
11491
|
+
"default": "\"\""
|
|
11492
|
+
},
|
|
11493
|
+
{
|
|
11494
|
+
"name": "name",
|
|
11495
|
+
"attribute": "name",
|
|
11496
|
+
"description": "Name for the input in the `FormData`",
|
|
11497
|
+
"type": "string",
|
|
11498
|
+
"default": "\"\""
|
|
11499
|
+
},
|
|
11500
|
+
{
|
|
11501
|
+
"name": "pattern",
|
|
11502
|
+
"attribute": "pattern",
|
|
11503
|
+
"description": "Pattern to validate the input against for HTML validity checking",
|
|
11504
|
+
"type": "string",
|
|
11505
|
+
"default": "\"\""
|
|
11506
|
+
},
|
|
11507
|
+
{
|
|
11508
|
+
"name": "placeholder",
|
|
11509
|
+
"attribute": "placeholder",
|
|
11510
|
+
"description": "Value to display when the input has an empty `value`",
|
|
11511
|
+
"type": "string",
|
|
11512
|
+
"default": "\"\""
|
|
11513
|
+
},
|
|
11514
|
+
{
|
|
11515
|
+
"name": "readonly",
|
|
11516
|
+
"attribute": "readonly",
|
|
11517
|
+
"description": "Specify if the component should be read-only",
|
|
11518
|
+
"type": "boolean",
|
|
11519
|
+
"default": "false"
|
|
11520
|
+
},
|
|
11521
|
+
{
|
|
11522
|
+
"name": "hidePasswordLabel",
|
|
11523
|
+
"attribute": "hide-password-label",
|
|
11524
|
+
"description": "\"Hide password\" tooltip text on password visibility toggle",
|
|
11525
|
+
"type": "string",
|
|
11526
|
+
"default": "\"Hide password\"",
|
|
11527
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
11528
|
+
},
|
|
11529
|
+
{
|
|
11530
|
+
"name": "showPasswordLabel",
|
|
11531
|
+
"attribute": "show-password-label",
|
|
11532
|
+
"description": "\"Show password\" tooltip text on password visibility toggle",
|
|
11533
|
+
"type": "string",
|
|
11534
|
+
"default": "\"Show password\"",
|
|
11535
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
11536
|
+
},
|
|
11537
|
+
{
|
|
11538
|
+
"name": "showPasswordVisibilityToggle",
|
|
11539
|
+
"attribute": "show-password-visibility-toggle",
|
|
11540
|
+
"description": "Boolean property to render password visibility toggle",
|
|
11541
|
+
"type": "boolean",
|
|
11542
|
+
"default": "false",
|
|
11543
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
11544
|
+
},
|
|
11545
|
+
{
|
|
11546
|
+
"name": "size",
|
|
11547
|
+
"attribute": "size",
|
|
11548
|
+
"description": "The input box size.",
|
|
11549
|
+
"type": "INPUT_SIZE",
|
|
11550
|
+
"default": "\"md\""
|
|
11551
|
+
},
|
|
11552
|
+
{
|
|
11553
|
+
"name": "inline",
|
|
11554
|
+
"attribute": "inline",
|
|
11555
|
+
"description": "true to use the inline version.",
|
|
11556
|
+
"type": "boolean",
|
|
11557
|
+
"default": "false"
|
|
11558
|
+
},
|
|
11559
|
+
{
|
|
11560
|
+
"name": "tooltipAlignment",
|
|
11561
|
+
"attribute": "tooltip-alignment",
|
|
11562
|
+
"description": "Specify the alignment of the tooltip to the icon-only button.\nCan be one of: start, center, or end.",
|
|
11563
|
+
"type": "INPUT_TOOLTIP_ALIGNMENT",
|
|
11564
|
+
"default": "\"center\""
|
|
11565
|
+
},
|
|
11566
|
+
{
|
|
11567
|
+
"name": "tooltipDirection",
|
|
11568
|
+
"attribute": "tooltip-position",
|
|
11569
|
+
"description": "Specify the direction of the tooltip for icon-only buttons.\nCan be either top, right, bottom, or left.",
|
|
11570
|
+
"type": "INPUT_TOOLTIP_DIRECTION",
|
|
11571
|
+
"default": "\"bottom\""
|
|
11572
|
+
},
|
|
11573
|
+
{
|
|
11574
|
+
"name": "type",
|
|
11575
|
+
"attribute": "type",
|
|
11576
|
+
"description": "The native `<input>` type. Defaults to “password”.",
|
|
11577
|
+
"type": "INPUT_TYPE",
|
|
11578
|
+
"default": "\"password\""
|
|
11579
|
+
},
|
|
11580
|
+
{
|
|
11581
|
+
"name": "shadowRootOptions",
|
|
11582
|
+
"type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
|
|
11583
|
+
"default": "{\"delegatesFocus\":true}"
|
|
11584
|
+
},
|
|
11585
|
+
{
|
|
11586
|
+
"name": "styles",
|
|
11587
|
+
"default": "\"styles\""
|
|
11588
|
+
},
|
|
11589
|
+
{
|
|
11590
|
+
"name": "invalid",
|
|
11591
|
+
"attribute": "invalid",
|
|
11592
|
+
"description": "Specify if the currently value is invalid.",
|
|
11593
|
+
"type": "boolean",
|
|
11594
|
+
"default": "false"
|
|
11595
|
+
},
|
|
11596
|
+
{
|
|
11597
|
+
"name": "required",
|
|
11598
|
+
"attribute": "required",
|
|
11599
|
+
"description": "Boolean property to set the required status",
|
|
11600
|
+
"type": "boolean",
|
|
11601
|
+
"default": "false"
|
|
11602
|
+
},
|
|
11603
|
+
{
|
|
11604
|
+
"name": "requiredValidityMessage",
|
|
11605
|
+
"attribute": "required-validity-message",
|
|
11606
|
+
"description": "The special validity message for `required`.",
|
|
11607
|
+
"type": "string",
|
|
11608
|
+
"default": "\"Please fill out this field.\""
|
|
11609
|
+
},
|
|
11610
|
+
{
|
|
11611
|
+
"name": "validityMessage",
|
|
11612
|
+
"attribute": "validity-message",
|
|
11613
|
+
"description": "The validity message. If present and non-empty, this input shows the UI of its invalid state.",
|
|
11614
|
+
"type": "string",
|
|
11615
|
+
"default": "\"\""
|
|
11616
|
+
},
|
|
11617
|
+
{
|
|
11618
|
+
"name": "value",
|
|
11619
|
+
"attribute": "value",
|
|
11620
|
+
"description": "The value of the input.",
|
|
11621
|
+
"type": "string"
|
|
11622
|
+
}
|
|
11623
|
+
],
|
|
11624
|
+
"events": [
|
|
11625
|
+
{
|
|
11626
|
+
"name": "invalid"
|
|
11627
|
+
}
|
|
11628
|
+
],
|
|
11629
|
+
"slots": [
|
|
11630
|
+
{
|
|
11631
|
+
"name": "helper-text",
|
|
11632
|
+
"description": "The helper text."
|
|
11633
|
+
},
|
|
11634
|
+
{
|
|
11635
|
+
"name": "label-text",
|
|
11636
|
+
"description": "The label text."
|
|
11637
|
+
},
|
|
11638
|
+
{
|
|
11639
|
+
"name": "validity-message",
|
|
11640
|
+
"description": "The validity message. If present and non-empty, this input shows the UI of its invalid state."
|
|
11641
|
+
}
|
|
11642
|
+
]
|
|
11643
|
+
},
|
|
11644
|
+
{
|
|
11645
|
+
"name": "cds-popover-content",
|
|
11646
|
+
"path": "./src/components/popover/popover-content.ts",
|
|
11647
|
+
"description": "Popover.",
|
|
11648
|
+
"attributes": [
|
|
11649
|
+
{
|
|
11650
|
+
"name": "align",
|
|
11651
|
+
"description": "Specify the popover alignment",
|
|
11652
|
+
"type": "string",
|
|
11653
|
+
"default": "\"\""
|
|
11654
|
+
},
|
|
11655
|
+
{
|
|
11656
|
+
"name": "autoalign",
|
|
11657
|
+
"description": "Specify whether a auto align functionality should be applied",
|
|
11658
|
+
"type": "boolean",
|
|
11659
|
+
"default": "false"
|
|
11660
|
+
},
|
|
11661
|
+
{
|
|
11662
|
+
"name": "caret",
|
|
11663
|
+
"description": "Specify whether a caret should be rendered"
|
|
11664
|
+
},
|
|
11665
|
+
{
|
|
11666
|
+
"name": "dropShadow",
|
|
11667
|
+
"description": "Specify whether a dropShadow should be rendered",
|
|
11668
|
+
"type": "boolean",
|
|
11669
|
+
"default": "true"
|
|
11670
|
+
},
|
|
11671
|
+
{
|
|
11672
|
+
"name": "open",
|
|
11673
|
+
"description": "Specify whether the component is currently open or closed",
|
|
11674
|
+
"type": "boolean",
|
|
11675
|
+
"default": "false"
|
|
11676
|
+
},
|
|
11677
|
+
{
|
|
11678
|
+
"name": "tabTip",
|
|
11679
|
+
"description": "Render the component using the tab tip variant",
|
|
11680
|
+
"type": "boolean",
|
|
11681
|
+
"default": "false"
|
|
11682
|
+
},
|
|
11683
|
+
{
|
|
11684
|
+
"name": "slot",
|
|
11685
|
+
"description": "The shadow slot this popover content should be in.",
|
|
11686
|
+
"type": "string",
|
|
11687
|
+
"default": "\"content\""
|
|
11688
|
+
}
|
|
11689
|
+
],
|
|
11690
|
+
"properties": [
|
|
11691
|
+
{
|
|
11692
|
+
"name": "align",
|
|
11693
|
+
"attribute": "align",
|
|
11694
|
+
"description": "Specify the popover alignment",
|
|
11695
|
+
"type": "string",
|
|
11696
|
+
"default": "\"\""
|
|
11697
|
+
},
|
|
11698
|
+
{
|
|
11699
|
+
"name": "autoalign",
|
|
11700
|
+
"attribute": "autoalign",
|
|
11701
|
+
"description": "Specify whether a auto align functionality should be applied",
|
|
11702
|
+
"type": "boolean",
|
|
11703
|
+
"default": "false"
|
|
11704
|
+
},
|
|
11705
|
+
{
|
|
11706
|
+
"name": "caret",
|
|
11707
|
+
"attribute": "caret",
|
|
11708
|
+
"description": "Specify whether a caret should be rendered"
|
|
11709
|
+
},
|
|
11710
|
+
{
|
|
11711
|
+
"name": "dropShadow",
|
|
11712
|
+
"attribute": "dropShadow",
|
|
11713
|
+
"description": "Specify whether a dropShadow should be rendered",
|
|
11243
11714
|
"type": "boolean",
|
|
11244
11715
|
"default": "true"
|
|
11245
11716
|
},
|
|
@@ -13835,17 +14306,35 @@
|
|
|
13835
14306
|
"type": "POPOVER_ALIGNMENT",
|
|
13836
14307
|
"default": "\"top\""
|
|
13837
14308
|
},
|
|
14309
|
+
{
|
|
14310
|
+
"name": "alignment-axis-offset",
|
|
14311
|
+
"description": "**Experimental:** Provide an offset value for alignment axis. Only takes effect when `autoalign` is enabled.",
|
|
14312
|
+
"type": "number",
|
|
14313
|
+
"default": "0"
|
|
14314
|
+
},
|
|
13838
14315
|
{
|
|
13839
14316
|
"name": "autoalign",
|
|
13840
14317
|
"description": "Specify whether a auto align functionality should be applied",
|
|
13841
14318
|
"type": "boolean",
|
|
13842
14319
|
"default": "false"
|
|
13843
14320
|
},
|
|
14321
|
+
{
|
|
14322
|
+
"name": "button-label",
|
|
14323
|
+
"description": "The label for the toggle button",
|
|
14324
|
+
"type": "string",
|
|
14325
|
+
"default": "\"Show information\""
|
|
14326
|
+
},
|
|
13844
14327
|
{
|
|
13845
14328
|
"name": "open",
|
|
13846
14329
|
"description": "Set whether toggletip is open",
|
|
13847
14330
|
"type": "boolean",
|
|
13848
14331
|
"default": "false"
|
|
14332
|
+
},
|
|
14333
|
+
{
|
|
14334
|
+
"name": "default-open",
|
|
14335
|
+
"description": "Set whether toggletip is open by default.",
|
|
14336
|
+
"type": "boolean",
|
|
14337
|
+
"default": "false"
|
|
13849
14338
|
}
|
|
13850
14339
|
],
|
|
13851
14340
|
"properties": [
|
|
@@ -13915,6 +14404,13 @@
|
|
|
13915
14404
|
"type": "POPOVER_ALIGNMENT",
|
|
13916
14405
|
"default": "\"top\""
|
|
13917
14406
|
},
|
|
14407
|
+
{
|
|
14408
|
+
"name": "alignmentAxisOffset",
|
|
14409
|
+
"attribute": "alignment-axis-offset",
|
|
14410
|
+
"description": "**Experimental:** Provide an offset value for alignment axis. Only takes effect when `autoalign` is enabled.",
|
|
14411
|
+
"type": "number",
|
|
14412
|
+
"default": "0"
|
|
14413
|
+
},
|
|
13918
14414
|
{
|
|
13919
14415
|
"name": "autoalign",
|
|
13920
14416
|
"attribute": "autoalign",
|
|
@@ -13922,6 +14418,13 @@
|
|
|
13922
14418
|
"type": "boolean",
|
|
13923
14419
|
"default": "false"
|
|
13924
14420
|
},
|
|
14421
|
+
{
|
|
14422
|
+
"name": "buttonLabel",
|
|
14423
|
+
"attribute": "button-label",
|
|
14424
|
+
"description": "The label for the toggle button",
|
|
14425
|
+
"type": "string",
|
|
14426
|
+
"default": "\"Show information\""
|
|
14427
|
+
},
|
|
13925
14428
|
{
|
|
13926
14429
|
"name": "open",
|
|
13927
14430
|
"attribute": "open",
|
|
@@ -13929,6 +14432,13 @@
|
|
|
13929
14432
|
"type": "boolean",
|
|
13930
14433
|
"default": "false"
|
|
13931
14434
|
},
|
|
14435
|
+
{
|
|
14436
|
+
"name": "defaultOpen",
|
|
14437
|
+
"attribute": "default-open",
|
|
14438
|
+
"description": "Set whether toggletip is open by default.",
|
|
14439
|
+
"type": "boolean",
|
|
14440
|
+
"default": "false"
|
|
14441
|
+
},
|
|
13932
14442
|
{
|
|
13933
14443
|
"name": "shadowRootOptions",
|
|
13934
14444
|
"type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
|
|
@@ -15197,19 +15707,22 @@
|
|
|
15197
15707
|
"name": "hidePasswordLabel",
|
|
15198
15708
|
"description": "\"Hide password\" tooltip text on password visibility toggle",
|
|
15199
15709
|
"type": "string",
|
|
15200
|
-
"default": "\"Hide password\""
|
|
15710
|
+
"default": "\"Hide password\"",
|
|
15711
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
15201
15712
|
},
|
|
15202
15713
|
{
|
|
15203
15714
|
"name": "showPasswordLabel",
|
|
15204
15715
|
"description": "\"Show password\" tooltip text on password visibility toggle",
|
|
15205
15716
|
"type": "string",
|
|
15206
|
-
"default": "\"Show password\""
|
|
15717
|
+
"default": "\"Show password\"",
|
|
15718
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
15207
15719
|
},
|
|
15208
15720
|
{
|
|
15209
15721
|
"name": "show-password-visibility-toggle",
|
|
15210
15722
|
"description": "Boolean property to render password visibility toggle",
|
|
15211
15723
|
"type": "boolean",
|
|
15212
|
-
"default": "false"
|
|
15724
|
+
"default": "false",
|
|
15725
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
15213
15726
|
},
|
|
15214
15727
|
{
|
|
15215
15728
|
"name": "size",
|
|
@@ -15380,21 +15893,24 @@
|
|
|
15380
15893
|
"attribute": "hidePasswordLabel",
|
|
15381
15894
|
"description": "\"Hide password\" tooltip text on password visibility toggle",
|
|
15382
15895
|
"type": "string",
|
|
15383
|
-
"default": "\"Hide password\""
|
|
15896
|
+
"default": "\"Hide password\"",
|
|
15897
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
15384
15898
|
},
|
|
15385
15899
|
{
|
|
15386
15900
|
"name": "showPasswordLabel",
|
|
15387
15901
|
"attribute": "showPasswordLabel",
|
|
15388
15902
|
"description": "\"Show password\" tooltip text on password visibility toggle",
|
|
15389
15903
|
"type": "string",
|
|
15390
|
-
"default": "\"Show password\""
|
|
15904
|
+
"default": "\"Show password\"",
|
|
15905
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
15391
15906
|
},
|
|
15392
15907
|
{
|
|
15393
15908
|
"name": "showPasswordVisibilityToggle",
|
|
15394
15909
|
"attribute": "show-password-visibility-toggle",
|
|
15395
15910
|
"description": "Boolean property to render password visibility toggle",
|
|
15396
15911
|
"type": "boolean",
|
|
15397
|
-
"default": "false"
|
|
15912
|
+
"default": "false",
|
|
15913
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
15398
15914
|
},
|
|
15399
15915
|
{
|
|
15400
15916
|
"name": "size",
|
|
@@ -15624,19 +16140,22 @@
|
|
|
15624
16140
|
"name": "hidePasswordLabel",
|
|
15625
16141
|
"description": "\"Hide password\" tooltip text on password visibility toggle",
|
|
15626
16142
|
"type": "string",
|
|
15627
|
-
"default": "\"Hide password\""
|
|
16143
|
+
"default": "\"Hide password\"",
|
|
16144
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
15628
16145
|
},
|
|
15629
16146
|
{
|
|
15630
16147
|
"name": "showPasswordLabel",
|
|
15631
16148
|
"description": "\"Show password\" tooltip text on password visibility toggle",
|
|
15632
16149
|
"type": "string",
|
|
15633
|
-
"default": "\"Show password\""
|
|
16150
|
+
"default": "\"Show password\"",
|
|
16151
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
15634
16152
|
},
|
|
15635
16153
|
{
|
|
15636
16154
|
"name": "show-password-visibility-toggle",
|
|
15637
16155
|
"description": "Boolean property to render password visibility toggle",
|
|
15638
16156
|
"type": "boolean",
|
|
15639
|
-
"default": "false"
|
|
16157
|
+
"default": "false",
|
|
16158
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
15640
16159
|
},
|
|
15641
16160
|
{
|
|
15642
16161
|
"name": "size",
|
|
@@ -15833,21 +16352,24 @@
|
|
|
15833
16352
|
"attribute": "hidePasswordLabel",
|
|
15834
16353
|
"description": "\"Hide password\" tooltip text on password visibility toggle",
|
|
15835
16354
|
"type": "string",
|
|
15836
|
-
"default": "\"Hide password\""
|
|
16355
|
+
"default": "\"Hide password\"",
|
|
16356
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
15837
16357
|
},
|
|
15838
16358
|
{
|
|
15839
16359
|
"name": "showPasswordLabel",
|
|
15840
16360
|
"attribute": "showPasswordLabel",
|
|
15841
16361
|
"description": "\"Show password\" tooltip text on password visibility toggle",
|
|
15842
16362
|
"type": "string",
|
|
15843
|
-
"default": "\"Show password\""
|
|
16363
|
+
"default": "\"Show password\"",
|
|
16364
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
15844
16365
|
},
|
|
15845
16366
|
{
|
|
15846
16367
|
"name": "showPasswordVisibilityToggle",
|
|
15847
16368
|
"attribute": "show-password-visibility-toggle",
|
|
15848
16369
|
"description": "Boolean property to render password visibility toggle",
|
|
15849
16370
|
"type": "boolean",
|
|
15850
|
-
"default": "false"
|
|
16371
|
+
"default": "false",
|
|
16372
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
15851
16373
|
},
|
|
15852
16374
|
{
|
|
15853
16375
|
"name": "size",
|
|
@@ -16975,17 +17497,35 @@
|
|
|
16975
17497
|
"type": "POPOVER_ALIGNMENT",
|
|
16976
17498
|
"default": "\"top\""
|
|
16977
17499
|
},
|
|
17500
|
+
{
|
|
17501
|
+
"name": "alignment-axis-offset",
|
|
17502
|
+
"description": "**Experimental:** Provide an offset value for alignment axis. Only takes effect when `autoalign` is enabled.",
|
|
17503
|
+
"type": "number",
|
|
17504
|
+
"default": "0"
|
|
17505
|
+
},
|
|
16978
17506
|
{
|
|
16979
17507
|
"name": "autoalign",
|
|
16980
17508
|
"description": "Specify whether a auto align functionality should be applied",
|
|
16981
17509
|
"type": "boolean",
|
|
16982
17510
|
"default": "false"
|
|
16983
17511
|
},
|
|
17512
|
+
{
|
|
17513
|
+
"name": "button-label",
|
|
17514
|
+
"description": "The label for the toggle button",
|
|
17515
|
+
"type": "string",
|
|
17516
|
+
"default": "\"Show information\""
|
|
17517
|
+
},
|
|
16984
17518
|
{
|
|
16985
17519
|
"name": "open",
|
|
16986
17520
|
"description": "Set whether toggletip is open",
|
|
16987
17521
|
"type": "boolean",
|
|
16988
17522
|
"default": "false"
|
|
17523
|
+
},
|
|
17524
|
+
{
|
|
17525
|
+
"name": "default-open",
|
|
17526
|
+
"description": "Set whether toggletip is open by default.",
|
|
17527
|
+
"type": "boolean",
|
|
17528
|
+
"default": "false"
|
|
16989
17529
|
}
|
|
16990
17530
|
],
|
|
16991
17531
|
"properties": [
|
|
@@ -16996,6 +17536,13 @@
|
|
|
16996
17536
|
"type": "POPOVER_ALIGNMENT",
|
|
16997
17537
|
"default": "\"top\""
|
|
16998
17538
|
},
|
|
17539
|
+
{
|
|
17540
|
+
"name": "alignmentAxisOffset",
|
|
17541
|
+
"attribute": "alignment-axis-offset",
|
|
17542
|
+
"description": "**Experimental:** Provide an offset value for alignment axis. Only takes effect when `autoalign` is enabled.",
|
|
17543
|
+
"type": "number",
|
|
17544
|
+
"default": "0"
|
|
17545
|
+
},
|
|
16999
17546
|
{
|
|
17000
17547
|
"name": "autoalign",
|
|
17001
17548
|
"attribute": "autoalign",
|
|
@@ -17003,6 +17550,13 @@
|
|
|
17003
17550
|
"type": "boolean",
|
|
17004
17551
|
"default": "false"
|
|
17005
17552
|
},
|
|
17553
|
+
{
|
|
17554
|
+
"name": "buttonLabel",
|
|
17555
|
+
"attribute": "button-label",
|
|
17556
|
+
"description": "The label for the toggle button",
|
|
17557
|
+
"type": "string",
|
|
17558
|
+
"default": "\"Show information\""
|
|
17559
|
+
},
|
|
17006
17560
|
{
|
|
17007
17561
|
"name": "open",
|
|
17008
17562
|
"attribute": "open",
|
|
@@ -17010,6 +17564,13 @@
|
|
|
17010
17564
|
"type": "boolean",
|
|
17011
17565
|
"default": "false"
|
|
17012
17566
|
},
|
|
17567
|
+
{
|
|
17568
|
+
"name": "defaultOpen",
|
|
17569
|
+
"attribute": "default-open",
|
|
17570
|
+
"description": "Set whether toggletip is open by default.",
|
|
17571
|
+
"type": "boolean",
|
|
17572
|
+
"default": "false"
|
|
17573
|
+
},
|
|
17013
17574
|
{
|
|
17014
17575
|
"name": "shadowRootOptions",
|
|
17015
17576
|
"type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
|