@carbon/web-components 2.52.0 → 2.53.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +2079 -615
- package/es/_virtual/{_@oxc-project_runtime@0.112.0 → _@oxc-project_runtime@0.126.0}/helpers/decorate.js +2 -3
- package/es/components/accordion/accordion-item-skeleton.js +7 -8
- package/es/components/accordion/accordion-item-skeleton.js.map +1 -1
- package/es/components/accordion/accordion-item.js +16 -17
- package/es/components/accordion/accordion-item.js.map +1 -1
- package/es/components/accordion/accordion-skeleton.js +15 -16
- package/es/components/accordion/accordion-skeleton.js.map +1 -1
- package/es/components/accordion/accordion.js +7 -8
- package/es/components/accordion/accordion.js.map +1 -1
- package/es/components/accordion/accordion.scss.js +1 -2
- package/es/components/accordion/defs.js +1 -1
- package/es/components/accordion/defs.js.map +1 -1
- package/es/components/ai-label/ai-label-action-button.js +4 -5
- package/es/components/ai-label/ai-label-action-button.js.map +1 -1
- package/es/components/ai-label/ai-label.js +15 -16
- package/es/components/ai-label/ai-label.js.map +1 -1
- package/es/components/ai-label/ai-label.scss.js +2 -3
- package/es/components/ai-label/defs.js +1 -1
- package/es/components/ai-label/defs.js.map +1 -1
- package/es/components/ai-skeleton/ai-skeleton-icon.js +5 -6
- package/es/components/ai-skeleton/ai-skeleton-icon.js.map +1 -1
- package/es/components/ai-skeleton/ai-skeleton-placeholder.js +5 -6
- package/es/components/ai-skeleton/ai-skeleton-placeholder.js.map +1 -1
- package/es/components/ai-skeleton/ai-skeleton-text.js +5 -6
- package/es/components/ai-skeleton/ai-skeleton-text.js.map +1 -1
- package/es/components/ai-skeleton/ai-skeleton.scss.js +1 -2
- package/es/components/badge-indicator/badge-indicator.js +4 -5
- package/es/components/badge-indicator/badge-indicator.js.map +1 -1
- package/es/components/badge-indicator/badge-indicator.scss.js +1 -2
- package/es/components/breadcrumb/breadcrumb-item.js +6 -7
- package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-link.js +6 -7
- package/es/components/breadcrumb/breadcrumb-link.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-overflow-menu.js +5 -6
- package/es/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-skeleton.js +11 -12
- package/es/components/breadcrumb/breadcrumb-skeleton.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb.js +10 -11
- package/es/components/breadcrumb/breadcrumb.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb.scss.js +2 -3
- package/es/components/breadcrumb/defs.js +1 -1
- package/es/components/breadcrumb/defs.js.map +1 -1
- package/es/components/button/button-set-base.js +4 -5
- package/es/components/button/button-set-base.js.map +1 -1
- package/es/components/button/button-set.js +11 -12
- package/es/components/button/button-set.js.map +1 -1
- package/es/components/button/button-skeleton.js +8 -9
- package/es/components/button/button-skeleton.js.map +1 -1
- package/es/components/button/button.js +34 -34
- package/es/components/button/button.js.map +1 -1
- package/es/components/button/button.scss.js +2 -3
- package/es/components/button/button.scss.js.map +1 -1
- package/es/components/button/defs.js +1 -1
- package/es/components/button/defs.js.map +1 -1
- package/es/components/chat-button/chat-button-skeleton.js +9 -10
- package/es/components/chat-button/chat-button-skeleton.js.map +1 -1
- package/es/components/chat-button/chat-button.js +16 -17
- package/es/components/chat-button/chat-button.js.map +1 -1
- package/es/components/chat-button/chat-button.scss.js +1 -2
- package/es/components/chat-button/defs.js +1 -1
- package/es/components/chat-button/defs.js.map +1 -1
- package/es/components/checkbox/checkbox-group.d.ts +1 -1
- package/es/components/checkbox/checkbox-group.d.ts.map +1 -1
- package/es/components/checkbox/checkbox-group.js +36 -33
- package/es/components/checkbox/checkbox-group.js.map +1 -1
- package/es/components/checkbox/checkbox-skeleton.js +6 -7
- package/es/components/checkbox/checkbox-skeleton.js.map +1 -1
- package/es/components/checkbox/checkbox.d.ts.map +1 -1
- package/es/components/checkbox/checkbox.js +25 -23
- package/es/components/checkbox/checkbox.js.map +1 -1
- package/es/components/checkbox/checkbox.scss.js +2 -3
- package/es/components/checkbox/checkbox.scss.js.map +1 -1
- package/es/components/checkbox/defs.js +1 -1
- package/es/components/checkbox/defs.js.map +1 -1
- package/es/components/code-snippet/code-snippet-skeleton.js +8 -9
- package/es/components/code-snippet/code-snippet-skeleton.js.map +1 -1
- package/es/components/code-snippet/code-snippet.js +33 -34
- package/es/components/code-snippet/code-snippet.js.map +1 -1
- package/es/components/code-snippet/code-snippet.scss.js +2 -3
- package/es/components/code-snippet/defs.js +1 -2
- package/es/components/code-snippet/defs.js.map +1 -1
- package/es/components/combo-box/combo-box-item.js +6 -7
- package/es/components/combo-box/combo-box-item.js.map +1 -1
- package/es/components/combo-box/combo-box.js +18 -19
- package/es/components/combo-box/combo-box.js.map +1 -1
- package/es/components/combo-box/combo-box.scss.js +2 -3
- package/es/components/combo-button/combo-button.js +13 -14
- package/es/components/combo-button/combo-button.js.map +1 -1
- package/es/components/combo-button/combo-button.scss.js +2 -3
- package/es/components/combo-button/defs.js +1 -1
- package/es/components/combo-button/defs.js.map +1 -1
- package/es/components/contained-list/contained-list-description.js +4 -5
- package/es/components/contained-list/contained-list-description.js.map +1 -1
- package/es/components/contained-list/contained-list-item.js +12 -12
- package/es/components/contained-list/contained-list-item.js.map +1 -1
- package/es/components/contained-list/contained-list.js +11 -12
- package/es/components/contained-list/contained-list.js.map +1 -1
- package/es/components/contained-list/contained-list.scss.js +2 -3
- package/es/components/content-switcher/content-switcher-item.js +8 -9
- package/es/components/content-switcher/content-switcher-item.js.map +1 -1
- package/es/components/content-switcher/content-switcher.d.ts +3 -3
- package/es/components/content-switcher/content-switcher.d.ts.map +1 -1
- package/es/components/content-switcher/content-switcher.js +21 -21
- package/es/components/content-switcher/content-switcher.js.map +1 -1
- package/es/components/content-switcher/content-switcher.scss.js +2 -3
- package/es/components/content-switcher/defs.js +1 -1
- package/es/components/content-switcher/defs.js.map +1 -1
- package/es/components/copy/copy.js +10 -11
- package/es/components/copy/copy.js.map +1 -1
- package/es/components/copy-button/copy-button.js +8 -9
- package/es/components/copy-button/copy-button.js.map +1 -1
- package/es/components/copy-button/copy-button.scss.js +2 -3
- package/es/components/data-table/data-table.scss.js +2 -3
- package/es/components/data-table/defs.js +11 -11
- package/es/components/data-table/defs.js.map +1 -1
- package/es/components/data-table/table-batch-actions.js +14 -15
- package/es/components/data-table/table-batch-actions.js.map +1 -1
- package/es/components/data-table/table-body.js +5 -6
- package/es/components/data-table/table-body.js.map +1 -1
- package/es/components/data-table/table-cell-content.js +4 -5
- package/es/components/data-table/table-cell-content.js.map +1 -1
- package/es/components/data-table/table-cell.js +4 -5
- package/es/components/data-table/table-cell.js.map +1 -1
- package/es/components/data-table/table-expanded-row.js +6 -7
- package/es/components/data-table/table-expanded-row.js.map +1 -1
- package/es/components/data-table/table-head.js +4 -5
- package/es/components/data-table/table-head.js.map +1 -1
- package/es/components/data-table/table-header-cell.js +18 -19
- package/es/components/data-table/table-header-cell.js.map +1 -1
- package/es/components/data-table/table-header-description.js +4 -5
- package/es/components/data-table/table-header-description.js.map +1 -1
- package/es/components/data-table/table-header-row.js +5 -6
- package/es/components/data-table/table-header-row.js.map +1 -1
- package/es/components/data-table/table-header-title.js +4 -5
- package/es/components/data-table/table-header-title.js.map +1 -1
- package/es/components/data-table/table-row.js +18 -19
- package/es/components/data-table/table-row.js.map +1 -1
- package/es/components/data-table/table-skeleton.js +15 -16
- package/es/components/data-table/table-skeleton.js.map +1 -1
- package/es/components/data-table/table-toolbar-content.js +4 -5
- package/es/components/data-table/table-toolbar-content.js.map +1 -1
- package/es/components/data-table/table-toolbar-search.js +9 -10
- package/es/components/data-table/table-toolbar-search.js.map +1 -1
- package/es/components/data-table/table-toolbar.js +6 -7
- package/es/components/data-table/table-toolbar.js.map +1 -1
- package/es/components/data-table/table.js +45 -45
- package/es/components/data-table/table.js.map +1 -1
- package/es/components/date-picker/append-to-plugin.js +1 -1
- package/es/components/date-picker/append-to-plugin.js.map +1 -1
- package/es/components/date-picker/css-class-plugin.js +1 -2
- package/es/components/date-picker/css-class-plugin.js.map +1 -1
- package/es/components/date-picker/date-picker-input-skeleton.js +12 -13
- package/es/components/date-picker/date-picker-input-skeleton.js.map +1 -1
- package/es/components/date-picker/date-picker-input.js +36 -34
- package/es/components/date-picker/date-picker-input.js.map +1 -1
- package/es/components/date-picker/date-picker.js +20 -39
- package/es/components/date-picker/date-picker.js.map +1 -1
- package/es/components/date-picker/date-picker.scss.js +1 -2
- package/es/components/date-picker/defs.js +1 -2
- package/es/components/date-picker/defs.js.map +1 -1
- package/es/components/date-picker/fix-events-plugin.js +1 -2
- package/es/components/date-picker/fix-events-plugin.js.map +1 -1
- package/es/components/date-picker/focus-plugin.js +1 -2
- package/es/components/date-picker/focus-plugin.js.map +1 -1
- package/es/components/date-picker/icon-plugin.js +1 -2
- package/es/components/date-picker/icon-plugin.js.map +1 -1
- package/es/components/date-picker/iso-date.js +1 -1
- package/es/components/date-picker/month-select-plugin.js +1 -2
- package/es/components/date-picker/month-select-plugin.js.map +1 -1
- package/es/components/date-picker/range-plugin.js +1 -2
- package/es/components/date-picker/range-plugin.js.map +1 -1
- package/es/components/date-picker/shadow-dom-events-plugin.js +1 -2
- package/es/components/date-picker/shadow-dom-events-plugin.js.map +1 -1
- package/es/components/date-picker/state-handshake-plugin.js +1 -1
- package/es/components/date-picker/state-handshake-plugin.js.map +1 -1
- package/es/components/dialog/dialog-body.d.ts +19 -0
- package/es/components/dialog/dialog-body.d.ts.map +1 -0
- package/es/components/dialog/dialog-body.js +47 -0
- package/es/components/dialog/dialog-body.js.map +1 -0
- package/es/components/dialog/dialog-close-button.d.ts +20 -0
- package/es/components/dialog/dialog-close-button.d.ts.map +1 -0
- package/es/components/dialog/dialog-close-button.js +61 -0
- package/es/components/dialog/dialog-close-button.js.map +1 -0
- package/es/components/dialog/dialog-controls.d.ts +18 -0
- package/es/components/dialog/dialog-controls.d.ts.map +1 -0
- package/es/components/dialog/dialog-controls.js +38 -0
- package/es/components/dialog/dialog-controls.js.map +1 -0
- package/es/components/dialog/dialog-footer-button.d.ts +17 -0
- package/es/components/dialog/dialog-footer-button.d.ts.map +1 -0
- package/es/components/dialog/dialog-footer-button.js +36 -0
- package/es/components/dialog/dialog-footer-button.js.map +1 -0
- package/es/components/dialog/dialog-footer.d.ts +21 -0
- package/es/components/dialog/dialog-footer.d.ts.map +1 -0
- package/es/components/dialog/dialog-footer.js +41 -0
- package/es/components/dialog/dialog-footer.js.map +1 -0
- package/es/components/dialog/dialog-header.d.ts +18 -0
- package/es/components/dialog/dialog-header.d.ts.map +1 -0
- package/es/components/dialog/dialog-header.js +38 -0
- package/es/components/dialog/dialog-header.js.map +1 -0
- package/es/components/dialog/dialog-subtitle.d.ts +22 -0
- package/es/components/dialog/dialog-subtitle.d.ts.map +1 -0
- package/es/components/dialog/dialog-subtitle.js +48 -0
- package/es/components/dialog/dialog-subtitle.js.map +1 -0
- package/es/components/dialog/dialog-title.d.ts +22 -0
- package/es/components/dialog/dialog-title.d.ts.map +1 -0
- package/es/components/dialog/dialog-title.js +48 -0
- package/es/components/dialog/dialog-title.js.map +1 -0
- package/es/components/dialog/dialog.d.ts +99 -0
- package/es/components/dialog/dialog.d.ts.map +1 -0
- package/es/components/dialog/dialog.js +183 -0
- package/es/components/dialog/dialog.js.map +1 -0
- package/es/components/dialog/dialog.scss.js +14 -0
- package/es/components/dialog/dialog.scss.js.map +1 -0
- package/es/components/dialog/index.d.ts +16 -0
- package/es/components/dialog/index.d.ts.map +1 -0
- package/es/components/dialog/index.js +16 -0
- package/es/components/dropdown/defs.js +1 -2
- package/es/components/dropdown/defs.js.map +1 -1
- package/es/components/dropdown/dropdown-item.js +11 -12
- package/es/components/dropdown/dropdown-item.js.map +1 -1
- package/es/components/dropdown/dropdown-skeleton.js +10 -11
- package/es/components/dropdown/dropdown-skeleton.js.map +1 -1
- package/es/components/dropdown/dropdown.d.ts +4 -4
- package/es/components/dropdown/dropdown.d.ts.map +1 -1
- package/es/components/dropdown/dropdown.js +61 -62
- package/es/components/dropdown/dropdown.js.map +1 -1
- package/es/components/dropdown/dropdown.scss.js +2 -3
- package/es/components/dropdown/dropdown.scss.js.map +1 -1
- package/es/components/feature-flags/index.js +2 -3
- package/es/components/feature-flags/index.js.map +1 -1
- package/es/components/file-uploader/defs.js +1 -1
- package/es/components/file-uploader/defs.js.map +1 -1
- package/es/components/file-uploader/demo-file-uploader.js +11 -12
- package/es/components/file-uploader/demo-file-uploader.js.map +1 -1
- package/es/components/file-uploader/file-uploader-button.js +17 -18
- package/es/components/file-uploader/file-uploader-button.js.map +1 -1
- package/es/components/file-uploader/file-uploader-drop-container.js +11 -12
- package/es/components/file-uploader/file-uploader-drop-container.js.map +1 -1
- package/es/components/file-uploader/file-uploader-item.js +21 -22
- package/es/components/file-uploader/file-uploader-item.js.map +1 -1
- package/es/components/file-uploader/file-uploader-skeleton.js +6 -7
- package/es/components/file-uploader/file-uploader-skeleton.js.map +1 -1
- package/es/components/file-uploader/file-uploader.js +10 -11
- package/es/components/file-uploader/file-uploader.js.map +1 -1
- package/es/components/file-uploader/file-uploader.scss.js +2 -3
- package/es/components/floating-menu/defs.js +1 -1
- package/es/components/floating-menu/defs.js.map +1 -1
- package/es/components/floating-menu/floating-menu.js +10 -11
- package/es/components/floating-menu/floating-menu.js.map +1 -1
- package/es/components/fluid-dropdown/fluid-dropdown-skeleton.js +8 -9
- package/es/components/fluid-dropdown/fluid-dropdown-skeleton.js.map +1 -1
- package/es/components/fluid-dropdown/fluid-dropdown.js +4 -5
- package/es/components/fluid-dropdown/fluid-dropdown.js.map +1 -1
- package/es/components/fluid-dropdown/fluid-dropdown.scss.js +2 -3
- package/es/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts +18 -0
- package/es/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts.map +1 -0
- package/es/components/fluid-multi-select/fluid-multi-select-skeleton.js +45 -0
- package/es/components/fluid-multi-select/fluid-multi-select-skeleton.js.map +1 -0
- package/es/components/fluid-multi-select/fluid-multi-select.d.ts +24 -0
- package/es/components/fluid-multi-select/fluid-multi-select.d.ts.map +1 -0
- package/es/components/fluid-multi-select/fluid-multi-select.js +63 -0
- package/es/components/fluid-multi-select/fluid-multi-select.js.map +1 -0
- package/es/components/fluid-multi-select/fluid-multi-select.scss.js +14 -0
- package/es/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -0
- package/es/components/fluid-multi-select/index.d.ts +9 -0
- package/es/components/fluid-multi-select/index.d.ts.map +1 -0
- package/es/components/fluid-multi-select/index.js +9 -0
- package/es/components/fluid-number-input/fluid-number-input-skeleton.js +4 -5
- package/es/components/fluid-number-input/fluid-number-input-skeleton.js.map +1 -1
- package/es/components/fluid-number-input/fluid-number-input.d.ts +2 -2
- package/es/components/fluid-number-input/fluid-number-input.d.ts.map +1 -1
- package/es/components/fluid-number-input/fluid-number-input.js +12 -13
- package/es/components/fluid-number-input/fluid-number-input.js.map +1 -1
- package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -2
- package/es/components/fluid-password-input/fluid-password-input.js +6 -7
- package/es/components/fluid-password-input/fluid-password-input.js.map +1 -1
- package/es/components/fluid-password-input/fluid-password-input.scss.js +1 -2
- package/es/components/fluid-search/fluid-search-skeleton.js +4 -5
- package/es/components/fluid-search/fluid-search-skeleton.js.map +1 -1
- package/es/components/fluid-search/fluid-search.js +5 -6
- package/es/components/fluid-search/fluid-search.js.map +1 -1
- package/es/components/fluid-search/fluid-search.scss.js +2 -3
- package/es/components/fluid-select/fluid-select-skeleton.js +5 -6
- package/es/components/fluid-select/fluid-select-skeleton.js.map +1 -1
- package/es/components/fluid-select/fluid-select.js +11 -12
- package/es/components/fluid-select/fluid-select.js.map +1 -1
- package/es/components/fluid-select/fluid-select.scss.js +1 -2
- package/es/components/fluid-text-input/fluid-text-input-skeleton.js +4 -5
- package/es/components/fluid-text-input/fluid-text-input-skeleton.js.map +1 -1
- package/es/components/fluid-text-input/fluid-text-input.js +6 -7
- package/es/components/fluid-text-input/fluid-text-input.js.map +1 -1
- package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -2
- package/es/components/fluid-textarea/fluid-textarea-skeleton.js +5 -6
- package/es/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -1
- package/es/components/fluid-textarea/fluid-textarea.js +5 -6
- package/es/components/fluid-textarea/fluid-textarea.js.map +1 -1
- package/es/components/fluid-textarea/fluid-textarea.scss.js +1 -2
- package/es/components/fluid-time-picker/fluid-time-picker-select.js +4 -5
- package/es/components/fluid-time-picker/fluid-time-picker-select.js.map +1 -1
- package/es/components/fluid-time-picker/fluid-time-picker-skeleton.js +6 -7
- package/es/components/fluid-time-picker/fluid-time-picker-skeleton.js.map +1 -1
- package/es/components/fluid-time-picker/fluid-time-picker.js +31 -32
- package/es/components/fluid-time-picker/fluid-time-picker.js.map +1 -1
- package/es/components/fluid-time-picker/fluid-time-picker.scss.js +1 -2
- package/es/components/form/form-item.js +4 -5
- package/es/components/form/form-item.js.map +1 -1
- package/es/components/form/form-item.scss.js +1 -2
- package/es/components/form/form.js +5 -6
- package/es/components/form/form.js.map +1 -1
- package/es/components/form/form.scss.js +1 -2
- package/es/components/form-group/form-group.js +7 -8
- package/es/components/form-group/form-group.js.map +1 -1
- package/es/components/form-group/form-group.scss.js +1 -2
- package/es/components/grid/column-hang.js +4 -5
- package/es/components/grid/column-hang.js.map +1 -1
- package/es/components/grid/column-hang.scss.js +1 -2
- package/es/components/grid/column.js +4 -5
- package/es/components/grid/column.js.map +1 -1
- package/es/components/grid/defs.js +1 -1
- package/es/components/grid/defs.js.map +1 -1
- package/es/components/grid/grid-context.js +1 -2
- package/es/components/grid/grid-context.js.map +1 -1
- package/es/components/grid/grid.js +8 -9
- package/es/components/grid/grid.js.map +1 -1
- package/es/components/grid/grid.scss.js +1 -2
- package/es/components/heading/heading.js +7 -8
- package/es/components/heading/heading.js.map +1 -1
- package/es/components/heading/heading.scss.js +1 -2
- package/es/components/icon/icon.js +4 -5
- package/es/components/icon/icon.js.map +1 -1
- package/es/components/icon-button/defs.js +1 -1
- package/es/components/icon-button/defs.js.map +1 -1
- package/es/components/icon-button/icon-button.js +6 -7
- package/es/components/icon-button/icon-button.js.map +1 -1
- package/es/components/icon-button/icon-button.scss.js +1 -2
- package/es/components/icon-indicator/defs.js +1 -1
- package/es/components/icon-indicator/defs.js.map +1 -1
- package/es/components/icon-indicator/icon-indicator.js +16 -17
- package/es/components/icon-indicator/icon-indicator.js.map +1 -1
- package/es/components/icon-indicator/icon-indicator.scss.js +1 -2
- package/es/components/inline-loading/defs.js +1 -1
- package/es/components/inline-loading/defs.js.map +1 -1
- package/es/components/inline-loading/inline-loading.js +16 -17
- package/es/components/inline-loading/inline-loading.js.map +1 -1
- package/es/components/inline-loading/inline-loading.scss.js +1 -2
- package/es/components/layer/layer.js +7 -8
- package/es/components/layer/layer.js.map +1 -1
- package/es/components/layer/layer.scss.js +1 -2
- package/es/components/layout/index.js +1 -2
- package/es/components/layout/layout-constraint.js +4 -5
- package/es/components/layout/layout-constraint.js.map +1 -1
- package/es/components/layout/layout.js +4 -5
- package/es/components/layout/layout.js.map +1 -1
- package/es/components/layout/layout.scss.js +1 -2
- package/es/components/link/link.js +13 -13
- package/es/components/link/link.js.map +1 -1
- package/es/components/link/link.scss.js +1 -2
- package/es/components/list/list-item.js +5 -6
- package/es/components/list/list-item.js.map +1 -1
- package/es/components/list/list.scss.js +1 -2
- package/es/components/list/ordered-list.js +8 -9
- package/es/components/list/ordered-list.js.map +1 -1
- package/es/components/list/unordered-list.js +8 -9
- package/es/components/list/unordered-list.js.map +1 -1
- package/es/components/loading/defs.js +1 -1
- package/es/components/loading/defs.js.map +1 -1
- package/es/components/loading/loading-icon.js +5 -6
- package/es/components/loading/loading-icon.js.map +1 -1
- package/es/components/loading/loading.js +9 -10
- package/es/components/loading/loading.js.map +1 -1
- package/es/components/loading/loading.scss.js +1 -2
- package/es/components/loading/types.js +1 -2
- package/es/components/loading/types.js.map +1 -1
- package/es/components/menu/defs.js +1 -1
- package/es/components/menu/defs.js.map +1 -1
- package/es/components/menu/menu-context.js +1 -2
- package/es/components/menu/menu-context.js.map +1 -1
- package/es/components/menu/menu-item-divider.js +4 -5
- package/es/components/menu/menu-item-divider.js.map +1 -1
- package/es/components/menu/menu-item-group.js +4 -5
- package/es/components/menu/menu-item-group.js.map +1 -1
- package/es/components/menu/menu-item-radio-group.js +6 -7
- package/es/components/menu/menu-item-radio-group.js.map +1 -1
- package/es/components/menu/menu-item-selectable.js +7 -8
- package/es/components/menu/menu-item-selectable.js.map +1 -1
- package/es/components/menu/menu-item.js +23 -23
- package/es/components/menu/menu-item.js.map +1 -1
- package/es/components/menu/menu-item.scss.js +1 -2
- package/es/components/menu/menu.js +21 -22
- package/es/components/menu/menu.js.map +1 -1
- package/es/components/menu/menu.scss.js +1 -2
- package/es/components/menu-button/defs.js +1 -1
- package/es/components/menu-button/defs.js.map +1 -1
- package/es/components/menu-button/menu-button.js +15 -16
- package/es/components/menu-button/menu-button.js.map +1 -1
- package/es/components/menu-button/menu-button.scss.js +2 -3
- package/es/components/modal/defs.js +1 -1
- package/es/components/modal/defs.js.map +1 -1
- package/es/components/modal/modal-body-content.js +4 -5
- package/es/components/modal/modal-body-content.js.map +1 -1
- package/es/components/modal/modal-body.d.ts +2 -0
- package/es/components/modal/modal-body.d.ts.map +1 -1
- package/es/components/modal/modal-body.js +26 -10
- package/es/components/modal/modal-body.js.map +1 -1
- package/es/components/modal/modal-close-button.js +5 -6
- package/es/components/modal/modal-close-button.js.map +1 -1
- package/es/components/modal/modal-footer-button.js +4 -5
- package/es/components/modal/modal-footer-button.js.map +1 -1
- package/es/components/modal/modal-footer.js +5 -6
- package/es/components/modal/modal-footer.js.map +1 -1
- package/es/components/modal/modal-header.js +6 -7
- package/es/components/modal/modal-header.js.map +1 -1
- package/es/components/modal/modal-heading.d.ts +5 -1
- package/es/components/modal/modal-heading.d.ts.map +1 -1
- package/es/components/modal/modal-heading.js +14 -6
- package/es/components/modal/modal-heading.js.map +1 -1
- package/es/components/modal/modal-label.d.ts +5 -1
- package/es/components/modal/modal-label.d.ts.map +1 -1
- package/es/components/modal/modal-label.js +14 -6
- package/es/components/modal/modal-label.js.map +1 -1
- package/es/components/modal/modal.d.ts +18 -10
- package/es/components/modal/modal.d.ts.map +1 -1
- package/es/components/modal/modal.js +24 -24
- package/es/components/modal/modal.js.map +1 -1
- package/es/components/modal/modal.scss.js +2 -3
- package/es/components/multi-select/defs.js +1 -1
- package/es/components/multi-select/defs.js.map +1 -1
- package/es/components/multi-select/multi-select-item.js +7 -8
- package/es/components/multi-select/multi-select-item.js.map +1 -1
- package/es/components/multi-select/multi-select.js +52 -53
- package/es/components/multi-select/multi-select.js.map +1 -1
- package/es/components/multi-select/multi-select.scss.js +2 -3
- package/es/components/multi-select/multi-select.scss.js.map +1 -1
- package/es/components/notification/actionable-notification-button.js +5 -6
- package/es/components/notification/actionable-notification-button.js.map +1 -1
- package/es/components/notification/actionable-notification.js +22 -23
- package/es/components/notification/actionable-notification.js.map +1 -1
- package/es/components/notification/actionable-notification.scss.js +2 -3
- package/es/components/notification/callout-notification.js +11 -12
- package/es/components/notification/callout-notification.js.map +1 -1
- package/es/components/notification/defs.js +1 -1
- package/es/components/notification/defs.js.map +1 -1
- package/es/components/notification/inline-notification.js +21 -22
- package/es/components/notification/inline-notification.js.map +1 -1
- package/es/components/notification/inline-notification.scss.js +2 -3
- package/es/components/notification/stories/helper.js +8 -15
- package/es/components/notification/stories/helper.js.map +1 -1
- package/es/components/notification/toast-notification.js +10 -11
- package/es/components/notification/toast-notification.js.map +1 -1
- package/es/components/notification/toast-notification.scss.js +2 -3
- package/es/components/number-input/defs.d.ts +4 -0
- package/es/components/number-input/defs.d.ts.map +1 -1
- package/es/components/number-input/defs.js +1 -2
- package/es/components/number-input/defs.js.map +1 -1
- package/es/components/number-input/number-input-skeleton.d.ts +6 -1
- package/es/components/number-input/number-input-skeleton.d.ts.map +1 -1
- package/es/components/number-input/number-input-skeleton.js +13 -9
- package/es/components/number-input/number-input-skeleton.js.map +1 -1
- package/es/components/number-input/number-input.d.ts +137 -8
- package/es/components/number-input/number-input.d.ts.map +1 -1
- package/es/components/number-input/number-input.js +332 -94
- package/es/components/number-input/number-input.js.map +1 -1
- package/es/components/number-input/number-input.scss.js +2 -3
- package/es/components/number-input/number-input.scss.js.map +1 -1
- package/es/components/overflow-menu/defs.js +1 -1
- package/es/components/overflow-menu/defs.js.map +1 -1
- package/es/components/overflow-menu/overflow-menu-body.js +12 -13
- package/es/components/overflow-menu/overflow-menu-body.js.map +1 -1
- package/es/components/overflow-menu/overflow-menu-item.js +13 -14
- package/es/components/overflow-menu/overflow-menu-item.js.map +1 -1
- package/es/components/overflow-menu/overflow-menu.js +13 -14
- package/es/components/overflow-menu/overflow-menu.js.map +1 -1
- package/es/components/overflow-menu/overflow-menu.scss.js +2 -3
- package/es/components/page-header/page-header-breadcrumb.js +11 -12
- package/es/components/page-header/page-header-breadcrumb.js.map +1 -1
- package/es/components/page-header/page-header-content-text.js +5 -6
- package/es/components/page-header/page-header-content-text.js.map +1 -1
- package/es/components/page-header/page-header-content.js +14 -15
- package/es/components/page-header/page-header-content.js.map +1 -1
- package/es/components/page-header/page-header-hero-image.js +4 -5
- package/es/components/page-header/page-header-hero-image.js.map +1 -1
- package/es/components/page-header/page-header-tabs.js +7 -8
- package/es/components/page-header/page-header-tabs.js.map +1 -1
- package/es/components/page-header/page-header.js +4 -5
- package/es/components/page-header/page-header.js.map +1 -1
- package/es/components/page-header/page-header.scss.js +1 -2
- package/es/components/pagination/defs.js +1 -1
- package/es/components/pagination/defs.js.map +1 -1
- package/es/components/pagination/pagination.d.ts.map +1 -1
- package/es/components/pagination/pagination.js +48 -48
- package/es/components/pagination/pagination.js.map +1 -1
- package/es/components/pagination/pagination.scss.js +2 -3
- package/es/components/pagination-nav/defs.js +1 -1
- package/es/components/pagination-nav/defs.js.map +1 -1
- package/es/components/pagination-nav/pagination-nav.js +26 -27
- package/es/components/pagination-nav/pagination-nav.js.map +1 -1
- package/es/components/pagination-nav/pagination-nav.scss.js +2 -3
- package/es/components/password-input/defs.js +1 -2
- package/es/components/password-input/defs.js.map +1 -1
- package/es/components/password-input/password-input-skeleton.js +6 -7
- package/es/components/password-input/password-input-skeleton.js.map +1 -1
- package/es/components/password-input/password-input.js +58 -59
- package/es/components/password-input/password-input.js.map +1 -1
- package/es/components/password-input/password-input.scss.js +1 -2
- package/es/components/popover/defs.js +1 -1
- package/es/components/popover/defs.js.map +1 -1
- package/es/components/popover/popover-content.js +10 -11
- package/es/components/popover/popover-content.js.map +1 -1
- package/es/components/popover/popover.js +21 -22
- package/es/components/popover/popover.js.map +1 -1
- package/es/components/popover/popover.scss.js +1 -2
- package/es/components/progress-bar/defs.js +1 -1
- package/es/components/progress-bar/defs.js.map +1 -1
- package/es/components/progress-bar/progress-bar.js +28 -29
- package/es/components/progress-bar/progress-bar.js.map +1 -1
- package/es/components/progress-bar/progress-bar.scss.js +1 -2
- package/es/components/progress-indicator/defs.js +1 -1
- package/es/components/progress-indicator/defs.js.map +1 -1
- package/es/components/progress-indicator/progress-indicator-skeleton.js +5 -6
- package/es/components/progress-indicator/progress-indicator-skeleton.js.map +1 -1
- package/es/components/progress-indicator/progress-indicator.js +7 -8
- package/es/components/progress-indicator/progress-indicator.js.map +1 -1
- package/es/components/progress-indicator/progress-indicator.scss.js +2 -3
- package/es/components/progress-indicator/progress-step-skeleton.js +7 -8
- package/es/components/progress-indicator/progress-step-skeleton.js.map +1 -1
- package/es/components/progress-indicator/progress-step.js +20 -21
- package/es/components/progress-indicator/progress-step.js.map +1 -1
- package/es/components/radio-button/defs.js +1 -1
- package/es/components/radio-button/defs.js.map +1 -1
- package/es/components/radio-button/radio-button-group.js +25 -26
- package/es/components/radio-button/radio-button-group.js.map +1 -1
- package/es/components/radio-button/radio-button-skeleton.js +6 -7
- package/es/components/radio-button/radio-button-skeleton.js.map +1 -1
- package/es/components/radio-button/radio-button.js +25 -26
- package/es/components/radio-button/radio-button.js.map +1 -1
- package/es/components/radio-button/radio-button.scss.js +1 -2
- package/es/components/search/search-skeleton.js +8 -9
- package/es/components/search/search-skeleton.js.map +1 -1
- package/es/components/search/search.js +16 -17
- package/es/components/search/search.js.map +1 -1
- package/es/components/search/search.scss.js +2 -3
- package/es/components/select/select-item-group.js +4 -5
- package/es/components/select/select-item-group.js.map +1 -1
- package/es/components/select/select-item.js +4 -5
- package/es/components/select/select-item.js.map +1 -1
- package/es/components/select/select-skeleton.js +6 -7
- package/es/components/select/select-skeleton.js.map +1 -1
- package/es/components/select/select.d.ts +4 -4
- package/es/components/select/select.d.ts.map +1 -1
- package/es/components/select/select.js +45 -42
- package/es/components/select/select.js.map +1 -1
- package/es/components/select/select.scss.js +1 -2
- package/es/components/shape-indicator/defs.js +1 -1
- package/es/components/shape-indicator/defs.js.map +1 -1
- package/es/components/shape-indicator/shape-indicator.js +16 -17
- package/es/components/shape-indicator/shape-indicator.js.map +1 -1
- package/es/components/shape-indicator/shape-indicator.scss.js +1 -2
- package/es/components/side-panel/defs.js +1 -1
- package/es/components/side-panel/defs.js.map +1 -1
- package/es/components/side-panel/side-panel.js +19 -18
- package/es/components/side-panel/side-panel.js.map +1 -1
- package/es/components/skeleton-icon/skeleton-icon.js +4 -5
- package/es/components/skeleton-icon/skeleton-icon.js.map +1 -1
- package/es/components/skeleton-icon/skeleton-icon.scss.js +1 -2
- package/es/components/skeleton-placeholder/skeleton-placeholder.js +5 -6
- package/es/components/skeleton-placeholder/skeleton-placeholder.js.map +1 -1
- package/es/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -2
- package/es/components/skeleton-text/defs.js +1 -1
- package/es/components/skeleton-text/defs.js.map +1 -1
- package/es/components/skeleton-text/skeleton-text.js +7 -8
- package/es/components/skeleton-text/skeleton-text.js.map +1 -1
- package/es/components/skeleton-text/skeleton-text.scss.js +1 -2
- package/es/components/skip-to-content/skip-to-content.js +5 -6
- package/es/components/skip-to-content/skip-to-content.js.map +1 -1
- package/es/components/skip-to-content/skip-to-content.scss.js +2 -3
- package/es/components/slider/slider-input.js +12 -13
- package/es/components/slider/slider-input.js.map +1 -1
- package/es/components/slider/slider-skeleton.js +23 -24
- package/es/components/slider/slider-skeleton.js.map +1 -1
- package/es/components/slider/slider.js +45 -46
- package/es/components/slider/slider.js.map +1 -1
- package/es/components/slider/slider.scss.js +1 -2
- package/es/components/slug/defs.js +1 -1
- package/es/components/slug/defs.js.map +1 -1
- package/es/components/slug/slug-action-button.js +4 -5
- package/es/components/slug/slug-action-button.js.map +1 -1
- package/es/components/slug/slug.js +15 -16
- package/es/components/slug/slug.js.map +1 -1
- package/es/components/slug/slug.scss.js +2 -3
- package/es/components/stack/defs.js +1 -2
- package/es/components/stack/defs.js.map +1 -1
- package/es/components/stack/stack.js +8 -9
- package/es/components/stack/stack.js.map +1 -1
- package/es/components/stack/stack.scss.js +1 -2
- package/es/components/structured-list/structured-list-body.js +4 -5
- package/es/components/structured-list/structured-list-body.js.map +1 -1
- package/es/components/structured-list/structured-list-cell.js +4 -5
- package/es/components/structured-list/structured-list-cell.js.map +1 -1
- package/es/components/structured-list/structured-list-head.js +4 -5
- package/es/components/structured-list/structured-list-head.js.map +1 -1
- package/es/components/structured-list/structured-list-header-cell-skeleton.js +4 -5
- package/es/components/structured-list/structured-list-header-cell-skeleton.js.map +1 -1
- package/es/components/structured-list/structured-list-header-cell.js +4 -5
- package/es/components/structured-list/structured-list-header-cell.js.map +1 -1
- package/es/components/structured-list/structured-list-header-row.js +5 -6
- package/es/components/structured-list/structured-list-header-row.js.map +1 -1
- package/es/components/structured-list/structured-list-row.js +12 -13
- package/es/components/structured-list/structured-list-row.js.map +1 -1
- package/es/components/structured-list/structured-list.js +9 -10
- package/es/components/structured-list/structured-list.js.map +1 -1
- package/es/components/structured-list/structured-list.scss.js +1 -2
- package/es/components/tabs/defs.d.ts +14 -1
- package/es/components/tabs/defs.d.ts.map +1 -1
- package/es/components/tabs/defs.js +17 -3
- package/es/components/tabs/defs.js.map +1 -1
- package/es/components/tabs/index.d.ts +3 -1
- package/es/components/tabs/index.d.ts.map +1 -1
- package/es/components/tabs/index.js +2 -0
- package/es/components/tabs/tab-skeleton.js +5 -6
- package/es/components/tabs/tab-skeleton.js.map +1 -1
- package/es/components/tabs/tab.d.ts +13 -1
- package/es/components/tabs/tab.d.ts.map +1 -1
- package/es/components/tabs/tab.js +42 -14
- package/es/components/tabs/tab.js.map +1 -1
- package/es/components/tabs/tabs-skeleton.js +5 -6
- package/es/components/tabs/tabs-skeleton.js.map +1 -1
- package/es/components/tabs/tabs.d.ts +7 -3
- package/es/components/tabs/tabs.d.ts.map +1 -1
- package/es/components/tabs/tabs.js +61 -53
- package/es/components/tabs/tabs.js.map +1 -1
- package/es/components/tabs/tabs.scss.js +2 -3
- package/es/components/tabs/tabs.scss.js.map +1 -1
- package/es/components/tag/defs.js +1 -1
- package/es/components/tag/defs.js.map +1 -1
- package/es/components/tag/dismissible-tag.js +15 -16
- package/es/components/tag/dismissible-tag.js.map +1 -1
- package/es/components/tag/operational-tag.js +11 -11
- package/es/components/tag/operational-tag.js.map +1 -1
- package/es/components/tag/selectable-tag.js +10 -10
- package/es/components/tag/selectable-tag.js.map +1 -1
- package/es/components/tag/tag-skeleton.js +9 -10
- package/es/components/tag/tag-skeleton.js.map +1 -1
- package/es/components/tag/tag.js +17 -17
- package/es/components/tag/tag.js.map +1 -1
- package/es/components/tag/tag.scss.js +1 -2
- package/es/components/tag/types.js +1 -2
- package/es/components/tag/types.js.map +1 -1
- package/es/components/tearsheet/defs.js +1 -1
- package/es/components/tearsheet/defs.js.map +1 -1
- package/es/components/tearsheet/tearsheet.js +23 -24
- package/es/components/tearsheet/tearsheet.js.map +1 -1
- package/es/components/text-input/defs.js +1 -2
- package/es/components/text-input/defs.js.map +1 -1
- package/es/components/text-input/stories/helpers.js +10 -11
- package/es/components/text-input/stories/helpers.js.map +1 -1
- package/es/components/text-input/text-input-skeleton.d.ts +2 -2
- package/es/components/text-input/text-input-skeleton.js +8 -9
- package/es/components/text-input/text-input-skeleton.js.map +1 -1
- package/es/components/text-input/text-input.js +55 -56
- package/es/components/text-input/text-input.js.map +1 -1
- package/es/components/text-input/text-input.scss.js +1 -2
- package/es/components/textarea/defs.js +1 -2
- package/es/components/textarea/stories/helpers.js +1 -2
- package/es/components/textarea/stories/helpers.js.map +1 -1
- package/es/components/textarea/textarea-skeleton.js +6 -7
- package/es/components/textarea/textarea-skeleton.js.map +1 -1
- package/es/components/textarea/textarea.js +28 -29
- package/es/components/textarea/textarea.js.map +1 -1
- package/es/components/textarea/textarea.scss.js +1 -2
- package/es/components/tile/clickable-tile.js +15 -16
- package/es/components/tile/clickable-tile.js.map +1 -1
- package/es/components/tile/defs.js +1 -2
- package/es/components/tile/expandable-tile.js +14 -15
- package/es/components/tile/expandable-tile.js.map +1 -1
- package/es/components/tile/radio-tile.js +15 -16
- package/es/components/tile/radio-tile.js.map +1 -1
- package/es/components/tile/selectable-tile.js +18 -19
- package/es/components/tile/selectable-tile.js.map +1 -1
- package/es/components/tile/tile-group.js +21 -22
- package/es/components/tile/tile-group.js.map +1 -1
- package/es/components/tile/tile.js +7 -8
- package/es/components/tile/tile.js.map +1 -1
- package/es/components/tile/tile.scss.js +1 -2
- package/es/components/time-picker/defs.js +1 -2
- package/es/components/time-picker/defs.js.map +1 -1
- package/es/components/time-picker/time-picker-select.js +11 -12
- package/es/components/time-picker/time-picker-select.js.map +1 -1
- package/es/components/time-picker/time-picker.js +23 -24
- package/es/components/time-picker/time-picker.js.map +1 -1
- package/es/components/time-picker/time-picker.scss.js +1 -2
- package/es/components/toggle/defs.js +1 -1
- package/es/components/toggle/defs.js.map +1 -1
- package/es/components/toggle/toggle-skeleton.js +8 -9
- package/es/components/toggle/toggle-skeleton.js.map +1 -1
- package/es/components/toggle/toggle.js +17 -18
- package/es/components/toggle/toggle.js.map +1 -1
- package/es/components/toggle/toggle.scss.js +1 -2
- package/es/components/toggle-tip/toggletip.js +27 -28
- package/es/components/toggle-tip/toggletip.js.map +1 -1
- package/es/components/toggle-tip/toggletip.scss.js +2 -3
- package/es/components/toggle-tip/toggletip.scss.js.map +1 -1
- package/es/components/tooltip/definition-tooltip.js +5 -6
- package/es/components/tooltip/definition-tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip-content.js +5 -6
- package/es/components/tooltip/tooltip-content.js.map +1 -1
- package/es/components/tooltip/tooltip.js +6 -7
- package/es/components/tooltip/tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip.scss.js +1 -2
- package/es/components/tree-view/defs.js +1 -1
- package/es/components/tree-view/defs.js.map +1 -1
- package/es/components/tree-view/tree-node.js +28 -29
- package/es/components/tree-view/tree-node.js.map +1 -1
- package/es/components/tree-view/tree-view.js +9 -10
- package/es/components/tree-view/tree-view.js.map +1 -1
- package/es/components/tree-view/tree-view.scss.js +1 -2
- package/es/components/ui-shell/defs.js +1 -1
- package/es/components/ui-shell/defs.js.map +1 -1
- package/es/components/ui-shell/header-global-action.js +15 -15
- package/es/components/ui-shell/header-global-action.js.map +1 -1
- package/es/components/ui-shell/header-menu-button.js +11 -12
- package/es/components/ui-shell/header-menu-button.js.map +1 -1
- package/es/components/ui-shell/header-menu-item.js +4 -5
- package/es/components/ui-shell/header-menu-item.js.map +1 -1
- package/es/components/ui-shell/header-menu.js +10 -11
- package/es/components/ui-shell/header-menu.js.map +1 -1
- package/es/components/ui-shell/header-name.js +6 -7
- package/es/components/ui-shell/header-name.js.map +1 -1
- package/es/components/ui-shell/header-nav-item.js +7 -8
- package/es/components/ui-shell/header-nav-item.js.map +1 -1
- package/es/components/ui-shell/header-nav.js +6 -7
- package/es/components/ui-shell/header-nav.js.map +1 -1
- package/es/components/ui-shell/header-panel.js +4 -5
- package/es/components/ui-shell/header-panel.js.map +1 -1
- package/es/components/ui-shell/header-side-nav-items.js +4 -5
- package/es/components/ui-shell/header-side-nav-items.js.map +1 -1
- package/es/components/ui-shell/header.js +4 -5
- package/es/components/ui-shell/header.js.map +1 -1
- package/es/components/ui-shell/header.scss.js +2 -3
- package/es/components/ui-shell/side-nav-divider.js +4 -5
- package/es/components/ui-shell/side-nav-divider.js.map +1 -1
- package/es/components/ui-shell/side-nav-items.js +4 -5
- package/es/components/ui-shell/side-nav-items.js.map +1 -1
- package/es/components/ui-shell/side-nav-link.js +8 -9
- package/es/components/ui-shell/side-nav-link.js.map +1 -1
- package/es/components/ui-shell/side-nav-menu-item.js +8 -9
- package/es/components/ui-shell/side-nav-menu-item.js.map +1 -1
- package/es/components/ui-shell/side-nav-menu.js +12 -13
- package/es/components/ui-shell/side-nav-menu.js.map +1 -1
- package/es/components/ui-shell/side-nav.js +24 -25
- package/es/components/ui-shell/side-nav.js.map +1 -1
- package/es/components/ui-shell/side-nav.scss.js +1 -2
- package/es/components/ui-shell/switcher-divider.js +4 -5
- package/es/components/ui-shell/switcher-divider.js.map +1 -1
- package/es/components/ui-shell/switcher-item.js +6 -7
- package/es/components/ui-shell/switcher-item.js.map +1 -1
- package/es/components/ui-shell/switcher.js +4 -5
- package/es/components/ui-shell/switcher.js.map +1 -1
- package/es/feature-flags/es/index.js +6 -6
- package/es/feature-flags/es/index.js.map +1 -1
- package/es/globals/controllers/floating-controller.js +1 -2
- package/es/globals/controllers/floating-controller.js.map +1 -1
- package/es/globals/decorators/carbon-element.js +1 -1
- package/es/globals/decorators/host-listener.js +1 -1
- package/es/globals/directives/if-non-empty.js +1 -2
- package/es/globals/directives/if-non-empty.js.map +1 -1
- package/es/globals/directives/spread.js +1 -2
- package/es/globals/directives/spread.js.map +1 -1
- package/es/globals/internal/collection-helpers.js +1 -1
- package/es/globals/internal/deep-shadow-contains.js +1 -1
- package/es/globals/internal/feature-flags.js +1 -1
- package/es/globals/internal/icon-loader-utils.js +1 -2
- package/es/globals/internal/icon-loader-utils.js.map +1 -1
- package/es/globals/internal/icon-loader.js +1 -2
- package/es/globals/internal/icon-loader.js.map +1 -1
- package/es/globals/internal/radio-group-manager.js +1 -1
- package/es/globals/internal/radio-group-manager.js.map +1 -1
- package/es/globals/mixins/focus.js +1 -2
- package/es/globals/mixins/focus.js.map +1 -1
- package/es/globals/mixins/form.js +1 -2
- package/es/globals/mixins/form.js.map +1 -1
- package/es/globals/mixins/host-listener.js +1 -2
- package/es/globals/mixins/host-listener.js.map +1 -1
- package/es/globals/mixins/on.js +1 -1
- package/es/globals/mixins/validity.js +5 -5
- package/es/globals/mixins/validity.js.map +1 -1
- package/es/globals/settings.js +57 -57
- package/es/globals/settings.js.map +1 -1
- package/es/globals/shared-enums.js +1 -1
- package/es/globals/shared-enums.js.map +1 -1
- package/es/index.d.ts +10 -1
- package/es/index.d.ts.map +1 -1
- package/es/index.js +10 -2
- package/es-custom/_virtual/{_@oxc-project_runtime@0.112.0 → _@oxc-project_runtime@0.126.0}/helpers/decorate.js +2 -3
- package/es-custom/components/accordion/accordion-item-skeleton.js +7 -8
- package/es-custom/components/accordion/accordion-item-skeleton.js.map +1 -1
- package/es-custom/components/accordion/accordion-item.js +16 -17
- package/es-custom/components/accordion/accordion-item.js.map +1 -1
- package/es-custom/components/accordion/accordion-skeleton.js +15 -16
- package/es-custom/components/accordion/accordion-skeleton.js.map +1 -1
- package/es-custom/components/accordion/accordion.js +7 -8
- package/es-custom/components/accordion/accordion.js.map +1 -1
- package/es-custom/components/accordion/accordion.scss.js +1 -2
- package/es-custom/components/accordion/defs.js +1 -1
- package/es-custom/components/accordion/defs.js.map +1 -1
- package/es-custom/components/ai-label/ai-label-action-button.js +4 -5
- package/es-custom/components/ai-label/ai-label-action-button.js.map +1 -1
- package/es-custom/components/ai-label/ai-label.js +15 -16
- package/es-custom/components/ai-label/ai-label.js.map +1 -1
- package/es-custom/components/ai-label/ai-label.scss.js +2 -3
- package/es-custom/components/ai-label/defs.js +1 -1
- package/es-custom/components/ai-label/defs.js.map +1 -1
- package/es-custom/components/ai-skeleton/ai-skeleton-icon.js +5 -6
- package/es-custom/components/ai-skeleton/ai-skeleton-icon.js.map +1 -1
- package/es-custom/components/ai-skeleton/ai-skeleton-placeholder.js +5 -6
- package/es-custom/components/ai-skeleton/ai-skeleton-placeholder.js.map +1 -1
- package/es-custom/components/ai-skeleton/ai-skeleton-text.js +5 -6
- package/es-custom/components/ai-skeleton/ai-skeleton-text.js.map +1 -1
- package/es-custom/components/ai-skeleton/ai-skeleton.scss.js +1 -2
- package/es-custom/components/badge-indicator/badge-indicator.js +4 -5
- package/es-custom/components/badge-indicator/badge-indicator.js.map +1 -1
- package/es-custom/components/badge-indicator/badge-indicator.scss.js +1 -2
- package/es-custom/components/breadcrumb/breadcrumb-item.js +6 -7
- package/es-custom/components/breadcrumb/breadcrumb-item.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb-link.js +6 -7
- package/es-custom/components/breadcrumb/breadcrumb-link.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb-overflow-menu.js +5 -6
- package/es-custom/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb-skeleton.js +11 -12
- package/es-custom/components/breadcrumb/breadcrumb-skeleton.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.js +10 -11
- package/es-custom/components/breadcrumb/breadcrumb.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.scss.js +2 -3
- package/es-custom/components/breadcrumb/defs.js +1 -1
- package/es-custom/components/breadcrumb/defs.js.map +1 -1
- package/es-custom/components/button/button-set-base.js +4 -5
- package/es-custom/components/button/button-set-base.js.map +1 -1
- package/es-custom/components/button/button-set.js +11 -12
- package/es-custom/components/button/button-set.js.map +1 -1
- package/es-custom/components/button/button-skeleton.js +8 -9
- package/es-custom/components/button/button-skeleton.js.map +1 -1
- package/es-custom/components/button/button.js +34 -34
- package/es-custom/components/button/button.js.map +1 -1
- package/es-custom/components/button/button.scss.js +2 -3
- package/es-custom/components/button/button.scss.js.map +1 -1
- package/es-custom/components/button/defs.js +1 -1
- package/es-custom/components/button/defs.js.map +1 -1
- package/es-custom/components/chat-button/chat-button-skeleton.js +9 -10
- package/es-custom/components/chat-button/chat-button-skeleton.js.map +1 -1
- package/es-custom/components/chat-button/chat-button.js +16 -17
- package/es-custom/components/chat-button/chat-button.js.map +1 -1
- package/es-custom/components/chat-button/chat-button.scss.js +1 -2
- package/es-custom/components/chat-button/defs.js +1 -1
- package/es-custom/components/chat-button/defs.js.map +1 -1
- package/es-custom/components/checkbox/checkbox-group.d.ts +1 -1
- package/es-custom/components/checkbox/checkbox-group.d.ts.map +1 -1
- package/es-custom/components/checkbox/checkbox-group.js +36 -33
- package/es-custom/components/checkbox/checkbox-group.js.map +1 -1
- package/es-custom/components/checkbox/checkbox-skeleton.js +6 -7
- package/es-custom/components/checkbox/checkbox-skeleton.js.map +1 -1
- package/es-custom/components/checkbox/checkbox.d.ts.map +1 -1
- package/es-custom/components/checkbox/checkbox.js +25 -23
- package/es-custom/components/checkbox/checkbox.js.map +1 -1
- package/es-custom/components/checkbox/checkbox.scss.js +2 -3
- package/es-custom/components/checkbox/checkbox.scss.js.map +1 -1
- package/es-custom/components/checkbox/defs.js +1 -1
- package/es-custom/components/checkbox/defs.js.map +1 -1
- package/es-custom/components/code-snippet/code-snippet-skeleton.js +8 -9
- package/es-custom/components/code-snippet/code-snippet-skeleton.js.map +1 -1
- package/es-custom/components/code-snippet/code-snippet.js +33 -34
- package/es-custom/components/code-snippet/code-snippet.js.map +1 -1
- package/es-custom/components/code-snippet/code-snippet.scss.js +2 -3
- package/es-custom/components/code-snippet/defs.js +1 -2
- package/es-custom/components/code-snippet/defs.js.map +1 -1
- package/es-custom/components/combo-box/combo-box-item.js +6 -7
- package/es-custom/components/combo-box/combo-box-item.js.map +1 -1
- package/es-custom/components/combo-box/combo-box.js +18 -19
- package/es-custom/components/combo-box/combo-box.js.map +1 -1
- package/es-custom/components/combo-box/combo-box.scss.js +2 -3
- package/es-custom/components/combo-button/combo-button.js +13 -14
- package/es-custom/components/combo-button/combo-button.js.map +1 -1
- package/es-custom/components/combo-button/combo-button.scss.js +2 -3
- package/es-custom/components/combo-button/defs.js +1 -1
- package/es-custom/components/combo-button/defs.js.map +1 -1
- package/es-custom/components/contained-list/contained-list-description.js +4 -5
- package/es-custom/components/contained-list/contained-list-description.js.map +1 -1
- package/es-custom/components/contained-list/contained-list-item.js +12 -12
- package/es-custom/components/contained-list/contained-list-item.js.map +1 -1
- package/es-custom/components/contained-list/contained-list.js +11 -12
- package/es-custom/components/contained-list/contained-list.js.map +1 -1
- package/es-custom/components/contained-list/contained-list.scss.js +2 -3
- package/es-custom/components/content-switcher/content-switcher-item.js +8 -9
- package/es-custom/components/content-switcher/content-switcher-item.js.map +1 -1
- package/es-custom/components/content-switcher/content-switcher.d.ts +3 -3
- package/es-custom/components/content-switcher/content-switcher.d.ts.map +1 -1
- package/es-custom/components/content-switcher/content-switcher.js +21 -21
- package/es-custom/components/content-switcher/content-switcher.js.map +1 -1
- package/es-custom/components/content-switcher/content-switcher.scss.js +2 -3
- package/es-custom/components/content-switcher/defs.js +1 -1
- package/es-custom/components/content-switcher/defs.js.map +1 -1
- package/es-custom/components/copy/copy.js +10 -11
- package/es-custom/components/copy/copy.js.map +1 -1
- package/es-custom/components/copy-button/copy-button.js +8 -9
- package/es-custom/components/copy-button/copy-button.js.map +1 -1
- package/es-custom/components/copy-button/copy-button.scss.js +2 -3
- package/es-custom/components/data-table/data-table.scss.js +2 -3
- package/es-custom/components/data-table/defs.js +11 -11
- package/es-custom/components/data-table/defs.js.map +1 -1
- package/es-custom/components/data-table/table-batch-actions.js +14 -15
- package/es-custom/components/data-table/table-batch-actions.js.map +1 -1
- package/es-custom/components/data-table/table-body.js +5 -6
- package/es-custom/components/data-table/table-body.js.map +1 -1
- package/es-custom/components/data-table/table-cell-content.js +4 -5
- package/es-custom/components/data-table/table-cell-content.js.map +1 -1
- package/es-custom/components/data-table/table-cell.js +4 -5
- package/es-custom/components/data-table/table-cell.js.map +1 -1
- package/es-custom/components/data-table/table-expanded-row.js +6 -7
- package/es-custom/components/data-table/table-expanded-row.js.map +1 -1
- package/es-custom/components/data-table/table-head.js +4 -5
- package/es-custom/components/data-table/table-head.js.map +1 -1
- package/es-custom/components/data-table/table-header-cell.js +18 -19
- package/es-custom/components/data-table/table-header-cell.js.map +1 -1
- package/es-custom/components/data-table/table-header-description.js +4 -5
- package/es-custom/components/data-table/table-header-description.js.map +1 -1
- package/es-custom/components/data-table/table-header-row.js +5 -6
- package/es-custom/components/data-table/table-header-row.js.map +1 -1
- package/es-custom/components/data-table/table-header-title.js +4 -5
- package/es-custom/components/data-table/table-header-title.js.map +1 -1
- package/es-custom/components/data-table/table-row.js +18 -19
- package/es-custom/components/data-table/table-row.js.map +1 -1
- package/es-custom/components/data-table/table-skeleton.js +15 -16
- package/es-custom/components/data-table/table-skeleton.js.map +1 -1
- package/es-custom/components/data-table/table-toolbar-content.js +4 -5
- package/es-custom/components/data-table/table-toolbar-content.js.map +1 -1
- package/es-custom/components/data-table/table-toolbar-search.js +9 -10
- package/es-custom/components/data-table/table-toolbar-search.js.map +1 -1
- package/es-custom/components/data-table/table-toolbar.js +6 -7
- package/es-custom/components/data-table/table-toolbar.js.map +1 -1
- package/es-custom/components/data-table/table.js +45 -45
- package/es-custom/components/data-table/table.js.map +1 -1
- package/es-custom/components/date-picker/append-to-plugin.js +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 +1 -2
- package/es-custom/components/date-picker/css-class-plugin.js.map +1 -1
- package/es-custom/components/date-picker/date-picker-input-skeleton.js +12 -13
- package/es-custom/components/date-picker/date-picker-input-skeleton.js.map +1 -1
- package/es-custom/components/date-picker/date-picker-input.js +36 -34
- package/es-custom/components/date-picker/date-picker-input.js.map +1 -1
- package/es-custom/components/date-picker/date-picker.js +20 -39
- package/es-custom/components/date-picker/date-picker.js.map +1 -1
- package/es-custom/components/date-picker/date-picker.scss.js +1 -2
- package/es-custom/components/date-picker/defs.js +1 -2
- package/es-custom/components/date-picker/defs.js.map +1 -1
- package/es-custom/components/date-picker/fix-events-plugin.js +1 -2
- package/es-custom/components/date-picker/fix-events-plugin.js.map +1 -1
- package/es-custom/components/date-picker/focus-plugin.js +1 -2
- package/es-custom/components/date-picker/focus-plugin.js.map +1 -1
- package/es-custom/components/date-picker/icon-plugin.js +1 -2
- package/es-custom/components/date-picker/icon-plugin.js.map +1 -1
- package/es-custom/components/date-picker/iso-date.js +1 -1
- package/es-custom/components/date-picker/month-select-plugin.js +1 -2
- package/es-custom/components/date-picker/month-select-plugin.js.map +1 -1
- package/es-custom/components/date-picker/range-plugin.js +1 -2
- package/es-custom/components/date-picker/range-plugin.js.map +1 -1
- package/es-custom/components/date-picker/shadow-dom-events-plugin.js +1 -2
- package/es-custom/components/date-picker/shadow-dom-events-plugin.js.map +1 -1
- package/es-custom/components/date-picker/state-handshake-plugin.js +1 -1
- package/es-custom/components/date-picker/state-handshake-plugin.js.map +1 -1
- package/es-custom/components/dialog/dialog-body.d.ts +19 -0
- package/es-custom/components/dialog/dialog-body.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-body.js +47 -0
- package/es-custom/components/dialog/dialog-body.js.map +1 -0
- package/es-custom/components/dialog/dialog-close-button.d.ts +20 -0
- package/es-custom/components/dialog/dialog-close-button.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-close-button.js +61 -0
- package/es-custom/components/dialog/dialog-close-button.js.map +1 -0
- package/es-custom/components/dialog/dialog-controls.d.ts +18 -0
- package/es-custom/components/dialog/dialog-controls.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-controls.js +38 -0
- package/es-custom/components/dialog/dialog-controls.js.map +1 -0
- package/es-custom/components/dialog/dialog-footer-button.d.ts +17 -0
- package/es-custom/components/dialog/dialog-footer-button.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-footer-button.js +36 -0
- package/es-custom/components/dialog/dialog-footer-button.js.map +1 -0
- package/es-custom/components/dialog/dialog-footer.d.ts +21 -0
- package/es-custom/components/dialog/dialog-footer.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-footer.js +41 -0
- package/es-custom/components/dialog/dialog-footer.js.map +1 -0
- package/es-custom/components/dialog/dialog-header.d.ts +18 -0
- package/es-custom/components/dialog/dialog-header.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-header.js +38 -0
- package/es-custom/components/dialog/dialog-header.js.map +1 -0
- package/es-custom/components/dialog/dialog-subtitle.d.ts +22 -0
- package/es-custom/components/dialog/dialog-subtitle.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-subtitle.js +48 -0
- package/es-custom/components/dialog/dialog-subtitle.js.map +1 -0
- package/es-custom/components/dialog/dialog-title.d.ts +22 -0
- package/es-custom/components/dialog/dialog-title.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-title.js +48 -0
- package/es-custom/components/dialog/dialog-title.js.map +1 -0
- package/es-custom/components/dialog/dialog.d.ts +99 -0
- package/es-custom/components/dialog/dialog.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog.js +183 -0
- package/es-custom/components/dialog/dialog.js.map +1 -0
- package/es-custom/components/dialog/dialog.scss.js +14 -0
- package/es-custom/components/dialog/dialog.scss.js.map +1 -0
- package/es-custom/components/dialog/index.d.ts +16 -0
- package/es-custom/components/dialog/index.d.ts.map +1 -0
- package/es-custom/components/dialog/index.js +16 -0
- package/es-custom/components/dropdown/defs.js +1 -2
- package/es-custom/components/dropdown/defs.js.map +1 -1
- package/es-custom/components/dropdown/dropdown-item.js +11 -12
- package/es-custom/components/dropdown/dropdown-item.js.map +1 -1
- package/es-custom/components/dropdown/dropdown-skeleton.js +10 -11
- package/es-custom/components/dropdown/dropdown-skeleton.js.map +1 -1
- package/es-custom/components/dropdown/dropdown.d.ts +4 -4
- package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
- package/es-custom/components/dropdown/dropdown.js +61 -62
- package/es-custom/components/dropdown/dropdown.js.map +1 -1
- package/es-custom/components/dropdown/dropdown.scss.js +2 -3
- package/es-custom/components/dropdown/dropdown.scss.js.map +1 -1
- package/es-custom/components/feature-flags/index.js +2 -3
- package/es-custom/components/feature-flags/index.js.map +1 -1
- package/es-custom/components/file-uploader/defs.js +1 -1
- package/es-custom/components/file-uploader/defs.js.map +1 -1
- package/es-custom/components/file-uploader/demo-file-uploader.js +11 -12
- package/es-custom/components/file-uploader/demo-file-uploader.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader-button.js +17 -18
- package/es-custom/components/file-uploader/file-uploader-button.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader-drop-container.js +11 -12
- package/es-custom/components/file-uploader/file-uploader-drop-container.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader-item.js +21 -22
- package/es-custom/components/file-uploader/file-uploader-item.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader-skeleton.js +6 -7
- package/es-custom/components/file-uploader/file-uploader-skeleton.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader.js +10 -11
- package/es-custom/components/file-uploader/file-uploader.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader.scss.js +2 -3
- package/es-custom/components/floating-menu/defs.js +1 -1
- package/es-custom/components/floating-menu/defs.js.map +1 -1
- package/es-custom/components/floating-menu/floating-menu.js +10 -11
- package/es-custom/components/floating-menu/floating-menu.js.map +1 -1
- package/es-custom/components/fluid-dropdown/fluid-dropdown-skeleton.js +8 -9
- package/es-custom/components/fluid-dropdown/fluid-dropdown-skeleton.js.map +1 -1
- package/es-custom/components/fluid-dropdown/fluid-dropdown.js +4 -5
- package/es-custom/components/fluid-dropdown/fluid-dropdown.js.map +1 -1
- package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +2 -3
- package/es-custom/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts +18 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts.map +1 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select-skeleton.js +45 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select-skeleton.js.map +1 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select.d.ts +24 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select.d.ts.map +1 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select.js +63 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select.js.map +1 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js +14 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -0
- package/es-custom/components/fluid-multi-select/index.d.ts +9 -0
- package/es-custom/components/fluid-multi-select/index.d.ts.map +1 -0
- package/es-custom/components/fluid-multi-select/index.js +9 -0
- package/es-custom/components/fluid-number-input/fluid-number-input-skeleton.js +4 -5
- package/es-custom/components/fluid-number-input/fluid-number-input-skeleton.js.map +1 -1
- package/es-custom/components/fluid-number-input/fluid-number-input.d.ts +2 -2
- package/es-custom/components/fluid-number-input/fluid-number-input.d.ts.map +1 -1
- package/es-custom/components/fluid-number-input/fluid-number-input.js +12 -13
- package/es-custom/components/fluid-number-input/fluid-number-input.js.map +1 -1
- package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -2
- package/es-custom/components/fluid-password-input/fluid-password-input.js +6 -7
- package/es-custom/components/fluid-password-input/fluid-password-input.js.map +1 -1
- package/es-custom/components/fluid-password-input/fluid-password-input.scss.js +1 -2
- package/es-custom/components/fluid-search/fluid-search-skeleton.js +4 -5
- package/es-custom/components/fluid-search/fluid-search-skeleton.js.map +1 -1
- package/es-custom/components/fluid-search/fluid-search.js +5 -6
- package/es-custom/components/fluid-search/fluid-search.js.map +1 -1
- package/es-custom/components/fluid-search/fluid-search.scss.js +2 -3
- package/es-custom/components/fluid-select/fluid-select-skeleton.js +5 -6
- package/es-custom/components/fluid-select/fluid-select-skeleton.js.map +1 -1
- package/es-custom/components/fluid-select/fluid-select.js +11 -12
- package/es-custom/components/fluid-select/fluid-select.js.map +1 -1
- package/es-custom/components/fluid-select/fluid-select.scss.js +1 -2
- package/es-custom/components/fluid-text-input/fluid-text-input-skeleton.js +4 -5
- package/es-custom/components/fluid-text-input/fluid-text-input-skeleton.js.map +1 -1
- package/es-custom/components/fluid-text-input/fluid-text-input.js +6 -7
- package/es-custom/components/fluid-text-input/fluid-text-input.js.map +1 -1
- package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -2
- package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js +5 -6
- package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -1
- package/es-custom/components/fluid-textarea/fluid-textarea.js +5 -6
- package/es-custom/components/fluid-textarea/fluid-textarea.js.map +1 -1
- package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +1 -2
- package/es-custom/components/fluid-time-picker/fluid-time-picker-select.js +4 -5
- package/es-custom/components/fluid-time-picker/fluid-time-picker-select.js.map +1 -1
- package/es-custom/components/fluid-time-picker/fluid-time-picker-skeleton.js +6 -7
- package/es-custom/components/fluid-time-picker/fluid-time-picker-skeleton.js.map +1 -1
- package/es-custom/components/fluid-time-picker/fluid-time-picker.js +31 -32
- package/es-custom/components/fluid-time-picker/fluid-time-picker.js.map +1 -1
- package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +1 -2
- package/es-custom/components/form/form-item.js +4 -5
- package/es-custom/components/form/form-item.js.map +1 -1
- package/es-custom/components/form/form-item.scss.js +1 -2
- package/es-custom/components/form/form.js +5 -6
- package/es-custom/components/form/form.js.map +1 -1
- package/es-custom/components/form/form.scss.js +1 -2
- package/es-custom/components/form-group/form-group.js +7 -8
- package/es-custom/components/form-group/form-group.js.map +1 -1
- package/es-custom/components/form-group/form-group.scss.js +1 -2
- package/es-custom/components/grid/column-hang.js +4 -5
- package/es-custom/components/grid/column-hang.js.map +1 -1
- package/es-custom/components/grid/column-hang.scss.js +1 -2
- package/es-custom/components/grid/column.js +4 -5
- package/es-custom/components/grid/column.js.map +1 -1
- package/es-custom/components/grid/defs.js +1 -1
- package/es-custom/components/grid/defs.js.map +1 -1
- package/es-custom/components/grid/grid-context.js +1 -2
- package/es-custom/components/grid/grid-context.js.map +1 -1
- package/es-custom/components/grid/grid.js +8 -9
- package/es-custom/components/grid/grid.js.map +1 -1
- package/es-custom/components/grid/grid.scss.js +1 -2
- package/es-custom/components/heading/heading.js +7 -8
- package/es-custom/components/heading/heading.js.map +1 -1
- package/es-custom/components/heading/heading.scss.js +1 -2
- package/es-custom/components/icon/icon.js +4 -5
- package/es-custom/components/icon/icon.js.map +1 -1
- package/es-custom/components/icon-button/defs.js +1 -1
- package/es-custom/components/icon-button/defs.js.map +1 -1
- package/es-custom/components/icon-button/icon-button.js +6 -7
- package/es-custom/components/icon-button/icon-button.js.map +1 -1
- package/es-custom/components/icon-button/icon-button.scss.js +1 -2
- package/es-custom/components/icon-indicator/defs.js +1 -1
- package/es-custom/components/icon-indicator/defs.js.map +1 -1
- package/es-custom/components/icon-indicator/icon-indicator.js +16 -17
- package/es-custom/components/icon-indicator/icon-indicator.js.map +1 -1
- package/es-custom/components/icon-indicator/icon-indicator.scss.js +1 -2
- package/es-custom/components/inline-loading/defs.js +1 -1
- package/es-custom/components/inline-loading/defs.js.map +1 -1
- package/es-custom/components/inline-loading/inline-loading.js +16 -17
- package/es-custom/components/inline-loading/inline-loading.js.map +1 -1
- package/es-custom/components/inline-loading/inline-loading.scss.js +1 -2
- package/es-custom/components/layer/layer.js +7 -8
- package/es-custom/components/layer/layer.js.map +1 -1
- package/es-custom/components/layer/layer.scss.js +1 -2
- package/es-custom/components/layout/index.js +1 -2
- package/es-custom/components/layout/layout-constraint.js +4 -5
- package/es-custom/components/layout/layout-constraint.js.map +1 -1
- package/es-custom/components/layout/layout.js +4 -5
- package/es-custom/components/layout/layout.js.map +1 -1
- package/es-custom/components/layout/layout.scss.js +1 -2
- package/es-custom/components/link/link.js +13 -13
- package/es-custom/components/link/link.js.map +1 -1
- package/es-custom/components/link/link.scss.js +1 -2
- package/es-custom/components/list/list-item.js +5 -6
- package/es-custom/components/list/list-item.js.map +1 -1
- package/es-custom/components/list/list.scss.js +1 -2
- package/es-custom/components/list/ordered-list.js +8 -9
- package/es-custom/components/list/ordered-list.js.map +1 -1
- package/es-custom/components/list/unordered-list.js +8 -9
- package/es-custom/components/list/unordered-list.js.map +1 -1
- package/es-custom/components/loading/defs.js +1 -1
- package/es-custom/components/loading/defs.js.map +1 -1
- package/es-custom/components/loading/loading-icon.js +5 -6
- package/es-custom/components/loading/loading-icon.js.map +1 -1
- package/es-custom/components/loading/loading.js +9 -10
- package/es-custom/components/loading/loading.js.map +1 -1
- package/es-custom/components/loading/loading.scss.js +1 -2
- package/es-custom/components/loading/types.js +1 -2
- package/es-custom/components/loading/types.js.map +1 -1
- package/es-custom/components/menu/defs.js +1 -1
- package/es-custom/components/menu/defs.js.map +1 -1
- package/es-custom/components/menu/menu-context.js +1 -2
- package/es-custom/components/menu/menu-context.js.map +1 -1
- package/es-custom/components/menu/menu-item-divider.js +4 -5
- package/es-custom/components/menu/menu-item-divider.js.map +1 -1
- package/es-custom/components/menu/menu-item-group.js +4 -5
- package/es-custom/components/menu/menu-item-group.js.map +1 -1
- package/es-custom/components/menu/menu-item-radio-group.js +6 -7
- package/es-custom/components/menu/menu-item-radio-group.js.map +1 -1
- package/es-custom/components/menu/menu-item-selectable.js +7 -8
- package/es-custom/components/menu/menu-item-selectable.js.map +1 -1
- package/es-custom/components/menu/menu-item.js +23 -23
- package/es-custom/components/menu/menu-item.js.map +1 -1
- package/es-custom/components/menu/menu-item.scss.js +1 -2
- package/es-custom/components/menu/menu.js +21 -22
- package/es-custom/components/menu/menu.js.map +1 -1
- package/es-custom/components/menu/menu.scss.js +1 -2
- package/es-custom/components/menu-button/defs.js +1 -1
- package/es-custom/components/menu-button/defs.js.map +1 -1
- package/es-custom/components/menu-button/menu-button.js +15 -16
- package/es-custom/components/menu-button/menu-button.js.map +1 -1
- package/es-custom/components/menu-button/menu-button.scss.js +2 -3
- package/es-custom/components/modal/defs.js +1 -1
- package/es-custom/components/modal/defs.js.map +1 -1
- package/es-custom/components/modal/modal-body-content.js +4 -5
- package/es-custom/components/modal/modal-body-content.js.map +1 -1
- package/es-custom/components/modal/modal-body.d.ts +2 -0
- package/es-custom/components/modal/modal-body.d.ts.map +1 -1
- package/es-custom/components/modal/modal-body.js +26 -10
- package/es-custom/components/modal/modal-body.js.map +1 -1
- package/es-custom/components/modal/modal-close-button.js +5 -6
- package/es-custom/components/modal/modal-close-button.js.map +1 -1
- package/es-custom/components/modal/modal-footer-button.js +4 -5
- package/es-custom/components/modal/modal-footer-button.js.map +1 -1
- package/es-custom/components/modal/modal-footer.js +5 -6
- package/es-custom/components/modal/modal-footer.js.map +1 -1
- package/es-custom/components/modal/modal-header.js +6 -7
- package/es-custom/components/modal/modal-header.js.map +1 -1
- package/es-custom/components/modal/modal-heading.d.ts +5 -1
- package/es-custom/components/modal/modal-heading.d.ts.map +1 -1
- package/es-custom/components/modal/modal-heading.js +14 -6
- package/es-custom/components/modal/modal-heading.js.map +1 -1
- package/es-custom/components/modal/modal-label.d.ts +5 -1
- package/es-custom/components/modal/modal-label.d.ts.map +1 -1
- package/es-custom/components/modal/modal-label.js +14 -6
- package/es-custom/components/modal/modal-label.js.map +1 -1
- package/es-custom/components/modal/modal.d.ts +18 -10
- package/es-custom/components/modal/modal.d.ts.map +1 -1
- package/es-custom/components/modal/modal.js +24 -24
- package/es-custom/components/modal/modal.js.map +1 -1
- package/es-custom/components/modal/modal.scss.js +2 -3
- package/es-custom/components/multi-select/defs.js +1 -1
- package/es-custom/components/multi-select/defs.js.map +1 -1
- package/es-custom/components/multi-select/multi-select-item.js +7 -8
- package/es-custom/components/multi-select/multi-select-item.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.js +52 -53
- package/es-custom/components/multi-select/multi-select.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.scss.js +2 -3
- package/es-custom/components/multi-select/multi-select.scss.js.map +1 -1
- package/es-custom/components/notification/actionable-notification-button.js +5 -6
- package/es-custom/components/notification/actionable-notification-button.js.map +1 -1
- package/es-custom/components/notification/actionable-notification.js +22 -23
- package/es-custom/components/notification/actionable-notification.js.map +1 -1
- package/es-custom/components/notification/actionable-notification.scss.js +2 -3
- package/es-custom/components/notification/callout-notification.js +11 -12
- package/es-custom/components/notification/callout-notification.js.map +1 -1
- package/es-custom/components/notification/defs.js +1 -1
- package/es-custom/components/notification/defs.js.map +1 -1
- package/es-custom/components/notification/inline-notification.js +21 -22
- package/es-custom/components/notification/inline-notification.js.map +1 -1
- package/es-custom/components/notification/inline-notification.scss.js +2 -3
- package/es-custom/components/notification/stories/helper.js +8 -15
- package/es-custom/components/notification/stories/helper.js.map +1 -1
- package/es-custom/components/notification/toast-notification.js +10 -11
- package/es-custom/components/notification/toast-notification.js.map +1 -1
- package/es-custom/components/notification/toast-notification.scss.js +2 -3
- package/es-custom/components/number-input/defs.d.ts +4 -0
- package/es-custom/components/number-input/defs.d.ts.map +1 -1
- package/es-custom/components/number-input/defs.js +1 -2
- package/es-custom/components/number-input/defs.js.map +1 -1
- package/es-custom/components/number-input/number-input-skeleton.d.ts +6 -1
- package/es-custom/components/number-input/number-input-skeleton.d.ts.map +1 -1
- package/es-custom/components/number-input/number-input-skeleton.js +13 -9
- package/es-custom/components/number-input/number-input-skeleton.js.map +1 -1
- package/es-custom/components/number-input/number-input.d.ts +137 -8
- package/es-custom/components/number-input/number-input.d.ts.map +1 -1
- package/es-custom/components/number-input/number-input.js +332 -94
- package/es-custom/components/number-input/number-input.js.map +1 -1
- package/es-custom/components/number-input/number-input.scss.js +2 -3
- package/es-custom/components/number-input/number-input.scss.js.map +1 -1
- package/es-custom/components/overflow-menu/defs.js +1 -1
- package/es-custom/components/overflow-menu/defs.js.map +1 -1
- package/es-custom/components/overflow-menu/overflow-menu-body.js +12 -13
- package/es-custom/components/overflow-menu/overflow-menu-body.js.map +1 -1
- package/es-custom/components/overflow-menu/overflow-menu-item.js +13 -14
- package/es-custom/components/overflow-menu/overflow-menu-item.js.map +1 -1
- package/es-custom/components/overflow-menu/overflow-menu.js +13 -14
- package/es-custom/components/overflow-menu/overflow-menu.js.map +1 -1
- package/es-custom/components/overflow-menu/overflow-menu.scss.js +2 -3
- package/es-custom/components/page-header/page-header-breadcrumb.js +11 -12
- package/es-custom/components/page-header/page-header-breadcrumb.js.map +1 -1
- package/es-custom/components/page-header/page-header-content-text.js +5 -6
- package/es-custom/components/page-header/page-header-content-text.js.map +1 -1
- package/es-custom/components/page-header/page-header-content.js +14 -15
- package/es-custom/components/page-header/page-header-content.js.map +1 -1
- package/es-custom/components/page-header/page-header-hero-image.js +4 -5
- package/es-custom/components/page-header/page-header-hero-image.js.map +1 -1
- package/es-custom/components/page-header/page-header-tabs.js +7 -8
- package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
- package/es-custom/components/page-header/page-header.js +4 -5
- package/es-custom/components/page-header/page-header.js.map +1 -1
- package/es-custom/components/page-header/page-header.scss.js +1 -2
- package/es-custom/components/pagination/defs.js +1 -1
- package/es-custom/components/pagination/defs.js.map +1 -1
- package/es-custom/components/pagination/pagination.d.ts.map +1 -1
- package/es-custom/components/pagination/pagination.js +48 -48
- package/es-custom/components/pagination/pagination.js.map +1 -1
- package/es-custom/components/pagination/pagination.scss.js +2 -3
- package/es-custom/components/pagination-nav/defs.js +1 -1
- package/es-custom/components/pagination-nav/defs.js.map +1 -1
- package/es-custom/components/pagination-nav/pagination-nav.js +26 -27
- package/es-custom/components/pagination-nav/pagination-nav.js.map +1 -1
- package/es-custom/components/pagination-nav/pagination-nav.scss.js +2 -3
- package/es-custom/components/password-input/defs.js +1 -2
- package/es-custom/components/password-input/defs.js.map +1 -1
- package/es-custom/components/password-input/password-input-skeleton.js +6 -7
- package/es-custom/components/password-input/password-input-skeleton.js.map +1 -1
- package/es-custom/components/password-input/password-input.js +58 -59
- package/es-custom/components/password-input/password-input.js.map +1 -1
- package/es-custom/components/password-input/password-input.scss.js +1 -2
- package/es-custom/components/popover/defs.js +1 -1
- package/es-custom/components/popover/defs.js.map +1 -1
- package/es-custom/components/popover/popover-content.js +10 -11
- package/es-custom/components/popover/popover-content.js.map +1 -1
- package/es-custom/components/popover/popover.js +21 -22
- package/es-custom/components/popover/popover.js.map +1 -1
- package/es-custom/components/popover/popover.scss.js +1 -2
- package/es-custom/components/progress-bar/defs.js +1 -1
- package/es-custom/components/progress-bar/defs.js.map +1 -1
- package/es-custom/components/progress-bar/progress-bar.js +28 -29
- package/es-custom/components/progress-bar/progress-bar.js.map +1 -1
- package/es-custom/components/progress-bar/progress-bar.scss.js +1 -2
- package/es-custom/components/progress-indicator/defs.js +1 -1
- package/es-custom/components/progress-indicator/defs.js.map +1 -1
- package/es-custom/components/progress-indicator/progress-indicator-skeleton.js +5 -6
- package/es-custom/components/progress-indicator/progress-indicator-skeleton.js.map +1 -1
- package/es-custom/components/progress-indicator/progress-indicator.js +7 -8
- package/es-custom/components/progress-indicator/progress-indicator.js.map +1 -1
- package/es-custom/components/progress-indicator/progress-indicator.scss.js +2 -3
- package/es-custom/components/progress-indicator/progress-step-skeleton.js +7 -8
- package/es-custom/components/progress-indicator/progress-step-skeleton.js.map +1 -1
- package/es-custom/components/progress-indicator/progress-step.js +20 -21
- package/es-custom/components/progress-indicator/progress-step.js.map +1 -1
- package/es-custom/components/radio-button/defs.js +1 -1
- package/es-custom/components/radio-button/defs.js.map +1 -1
- package/es-custom/components/radio-button/radio-button-group.js +25 -26
- package/es-custom/components/radio-button/radio-button-group.js.map +1 -1
- package/es-custom/components/radio-button/radio-button-skeleton.js +6 -7
- package/es-custom/components/radio-button/radio-button-skeleton.js.map +1 -1
- package/es-custom/components/radio-button/radio-button.js +25 -26
- package/es-custom/components/radio-button/radio-button.js.map +1 -1
- package/es-custom/components/radio-button/radio-button.scss.js +1 -2
- package/es-custom/components/search/search-skeleton.js +8 -9
- package/es-custom/components/search/search-skeleton.js.map +1 -1
- package/es-custom/components/search/search.js +16 -17
- package/es-custom/components/search/search.js.map +1 -1
- package/es-custom/components/search/search.scss.js +2 -3
- package/es-custom/components/select/select-item-group.js +4 -5
- package/es-custom/components/select/select-item-group.js.map +1 -1
- package/es-custom/components/select/select-item.js +4 -5
- package/es-custom/components/select/select-item.js.map +1 -1
- package/es-custom/components/select/select-skeleton.js +6 -7
- package/es-custom/components/select/select-skeleton.js.map +1 -1
- package/es-custom/components/select/select.d.ts +4 -4
- package/es-custom/components/select/select.d.ts.map +1 -1
- package/es-custom/components/select/select.js +45 -42
- package/es-custom/components/select/select.js.map +1 -1
- package/es-custom/components/select/select.scss.js +1 -2
- package/es-custom/components/shape-indicator/defs.js +1 -1
- package/es-custom/components/shape-indicator/defs.js.map +1 -1
- package/es-custom/components/shape-indicator/shape-indicator.js +16 -17
- package/es-custom/components/shape-indicator/shape-indicator.js.map +1 -1
- package/es-custom/components/shape-indicator/shape-indicator.scss.js +1 -2
- package/es-custom/components/side-panel/defs.js +1 -1
- package/es-custom/components/side-panel/defs.js.map +1 -1
- package/es-custom/components/side-panel/side-panel.js +19 -18
- package/es-custom/components/side-panel/side-panel.js.map +1 -1
- package/es-custom/components/skeleton-icon/skeleton-icon.js +4 -5
- package/es-custom/components/skeleton-icon/skeleton-icon.js.map +1 -1
- package/es-custom/components/skeleton-icon/skeleton-icon.scss.js +1 -2
- package/es-custom/components/skeleton-placeholder/skeleton-placeholder.js +5 -6
- package/es-custom/components/skeleton-placeholder/skeleton-placeholder.js.map +1 -1
- package/es-custom/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -2
- package/es-custom/components/skeleton-text/defs.js +1 -1
- package/es-custom/components/skeleton-text/defs.js.map +1 -1
- package/es-custom/components/skeleton-text/skeleton-text.js +7 -8
- package/es-custom/components/skeleton-text/skeleton-text.js.map +1 -1
- package/es-custom/components/skeleton-text/skeleton-text.scss.js +1 -2
- package/es-custom/components/skip-to-content/skip-to-content.js +5 -6
- 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 +2 -3
- package/es-custom/components/slider/slider-input.js +12 -13
- package/es-custom/components/slider/slider-input.js.map +1 -1
- package/es-custom/components/slider/slider-skeleton.js +23 -24
- package/es-custom/components/slider/slider-skeleton.js.map +1 -1
- package/es-custom/components/slider/slider.js +45 -46
- package/es-custom/components/slider/slider.js.map +1 -1
- package/es-custom/components/slider/slider.scss.js +1 -2
- package/es-custom/components/slug/defs.js +1 -1
- package/es-custom/components/slug/defs.js.map +1 -1
- package/es-custom/components/slug/slug-action-button.js +4 -5
- package/es-custom/components/slug/slug-action-button.js.map +1 -1
- package/es-custom/components/slug/slug.js +15 -16
- package/es-custom/components/slug/slug.js.map +1 -1
- package/es-custom/components/slug/slug.scss.js +2 -3
- package/es-custom/components/stack/defs.js +1 -2
- package/es-custom/components/stack/defs.js.map +1 -1
- package/es-custom/components/stack/stack.js +8 -9
- package/es-custom/components/stack/stack.js.map +1 -1
- package/es-custom/components/stack/stack.scss.js +1 -2
- package/es-custom/components/structured-list/structured-list-body.js +4 -5
- package/es-custom/components/structured-list/structured-list-body.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-cell.js +4 -5
- package/es-custom/components/structured-list/structured-list-cell.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-head.js +4 -5
- 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 +4 -5
- 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 +4 -5
- 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 +5 -6
- package/es-custom/components/structured-list/structured-list-header-row.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-row.js +12 -13
- package/es-custom/components/structured-list/structured-list-row.js.map +1 -1
- package/es-custom/components/structured-list/structured-list.js +9 -10
- package/es-custom/components/structured-list/structured-list.js.map +1 -1
- package/es-custom/components/structured-list/structured-list.scss.js +1 -2
- package/es-custom/components/tabs/defs.d.ts +14 -1
- package/es-custom/components/tabs/defs.d.ts.map +1 -1
- package/es-custom/components/tabs/defs.js +17 -3
- package/es-custom/components/tabs/defs.js.map +1 -1
- package/es-custom/components/tabs/index.d.ts +3 -1
- package/es-custom/components/tabs/index.d.ts.map +1 -1
- package/es-custom/components/tabs/index.js +2 -0
- package/es-custom/components/tabs/tab-skeleton.js +5 -6
- package/es-custom/components/tabs/tab-skeleton.js.map +1 -1
- package/es-custom/components/tabs/tab.d.ts +13 -1
- package/es-custom/components/tabs/tab.d.ts.map +1 -1
- package/es-custom/components/tabs/tab.js +42 -14
- package/es-custom/components/tabs/tab.js.map +1 -1
- package/es-custom/components/tabs/tabs-skeleton.js +5 -6
- package/es-custom/components/tabs/tabs-skeleton.js.map +1 -1
- package/es-custom/components/tabs/tabs.d.ts +7 -3
- package/es-custom/components/tabs/tabs.d.ts.map +1 -1
- package/es-custom/components/tabs/tabs.js +61 -53
- package/es-custom/components/tabs/tabs.js.map +1 -1
- package/es-custom/components/tabs/tabs.scss.js +2 -3
- package/es-custom/components/tabs/tabs.scss.js.map +1 -1
- package/es-custom/components/tag/defs.js +1 -1
- package/es-custom/components/tag/defs.js.map +1 -1
- package/es-custom/components/tag/dismissible-tag.js +15 -16
- package/es-custom/components/tag/dismissible-tag.js.map +1 -1
- package/es-custom/components/tag/operational-tag.js +11 -11
- package/es-custom/components/tag/operational-tag.js.map +1 -1
- package/es-custom/components/tag/selectable-tag.js +10 -10
- package/es-custom/components/tag/selectable-tag.js.map +1 -1
- package/es-custom/components/tag/tag-skeleton.js +9 -10
- package/es-custom/components/tag/tag-skeleton.js.map +1 -1
- package/es-custom/components/tag/tag.js +17 -17
- package/es-custom/components/tag/tag.js.map +1 -1
- package/es-custom/components/tag/tag.scss.js +1 -2
- package/es-custom/components/tag/types.js +1 -2
- package/es-custom/components/tag/types.js.map +1 -1
- package/es-custom/components/tearsheet/defs.js +1 -1
- package/es-custom/components/tearsheet/defs.js.map +1 -1
- package/es-custom/components/tearsheet/tearsheet.js +23 -24
- package/es-custom/components/tearsheet/tearsheet.js.map +1 -1
- package/es-custom/components/text-input/defs.js +1 -2
- package/es-custom/components/text-input/defs.js.map +1 -1
- package/es-custom/components/text-input/stories/helpers.js +10 -11
- package/es-custom/components/text-input/stories/helpers.js.map +1 -1
- package/es-custom/components/text-input/text-input-skeleton.d.ts +2 -2
- package/es-custom/components/text-input/text-input-skeleton.js +8 -9
- package/es-custom/components/text-input/text-input-skeleton.js.map +1 -1
- package/es-custom/components/text-input/text-input.js +55 -56
- package/es-custom/components/text-input/text-input.js.map +1 -1
- package/es-custom/components/text-input/text-input.scss.js +1 -2
- package/es-custom/components/textarea/defs.js +1 -2
- package/es-custom/components/textarea/stories/helpers.js +1 -2
- package/es-custom/components/textarea/stories/helpers.js.map +1 -1
- package/es-custom/components/textarea/textarea-skeleton.js +6 -7
- package/es-custom/components/textarea/textarea-skeleton.js.map +1 -1
- package/es-custom/components/textarea/textarea.js +28 -29
- package/es-custom/components/textarea/textarea.js.map +1 -1
- package/es-custom/components/textarea/textarea.scss.js +1 -2
- package/es-custom/components/tile/clickable-tile.js +15 -16
- package/es-custom/components/tile/clickable-tile.js.map +1 -1
- package/es-custom/components/tile/defs.js +1 -2
- package/es-custom/components/tile/expandable-tile.js +14 -15
- package/es-custom/components/tile/expandable-tile.js.map +1 -1
- package/es-custom/components/tile/radio-tile.js +15 -16
- package/es-custom/components/tile/radio-tile.js.map +1 -1
- package/es-custom/components/tile/selectable-tile.js +18 -19
- package/es-custom/components/tile/selectable-tile.js.map +1 -1
- package/es-custom/components/tile/tile-group.js +21 -22
- package/es-custom/components/tile/tile-group.js.map +1 -1
- package/es-custom/components/tile/tile.js +7 -8
- package/es-custom/components/tile/tile.js.map +1 -1
- package/es-custom/components/tile/tile.scss.js +1 -2
- package/es-custom/components/time-picker/defs.js +1 -2
- package/es-custom/components/time-picker/defs.js.map +1 -1
- package/es-custom/components/time-picker/time-picker-select.js +11 -12
- package/es-custom/components/time-picker/time-picker-select.js.map +1 -1
- package/es-custom/components/time-picker/time-picker.js +23 -24
- package/es-custom/components/time-picker/time-picker.js.map +1 -1
- package/es-custom/components/time-picker/time-picker.scss.js +1 -2
- package/es-custom/components/toggle/defs.js +1 -1
- package/es-custom/components/toggle/defs.js.map +1 -1
- package/es-custom/components/toggle/toggle-skeleton.js +8 -9
- package/es-custom/components/toggle/toggle-skeleton.js.map +1 -1
- package/es-custom/components/toggle/toggle.js +17 -18
- package/es-custom/components/toggle/toggle.js.map +1 -1
- package/es-custom/components/toggle/toggle.scss.js +1 -2
- package/es-custom/components/toggle-tip/toggletip.js +27 -28
- package/es-custom/components/toggle-tip/toggletip.js.map +1 -1
- package/es-custom/components/toggle-tip/toggletip.scss.js +2 -3
- package/es-custom/components/toggle-tip/toggletip.scss.js.map +1 -1
- package/es-custom/components/tooltip/definition-tooltip.js +5 -6
- package/es-custom/components/tooltip/definition-tooltip.js.map +1 -1
- package/es-custom/components/tooltip/tooltip-content.js +5 -6
- package/es-custom/components/tooltip/tooltip-content.js.map +1 -1
- package/es-custom/components/tooltip/tooltip.js +6 -7
- package/es-custom/components/tooltip/tooltip.js.map +1 -1
- package/es-custom/components/tooltip/tooltip.scss.js +1 -2
- package/es-custom/components/tree-view/defs.js +1 -1
- package/es-custom/components/tree-view/defs.js.map +1 -1
- package/es-custom/components/tree-view/tree-node.js +28 -29
- package/es-custom/components/tree-view/tree-node.js.map +1 -1
- package/es-custom/components/tree-view/tree-view.js +9 -10
- package/es-custom/components/tree-view/tree-view.js.map +1 -1
- package/es-custom/components/tree-view/tree-view.scss.js +1 -2
- package/es-custom/components/ui-shell/defs.js +1 -1
- package/es-custom/components/ui-shell/defs.js.map +1 -1
- package/es-custom/components/ui-shell/header-global-action.js +15 -15
- package/es-custom/components/ui-shell/header-global-action.js.map +1 -1
- package/es-custom/components/ui-shell/header-menu-button.js +11 -12
- package/es-custom/components/ui-shell/header-menu-button.js.map +1 -1
- package/es-custom/components/ui-shell/header-menu-item.js +4 -5
- package/es-custom/components/ui-shell/header-menu-item.js.map +1 -1
- package/es-custom/components/ui-shell/header-menu.js +10 -11
- package/es-custom/components/ui-shell/header-menu.js.map +1 -1
- package/es-custom/components/ui-shell/header-name.js +6 -7
- package/es-custom/components/ui-shell/header-name.js.map +1 -1
- package/es-custom/components/ui-shell/header-nav-item.js +7 -8
- package/es-custom/components/ui-shell/header-nav-item.js.map +1 -1
- package/es-custom/components/ui-shell/header-nav.js +6 -7
- package/es-custom/components/ui-shell/header-nav.js.map +1 -1
- package/es-custom/components/ui-shell/header-panel.js +4 -5
- package/es-custom/components/ui-shell/header-panel.js.map +1 -1
- package/es-custom/components/ui-shell/header-side-nav-items.js +4 -5
- package/es-custom/components/ui-shell/header-side-nav-items.js.map +1 -1
- package/es-custom/components/ui-shell/header.js +4 -5
- package/es-custom/components/ui-shell/header.js.map +1 -1
- package/es-custom/components/ui-shell/header.scss.js +2 -3
- package/es-custom/components/ui-shell/side-nav-divider.js +4 -5
- package/es-custom/components/ui-shell/side-nav-divider.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav-items.js +4 -5
- package/es-custom/components/ui-shell/side-nav-items.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav-link.js +8 -9
- package/es-custom/components/ui-shell/side-nav-link.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav-menu-item.js +8 -9
- package/es-custom/components/ui-shell/side-nav-menu-item.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav-menu.js +12 -13
- package/es-custom/components/ui-shell/side-nav-menu.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav.js +24 -25
- package/es-custom/components/ui-shell/side-nav.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav.scss.js +1 -2
- package/es-custom/components/ui-shell/switcher-divider.js +4 -5
- package/es-custom/components/ui-shell/switcher-divider.js.map +1 -1
- package/es-custom/components/ui-shell/switcher-item.js +6 -7
- package/es-custom/components/ui-shell/switcher-item.js.map +1 -1
- package/es-custom/components/ui-shell/switcher.js +4 -5
- package/es-custom/components/ui-shell/switcher.js.map +1 -1
- package/es-custom/feature-flags/es/index.js +6 -6
- package/es-custom/feature-flags/es/index.js.map +1 -1
- package/es-custom/globals/controllers/floating-controller.js +1 -2
- package/es-custom/globals/controllers/floating-controller.js.map +1 -1
- package/es-custom/globals/decorators/carbon-element.js +1 -1
- package/es-custom/globals/decorators/host-listener.js +1 -1
- package/es-custom/globals/directives/if-non-empty.js +1 -2
- package/es-custom/globals/directives/if-non-empty.js.map +1 -1
- package/es-custom/globals/directives/spread.js +1 -2
- package/es-custom/globals/directives/spread.js.map +1 -1
- package/es-custom/globals/internal/collection-helpers.js +1 -1
- package/es-custom/globals/internal/deep-shadow-contains.js +1 -1
- package/es-custom/globals/internal/feature-flags.js +1 -1
- package/es-custom/globals/internal/icon-loader-utils.js +1 -2
- package/es-custom/globals/internal/icon-loader-utils.js.map +1 -1
- package/es-custom/globals/internal/icon-loader.js +1 -2
- package/es-custom/globals/internal/icon-loader.js.map +1 -1
- package/es-custom/globals/internal/radio-group-manager.js +1 -1
- package/es-custom/globals/internal/radio-group-manager.js.map +1 -1
- package/es-custom/globals/mixins/focus.js +1 -2
- package/es-custom/globals/mixins/focus.js.map +1 -1
- package/es-custom/globals/mixins/form.js +1 -2
- package/es-custom/globals/mixins/form.js.map +1 -1
- package/es-custom/globals/mixins/host-listener.js +1 -2
- package/es-custom/globals/mixins/host-listener.js.map +1 -1
- package/es-custom/globals/mixins/on.js +1 -1
- package/es-custom/globals/mixins/validity.js +5 -5
- package/es-custom/globals/mixins/validity.js.map +1 -1
- package/es-custom/globals/settings.js +57 -57
- package/es-custom/globals/settings.js.map +1 -1
- package/es-custom/globals/shared-enums.js +1 -1
- package/es-custom/globals/shared-enums.js.map +1 -1
- package/es-custom/index.d.ts +10 -1
- package/es-custom/index.d.ts.map +1 -1
- package/es-custom/index.js +10 -2
- package/lib/components/accordion/defs.js +2 -3
- package/lib/components/accordion/defs.js.map +1 -1
- package/lib/components/ai-label/defs.js +2 -3
- package/lib/components/ai-label/defs.js.map +1 -1
- package/lib/components/breadcrumb/defs.js +2 -3
- package/lib/components/breadcrumb/defs.js.map +1 -1
- package/lib/components/button/defs.js +2 -3
- package/lib/components/button/defs.js.map +1 -1
- package/lib/components/chat-button/defs.js +2 -3
- package/lib/components/chat-button/defs.js.map +1 -1
- package/lib/components/checkbox/checkbox-group.d.ts +1 -1
- package/lib/components/checkbox/checkbox-group.d.ts.map +1 -1
- package/lib/components/checkbox/checkbox.d.ts.map +1 -1
- package/lib/components/checkbox/defs.js +2 -3
- package/lib/components/checkbox/defs.js.map +1 -1
- package/lib/components/code-snippet/defs.js +3 -4
- package/lib/components/code-snippet/defs.js.map +1 -1
- package/lib/components/combo-button/defs.js +2 -3
- package/lib/components/combo-button/defs.js.map +1 -1
- package/lib/components/content-switcher/content-switcher.d.ts +3 -3
- package/lib/components/content-switcher/content-switcher.d.ts.map +1 -1
- package/lib/components/content-switcher/defs.js +2 -3
- package/lib/components/content-switcher/defs.js.map +1 -1
- package/lib/components/data-table/defs.js +12 -13
- package/lib/components/data-table/defs.js.map +1 -1
- package/lib/components/date-picker/defs.js +3 -4
- package/lib/components/date-picker/defs.js.map +1 -1
- package/lib/components/dialog/dialog-body.d.ts +19 -0
- package/lib/components/dialog/dialog-body.d.ts.map +1 -0
- package/lib/components/dialog/dialog-close-button.d.ts +20 -0
- package/lib/components/dialog/dialog-close-button.d.ts.map +1 -0
- package/lib/components/dialog/dialog-controls.d.ts +18 -0
- package/lib/components/dialog/dialog-controls.d.ts.map +1 -0
- package/lib/components/dialog/dialog-footer-button.d.ts +17 -0
- package/lib/components/dialog/dialog-footer-button.d.ts.map +1 -0
- package/lib/components/dialog/dialog-footer.d.ts +21 -0
- package/lib/components/dialog/dialog-footer.d.ts.map +1 -0
- package/lib/components/dialog/dialog-header.d.ts +18 -0
- package/lib/components/dialog/dialog-header.d.ts.map +1 -0
- package/lib/components/dialog/dialog-subtitle.d.ts +22 -0
- package/lib/components/dialog/dialog-subtitle.d.ts.map +1 -0
- package/lib/components/dialog/dialog-title.d.ts +22 -0
- package/lib/components/dialog/dialog-title.d.ts.map +1 -0
- package/lib/components/dialog/dialog.d.ts +99 -0
- package/lib/components/dialog/dialog.d.ts.map +1 -0
- package/lib/components/dialog/index.d.ts +16 -0
- package/lib/components/dialog/index.d.ts.map +1 -0
- package/lib/components/dropdown/defs.js +3 -4
- package/lib/components/dropdown/defs.js.map +1 -1
- package/lib/components/dropdown/dropdown.d.ts +4 -4
- package/lib/components/dropdown/dropdown.d.ts.map +1 -1
- package/lib/components/file-uploader/defs.js +2 -3
- package/lib/components/file-uploader/defs.js.map +1 -1
- package/lib/components/floating-menu/defs.js +2 -3
- package/lib/components/floating-menu/defs.js.map +1 -1
- package/lib/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts +18 -0
- package/lib/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts.map +1 -0
- package/lib/components/fluid-multi-select/fluid-multi-select.d.ts +24 -0
- package/lib/components/fluid-multi-select/fluid-multi-select.d.ts.map +1 -0
- package/lib/components/fluid-multi-select/index.d.ts +9 -0
- package/lib/components/fluid-multi-select/index.d.ts.map +1 -0
- package/lib/components/fluid-number-input/fluid-number-input.d.ts +2 -2
- package/lib/components/fluid-number-input/fluid-number-input.d.ts.map +1 -1
- package/lib/components/grid/defs.js +2 -3
- package/lib/components/grid/defs.js.map +1 -1
- package/lib/components/heading/defs.js +1 -1
- package/lib/components/icon-button/defs.js +2 -3
- package/lib/components/icon-button/defs.js.map +1 -1
- package/lib/components/icon-indicator/defs.js +2 -3
- package/lib/components/icon-indicator/defs.js.map +1 -1
- package/lib/components/inline-loading/defs.js +2 -3
- package/lib/components/inline-loading/defs.js.map +1 -1
- package/lib/components/loading/defs.js +2 -3
- package/lib/components/loading/defs.js.map +1 -1
- package/lib/components/menu/defs.js +2 -3
- package/lib/components/menu/defs.js.map +1 -1
- package/lib/components/menu-button/defs.js +2 -3
- package/lib/components/menu-button/defs.js.map +1 -1
- package/lib/components/modal/defs.js +2 -3
- package/lib/components/modal/defs.js.map +1 -1
- package/lib/components/modal/modal-body.d.ts +2 -0
- package/lib/components/modal/modal-body.d.ts.map +1 -1
- package/lib/components/modal/modal-heading.d.ts +5 -1
- package/lib/components/modal/modal-heading.d.ts.map +1 -1
- package/lib/components/modal/modal-label.d.ts +5 -1
- package/lib/components/modal/modal-label.d.ts.map +1 -1
- package/lib/components/modal/modal.d.ts +18 -10
- package/lib/components/modal/modal.d.ts.map +1 -1
- package/lib/components/multi-select/defs.js +2 -3
- package/lib/components/multi-select/defs.js.map +1 -1
- package/lib/components/notification/defs.js +2 -3
- package/lib/components/notification/defs.js.map +1 -1
- package/lib/components/number-input/defs.d.ts +4 -0
- package/lib/components/number-input/defs.d.ts.map +1 -1
- package/lib/components/number-input/defs.js +3 -4
- package/lib/components/number-input/defs.js.map +1 -1
- package/lib/components/number-input/number-input-skeleton.d.ts +6 -1
- package/lib/components/number-input/number-input-skeleton.d.ts.map +1 -1
- package/lib/components/number-input/number-input.d.ts +137 -8
- package/lib/components/number-input/number-input.d.ts.map +1 -1
- package/lib/components/overflow-menu/defs.js +2 -3
- package/lib/components/overflow-menu/defs.js.map +1 -1
- package/lib/components/pagination/defs.js +2 -3
- package/lib/components/pagination/defs.js.map +1 -1
- package/lib/components/pagination/pagination.d.ts.map +1 -1
- package/lib/components/pagination-nav/defs.js +2 -3
- package/lib/components/pagination-nav/defs.js.map +1 -1
- package/lib/components/password-input/defs.js +3 -4
- package/lib/components/password-input/defs.js.map +1 -1
- package/lib/components/popover/defs.js +2 -3
- package/lib/components/popover/defs.js.map +1 -1
- package/lib/components/progress-bar/defs.js +2 -3
- package/lib/components/progress-bar/defs.js.map +1 -1
- package/lib/components/progress-indicator/defs.js +2 -3
- package/lib/components/progress-indicator/defs.js.map +1 -1
- package/lib/components/radio-button/defs.js +2 -3
- package/lib/components/radio-button/defs.js.map +1 -1
- package/lib/components/select/select.d.ts +4 -4
- package/lib/components/select/select.d.ts.map +1 -1
- package/lib/components/shape-indicator/defs.js +2 -3
- package/lib/components/shape-indicator/defs.js.map +1 -1
- package/lib/components/side-panel/defs.js +2 -3
- package/lib/components/side-panel/defs.js.map +1 -1
- package/lib/components/skeleton-text/defs.js +2 -3
- package/lib/components/skeleton-text/defs.js.map +1 -1
- package/lib/components/slug/defs.js +2 -3
- package/lib/components/slug/defs.js.map +1 -1
- package/lib/components/stack/defs.js +2 -3
- package/lib/components/stack/defs.js.map +1 -1
- package/lib/components/tabs/defs.d.ts +14 -1
- package/lib/components/tabs/defs.d.ts.map +1 -1
- package/lib/components/tabs/defs.js +18 -4
- package/lib/components/tabs/defs.js.map +1 -1
- package/lib/components/tabs/index.d.ts +3 -1
- package/lib/components/tabs/index.d.ts.map +1 -1
- package/lib/components/tabs/tab.d.ts +13 -1
- package/lib/components/tabs/tab.d.ts.map +1 -1
- package/lib/components/tabs/tabs.d.ts +7 -3
- package/lib/components/tabs/tabs.d.ts.map +1 -1
- package/lib/components/tag/defs.js +2 -3
- package/lib/components/tag/defs.js.map +1 -1
- package/lib/components/tearsheet/defs.js +2 -3
- package/lib/components/tearsheet/defs.js.map +1 -1
- package/lib/components/text-input/defs.js +3 -4
- package/lib/components/text-input/defs.js.map +1 -1
- package/lib/components/text-input/text-input-skeleton.d.ts +2 -2
- package/lib/components/textarea/defs.js +3 -4
- package/lib/components/tile/defs.js +3 -4
- package/lib/components/time-picker/defs.js +3 -4
- package/lib/components/time-picker/defs.js.map +1 -1
- package/lib/components/toggle/defs.js +2 -3
- package/lib/components/toggle/defs.js.map +1 -1
- package/lib/components/tree-view/defs.js +2 -3
- package/lib/components/tree-view/defs.js.map +1 -1
- package/lib/components/ui-shell/defs.js +2 -3
- package/lib/components/ui-shell/defs.js.map +1 -1
- package/lib/globals/controllers/floating-controller.js +5 -3
- package/lib/globals/controllers/floating-controller.js.map +1 -1
- package/lib/globals/settings.js +58 -59
- package/lib/globals/settings.js.map +1 -1
- package/lib/globals/shared-enums.js +2 -3
- package/lib/globals/shared-enums.js.map +1 -1
- package/lib/index.d.ts +10 -1
- package/lib/index.d.ts.map +1 -1
- package/package.json +9 -8
- package/scss/components/button/button.scss +16 -6
- package/scss/components/checkbox/checkbox.scss +5 -3
- package/scss/components/dialog/dialog.scss +127 -0
- package/scss/components/dropdown/dropdown.scss +14 -1
- package/scss/components/fluid-multi-select/fluid-multi-select.scss +186 -0
- package/scss/components/multi-select/multi-select.scss +20 -3
- package/scss/components/number-input/number-input.scss +3 -1
- package/scss/components/tabs/tabs.scss +102 -1
- package/scss/components/toggle-tip/toggletip.scss +15 -0
- package/telemetry.yml +56 -37
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import
|
|
8
|
+
import "../../globals/settings.js";
|
|
9
9
|
import { carbonElement } from "../../globals/decorators/carbon-element.js";
|
|
10
|
-
import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.
|
|
10
|
+
import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.126.0/helpers/decorate.js";
|
|
11
11
|
import iconLoader from "../../globals/internal/icon-loader.js";
|
|
12
12
|
import FocusMixin from "../../globals/mixins/focus.js";
|
|
13
13
|
import HostListener from "../../globals/decorators/host-listener.js";
|
|
@@ -17,7 +17,6 @@ import tag_default$1 from "./tag.scss.js";
|
|
|
17
17
|
import { LitElement, html } from "lit";
|
|
18
18
|
import { property, query, state } from "lit/decorators.js";
|
|
19
19
|
import Close16 from "@carbon/icons/es/close/16.js";
|
|
20
|
-
|
|
21
20
|
//#region src/components/tag/tag.ts
|
|
22
21
|
/**
|
|
23
22
|
* Copyright IBM Corp. 2019, 2026
|
|
@@ -56,8 +55,8 @@ let CDSTag = class CDSTag extends HostListenerMixin(FocusMixin(LitElement)) {
|
|
|
56
55
|
this.filter = false;
|
|
57
56
|
this.hasCustomIcon = false;
|
|
58
57
|
this.open = true;
|
|
59
|
-
this.size =
|
|
60
|
-
this.type =
|
|
58
|
+
this.size = "md";
|
|
59
|
+
this.type = "gray";
|
|
61
60
|
this._hasEllipsisApplied = false;
|
|
62
61
|
}
|
|
63
62
|
/**
|
|
@@ -76,17 +75,18 @@ let CDSTag = class CDSTag extends HostListenerMixin(FocusMixin(LitElement)) {
|
|
|
76
75
|
* Handles `slotchange` event.
|
|
77
76
|
*/
|
|
78
77
|
_handleIconSlotChange({ target }) {
|
|
79
|
-
|
|
78
|
+
const hasIcon = target.assignedNodes();
|
|
79
|
+
this.hasCustomIcon = hasIcon.length > 0;
|
|
80
80
|
this.requestUpdate();
|
|
81
81
|
}
|
|
82
82
|
updated() {
|
|
83
|
-
const textContainer = this.shadowRoot?.querySelector(
|
|
83
|
+
const textContainer = this.shadowRoot?.querySelector(`.cds-custom--tag__label`);
|
|
84
84
|
if (!textContainer || this._hasEllipsisApplied === true) return;
|
|
85
85
|
this._hasEllipsisApplied = textContainer.scrollWidth > textContainer.clientWidth;
|
|
86
86
|
const root = this.getRootNode();
|
|
87
87
|
if (root instanceof ShadowRoot) {
|
|
88
88
|
const parent = root.host.tagName.toLowerCase();
|
|
89
|
-
if (parent ===
|
|
89
|
+
if (parent === `cds-custom-selectable-tag` || parent === `cds-custom-operational-tag`) {
|
|
90
90
|
this.setAttribute("role", "button");
|
|
91
91
|
this.tabIndex = this.disabled ? -1 : 0;
|
|
92
92
|
}
|
|
@@ -95,15 +95,15 @@ let CDSTag = class CDSTag extends HostListenerMixin(FocusMixin(LitElement)) {
|
|
|
95
95
|
render() {
|
|
96
96
|
const { disabled, filter, _handleAILabelSlotChange: handleAILabelSlotChange, _handleIconSlotChange: handleIconSlotChange, size, title } = this;
|
|
97
97
|
return html`
|
|
98
|
-
${size !==
|
|
99
|
-
<span class="${
|
|
98
|
+
${size !== "sm" ? html`<slot name="icon" @slotchange="${handleIconSlotChange}"></slot>` : ""}
|
|
99
|
+
<span class="${"cds-custom"}--tag__label">
|
|
100
100
|
<slot></slot>
|
|
101
101
|
</span>
|
|
102
102
|
<slot name="decorator" @slotchange="${handleAILabelSlotChange}"></slot>
|
|
103
103
|
<slot name="ai-label" @slotchange="${handleAILabelSlotChange}"></slot>
|
|
104
104
|
<slot name="slug" @slotchange="${handleAILabelSlotChange}"></slot>
|
|
105
105
|
${filter ? html`
|
|
106
|
-
<button class="${
|
|
106
|
+
<button class="${"cds-custom"}--tag__close-icon" ?disabled=${disabled}>
|
|
107
107
|
${iconLoader(Close16, { "aria-label": title })}
|
|
108
108
|
</button>
|
|
109
109
|
` : ``}
|
|
@@ -115,26 +115,26 @@ let CDSTag = class CDSTag extends HostListenerMixin(FocusMixin(LitElement)) {
|
|
|
115
115
|
* remove in v12
|
|
116
116
|
*/
|
|
117
117
|
static get slugItem() {
|
|
118
|
-
return
|
|
118
|
+
return `cds-custom-slug`;
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* A selector that will return the AI Label item.
|
|
122
122
|
*/
|
|
123
123
|
static get aiLabelItem() {
|
|
124
|
-
return
|
|
124
|
+
return `cds-custom-ai-label`;
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
127
|
* The name of the custom event fired before this tag is being closed upon a user gesture.
|
|
128
128
|
* Cancellation of this event stops the user-initiated action of closing this tag.
|
|
129
129
|
*/
|
|
130
130
|
static get eventBeforeClose() {
|
|
131
|
-
return
|
|
131
|
+
return `cds-custom-tag-beingclosed`;
|
|
132
132
|
}
|
|
133
133
|
/**
|
|
134
134
|
* The name of the custom event fired after this tag is closed upon a user gesture.
|
|
135
135
|
*/
|
|
136
136
|
static get eventClose() {
|
|
137
|
-
return
|
|
137
|
+
return `cds-custom-tag-closed`;
|
|
138
138
|
}
|
|
139
139
|
static {
|
|
140
140
|
this.styles = tag_default$1;
|
|
@@ -163,9 +163,9 @@ __decorate([property({
|
|
|
163
163
|
__decorate([property({ reflect: true })], CDSTag.prototype, "size", void 0);
|
|
164
164
|
__decorate([property({ reflect: true })], CDSTag.prototype, "type", void 0);
|
|
165
165
|
__decorate([state()], CDSTag.prototype, "_hasEllipsisApplied", void 0);
|
|
166
|
-
CDSTag = __decorate([carbonElement(
|
|
166
|
+
CDSTag = __decorate([carbonElement(`cds-custom-tag`)], CDSTag);
|
|
167
167
|
var tag_default = CDSTag;
|
|
168
|
-
|
|
169
168
|
//#endregion
|
|
170
169
|
export { TAG_SIZE, TAG_TYPE, tag_default as default };
|
|
170
|
+
|
|
171
171
|
//# sourceMappingURL=tag.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tag.js","names":["styles","customElement"],"sources":["../../../src/components/tag/tag.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2026\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, query, state } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport { iconLoader } from '../../globals/internal/icon-loader';\nimport Close16 from '@carbon/icons/es/close/16.js';\nimport FocusMixin from '../../globals/mixins/focus';\nimport HostListener from '../../globals/decorators/host-listener';\nimport HostListenerMixin from '../../globals/mixins/host-listener';\nimport { TAG_SIZE, TAG_TYPE } from './defs';\nimport styles from './tag.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\nexport { TAG_SIZE, TAG_TYPE };\n\n/**\n * Tag.\n * @element cds-custom-tag\n * @fires cds-custom-tag-beingclosed - The custom event fired as the element is being closed\n * @fires cds-custom-tag-closed - The custom event fired after the element has been closed\n */\n@customElement(`${prefix}-tag`)\nclass CDSTag extends HostListenerMixin(FocusMixin(LitElement)) {\n @query('button')\n protected _buttonNode!: HTMLButtonElement;\n\n /**\n * Handles `slotchange` event.\n */\n protected _handleAILabelSlotChange({ target }: Event) {\n const hasContent = (target as HTMLSlotElement)\n .assignedNodes()\n .filter((elem) =>\n (elem as HTMLElement).matches !== undefined\n ? (elem as HTMLElement).matches(\n (this.constructor as typeof CDSTag).aiLabelItem\n ) ||\n // remove reference of slug in v12\n (elem as HTMLElement).matches(\n (this.constructor as typeof CDSTag).slugItem\n )\n : false\n );\n if (hasContent.length > 0) {\n (hasContent[0] as HTMLElement).setAttribute('tag', `${this.type}`);\n (hasContent[0] as HTMLElement).setAttribute('size', 'sm');\n (hasContent[0] as HTMLElement).setAttribute('kind', 'inline');\n }\n this.requestUpdate();\n }\n\n /**\n * Handles `slotchange` event.\n */\n protected _handleIconSlotChange({ target }: Event) {\n const hasIcon = (target as HTMLSlotElement).assignedNodes();\n\n this.hasCustomIcon = hasIcon.length > 0;\n this.requestUpdate();\n }\n\n /**\n * Handles `click` event on this element.\n *\n * @param event The event.\n */\n @HostListener('shadowRoot:click')\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- https://github.com/carbon-design-system/carbon/issues/20452\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n protected _handleClick = (event: MouseEvent) => {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion -- https://github.com/carbon-design-system/carbon/issues/20452\n if (event.composedPath().indexOf(this._buttonNode!) >= 0) {\n if (this.disabled) {\n event.stopPropagation();\n } else if (this.open) {\n const init = {\n bubbles: true,\n cancelable: true,\n composed: true,\n detail: {\n triggeredBy: event.target,\n },\n };\n if (\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof CDSTag).eventBeforeClose,\n init\n )\n )\n ) {\n this.open = false;\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof CDSTag).eventClose,\n init\n )\n );\n }\n }\n }\n };\n\n /**\n * Text to show on filter tag \"clear\" buttons. Corresponds to the attribute with the same name\n *\n * @deprecated The `title` property has been deprecated and will be removed in the next major version. Use cds-custom-dismissible-tag instead.\n */\n @property({ type: String })\n title = 'Clear filter';\n\n /**\n * `true` if the tag should be disabled\n */\n @property({ type: Boolean, reflect: true })\n disabled = false;\n\n /**\n * Determine if is a filter/chip\n *\n * @deprecated The `filter` property has been deprecated and will be removed in the next major version. Use cds-custom-dismissible-tag instead.\n */\n @property({ type: Boolean, reflect: true })\n filter = false;\n\n /**\n * `true` if there is a custom icon.\n */\n @property({ type: Boolean, attribute: 'has-custom-icon', reflect: true })\n hasCustomIcon = false;\n\n /**\n * `true` if the tag should be open.\n */\n @property({ type: Boolean, reflect: true })\n open = true;\n\n /**\n * The size of the tag.\n */\n @property({ reflect: true })\n size = TAG_SIZE.MEDIUM;\n\n /**\n * The type of the tag.\n */\n @property({ reflect: true })\n type = TAG_TYPE.GRAY;\n\n /**\n * true if the tag text has ellipsis applied\n */\n @state()\n _hasEllipsisApplied = false;\n\n updated() {\n const textContainer = this.shadowRoot?.querySelector(\n `.${prefix}--tag__label`\n );\n if (!textContainer || this._hasEllipsisApplied === true) return;\n\n this._hasEllipsisApplied =\n textContainer.scrollWidth > textContainer.clientWidth;\n\n const root = this.getRootNode();\n // Check if the root is a shadow root and get its host\n if (root instanceof ShadowRoot) {\n const parent = root.host.tagName.toLowerCase();\n if (\n parent === `${prefix}-selectable-tag` ||\n parent === `${prefix}-operational-tag`\n ) {\n this.setAttribute('role', 'button');\n this.tabIndex = this.disabled ? -1 : 0;\n }\n }\n }\n\n render() {\n const {\n disabled,\n filter,\n _handleAILabelSlotChange: handleAILabelSlotChange,\n _handleIconSlotChange: handleIconSlotChange,\n size,\n title,\n } = this;\n\n return html`\n ${size !== TAG_SIZE.SMALL\n ? html`<slot name=\"icon\" @slotchange=\"${handleIconSlotChange}\"></slot>`\n : ''}\n <span class=\"${prefix}--tag__label\">\n <slot></slot>\n </span>\n <slot name=\"decorator\" @slotchange=\"${handleAILabelSlotChange}\"></slot>\n <slot name=\"ai-label\" @slotchange=\"${handleAILabelSlotChange}\"></slot>\n <slot name=\"slug\" @slotchange=\"${handleAILabelSlotChange}\"></slot>\n ${filter\n ? html`\n <button class=\"${prefix}--tag__close-icon\" ?disabled=${disabled}>\n ${iconLoader(Close16, { 'aria-label': title })}\n </button>\n `\n : ``}\n `;\n }\n\n /**\n * A selector that will return the slug item.\n *\n * remove in v12\n */\n static get slugItem() {\n return `${prefix}-slug`;\n }\n\n /**\n * A selector that will return the AI Label item.\n */\n static get aiLabelItem() {\n return `${prefix}-ai-label`;\n }\n\n /**\n * The name of the custom event fired before this tag is being closed upon a user gesture.\n * Cancellation of this event stops the user-initiated action of closing this tag.\n */\n static get eventBeforeClose() {\n return `${prefix}-tag-beingclosed`;\n }\n\n /**\n * The name of the custom event fired after this tag is closed upon a user gesture.\n */\n static get eventClose() {\n return `${prefix}-tag-closed`;\n }\n\n static styles = styles;\n}\n\nexport default CDSTag;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"tag.js","names":["styles","customElement"],"sources":["../../../src/components/tag/tag.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2026\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, query, state } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport { iconLoader } from '../../globals/internal/icon-loader';\nimport Close16 from '@carbon/icons/es/close/16.js';\nimport FocusMixin from '../../globals/mixins/focus';\nimport HostListener from '../../globals/decorators/host-listener';\nimport HostListenerMixin from '../../globals/mixins/host-listener';\nimport { TAG_SIZE, TAG_TYPE } from './defs';\nimport styles from './tag.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\nexport { TAG_SIZE, TAG_TYPE };\n\n/**\n * Tag.\n * @element cds-custom-tag\n * @fires cds-custom-tag-beingclosed - The custom event fired as the element is being closed\n * @fires cds-custom-tag-closed - The custom event fired after the element has been closed\n */\n@customElement(`${prefix}-tag`)\nclass CDSTag extends HostListenerMixin(FocusMixin(LitElement)) {\n @query('button')\n protected _buttonNode!: HTMLButtonElement;\n\n /**\n * Handles `slotchange` event.\n */\n protected _handleAILabelSlotChange({ target }: Event) {\n const hasContent = (target as HTMLSlotElement)\n .assignedNodes()\n .filter((elem) =>\n (elem as HTMLElement).matches !== undefined\n ? (elem as HTMLElement).matches(\n (this.constructor as typeof CDSTag).aiLabelItem\n ) ||\n // remove reference of slug in v12\n (elem as HTMLElement).matches(\n (this.constructor as typeof CDSTag).slugItem\n )\n : false\n );\n if (hasContent.length > 0) {\n (hasContent[0] as HTMLElement).setAttribute('tag', `${this.type}`);\n (hasContent[0] as HTMLElement).setAttribute('size', 'sm');\n (hasContent[0] as HTMLElement).setAttribute('kind', 'inline');\n }\n this.requestUpdate();\n }\n\n /**\n * Handles `slotchange` event.\n */\n protected _handleIconSlotChange({ target }: Event) {\n const hasIcon = (target as HTMLSlotElement).assignedNodes();\n\n this.hasCustomIcon = hasIcon.length > 0;\n this.requestUpdate();\n }\n\n /**\n * Handles `click` event on this element.\n *\n * @param event The event.\n */\n @HostListener('shadowRoot:click')\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- https://github.com/carbon-design-system/carbon/issues/20452\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n protected _handleClick = (event: MouseEvent) => {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion -- https://github.com/carbon-design-system/carbon/issues/20452\n if (event.composedPath().indexOf(this._buttonNode!) >= 0) {\n if (this.disabled) {\n event.stopPropagation();\n } else if (this.open) {\n const init = {\n bubbles: true,\n cancelable: true,\n composed: true,\n detail: {\n triggeredBy: event.target,\n },\n };\n if (\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof CDSTag).eventBeforeClose,\n init\n )\n )\n ) {\n this.open = false;\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof CDSTag).eventClose,\n init\n )\n );\n }\n }\n }\n };\n\n /**\n * Text to show on filter tag \"clear\" buttons. Corresponds to the attribute with the same name\n *\n * @deprecated The `title` property has been deprecated and will be removed in the next major version. Use cds-custom-dismissible-tag instead.\n */\n @property({ type: String })\n title = 'Clear filter';\n\n /**\n * `true` if the tag should be disabled\n */\n @property({ type: Boolean, reflect: true })\n disabled = false;\n\n /**\n * Determine if is a filter/chip\n *\n * @deprecated The `filter` property has been deprecated and will be removed in the next major version. Use cds-custom-dismissible-tag instead.\n */\n @property({ type: Boolean, reflect: true })\n filter = false;\n\n /**\n * `true` if there is a custom icon.\n */\n @property({ type: Boolean, attribute: 'has-custom-icon', reflect: true })\n hasCustomIcon = false;\n\n /**\n * `true` if the tag should be open.\n */\n @property({ type: Boolean, reflect: true })\n open = true;\n\n /**\n * The size of the tag.\n */\n @property({ reflect: true })\n size = TAG_SIZE.MEDIUM;\n\n /**\n * The type of the tag.\n */\n @property({ reflect: true })\n type = TAG_TYPE.GRAY;\n\n /**\n * true if the tag text has ellipsis applied\n */\n @state()\n _hasEllipsisApplied = false;\n\n updated() {\n const textContainer = this.shadowRoot?.querySelector(\n `.${prefix}--tag__label`\n );\n if (!textContainer || this._hasEllipsisApplied === true) return;\n\n this._hasEllipsisApplied =\n textContainer.scrollWidth > textContainer.clientWidth;\n\n const root = this.getRootNode();\n // Check if the root is a shadow root and get its host\n if (root instanceof ShadowRoot) {\n const parent = root.host.tagName.toLowerCase();\n if (\n parent === `${prefix}-selectable-tag` ||\n parent === `${prefix}-operational-tag`\n ) {\n this.setAttribute('role', 'button');\n this.tabIndex = this.disabled ? -1 : 0;\n }\n }\n }\n\n render() {\n const {\n disabled,\n filter,\n _handleAILabelSlotChange: handleAILabelSlotChange,\n _handleIconSlotChange: handleIconSlotChange,\n size,\n title,\n } = this;\n\n return html`\n ${size !== TAG_SIZE.SMALL\n ? html`<slot name=\"icon\" @slotchange=\"${handleIconSlotChange}\"></slot>`\n : ''}\n <span class=\"${prefix}--tag__label\">\n <slot></slot>\n </span>\n <slot name=\"decorator\" @slotchange=\"${handleAILabelSlotChange}\"></slot>\n <slot name=\"ai-label\" @slotchange=\"${handleAILabelSlotChange}\"></slot>\n <slot name=\"slug\" @slotchange=\"${handleAILabelSlotChange}\"></slot>\n ${filter\n ? html`\n <button class=\"${prefix}--tag__close-icon\" ?disabled=${disabled}>\n ${iconLoader(Close16, { 'aria-label': title })}\n </button>\n `\n : ``}\n `;\n }\n\n /**\n * A selector that will return the slug item.\n *\n * remove in v12\n */\n static get slugItem() {\n return `${prefix}-slug`;\n }\n\n /**\n * A selector that will return the AI Label item.\n */\n static get aiLabelItem() {\n return `${prefix}-ai-label`;\n }\n\n /**\n * The name of the custom event fired before this tag is being closed upon a user gesture.\n * Cancellation of this event stops the user-initiated action of closing this tag.\n */\n static get eventBeforeClose() {\n return `${prefix}-tag-beingclosed`;\n }\n\n /**\n * The name of the custom event fired after this tag is closed upon a user gesture.\n */\n static get eventClose() {\n return `${prefix}-tag-closed`;\n }\n\n static styles = styles;\n}\n\nexport default CDSTag;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BA,IAAA,SAAA,MACM,eAAe,kBAAkB,WAAW,WAAW,CAAC,CAAC;;;uBA+CnC,UAAsB;AAE9C,OAAI,MAAM,cAAc,CAAC,QAAQ,KAAK,YAAa,IAAI;QACjD,KAAK,SACP,OAAM,iBAAiB;aACd,KAAK,MAAM;KACpB,MAAM,OAAO;MACX,SAAS;MACT,YAAY;MACZ,UAAU;MACV,QAAQ,EACN,aAAa,MAAM,QACpB;MACF;AACD,SACE,KAAK,cACH,IAAI,YACD,KAAK,YAA8B,kBACpC,KACD,CACF,EACD;AACA,WAAK,OAAO;AACZ,WAAK,cACH,IAAI,YACD,KAAK,YAA8B,YACpC,KACD,CACF;;;;;eAYD;kBAMG;gBAQF;uBAMO;cAMT;;;6BAkBe;;;;;CA5HtB,yBAAmC,EAAE,UAAiB;EACpD,MAAM,aAAc,OACjB,eAAe,CACf,QAAQ,SACN,KAAqB,YAAY,KAAA,IAC7B,KAAqB,QACnB,KAAK,YAA8B,YACrC,IAEA,KAAqB,QACnB,KAAK,YAA8B,SACrC,GACD,MACL;AACH,MAAI,WAAW,SAAS,GAAG;AACxB,cAAW,GAAmB,aAAa,OAAO,GAAG,KAAK,OAAO;AACjE,cAAW,GAAmB,aAAa,QAAQ,KAAK;AACxD,cAAW,GAAmB,aAAa,QAAQ,SAAS;;AAE/D,OAAK,eAAe;;;;;CAMtB,sBAAgC,EAAE,UAAiB;EACjD,MAAM,UAAW,OAA2B,eAAe;AAE3D,OAAK,gBAAgB,QAAQ,SAAS;AACtC,OAAK,eAAe;;CAiGtB,UAAU;EACR,MAAM,gBAAgB,KAAK,YAAY,cACrC,mBACD;AACD,MAAI,CAAC,iBAAiB,KAAK,wBAAwB,KAAM;AAEzD,OAAK,sBACH,cAAc,cAAc,cAAc;EAE5C,MAAM,OAAO,KAAK,aAAa;AAE/B,MAAI,gBAAgB,YAAY;GAC9B,MAAM,SAAS,KAAK,KAAK,QAAQ,aAAa;AAC9C,OACE,WAAW,wBACX,WAAW,uBACX;AACA,SAAK,aAAa,QAAQ,SAAS;AACnC,SAAK,WAAW,KAAK,WAAW,KAAK;;;;CAK3C,SAAS;EACP,MAAM,EACJ,UACA,QACA,0BAA0B,yBAC1B,uBAAuB,sBACvB,MACA,UACE;AAEJ,SAAO,IAAI;QACP,SAAA,OACE,IAAI,kCAAkC,qBAAqB,aAC3D,GAAG;2BACe;;;4CAGgB,wBAAwB;2CACzB,wBAAwB;uCAC5B,wBAAwB;QACvD,SACE,IAAI;mCACsB,+BAA+B,SAAS;gBAC5D,WAAW,SAAS,EAAE,cAAc,OAAO,CAAC,CAAC;;cAGnD,GAAG;;;;;;;;CASX,WAAW,WAAW;AACpB,SAAO;;;;;CAMT,WAAW,cAAc;AACvB,SAAO;;;;;;CAOT,WAAW,mBAAmB;AAC5B,SAAO;;;;;CAMT,WAAW,aAAa;AACtB,SAAO;;;gBAGOA;;;YAxNf,MAAM,SAAS,CAAA,EAAA,OAAA,WAAA,eAAA,KAAA,EAAA;YA2Cf,aAAa,mBAAmB,CAAA,EAAA,OAAA,WAAA,gBAAA,KAAA,EAAA;YA0ChC,SAAS,EAAE,MAAM,QAAQ,CAAC,CAAA,EAAA,OAAA,WAAA,SAAA,KAAA,EAAA;YAM1B,SAAS;CAAE,MAAM;CAAS,SAAS;CAAM,CAAC,CAAA,EAAA,OAAA,WAAA,YAAA,KAAA,EAAA;YAQ1C,SAAS;CAAE,MAAM;CAAS,SAAS;CAAM,CAAC,CAAA,EAAA,OAAA,WAAA,UAAA,KAAA,EAAA;YAM1C,SAAS;CAAE,MAAM;CAAS,WAAW;CAAmB,SAAS;CAAM,CAAC,CAAA,EAAA,OAAA,WAAA,iBAAA,KAAA,EAAA;YAMxE,SAAS;CAAE,MAAM;CAAS,SAAS;CAAM,CAAC,CAAA,EAAA,OAAA,WAAA,QAAA,KAAA,EAAA;YAM1C,SAAS,EAAE,SAAS,MAAM,CAAC,CAAA,EAAA,OAAA,WAAA,QAAA,KAAA,EAAA;YAM3B,SAAS,EAAE,SAAS,MAAM,CAAC,CAAA,EAAA,OAAA,WAAA,QAAA,KAAA,EAAA;YAM3B,OAAO,CAAA,EAAA,OAAA,WAAA,uBAAA,KAAA,EAAA;qBAnITC,cAAc,UAAgB,CAAA,EAAA,OAAA;AA6N/B,IAAA,cAAe"}
|
|
@@ -6,10 +6,9 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { css } from "lit";
|
|
9
|
-
|
|
10
9
|
//#region src/components/tag/tag.scss?lit
|
|
11
10
|
var tag_default = css(["@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--layout--size-xs{--cds-layout-size-height-context:var(--cds-layout-size-height-xs,1.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm,:host(cds-custom-dismissible-tag[size=sm]),:host(cds-custom-tag-skeleton[size=sm]),:host(cds-custom-tag[size=sm]){--cds-layout-size-height-context:var(--cds-layout-size-height-sm,2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout--size-md,:host(cds-custom-dismissible-tag),:host(cds-custom-tag),:host(cds-custom-tag-skeleton){--cds-layout-size-height-context:var(--cds-layout-size-height-md,2.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg,:host(cds-custom-dismissible-tag[size=lg]),:host(cds-custom-tag-skeleton[size=lg]),:host(cds-custom-tag[size=lg]){--cds-layout-size-height-context:var(--cds-layout-size-height-lg,3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-layout-size-height-context:var(--cds-layout-size-height-xl,4rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-layout-size-height-context:var(--cds-layout-size-height-2xl,5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed,0.5rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal,1rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal,1rem)}:root{--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}.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--layer-one,:root{--cds-layer:var(--cds-layer-01,#f4f4f4);--cds-layer-active:var(--cds-layer-active-01,#c6c6c6);--cds-layer-background:var(--cds-layer-background-01,#fff);--cds-layer-hover:var(--cds-layer-hover-01,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-01,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-01,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-01,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-01,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-01,#a8a8a8);--cds-field:var(--cds-field-01,#f4f4f4);--cds-field-hover:var(--cds-field-hover-01,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-00,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-01,#c6c6c6);--cds-border-strong:var(--cds-border-strong-01,#8d8d8d);--cds-border-tile:var(--cds-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-layer:var(--cds-layer-02,#fff);--cds-layer-active:var(--cds-layer-active-02,#c6c6c6);--cds-layer-background:var(--cds-layer-background-02,#f4f4f4);--cds-layer-hover:var(--cds-layer-hover-02,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-02,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-02,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-02,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-02,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-02,#a8a8a8);--cds-field:var(--cds-field-02,#fff);--cds-field-hover:var(--cds-field-hover-02,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-01,#c6c6c6);--cds-border-subtle-selected:var(--cds-border-subtle-selected-02,#c6c6c6);--cds-border-strong:var(--cds-border-strong-02,#8d8d8d);--cds-border-tile:var(--cds-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-layer:var(--cds-layer-03,#f4f4f4);--cds-layer-active:var(--cds-layer-active-03,#c6c6c6);--cds-layer-background:var(--cds-layer-background-03,#fff);--cds-layer-hover:var(--cds-layer-hover-03,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-03,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-03,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-03,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-03,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-03,#a8a8a8);--cds-field:var(--cds-field-03,#f4f4f4);--cds-field-hover:var(--cds-field-hover-03,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-02,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-03,#c6c6c6);--cds-border-strong:var(--cds-border-strong-03,#8d8d8d);--cds-border-tile:var(--cds-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-layer-background)}.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-popover-background-color:var(--cds-background-inverse,#393939);--cds-popover-text-color:var(--cds-text-inverse,#fff)}.cds-custom--popover--drop-shadow .cds-custom--popover{filter:var(--cds-popover-drop-shadow,drop-shadow(0 .125rem .125rem rgba(0,0,0,.2)))}.cds-custom--popover--border>.cds-custom--popover>.cds-custom--popover-content{outline:1px solid var(--cds-popover-border-color,var(--cds-border-subtle));outline-offset:-1px}.cds-custom--popover--caret{--cds-popover-offset:0.625rem}.cds-custom--popover{inset:0;pointer-events:none;position:absolute;z-index:6000}.cds-custom--popover-content{--cds-layout-size-height-sm:2rem}.cds-custom--layout--size-sm :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-sm,:host(cds-custom-dismissible-tag[size=sm]) :where(.cds-custom--popover-content),:host(cds-custom-tag-skeleton[size=sm]) :where(.cds-custom--popover-content),:host(cds-custom-tag[size=sm]) :where(.cds-custom--popover-content){--cds-layout-size-height:var(--cds-layout-size-height-sm)}.cds-custom--popover-content{--cds-layout-size-height-md:2.5rem}.cds-custom--layout--size-md :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-md,:host(cds-custom-dismissible-tag) :where(.cds-custom--popover-content),:host(cds-custom-tag) :where(.cds-custom--popover-content),:host(cds-custom-tag-skeleton) :where(.cds-custom--popover-content){--cds-layout-size-height:var(--cds-layout-size-height-md)}.cds-custom--popover-content{--cds-layout-size-height-lg:3rem}.cds-custom--layout--size-lg :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-lg,:host(cds-custom-dismissible-tag[size=lg]) :where(.cds-custom--popover-content),:host(cds-custom-tag-skeleton[size=lg]) :where(.cds-custom--popover-content),:host(cds-custom-tag[size=lg]) :where(.cds-custom--popover-content){--cds-layout-size-height:var(--cds-layout-size-height-lg)}.cds-custom--popover-content{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--popover-content *,.cds-custom--popover-content :after,.cds-custom--popover-content :before{box-sizing:inherit}.cds-custom--popover-content{background-color:var(--cds-popover-background-color,var(--cds-layer));border-radius:var(--cds-popover-border-radius,2px);color:var(--cds-popover-text-color,var(--cds-text-primary,#161616));display:none;inline-size:-moz-max-content;inline-size:max-content;max-inline-size:23rem;pointer-events:auto;position:absolute;z-index:6000}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-content{background-color:var(--cds-background,#fff)}.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{display:none;position:absolute;will-change:transform;z-index:6000}.cds-custom--popover--auto-align.cds-custom--popover-caret:after,.cds-custom--popover-caret:after{background-color:var(--cds-popover-background-color,var(--cds-layer));content:\"\";display:block;position:absolute}.cds-custom--popover--auto-align.cds-custom--popover-caret:before,.cds-custom--popover-caret:before{background-color:var(--cds-popover-border-color,var(--cds-border-subtle));content:\"\";display:none;position:absolute}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-caret:after{background-color:var(--cds-background,#fff)}.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--border .cds-custom--popover--auto-align.cds-custom--popover-caret:before,.cds-custom--popover--border .cds-custom--popover-caret:before,.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-popover-offset, 0rem)))}.cds-custom--popover--bottom-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:-.25rem}.cds-custom--popover--top-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:-.25rem}.cds-custom--popover--bottom-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-popover-offset, 0rem) - 1rem)}.cds-custom--popover--bottom-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-popover-offset, 0rem) - 1rem)}.cds-custom--popover--right-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(100% + .25rem)}.cds-custom--popover--left-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(100% + .25rem)}[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-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:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(calc(var(--cds-popover-offset, 0rem)*-1),calc(100% + var(--cds-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:calc(50% - var(--cds-popover-offset, 0rem));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:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(var(--cds-popover-offset,0),calc(100% + var(--cds-popover-offset, 0rem)))}[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:calc(50% - var(--cds-popover-offset, 0rem))}.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-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-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-popover-offset,0))}.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}[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-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-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}.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-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-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:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(calc(var(--cds-popover-offset, 0rem)*-1),calc(-100% - var(--cds-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:calc(50% - var(--cds-popover-offset, 0rem));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:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(var(--cds-popover-offset,0),calc(-100% - var(--cds-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:calc(50% - var(--cds-popover-offset, 0rem))}.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-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-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(var(--cds-popover-offset, 0rem)*-1))}.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}[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-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-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}.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-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-popover-offset,0),calc(var(--cds-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-popover-offset,0),calc(var(--cds-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-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-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(var(--cds-popover-offset, 0rem) - 100%),-50%)}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}[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--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}.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-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.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-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-popover-offset, 0rem)*-1),calc(var(--cds-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-popover-offset, 0rem)*-1),calc(var(--cds-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-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-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-popover-offset, 0rem)*-1 + 100%),-50%)}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}[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--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}.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-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.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--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;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--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{align-items:center;block-size:2rem;display:inline-flex;inline-size:2rem;justify-content:center;position:relative}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-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-layer-hover)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button{background:var(--cds-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-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-icon-primary,#161616)}.cds-custom--tooltip{--cds-popover-offset:12px}.cds-custom--tooltip-content{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);max-inline-size:18rem;overflow-wrap:break-word;padding:var(--cds-tooltip-padding-block,1rem) var(--cds-tooltip-padding-inline,1rem)}.cds-custom--icon-tooltip,:host(cds-custom-dismissible-tag) cds-custom-tooltip{--cds-tooltip-padding-block:0.125rem;--cds-popover-caret-width:0.5rem;--cds-popover-caret-height:0.25rem;--cds-popover-offset:0.5rem}.cds-custom--icon-tooltip .cds-custom--tooltip-content,:host(cds-custom-dismissible-tag) cds-custom-tooltip .cds-custom--tooltip-content{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.cds-custom--definition-term{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;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{border-block-end:1px dotted var(--cds-border-strong);border-radius:0;color:var(--cds-text-primary,#161616)}.cds-custom--definition-term:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:focus,.cds-custom--definition-term:hover{border-block-end-color:var(--cds-border-interactive,#0f62fe)}.cds-custom--definition-tooltip{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);max-inline-size:11rem;padding:.5rem 1rem;text-wrap:auto;word-break:break-word}.cds-custom--tag,:host(cds-custom-dismissible-tag),:host(cds-custom-tag){--cds-layout-size-height-xs:1.125rem}.cds-custom--layout--size-xs :where(.cds-custom--tag),.cds-custom--tag.cds-custom--layout--size-xs{--cds-layout-size-height:var(--cds-layout-size-height-xs)}.cds-custom--tag,:host(cds-custom-dismissible-tag),:host(cds-custom-tag){--cds-layout-size-height-sm:1.125rem}.cds-custom--layout--size-sm :where(.cds-custom--tag),.cds-custom--tag.cds-custom--layout--size-sm,:host(cds-custom-dismissible-tag):host(cds-custom-dismissible-tag[size=sm]),:host(cds-custom-dismissible-tag):host(cds-custom-tag-skeleton[size=sm]),:host(cds-custom-dismissible-tag[size=sm]) :where(.cds-custom--tag),:host(cds-custom-tag):host(cds-custom-tag-skeleton[size=sm]),:host(cds-custom-tag):host(cds-custom-tag[size=sm]),:host(cds-custom-tag-skeleton[size=sm]) :where(.cds-custom--tag),:host(cds-custom-tag[size=sm]) :where(.cds-custom--tag){--cds-layout-size-height:var(--cds-layout-size-height-sm)}.cds-custom--tag,:host(cds-custom-dismissible-tag),:host(cds-custom-tag){--cds-layout-size-height-md:1.5rem}.cds-custom--layout--size-md :where(.cds-custom--tag),.cds-custom--tag.cds-custom--layout--size-md,:host(cds-custom-dismissible-tag),:host(cds-custom-dismissible-tag) :where(.cds-custom--tag),:host(cds-custom-tag),:host(cds-custom-tag) :where(.cds-custom--tag),:host(cds-custom-tag-skeleton) :where(.cds-custom--tag){--cds-layout-size-height:var(--cds-layout-size-height-md)}.cds-custom--tag,:host(cds-custom-dismissible-tag),:host(cds-custom-tag){--cds-layout-size-height-lg:2rem}.cds-custom--layout--size-lg :where(.cds-custom--tag),.cds-custom--tag.cds-custom--layout--size-lg,:host(cds-custom-dismissible-tag):host(cds-custom-dismissible-tag[size=lg]),:host(cds-custom-dismissible-tag):host(cds-custom-tag-skeleton[size=lg]),:host(cds-custom-dismissible-tag[size=lg]) :where(.cds-custom--tag),:host(cds-custom-tag):host(cds-custom-tag-skeleton[size=lg]),:host(cds-custom-tag):host(cds-custom-tag[size=lg]),:host(cds-custom-tag-skeleton[size=lg]) :where(.cds-custom--tag),:host(cds-custom-tag[size=lg]) :where(.cds-custom--tag){--cds-layout-size-height:var(--cds-layout-size-height-lg)}.cds-custom--tag,:host(cds-custom-dismissible-tag),:host(cds-custom-tag){--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-sm)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));background-color:var(--cds-tag-background-gray,#e0e0e0);color:var(--cds-tag-color-gray,#161616);font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333)}.cds-custom--tag.cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag),:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag){border:1px solid var(--cds-tag-background-gray,#e0e0e0)}.cds-custom--tag.cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag:hover{background-color:var(--cds-tag-hover-gray,#d1d1d1)}.cds-custom--tag .cds-custom--tag__close-icon:hover,:host(cds-custom-dismissible-tag) .cds-custom--tag__close-icon:hover,:host(cds-custom-tag) .cds-custom--tag__close-icon:hover{background-color:var(--cds-tag-hover-gray,#d1d1d1)}.cds-custom--tag .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-dismissible-tag) .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-tag-color-gray,#161616)}.cds-custom--tag,:host(cds-custom-dismissible-tag),:host(cds-custom-tag){align-items:center;border-radius:1rem;cursor:default;display:inline-flex;justify-content:center;max-inline-size:13rem;min-block-size:var(--cds-layout-size-height-local);min-inline-size:2rem;padding-inline:.5rem;vertical-align:middle;word-break:break-word}.cds-custom--tag.cds-custom--tag--lg,:host(cds-custom-dismissible-tag):host(cds-custom-dismissible-tag[size=lg]),:host(cds-custom-dismissible-tag):host(cds-custom-tag-skeleton[size=lg]),:host(cds-custom-tag):host(cds-custom-tag-skeleton[size=lg]),:host(cds-custom-tag):host(cds-custom-tag[size=lg]){padding-inline-start:.75rem}.cds-custom--tag:has(.cds-custom--tag__custom-icon,:host(cds-custom-dismissible-tag) ::slotted([slot=icon]),:host(cds-custom-tag) ::slotted([slot=icon])),:has(.cds-custom--tag__custom-icon,:host(cds-custom-dismissible-tag) ::slotted([slot=icon]),:host(cds-custom-tag) ::slotted([slot=icon])):host(cds-custom-dismissible-tag),:has(.cds-custom--tag__custom-icon,:host(cds-custom-dismissible-tag) ::slotted([slot=icon]),:host(cds-custom-tag) ::slotted([slot=icon])):host(cds-custom-tag){padding-inline-start:.25rem}.cds-custom--tag.cds-custom--tag--lg:not(.cds-custom--tag--filter),:not(.cds-custom--tag--filter):host(cds-custom-dismissible-tag):host(cds-custom-dismissible-tag[size=lg]),:not(.cds-custom--tag--filter):host(cds-custom-dismissible-tag):host(cds-custom-tag-skeleton[size=lg]),:not(.cds-custom--tag--filter):host(cds-custom-tag):host(cds-custom-tag-skeleton[size=lg]),:not(.cds-custom--tag--filter):host(cds-custom-tag):host(cds-custom-tag[size=lg]){padding-inline:.75rem}.cds-custom--tag.cds-custom--tag--lg:has(.cds-custom--tag__custom-icon,:host(cds-custom-dismissible-tag) ::slotted([slot=icon]),:host(cds-custom-tag) ::slotted([slot=icon])),:has(.cds-custom--tag__custom-icon,:host(cds-custom-dismissible-tag) ::slotted([slot=icon]),:host(cds-custom-tag) ::slotted([slot=icon])):host(cds-custom-dismissible-tag):host(cds-custom-dismissible-tag[size=lg]),:has(.cds-custom--tag__custom-icon,:host(cds-custom-dismissible-tag) ::slotted([slot=icon]),:host(cds-custom-tag) ::slotted([slot=icon])):host(cds-custom-dismissible-tag):host(cds-custom-tag-skeleton[size=lg]),:has(.cds-custom--tag__custom-icon,:host(cds-custom-dismissible-tag) ::slotted([slot=icon]),:host(cds-custom-tag) ::slotted([slot=icon])):host(cds-custom-tag):host(cds-custom-tag-skeleton[size=lg]),:has(.cds-custom--tag__custom-icon,:host(cds-custom-dismissible-tag) ::slotted([slot=icon]),:host(cds-custom-tag) ::slotted([slot=icon])):host(cds-custom-tag):host(cds-custom-tag[size=lg]){padding-inline-start:.5rem}.cds-custom--tag:not(.cds-custom--tag--selectable),:not(.cds-custom--tag--selectable):host(cds-custom-dismissible-tag),:not(.cds-custom--tag--selectable):host(cds-custom-tag){border:0}.cds-custom--tag:not(:first-child),:not(:first-child):host(cds-custom-dismissible-tag),:not(:first-child):host(cds-custom-tag){margin-inline-start:0}.cds-custom--tag--operational>span,.cds-custom--tag--selectable>span,.cds-custom--tag__label,:host(cds-custom-operational-tag) cds-custom-tag>span,:host(cds-custom-selectable-tag) cds-custom-tag>span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cds-custom--tag--interactive:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:1px}.cds-custom--tag--filter,:host(cds-custom-tag[filter]){padding-block:0;padding-inline-end:0}.cds-custom--tag--filter:hover{outline:none}.cds-custom--tag--selectable,:host(cds-custom-selectable-tag) cds-custom-tag{background-color:var(--cds-layer);border:1px solid var(--cds-border-inverse,#161616);color:var(--cds-text-primary,#161616);cursor:pointer}.cds-custom--tag--selectable:hover,:host(cds-custom-selectable-tag) cds-custom-tag:hover{background-color:var(--cds-layer-hover);outline:none}.cds-custom--tag--selectable:focus,:host(cds-custom-selectable-tag) cds-custom-tag:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:1px}.cds-custom--tag--selectable-selected,:host(cds-custom-selectable-tag[selected]) cds-custom-tag{background-color:var(--cds-layer-selected-inverse,#161616);color:var(--cds-text-inverse,#fff)}.cds-custom--tag--selectable-selected:hover,:host(cds-custom-selectable-tag[selected]) cds-custom-tag:hover{background-color:var(--cds-layer-selected-inverse,#161616)}.cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag{background-color:var(--cds-tag-background-gray,#e0e0e0);border:1px solid var(--cds-tag-border-gray,#a8a8a8);color:var(--cds-tag-color-gray,#161616);cursor:pointer}.cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag:hover{background-color:var(--cds-tag-hover-gray,#d1d1d1);outline:none}.cds-custom--tag--operational:focus,:host(cds-custom-operational-tag) cds-custom-tag:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:1px}.cds-custom--tag--red,:host(cds-custom-dismissible-tag[type=red]:not([disabled])),:host(cds-custom-operational-tag[type=red]:not([disabled])) cds-custom-tag,:host(cds-custom-tag[type=red]:not([disabled])){background-color:var(--cds-tag-background-red,#ffd7d9);color:var(--cds-tag-color-red,#a2191f)}.cds-custom--tag--red.cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--red,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag[type=red]:not([disabled])),:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[type=red]:not([disabled])),:host(cds-custom-operational-tag[type=red]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag{border:1px solid var(--cds-tag-border-red,#ff8389)}.cds-custom--tag--red.cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--red:hover,:host(cds-custom-operational-tag[type=red]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag:hover{background-color:var(--cds-tag-hover-red,#ffc2c5)}.cds-custom--tag--red .cds-custom--tag__close-icon:hover,:host(cds-custom-dismissible-tag[type=red]:not([disabled])) .cds-custom--tag__close-icon:hover,:host(cds-custom-operational-tag[type=red]:not([disabled])) cds-custom-tag .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[type=red]:not([disabled])) .cds-custom--tag__close-icon:hover{background-color:var(--cds-tag-hover-red,#ffc2c5)}.cds-custom--tag--red .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-dismissible-tag[type=red]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-operational-tag[type=red]:not([disabled])) cds-custom-tag .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag[type=red]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-tag-color-red,#a2191f)}.cds-custom--tag--magenta,:host(cds-custom-dismissible-tag[type=magenta]:not([disabled])),:host(cds-custom-operational-tag[type=magenta]:not([disabled])) cds-custom-tag,:host(cds-custom-tag[type=magenta]:not([disabled])){background-color:var(--cds-tag-background-magenta,#ffd6e8);color:var(--cds-tag-color-magenta,#9f1853)}.cds-custom--tag--magenta.cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--magenta,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag[type=magenta]:not([disabled])),:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[type=magenta]:not([disabled])),:host(cds-custom-operational-tag[type=magenta]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag{border:1px solid var(--cds-tag-border-magenta,#ff7eb6)}.cds-custom--tag--magenta.cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--magenta:hover,:host(cds-custom-operational-tag[type=magenta]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag:hover{background-color:var(--cds-tag-hover-magenta,#ffbdda)}.cds-custom--tag--magenta .cds-custom--tag__close-icon:hover,:host(cds-custom-dismissible-tag[type=magenta]:not([disabled])) .cds-custom--tag__close-icon:hover,:host(cds-custom-operational-tag[type=magenta]:not([disabled])) cds-custom-tag .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[type=magenta]:not([disabled])) .cds-custom--tag__close-icon:hover{background-color:var(--cds-tag-hover-magenta,#ffbdda)}.cds-custom--tag--magenta .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-dismissible-tag[type=magenta]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-operational-tag[type=magenta]:not([disabled])) cds-custom-tag .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag[type=magenta]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-tag-color-magenta,#9f1853)}.cds-custom--tag--purple,:host(cds-custom-dismissible-tag[type=purple]:not([disabled])),:host(cds-custom-operational-tag[type=purple]:not([disabled])) cds-custom-tag,:host(cds-custom-tag[type=purple]:not([disabled])){background-color:var(--cds-tag-background-purple,#e8daff);color:var(--cds-tag-color-purple,#6929c4)}.cds-custom--tag--purple.cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--purple,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag[type=purple]:not([disabled])),:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[type=purple]:not([disabled])),:host(cds-custom-operational-tag[type=purple]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag{border:1px solid var(--cds-tag-border-purple,#be95ff)}.cds-custom--tag--purple.cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--purple:hover,:host(cds-custom-operational-tag[type=purple]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag:hover{background-color:var(--cds-tag-hover-purple,#dcc7ff)}.cds-custom--tag--purple .cds-custom--tag__close-icon:hover,:host(cds-custom-dismissible-tag[type=purple]:not([disabled])) .cds-custom--tag__close-icon:hover,:host(cds-custom-operational-tag[type=purple]:not([disabled])) cds-custom-tag .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[type=purple]:not([disabled])) .cds-custom--tag__close-icon:hover{background-color:var(--cds-tag-hover-purple,#dcc7ff)}.cds-custom--tag--purple .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-dismissible-tag[type=purple]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-operational-tag[type=purple]:not([disabled])) cds-custom-tag .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag[type=purple]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-tag-color-purple,#6929c4)}.cds-custom--tag--blue,:host(cds-custom-dismissible-tag[type=blue]:not([disabled])),:host(cds-custom-operational-tag[type=blue]:not([disabled])) cds-custom-tag,:host(cds-custom-tag[type=blue]:not([disabled])){background-color:var(--cds-tag-background-blue,#d0e2ff);color:var(--cds-tag-color-blue,#0043ce)}.cds-custom--tag--blue.cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--blue,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag[type=blue]:not([disabled])),:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[type=blue]:not([disabled])),:host(cds-custom-operational-tag[type=blue]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag{border:1px solid var(--cds-tag-border-blue,#78a9ff)}.cds-custom--tag--blue.cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--blue:hover,:host(cds-custom-operational-tag[type=blue]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag:hover{background-color:var(--cds-tag-hover-blue,#b8d3ff)}.cds-custom--tag--blue .cds-custom--tag__close-icon:hover,:host(cds-custom-dismissible-tag[type=blue]:not([disabled])) .cds-custom--tag__close-icon:hover,:host(cds-custom-operational-tag[type=blue]:not([disabled])) cds-custom-tag .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[type=blue]:not([disabled])) .cds-custom--tag__close-icon:hover{background-color:var(--cds-tag-hover-blue,#b8d3ff)}.cds-custom--tag--blue .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-dismissible-tag[type=blue]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-operational-tag[type=blue]:not([disabled])) cds-custom-tag .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag[type=blue]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-tag-color-blue,#0043ce)}.cds-custom--tag--cyan,:host(cds-custom-dismissible-tag[type=cyan]:not([disabled])),:host(cds-custom-operational-tag[type=cyan]:not([disabled])) cds-custom-tag,:host(cds-custom-tag[type=cyan]:not([disabled])){background-color:var(--cds-tag-background-cyan,#bae6ff);color:var(--cds-tag-color-cyan,#00539a)}.cds-custom--tag--cyan.cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--cyan,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag[type=cyan]:not([disabled])),:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[type=cyan]:not([disabled])),:host(cds-custom-operational-tag[type=cyan]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag{border:1px solid var(--cds-tag-border-cyan,#33b1ff)}.cds-custom--tag--cyan.cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--cyan:hover,:host(cds-custom-operational-tag[type=cyan]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag:hover{background-color:var(--cds-tag-hover-cyan,#99daff)}.cds-custom--tag--cyan .cds-custom--tag__close-icon:hover,:host(cds-custom-dismissible-tag[type=cyan]:not([disabled])) .cds-custom--tag__close-icon:hover,:host(cds-custom-operational-tag[type=cyan]:not([disabled])) cds-custom-tag .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[type=cyan]:not([disabled])) .cds-custom--tag__close-icon:hover{background-color:var(--cds-tag-hover-cyan,#99daff)}.cds-custom--tag--cyan .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-dismissible-tag[type=cyan]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-operational-tag[type=cyan]:not([disabled])) cds-custom-tag .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag[type=cyan]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-tag-color-cyan,#00539a)}.cds-custom--tag--teal,:host(cds-custom-dismissible-tag[type=teal]:not([disabled])),:host(cds-custom-operational-tag[type=teal]:not([disabled])) cds-custom-tag,:host(cds-custom-tag[type=teal]:not([disabled])){background-color:var(--cds-tag-background-teal,#9ef0f0);color:var(--cds-tag-color-teal,#005d5d)}.cds-custom--tag--teal.cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--teal,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag[type=teal]:not([disabled])),:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[type=teal]:not([disabled])),:host(cds-custom-operational-tag[type=teal]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag{border:1px solid var(--cds-tag-border-teal,#08bdba)}.cds-custom--tag--teal.cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--teal:hover,:host(cds-custom-operational-tag[type=teal]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag:hover{background-color:var(--cds-tag-hover-teal,#57e5e5)}.cds-custom--tag--teal .cds-custom--tag__close-icon:hover,:host(cds-custom-dismissible-tag[type=teal]:not([disabled])) .cds-custom--tag__close-icon:hover,:host(cds-custom-operational-tag[type=teal]:not([disabled])) cds-custom-tag .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[type=teal]:not([disabled])) .cds-custom--tag__close-icon:hover{background-color:var(--cds-tag-hover-teal,#57e5e5)}.cds-custom--tag--teal .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-dismissible-tag[type=teal]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-operational-tag[type=teal]:not([disabled])) cds-custom-tag .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag[type=teal]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-tag-color-teal,#005d5d)}.cds-custom--tag--green,:host(cds-custom-dismissible-tag[type=green]:not([disabled])),:host(cds-custom-operational-tag[type=green]:not([disabled])) cds-custom-tag,:host(cds-custom-tag[type=green]:not([disabled])){background-color:var(--cds-tag-background-green,#a7f0ba);color:var(--cds-tag-color-green,#0e6027)}.cds-custom--tag--green.cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--green,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag[type=green]:not([disabled])),:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[type=green]:not([disabled])),:host(cds-custom-operational-tag[type=green]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag{border:1px solid var(--cds-tag-border-green,#42be65)}.cds-custom--tag--green.cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--green:hover,:host(cds-custom-operational-tag[type=green]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag:hover{background-color:var(--cds-tag-hover-green,#74e792)}.cds-custom--tag--green .cds-custom--tag__close-icon:hover,:host(cds-custom-dismissible-tag[type=green]:not([disabled])) .cds-custom--tag__close-icon:hover,:host(cds-custom-operational-tag[type=green]:not([disabled])) cds-custom-tag .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[type=green]:not([disabled])) .cds-custom--tag__close-icon:hover{background-color:var(--cds-tag-hover-green,#74e792)}.cds-custom--tag--green .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-dismissible-tag[type=green]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-operational-tag[type=green]:not([disabled])) cds-custom-tag .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag[type=green]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-tag-color-green,#0e6027)}.cds-custom--tag--gray,:host(cds-custom-dismissible-tag[type=gray]:not([disabled])),:host(cds-custom-operational-tag[type=gray]:not([disabled])) cds-custom-tag,:host(cds-custom-tag[type=gray]:not([disabled])){background-color:var(--cds-tag-background-gray,#e0e0e0);color:var(--cds-tag-color-gray,#161616)}.cds-custom--tag--gray.cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--gray,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag[type=gray]:not([disabled])),:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[type=gray]:not([disabled])),:host(cds-custom-operational-tag[type=gray]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag{border:1px solid var(--cds-tag-border-gray,#a8a8a8)}.cds-custom--tag--gray.cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--gray:hover,:host(cds-custom-operational-tag[type=gray]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag:hover{background-color:var(--cds-tag-hover-gray,#d1d1d1)}.cds-custom--tag--gray .cds-custom--tag__close-icon:hover,:host(cds-custom-dismissible-tag[type=gray]:not([disabled])) .cds-custom--tag__close-icon:hover,:host(cds-custom-operational-tag[type=gray]:not([disabled])) cds-custom-tag .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[type=gray]:not([disabled])) .cds-custom--tag__close-icon:hover{background-color:var(--cds-tag-hover-gray,#d1d1d1)}.cds-custom--tag--gray .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-dismissible-tag[type=gray]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-operational-tag[type=gray]:not([disabled])) cds-custom-tag .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag[type=gray]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-tag-color-gray,#161616)}.cds-custom--tag--cool-gray,:host(cds-custom-dismissible-tag[type=cool-gray]:not([disabled])),:host(cds-custom-operational-tag[type=cool-gray]:not([disabled])) cds-custom-tag,:host(cds-custom-tag[type=cool-gray]:not([disabled])){background-color:var(--cds-tag-background-cool-gray,#dde1e6);color:var(--cds-tag-color-cool-gray,#121619)}.cds-custom--tag--cool-gray.cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--cool-gray,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag[type=cool-gray]:not([disabled])),:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[type=cool-gray]:not([disabled])),:host(cds-custom-operational-tag[type=cool-gray]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag{border:1px solid var(--cds-tag-border-cool-gray,#a2a9b0)}.cds-custom--tag--cool-gray.cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--cool-gray:hover,:host(cds-custom-operational-tag[type=cool-gray]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag:hover{background-color:var(--cds-tag-hover-cool-gray,#cdd3da)}.cds-custom--tag--cool-gray .cds-custom--tag__close-icon:hover,:host(cds-custom-dismissible-tag[type=cool-gray]:not([disabled])) .cds-custom--tag__close-icon:hover,:host(cds-custom-operational-tag[type=cool-gray]:not([disabled])) cds-custom-tag .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[type=cool-gray]:not([disabled])) .cds-custom--tag__close-icon:hover{background-color:var(--cds-tag-hover-cool-gray,#cdd3da)}.cds-custom--tag--cool-gray .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-dismissible-tag[type=cool-gray]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-operational-tag[type=cool-gray]:not([disabled])) cds-custom-tag .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag[type=cool-gray]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-tag-color-cool-gray,#121619)}.cds-custom--tag--warm-gray,:host(cds-custom-dismissible-tag[type=warm-gray]:not([disabled])),:host(cds-custom-operational-tag[type=warm-gray]:not([disabled])) cds-custom-tag,:host(cds-custom-tag[type=warm-gray]:not([disabled])){background-color:var(--cds-tag-background-warm-gray,#e5e0df);color:var(--cds-tag-color-warm-gray,#171414)}.cds-custom--tag--warm-gray.cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--warm-gray,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag[type=warm-gray]:not([disabled])),:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[type=warm-gray]:not([disabled])),:host(cds-custom-operational-tag[type=warm-gray]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag{border:1px solid var(--cds-tag-border-warm-gray,#ada8a8)}.cds-custom--tag--warm-gray.cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--warm-gray:hover,:host(cds-custom-operational-tag[type=warm-gray]:not([disabled])):host(cds-custom-operational-tag) cds-custom-tag:hover{background-color:var(--cds-tag-hover-warm-gray,#d8d0cf)}.cds-custom--tag--warm-gray .cds-custom--tag__close-icon:hover,:host(cds-custom-dismissible-tag[type=warm-gray]:not([disabled])) .cds-custom--tag__close-icon:hover,:host(cds-custom-operational-tag[type=warm-gray]:not([disabled])) cds-custom-tag .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[type=warm-gray]:not([disabled])) .cds-custom--tag__close-icon:hover{background-color:var(--cds-tag-hover-warm-gray,#d8d0cf)}.cds-custom--tag--warm-gray .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-dismissible-tag[type=warm-gray]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-operational-tag[type=warm-gray]:not([disabled])) cds-custom-tag .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag[type=warm-gray]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-tag-color-warm-gray,#171414)}.cds-custom--tag--high-contrast:not(.cds-custom--tag--operational){background-color:var(--cds-background-inverse,#393939);color:var(--cds-text-inverse,#fff)}.cds-custom--tag--high-contrast:not(.cds-custom--tag--operational).cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--high-contrast:not(.cds-custom--tag--operational){border:1px solid var(--cds-background-inverse,#393939)}.cds-custom--tag--high-contrast:not(.cds-custom--tag--operational).cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--high-contrast:not(.cds-custom--tag--operational):hover{background-color:var(--cds-background-inverse-hover,#474747)}.cds-custom--tag--high-contrast:not(.cds-custom--tag--operational) .cds-custom--tag__close-icon:hover{background-color:var(--cds-background-inverse-hover,#474747)}.cds-custom--tag--high-contrast:not(.cds-custom--tag--operational) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-text-inverse,#fff)}.cds-custom--multi-select--readonly .cds-custom--tag--high-contrast:not(.cds-custom--tag--operational) .cds-custom--tag__close-icon:hover{background-color:transparent}.cds-custom--tag--outline:not(.cds-custom--tag--operational):not(span):not([disabled]){background-color:var(--cds-background,#fff);color:var(--cds-text-primary,#161616)}.cds-custom--tag--outline:not(.cds-custom--tag--operational):not(span):not([disabled]).cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--outline:not(.cds-custom--tag--operational):not(span):not([disabled]){border:1px solid var(--cds-background,#fff)}.cds-custom--tag--outline:not(.cds-custom--tag--operational):not(span):not([disabled]).cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--outline:not(.cds-custom--tag--operational):not(span):not([disabled]):hover{background-color:var(--cds-layer-hover)}.cds-custom--tag--outline:not(.cds-custom--tag--operational):not(span):not([disabled]) .cds-custom--tag__close-icon:hover{background-color:var(--cds-layer-hover)}.cds-custom--tag--outline:not(.cds-custom--tag--operational):not(span):not([disabled]) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-text-primary,#161616)}.cds-custom--tag--outline:not(.cds-custom--tag--operational):not(span):not([disabled]){outline:1px solid var(--cds-background-inverse,#393939);outline-offset:-1px}.cds-custom--tag--disabled:not(.cds-custom--tag--operational),.cds-custom--tag--filter.cds-custom--tag--disabled,.cds-custom--tag--interactive.cds-custom--tag--disabled,:host(cds-custom-tag[filter]):host(cds-custom-dismissible-tag[disabled]),:host(cds-custom-tag[filter]):host(cds-custom-tag[disabled]),:not(.cds-custom--tag--operational):host(cds-custom-dismissible-tag[disabled]),:not(.cds-custom--tag--operational):host(cds-custom-tag[disabled]){background-color:var(--cds-layer);color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--tag--disabled:not(.cds-custom--tag--operational).cds-custom--tag--operational,.cds-custom--tag--filter.cds-custom--tag--disabled.cds-custom--tag--operational,.cds-custom--tag--interactive.cds-custom--tag--disabled.cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--disabled:not(.cds-custom--tag--operational),:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--filter.cds-custom--tag--disabled,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--interactive.cds-custom--tag--disabled,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[filter]):host(cds-custom-dismissible-tag[disabled]),:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[filter]):host(cds-custom-tag[disabled]),:host(cds-custom-operational-tag) cds-custom-tag:not(.cds-custom--tag--operational):host(cds-custom-dismissible-tag[disabled]),:host(cds-custom-operational-tag) cds-custom-tag:not(.cds-custom--tag--operational):host(cds-custom-tag[disabled]){border:1px solid var(--cds-layer)}.cds-custom--tag--disabled:not(.cds-custom--tag--operational).cds-custom--tag--operational:hover,.cds-custom--tag--filter.cds-custom--tag--disabled.cds-custom--tag--operational:hover,.cds-custom--tag--interactive.cds-custom--tag--disabled.cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--disabled:not(.cds-custom--tag--operational):hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--filter.cds-custom--tag--disabled:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--interactive.cds-custom--tag--disabled:hover{background-color:var(--cds-layer)}.cds-custom--tag--disabled:not(.cds-custom--tag--operational) .cds-custom--tag__close-icon:hover,.cds-custom--tag--filter.cds-custom--tag--disabled .cds-custom--tag__close-icon:hover,.cds-custom--tag--interactive.cds-custom--tag--disabled .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[filter]):host(cds-custom-dismissible-tag[disabled]) .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[filter]):host(cds-custom-tag[disabled]) .cds-custom--tag__close-icon:hover,:not(.cds-custom--tag--operational):host(cds-custom-dismissible-tag[disabled]) .cds-custom--tag__close-icon:hover,:not(.cds-custom--tag--operational):host(cds-custom-tag[disabled]) .cds-custom--tag__close-icon:hover{background-color:var(--cds-layer)}.cds-custom--tag--disabled:not(.cds-custom--tag--operational) .cds-custom--definition-term .cds-custom--tag__label,.cds-custom--tag--filter.cds-custom--tag--disabled .cds-custom--definition-term .cds-custom--tag__label,.cds-custom--tag--interactive.cds-custom--tag--disabled .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag[filter]):host(cds-custom-dismissible-tag[disabled]) .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag[filter]):host(cds-custom-tag[disabled]) .cds-custom--definition-term .cds-custom--tag__label,:not(.cds-custom--tag--operational):host(cds-custom-dismissible-tag[disabled]) .cds-custom--definition-term .cds-custom--tag__label,:not(.cds-custom--tag--operational):host(cds-custom-tag[disabled]) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--tag--disabled:not(.cds-custom--tag--operational),.cds-custom--tag--filter.cds-custom--tag--disabled,.cds-custom--tag--interactive.cds-custom--tag--disabled,:host(cds-custom-tag[filter]):host(cds-custom-dismissible-tag[disabled]),:host(cds-custom-tag[filter]):host(cds-custom-tag[disabled]),:not(.cds-custom--tag--operational):host(cds-custom-dismissible-tag[disabled]),:not(.cds-custom--tag--operational):host(cds-custom-tag[disabled]){box-shadow:none;outline:none}.cds-custom--tag--disabled:not(.cds-custom--tag--operational):hover,.cds-custom--tag--filter.cds-custom--tag--disabled:hover,.cds-custom--tag--interactive.cds-custom--tag--disabled:hover{cursor:not-allowed}.cds-custom--tag--disabled:not(.cds-custom--tag--operational) .cds-custom--tag__label,.cds-custom--tag--filter.cds-custom--tag--disabled .cds-custom--tag__label,.cds-custom--tag--interactive.cds-custom--tag--disabled .cds-custom--tag__label,:host(cds-custom-tag[filter]):host(cds-custom-dismissible-tag[disabled]) .cds-custom--tag__label,:host(cds-custom-tag[filter]):host(cds-custom-tag[disabled]) .cds-custom--tag__label,:not(.cds-custom--tag--operational):host(cds-custom-dismissible-tag[disabled]) .cds-custom--tag__label,:not(.cds-custom--tag--operational):host(cds-custom-tag[disabled]) .cds-custom--tag__label{background-color:var(--cds-layer);color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--tag--operational.cds-custom--tag--disabled,.cds-custom--tag--selectable.cds-custom--tag--disabled,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--disabled,:host(cds-custom-selectable-tag) cds-custom-tag.cds-custom--tag--disabled{background-color:var(--cds-layer);border:1px solid var(--cds-border-disabled,#c6c6c6);color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--tag--operational.cds-custom--tag--disabled:hover,.cds-custom--tag--selectable.cds-custom--tag--disabled:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--disabled:hover,:host(cds-custom-selectable-tag) cds-custom-tag.cds-custom--tag--disabled:hover{background-color:var(--cds-layer);cursor:not-allowed}.cds-custom--tag--interactive{transition:background-color 70ms cubic-bezier(0,0,.38,.9)}.cds-custom--tag__close-icon,:host(cds-custom-dismissible-tag) .cds-custom--tag__close-icon{align-items:center;background-color:transparent;block-size:var(--cds-layout-size-height-local);border:0;border-radius:50%;color:currentColor;cursor:pointer;display:flex;flex-shrink:0;inline-size:var(--cds-layout-size-height-local);justify-content:center;margin:0 0 0 .125rem;padding:0;transition:background-color 70ms cubic-bezier(.2,0,.38,.9),box-shadow 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--tag__close-icon svg,:host(cds-custom-dismissible-tag) .cds-custom--tag__close-icon svg{fill:currentColor}.cds-custom--tag__custom-icon,:host(cds-custom-dismissible-tag) ::slotted([slot=icon]),:host(cds-custom-tag) ::slotted([slot=icon]){background-color:transparent;block-size:1rem;border:0;color:currentColor;flex-shrink:0;inline-size:1rem;margin-inline-end:.25rem;outline:none;padding:0}.cds-custom--tag__custom-icon svg,:host(cds-custom-dismissible-tag) ::slotted([slot=icon]) svg,:host(cds-custom-tag) ::slotted([slot=icon]) svg{fill:currentColor}.cds-custom--tag--disabled .cds-custom--tag__close-icon,:host(cds-custom-dismissible-tag[disabled]) .cds-custom--tag__close-icon,:host(cds-custom-tag[disabled]) .cds-custom--tag__close-icon{cursor:not-allowed}.cds-custom--tag__close-icon:focus{border-radius:50%;box-shadow:inset 0 0 0 1px var(--cds-focus,#0f62fe);outline:none;z-index:99999}.cds-custom--tag--high-contrast .cds-custom--tag__close-icon:focus{box-shadow:inset 0 0 0 1px var(--cds-focus-inverse,#fff)}.cds-custom--tag--filter.cds-custom--tag--disabled .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[filter]):host(cds-custom-dismissible-tag[disabled]) .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[filter]):host(cds-custom-tag[disabled]) .cds-custom--tag__close-icon:hover{background-color:transparent}.cds-custom--tag--filter.cds-custom--tag--disabled svg,:host(cds-custom-tag[filter]):host(cds-custom-dismissible-tag[disabled]) svg,:host(cds-custom-tag[filter]):host(cds-custom-tag[disabled]) svg{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--tag--sm.cds-custom--tag--filter,:host(cds-custom-dismissible-tag[size=sm]):host(cds-custom-tag[filter]),:host(cds-custom-tag-skeleton[size=sm]):host(cds-custom-tag[filter]),:host(cds-custom-tag[size=sm]):host(cds-custom-tag[filter]){padding-inline-end:0}.cds-custom--tag--sm .cds-custom--tag__close-icon,:host(cds-custom-dismissible-tag[size=sm]) .cds-custom--tag__close-icon,:host(cds-custom-tag-skeleton[size=sm]) .cds-custom--tag__close-icon,:host(cds-custom-tag[size=sm]) .cds-custom--tag__close-icon{margin-inline-start:.3125rem}.cds-custom--tag.cds-custom--skeleton,:host(cds-custom-dismissible-tag):host(cds-custom-tag-skeleton),:host(cds-custom-tag):host(cds-custom-tag-skeleton){background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--tag.cds-custom--skeleton:active,.cds-custom--tag.cds-custom--skeleton:focus,.cds-custom--tag.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--tag.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-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--tag.cds-custom--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--tag.cds-custom--skeleton,:host(cds-custom-dismissible-tag):host(cds-custom-tag-skeleton),:host(cds-custom-tag):host(cds-custom-tag-skeleton){background:CanvasText}.cds-custom--tag.cds-custom--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--tag.cds-custom--skeleton,:host(cds-custom-dismissible-tag):host(cds-custom-tag-skeleton),:host(cds-custom-tag):host(cds-custom-tag-skeleton){background-color:var(--cds-skeleton-background,#e8e8e8);color:var(--cds-text-primary,#161616)}.cds-custom--tag.cds-custom--skeleton.cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag.cds-custom--skeleton,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag):host(cds-custom-tag-skeleton),:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag):host(cds-custom-tag-skeleton){border:1px solid var(--cds-skeleton-background,#e8e8e8)}.cds-custom--tag.cds-custom--skeleton.cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag.cds-custom--skeleton:hover{background-color:var(--cds-skeleton-background,#e8e8e8)}.cds-custom--tag.cds-custom--skeleton .cds-custom--tag__close-icon:hover,:host(cds-custom-dismissible-tag):host(cds-custom-tag-skeleton) .cds-custom--tag__close-icon:hover,:host(cds-custom-tag):host(cds-custom-tag-skeleton) .cds-custom--tag__close-icon:hover{background-color:var(--cds-skeleton-background,#e8e8e8)}.cds-custom--tag.cds-custom--skeleton .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-dismissible-tag):host(cds-custom-tag-skeleton) .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag):host(cds-custom-tag-skeleton) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-text-primary,#161616)}.cds-custom--tag.cds-custom--skeleton,:host(cds-custom-dismissible-tag):host(cds-custom-tag-skeleton),:host(cds-custom-tag):host(cds-custom-tag-skeleton){inline-size:3.75rem;overflow:hidden}@supports (hanging-punctuation:first) and (font:-apple-system-body) and (-webkit-appearance:none){.cds-custom--tag.cds-custom--skeleton,:host(cds-custom-dismissible-tag):host(cds-custom-tag-skeleton),:host(cds-custom-tag):host(cds-custom-tag-skeleton){transform:translateZ(0)}}.cds-custom--tag .cds-custom--ai-label .cds-custom--ai-label__button--inline,.cds-custom--tag .cds-custom--slug .cds-custom--slug__button--inline,:host(cds-custom-dismissible-tag) .cds-custom--ai-label .cds-custom--ai-label__button--inline,:host(cds-custom-dismissible-tag) .cds-custom--slug .cds-custom--slug__button--inline,:host(cds-custom-tag) .cds-custom--ai-label .cds-custom--ai-label__button--inline,:host(cds-custom-tag) .cds-custom--slug .cds-custom--slug__button--inline{color:currentColor;margin-inline-start:.0625rem}.cds-custom--tag .cds-custom--ai-label .cds-custom--ai-label__button--inline .cds-custom--ai-label__text:before,.cds-custom--tag .cds-custom--slug .cds-custom--slug__button--inline .cds-custom--slug__text:before,:host(cds-custom-dismissible-tag) .cds-custom--ai-label .cds-custom--ai-label__button--inline .cds-custom--ai-label__text:before,:host(cds-custom-dismissible-tag) .cds-custom--slug .cds-custom--slug__button--inline .cds-custom--slug__text:before,:host(cds-custom-tag) .cds-custom--ai-label .cds-custom--ai-label__button--inline .cds-custom--ai-label__text:before,:host(cds-custom-tag) .cds-custom--slug .cds-custom--slug__button--inline .cds-custom--slug__text:before{background-color:currentColor}.cds-custom--tag .cds-custom--ai-label .cds-custom--ai-label__button--inline:hover,.cds-custom--tag .cds-custom--slug .cds-custom--slug__button--inline:hover,:host(cds-custom-dismissible-tag) .cds-custom--ai-label .cds-custom--ai-label__button--inline:hover,:host(cds-custom-dismissible-tag) .cds-custom--slug .cds-custom--slug__button--inline:hover,:host(cds-custom-tag) .cds-custom--ai-label .cds-custom--ai-label__button--inline:hover,:host(cds-custom-tag) .cds-custom--slug .cds-custom--slug__button--inline:hover{border-color:currentColor}.cds-custom--tag--filter .cds-custom--ai-label,.cds-custom--tag--filter .cds-custom--slug,.cds-custom--tag--filter .cds-custom--tag__decorator>*,:host(cds-custom-tag[filter]) .cds-custom--ai-label,:host(cds-custom-tag[filter]) .cds-custom--slug,:host(cds-custom-tag[filter]) .cds-custom--tag__decorator>*{min-inline-size:2.00875rem}.cds-custom--tag .cds-custom--tag__decorator:not(:has(.cds-custom--ai-label)),:host(cds-custom-dismissible-tag) .cds-custom--tag__decorator:not(:has(.cds-custom--ai-label)),:host(cds-custom-tag) .cds-custom--tag__decorator:not(:has(.cds-custom--ai-label)){block-size:1rem;text-align:center}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--tag,:host(cds-custom-dismissible-tag),:host(cds-custom-tag){outline:1px solid transparent}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--tag__close-icon:focus{color:Highlight;outline:1px solid Highlight}}.cds-custom--tag-label-tooltip,:host(cds-custom-dismissible-tag) cds-custom-tooltip{max-inline-size:-webkit-fill-available}.cds-custom--tag__custom-icon+.cds-custom--tag-label-tooltip,:host(cds-custom-dismissible-tag) .cds-custom--tag__custom-icon+cds-custom-tooltip,:host(cds-custom-dismissible-tag) ::slotted([slot=icon])+.cds-custom--tag-label-tooltip,:host(cds-custom-dismissible-tag) ::slotted([slot=icon])+cds-custom-tooltip,:host(cds-custom-tag) ::slotted([slot=icon])+.cds-custom--tag-label-tooltip{max-inline-size:11rem}.cds-custom--tag--filter .cds-custom--tag__custom-icon+.cds-custom--tag-label-tooltip,:host(cds-custom-dismissible-tag) .cds-custom--tag--filter .cds-custom--tag__custom-icon+cds-custom-tooltip,:host(cds-custom-dismissible-tag) .cds-custom--tag--filter ::slotted([slot=icon])+.cds-custom--tag-label-tooltip,:host(cds-custom-dismissible-tag) .cds-custom--tag--filter ::slotted([slot=icon])+cds-custom-tooltip,:host(cds-custom-tag) .cds-custom--tag--filter ::slotted([slot=icon])+.cds-custom--tag-label-tooltip,:host(cds-custom-tag[filter]) .cds-custom--tag__custom-icon+.cds-custom--tag-label-tooltip,:host(cds-custom-tag[filter]):host(cds-custom-dismissible-tag) .cds-custom--tag__custom-icon+cds-custom-tooltip,:host(cds-custom-tag[filter]):host(cds-custom-dismissible-tag) ::slotted([slot=icon])+cds-custom-tooltip,:host(cds-custom-tag[filter]):host(cds-custom-tag) ::slotted([slot=icon])+.cds-custom--tag-label-tooltip{max-inline-size:9.875rem}.cds-custom--interactive--tag-children{display:inline-flex;max-inline-size:12.5rem;place-items:center}.cds-custom--tag--filter .cds-custom--tag__custom-icon+span>.cds-custom--interactive--tag-children,:host(cds-custom-dismissible-tag) .cds-custom--tag--filter ::slotted([slot=icon])+span>.cds-custom--interactive--tag-children,:host(cds-custom-tag) .cds-custom--tag--filter ::slotted([slot=icon])+span>.cds-custom--interactive--tag-children,:host(cds-custom-tag[filter]) .cds-custom--tag__custom-icon+span>.cds-custom--interactive--tag-children,:host(cds-custom-tag[filter]):host(cds-custom-tag) ::slotted([slot=icon])+span>.cds-custom--interactive--tag-children{max-inline-size:11.5rem}.cds-custom--tag .cds-custom--definition-term,:host(cds-custom-dismissible-tag) .cds-custom--definition-term,:host(cds-custom-tag) .cds-custom--definition-term{border-block-end:none;cursor:default;max-inline-size:12rem}.cds-custom--tag .cds-custom--tag__custom-icon+span>.cds-custom--definition-term,:host(cds-custom-dismissible-tag) .cds-custom--tag__custom-icon+span>.cds-custom--definition-term,:host(cds-custom-dismissible-tag) ::slotted([slot=icon])+span>.cds-custom--definition-term,:host(cds-custom-tag) .cds-custom--tag__custom-icon+span>.cds-custom--definition-term,:host(cds-custom-tag) ::slotted([slot=icon])+span>.cds-custom--definition-term{max-inline-size:11rem}.cds-custom--tag>.cds-custom--popover-container,:host(cds-custom-dismissible-tag)>.cds-custom--popover-container,:host(cds-custom-tag)>.cds-custom--popover-container{display:flex}.cds-custom--toggletip-button:has(.cds-custom--tag--operational.cds-custom--tag--disabled,:host(cds-custom-operational-tag) cds-custom-tag.cds-custom--tag--disabled){pointer-events:none}:host(cds-custom-dismissible-tag),:host(cds-custom-tag){box-sizing:border-box}:host(cds-custom-operational-tag),:host(cds-custom-selectable-tag){display:inline-block;inline-size:-moz-fit-content;inline-size:fit-content}:host(cds-custom-dismissible-tag:not(:first-child)),:host(cds-custom-operational-tag:not(:first-child)) cds-custom-tag,:host(cds-custom-selectable-tag:not(:first-child)) cds-custom-tag,:host(cds-custom-tag:not(:first-child)){margin-inline-start:0}:host(cds-custom-dismissible-tag),:host(cds-custom-tag){border:0}:host(cds-custom-dismissible-tag[has-custom-icon]),:host(cds-custom-tag[has-custom-icon]){padding-inline-start:.25rem}:host(cds-custom-dismissible-tag){display:none;padding-block:0;padding-inline-end:0}:host(cds-custom-dismissible-tag[open]){display:inline-flex}:host(cds-custom-dismissible-tag),:host(cds-custom-tag),:host(cds-custom-tag-skeleton){--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px;--cds-layout-size-height-xs:1.125rem;--cds-layout-size-height-sm:1.125rem;--cds-layout-size-height-md:1.5rem;--cds-layout-size-height-lg:2rem}:host(cds-custom-dismissible-tag[size=sm]) .cds-custom--tag__close-icon,:host(cds-custom-tag-skeleton[size=sm]) .cds-custom--tag__close-icon,:host(cds-custom-tag[size=sm]) .cds-custom--tag__close-icon{block-size:1.125rem;inline-size:1.125rem;margin-inline-start:.3125rem}:host(cds-custom-dismissible-tag[size=lg]),:host(cds-custom-tag-skeleton[size=lg]),:host(cds-custom-tag[size=lg]){padding-inline:.75rem}:host(cds-custom-dismissible-tag[size=lg][has-custom-icon]),:host(cds-custom-tag-skeleton[size=lg][has-custom-icon]),:host(cds-custom-tag[size=lg][has-custom-icon]){padding-inline-start:.5rem}:host(cds-custom-dismissible-tag[type=high-contrast]:not([disabled])),:host(cds-custom-tag[type=high-contrast]:not([disabled])){background-color:var(--cds-background-inverse,#393939);color:var(--cds-text-inverse,#fff)}:host(cds-custom-dismissible-tag[type=high-contrast]:not([disabled])).cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag[type=high-contrast]:not([disabled])),:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[type=high-contrast]:not([disabled])),:host(cds-custom-tag[type=high-contrast]:not([disabled])).cds-custom--tag--operational{border:1px solid var(--cds-background-inverse,#393939)}:host(cds-custom-dismissible-tag[type=high-contrast]:not([disabled])).cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag[type=high-contrast]:not([disabled])):hover,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[type=high-contrast]:not([disabled])):hover,:host(cds-custom-tag[type=high-contrast]:not([disabled])).cds-custom--tag--operational:hover{background-color:var(--cds-background-inverse-hover,#474747)}:host(cds-custom-dismissible-tag[type=high-contrast]:not([disabled])) .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[type=high-contrast]:not([disabled])) .cds-custom--tag__close-icon:hover{background-color:var(--cds-background-inverse-hover,#474747)}:host(cds-custom-dismissible-tag[type=high-contrast]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag[type=high-contrast]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-text-inverse,#fff)}:host(cds-custom-dismissible-tag[type=outline]:not([disabled])),:host(cds-custom-tag[type=outline]:not([disabled])){background-color:var(--cds-background,#fff);color:var(--cds-text-primary,#161616)}:host(cds-custom-dismissible-tag[type=outline]:not([disabled])).cds-custom--tag--operational,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag[type=outline]:not([disabled])),:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[type=outline]:not([disabled])),:host(cds-custom-tag[type=outline]:not([disabled])).cds-custom--tag--operational{border:1px solid var(--cds-background,#fff)}:host(cds-custom-dismissible-tag[type=outline]:not([disabled])).cds-custom--tag--operational:hover,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-dismissible-tag[type=outline]:not([disabled])):hover,:host(cds-custom-operational-tag) cds-custom-tag:host(cds-custom-tag[type=outline]:not([disabled])):hover,:host(cds-custom-tag[type=outline]:not([disabled])).cds-custom--tag--operational:hover{background-color:var(--cds-layer-hover)}:host(cds-custom-dismissible-tag[type=outline]:not([disabled])) .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[type=outline]:not([disabled])) .cds-custom--tag__close-icon:hover{background-color:var(--cds-layer-hover)}:host(cds-custom-dismissible-tag[type=outline]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label,:host(cds-custom-tag[type=outline]:not([disabled])) .cds-custom--definition-term .cds-custom--tag__label{color:var(--cds-text-primary,#161616)}:host(cds-custom-dismissible-tag[type=outline]:not([disabled])),:host(cds-custom-tag[type=outline]:not([disabled])){outline:1px solid var(--cds-background-inverse,#393939);outline-offset:-1px}:host(cds-custom-tag[filter]){display:none}:host(cds-custom-tag[filter][size=sm]){padding-inline-end:0}:host(cds-custom-tag[filter][open]){display:inline-flex}:host(cds-custom-dismissible-tag[has-custom-icon]) .cds-custom--interactive--tag-children{max-inline-size:11.5rem}:host(cds-custom-dismissible-tag[disabled]) .cds-custom--tag__close-icon,:host(cds-custom-tag[filter][disabled]) .cds-custom--tag__close-icon{cursor:not-allowed}:host(cds-custom-dismissible-tag[disabled]) .cds-custom--tag__close-icon,:host(cds-custom-dismissible-tag[disabled]) .cds-custom--tag__close-icon:hover,:host(cds-custom-tag[filter][disabled]) .cds-custom--tag__close-icon,:host(cds-custom-tag[filter][disabled]) .cds-custom--tag__close-icon:hover{background-color:transparent}:host(cds-custom-operational-tag[disabled]) cds-custom-tag,:host(cds-custom-selectable-tag[disabled]) cds-custom-tag{background-color:var(--cds-layer);border:1px solid var(--cds-border-disabled,#c6c6c6);color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}:host(cds-custom-operational-tag[disabled]) cds-custom-tag:hover,:host(cds-custom-selectable-tag[disabled]) cds-custom-tag:hover{background-color:var(--cds-layer);cursor:not-allowed}"]);
|
|
12
|
-
|
|
13
11
|
//#endregion
|
|
14
12
|
export { tag_default as default };
|
|
13
|
+
|
|
15
14
|
//# sourceMappingURL=tag.scss.js.map
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { TAG_TYPE } from "./defs.js";
|
|
9
|
-
|
|
10
9
|
//#region src/components/tag/types.ts
|
|
11
10
|
/**
|
|
12
11
|
* Copyright IBM Corp. 2019, 2020
|
|
@@ -18,7 +17,7 @@ import { TAG_TYPE } from "./defs.js";
|
|
|
18
17
|
* @deprecated Use `defs.ts`
|
|
19
18
|
*/
|
|
20
19
|
var types_default = TAG_TYPE;
|
|
21
|
-
|
|
22
20
|
//#endregion
|
|
23
21
|
export { types_default as default };
|
|
22
|
+
|
|
24
23
|
//# sourceMappingURL=types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","names":[],"sources":["../../../src/components/tag/types.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2020\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 { TAG_TYPE } from './defs';\n\n/**\n * @deprecated Use `defs.ts`\n */\nexport default TAG_TYPE;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.js","names":[],"sources":["../../../src/components/tag/types.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2020\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 { TAG_TYPE } from './defs';\n\n/**\n * @deprecated Use `defs.ts`\n */\nexport default TAG_TYPE;\n"],"mappings":";;;;;;;;;;;;;;;;;;AAYA,IAAA,gBAAe"}
|
|
@@ -33,7 +33,7 @@ let TEARSHEET_WIDTH = /* @__PURE__ */ function(TEARSHEET_WIDTH) {
|
|
|
33
33
|
TEARSHEET_WIDTH["WIDE"] = "wide";
|
|
34
34
|
return TEARSHEET_WIDTH;
|
|
35
35
|
}({});
|
|
36
|
-
|
|
37
36
|
//#endregion
|
|
38
37
|
export { TEARSHEET_INFLUENCER_PLACEMENT, TEARSHEET_INFLUENCER_WIDTH, TEARSHEET_WIDTH };
|
|
38
|
+
|
|
39
39
|
//# sourceMappingURL=defs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.js","names":[],"sources":["../../../src/components/tearsheet/defs.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2023, 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\nexport enum TEARSHEET_INFLUENCER_PLACEMENT {\n /** right / default */\n RIGHT = 'right',\n\n /** left */\n LEFT = 'left',\n}\n\nexport enum TEARSHEET_INFLUENCER_WIDTH {\n /** narrow /default */\n NARROW = 'narrow',\n /** wide */\n WIDE = 'wide',\n}\n\nexport enum TEARSHEET_WIDTH {\n /** narrow */\n NARROW = 'narrow',\n /** wide */\n WIDE = 'wide',\n}\n"],"mappings":";;;;;;;;;;;;;;AAOA,IAAY,
|
|
1
|
+
{"version":3,"file":"defs.js","names":[],"sources":["../../../src/components/tearsheet/defs.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2023, 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\nexport enum TEARSHEET_INFLUENCER_PLACEMENT {\n /** right / default */\n RIGHT = 'right',\n\n /** left */\n LEFT = 'left',\n}\n\nexport enum TEARSHEET_INFLUENCER_WIDTH {\n /** narrow /default */\n NARROW = 'narrow',\n /** wide */\n WIDE = 'wide',\n}\n\nexport enum TEARSHEET_WIDTH {\n /** narrow */\n NARROW = 'narrow',\n /** wide */\n WIDE = 'wide',\n}\n"],"mappings":";;;;;;;;;;;;;;AAOA,IAAY,iCAAL,yBAAA,gCAAA;;AAEL,gCAAA,WAAA;;AAGA,gCAAA,UAAA;;KACD;AAED,IAAY,6BAAL,yBAAA,4BAAA;;AAEL,4BAAA,YAAA;;AAEA,4BAAA,UAAA;;KACD;AAED,IAAY,kBAAL,yBAAA,iBAAA;;AAEL,iBAAA,YAAA;;AAEA,iBAAA,UAAA;;KACD"}
|