@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-uploader-drop-container.js","sources":["../../../src/components/file-uploader/file-uploader-drop-container.ts"],"sourcesContent":[null],"names":["customElement"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"file-uploader-drop-container.js","sources":["../../../src/components/file-uploader/file-uploader-drop-container.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2020, 2024\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { LitElement, html } from 'lit';\nimport { property } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport HostListenerMixin from '../../globals/mixins/host-listener';\nimport HostListener from '../../globals/decorators/host-listener';\nimport ifNonEmpty from '../../globals/directives/if-non-empty';\nimport styles from './file-uploader.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\nexport { FORM_ELEMENT_COLOR_SCHEME as TILE_COLOR_SCHEME } from '../../globals/shared-enums';\n\n/**\n * The value to set to `event.dataTransfer.dropEffect`, keyed by the event nane.\n */\nconst dropEffects = {\n dragover: 'copy',\n dragleave: 'move',\n};\n\n/**\n * File uploader drop container.\n *\n * @element cds-custom-file-uploader-drop-container\n * @fires cds-custom-file-uploader-drop-container-changed The custom event fired when there is a user gesture to select files to upload.\n */\n@customElement(`${prefix}-file-uploader-drop-container`)\nclass CDSFileUploaderDropContainer extends HostListenerMixin(LitElement) {\n /**\n * `true` to show the active state of this UI.\n */\n private _active = false;\n\n /**\n * Handles user gesture to select files to upload.\n *\n * @param event The event.\n */\n private _handleChange(event: Event | DragEvent) {\n const { eventChange, selectorInput } = this\n .constructor as typeof CDSFileUploaderDropContainer;\n const { files } =\n (event.type === 'drop'\n ? (event as DragEvent).dataTransfer\n : (event.target as HTMLInputElement)) ?? {};\n const addedFiles = this._getFiles(event, files);\n\n this.dispatchEvent(\n new CustomEvent(eventChange, {\n bubbles: true,\n composed: true,\n detail: {\n addedFiles,\n },\n })\n );\n\n const fileInput = this?.shadowRoot?.querySelector(selectorInput);\n if (fileInput) {\n (fileInput as HTMLInputElement).value = ''; // carbon-web-components#904\n }\n }\n\n /**\n * Handles `dragover`, `dragleave` and `drop` events.\n *\n * @param event The event.\n */\n @HostListener('dragover')\n @HostListener('dragleave')\n @HostListener('drop')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleDrag(event: DragEvent) {\n event.preventDefault(); // Prevents page navigation upon dropping\n if (this.disabled) {\n return;\n }\n const { dataTransfer, type } = event;\n const dropEffect = dropEffects[type];\n if (dataTransfer && dropEffect) {\n dataTransfer.dropEffect = dropEffect;\n }\n this._active = type === 'dragover';\n if (type === 'drop') {\n this._handleChange(event);\n }\n this.requestUpdate();\n }\n\n /**\n * @param event The event.\n * @returns The list of files user chose to upload.\n */\n private _getFiles(event, files) {\n const { accept } = this;\n if (!accept || !/^(change|drop)$/.test(event.type)) {\n return Array.from(files ?? []);\n }\n const acceptedTypes = new Set(accept.split(' '));\n return Array.prototype.filter.call(\n files,\n ({ name, type: mimeType = '' }) => {\n const fileExtensionRegExp = /\\.[^.]+$/;\n const hasFileExtension = fileExtensionRegExp.test(name);\n const [fileExtension] = !hasFileExtension\n ? [undefined]\n : (fileExtensionRegExp.exec(name) ?? []);\n\n return (\n acceptedTypes.has(mimeType) ||\n (fileExtension && acceptedTypes.has(fileExtension))\n );\n }\n ) as File[];\n }\n\n /**\n * The file types the file input should accept, separated by space.\n */\n @property()\n accept = '';\n\n /**\n * `true` if this drop container should be disabled.\n */\n @property({ type: Boolean, reflect: true })\n disabled = false;\n\n /**\n * `true` if this drop container should accept more than one files at once.\n * Note that even with `false` set here, user _can_ select multiple files one by one.\n */\n @property({ type: Boolean, reflect: true })\n multiple = false;\n\n /**\n * The name of the input.\n */\n @property({ reflect: true })\n name = '';\n\n /**\n * The shadow DOM slot to put this drop container in.\n */\n @property({ reflect: true })\n slot = 'drop-container';\n\n render() {\n const {\n accept,\n disabled,\n multiple,\n name,\n _active: active,\n _handleChange: handleChange,\n } = this;\n const labelClasses = classMap({\n [`${prefix}--file-browse-btn`]: true,\n [`${prefix}--file-browse-btn--disabled`]: disabled,\n });\n const dropareaClasses = classMap({\n [`${prefix}--file__drop-container`]: true,\n [`${prefix}--file__drop-container--drag-over`]: active,\n });\n return html`\n <label class=\"${labelClasses}\" for=\"file\" tabindex=\"0\">\n <div class=\"${dropareaClasses}\" role=\"button\">\n <slot></slot>\n <input\n id=\"file\"\n type=\"file\"\n name=\"${ifNonEmpty(name)}\"\n class=\"${prefix}--file-input\"\n tabindex=\"-1\"\n accept=\"${ifNonEmpty(accept)}\"\n ?disabled=\"${disabled}\"\n ?multiple=\"${multiple}\"\n @change=\"${handleChange}\" />\n </div>\n </label>\n `;\n }\n\n /**\n * The name of the custom event fired when there is a user gesture to select files to upload.\n */\n static get eventChange() {\n return `${prefix}-file-uploader-drop-container-changed`;\n }\n\n /**\n * A selector that will return the file `<input>`.\n */\n static get selectorInput() {\n return `.${prefix}--file-input`;\n }\n\n static styles = styles;\n}\n\nexport default CDSFileUploaderDropContainer;\n"],"names":["customElement"],"mappings":"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"}
|
|
@@ -14,7 +14,6 @@ import WarningFilled16 from '../../icons/warning--filled/16.js';
|
|
|
14
14
|
import { prefix } from '../../globals/settings.js';
|
|
15
15
|
import '../loading/loading.js';
|
|
16
16
|
import { FILE_UPLOADER_ITEM_SIZE, FILE_UPLOADER_ITEM_STATE } from './defs.js';
|
|
17
|
-
export { FILE_UPLOADER_ITEM_SIZE, FILE_UPLOADER_ITEM_STATE } from './defs.js';
|
|
18
17
|
import styles from './file-uploader.scss.js';
|
|
19
18
|
import { carbonElement } from '../../globals/decorators/carbon-element.js';
|
|
20
19
|
import { LOADING_TYPE } from '../loading/defs.js';
|
|
@@ -189,5 +188,5 @@ CDSFileUploaderItem = __decorate([
|
|
|
189
188
|
], CDSFileUploaderItem);
|
|
190
189
|
var CDSFileUploaderItem$1 = CDSFileUploaderItem;
|
|
191
190
|
|
|
192
|
-
export { CDSFileUploaderItem$1 as default };
|
|
191
|
+
export { FILE_UPLOADER_ITEM_SIZE, FILE_UPLOADER_ITEM_STATE, CDSFileUploaderItem$1 as default };
|
|
193
192
|
//# sourceMappingURL=file-uploader-item.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-uploader-item.js","sources":["../../../src/components/file-uploader/file-uploader-item.ts"],"sourcesContent":[
|
|
1
|
+
{"version":3,"file":"file-uploader-item.js","sources":["../../../src/components/file-uploader/file-uploader-item.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2020, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { property } from 'lit/decorators.js';\nimport CheckmarkFilled16 from '@carbon/icons/lib/checkmark--filled/16.js';\nimport Close16 from '@carbon/icons/lib/close/16.js';\nimport WarningFilled16 from '@carbon/icons/lib/warning--filled/16.js';\nimport { prefix } from '../../globals/settings';\nimport { LOADING_TYPE } from '../loading/loading';\nimport { FILE_UPLOADER_ITEM_SIZE, FILE_UPLOADER_ITEM_STATE } from './defs';\nimport styles from './file-uploader.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\nexport { FILE_UPLOADER_ITEM_SIZE, FILE_UPLOADER_ITEM_STATE };\n\n/**\n * File uploader item.\n *\n * @element cds-custom-file-uploader-item\n * @slot validity-message The validity message.\n * @slot validity-message-supplement The supplemental validity message.\n * @fires cds-custom-file-uploader-item-beingdeleted\n * The custom event fired before this file uploader item is being deleted upon a user gesture.\n * Cancellation of this event stops the user-initiated action of deleting this file uploader item.\n * @fires cds-custom-file-uploader-item-deleted - The custom event fired after this file uploader item is deleted upon a user gesture.\n */\n@customElement(`${prefix}-file-uploader-item`)\nclass CDSFileUploaderItem extends LitElement {\n /**\n * Handles `click` event on the delete button.\n */\n private _handleClickDeleteButton() {\n const init = {\n bubbles: true,\n cancelable: true,\n composed: true,\n };\n const { eventBeforeDelete, eventDelete } = this\n .constructor as typeof CDSFileUploaderItem;\n if (this.dispatchEvent(new CustomEvent(eventBeforeDelete, init))) {\n this.dispatchEvent(new CustomEvent(eventDelete, init));\n }\n }\n\n /**\n * @returns The content showing the editing UI of this file uploader item.\n */\n private _renderEditing() {\n const {\n iconDescription,\n invalid,\n _handleClickDeleteButton: handleClickDeleteButton,\n } = this;\n return html`\n ${!invalid\n ? undefined\n : WarningFilled16({ class: `${prefix}--file-invalid` })}\n <button\n type=\"button\"\n aria-label=\"${iconDescription}\"\n class=\"${prefix}--file-close\"\n @click=\"${handleClickDeleteButton}\">\n ${Close16()}\n </button>\n `;\n }\n\n /**\n * @returns The content showing this file uploader's file uploading status as in progress.\n */\n private _renderUploading() {\n const { iconDescription } = this;\n return html`\n <cds-custom-loading\n assistive-text=\"${iconDescription}\"\n type=\"${LOADING_TYPE.SMALL}\"></cds-custom-loading>\n `;\n }\n\n /**\n * @returns The content showing this file uploader's file uploading status as complete.\n */\n private _renderUploaded() {\n const { iconDescription } = this;\n return CheckmarkFilled16({\n class: `${prefix}--file-complete`,\n 'aria-label': iconDescription,\n });\n }\n\n /**\n * @returns The content showing this file uploader's status.\n */\n private _renderStatus() {\n const { state } = this;\n switch (state) {\n case FILE_UPLOADER_ITEM_STATE.EDIT:\n return this._renderEditing();\n case FILE_UPLOADER_ITEM_STATE.UPLOADING:\n return this._renderUploading();\n case FILE_UPLOADER_ITEM_STATE.COMPLETE:\n return this._renderUploaded();\n default:\n return undefined;\n }\n }\n\n /**\n * The `aria-label` attribute for the icon to delete this file uploader item.\n */\n @property({ attribute: 'icon-description' })\n iconDescription = 'Delete this file';\n\n /**\n * Controls the invalid state and visibility of the `validityMessage`.\n */\n @property({ type: Boolean, reflect: true })\n invalid = false;\n\n /**\n * The size of this file uploader item.\n */\n @property({ reflect: true })\n size = FILE_UPLOADER_ITEM_SIZE.MEDIUM;\n\n /**\n * The state of this file uploader item.\n */\n @property({ reflect: true })\n state = FILE_UPLOADER_ITEM_STATE.UPLOADING;\n\n /**\n * The error subject text.\n */\n @property({ attribute: 'error-subject' })\n errorSubject = '';\n\n /**\n * The error body text\n */\n @property({ attribute: 'error-body' })\n errorBody = '';\n\n render() {\n const { invalid, errorSubject, errorBody } = this;\n return html` <p class=\"${prefix}--file-filename\"><slot></slot></p>\n <span class=\"${prefix}--file__state-container\"\n >${this._renderStatus()}</span\n >\n <div\n class=\"${prefix}--form-requirement\"\n ?hidden=\"${!invalid && !errorSubject}\">\n <div class=\"${prefix}--form-requirement__title\">${errorSubject}</div>\n <p\n class=\"${prefix}--form-requirement__supplement\"\n ?hidden=\"${!errorBody}\">\n ${errorBody}\n </p>\n </div>`;\n }\n\n /**\n * The name of the custom event fired before this file uplodaer item is being deleted upon a user gesture.\n * Cancellation of this event stops the user-initiated action of deleting this file uploader item.\n */\n static get eventBeforeDelete() {\n return `${prefix}-file-uploader-item-beingdeleted`;\n }\n\n /**\n * The name of the custom event fired after this file uplodaer item is deleted upon a user gesture.\n */\n static get eventDelete() {\n return `${prefix}-file-uploader-item-deleted`;\n }\n\n static styles = styles;\n}\n\nexport default CDSFileUploaderItem;\n"],"names":["customElement"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-uploader-skeleton.js","sources":["../../../src/components/file-uploader/file-uploader-skeleton.ts"],"sourcesContent":[
|
|
1
|
+
{"version":3,"file":"file-uploader-skeleton.js","sources":["../../../src/components/file-uploader/file-uploader-skeleton.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2024\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { prefix } from '../../globals/settings';\nimport '../skeleton-text/skeleton-text';\nimport { SKELETON_TEXT_TYPE } from '../skeleton-text/skeleton-text';\nimport '../button/button-skeleton';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * The File uploader skeleton.\n *\n * @element cds-custom-file-uploader-skeleton\n */\n@customElement(`${prefix}-file-uploader-skeleton`)\nclass CDSFileUploaderSkeleton extends LitElement {\n render() {\n return html`\n <cds-custom-skeleton-text\n type=\"${SKELETON_TEXT_TYPE.HEADING}\"\n width=\"100px\"></cds-custom-skeleton-text>\n <cds-custom-skeleton-text width=\"225px\"></cds-custom-skeleton-text>\n <cds-custom-button-skeleton></cds-custom-button-skeleton>\n `;\n }\n}\n\nexport default CDSFileUploaderSkeleton;\n"],"names":["customElement"],"mappings":";;;;;;;;;;;;;;;AAAA;;;;;AAKG;AASH;;;;AAIG;AAEH,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,UAAU,CAAA;IAC9C,MAAM,GAAA;AACJ,QAAA,OAAO,IAAI,CAAA;;AAEC,cAAA,EAAA,kBAAkB,CAAC,OAAO,CAAA;;;;KAIrC;;CAEJ;AAVK,uBAAuB,GAAA,UAAA,CAAA;AAD5B,IAAAA,aAAa,CAAC,CAAA,EAAG,MAAM,CAAA,uBAAA,CAAyB;AAC3C,CAAA,EAAA,uBAAuB,CAU5B;AAED,gCAAe,uBAAuB;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-uploader.js","sources":["../../../src/components/file-uploader/file-uploader.ts"],"sourcesContent":[
|
|
1
|
+
{"version":3,"file":"file-uploader.js","sources":["../../../src/components/file-uploader/file-uploader.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { LitElement, html } from 'lit';\nimport { property } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport styles from './file-uploader.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * The file uploader component.\n *\n * @element cds-custom-file-uploader\n */\n@customElement(`${prefix}-file-uploader`)\nclass CDSFileUploader extends LitElement {\n /**\n * `true` if the file uploader should disabled.\n */\n @property({ type: Boolean, reflect: true })\n disabled = false;\n\n /**\n * The description text.\n */\n @property({ attribute: 'label-description' })\n labelDescription = '';\n\n /**\n * The label title.\n */\n @property({ attribute: 'label-title' })\n labelTitle = '';\n\n updated(changedProperties) {\n if (changedProperties.has('disabled')) {\n const { selectorUploaderItem } = this\n .constructor as typeof CDSFileUploader;\n const uploaderItem = this.querySelector(\n selectorUploaderItem\n ) as CDSFileUploader;\n uploaderItem.disabled = this.disabled;\n }\n }\n\n render() {\n const { disabled, labelDescription, labelTitle } = this;\n\n const labelClasses = classMap({\n [`${prefix}--file--label`]: true,\n [`${prefix}--label-description--disabled`]: disabled,\n });\n\n const descriptionClasses = classMap({\n [`${prefix}--label-description`]: true,\n [`${prefix}--label-description--disabled`]: disabled,\n });\n\n return html`\n <p class=\"${labelClasses}\">\n <slot name=\"label-title\">${labelTitle}</slot>\n </p>\n <p class=\"${descriptionClasses}\">\n <slot name=\"label-description\">${labelDescription}</slot>\n </p>\n <slot name=\"drop-container\"></slot>\n <div class=\"${prefix}--file-container\">\n <slot></slot>\n </div>\n `;\n }\n\n /**\n * A selector that will return the `<input>` to enter starting date.\n */\n static get selectorUploaderItem() {\n return `${prefix}-file-uploader-button,${prefix}-file-uploader-drop-container`;\n }\n\n static styles = styles;\n}\n\nexport default CDSFileUploader;\n"],"names":["customElement"],"mappings":";;;;;;;;;;;;;;;AAAA;;;;;AAKG;AASH;;;;AAIG;AAEH,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,UAAU,CAAA;AAAxC,IAAA,WAAA,GAAA;;AACE;;AAEG;QAEH,IAAQ,CAAA,QAAA,GAAG,KAAK;AAEhB;;AAEG;QAEH,IAAgB,CAAA,gBAAA,GAAG,EAAE;AAErB;;AAEG;QAEH,IAAU,CAAA,UAAA,GAAG,EAAE;;AAEf,IAAA,OAAO,CAAC,iBAAiB,EAAA;AACvB,QAAA,IAAI,iBAAiB,CAAC,GAAG,CAAC,UAAU,CAAC,EAAE;AACrC,YAAA,MAAM,EAAE,oBAAoB,EAAE,GAAG;AAC9B,iBAAA,WAAqC;YACxC,MAAM,YAAY,GAAG,IAAI,CAAC,aAAa,CACrC,oBAAoB,CACF;AACpB,YAAA,YAAY,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ;;;IAIzC,MAAM,GAAA;QACJ,MAAM,EAAE,QAAQ,EAAE,gBAAgB,EAAE,UAAU,EAAE,GAAG,IAAI;QAEvD,MAAM,YAAY,GAAG,QAAQ,CAAC;AAC5B,YAAA,CAAC,CAAG,EAAA,MAAM,CAAe,aAAA,CAAA,GAAG,IAAI;AAChC,YAAA,CAAC,CAAG,EAAA,MAAM,CAA+B,6BAAA,CAAA,GAAG,QAAQ;AACrD,SAAA,CAAC;QAEF,MAAM,kBAAkB,GAAG,QAAQ,CAAC;AAClC,YAAA,CAAC,CAAG,EAAA,MAAM,CAAqB,mBAAA,CAAA,GAAG,IAAI;AACtC,YAAA,CAAC,CAAG,EAAA,MAAM,CAA+B,6BAAA,CAAA,GAAG,QAAQ;AACrD,SAAA,CAAC;AAEF,QAAA,OAAO,IAAI,CAAA;kBACG,YAAY,CAAA;mCACK,UAAU,CAAA;;kBAE3B,kBAAkB,CAAA;yCACK,gBAAgB,CAAA;;;oBAGrC,MAAM,CAAA;;;KAGrB;;AAGH;;AAEG;AACH,IAAA,WAAW,oBAAoB,GAAA;AAC7B,QAAA,OAAO,CAAG,EAAA,MAAM,CAAyB,sBAAA,EAAA,MAAM,+BAA+B;;;AAGzE,eAAM,CAAA,MAAA,GAAG,MAAH;AA3Db,UAAA,CAAA;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE;AACzB,CAAA,EAAA,eAAA,CAAA,SAAA,EAAA,UAAA,EAAA,MAAA,CAAA;AAMjB,UAAA,CAAA;AADC,IAAA,QAAQ,CAAC,EAAE,SAAS,EAAE,mBAAmB,EAAE;AACtB,CAAA,EAAA,eAAA,CAAA,SAAA,EAAA,kBAAA,EAAA,MAAA,CAAA;AAMtB,UAAA,CAAA;AADC,IAAA,QAAQ,CAAC,EAAE,SAAS,EAAE,aAAa,EAAE;AACtB,CAAA,EAAA,eAAA,CAAA,SAAA,EAAA,YAAA,EAAA,MAAA,CAAA;AAjBZ,eAAe,GAAA,UAAA,CAAA;AADpB,IAAAA,aAAa,CAAC,CAAA,EAAG,MAAM,CAAA,cAAA,CAAgB;AAClC,CAAA,EAAA,eAAe,CAiEpB;AAED,wBAAe,eAAe;;;;"}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
import { css } from 'lit';
|
|
9
9
|
|
|
10
|
-
var styles = css([".cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xs,1.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-sm,2rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-md,2.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-lg,3rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xl,4rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-2xl,5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-normal,1rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-normal,1rem)}:root{--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px}.cds-custom--layer-one,:root{--cds-custom-layer:var(--cds-custom-layer-01,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-01,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-01,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-01,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-01,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-01,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-01,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-01,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-01,#a8a8a8);--cds-custom-field:var(--cds-custom-field-01,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-01,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-00,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-01,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-01,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-custom-layer:var(--cds-custom-layer-02,#fff);--cds-custom-layer-active:var(--cds-custom-layer-active-02,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-02,#f4f4f4);--cds-custom-layer-hover:var(--cds-custom-layer-hover-02,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-02,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-02,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-02,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-02,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-02,#a8a8a8);--cds-custom-field:var(--cds-custom-field-02,#fff);--cds-custom-field-hover:var(--cds-custom-field-hover-02,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-01,#c6c6c6);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-02,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-02,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-custom-layer:var(--cds-custom-layer-03,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-03,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-03,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-03,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-03,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-03,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-03,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-03,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-03,#a8a8a8);--cds-custom-field:var(--cds-custom-field-03,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-03,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-02,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-03,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-03,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-custom-layer-background)}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--popover-container{display:inline-block}.cds-custom--popover-container:not(.cds-custom--popover--auto-align){position:relative}.cds-custom--popover--high-contrast .cds-custom--popover{--cds-custom-popover-background-color:var(--cds-custom-background-inverse,#393939);--cds-custom-popover-text-color:var(--cds-custom-text-inverse,#fff)}.cds-custom--popover--drop-shadow .cds-custom--popover>.cds-custom--popover-content{filter:drop-shadow(0 2px 2px rgba(0,0,0,.2))}.cds-custom--popover--caret{--cds-custom-popover-offset:0.625rem}.cds-custom--popover{filter:var(--cds-custom-popover-drop-shadow,none);inset:0;pointer-events:none;position:absolute;z-index:6000}.cds-custom--popover-content{--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;background-color:var(--cds-custom-popover-background-color,var(--cds-custom-layer));border:0;border-radius:var(--cds-custom-popover-border-radius,2px);box-sizing:border-box;color:var(--cds-custom-popover-text-color,var(--cds-custom-text-primary,#161616));display:none;font-family:inherit;font-size:100%;inline-size:-moz-max-content;inline-size:max-content;margin:0;max-inline-size:23rem;padding:0;pointer-events:auto;position:absolute;vertical-align:baseline;z-index:6000}.cds-custom--layout--size-sm :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-sm{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-sm)}.cds-custom--layout--size-md :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-md{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-md)}.cds-custom--layout--size-lg :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-lg{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-lg)}.cds-custom--popover-content *,.cds-custom--popover-content :after,.cds-custom--popover-content :before{box-sizing:inherit}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover-content:before{content:\"\";display:none;position:absolute}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content:before{display:block}.cds-custom--popover--auto-align.cds-custom--popover-caret,.cds-custom--popover-caret{background-color:var(--cds-custom-popover-background-color,var(--cds-custom-layer));display:none;position:absolute;will-change:transform;z-index:6000}.cds-custom--popover--auto-align.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-caret{display:block}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-caret{display:none}.cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:0;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-end:0;transform:translate(var(--cds-custom-popover-offset,0),calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:auto;inset-inline-start:0;transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:auto;inset-inline-start:0;transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}[dir=rtl] .cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset,0);inset-block-start:0;inset-inline:0;transform:translateY(-100%)}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-width,.75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-custom-popover-offset,0))}[dir=rtl] .cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-custom-popover-offset,0))}.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-width,.75rem)}.cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:0;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-end:0;transform:translate(var(--cds-custom-popover-offset,0),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset,0);inset-block-end:0;inset-inline:0;transform:translateY(100%)}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-custom-popover-caret-width,.75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-custom-popover-caret-width,.75rem)}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),-50%)}.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),calc(var(--cds-custom-popover-offset, 0rem)*.5*-1 - 16px))}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),calc(var(--cds-custom-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset,0);inset-block:0;inset-inline-start:0;transform:translateX(-100%)}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem) - 100%),-50%)}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem)}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1 + .1px),-50%)}.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(var(--cds-custom-popover-offset, 0rem)*-.5 - 16px))}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(var(--cds-custom-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset,0);inset-block:0;inset-inline-end:0;transform:translateX(100%)}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1 + 100%),-50%)}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem)}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:2rem;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:inline-flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:2rem;justify-content:center;margin:0;padding:0;position:relative;text-align:start;vertical-align:baseline}.cds-custom--popover--tab-tip__button *,.cds-custom--popover--tab-tip__button :after,.cds-custom--popover--tab-tip__button :before{box-sizing:inherit}.cds-custom--popover--tab-tip__button::-moz-focus-inner{border:0}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--popover--tab-tip__button:focus{outline-style:dotted}}.cds-custom--popover--tab-tip__button:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button{background:var(--cds-custom-layer);box-shadow:0 2px 2px rgba(0,0,0,.2)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button:not(:focus):after{background:var(--cds-custom-layer);block-size:2px;content:\"\";inline-size:100%;inset-block-end:0;position:absolute;z-index:6001}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--tooltip{--cds-custom-popover-offset:12px}.cds-custom--tooltip-content{font-size:var(--cds-custom-body-01-font-size,.875rem);font-weight:var(--cds-custom-body-01-font-weight,400);letter-spacing:var(--cds-custom-body-01-letter-spacing,.16px);line-height:var(--cds-custom-body-01-line-height,1.42857);max-inline-size:18rem;overflow-wrap:break-word;padding:var(--cds-custom-tooltip-padding-block,1rem) var(--cds-custom-tooltip-padding-inline,1rem)}.cds-custom--icon-tooltip{--cds-custom-tooltip-padding-block:0.125rem;--cds-custom-popover-caret-width:0.5rem;--cds-custom-popover-caret-height:0.25rem;--cds-custom-popover-offset:0.5rem}.cds-custom--icon-tooltip .cds-custom--tooltip-content{font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--definition-term{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-block-end:1px dotted var(--cds-custom-border-strong);border-radius:0;box-sizing:border-box;color:var(--cds-custom-text-primary,#161616);cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term :after,.cds-custom--definition-term :before{box-sizing:inherit}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term:focus{border-block-end-color:var(--cds-custom-border-interactive,#0f62fe);outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:hover{border-block-end-color:var(--cds-custom-border-interactive,#0f62fe)}.cds-custom--definition-tooltip{font-size:var(--cds-custom-body-01-font-size,.875rem);font-weight:var(--cds-custom-body-01-font-weight,400);letter-spacing:var(--cds-custom-body-01-letter-spacing,.16px);line-height:var(--cds-custom-body-01-line-height,1.42857);max-inline-size:11rem;padding:.5rem 1rem;text-wrap:auto;word-break:break-word}.cds-custom--btn{--cds-custom-layout-size-height-local:clamp(max(var(--cds-custom-layout-size-height-min),var(--cds-custom-layout-size-height-sm)),var(--cds-custom-layout-size-height,var(--cds-custom-layout-size-height-lg)),min(var(--cds-custom-layout-size-height-max),var(--cds-custom-layout-size-height-2xl)));--cds-custom-layout-density-padding-inline-local:clamp(var(--cds-custom-layout-density-padding-inline-min),var(--cds-custom-layout-density-padding-inline,var(--cds-custom-layout-density-padding-inline-normal)),var(--cds-custom-layout-density-padding-inline-max));--temp-1lh:(var(--cds-custom-body-compact-01-line-height,1.28572) * 1em);--temp-expressive-1lh:(var(--cds-custom-body-compact-02-line-height,1.375) * 1em);--temp-padding-block-max:calc((var(--cds-custom-layout-size-height-lg) - var(--temp-1lh))/2 - 0.0625rem);border:0;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;justify-content:space-between;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;max-inline-size:20rem;min-block-size:var(--cds-custom-layout-size-height-local);outline:none;padding:0;padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-1lh))/2 - .0625rem,var(--temp-padding-block-max));padding-inline:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem) calc(var(--cds-custom-layout-density-padding-inline-local)*3 + .9375rem);position:relative;text-align:start;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:baseline;vertical-align:top}.cds-custom--btn *,.cds-custom--btn :after,.cds-custom--btn :before{box-sizing:inherit}.cds-custom--btn.cds-custom--btn--disabled,.cds-custom--btn.cds-custom--btn--disabled:focus,.cds-custom--btn.cds-custom--btn--disabled:hover,.cds-custom--btn:disabled,.cds-custom--btn:focus:disabled,.cds-custom--btn:hover:disabled{background:var(--cds-custom-button-disabled,#c6c6c6);border-color:var(--cds-custom-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-custom-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds-custom--btn .cds-custom--btn__icon{block-size:1rem;flex-shrink:0;inline-size:1rem;inset-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max));inset-inline-end:var(--cds-custom-layout-density-padding-inline-local);margin-block-start:.0625rem;position:absolute}.cds-custom--btn::-moz-focus-inner{border:0;padding:0}.cds-custom--btn--primary{background-color:var(--cds-custom-button-primary,#0f62fe);border:1px solid transparent;color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--primary:hover{background-color:var(--cds-custom-button-primary-hover,#0050e6)}.cds-custom--btn--primary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--primary:active{background-color:var(--cds-custom-button-primary-active,#002d9c)}.cds-custom--btn--primary .cds-custom--btn__icon,.cds-custom--btn--primary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--primary:hover,.cds-custom--btn--secondary{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--secondary{background-color:var(--cds-custom-button-secondary,#393939);border:1px solid transparent}.cds-custom--btn--secondary:hover{background-color:var(--cds-custom-button-secondary-hover,#474747)}.cds-custom--btn--secondary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--secondary:active{background-color:var(--cds-custom-button-secondary-active,#6f6f6f)}.cds-custom--btn--secondary .cds-custom--btn__icon,.cds-custom--btn--secondary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--secondary:focus,.cds-custom--btn--secondary:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--tertiary{background-color:transparent;border-color:var(--cds-custom-button-tertiary,#0f62fe);border-style:solid;border-width:1px;color:var(--cds-custom-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:hover{background-color:var(--cds-custom-button-tertiary-hover,#0050e6)}.cds-custom--btn--tertiary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--tertiary .cds-custom--btn__icon,.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--tertiary:focus,.cds-custom--btn--tertiary:hover{color:var(--cds-custom-text-inverse,#fff)}.cds-custom--btn--tertiary:focus{background-color:var(--cds-custom-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:active{background-color:var(--cds-custom-button-tertiary-active,#002d9c);border-color:transparent;color:var(--cds-custom-text-inverse,#fff)}.cds-custom--btn--tertiary.cds-custom--btn--disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--tertiary:disabled,.cds-custom--btn--tertiary:focus:disabled,.cds-custom--btn--tertiary:hover:disabled{background:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-custom-link-primary,#0f62fe);padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--ghost:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12))}.cds-custom--btn--ghost:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--ghost .cds-custom--btn__icon{align-self:center;margin-inline-start:.5rem;position:static}.cds-custom--btn--ghost:active,.cds-custom--btn--ghost:hover{color:var(--cds-custom-link-primary-hover,#0043ce)}.cds-custom--btn--ghost:active{background-color:var(--cds-custom-background-active,hsla(0,0%,55%,.5))}.cds-custom--btn--ghost.cds-custom--btn--disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--ghost:disabled,.cds-custom--btn--ghost:focus:disabled,.cds-custom--btn--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--btn--icon-only{block-size:var(--cds-custom-layout-size-height-local);inline-size:var(--cds-custom-layout-size-height-local);justify-content:center;padding:0;padding-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only>:first-child{min-inline-size:1rem}.cds-custom--btn--icon-only .cds-custom--btn__icon{position:static}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--icon-only.cds-custom--btn--ghost .cds-custom--btn__icon{margin:0}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - 1rem)}.cds-custom--btn--md:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--sm:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon{margin-block-start:0}.cds-custom--btn--icon-only.cds-custom--btn--selected{background:var(--cds-custom-background-selected,hsla(0,0%,55%,.2))}.cds-custom--btn path[data-icon-path=inner-path]{fill:none}.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--btn--ghost[disabled]:hover .cds-custom--btn__icon{fill:var(--cds-custom-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled],.cds-custom--icon-tooltip--disabled .cds-custom--tooltip-trigger__wrapper{cursor:not-allowed}.cds-custom--icon-tooltip--disabled .cds-custom--btn--icon-only[disabled]{pointer-events:none}.cds-custom--btn--danger{background-color:var(--cds-custom-button-danger-primary,#da1e28);border:1px solid transparent;color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger:active{background-color:var(--cds-custom-button-danger-active,#750e13)}.cds-custom--btn--danger .cds-custom--btn__icon,.cds-custom--btn--danger .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary{background-color:transparent;border-color:var(--cds-custom-button-danger-secondary,#da1e28);border-style:solid;border-width:1px;color:var(--cds-custom-button-danger-secondary,#da1e28)}.cds-custom--btn--danger--tertiary:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger--tertiary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger--tertiary .cds-custom--btn__icon,.cds-custom--btn--danger--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--tertiary:hover{border-color:var(--cds-custom-button-danger-hover,#b81921);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:focus{background-color:var(--cds-custom-button-danger-primary,#da1e28);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:active{background-color:var(--cds-custom-button-danger-active,#750e13);border-color:var(--cds-custom-button-danger-active,#750e13);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--tertiary:disabled,.cds-custom--btn--danger--tertiary:focus:disabled,.cds-custom--btn--danger--tertiary:hover:disabled{background:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--danger--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-custom-button-danger-secondary,#da1e28);padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--danger--ghost:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger--ghost:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger--ghost:active{background-color:var(--cds-custom-button-danger-active,#750e13)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--danger--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--ghost .cds-custom--btn__icon{margin-inline-start:.5rem;position:static}.cds-custom--btn--danger--ghost:active,.cds-custom--btn--danger--ghost:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--ghost.cds-custom--btn--disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--ghost:disabled,.cds-custom--btn--danger--ghost:focus:disabled,.cds-custom--btn--danger--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--expressive{font-size:var(--cds-custom-body-compact-02-font-size,1rem);font-weight:var(--cds-custom-body-compact-02-font-weight,400);letter-spacing:var(--cds-custom-body-compact-02-letter-spacing,0);line-height:var(--cds-custom-body-compact-02-line-height,1.375);padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-expressive-1lh))/2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only.cds-custom--btn--expressive{padding:12px 13px}.cds-custom--btn.cds-custom--btn--expressive .cds-custom--btn__icon{block-size:1.25rem;inline-size:1.25rem}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--expressive{max-inline-size:20rem}.cds-custom--btn.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);border:none;box-shadow:none;inline-size:9.375rem;padding:0;pointer-events:none;position:relative}.cds-custom--btn.cds-custom--skeleton:active,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}.cds-custom--btn-set{display:flex}.cds-custom--btn-set--stacked{flex-direction:column}.cds-custom--btn-set .cds-custom--btn{inline-size:100%;max-inline-size:12.25rem}.cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-custom-button-separator,#e0e0e0)}.cds-custom--btn-set .cds-custom--btn:first-of-type:not(:focus),.cds-custom--btn-set .cds-custom--btn:focus+.cds-custom--btn{box-shadow:inherit}.cds-custom--btn-set--stacked .cds-custom--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-custom-button-separator,#e0e0e0)}.cds-custom--btn-set--stacked .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-custom-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-custom-layer-selected-disabled,#8d8d8d)}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--loading{background-color:transparent;border-color:transparent;box-shadow:none}.cds-custom--btn--sm .cds-custom--badge-indicator{margin-block-start:.25rem;margin-inline-end:.25rem}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--btn:focus{color:Highlight;outline:1px solid Highlight}}[dir=rtl] .cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-custom-button-separator,#e0e0e0)}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-custom-field) inset;-webkit-text-fill-color:var(--cds-custom-text-primary,#161616)}.cds-custom--fieldset{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--fieldset *,.cds-custom--fieldset :after,.cds-custom--fieldset :before{box-sizing:inherit}.cds-custom--form-item,:host(cds-custom-file-uploader-shell){align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--label{color:var(--cds-custom-text-secondary,#525252);display:inline-block;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);line-height:1rem;margin-block-end:.5rem;vertical-align:baseline}.cds-custom--label html{font-size:100%}.cds-custom--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--label strong{font-weight:600}.cds-custom--label .cds-custom--toggletip-label{font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333)}.cds-custom--label--no-margin{margin-block-end:0}.cds-custom--label+.cds-custom--tooltip{inset-block-start:.2rem;inset-inline-start:.5rem;position:relative}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);inline-size:100%;justify-content:center;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger *,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :after,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :before{box-sizing:inherit}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger::-moz-focus-inner{border:0}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg :hover{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--label+.cds-custom--toggletip{inset-block-start:.2rem;inset-inline-start:.5rem}.cds-custom--label.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:.875rem;border:none;box-shadow:none;inline-size:4.6875rem;padding:0;pointer-events:none;position:relative}.cds-custom--label.cds-custom--skeleton:active,.cds-custom--label.cds-custom--skeleton:focus,.cds-custom--label.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--label.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--label.cds-custom--skeleton:before{animation:none}}input[type=number],input[type=text].cds-custom--number{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif}.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper--warn~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box--warning~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--number__input-wrapper--warning~.cds-custom--form-requirement,.cds-custom--select--warning .cds-custom--select-input__wrapper~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper--warn~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker--warning~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--select--inline.cds-custom--select--warning .cds-custom--select-input--inline__wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement{display:inline-flex;inline-size:100%;margin:0;margin-block-end:0;max-block-size:100%;overflow:visible;padding-inline-start:.5rem}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]{display:block}.cds-custom--form--fluid input[data-invalid]{outline:none}.cds-custom--form--fluid .cds-custom--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}input:not(output,[data-invalid]):-moz-ui-invalid{box-shadow:none}.cds-custom--form-requirement{display:none;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:.25rem 0 0;max-block-size:0;overflow:hidden}.cds-custom--form-requirement html{font-size:100%}.cds-custom--form-requirement body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--form-requirement code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--form-requirement strong{font-weight:600}.cds-custom--select--inline .cds-custom--form__helper-text{margin-block-start:0}.cds-custom--form__helper-text{color:var(--cds-custom-text-secondary,#525252);font-size:var(--cds-custom-helper-text-01-font-size,.75rem);inline-size:100%;letter-spacing:var(--cds-custom-helper-text-01-letter-spacing,.32px);line-height:var(--cds-custom-helper-text-01-line-height,1.33333);margin-block-start:.25rem;opacity:1;z-index:0}.cds-custom--form__helper-text--disabled,.cds-custom--label--disabled,fieldset[disabled] .cds-custom--form__helper-text,fieldset[disabled] .cds-custom--label{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--loading{animation-duration:.69s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:cds-custom--rotate;animation-timing-function:linear;block-size:5.5rem;border:0;box-sizing:border-box;font-family:inherit;font-size:100%;inline-size:5.5rem;margin:0;padding:0;vertical-align:baseline}.cds-custom--loading *,.cds-custom--loading :after,.cds-custom--loading :before{box-sizing:inherit}.cds-custom--loading svg circle{animation-duration:10ms;animation-name:cds-custom--init-stroke;animation-timing-function:cubic-bezier(.5,0,.1,1)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--loading svg circle{animation:none}}.cds-custom--loading__svg{fill:transparent}.cds-custom--loading__svg circle{stroke-dasharray:276.4608 276.4608;stroke-linecap:butt;stroke-width:10}.cds-custom--loading__stroke{stroke:var(--cds-custom-interactive,#0f62fe);stroke-dashoffset:52.527552}.cds-custom--loading--small .cds-custom--loading__stroke{stroke-dashoffset:143.759616}.cds-custom--loading--stop{animation:cds-custom--rotate-end-p1 .7s cubic-bezier(0,0,.25,1) forwards,cds-custom--rotate-end-p2 .7s cubic-bezier(0,0,.25,1) .7s forwards}.cds-custom--loading--stop svg circle{animation-delay:.7s;animation-duration:.7s;animation-fill-mode:forwards;animation-name:cds-custom--stroke-end;animation-timing-function:cubic-bezier(0,0,.25,1)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--loading--stop svg circle{animation:none}}.cds-custom--loading--small{block-size:1rem;inline-size:1rem;line-height:1rem}.cds-custom--loading--small circle{stroke-width:16}.cds-custom--loading--small .cds-custom--loading__svg{stroke:var(--cds-custom-interactive,#0f62fe)}.cds-custom--loading__background{stroke:var(--cds-custom-layer-accent);stroke-dashoffset:-22}@media not all and (resolution >= 0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){circle.cds-custom--loading__background{stroke-dasharray:265;stroke-dashoffset:0}}}.cds-custom--loading-overlay{align-items:center;background-color:var(--cds-custom-overlay,hsla(0,0%,9%,.5));block-size:100%;display:flex;inline-size:100%;inset-block-start:0;inset-inline-start:0;justify-content:center;position:fixed;transition:background-color .7s cubic-bezier(.4,.14,.3,1);z-index:6000}.cds-custom--loading-overlay--stop{display:none}@keyframes cds-custom--rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes cds-custom--rotate-end-p1{to{transform:rotate(1turn)}}@keyframes cds-custom--rotate-end-p2{to{transform:rotate(-1turn)}}@keyframes cds-custom--init-stroke{0%{stroke-dashoffset:276.4608}to{stroke-dashoffset:52.527552}}@keyframes cds-custom--stroke-end{0%{stroke-dashoffset:52.527552}to{stroke-dashoffset:276.4608}}.cds-custom--file,:host(cds-custom-file-drop-container){inline-size:100%}.cds-custom--file--invalid{fill:var(--cds-custom-support-error,#da1e28);margin-inline-end:.5rem}.cds-custom--file--label{color:var(--cds-custom-text-primary,#161616);font-size:var(--cds-custom-heading-compact-01-font-size,.875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight,600);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-heading-compact-01-line-height,1.28572);margin-block-end:.5rem}.cds-custom--file--label html{font-size:100%}.cds-custom--file--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--file--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--file--label strong{font-weight:600}.cds-custom--file--label--disabled{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--file-input{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--file-btn{display:inline-flex;margin:0;padding-inline-end:4rem}.cds-custom--file-browse-btn{color:var(--cds-custom-link-primary,#0f62fe);cursor:pointer;display:inline-block;inline-size:100%;max-inline-size:20rem;outline:2px solid transparent;outline-offset:-2px;transition:.11s cubic-bezier(.2,0,.38,.9)}.cds-custom--file-browse-btn:focus,.cds-custom--file-browse-btn:hover{outline:2px solid var(--cds-custom-focus,#0f62fe)}.cds-custom--file-browse-btn:active,.cds-custom--file-browse-btn:active:visited,.cds-custom--file-browse-btn:focus,.cds-custom--file-browse-btn:hover{text-decoration:underline}.cds-custom--file-browse-btn:active{color:var(--cds-custom-text-primary,#161616)}.cds-custom--file-browse-btn--disabled{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:no-drop;text-decoration:none;transition:none}.cds-custom--file-browse-btn--disabled:focus,.cds-custom--file-browse-btn--disabled:hover{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none;text-decoration:none}.cds-custom--file-browse-btn--disabled .cds-custom--file__drop-container{border:1px dashed var(--cds-custom-button-disabled,#c6c6c6)}.cds-custom--label-description{color:var(--cds-custom-text-secondary,#525252);font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin-block-end:1rem}.cds-custom--label-description html{font-size:100%}.cds-custom--label-description body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--label-description code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--label-description strong{font-weight:600}.cds-custom--label-description--disabled{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--file-container--drop{inline-size:100%}.cds-custom--file-btn~.cds-custom--file-container{margin-block-start:1.5rem}.cds-custom--btn~.cds-custom--file-container{margin-block-start:1rem}.cds-custom--file .cds-custom--file-container,.cds-custom--file~.cds-custom--file-container,:host(cds-custom-file-drop-container) .cds-custom--file-container,:host(cds-custom-file-drop-container)~.cds-custom--file-container{margin-block-start:.5rem}.cds-custom--file__selected-file,:host(cds-custom-file-uploader-item){align-items:center;background-color:var(--cds-custom-layer);display:grid;gap:.75rem 0;grid-auto-rows:auto;grid-template-columns:1fr auto;margin-block-end:.5rem;max-inline-size:20rem;min-block-size:3rem;word-break:break-word}.cds-custom--file__selected-file:last-child{margin-block-end:0}.cds-custom--file__selected-file .cds-custom--form-requirement,:host(cds-custom-file-uploader-item) .cds-custom--form-requirement{display:block;grid-column:1/-1;margin:0;max-block-size:none}.cds-custom--file__selected-file .cds-custom--inline-loading__animation .cds-custom--loading,:host(cds-custom-file-uploader-item) .cds-custom--inline-loading__animation .cds-custom--loading{margin-inline-end:0}.cds-custom--file__selected-file .cds-custom--file-filename,:host(cds-custom-file-uploader-item) .cds-custom--file-filename{font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin-inline-start:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cds-custom--file__selected-file .cds-custom--file-filename-container-wrap,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-container-wrap{margin-block-start:1px;max-inline-size:17.5rem;padding-inline-start:1rem}@media (max-width:410px){.cds-custom--file__selected-file .cds-custom--file-filename-container-wrap,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-container-wrap{max-inline-size:13.5rem}}.cds-custom--file__selected-file .cds-custom--file-filename-container-wrap-invalid,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-container-wrap-invalid{max-inline-size:15.5rem}.cds-custom--file__selected-file .cds-custom--file-filename-container-wrap-invalid .cds-custom--file-filename-tooltip,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-container-wrap-invalid .cds-custom--file-filename-tooltip{inline-size:-webkit-fill-available;padding-inline-start:1rem}@-moz-document url-prefix(){.cds-custom--file__selected-file .cds-custom--file-filename-container-wrap-invalid .cds-custom--file-filename-tooltip,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-container-wrap-invalid .cds-custom--file-filename-tooltip{inline-size:-moz-available}}.cds-custom--file__selected-file .cds-custom--file-filename-tooltip,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-tooltip{inline-size:-webkit-fill-available}@-moz-document url-prefix(){.cds-custom--file__selected-file .cds-custom--file-filename-tooltip,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-tooltip{inline-size:-moz-available}}.cds-custom--file__selected-file .cds-custom--file-filename-button,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-button{background:none;border:none;color:inherit;cursor:pointer;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);font:inherit;inline-size:-webkit-fill-available;outline:inherit;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}@-moz-document url-prefix(){.cds-custom--file__selected-file .cds-custom--file-filename-button,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-button{inline-size:-moz-available}}.cds-custom--file__selected-file .cds-custom--file-filename-button:focus,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-button:focus{outline:revert}.cds-custom--file__selected-file--md,:host(cds-custom-file-uploader-item[size=md]){gap:.5rem 0;min-block-size:2.5rem}.cds-custom--file__selected-file--sm,:host(cds-custom-file-uploader-item[size=sm]){gap:.25rem 0;min-block-size:2rem}.cds-custom--file__selected-file--invalid__wrapper{background-color:var(--cds-custom-layer);margin-block-end:.5rem;max-inline-size:20rem;outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px;outline-width:1px}@media screen and (prefers-contrast){.cds-custom--file__selected-file--invalid__wrapper{outline-style:dotted}}.cds-custom--file__selected-file--invalid,:host(cds-custom-file-uploader-item[invalid]){outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px;padding:.75rem 0}@media screen and (prefers-contrast){.cds-custom--file__selected-file--invalid,:host(cds-custom-file-uploader-item[invalid]){outline-style:dotted}}.cds-custom--file__selected-file--invalid.cds-custom--file__selected-file--sm{padding:.25rem 0}.cds-custom--file__selected-file--invalid.cds-custom--file__selected-file--md{padding:.5rem 0}.cds-custom--file__selected-file--invalid .cds-custom--form-requirement,:host(cds-custom-file-uploader-item[invalid]) .cds-custom--form-requirement{border-block-start:1px solid var(--cds-custom-border-subtle);padding-block-start:1rem}.cds-custom--file__selected-file--invalid.cds-custom--file__selected-file--sm .cds-custom--form-requirement{padding-block-start:.4375rem}.cds-custom--file__selected-file--invalid.cds-custom--file__selected-file--md .cds-custom--form-requirement{padding-block-start:.6875rem}.cds-custom--file__selected-file--invalid .cds-custom--form-requirement__supplement,.cds-custom--file__selected-file--invalid .cds-custom--form-requirement__title,:host(cds-custom-file-uploader-item[invalid]) .cds-custom--form-requirement__supplement,:host(cds-custom-file-uploader-item[invalid]) .cds-custom--form-requirement__title{font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);padding:0 1rem}.cds-custom--file__selected-file--invalid .cds-custom--form-requirement__title,:host(cds-custom-file-uploader-item[invalid]) .cds-custom--form-requirement__title{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--file__selected-file--invalid .cds-custom--form-requirement__supplement,:host(cds-custom-file-uploader-item[invalid]) .cds-custom--form-requirement__supplement{color:var(--cds-custom-text-primary,#161616)}.cds-custom--file__selected-file--invalid+.cds-custom--form-requirement,:host(cds-custom-file-uploader-item[invalid])+.cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28);display:block;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);max-block-size:12.5rem;overflow:visible;padding:.5rem 1rem}.cds-custom--file__selected-file--invalid+.cds-custom--form-requirement .cds-custom--form-requirement__supplement,:host(cds-custom-file-uploader-item[invalid])+.cds-custom--form-requirement .cds-custom--form-requirement__supplement{color:var(--cds-custom-text-primary,#161616);padding-block-end:.5rem}.cds-custom--file__state-container{align-items:center;display:flex;justify-content:center;min-inline-size:1.5rem;padding-inline-end:.75rem}.cds-custom--file__state-container .cds-custom--loading__svg{stroke:var(--cds-custom-icon-primary,#161616)}.cds-custom--file__state-container .cds-custom--file-loading{align-items:center;background-color:transparent;block-size:1rem;border:none;display:flex;inline-size:1.5rem;justify-content:center;padding:.25rem}.cds-custom--file__state-container .cds-custom--file-complete{fill:var(--cds-custom-interactive,#0f62fe);inline-size:1.5rem}.cds-custom--file__state-container .cds-custom--file-complete:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--file__state-container .cds-custom--file-complete:focus{outline-style:dotted}}.cds-custom--file__state-container .cds-custom--file-complete [data-icon-path=inner-path]{fill:var(--cds-custom-icon-inverse,#fff);opacity:1}.cds-custom--file__state-container .cds-custom--file-invalid{block-size:1rem;fill:var(--cds-custom-support-error,#da1e28);inline-size:1rem}.cds-custom--file__state-container .cds-custom--file-close{align-items:center;background-color:transparent;block-size:1.5rem;border:none;cursor:pointer;display:flex;justify-content:center;padding:0;fill:var(--cds-custom-icon-primary,#161616);inline-size:1.5rem}.cds-custom--file__state-container .cds-custom--file-close:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--file__state-container .cds-custom--file-close:focus{outline-style:dotted}}.cds-custom--file__state-container .cds-custom--file-close svg path{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--file__state-container .cds-custom--inline-loading__animation{margin-inline-end:-.5rem}.cds-custom--file__drop-container{align-items:flex-start;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:6rem;border:0;border:1px dashed var(--cds-custom-border-strong);box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:100%;justify-content:space-between;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;overflow:hidden;padding:1rem;text-align:start;vertical-align:baseline}.cds-custom--file__drop-container *,.cds-custom--file__drop-container :after,.cds-custom--file__drop-container :before{box-sizing:inherit}.cds-custom--file__drop-container::-moz-focus-inner{border:0}.cds-custom--file__drop-container--drag-over{background:none;outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--file__selected-file,:host(cds-custom-file-uploader-item){outline:1px solid transparent}}:host(cds-custom-file-uploader-shell){align-items:stretch}:host(cds-custom-file-uploader-item) .cds-custom--file-filename{margin-block:0}:host(cds-custom-file-uploader-item) .cds-custom--form-requirement[hidden]{display:none}:host(cds-custom-file-uploader-item[invalid]) .cds-custom--form-requirement__supplement{margin:0}:host(cds-custom-file-uploader){--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px}:host(cds-custom-file-uploader) .cds-custom--file--label,:host(cds-custom-file-uploader) .cds-custom--label-description{margin-block-start:0}:host(cds-custom-file-uploader) .cds-custom--file-container{margin-block-start:.5rem}"]);
|
|
10
|
+
var styles = css([".cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xs,1.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-sm,2rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-md,2.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-lg,3rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xl,4rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-2xl,5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-normal,1rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-normal,1rem)}:root{--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px}.cds-custom--layer-one,:root{--cds-custom-layer:var(--cds-custom-layer-01,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-01,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-01,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-01,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-01,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-01,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-01,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-01,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-01,#a8a8a8);--cds-custom-field:var(--cds-custom-field-01,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-01,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-00,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-01,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-01,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-custom-layer:var(--cds-custom-layer-02,#fff);--cds-custom-layer-active:var(--cds-custom-layer-active-02,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-02,#f4f4f4);--cds-custom-layer-hover:var(--cds-custom-layer-hover-02,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-02,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-02,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-02,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-02,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-02,#a8a8a8);--cds-custom-field:var(--cds-custom-field-02,#fff);--cds-custom-field-hover:var(--cds-custom-field-hover-02,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-01,#c6c6c6);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-02,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-02,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-custom-layer:var(--cds-custom-layer-03,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-03,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-03,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-03,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-03,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-03,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-03,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-03,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-03,#a8a8a8);--cds-custom-field:var(--cds-custom-field-03,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-03,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-02,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-03,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-03,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-custom-layer-background)}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--popover-container{display:inline-block}.cds-custom--popover-container:not(.cds-custom--popover--auto-align){position:relative}.cds-custom--popover--high-contrast .cds-custom--popover{--cds-custom-popover-background-color:var(--cds-custom-background-inverse,#393939);--cds-custom-popover-text-color:var(--cds-custom-text-inverse,#fff)}.cds-custom--popover--drop-shadow .cds-custom--popover>.cds-custom--popover-content{filter:drop-shadow(0 2px 2px rgba(0,0,0,.2))}.cds-custom--popover--caret{--cds-custom-popover-offset:0.625rem}.cds-custom--popover{filter:var(--cds-custom-popover-drop-shadow,none);inset:0;pointer-events:none;position:absolute;z-index:6000}.cds-custom--popover-content{--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;background-color:var(--cds-custom-popover-background-color,var(--cds-custom-layer));border:0;border-radius:var(--cds-custom-popover-border-radius,2px);box-sizing:border-box;color:var(--cds-custom-popover-text-color,var(--cds-custom-text-primary,#161616));display:none;font-family:inherit;font-size:100%;inline-size:-moz-max-content;inline-size:max-content;margin:0;max-inline-size:23rem;padding:0;pointer-events:auto;position:absolute;vertical-align:baseline;z-index:6000}.cds-custom--layout--size-sm :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-sm{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-sm)}.cds-custom--layout--size-md :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-md{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-md)}.cds-custom--layout--size-lg :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-lg{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-lg)}.cds-custom--popover-content *,.cds-custom--popover-content :after,.cds-custom--popover-content :before{box-sizing:inherit}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover-content:before{content:\"\";display:none;position:absolute}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content:before{display:block}.cds-custom--popover--auto-align.cds-custom--popover-caret,.cds-custom--popover-caret{background-color:var(--cds-custom-popover-background-color,var(--cds-custom-layer));display:none;position:absolute;will-change:transform;z-index:6000}.cds-custom--popover--auto-align.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-caret{display:block}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-caret{display:none}.cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:0;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-end:0;transform:translate(var(--cds-custom-popover-offset,0),calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:auto;inset-inline-start:0;transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:auto;inset-inline-start:0;transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}[dir=rtl] .cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset,0);inset-block-start:0;inset-inline:0;transform:translateY(-100%)}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-width,.75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-custom-popover-offset,0))}[dir=rtl] .cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-custom-popover-offset,0))}.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-width,.75rem)}.cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:0;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-end:0;transform:translate(var(--cds-custom-popover-offset,0),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset,0);inset-block-end:0;inset-inline:0;transform:translateY(100%)}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-custom-popover-caret-width,.75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-custom-popover-caret-width,.75rem)}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),-50%)}.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),calc(var(--cds-custom-popover-offset, 0rem)*.5*-1 - 16px))}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),calc(var(--cds-custom-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset,0);inset-block:0;inset-inline-start:0;transform:translateX(-100%)}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem) - 100%),-50%)}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem)}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1 + .1px),-50%)}.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(var(--cds-custom-popover-offset, 0rem)*-.5 - 16px))}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(var(--cds-custom-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset,0);inset-block:0;inset-inline-end:0;transform:translateX(100%)}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1 + 100%),-50%)}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem)}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:2rem;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:inline-flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:2rem;justify-content:center;margin:0;padding:0;position:relative;text-align:start;vertical-align:baseline}.cds-custom--popover--tab-tip__button *,.cds-custom--popover--tab-tip__button :after,.cds-custom--popover--tab-tip__button :before{box-sizing:inherit}.cds-custom--popover--tab-tip__button::-moz-focus-inner{border:0}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--popover--tab-tip__button:focus{outline-style:dotted}}.cds-custom--popover--tab-tip__button:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button{background:var(--cds-custom-layer);box-shadow:0 2px 2px rgba(0,0,0,.2)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button:not(:focus):after{background:var(--cds-custom-layer);block-size:2px;content:\"\";inline-size:100%;inset-block-end:0;position:absolute;z-index:6001}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--tooltip{--cds-custom-popover-offset:12px}.cds-custom--tooltip-content{font-size:var(--cds-custom-body-01-font-size,.875rem);font-weight:var(--cds-custom-body-01-font-weight,400);letter-spacing:var(--cds-custom-body-01-letter-spacing,.16px);line-height:var(--cds-custom-body-01-line-height,1.42857);max-inline-size:18rem;overflow-wrap:break-word;padding:var(--cds-custom-tooltip-padding-block,1rem) var(--cds-custom-tooltip-padding-inline,1rem)}.cds-custom--tooltip-content--multiline{padding:var(--cds-custom-tooltip-padding-inline,1rem)}.cds-custom--icon-tooltip{--cds-custom-tooltip-padding-block:0.125rem;--cds-custom-popover-caret-width:0.5rem;--cds-custom-popover-caret-height:0.25rem;--cds-custom-popover-offset:0.5rem}.cds-custom--icon-tooltip .cds-custom--tooltip-content{font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--definition-term{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-block-end:1px dotted var(--cds-custom-border-strong);border-radius:0;box-sizing:border-box;color:var(--cds-custom-text-primary,#161616);cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term :after,.cds-custom--definition-term :before{box-sizing:inherit}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term:focus{border-block-end-color:var(--cds-custom-border-interactive,#0f62fe);outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:hover{border-block-end-color:var(--cds-custom-border-interactive,#0f62fe)}.cds-custom--definition-tooltip{font-size:var(--cds-custom-body-01-font-size,.875rem);font-weight:var(--cds-custom-body-01-font-weight,400);letter-spacing:var(--cds-custom-body-01-letter-spacing,.16px);line-height:var(--cds-custom-body-01-line-height,1.42857);max-inline-size:11rem;padding:.5rem 1rem;text-wrap:auto;word-break:break-word}.cds-custom--btn{--cds-custom-layout-size-height-local:clamp(max(var(--cds-custom-layout-size-height-min),var(--cds-custom-layout-size-height-xs)),var(--cds-custom-layout-size-height,var(--cds-custom-layout-size-height-lg)),min(var(--cds-custom-layout-size-height-max),var(--cds-custom-layout-size-height-2xl)));--cds-custom-layout-density-padding-inline-local:clamp(var(--cds-custom-layout-density-padding-inline-min),var(--cds-custom-layout-density-padding-inline,var(--cds-custom-layout-density-padding-inline-normal)),var(--cds-custom-layout-density-padding-inline-max));--temp-1lh:(var(--cds-custom-body-compact-01-line-height,1.28572) * 1em);--temp-expressive-1lh:(var(--cds-custom-body-compact-02-line-height,1.375) * 1em);--temp-padding-block-max:calc((var(--cds-custom-layout-size-height-lg) - var(--temp-1lh))/2 - 0.0625rem);border:0;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;justify-content:space-between;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;max-inline-size:20rem;min-block-size:var(--cds-custom-layout-size-height-local);outline:none;padding:0;padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-1lh))/2 - .0625rem,var(--temp-padding-block-max));padding-inline:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem) calc(var(--cds-custom-layout-density-padding-inline-local)*3 + .9375rem);position:relative;text-align:start;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:baseline;vertical-align:top}.cds-custom--btn *,.cds-custom--btn :after,.cds-custom--btn :before{box-sizing:inherit}.cds-custom--btn.cds-custom--btn--disabled,.cds-custom--btn.cds-custom--btn--disabled:focus,.cds-custom--btn.cds-custom--btn--disabled:hover,.cds-custom--btn:disabled,.cds-custom--btn:focus:disabled,.cds-custom--btn:hover:disabled{background:var(--cds-custom-button-disabled,#c6c6c6);border-color:var(--cds-custom-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-custom-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds-custom--btn .cds-custom--btn__icon{block-size:1rem;flex-shrink:0;inline-size:1rem;inset-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max));inset-inline-end:var(--cds-custom-layout-density-padding-inline-local);margin-block-start:.0625rem;position:absolute}.cds-custom--btn::-moz-focus-inner{border:0;padding:0}.cds-custom--btn--primary{background-color:var(--cds-custom-button-primary,#0f62fe);border:1px solid transparent;color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--primary:hover{background-color:var(--cds-custom-button-primary-hover,#0050e6)}.cds-custom--btn--primary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--primary:active{background-color:var(--cds-custom-button-primary-active,#002d9c)}.cds-custom--btn--primary .cds-custom--btn__icon,.cds-custom--btn--primary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--primary:hover,.cds-custom--btn--secondary{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--secondary{background-color:var(--cds-custom-button-secondary,#393939);border:1px solid transparent}.cds-custom--btn--secondary:hover{background-color:var(--cds-custom-button-secondary-hover,#474747)}.cds-custom--btn--secondary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--secondary:active{background-color:var(--cds-custom-button-secondary-active,#6f6f6f)}.cds-custom--btn--secondary .cds-custom--btn__icon,.cds-custom--btn--secondary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--secondary:focus,.cds-custom--btn--secondary:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--tertiary{background-color:transparent;border-color:var(--cds-custom-button-tertiary,#0f62fe);border-style:solid;border-width:1px;color:var(--cds-custom-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:hover{background-color:var(--cds-custom-button-tertiary-hover,#0050e6)}.cds-custom--btn--tertiary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--tertiary .cds-custom--btn__icon,.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--tertiary:focus,.cds-custom--btn--tertiary:hover{color:var(--cds-custom-text-inverse,#fff)}.cds-custom--btn--tertiary:focus{background-color:var(--cds-custom-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:active{background-color:var(--cds-custom-button-tertiary-active,#002d9c);border-color:transparent;color:var(--cds-custom-text-inverse,#fff)}.cds-custom--btn--tertiary.cds-custom--btn--disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--tertiary:disabled,.cds-custom--btn--tertiary:focus:disabled,.cds-custom--btn--tertiary:hover:disabled{background:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-custom-link-primary,#0f62fe);padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--ghost:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12))}.cds-custom--btn--ghost:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--ghost .cds-custom--btn__icon{align-self:center;margin-inline-start:.5rem;position:static}.cds-custom--btn--ghost:active,.cds-custom--btn--ghost:hover{color:var(--cds-custom-link-primary-hover,#0043ce)}.cds-custom--btn--ghost:active{background-color:var(--cds-custom-background-active,hsla(0,0%,55%,.5))}.cds-custom--btn--ghost.cds-custom--btn--disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--ghost:disabled,.cds-custom--btn--ghost:focus:disabled,.cds-custom--btn--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--btn--icon-only{block-size:var(--cds-custom-layout-size-height-local);inline-size:var(--cds-custom-layout-size-height-local);justify-content:center;padding:0;padding-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only>:first-child{min-inline-size:1rem}.cds-custom--btn--icon-only .cds-custom--btn__icon{position:static}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--icon-only.cds-custom--btn--ghost .cds-custom--btn__icon{margin:0}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - 1rem)}.cds-custom--btn--xs:not(.cds-custom--btn--icon-only){padding-block-start:1.5px}.cds-custom--btn--md:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--sm:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--xs:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon{margin-block-start:0}.cds-custom--btn--icon-only.cds-custom--btn--selected{background:var(--cds-custom-background-selected,hsla(0,0%,55%,.2))}.cds-custom--btn path[data-icon-path=inner-path]{fill:none}.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--btn--ghost[disabled]:hover .cds-custom--btn__icon{fill:var(--cds-custom-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled],.cds-custom--icon-tooltip--disabled .cds-custom--tooltip-trigger__wrapper{cursor:not-allowed}.cds-custom--icon-tooltip--disabled .cds-custom--btn--icon-only[disabled]{pointer-events:none}.cds-custom--btn--danger{background-color:var(--cds-custom-button-danger-primary,#da1e28);border:1px solid transparent;color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger:active{background-color:var(--cds-custom-button-danger-active,#750e13)}.cds-custom--btn--danger .cds-custom--btn__icon,.cds-custom--btn--danger .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary{background-color:transparent;border-color:var(--cds-custom-button-danger-secondary,#da1e28);border-style:solid;border-width:1px;color:var(--cds-custom-button-danger-secondary,#da1e28)}.cds-custom--btn--danger--tertiary:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger--tertiary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger--tertiary .cds-custom--btn__icon,.cds-custom--btn--danger--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--tertiary:hover{border-color:var(--cds-custom-button-danger-hover,#b81921);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:focus{background-color:var(--cds-custom-button-danger-primary,#da1e28);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:active{background-color:var(--cds-custom-button-danger-active,#750e13);border-color:var(--cds-custom-button-danger-active,#750e13);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--tertiary:disabled,.cds-custom--btn--danger--tertiary:focus:disabled,.cds-custom--btn--danger--tertiary:hover:disabled{background:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--danger--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-custom-button-danger-secondary,#da1e28);padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--danger--ghost:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger--ghost:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger--ghost:active{background-color:var(--cds-custom-button-danger-active,#750e13)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--danger--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--ghost .cds-custom--btn__icon{margin-inline-start:.5rem;position:static}.cds-custom--btn--danger--ghost:active,.cds-custom--btn--danger--ghost:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--ghost.cds-custom--btn--disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--ghost:disabled,.cds-custom--btn--danger--ghost:focus:disabled,.cds-custom--btn--danger--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--expressive{font-size:var(--cds-custom-body-compact-02-font-size,1rem);font-weight:var(--cds-custom-body-compact-02-font-weight,400);letter-spacing:var(--cds-custom-body-compact-02-letter-spacing,0);line-height:var(--cds-custom-body-compact-02-line-height,1.375);padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-expressive-1lh))/2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only.cds-custom--btn--expressive{padding:12px 13px}.cds-custom--btn.cds-custom--btn--expressive .cds-custom--btn__icon{block-size:1.25rem;inline-size:1.25rem}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--expressive{max-inline-size:20rem}.cds-custom--btn.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);border:none;box-shadow:none;inline-size:9.375rem;padding:0;pointer-events:none;position:relative}.cds-custom--btn.cds-custom--skeleton:active,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}.cds-custom--btn-set{display:flex}.cds-custom--btn-set--stacked{flex-direction:column}.cds-custom--btn-set .cds-custom--btn{inline-size:100%;max-inline-size:12.25rem}.cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-custom-button-separator,#e0e0e0)}.cds-custom--btn-set .cds-custom--btn:first-of-type:not(:focus),.cds-custom--btn-set .cds-custom--btn:focus+.cds-custom--btn{box-shadow:inherit}.cds-custom--btn-set--stacked .cds-custom--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-custom-button-separator,#e0e0e0)}.cds-custom--btn-set--stacked .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-custom-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-custom-layer-selected-disabled,#8d8d8d)}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--loading{background-color:transparent;border-color:transparent;box-shadow:none}.cds-custom--btn--sm .cds-custom--badge-indicator{margin-block-start:.25rem;margin-inline-end:.25rem}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--btn:focus{color:Highlight;outline:1px solid Highlight}}[dir=rtl] .cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-custom-button-separator,#e0e0e0)}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-custom-field) inset;-webkit-text-fill-color:var(--cds-custom-text-primary,#161616)}.cds-custom--fieldset{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--fieldset *,.cds-custom--fieldset :after,.cds-custom--fieldset :before{box-sizing:inherit}.cds-custom--form-item,:host(cds-custom-file-uploader-shell){align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--label{color:var(--cds-custom-text-secondary,#525252);display:inline-block;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);line-height:1rem;margin-block-end:.5rem;vertical-align:baseline}.cds-custom--label html{font-size:100%}.cds-custom--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--label strong{font-weight:600}.cds-custom--label .cds-custom--toggletip-label{font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333)}.cds-custom--label--no-margin{margin-block-end:0}.cds-custom--label+.cds-custom--tooltip{inset-block-start:.2rem;inset-inline-start:.5rem;position:relative}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);inline-size:100%;justify-content:center;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger *,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :after,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :before{box-sizing:inherit}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger::-moz-focus-inner{border:0}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg :hover{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--label+.cds-custom--toggletip{inset-block-start:.2rem;inset-inline-start:.5rem}.cds-custom--label.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:.875rem;border:none;box-shadow:none;inline-size:4.6875rem;padding:0;pointer-events:none;position:relative}.cds-custom--label.cds-custom--skeleton:active,.cds-custom--label.cds-custom--skeleton:focus,.cds-custom--label.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--label.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--label.cds-custom--skeleton:before{animation:none}}input[type=number],input[type=text].cds-custom--number{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif}.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper--warn~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box--warning~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--number__input-wrapper--warning~.cds-custom--form-requirement,.cds-custom--select--warning .cds-custom--select-input__wrapper~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper--warn~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker--warning~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--select--inline.cds-custom--select--warning .cds-custom--select-input--inline__wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement{display:inline-flex;inline-size:100%;margin:0;margin-block-end:0;max-block-size:100%;overflow:visible;padding-inline-start:.5rem}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]{display:block}.cds-custom--form--fluid input[data-invalid]{outline:none}.cds-custom--form--fluid .cds-custom--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}input:not(output,[data-invalid]):-moz-ui-invalid{box-shadow:none}.cds-custom--form-requirement{display:none;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:.25rem 0 0;max-block-size:0;overflow:hidden}.cds-custom--form-requirement html{font-size:100%}.cds-custom--form-requirement body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--form-requirement code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--form-requirement strong{font-weight:600}.cds-custom--select--inline .cds-custom--form__helper-text{margin-block-start:0}.cds-custom--form__helper-text{color:var(--cds-custom-text-secondary,#525252);font-size:var(--cds-custom-helper-text-01-font-size,.75rem);inline-size:100%;letter-spacing:var(--cds-custom-helper-text-01-letter-spacing,.32px);line-height:var(--cds-custom-helper-text-01-line-height,1.33333);margin-block-start:.25rem;opacity:1;z-index:0}.cds-custom--form__helper-text--disabled,.cds-custom--label--disabled,fieldset[disabled] .cds-custom--form__helper-text,fieldset[disabled] .cds-custom--label{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--loading{animation-duration:.69s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:cds-custom--rotate;animation-timing-function:linear;block-size:5.5rem;border:0;box-sizing:border-box;font-family:inherit;font-size:100%;inline-size:5.5rem;margin:0;padding:0;vertical-align:baseline}.cds-custom--loading *,.cds-custom--loading :after,.cds-custom--loading :before{box-sizing:inherit}.cds-custom--loading svg circle{animation-duration:10ms;animation-name:cds-custom--init-stroke;animation-timing-function:cubic-bezier(.5,0,.1,1)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--loading svg circle{animation:none}}.cds-custom--loading__svg{fill:transparent}.cds-custom--loading__svg circle{stroke-dasharray:276.4608 276.4608;stroke-linecap:butt;stroke-width:10}.cds-custom--loading__stroke{stroke:var(--cds-custom-interactive,#0f62fe);stroke-dashoffset:52.527552}.cds-custom--loading--small .cds-custom--loading__stroke{stroke-dashoffset:143.759616}.cds-custom--loading--stop{animation:cds-custom--rotate-end-p1 .7s cubic-bezier(0,0,.25,1) forwards,cds-custom--rotate-end-p2 .7s cubic-bezier(0,0,.25,1) .7s forwards}.cds-custom--loading--stop svg circle{animation-delay:.7s;animation-duration:.7s;animation-fill-mode:forwards;animation-name:cds-custom--stroke-end;animation-timing-function:cubic-bezier(0,0,.25,1)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--loading--stop svg circle{animation:none}}.cds-custom--loading--small{block-size:1rem;inline-size:1rem;line-height:1rem}.cds-custom--loading--small circle{stroke-width:16}.cds-custom--loading--small .cds-custom--loading__svg{stroke:var(--cds-custom-interactive,#0f62fe)}.cds-custom--loading__background{stroke:var(--cds-custom-layer-accent);stroke-dashoffset:-22}@media not all and (resolution >= 0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){circle.cds-custom--loading__background{stroke-dasharray:265;stroke-dashoffset:0}}}.cds-custom--loading-overlay{align-items:center;background-color:var(--cds-custom-overlay,hsla(0,0%,9%,.5));block-size:100%;display:flex;inline-size:100%;inset-block-start:0;inset-inline-start:0;justify-content:center;position:fixed;transition:background-color .7s cubic-bezier(.4,.14,.3,1);z-index:6000}.cds-custom--loading-overlay--stop{display:none}@keyframes cds-custom--rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes cds-custom--rotate-end-p1{to{transform:rotate(1turn)}}@keyframes cds-custom--rotate-end-p2{to{transform:rotate(-1turn)}}@keyframes cds-custom--init-stroke{0%{stroke-dashoffset:276.4608}to{stroke-dashoffset:52.527552}}@keyframes cds-custom--stroke-end{0%{stroke-dashoffset:52.527552}to{stroke-dashoffset:276.4608}}.cds-custom--file,:host(cds-custom-file-drop-container){inline-size:100%}.cds-custom--file--invalid{fill:var(--cds-custom-support-error,#da1e28);margin-inline-end:.5rem}.cds-custom--file--label{color:var(--cds-custom-text-primary,#161616);font-size:var(--cds-custom-heading-compact-01-font-size,.875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight,600);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-heading-compact-01-line-height,1.28572);margin-block-end:.5rem}.cds-custom--file--label html{font-size:100%}.cds-custom--file--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--file--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--file--label strong{font-weight:600}.cds-custom--file--label--disabled{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--file-input{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--file-btn{display:inline-flex;margin:0;padding-inline-end:4rem}.cds-custom--file-browse-btn{color:var(--cds-custom-link-primary,#0f62fe);cursor:pointer;display:inline-block;inline-size:100%;max-inline-size:20rem;outline:2px solid transparent;outline-offset:-2px;transition:.11s cubic-bezier(.2,0,.38,.9)}.cds-custom--file-browse-btn:focus,.cds-custom--file-browse-btn:hover{outline:2px solid var(--cds-custom-focus,#0f62fe)}.cds-custom--file-browse-btn:active,.cds-custom--file-browse-btn:active:visited,.cds-custom--file-browse-btn:focus,.cds-custom--file-browse-btn:hover{text-decoration:underline}.cds-custom--file-browse-btn:active{color:var(--cds-custom-text-primary,#161616)}.cds-custom--file-browse-btn--disabled{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:no-drop;text-decoration:none;transition:none}.cds-custom--file-browse-btn--disabled:focus,.cds-custom--file-browse-btn--disabled:hover{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none;text-decoration:none}.cds-custom--file-browse-btn--disabled .cds-custom--file__drop-container{border:1px dashed var(--cds-custom-button-disabled,#c6c6c6)}.cds-custom--label-description{color:var(--cds-custom-text-secondary,#525252);font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin-block-end:1rem}.cds-custom--label-description html{font-size:100%}.cds-custom--label-description body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--label-description code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--label-description strong{font-weight:600}.cds-custom--label-description--disabled{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--file-container--drop{inline-size:100%}.cds-custom--file-btn~.cds-custom--file-container{margin-block-start:1.5rem}.cds-custom--btn~.cds-custom--file-container{margin-block-start:1rem}.cds-custom--file .cds-custom--file-container,.cds-custom--file~.cds-custom--file-container,:host(cds-custom-file-drop-container) .cds-custom--file-container,:host(cds-custom-file-drop-container)~.cds-custom--file-container{margin-block-start:.5rem}.cds-custom--file__selected-file,:host(cds-custom-file-uploader-item){align-items:center;background-color:var(--cds-custom-layer);display:grid;gap:.75rem 0;grid-auto-rows:auto;grid-template-columns:1fr auto;margin-block-end:.5rem;max-inline-size:20rem;min-block-size:3rem;word-break:break-word}.cds-custom--file__selected-file:last-child{margin-block-end:0}.cds-custom--file__selected-file .cds-custom--form-requirement,:host(cds-custom-file-uploader-item) .cds-custom--form-requirement{display:block;grid-column:1/-1;margin:0;max-block-size:none}.cds-custom--file__selected-file .cds-custom--inline-loading__animation .cds-custom--loading,:host(cds-custom-file-uploader-item) .cds-custom--inline-loading__animation .cds-custom--loading{margin-inline-end:0}.cds-custom--file__selected-file .cds-custom--file-filename,:host(cds-custom-file-uploader-item) .cds-custom--file-filename{font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin-inline-start:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cds-custom--file__selected-file .cds-custom--file-filename-container-wrap,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-container-wrap{margin-block-start:1px;max-inline-size:17.5rem;padding-inline-start:1rem}@media (max-width:410px){.cds-custom--file__selected-file .cds-custom--file-filename-container-wrap,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-container-wrap{max-inline-size:13.5rem}}.cds-custom--file__selected-file .cds-custom--file-filename-container-wrap-invalid,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-container-wrap-invalid{max-inline-size:15.5rem}.cds-custom--file__selected-file .cds-custom--file-filename-container-wrap-invalid .cds-custom--file-filename-tooltip,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-container-wrap-invalid .cds-custom--file-filename-tooltip{inline-size:-webkit-fill-available;padding-inline-start:1rem}@-moz-document url-prefix(){.cds-custom--file__selected-file .cds-custom--file-filename-container-wrap-invalid .cds-custom--file-filename-tooltip,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-container-wrap-invalid .cds-custom--file-filename-tooltip{inline-size:-moz-available}}.cds-custom--file__selected-file .cds-custom--file-filename-tooltip,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-tooltip{inline-size:-webkit-fill-available}@-moz-document url-prefix(){.cds-custom--file__selected-file .cds-custom--file-filename-tooltip,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-tooltip{inline-size:-moz-available}}.cds-custom--file__selected-file .cds-custom--file-filename-button,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-button{background:none;border:none;color:inherit;cursor:pointer;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);font:inherit;inline-size:-webkit-fill-available;outline:inherit;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}@-moz-document url-prefix(){.cds-custom--file__selected-file .cds-custom--file-filename-button,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-button{inline-size:-moz-available}}.cds-custom--file__selected-file .cds-custom--file-filename-button:focus,:host(cds-custom-file-uploader-item) .cds-custom--file-filename-button:focus{outline:revert}.cds-custom--file__selected-file--md,:host(cds-custom-file-uploader-item[size=md]){gap:.5rem 0;min-block-size:2.5rem}.cds-custom--file__selected-file--sm,:host(cds-custom-file-uploader-item[size=sm]){gap:.25rem 0;min-block-size:2rem}.cds-custom--file__selected-file--invalid__wrapper{background-color:var(--cds-custom-layer);margin-block-end:.5rem;max-inline-size:20rem;outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px;outline-width:1px}@media screen and (prefers-contrast){.cds-custom--file__selected-file--invalid__wrapper{outline-style:dotted}}.cds-custom--file__selected-file--invalid,:host(cds-custom-file-uploader-item[invalid]){outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px;padding:.75rem 0}@media screen and (prefers-contrast){.cds-custom--file__selected-file--invalid,:host(cds-custom-file-uploader-item[invalid]){outline-style:dotted}}.cds-custom--file__selected-file--invalid.cds-custom--file__selected-file--sm{padding:.25rem 0}.cds-custom--file__selected-file--invalid.cds-custom--file__selected-file--md{padding:.5rem 0}.cds-custom--file__selected-file--invalid .cds-custom--form-requirement,:host(cds-custom-file-uploader-item[invalid]) .cds-custom--form-requirement{border-block-start:1px solid var(--cds-custom-border-subtle);padding-block-start:1rem}.cds-custom--file__selected-file--invalid.cds-custom--file__selected-file--sm .cds-custom--form-requirement{padding-block-start:.4375rem}.cds-custom--file__selected-file--invalid.cds-custom--file__selected-file--md .cds-custom--form-requirement{padding-block-start:.6875rem}.cds-custom--file__selected-file--invalid .cds-custom--form-requirement__supplement,.cds-custom--file__selected-file--invalid .cds-custom--form-requirement__title,:host(cds-custom-file-uploader-item[invalid]) .cds-custom--form-requirement__supplement,:host(cds-custom-file-uploader-item[invalid]) .cds-custom--form-requirement__title{font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);padding:0 1rem}.cds-custom--file__selected-file--invalid .cds-custom--form-requirement__title,:host(cds-custom-file-uploader-item[invalid]) .cds-custom--form-requirement__title{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--file__selected-file--invalid .cds-custom--form-requirement__supplement,:host(cds-custom-file-uploader-item[invalid]) .cds-custom--form-requirement__supplement{color:var(--cds-custom-text-primary,#161616)}.cds-custom--file__selected-file--invalid+.cds-custom--form-requirement,:host(cds-custom-file-uploader-item[invalid])+.cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28);display:block;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);max-block-size:12.5rem;overflow:visible;padding:.5rem 1rem}.cds-custom--file__selected-file--invalid+.cds-custom--form-requirement .cds-custom--form-requirement__supplement,:host(cds-custom-file-uploader-item[invalid])+.cds-custom--form-requirement .cds-custom--form-requirement__supplement{color:var(--cds-custom-text-primary,#161616);padding-block-end:.5rem}.cds-custom--file__state-container{align-items:center;display:flex;justify-content:center;min-inline-size:1.5rem;padding-inline-end:.75rem}.cds-custom--file__state-container .cds-custom--loading__svg{stroke:var(--cds-custom-icon-primary,#161616)}.cds-custom--file__state-container .cds-custom--file-loading{align-items:center;background-color:transparent;block-size:1rem;border:none;display:flex;inline-size:1.5rem;justify-content:center;padding:.25rem}.cds-custom--file__state-container .cds-custom--file-complete{fill:var(--cds-custom-interactive,#0f62fe);inline-size:1.5rem}.cds-custom--file__state-container .cds-custom--file-complete:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--file__state-container .cds-custom--file-complete:focus{outline-style:dotted}}.cds-custom--file__state-container .cds-custom--file-complete [data-icon-path=inner-path]{fill:var(--cds-custom-icon-inverse,#fff);opacity:1}.cds-custom--file__state-container .cds-custom--file-invalid{block-size:1rem;fill:var(--cds-custom-support-error,#da1e28);inline-size:1rem}.cds-custom--file__state-container .cds-custom--file-close{align-items:center;background-color:transparent;block-size:1.5rem;border:none;cursor:pointer;display:flex;justify-content:center;padding:0;fill:var(--cds-custom-icon-primary,#161616);inline-size:1.5rem}.cds-custom--file__state-container .cds-custom--file-close:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--file__state-container .cds-custom--file-close:focus{outline-style:dotted}}.cds-custom--file__state-container .cds-custom--file-close svg path{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--file__state-container .cds-custom--inline-loading__animation{margin-inline-end:-.5rem}.cds-custom--file__drop-container{align-items:flex-start;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:6rem;border:0;border:1px dashed var(--cds-custom-border-strong);box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:100%;justify-content:space-between;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;overflow:hidden;padding:1rem;text-align:start;vertical-align:baseline}.cds-custom--file__drop-container *,.cds-custom--file__drop-container :after,.cds-custom--file__drop-container :before{box-sizing:inherit}.cds-custom--file__drop-container::-moz-focus-inner{border:0}.cds-custom--file__drop-container--drag-over{background:none;outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--file__selected-file,:host(cds-custom-file-uploader-item){outline:1px solid transparent}}:host(cds-custom-file-uploader-shell){align-items:stretch}:host(cds-custom-file-uploader-item) .cds-custom--file-filename{margin-block:0}:host(cds-custom-file-uploader-item) .cds-custom--form-requirement[hidden]{display:none}:host(cds-custom-file-uploader-item[invalid]) .cds-custom--form-requirement__supplement{margin:0}:host(cds-custom-file-uploader){--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px}:host(cds-custom-file-uploader) .cds-custom--file--label,:host(cds-custom-file-uploader) .cds-custom--label-description{margin-block-start:0}:host(cds-custom-file-uploader) .cds-custom--file-container{margin-block-start:.5rem}"]);
|
|
11
11
|
|
|
12
12
|
export { styles as default };
|
|
13
13
|
//# sourceMappingURL=file-uploader.scss.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.js","sources":["../../../src/components/floating-menu/defs.ts"],"sourcesContent":[
|
|
1
|
+
{"version":3,"file":"defs.js","sources":["../../../src/components/floating-menu/defs.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2020, 2022, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/**\n * The LTR/RTL direction used for positioning floating menu.\n */\nexport enum FLOATING_MENU_POSITION_DIRECTION {\n /**\n * LTR.\n */\n LTR = 'ltr',\n\n /**\n * RTL.\n */\n RTL = 'rtl',\n}\n\n/**\n * The direction/positioning/orientation choices of floating menu.\n */\nexport enum FLOATING_MENU_DIRECTION {\n /**\n * Put menu body at the top of its trigger button.\n */\n TOP = 'top',\n\n /**\n * Put menu body at the bottom of its trigger button.\n */\n BOTTOM = 'bottom',\n}\n"],"names":[],"mappings":";;;;;;;AAAA;;;;;AAKG;AAEH;;AAEG;IACS;AAAZ,CAAA,UAAY,gCAAgC,EAAA;AAC1C;;AAEG;AACH,IAAA,gCAAA,CAAA,KAAA,CAAA,GAAA,KAAW;AAEX;;AAEG;AACH,IAAA,gCAAA,CAAA,KAAA,CAAA,GAAA,KAAW;AACb,CAAC,EAVW,gCAAgC,KAAhC,gCAAgC,GAU3C,EAAA,CAAA,CAAA;AAED;;AAEG;IACS;AAAZ,CAAA,UAAY,uBAAuB,EAAA;AACjC;;AAEG;AACH,IAAA,uBAAA,CAAA,KAAA,CAAA,GAAA,KAAW;AAEX;;AAEG;AACH,IAAA,uBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB;AACnB,CAAC,EAVW,uBAAuB,KAAvB,uBAAuB,GAUlC,EAAA,CAAA,CAAA;;;;"}
|
|
@@ -11,7 +11,6 @@ import HostListener from '../../globals/decorators/host-listener.js';
|
|
|
11
11
|
import FocusMixin from '../../globals/mixins/focus.js';
|
|
12
12
|
import HostListenerMixin from '../../globals/mixins/host-listener.js';
|
|
13
13
|
import { FLOATING_MENU_POSITION_DIRECTION, FLOATING_MENU_DIRECTION } from './defs.js';
|
|
14
|
-
export { FLOATING_MENU_DIRECTION, FLOATING_MENU_POSITION_DIRECTION } from './defs.js';
|
|
15
14
|
import { prefix } from '../../globals/settings.js';
|
|
16
15
|
|
|
17
16
|
/**
|
|
@@ -236,5 +235,5 @@ __decorate([
|
|
|
236
235
|
// @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to
|
|
237
236
|
], CDSFloatingMenu.prototype, "_handleKeyDown", void 0);
|
|
238
237
|
|
|
239
|
-
export { CDSFloatingMenu as default };
|
|
238
|
+
export { FLOATING_MENU_DIRECTION, FLOATING_MENU_POSITION_DIRECTION, CDSFloatingMenu as default };
|
|
240
239
|
//# sourceMappingURL=floating-menu.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"floating-menu.js","sources":["../../../src/components/floating-menu/floating-menu.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"floating-menu.js","sources":["../../../src/components/floating-menu/floating-menu.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2024\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement } from 'lit';\nimport HostListener from '../../globals/decorators/host-listener';\nimport FocusMixin from '../../globals/mixins/focus';\nimport HostListenerMixin from '../../globals/mixins/host-listener';\nimport Handle from '../../globals/internal/handle';\nimport {\n FLOATING_MENU_DIRECTION,\n FLOATING_MENU_POSITION_DIRECTION,\n} from './defs';\nimport CDSFloatingMenuTrigger from './floating-menu-trigger';\nimport { prefix } from '../../globals/settings';\n\nexport { FLOATING_MENU_DIRECTION, FLOATING_MENU_POSITION_DIRECTION };\n\n/**\n * Position of floating menu, or trigger button of floating menu.\n */\nexport interface FloatingMenuPosition {\n /**\n * The LTR/RTL direction used for positioning floating menu.\n */\n direction: FLOATING_MENU_POSITION_DIRECTION;\n\n /**\n * The start position (Left position for LTR, right position for RTL).\n */\n start: number;\n\n /**\n * The top position.\n */\n top: number;\n}\n\n/**\n * Observes resize of the given element with the given resize observer.\n *\n * @param observer The resize observer.\n * @param elem The element to observe the resize.\n */\nconst observeResize = (observer: ResizeObserver, elem: Element) => {\n observer.observe(elem);\n return {\n release() {\n observer.unobserve(elem);\n return null;\n },\n } as Handle;\n};\n\n/**\n * @param elem The starting element.\n * @param selector The CSS selector.\n * @returns {Element}\n * The closest ancestor node of the given element that matches the given selector, crossing Shadow DOM boundary.\n */\nconst closestComposed = (elem: Element, selector: string) => {\n const found = elem.closest(selector);\n if (found) {\n return found;\n }\n const { host } = elem.getRootNode() as ShadowRoot;\n if (host) {\n return closestComposed(host, selector);\n }\n return null;\n};\n\n/**\n * Floating menu.\n */\nabstract class CDSFloatingMenu extends HostListenerMixin(\n FocusMixin(LitElement)\n) {\n /**\n * The handle for observing resize of the element containing the trigger button.\n */\n private _hObserveResizeParent: Handle | null = null;\n\n /**\n * The handle for observing resize of the floating menu container.\n */\n private _hObserveResizeContainer: Handle | null = null;\n\n /**\n * The `ResizeObserver` instance for observing element resizes for re-positioning floating menu position.\n */\n // TODO: Wait for `.d.ts` update to support `ResizeObserver`\n // @ts-ignore\n private _resizeObserver = new ResizeObserver(() => {\n const { container, open, parent, position } = this;\n if (container && open && parent) {\n const { direction, start, top } = position;\n this.style[\n direction !== FLOATING_MENU_POSITION_DIRECTION.RTL ? 'left' : 'right'\n ] = `${start}px`;\n this.style.top = `${top}px`;\n }\n });\n\n @HostListener('focusout')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleBlur = ({ relatedTarget }: FocusEvent) => {\n if (!this.contains(relatedTarget as Node)) {\n const { parent } = this;\n if (parent && parent !== relatedTarget) {\n parent.open = false;\n HTMLElement.prototype.focus.call(this.parent); // SVGElement in IE11 does not have `.focus()` method\n }\n }\n };\n\n @HostListener('click')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _click = () => {\n const { parent } = this;\n if (parent) {\n parent.open = false;\n }\n };\n\n @HostListener('keydown')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleKeyDown = (event: KeyboardEvent) => {\n if (event.key === 'Tab') {\n if (event.shiftKey) {\n const { parent } = this;\n if (parent) {\n parent.open = false;\n }\n }\n }\n };\n\n /**\n * The DOM element, typically a custom element in this library, launching this floating menu.\n */\n protected parent: CDSFloatingMenuTrigger | null = null;\n\n /**\n * The menu direction.\n */\n abstract direction: FLOATING_MENU_DIRECTION;\n\n /**\n * `true` if the menu should be open.\n */\n abstract open: boolean;\n\n /**\n * `true` if the menu alignment should be flipped.\n */\n abstract flipped: boolean;\n\n /**\n * The DOM element to put this menu into.\n */\n get container() {\n return (\n closestComposed(\n this,\n (this.constructor as typeof CDSFloatingMenu).selectorContainer\n ) || this.ownerDocument!.body\n );\n }\n\n /**\n * The position of this floating menu.\n */\n get position(): FloatingMenuPosition {\n const { triggerPosition } = this.parent!;\n if (!triggerPosition) {\n throw new TypeError('Missing information of trigger button position.');\n }\n\n const { container } = this;\n const {\n left: refLeft = 0,\n top: refTop = 0,\n right: refRight = 0,\n } = triggerPosition;\n let { bottom: refBottom = 0 } = triggerPosition;\n const { width, height } = this.getBoundingClientRect();\n const {\n left: containerLeft = 0,\n right: containerRight = 0,\n top: containerTop = 0,\n } = container.getBoundingClientRect();\n refBottom = refBottom - containerTop;\n\n const containerComputedStyle =\n container.ownerDocument!.defaultView!.getComputedStyle(container);\n const positionDirection = containerComputedStyle.getPropertyValue(\n 'direction'\n ) as FLOATING_MENU_POSITION_DIRECTION;\n const isRtl = positionDirection === FLOATING_MENU_POSITION_DIRECTION.RTL;\n const containerStartFromViewport = !isRtl\n ? containerLeft\n : container.ownerDocument!.defaultView!.innerWidth - containerRight;\n const refStartFromContainer = !isRtl\n ? refLeft - containerLeft\n : containerRight - refRight;\n const refEndFromContainer = !isRtl\n ? refRight - containerLeft\n : containerRight - refLeft;\n const refTopFromContainer = refTop - containerTop;\n\n if (\n (container !== this.ownerDocument!.body ||\n containerStartFromViewport !== 0 ||\n containerTop !== 0) &&\n containerComputedStyle.getPropertyValue('position') === 'static'\n ) {\n throw new Error(\n 'Floating menu container must not have `position:static`.'\n );\n }\n\n const { flipped, direction } = this;\n if (Object.values(FLOATING_MENU_DIRECTION).indexOf(direction) < 0) {\n throw new Error(`Wrong menu position direction: ${direction}`);\n }\n\n const alignmentStart = flipped\n ? refEndFromContainer - width\n : refStartFromContainer;\n\n const { start, top } = {\n [FLOATING_MENU_DIRECTION.TOP]: () => ({\n start: alignmentStart,\n top: refTopFromContainer - height,\n }),\n [FLOATING_MENU_DIRECTION.BOTTOM]: () => ({\n start: alignmentStart,\n top: refBottom,\n }),\n }[direction]();\n\n return {\n direction: positionDirection,\n start,\n top,\n };\n }\n\n disconnectedCallback() {\n if (this._hObserveResizeContainer) {\n this._hObserveResizeContainer = this._hObserveResizeContainer.release();\n }\n if (this._hObserveResizeParent) {\n this._hObserveResizeParent = this._hObserveResizeParent.release();\n }\n }\n\n updated(changedProperties) {\n const { container, open, parent } = this;\n if (\n (changedProperties.has('flipped') ||\n changedProperties.has('direction') ||\n changedProperties.has('open')) &&\n open\n ) {\n if (!parent) {\n this.parent = this.parentElement as CDSFloatingMenuTrigger;\n container.appendChild(this);\n }\n // Note: `this.position` cannot be referenced until `this.parent` is set\n const { direction, start, top } = this.position;\n this.style[\n direction !== FLOATING_MENU_POSITION_DIRECTION.RTL ? 'left' : 'right'\n ] = `${start}px`;\n this.style.top = `${top}px`;\n }\n if (changedProperties.has('open')) {\n if (this._hObserveResizeContainer) {\n this._hObserveResizeContainer = this._hObserveResizeContainer.release();\n }\n if (this._hObserveResizeParent) {\n this._hObserveResizeParent = this._hObserveResizeParent.release();\n }\n if (open) {\n const { parentElement } = this.parent ?? {};\n this._hObserveResizeContainer = observeResize(\n this._resizeObserver,\n container\n );\n if (parentElement) {\n this._hObserveResizeParent = observeResize(\n this._resizeObserver,\n parentElement\n );\n }\n }\n }\n }\n\n /**\n * A constant indicating that this class is a floating menu.\n */\n static FLOATING_MENU = true;\n\n /**\n * The CSS selector to find the element to put this floating menu in.\n */\n static get selectorContainer() {\n return `[data-floating-menu-container],${prefix}-modal`;\n }\n static shadowRootOptions = {\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n };\n}\n\nexport default CDSFloatingMenu;\n"],"names":[],"mappings":"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"}
|