@carbon/web-components 2.0.0-beta.0 → 2.0.0-beta.2
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 +5992 -3869
- package/es/components/breadcrumb/breadcrumb-skeleton.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb-skeleton.js.map +1 -1
- package/es/components/button/button-set.d.ts +2 -2
- package/es/components/button/button-set.d.ts.map +1 -1
- package/es/components/button/button-set.js +4 -4
- package/es/components/button/button-set.js.map +1 -1
- package/es/components/button/button-skeleton.d.ts +3 -3
- package/es/components/button/button-skeleton.d.ts.map +1 -1
- package/es/components/button/button-skeleton.js +6 -6
- package/es/components/button/button-skeleton.js.map +1 -1
- package/es/components/button/button.css.js +1 -1
- package/es/components/button/button.d.ts +5 -5
- package/es/components/button/button.d.ts.map +1 -1
- package/es/components/button/button.js +6 -6
- package/es/components/button/button.js.map +1 -1
- package/es/components/button/button.rtl.css.js +1 -1
- package/es/components/button/defs.d.ts +4 -0
- package/es/components/button/defs.d.ts.map +1 -1
- package/es/components/button/defs.js +1 -0
- package/es/components/button/defs.js.map +1 -1
- package/es/components/checkbox/checkbox-skeleton.d.ts +19 -0
- package/es/components/checkbox/checkbox-skeleton.d.ts.map +1 -0
- package/es/components/checkbox/checkbox-skeleton.js +55 -0
- package/es/components/checkbox/checkbox-skeleton.js.map +1 -0
- package/es/components/checkbox/checkbox.css.js +1 -1
- package/es/components/checkbox/checkbox.d.ts +21 -8
- package/es/components/checkbox/checkbox.d.ts.map +1 -1
- package/es/components/checkbox/checkbox.js +65 -17
- package/es/components/checkbox/checkbox.js.map +1 -1
- package/es/components/checkbox/checkbox.rtl.css.js +1 -1
- package/es/components/checkbox/index.d.ts +2 -1
- package/es/components/checkbox/index.d.ts.map +1 -1
- package/es/components/checkbox/index.js +2 -1
- package/es/components/checkbox/index.js.map +1 -1
- package/es/components/code-snippet/code-snippet.d.ts +0 -8
- package/es/components/code-snippet/code-snippet.d.ts.map +1 -1
- package/es/components/code-snippet/code-snippet.js +20 -56
- package/es/components/code-snippet/code-snippet.js.map +1 -1
- package/es/components/combo-box/combo-box-item.d.ts +3 -3
- package/es/components/combo-box/combo-box-item.d.ts.map +1 -1
- package/es/components/combo-box/combo-box-item.js +6 -6
- package/es/components/combo-box/combo-box-item.js.map +1 -1
- package/es/components/combo-box/combo-box.css.js +1 -1
- package/es/components/combo-box/combo-box.d.ts +11 -11
- package/es/components/combo-box/combo-box.d.ts.map +1 -1
- package/es/components/combo-box/combo-box.js +40 -19
- package/es/components/combo-box/combo-box.js.map +1 -1
- package/es/components/combo-box/combo-box.rtl.css.js +1 -1
- package/es/components/content-switcher/content-switcher.css.js +1 -1
- package/es/components/content-switcher/content-switcher.rtl.css.js +1 -1
- package/es/components/copy/copy.d.ts +49 -0
- package/es/components/copy/copy.d.ts.map +1 -0
- package/es/components/copy/copy.js +183 -0
- package/es/components/copy/copy.js.map +1 -0
- package/es/components/copy-button/copy-button.css.js +1 -1
- package/es/components/copy-button/copy-button.d.ts +8 -53
- package/es/components/copy-button/copy-button.d.ts.map +1 -1
- package/es/components/copy-button/copy-button.js +22 -150
- package/es/components/copy-button/copy-button.js.map +1 -1
- package/es/components/copy-button/copy-button.rtl.css.js +1 -1
- package/es/components/data-table/data-table.css.js +1 -1
- package/es/components/data-table/data-table.rtl.css.js +1 -1
- package/es/components/data-table/table-header-cell.d.ts.map +1 -1
- package/es/components/data-table/table-header-cell.js +2 -2
- package/es/components/data-table/table-header-cell.js.map +1 -1
- package/es/components/data-table/table-toolbar-search.d.ts +3 -3
- package/es/components/data-table/table-toolbar-search.d.ts.map +1 -1
- package/es/components/data-table/table-toolbar-search.js +3 -3
- package/es/components/data-table/table-toolbar-search.js.map +1 -1
- package/es/components/date-picker/date-picker-input-skeleton.d.ts +2 -2
- package/es/components/date-picker/date-picker-input-skeleton.d.ts.map +1 -1
- package/es/components/date-picker/date-picker-input-skeleton.js +4 -4
- package/es/components/date-picker/date-picker-input-skeleton.js.map +1 -1
- package/es/components/date-picker/date-picker-input.d.ts +38 -352
- package/es/components/date-picker/date-picker-input.d.ts.map +1 -1
- package/es/components/date-picker/date-picker-input.js +138 -97
- package/es/components/date-picker/date-picker-input.js.map +1 -1
- package/es/components/date-picker/date-picker.css.js +1 -1
- package/es/components/date-picker/date-picker.d.ts +23 -3
- package/es/components/date-picker/date-picker.d.ts.map +1 -1
- package/es/components/date-picker/date-picker.js +100 -24
- package/es/components/date-picker/date-picker.js.map +1 -1
- package/es/components/date-picker/date-picker.rtl.css.js +1 -1
- package/es/components/date-picker/defs.d.ts +1 -14
- package/es/components/date-picker/defs.d.ts.map +1 -1
- package/es/components/date-picker/defs.js +1 -10
- package/es/components/date-picker/defs.js.map +1 -1
- package/es/components/date-picker/fix-events-plugin.d.ts +6 -6
- package/es/components/date-picker/fix-events-plugin.d.ts.map +1 -1
- package/es/components/date-picker/fix-events-plugin.js +8 -8
- package/es/components/date-picker/fix-events-plugin.js.map +1 -1
- package/es/components/date-picker/focus-plugin.d.ts +9 -9
- package/es/components/date-picker/focus-plugin.d.ts.map +1 -1
- package/es/components/date-picker/focus-plugin.js +17 -17
- package/es/components/date-picker/focus-plugin.js.map +1 -1
- package/es/components/date-picker/shadow-dom-events-plugin.d.ts +2 -2
- package/es/components/date-picker/shadow-dom-events-plugin.d.ts.map +1 -1
- package/es/components/date-picker/shadow-dom-events-plugin.js +5 -5
- package/es/components/date-picker/shadow-dom-events-plugin.js.map +1 -1
- package/es/components/date-picker/state-handshake-plugin.d.ts +2 -2
- package/es/components/date-picker/state-handshake-plugin.d.ts.map +1 -1
- package/es/components/date-picker/state-handshake-plugin.js.map +1 -1
- package/es/components/dropdown/defs.d.ts +16 -3
- package/es/components/dropdown/defs.d.ts.map +1 -1
- package/es/components/dropdown/defs.js +11 -2
- package/es/components/dropdown/defs.js.map +1 -1
- package/es/components/dropdown/dropdown-item.d.ts +2 -2
- package/es/components/dropdown/dropdown-item.d.ts.map +1 -1
- package/es/components/dropdown/dropdown-item.js +4 -4
- package/es/components/dropdown/dropdown-item.js.map +1 -1
- package/es/components/dropdown/dropdown-skeleton.d.ts +2 -2
- package/es/components/dropdown/dropdown-skeleton.d.ts.map +1 -1
- package/es/components/dropdown/dropdown-skeleton.js +4 -4
- package/es/components/dropdown/dropdown-skeleton.js.map +1 -1
- package/es/components/dropdown/dropdown.css.js +1 -1
- package/es/components/dropdown/dropdown.d.ts +48 -21
- package/es/components/dropdown/dropdown.d.ts.map +1 -1
- package/es/components/dropdown/dropdown.js +156 -65
- package/es/components/dropdown/dropdown.js.map +1 -1
- package/es/components/dropdown/dropdown.rtl.css.js +1 -1
- package/es/components/file-uploader/defs.d.ts +6 -10
- package/es/components/file-uploader/defs.d.ts.map +1 -1
- package/es/components/file-uploader/defs.js +3 -4
- package/es/components/file-uploader/defs.js.map +1 -1
- package/es/components/file-uploader/demo-file-uploader.d.ts +33 -10
- package/es/components/file-uploader/demo-file-uploader.d.ts.map +1 -1
- package/es/components/file-uploader/demo-file-uploader.js +108 -27
- package/es/components/file-uploader/demo-file-uploader.js.map +1 -1
- package/es/components/file-uploader/file-uploader-button.d.ts +396 -0
- package/es/components/file-uploader/file-uploader-button.d.ts.map +1 -0
- package/es/components/file-uploader/file-uploader-button.js +295 -0
- package/es/components/file-uploader/file-uploader-button.js.map +1 -0
- package/es/components/file-uploader/file-uploader-drop-container.d.ts +389 -0
- package/es/components/file-uploader/file-uploader-drop-container.d.ts.map +1 -0
- package/es/components/file-uploader/file-uploader-drop-container.js +274 -0
- package/es/components/file-uploader/file-uploader-drop-container.js.map +1 -0
- package/es/components/file-uploader/file-uploader-item.d.ts +7 -11
- package/es/components/file-uploader/file-uploader-item.d.ts.map +1 -1
- package/es/components/file-uploader/file-uploader-item.js +35 -45
- package/es/components/file-uploader/file-uploader-item.js.map +1 -1
- package/es/components/file-uploader/file-uploader-skeleton.d.ts +22 -0
- package/es/components/file-uploader/file-uploader-skeleton.d.ts.map +1 -0
- package/es/components/file-uploader/file-uploader-skeleton.js +50 -0
- package/es/components/file-uploader/file-uploader-skeleton.js.map +1 -0
- package/es/components/file-uploader/file-uploader.css.js +1 -1
- package/es/components/file-uploader/file-uploader.d.ts +17 -8
- package/es/components/file-uploader/file-uploader.d.ts.map +1 -1
- package/es/components/file-uploader/file-uploader.js +71 -24
- package/es/components/file-uploader/file-uploader.js.map +1 -1
- package/es/components/file-uploader/file-uploader.rtl.css.js +1 -1
- package/es/components/file-uploader/index.d.ts +4 -2
- package/es/components/file-uploader/index.d.ts.map +1 -1
- package/es/components/file-uploader/index.js +4 -2
- package/es/components/file-uploader/index.js.map +1 -1
- package/es/components/icon-button/defs.d.ts +64 -0
- package/es/components/icon-button/defs.d.ts.map +1 -0
- package/es/components/icon-button/defs.js +34 -0
- package/es/components/icon-button/defs.js.map +1 -0
- package/es/components/icon-button/icon-button.css.js +12 -0
- package/es/components/icon-button/icon-button.d.ts +50 -0
- package/es/components/icon-button/icon-button.d.ts.map +1 -0
- package/es/components/icon-button/icon-button.js +176 -0
- package/es/components/icon-button/icon-button.js.map +1 -0
- package/es/components/icon-button/icon-button.rtl.css.js +12 -0
- package/es/components/icon-button/index.d.ts +11 -0
- package/es/components/icon-button/index.d.ts.map +1 -0
- package/es/components/icon-button/index.js +11 -0
- package/es/components/icon-button/index.js.map +1 -0
- package/es/components/inline-loading/inline-loading.d.ts +6 -2
- package/es/components/inline-loading/inline-loading.d.ts.map +1 -1
- package/es/components/inline-loading/inline-loading.js +20 -5
- package/es/components/inline-loading/inline-loading.js.map +1 -1
- package/es/components/layer/layer.css.js +1 -1
- package/es/components/layer/layer.rtl.css.js +1 -1
- package/es/components/list/list.css.js +1 -1
- package/es/components/list/list.rtl.css.js +1 -1
- package/es/components/list/ordered-list.d.ts +3 -3
- package/es/components/list/ordered-list.d.ts.map +1 -1
- package/es/components/list/ordered-list.js +6 -6
- package/es/components/list/ordered-list.js.map +1 -1
- package/es/components/list/unordered-list.d.ts +2 -2
- package/es/components/list/unordered-list.d.ts.map +1 -1
- package/es/components/list/unordered-list.js +5 -5
- package/es/components/list/unordered-list.js.map +1 -1
- package/es/components/loading/loading.css.js +1 -1
- package/es/components/loading/loading.d.ts +2 -2
- package/es/components/loading/loading.d.ts.map +1 -1
- package/es/components/loading/loading.js +4 -4
- package/es/components/loading/loading.js.map +1 -1
- package/es/components/loading/loading.rtl.css.js +1 -1
- package/es/components/modal/modal-footer-button.d.ts +3 -3
- package/es/components/modal/modal-footer-button.d.ts.map +1 -1
- package/es/components/modal/modal-footer-button.js +6 -6
- package/es/components/modal/modal-footer-button.js.map +1 -1
- package/es/components/modal/modal-footer.d.ts.map +1 -1
- package/es/components/modal/modal-footer.js +1 -1
- package/es/components/modal/modal-footer.js.map +1 -1
- package/es/components/modal/modal.css.js +1 -1
- package/es/components/modal/modal.d.ts.map +1 -1
- package/es/components/modal/modal.js +2 -2
- package/es/components/modal/modal.js.map +1 -1
- package/es/components/modal/modal.rtl.css.js +1 -1
- package/es/components/multi-select/multi-select-item.d.ts +3 -3
- package/es/components/multi-select/multi-select-item.d.ts.map +1 -1
- package/es/components/multi-select/multi-select-item.js +6 -6
- package/es/components/multi-select/multi-select-item.js.map +1 -1
- package/es/components/multi-select/multi-select.css.js +1 -1
- package/es/components/multi-select/multi-select.d.ts +9 -9
- package/es/components/multi-select/multi-select.d.ts.map +1 -1
- package/es/components/multi-select/multi-select.js +17 -17
- package/es/components/multi-select/multi-select.js.map +1 -1
- package/es/components/multi-select/multi-select.rtl.css.js +1 -1
- package/es/components/notification/actionable-notification-button.d.ts +21 -0
- package/es/components/notification/actionable-notification-button.d.ts.map +1 -0
- package/es/components/notification/actionable-notification-button.js +56 -0
- package/es/components/notification/actionable-notification-button.js.map +1 -0
- package/es/components/notification/actionable-notification.css.js +12 -0
- package/es/components/notification/actionable-notification.d.ts +370 -0
- package/es/components/notification/actionable-notification.d.ts.map +1 -0
- package/es/components/notification/actionable-notification.js +281 -0
- package/es/components/notification/actionable-notification.js.map +1 -0
- package/es/components/notification/actionable-notification.rtl.css.js +12 -0
- package/es/components/notification/defs.d.ts +17 -1
- package/es/components/notification/defs.d.ts.map +1 -1
- package/es/components/notification/defs.js +3 -0
- package/es/components/notification/defs.js.map +1 -1
- package/es/components/notification/index.d.ts +2 -0
- package/es/components/notification/index.d.ts.map +1 -1
- package/es/components/notification/index.js +2 -0
- package/es/components/notification/index.js.map +1 -1
- package/es/components/notification/inline-notification.css.js +1 -1
- package/es/components/notification/inline-notification.d.ts +8 -8
- package/es/components/notification/inline-notification.d.ts.map +1 -1
- package/es/components/notification/inline-notification.js +23 -18
- package/es/components/notification/inline-notification.js.map +1 -1
- package/es/components/notification/inline-notification.rtl.css.js +1 -1
- package/es/components/notification/toast-notification.css.js +1 -1
- package/es/components/notification/toast-notification.d.ts +4 -4
- package/es/components/notification/toast-notification.d.ts.map +1 -1
- package/es/components/notification/toast-notification.js +7 -7
- package/es/components/notification/toast-notification.js.map +1 -1
- package/es/components/notification/toast-notification.rtl.css.js +1 -1
- package/es/components/number-input/index.d.ts +2 -1
- package/es/components/number-input/index.d.ts.map +1 -1
- package/es/components/number-input/index.js +2 -1
- package/es/components/number-input/index.js.map +1 -1
- package/es/components/number-input/number-input-skeleton.d.ts +2 -2
- package/es/components/number-input/number-input-skeleton.d.ts.map +1 -1
- package/es/components/number-input/number-input-skeleton.js +4 -4
- package/es/components/number-input/number-input-skeleton.js.map +1 -1
- package/es/components/number-input/number-input.css.js +1 -1
- package/es/components/number-input/number-input.d.ts +12 -25
- package/es/components/number-input/number-input.d.ts.map +1 -1
- package/es/components/number-input/number-input.js +85 -106
- package/es/components/number-input/number-input.js.map +1 -1
- package/es/components/number-input/number-input.rtl.css.js +1 -1
- package/es/components/pagination/pagination.css.js +1 -1
- package/es/components/pagination/pagination.rtl.css.js +1 -1
- package/es/components/popover/defs.d.ts +63 -0
- package/es/components/popover/defs.d.ts.map +1 -0
- package/es/components/popover/defs.js +28 -0
- package/es/components/popover/defs.js.map +1 -0
- package/es/components/popover/index.d.ts +12 -0
- package/es/components/popover/index.d.ts.map +1 -0
- package/es/components/popover/index.js +12 -0
- package/es/components/popover/index.js.map +1 -0
- package/es/components/popover/popover-content.d.ts +45 -0
- package/es/components/popover/popover-content.d.ts.map +1 -0
- package/es/components/popover/popover-content.js +141 -0
- package/es/components/popover/popover-content.js.map +1 -0
- package/es/components/popover/popover.css.js +12 -0
- package/es/components/popover/popover.d.ts +54 -0
- package/es/components/popover/popover.d.ts.map +1 -0
- package/es/components/popover/popover.js +201 -0
- package/es/components/popover/popover.js.map +1 -0
- package/es/components/popover/popover.rtl.css.js +12 -0
- package/es/components/progress-bar/defs.d.ts +57 -0
- package/es/components/progress-bar/defs.d.ts.map +1 -0
- package/es/components/progress-bar/defs.js +38 -0
- package/es/components/progress-bar/defs.js.map +1 -0
- package/es/components/progress-bar/index.d.ts +11 -0
- package/es/components/progress-bar/index.d.ts.map +1 -0
- package/es/components/progress-bar/index.js +11 -0
- package/es/components/progress-bar/index.js.map +1 -0
- package/es/components/progress-bar/progress-bar.css.js +12 -0
- package/es/components/progress-bar/progress-bar.d.ts +57 -0
- package/es/components/progress-bar/progress-bar.d.ts.map +1 -0
- package/es/components/progress-bar/progress-bar.js +260 -0
- package/es/components/progress-bar/progress-bar.js.map +1 -0
- package/es/components/progress-bar/progress-bar.rtl.css.js +12 -0
- package/es/components/progress-indicator/progress-indicator.css.js +1 -1
- package/es/components/progress-indicator/progress-indicator.rtl.css.js +1 -1
- package/es/components/radio-button/radio-button.css.js +1 -1
- package/es/components/radio-button/radio-button.rtl.css.js +1 -1
- package/es/components/search/search-skeleton.d.ts +3 -3
- package/es/components/search/search-skeleton.d.ts.map +1 -1
- package/es/components/search/search-skeleton.js +6 -6
- package/es/components/search/search-skeleton.js.map +1 -1
- package/es/components/search/search.css.js +1 -1
- package/es/components/search/search.d.ts +361 -19
- package/es/components/search/search.d.ts.map +1 -1
- package/es/components/search/search.js +136 -29
- package/es/components/search/search.js.map +1 -1
- package/es/components/search/search.rtl.css.js +1 -1
- package/es/components/select/index.d.ts +2 -1
- package/es/components/select/index.d.ts.map +1 -1
- package/es/components/select/index.js +2 -1
- package/es/components/select/index.js.map +1 -1
- package/es/components/select/select-item-group.d.ts +2 -2
- package/es/components/select/select-item-group.d.ts.map +1 -1
- package/es/components/select/select-item-group.js +4 -4
- package/es/components/select/select-item-group.js.map +1 -1
- package/es/components/select/select-item.d.ts +2 -2
- package/es/components/select/select-item.d.ts.map +1 -1
- package/es/components/select/select-item.js +4 -4
- package/es/components/select/select-item.js.map +1 -1
- package/es/components/select/select-skeleton.d.ts +23 -0
- package/es/components/select/select-skeleton.d.ts.map +1 -0
- package/es/components/select/select-skeleton.js +72 -0
- package/es/components/select/select-skeleton.js.map +1 -0
- package/es/components/select/select.css.js +1 -1
- package/es/components/select/select.d.ts +29 -331
- package/es/components/select/select.d.ts.map +1 -1
- package/es/components/select/select.js +151 -74
- package/es/components/select/select.js.map +1 -1
- package/es/components/select/select.rtl.css.js +1 -1
- package/es/components/skeleton-placeholder/skeleton-placeholder.d.ts +2 -2
- package/es/components/skeleton-placeholder/skeleton-placeholder.d.ts.map +1 -1
- package/es/components/skeleton-placeholder/skeleton-placeholder.js +4 -4
- package/es/components/skeleton-placeholder/skeleton-placeholder.js.map +1 -1
- package/es/components/skeleton-text/defs.d.ts +2 -6
- package/es/components/skeleton-text/defs.d.ts.map +1 -1
- package/es/components/skeleton-text/defs.js +1 -2
- package/es/components/skeleton-text/defs.js.map +1 -1
- package/es/components/skeleton-text/skeleton-text.css.js +1 -1
- package/es/components/skeleton-text/skeleton-text.d.ts +2 -2
- package/es/components/skeleton-text/skeleton-text.d.ts.map +1 -1
- package/es/components/skeleton-text/skeleton-text.js +4 -4
- package/es/components/skeleton-text/skeleton-text.js.map +1 -1
- package/es/components/skeleton-text/skeleton-text.rtl.css.js +1 -1
- package/es/components/slider/slider-input.d.ts +11 -9
- package/es/components/slider/slider-input.d.ts.map +1 -1
- package/es/components/slider/slider-input.js +36 -18
- package/es/components/slider/slider-input.js.map +1 -1
- package/es/components/slider/slider-skeleton.d.ts +2 -2
- package/es/components/slider/slider-skeleton.d.ts.map +1 -1
- package/es/components/slider/slider-skeleton.js +4 -4
- package/es/components/slider/slider-skeleton.js.map +1 -1
- package/es/components/slider/slider.css.js +1 -1
- package/es/components/slider/slider.d.ts +35 -19
- package/es/components/slider/slider.d.ts.map +1 -1
- package/es/components/slider/slider.js +119 -54
- package/es/components/slider/slider.js.map +1 -1
- package/es/components/slider/slider.rtl.css.js +1 -1
- package/es/components/structured-list/structured-list-row.d.ts +3 -0
- package/es/components/structured-list/structured-list-row.d.ts.map +1 -1
- package/es/components/structured-list/structured-list.css.js +1 -1
- package/es/components/structured-list/structured-list.rtl.css.js +1 -1
- package/es/components/tabs/tabs.css.js +1 -1
- package/es/components/tabs/tabs.rtl.css.js +1 -1
- package/es/components/text-input/defs.d.ts +44 -0
- package/es/components/text-input/defs.d.ts.map +1 -0
- package/es/components/text-input/defs.js +36 -0
- package/es/components/text-input/defs.js.map +1 -0
- package/es/components/text-input/index.d.ts +12 -0
- package/es/components/text-input/index.d.ts.map +1 -0
- package/es/components/text-input/index.js +12 -0
- package/es/components/text-input/index.js.map +1 -0
- package/es/components/text-input/text-input-skeleton.d.ts +23 -0
- package/es/components/text-input/text-input-skeleton.d.ts.map +1 -0
- package/es/components/text-input/text-input-skeleton.js +72 -0
- package/es/components/text-input/text-input-skeleton.js.map +1 -0
- package/es/components/text-input/text-input.css.js +12 -0
- package/es/components/text-input/text-input.d.ts +786 -0
- package/es/components/text-input/text-input.d.ts.map +1 -0
- package/es/components/text-input/text-input.js +657 -0
- package/es/components/text-input/text-input.js.map +1 -0
- package/es/components/text-input/text-input.rtl.css.js +12 -0
- package/es/components/textarea/textarea-skeleton.d.ts +2 -2
- package/es/components/textarea/textarea-skeleton.d.ts.map +1 -1
- package/es/components/textarea/textarea-skeleton.js +4 -4
- package/es/components/textarea/textarea-skeleton.js.map +1 -1
- package/es/components/textarea/textarea.css.js +1 -1
- package/es/components/textarea/textarea.d.ts +6 -681
- package/es/components/textarea/textarea.d.ts.map +1 -1
- package/es/components/textarea/textarea.js +63 -197
- package/es/components/textarea/textarea.js.map +1 -1
- package/es/components/textarea/textarea.rtl.css.js +1 -1
- package/es/components/tile/expandable-tile.d.ts +3 -1
- package/es/components/tile/expandable-tile.d.ts.map +1 -1
- package/es/components/tile/expandable-tile.js +4 -0
- package/es/components/tile/expandable-tile.js.map +1 -1
- package/es/components/tile/tile.css.js +1 -1
- package/es/components/tile/tile.rtl.css.js +1 -1
- package/es/components/toggle-tip/toggletip.d.ts +2 -2
- package/es/components/toggle-tip/toggletip.d.ts.map +1 -1
- package/es/components/toggle-tip/toggletip.js +2 -2
- package/es/components/toggle-tip/toggletip.js.map +1 -1
- package/es/components/tooltip/index.d.ts +1 -3
- package/es/components/tooltip/index.d.ts.map +1 -1
- package/es/components/tooltip/index.js +1 -3
- package/es/components/tooltip/index.js.map +1 -1
- package/es/components/tooltip/tooltip-content.d.ts +20 -0
- package/es/components/tooltip/tooltip-content.d.ts.map +1 -0
- package/es/components/tooltip/tooltip-content.js +62 -0
- package/es/components/tooltip/tooltip-content.js.map +1 -0
- package/es/components/tooltip/tooltip.css.js +1 -1
- package/es/components/tooltip/tooltip.d.ts +36 -25
- package/es/components/tooltip/tooltip.d.ts.map +1 -1
- package/es/components/tooltip/tooltip.js +111 -124
- package/es/components/tooltip/tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip.rtl.css.js +1 -1
- package/es/components/ui-shell/side-nav.d.ts.map +1 -1
- package/es/components/ui-shell/side-nav.js +1 -1
- package/es/components/ui-shell/side-nav.js.map +1 -1
- package/es/components-react/button/button-set.js +1 -1
- package/es/components-react/button/button-skeleton.d.ts +2 -2
- package/es/components-react/button/button-skeleton.js +1 -1
- package/es/components-react/button/button.d.ts +2 -2
- package/es/components-react/button/button.js +1 -1
- package/es/components-react/checkbox/checkbox-skeleton.d.ts +15 -0
- package/es/components-react/checkbox/checkbox-skeleton.js +21 -0
- package/es/components-react/checkbox/checkbox.d.ts +2 -2
- package/es/components-react/combo-box/combo-box-item.d.ts +2 -2
- package/es/components-react/combo-box/combo-box.d.ts +2 -2
- package/es/components-react/combo-box/combo-box.js +1 -5
- package/es/components-react/copy/copy.d.ts +14 -0
- package/es/components-react/copy/copy.js +23 -0
- package/es/components-react/copy-button/copy-button.d.ts +2 -2
- package/es/components-react/date-picker/date-picker-input-skeleton.d.ts +2 -2
- package/es/components-react/date-picker/date-picker-input.d.ts +2 -2
- package/es/components-react/date-picker/date-picker-input.js +0 -1
- package/es/components-react/date-picker/date-picker.d.ts +2 -2
- package/es/components-react/dropdown/dropdown-item.d.ts +2 -2
- package/es/components-react/dropdown/dropdown-skeleton.d.ts +2 -2
- package/es/components-react/dropdown/dropdown.d.ts +2 -2
- package/es/components-react/dropdown/dropdown.js +1 -1
- package/es/components-react/file-uploader/demo-file-uploader.d.ts +31 -7
- package/es/components-react/file-uploader/demo-file-uploader.js +30 -6
- package/es/components-react/file-uploader/file-uploader-button.d.ts +19 -0
- package/es/components-react/file-uploader/file-uploader-button.js +28 -0
- package/es/components-react/file-uploader/file-uploader-drop-container.d.ts +19 -0
- package/es/components-react/file-uploader/file-uploader-drop-container.js +28 -0
- package/es/components-react/file-uploader/file-uploader-item.d.ts +2 -2
- package/es/components-react/file-uploader/file-uploader-skeleton.d.ts +15 -0
- package/es/components-react/file-uploader/file-uploader-skeleton.js +21 -0
- package/es/components-react/file-uploader/file-uploader.d.ts +2 -2
- package/es/components-react/icon-button/defs.js +9 -0
- package/es/components-react/icon-button/icon-button.d.ts +14 -0
- package/es/components-react/icon-button/icon-button.js +24 -0
- package/es/components-react/inline-loading/inline-loading.d.ts +2 -2
- package/es/components-react/list/ordered-list.d.ts +2 -2
- package/es/components-react/list/unordered-list.d.ts +2 -2
- package/es/components-react/loading/loading.d.ts +2 -2
- package/es/components-react/modal/modal-footer-button.d.ts +2 -2
- package/es/components-react/multi-select/multi-select-item.d.ts +2 -2
- package/es/components-react/multi-select/multi-select.d.ts +2 -2
- package/es/components-react/multi-select/multi-select.js +1 -5
- package/es/components-react/notification/actionable-notification-button.d.ts +15 -0
- package/es/components-react/notification/actionable-notification-button.js +23 -0
- package/es/components-react/notification/actionable-notification.d.ts +14 -0
- package/es/components-react/notification/actionable-notification.js +23 -0
- package/es/components-react/notification/inline-notification.d.ts +2 -2
- package/es/components-react/notification/toast-notification.d.ts +2 -2
- package/es/components-react/number-input/number-input-skeleton.d.ts +2 -2
- package/es/components-react/number-input/number-input.d.ts +3 -3
- package/es/components-react/number-input/number-input.js +3 -6
- package/es/components-react/popover/defs.js +9 -0
- package/es/components-react/popover/index.js +8 -0
- package/es/components-react/popover/popover-content.d.ts +15 -0
- package/es/components-react/popover/popover-content.js +21 -0
- package/es/components-react/popover/popover.d.ts +15 -0
- package/es/components-react/popover/popover.js +21 -0
- package/es/components-react/progress-bar/defs.js +9 -0
- package/es/components-react/progress-bar/index.d.ts +14 -0
- package/es/components-react/progress-bar/index.js +8 -0
- package/es/components-react/progress-bar/progress-bar.d.ts +15 -0
- package/es/components-react/progress-bar/progress-bar.js +26 -0
- package/es/components-react/search/search-skeleton.d.ts +2 -2
- package/es/components-react/search/search.d.ts +2 -2
- package/es/components-react/search/search.js +0 -1
- package/es/components-react/select/select-item-group.d.ts +2 -2
- package/es/components-react/select/select-item.d.ts +2 -2
- package/es/components-react/select/select-skeleton.d.ts +15 -0
- package/es/components-react/select/select-skeleton.js +21 -0
- package/es/components-react/select/select.d.ts +2 -2
- package/es/components-react/select/select.js +0 -1
- package/es/components-react/skeleton-placeholder/skeleton-placeholder.d.ts +2 -2
- package/es/components-react/skeleton-text/skeleton-text.d.ts +2 -2
- package/es/components-react/slider/slider-input.d.ts +2 -2
- package/es/components-react/slider/slider-input.js +0 -1
- package/es/components-react/slider/slider-skeleton.d.ts +2 -2
- package/es/components-react/slider/slider.d.ts +2 -2
- package/es/components-react/text-input/defs.d.ts +14 -0
- package/es/components-react/text-input/defs.js +9 -0
- package/es/components-react/text-input/index.d.ts +14 -0
- package/es/components-react/text-input/index.js +8 -0
- package/es/components-react/text-input/text-input-skeleton.d.ts +15 -0
- package/es/components-react/text-input/text-input-skeleton.js +21 -0
- package/es/components-react/text-input/text-input.d.ts +15 -0
- package/es/components-react/text-input/text-input.js +22 -0
- package/es/components-react/textarea/textarea-skeleton.d.ts +2 -2
- package/es/components-react/textarea/textarea.d.ts +4 -5
- package/es/components-react/textarea/textarea.js +4 -3
- package/es/components-react/tooltip/tooltip-content.d.ts +14 -0
- package/es/components-react/tooltip/tooltip-content.js +23 -0
- package/es/components-react/tooltip/tooltip.d.ts +4 -5
- package/es/components-react/tooltip/tooltip.js +4 -2
- package/es/globals/mixins/form.d.ts +1 -1
- package/es/globals/mixins/form.d.ts.map +1 -1
- package/es/globals/mixins/form.js +2 -2
- package/es/globals/mixins/form.js.map +1 -1
- package/es/globals/mixins/host-listener.d.ts +1 -1
- package/es/globals/mixins/host-listener.d.ts.map +1 -1
- package/es/globals/mixins/host-listener.js +2 -2
- package/es/globals/mixins/host-listener.js.map +1 -1
- package/es/globals/mixins/on.d.ts +11 -0
- package/es/globals/mixins/on.d.ts.map +1 -0
- package/es/globals/mixins/on.js +17 -0
- package/es/globals/mixins/on.js.map +1 -0
- package/es/globals/settings.d.ts.map +1 -1
- package/es/globals/settings.js +1 -1
- package/es/globals/settings.js.map +1 -1
- package/es/globals/wrappers/createReactCustomElementType.d.ts +3 -3
- package/es/globals/wrappers/createReactCustomElementType.d.ts.map +1 -1
- package/es/globals/wrappers/createReactCustomElementType.js +4 -4
- package/es/globals/wrappers/createReactCustomElementType.js.map +1 -1
- package/es/icons/SLM/16.js +15 -0
- package/es/icons/SLM/20.js +15 -0
- package/es/icons/SLM/24.js +15 -0
- package/es/icons/SLM/32.js +15 -0
- package/es/icons/add/16.js +1 -1
- package/es/icons/apple--dash/16.js +15 -0
- package/es/icons/apple--dash/20.js +15 -0
- package/es/icons/apple--dash/24.js +15 -0
- package/es/icons/apple--dash/32.js +15 -0
- package/es/icons/arrows--vertical/16.js +1 -1
- package/es/icons/batch-job/16.js +15 -0
- package/es/icons/batch-job/20.js +15 -0
- package/es/icons/batch-job/24.js +15 -0
- package/es/icons/batch-job/32.js +15 -0
- package/es/icons/batch-job--step/16.js +15 -0
- package/es/icons/batch-job--step/20.js +15 -0
- package/es/icons/batch-job--step/24.js +15 -0
- package/es/icons/batch-job--step/32.js +15 -0
- package/es/icons/boot-volume/16.js +15 -0
- package/es/icons/boot-volume/20.js +15 -0
- package/es/icons/boot-volume/24.js +15 -0
- package/es/icons/boot-volume/32.js +15 -0
- package/es/icons/boot-volume--alt/16.js +15 -0
- package/es/icons/boot-volume--alt/20.js +15 -0
- package/es/icons/boot-volume--alt/24.js +15 -0
- package/es/icons/boot-volume--alt/32.js +15 -0
- package/es/icons/bottles--01/16.js +15 -0
- package/es/icons/bottles--01/20.js +15 -0
- package/es/icons/bottles--01/24.js +15 -0
- package/es/icons/bottles--01/32.js +15 -0
- package/es/icons/bottles--01--dash/16.js +15 -0
- package/es/icons/bottles--01--dash/20.js +15 -0
- package/es/icons/bottles--01--dash/24.js +15 -0
- package/es/icons/bottles--01--dash/32.js +15 -0
- package/es/icons/bottles--02/16.js +15 -0
- package/es/icons/bottles--02/20.js +15 -0
- package/es/icons/bottles--02/24.js +15 -0
- package/es/icons/bottles--02/32.js +15 -0
- package/es/icons/bottles--02--dash/16.js +15 -0
- package/es/icons/bottles--02--dash/20.js +15 -0
- package/es/icons/bottles--02--dash/24.js +15 -0
- package/es/icons/bottles--02--dash/32.js +15 -0
- package/es/icons/bottles--container/16.js +15 -0
- package/es/icons/bottles--container/20.js +15 -0
- package/es/icons/bottles--container/24.js +15 -0
- package/es/icons/bottles--container/32.js +15 -0
- package/es/icons/build-tool/16.js +15 -0
- package/es/icons/build-tool/20.js +15 -0
- package/es/icons/build-tool/24.js +15 -0
- package/es/icons/build-tool/32.js +15 -0
- package/es/icons/calendar--add/16.js +15 -0
- package/es/icons/calendar--add/20.js +15 -0
- package/es/icons/calendar--add/24.js +15 -0
- package/es/icons/calendar--add/32.js +15 -0
- package/es/icons/calendar--add--alt/16.js +15 -0
- package/es/icons/calendar--add--alt/20.js +15 -0
- package/es/icons/calendar--add--alt/24.js +15 -0
- package/es/icons/calendar--add--alt/32.js +15 -0
- package/es/icons/carbon--ui-builder/16.js +15 -0
- package/es/icons/carbon--ui-builder/20.js +15 -0
- package/es/icons/carbon--ui-builder/24.js +15 -0
- package/es/icons/carbon--ui-builder/32.js +15 -0
- package/es/icons/caret--down/16.js +1 -1
- package/es/icons/caret--up/16.js +1 -1
- package/es/icons/catalog--publish/16.js +15 -0
- package/es/icons/catalog--publish/20.js +15 -0
- package/es/icons/catalog--publish/24.js +15 -0
- package/es/icons/catalog--publish/32.js +15 -0
- package/es/icons/cics--db2-connection/16.js +15 -0
- package/es/icons/cics--db2-connection/20.js +15 -0
- package/es/icons/cics--db2-connection/24.js +15 -0
- package/es/icons/cics--db2-connection/32.js +15 -0
- package/es/icons/cics--program/16.js +15 -0
- package/es/icons/cics--program/20.js +15 -0
- package/es/icons/cics--program/24.js +15 -0
- package/es/icons/cics--program/32.js +15 -0
- package/es/icons/cics--sit/16.js +15 -0
- package/es/icons/cics--sit/20.js +15 -0
- package/es/icons/cics--sit/24.js +15 -0
- package/es/icons/cics--sit/32.js +15 -0
- package/es/icons/cics--sit-overrides/16.js +15 -0
- package/es/icons/cics--sit-overrides/20.js +15 -0
- package/es/icons/cics--sit-overrides/24.js +15 -0
- package/es/icons/cics--sit-overrides/32.js +15 -0
- package/es/icons/cics--transaction-server-zos/16.js +15 -0
- package/es/icons/cics--transaction-server-zos/20.js +15 -0
- package/es/icons/cics--transaction-server-zos/24.js +15 -0
- package/es/icons/cics--transaction-server-zos/32.js +15 -0
- package/es/icons/cics-region--alt/16.js +15 -0
- package/es/icons/cics-region--alt/20.js +15 -0
- package/es/icons/cics-region--alt/24.js +15 -0
- package/es/icons/cics-region--alt/32.js +15 -0
- package/es/icons/connect--reference/16.js +15 -0
- package/es/icons/connect--reference/20.d.ts +17 -0
- package/es/icons/connect--reference/20.js +15 -0
- package/es/icons/connect--reference/24.d.ts +17 -0
- package/es/icons/connect--reference/24.js +15 -0
- package/es/icons/connect--reference/32.d.ts +17 -0
- package/es/icons/connect--reference/32.js +15 -0
- package/es/icons/continuous-deployment/16.d.ts +17 -0
- package/es/icons/continuous-deployment/16.js +15 -0
- package/es/icons/continuous-deployment/20.d.ts +17 -0
- package/es/icons/continuous-deployment/20.js +15 -0
- package/es/icons/continuous-deployment/24.d.ts +17 -0
- package/es/icons/continuous-deployment/24.js +15 -0
- package/es/icons/continuous-deployment/32.d.ts +17 -0
- package/es/icons/continuous-deployment/32.js +15 -0
- package/es/icons/continuous-integration/16.d.ts +17 -0
- package/es/icons/continuous-integration/16.js +15 -0
- package/es/icons/continuous-integration/20.d.ts +17 -0
- package/es/icons/continuous-integration/20.js +15 -0
- package/es/icons/continuous-integration/24.d.ts +17 -0
- package/es/icons/continuous-integration/24.js +15 -0
- package/es/icons/continuous-integration/32.d.ts +17 -0
- package/es/icons/continuous-integration/32.js +15 -0
- package/es/icons/data-enrichment/16.js +1 -1
- package/es/icons/data-enrichment/20.js +1 -1
- package/es/icons/data-enrichment/24.js +1 -1
- package/es/icons/data-enrichment/32.js +1 -1
- package/es/icons/data-enrichment--add/16.d.ts +17 -0
- package/es/icons/data-enrichment--add/16.js +15 -0
- package/es/icons/data-enrichment--add/20.d.ts +17 -0
- package/es/icons/data-enrichment--add/20.js +15 -0
- package/es/icons/data-enrichment--add/24.d.ts +17 -0
- package/es/icons/data-enrichment--add/24.js +15 -0
- package/es/icons/data-enrichment--add/32.d.ts +17 -0
- package/es/icons/data-enrichment--add/32.js +15 -0
- package/es/icons/data-quality-definition/16.d.ts +17 -0
- package/es/icons/data-quality-definition/16.js +15 -0
- package/es/icons/data-quality-definition/20.d.ts +17 -0
- package/es/icons/data-quality-definition/20.js +15 -0
- package/es/icons/data-quality-definition/24.d.ts +17 -0
- package/es/icons/data-quality-definition/24.js +15 -0
- package/es/icons/data-quality-definition/32.d.ts +17 -0
- package/es/icons/data-quality-definition/32.js +15 -0
- package/es/icons/data-volume/16.d.ts +17 -0
- package/es/icons/data-volume/16.js +15 -0
- package/es/icons/data-volume/20.d.ts +17 -0
- package/es/icons/data-volume/20.js +15 -0
- package/es/icons/data-volume/24.d.ts +17 -0
- package/es/icons/data-volume/24.js +15 -0
- package/es/icons/data-volume/32.d.ts +17 -0
- package/es/icons/data-volume/32.js +15 -0
- package/es/icons/data-volume--alt/16.d.ts +17 -0
- package/es/icons/data-volume--alt/16.js +15 -0
- package/es/icons/data-volume--alt/20.d.ts +17 -0
- package/es/icons/data-volume--alt/20.js +15 -0
- package/es/icons/data-volume--alt/24.d.ts +17 -0
- package/es/icons/data-volume--alt/24.js +15 -0
- package/es/icons/data-volume--alt/32.d.ts +17 -0
- package/es/icons/data-volume--alt/32.js +15 -0
- package/es/icons/db2--buffer-pool/16.d.ts +17 -0
- package/es/icons/db2--buffer-pool/16.js +15 -0
- package/es/icons/db2--buffer-pool/20.d.ts +17 -0
- package/es/icons/db2--buffer-pool/20.js +15 -0
- package/es/icons/db2--buffer-pool/24.d.ts +17 -0
- package/es/icons/db2--buffer-pool/24.js +15 -0
- package/es/icons/db2--buffer-pool/32.d.ts +17 -0
- package/es/icons/db2--buffer-pool/32.js +15 -0
- package/es/icons/db2--data-sharing-group/16.d.ts +17 -0
- package/es/icons/db2--data-sharing-group/16.js +15 -0
- package/es/icons/db2--data-sharing-group/20.d.ts +17 -0
- package/es/icons/db2--data-sharing-group/20.js +15 -0
- package/es/icons/db2--data-sharing-group/24.d.ts +17 -0
- package/es/icons/db2--data-sharing-group/24.js +15 -0
- package/es/icons/db2--data-sharing-group/32.d.ts +17 -0
- package/es/icons/db2--data-sharing-group/32.js +15 -0
- package/es/icons/db2--database/16.d.ts +17 -0
- package/es/icons/db2--database/16.js +15 -0
- package/es/icons/db2--database/20.d.ts +17 -0
- package/es/icons/db2--database/20.js +15 -0
- package/es/icons/db2--database/24.d.ts +17 -0
- package/es/icons/db2--database/24.js +15 -0
- package/es/icons/db2--database/32.d.ts +17 -0
- package/es/icons/db2--database/32.js +15 -0
- package/es/icons/diamond-fill/index.d.ts +17 -0
- package/es/icons/document--multiple-01/16.d.ts +17 -0
- package/es/icons/document--multiple-01/16.js +15 -0
- package/es/icons/document--multiple-01/20.d.ts +17 -0
- package/es/icons/document--multiple-01/20.js +15 -0
- package/es/icons/document--multiple-01/24.d.ts +17 -0
- package/es/icons/document--multiple-01/24.js +15 -0
- package/es/icons/document--multiple-01/32.d.ts +17 -0
- package/es/icons/document--multiple-01/32.js +15 -0
- package/es/icons/document--multiple-02/16.d.ts +17 -0
- package/es/icons/document--multiple-02/16.js +15 -0
- package/es/icons/document--multiple-02/20.d.ts +17 -0
- package/es/icons/document--multiple-02/20.js +15 -0
- package/es/icons/document--multiple-02/24.d.ts +17 -0
- package/es/icons/document--multiple-02/24.js +15 -0
- package/es/icons/document--multiple-02/32.d.ts +17 -0
- package/es/icons/document--multiple-02/32.js +15 -0
- package/es/icons/drink--01/16.d.ts +17 -0
- package/es/icons/drink--01/16.js +15 -0
- package/es/icons/drink--01/20.d.ts +17 -0
- package/es/icons/drink--01/20.js +15 -0
- package/es/icons/drink--01/24.d.ts +17 -0
- package/es/icons/drink--01/24.js +15 -0
- package/es/icons/drink--01/32.d.ts +17 -0
- package/es/icons/drink--01/32.js +15 -0
- package/es/icons/drink--02/16.d.ts +17 -0
- package/es/icons/drink--02/16.js +15 -0
- package/es/icons/drink--02/20.d.ts +17 -0
- package/es/icons/drink--02/20.js +15 -0
- package/es/icons/drink--02/24.d.ts +17 -0
- package/es/icons/drink--02/24.js +15 -0
- package/es/icons/drink--02/32.d.ts +17 -0
- package/es/icons/drink--02/32.js +15 -0
- package/es/icons/executable-program/16.d.ts +17 -0
- package/es/icons/executable-program/16.js +15 -0
- package/es/icons/executable-program/20.d.ts +17 -0
- package/es/icons/executable-program/20.js +15 -0
- package/es/icons/executable-program/24.d.ts +17 -0
- package/es/icons/executable-program/24.js +15 -0
- package/es/icons/executable-program/32.d.ts +17 -0
- package/es/icons/executable-program/32.js +15 -0
- package/es/icons/ibm--bluepay/16.d.ts +17 -0
- package/es/icons/ibm--bluepay/16.js +15 -0
- package/es/icons/ibm--bluepay/20.d.ts +17 -0
- package/es/icons/ibm--bluepay/20.js +15 -0
- package/es/icons/ibm--bluepay/24.d.ts +17 -0
- package/es/icons/ibm--bluepay/24.js +15 -0
- package/es/icons/ibm--bluepay/32.d.ts +17 -0
- package/es/icons/ibm--bluepay/32.js +15 -0
- package/es/icons/ibm--content-services/16.d.ts +17 -0
- package/es/icons/ibm--content-services/16.js +15 -0
- package/es/icons/ibm--content-services/20.d.ts +17 -0
- package/es/icons/ibm--content-services/20.js +15 -0
- package/es/icons/ibm--content-services/24.d.ts +17 -0
- package/es/icons/ibm--content-services/24.js +15 -0
- package/es/icons/ibm--content-services/32.d.ts +17 -0
- package/es/icons/ibm--content-services/32.js +15 -0
- package/es/icons/ibm--datastage/16.d.ts +17 -0
- package/es/icons/ibm--datastage/16.js +15 -0
- package/es/icons/ibm--datastage/20.d.ts +17 -0
- package/es/icons/ibm--datastage/20.js +15 -0
- package/es/icons/ibm--datastage/24.d.ts +17 -0
- package/es/icons/ibm--datastage/24.js +15 -0
- package/es/icons/ibm--datastage/32.d.ts +17 -0
- package/es/icons/ibm--datastage/32.js +15 -0
- package/es/icons/ibm--db2/16.d.ts +17 -0
- package/es/icons/ibm--db2/16.js +15 -0
- package/es/icons/ibm--db2/20.d.ts +17 -0
- package/es/icons/ibm--db2/20.js +15 -0
- package/es/icons/ibm--db2/24.d.ts +17 -0
- package/es/icons/ibm--db2/24.js +15 -0
- package/es/icons/ibm--db2/32.d.ts +17 -0
- package/es/icons/ibm--db2/32.js +15 -0
- package/es/icons/ibm--db2--alt/16.d.ts +17 -0
- package/es/icons/ibm--db2--alt/16.js +15 -0
- package/es/icons/ibm--db2--alt/20.d.ts +17 -0
- package/es/icons/ibm--db2--alt/20.js +15 -0
- package/es/icons/ibm--db2--alt/24.d.ts +17 -0
- package/es/icons/ibm--db2--alt/24.js +15 -0
- package/es/icons/ibm--db2--alt/32.d.ts +17 -0
- package/es/icons/ibm--db2--alt/32.js +15 -0
- package/es/icons/ibm--mq/16.d.ts +17 -0
- package/es/icons/ibm--mq/16.js +15 -0
- package/es/icons/ibm--mq/20.d.ts +17 -0
- package/es/icons/ibm--mq/20.js +15 -0
- package/es/icons/ibm--mq/24.d.ts +17 -0
- package/es/icons/ibm--mq/24.js +15 -0
- package/es/icons/ibm--mq/32.d.ts +17 -0
- package/es/icons/ibm--mq/32.js +15 -0
- package/es/icons/ibm--open-enterprise-languages/16.d.ts +17 -0
- package/es/icons/ibm--open-enterprise-languages/16.js +15 -0
- package/es/icons/ibm--open-enterprise-languages/20.d.ts +17 -0
- package/es/icons/ibm--open-enterprise-languages/20.js +15 -0
- package/es/icons/ibm--open-enterprise-languages/24.d.ts +17 -0
- package/es/icons/ibm--open-enterprise-languages/24.js +15 -0
- package/es/icons/ibm--open-enterprise-languages/32.d.ts +17 -0
- package/es/icons/ibm--open-enterprise-languages/32.js +15 -0
- package/es/icons/ibm--power-vs/16.d.ts +17 -0
- package/es/icons/ibm--power-vs/16.js +15 -0
- package/es/icons/ibm--power-vs/20.d.ts +17 -0
- package/es/icons/ibm--power-vs/20.js +15 -0
- package/es/icons/ibm--power-vs/24.d.ts +17 -0
- package/es/icons/ibm--power-vs/24.js +15 -0
- package/es/icons/ibm--power-vs/32.d.ts +17 -0
- package/es/icons/ibm--power-vs/32.js +15 -0
- package/es/icons/ibm--process-mining/16.d.ts +17 -0
- package/es/icons/ibm--process-mining/16.js +15 -0
- package/es/icons/ibm--process-mining/20.d.ts +17 -0
- package/es/icons/ibm--process-mining/20.js +15 -0
- package/es/icons/ibm--process-mining/24.d.ts +17 -0
- package/es/icons/ibm--process-mining/24.js +15 -0
- package/es/icons/ibm--process-mining/32.d.ts +17 -0
- package/es/icons/ibm--process-mining/32.js +15 -0
- package/es/icons/ibm--telehealth/16.d.ts +17 -0
- package/es/icons/ibm--telehealth/16.js +15 -0
- package/es/icons/ibm--telehealth/20.d.ts +17 -0
- package/es/icons/ibm--telehealth/20.js +15 -0
- package/es/icons/ibm--telehealth/24.d.ts +17 -0
- package/es/icons/ibm--telehealth/24.js +15 -0
- package/es/icons/ibm--telehealth/32.d.ts +17 -0
- package/es/icons/ibm--telehealth/32.js +15 -0
- package/es/icons/ibm--tenet/16.d.ts +17 -0
- package/es/icons/ibm--tenet/16.js +15 -0
- package/es/icons/ibm--tenet/20.d.ts +17 -0
- package/es/icons/ibm--tenet/20.js +15 -0
- package/es/icons/ibm--tenet/24.d.ts +17 -0
- package/es/icons/ibm--tenet/24.js +15 -0
- package/es/icons/ibm--tenet/32.d.ts +17 -0
- package/es/icons/ibm--tenet/32.js +15 -0
- package/es/icons/ibm--toolchain/16.d.ts +17 -0
- package/es/icons/ibm--toolchain/16.js +15 -0
- package/es/icons/ibm--toolchain/20.d.ts +17 -0
- package/es/icons/ibm--toolchain/20.js +15 -0
- package/es/icons/ibm--toolchain/24.d.ts +17 -0
- package/es/icons/ibm--toolchain/24.js +15 -0
- package/es/icons/ibm--toolchain/32.d.ts +17 -0
- package/es/icons/ibm--toolchain/32.js +15 -0
- package/es/icons/ibm-cloud--HSM/16.d.ts +17 -0
- package/es/icons/ibm-cloud--HSM/16.js +15 -0
- package/es/icons/ibm-cloud--HSM/20.d.ts +17 -0
- package/es/icons/ibm-cloud--HSM/20.js +15 -0
- package/es/icons/ibm-cloud--HSM/24.d.ts +17 -0
- package/es/icons/ibm-cloud--HSM/24.js +15 -0
- package/es/icons/ibm-cloud--HSM/32.d.ts +17 -0
- package/es/icons/ibm-cloud--HSM/32.js +15 -0
- package/es/icons/ibm-cloud--app-id/16.d.ts +17 -0
- package/es/icons/ibm-cloud--app-id/16.js +15 -0
- package/es/icons/ibm-cloud--app-id/20.d.ts +17 -0
- package/es/icons/ibm-cloud--app-id/20.js +15 -0
- package/es/icons/ibm-cloud--app-id/24.d.ts +17 -0
- package/es/icons/ibm-cloud--app-id/24.js +15 -0
- package/es/icons/ibm-cloud--app-id/32.d.ts +17 -0
- package/es/icons/ibm-cloud--app-id/32.js +15 -0
- package/es/icons/ibm-cloud--citrix-daas/16.d.ts +17 -0
- package/es/icons/ibm-cloud--citrix-daas/16.js +15 -0
- package/es/icons/ibm-cloud--citrix-daas/20.d.ts +17 -0
- package/es/icons/ibm-cloud--citrix-daas/20.js +15 -0
- package/es/icons/ibm-cloud--citrix-daas/24.d.ts +17 -0
- package/es/icons/ibm-cloud--citrix-daas/24.js +15 -0
- package/es/icons/ibm-cloud--citrix-daas/32.d.ts +17 -0
- package/es/icons/ibm-cloud--citrix-daas/32.js +15 -0
- package/es/icons/ibm-cloud--continuous-delivery/16.d.ts +17 -0
- package/es/icons/ibm-cloud--continuous-delivery/16.js +15 -0
- package/es/icons/ibm-cloud--continuous-delivery/20.d.ts +17 -0
- package/es/icons/ibm-cloud--continuous-delivery/20.js +15 -0
- package/es/icons/ibm-cloud--continuous-delivery/24.d.ts +17 -0
- package/es/icons/ibm-cloud--continuous-delivery/24.js +15 -0
- package/es/icons/ibm-cloud--continuous-delivery/32.d.ts +17 -0
- package/es/icons/ibm-cloud--continuous-delivery/32.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/16.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/16.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/20.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/20.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/24.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/24.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/32.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/32.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/16.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/16.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/20.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/20.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/24.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/24.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/32.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/32.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/16.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/16.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/20.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/20.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/24.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/24.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/32.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/32.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/16.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/16.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/20.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/20.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/24.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/24.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/32.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/32.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/16.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/16.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/20.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/20.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/24.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/24.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/32.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/32.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/16.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/16.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/20.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/20.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/24.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/24.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/32.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/32.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/16.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/16.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/20.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/20.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/24.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/24.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/32.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/32.js +15 -0
- package/es/icons/ibm-cloud--event-notification/16.d.ts +17 -0
- package/es/icons/ibm-cloud--event-notification/16.js +15 -0
- package/es/icons/ibm-cloud--event-notification/20.d.ts +17 -0
- package/es/icons/ibm-cloud--event-notification/20.js +15 -0
- package/es/icons/ibm-cloud--event-notification/24.d.ts +17 -0
- package/es/icons/ibm-cloud--event-notification/24.js +15 -0
- package/es/icons/ibm-cloud--event-notification/32.d.ts +17 -0
- package/es/icons/ibm-cloud--event-notification/32.js +15 -0
- package/es/icons/ibm-cloud--event-streams/16.d.ts +17 -0
- package/es/icons/ibm-cloud--event-streams/16.js +15 -0
- package/es/icons/ibm-cloud--event-streams/20.d.ts +17 -0
- package/es/icons/ibm-cloud--event-streams/20.js +15 -0
- package/es/icons/ibm-cloud--event-streams/24.d.ts +17 -0
- package/es/icons/ibm-cloud--event-streams/24.js +15 -0
- package/es/icons/ibm-cloud--event-streams/32.d.ts +17 -0
- package/es/icons/ibm-cloud--event-streams/32.js +15 -0
- package/es/icons/ibm-cloud--for-education/16.d.ts +17 -0
- package/es/icons/ibm-cloud--for-education/16.js +15 -0
- package/es/icons/ibm-cloud--for-education/20.d.ts +17 -0
- package/es/icons/ibm-cloud--for-education/20.js +15 -0
- package/es/icons/ibm-cloud--for-education/24.d.ts +17 -0
- package/es/icons/ibm-cloud--for-education/24.js +15 -0
- package/es/icons/ibm-cloud--for-education/32.d.ts +17 -0
- package/es/icons/ibm-cloud--for-education/32.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/16.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/16.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/20.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/20.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/24.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/24.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/32.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/32.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/16.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/16.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/20.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/20.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/24.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/24.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/32.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/32.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/16.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/16.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/20.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/20.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/24.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/24.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/32.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/32.js +15 -0
- package/es/icons/ibm-cloud--internet-services/16.js +1 -1
- package/es/icons/ibm-cloud--internet-services/20.js +1 -1
- package/es/icons/ibm-cloud--internet-services/24.js +1 -1
- package/es/icons/ibm-cloud--internet-services/32.js +1 -1
- package/es/icons/ibm-cloud--ipsec-vpn/16.d.ts +17 -0
- package/es/icons/ibm-cloud--ipsec-vpn/16.js +15 -0
- package/es/icons/ibm-cloud--ipsec-vpn/20.d.ts +17 -0
- package/es/icons/ibm-cloud--ipsec-vpn/20.js +15 -0
- package/es/icons/ibm-cloud--ipsec-vpn/24.d.ts +17 -0
- package/es/icons/ibm-cloud--ipsec-vpn/24.js +15 -0
- package/es/icons/ibm-cloud--ipsec-vpn/32.d.ts +17 -0
- package/es/icons/ibm-cloud--ipsec-vpn/32.js +15 -0
- package/es/icons/ibm-cloud--key-protect/16.d.ts +17 -0
- package/es/icons/ibm-cloud--key-protect/16.js +15 -0
- package/es/icons/ibm-cloud--key-protect/20.d.ts +17 -0
- package/es/icons/ibm-cloud--key-protect/20.js +15 -0
- package/es/icons/ibm-cloud--key-protect/24.d.ts +17 -0
- package/es/icons/ibm-cloud--key-protect/24.js +15 -0
- package/es/icons/ibm-cloud--key-protect/32.d.ts +17 -0
- package/es/icons/ibm-cloud--key-protect/32.js +15 -0
- package/es/icons/ibm-cloud--kubernetes-service/16.d.ts +17 -0
- package/es/icons/ibm-cloud--kubernetes-service/16.js +15 -0
- package/es/icons/ibm-cloud--kubernetes-service/20.d.ts +17 -0
- package/es/icons/ibm-cloud--kubernetes-service/20.js +15 -0
- package/es/icons/ibm-cloud--kubernetes-service/24.d.ts +17 -0
- package/es/icons/ibm-cloud--kubernetes-service/24.js +15 -0
- package/es/icons/ibm-cloud--kubernetes-service/32.d.ts +17 -0
- package/es/icons/ibm-cloud--kubernetes-service/32.js +15 -0
- package/es/icons/ibm-cloud--logging/16.d.ts +17 -0
- package/es/icons/ibm-cloud--logging/16.js +15 -0
- package/es/icons/ibm-cloud--logging/20.d.ts +17 -0
- package/es/icons/ibm-cloud--logging/20.js +15 -0
- package/es/icons/ibm-cloud--logging/24.d.ts +17 -0
- package/es/icons/ibm-cloud--logging/24.js +15 -0
- package/es/icons/ibm-cloud--logging/32.d.ts +17 -0
- package/es/icons/ibm-cloud--logging/32.js +15 -0
- package/es/icons/ibm-cloud--mass-data-migration/16.d.ts +17 -0
- package/es/icons/ibm-cloud--mass-data-migration/16.js +15 -0
- package/es/icons/ibm-cloud--mass-data-migration/20.d.ts +17 -0
- package/es/icons/ibm-cloud--mass-data-migration/20.js +15 -0
- package/es/icons/ibm-cloud--mass-data-migration/24.d.ts +17 -0
- package/es/icons/ibm-cloud--mass-data-migration/24.js +15 -0
- package/es/icons/ibm-cloud--mass-data-migration/32.d.ts +17 -0
- package/es/icons/ibm-cloud--mass-data-migration/32.js +15 -0
- package/es/icons/ibm-cloud--pal/16.d.ts +17 -0
- package/es/icons/ibm-cloud--pal/16.js +15 -0
- package/es/icons/ibm-cloud--pal/20.d.ts +17 -0
- package/es/icons/ibm-cloud--pal/20.js +15 -0
- package/es/icons/ibm-cloud--pal/24.d.ts +17 -0
- package/es/icons/ibm-cloud--pal/24.js +15 -0
- package/es/icons/ibm-cloud--pal/32.d.ts +17 -0
- package/es/icons/ibm-cloud--pal/32.js +15 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/16.d.ts +17 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/16.js +15 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/20.d.ts +17 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/20.js +15 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/24.d.ts +17 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/24.js +15 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/32.d.ts +17 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/32.js +15 -0
- package/es/icons/ibm-cloud--secrets-manager/16.d.ts +17 -0
- package/es/icons/ibm-cloud--secrets-manager/16.js +15 -0
- package/es/icons/ibm-cloud--secrets-manager/20.d.ts +17 -0
- package/es/icons/ibm-cloud--secrets-manager/20.js +15 -0
- package/es/icons/ibm-cloud--secrets-manager/24.d.ts +17 -0
- package/es/icons/ibm-cloud--secrets-manager/24.js +15 -0
- package/es/icons/ibm-cloud--secrets-manager/32.d.ts +17 -0
- package/es/icons/ibm-cloud--secrets-manager/32.js +15 -0
- package/es/icons/ibm-cloud--sysdig-secure/16.d.ts +17 -0
- package/es/icons/ibm-cloud--sysdig-secure/16.js +15 -0
- package/es/icons/ibm-cloud--sysdig-secure/20.d.ts +17 -0
- package/es/icons/ibm-cloud--sysdig-secure/20.js +15 -0
- package/es/icons/ibm-cloud--sysdig-secure/24.d.ts +17 -0
- package/es/icons/ibm-cloud--sysdig-secure/24.js +15 -0
- package/es/icons/ibm-cloud--sysdig-secure/32.d.ts +17 -0
- package/es/icons/ibm-cloud--sysdig-secure/32.js +15 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/16.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/16.js +15 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/20.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/20.js +15 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/24.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/24.js +15 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/32.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/32.js +15 -0
- package/es/icons/ibm-cloud-pak--business-automation/16.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--business-automation/16.js +15 -0
- package/es/icons/ibm-cloud-pak--business-automation/20.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--business-automation/20.js +15 -0
- package/es/icons/ibm-cloud-pak--business-automation/24.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--business-automation/24.js +15 -0
- package/es/icons/ibm-cloud-pak--business-automation/32.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--business-automation/32.js +15 -0
- package/es/icons/ibm-cloud-pak--netezza/16.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--netezza/16.js +15 -0
- package/es/icons/ibm-cloud-pak--netezza/20.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--netezza/20.js +15 -0
- package/es/icons/ibm-cloud-pak--netezza/24.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--netezza/24.js +15 -0
- package/es/icons/ibm-cloud-pak--netezza/32.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--netezza/32.js +15 -0
- package/es/icons/ibm-watson--assistant/16.d.ts +17 -0
- package/es/icons/ibm-watson--assistant/16.js +15 -0
- package/es/icons/ibm-watson--assistant/20.d.ts +17 -0
- package/es/icons/ibm-watson--assistant/20.js +15 -0
- package/es/icons/ibm-watson--assistant/24.d.ts +17 -0
- package/es/icons/ibm-watson--assistant/24.js +15 -0
- package/es/icons/ibm-watson--assistant/32.d.ts +17 -0
- package/es/icons/ibm-watson--assistant/32.js +15 -0
- package/es/icons/ibm-watson--discovery/16.d.ts +17 -0
- package/es/icons/ibm-watson--discovery/16.js +15 -0
- package/es/icons/ibm-watson--discovery/20.d.ts +17 -0
- package/es/icons/ibm-watson--discovery/20.js +15 -0
- package/es/icons/ibm-watson--discovery/24.d.ts +17 -0
- package/es/icons/ibm-watson--discovery/24.js +15 -0
- package/es/icons/ibm-watson--discovery/32.d.ts +17 -0
- package/es/icons/ibm-watson--discovery/32.js +15 -0
- package/es/icons/ibm-watson--knowledge-catalog/16.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-catalog/16.js +15 -0
- package/es/icons/ibm-watson--knowledge-catalog/20.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-catalog/20.js +15 -0
- package/es/icons/ibm-watson--knowledge-catalog/24.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-catalog/24.js +15 -0
- package/es/icons/ibm-watson--knowledge-catalog/32.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-catalog/32.js +15 -0
- package/es/icons/ibm-watson--knowledge-studio/16.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-studio/16.js +15 -0
- package/es/icons/ibm-watson--knowledge-studio/20.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-studio/20.js +15 -0
- package/es/icons/ibm-watson--knowledge-studio/24.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-studio/24.js +15 -0
- package/es/icons/ibm-watson--knowledge-studio/32.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-studio/32.js +15 -0
- package/es/icons/ibm-watson--language-translator/16.d.ts +17 -0
- package/es/icons/ibm-watson--language-translator/16.js +15 -0
- package/es/icons/ibm-watson--language-translator/20.d.ts +17 -0
- package/es/icons/ibm-watson--language-translator/20.js +15 -0
- package/es/icons/ibm-watson--language-translator/24.d.ts +17 -0
- package/es/icons/ibm-watson--language-translator/24.js +15 -0
- package/es/icons/ibm-watson--language-translator/32.d.ts +17 -0
- package/es/icons/ibm-watson--language-translator/32.js +15 -0
- package/es/icons/ibm-watson--machine-learning/16.d.ts +17 -0
- package/es/icons/ibm-watson--machine-learning/16.js +15 -0
- package/es/icons/ibm-watson--machine-learning/20.d.ts +17 -0
- package/es/icons/ibm-watson--machine-learning/20.js +15 -0
- package/es/icons/ibm-watson--machine-learning/24.d.ts +17 -0
- package/es/icons/ibm-watson--machine-learning/24.js +15 -0
- package/es/icons/ibm-watson--machine-learning/32.d.ts +17 -0
- package/es/icons/ibm-watson--machine-learning/32.js +15 -0
- package/es/icons/ibm-watson--natural-language-classifier/16.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-classifier/16.js +15 -0
- package/es/icons/ibm-watson--natural-language-classifier/20.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-classifier/20.js +15 -0
- package/es/icons/ibm-watson--natural-language-classifier/24.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-classifier/24.js +15 -0
- package/es/icons/ibm-watson--natural-language-classifier/32.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-classifier/32.js +15 -0
- package/es/icons/ibm-watson--natural-language-understanding/16.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-understanding/16.js +15 -0
- package/es/icons/ibm-watson--natural-language-understanding/20.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-understanding/20.js +15 -0
- package/es/icons/ibm-watson--natural-language-understanding/24.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-understanding/24.js +15 -0
- package/es/icons/ibm-watson--natural-language-understanding/32.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-understanding/32.js +15 -0
- package/es/icons/ibm-watson--openscale/16.d.ts +17 -0
- package/es/icons/ibm-watson--openscale/16.js +15 -0
- package/es/icons/ibm-watson--openscale/20.d.ts +17 -0
- package/es/icons/ibm-watson--openscale/20.js +15 -0
- package/es/icons/ibm-watson--openscale/24.d.ts +17 -0
- package/es/icons/ibm-watson--openscale/24.js +15 -0
- package/es/icons/ibm-watson--openscale/32.d.ts +17 -0
- package/es/icons/ibm-watson--openscale/32.js +15 -0
- package/es/icons/ibm-watson--query/16.d.ts +17 -0
- package/es/icons/ibm-watson--query/16.js +15 -0
- package/es/icons/ibm-watson--query/20.d.ts +17 -0
- package/es/icons/ibm-watson--query/20.js +15 -0
- package/es/icons/ibm-watson--query/24.d.ts +17 -0
- package/es/icons/ibm-watson--query/24.js +15 -0
- package/es/icons/ibm-watson--query/32.d.ts +17 -0
- package/es/icons/ibm-watson--query/32.js +15 -0
- package/es/icons/ibm-watson--speech-to-text/16.d.ts +17 -0
- package/es/icons/ibm-watson--speech-to-text/16.js +15 -0
- package/es/icons/ibm-watson--speech-to-text/20.d.ts +17 -0
- package/es/icons/ibm-watson--speech-to-text/20.js +15 -0
- package/es/icons/ibm-watson--speech-to-text/24.d.ts +17 -0
- package/es/icons/ibm-watson--speech-to-text/24.js +15 -0
- package/es/icons/ibm-watson--speech-to-text/32.d.ts +17 -0
- package/es/icons/ibm-watson--speech-to-text/32.js +15 -0
- package/es/icons/ibm-watson--studio/16.d.ts +17 -0
- package/es/icons/ibm-watson--studio/16.js +15 -0
- package/es/icons/ibm-watson--studio/20.d.ts +17 -0
- package/es/icons/ibm-watson--studio/20.js +15 -0
- package/es/icons/ibm-watson--studio/24.d.ts +17 -0
- package/es/icons/ibm-watson--studio/24.js +15 -0
- package/es/icons/ibm-watson--studio/32.d.ts +17 -0
- package/es/icons/ibm-watson--studio/32.js +15 -0
- package/es/icons/ibm-watson--text-to-speech/16.d.ts +17 -0
- package/es/icons/ibm-watson--text-to-speech/16.js +15 -0
- package/es/icons/ibm-watson--text-to-speech/20.d.ts +17 -0
- package/es/icons/ibm-watson--text-to-speech/20.js +15 -0
- package/es/icons/ibm-watson--text-to-speech/24.d.ts +17 -0
- package/es/icons/ibm-watson--text-to-speech/24.js +15 -0
- package/es/icons/ibm-watson--text-to-speech/32.d.ts +17 -0
- package/es/icons/ibm-watson--text-to-speech/32.js +15 -0
- package/es/icons/ibm-watson--tone-analyzer/16.d.ts +17 -0
- package/es/icons/ibm-watson--tone-analyzer/16.js +15 -0
- package/es/icons/ibm-watson--tone-analyzer/20.d.ts +17 -0
- package/es/icons/ibm-watson--tone-analyzer/20.js +15 -0
- package/es/icons/ibm-watson--tone-analyzer/24.d.ts +17 -0
- package/es/icons/ibm-watson--tone-analyzer/24.js +15 -0
- package/es/icons/ibm-watson--tone-analyzer/32.d.ts +17 -0
- package/es/icons/ibm-watson--tone-analyzer/32.js +15 -0
- package/es/icons/ibm-z--cloud-mod-stack/16.d.ts +17 -0
- package/es/icons/ibm-z--cloud-mod-stack/16.js +15 -0
- package/es/icons/ibm-z--cloud-mod-stack/20.d.ts +17 -0
- package/es/icons/ibm-z--cloud-mod-stack/20.js +15 -0
- package/es/icons/ibm-z--cloud-mod-stack/24.d.ts +17 -0
- package/es/icons/ibm-z--cloud-mod-stack/24.js +15 -0
- package/es/icons/ibm-z--cloud-mod-stack/32.d.ts +17 -0
- package/es/icons/ibm-z--cloud-mod-stack/32.js +15 -0
- package/es/icons/ibm-z-cloud--provisioning/16.d.ts +17 -0
- package/es/icons/ibm-z-cloud--provisioning/16.js +15 -0
- package/es/icons/ibm-z-cloud--provisioning/20.d.ts +17 -0
- package/es/icons/ibm-z-cloud--provisioning/20.js +15 -0
- package/es/icons/ibm-z-cloud--provisioning/24.d.ts +17 -0
- package/es/icons/ibm-z-cloud--provisioning/24.js +15 -0
- package/es/icons/ibm-z-cloud--provisioning/32.d.ts +17 -0
- package/es/icons/ibm-z-cloud--provisioning/32.js +15 -0
- package/es/icons/ibm-z-os--package-manager/16.d.ts +17 -0
- package/es/icons/ibm-z-os--package-manager/16.js +15 -0
- package/es/icons/ibm-z-os--package-manager/20.d.ts +17 -0
- package/es/icons/ibm-z-os--package-manager/20.js +15 -0
- package/es/icons/ibm-z-os--package-manager/24.d.ts +17 -0
- package/es/icons/ibm-z-os--package-manager/24.js +15 -0
- package/es/icons/ibm-z-os--package-manager/32.d.ts +17 -0
- package/es/icons/ibm-z-os--package-manager/32.js +15 -0
- package/es/icons/information/16.js +1 -1
- package/es/icons/information--filled/20.js +1 -1
- package/es/icons/information--square--filled/20.js +1 -1
- package/es/icons/keyboard--off/16.d.ts +17 -0
- package/es/icons/keyboard--off/16.js +15 -0
- package/es/icons/keyboard--off/20.d.ts +17 -0
- package/es/icons/keyboard--off/20.js +15 -0
- package/es/icons/keyboard--off/24.d.ts +17 -0
- package/es/icons/keyboard--off/24.js +15 -0
- package/es/icons/keyboard--off/32.d.ts +17 -0
- package/es/icons/keyboard--off/32.js +15 -0
- package/es/icons/list--checked/16.js +1 -1
- package/es/icons/list--checked/20.js +1 -1
- package/es/icons/list--checked/24.js +1 -1
- package/es/icons/list--checked/32.js +1 -1
- package/es/icons/list--checked--mirror/16.d.ts +17 -0
- package/es/icons/list--checked--mirror/16.js +15 -0
- package/es/icons/list--checked--mirror/20.d.ts +17 -0
- package/es/icons/list--checked--mirror/20.js +15 -0
- package/es/icons/list--checked--mirror/24.d.ts +17 -0
- package/es/icons/list--checked--mirror/24.js +15 -0
- package/es/icons/list--checked--mirror/32.d.ts +17 -0
- package/es/icons/list--checked--mirror/32.js +15 -0
- package/es/icons/list--numbered--mirror/16.d.ts +17 -0
- package/es/icons/list--numbered--mirror/16.js +15 -0
- package/es/icons/list--numbered--mirror/20.d.ts +17 -0
- package/es/icons/list--numbered--mirror/20.js +15 -0
- package/es/icons/list--numbered--mirror/24.d.ts +17 -0
- package/es/icons/list--numbered--mirror/24.js +15 -0
- package/es/icons/list--numbered--mirror/32.d.ts +17 -0
- package/es/icons/list--numbered--mirror/32.js +15 -0
- package/es/icons/logical-partition/16.js +1 -1
- package/es/icons/logical-partition/20.js +1 -1
- package/es/icons/logical-partition/24.js +1 -1
- package/es/icons/logical-partition/32.js +1 -1
- package/es/icons/logo--angular/16.d.ts +17 -0
- package/es/icons/logo--angular/16.js +15 -0
- package/es/icons/logo--angular/20.d.ts +17 -0
- package/es/icons/logo--angular/20.js +15 -0
- package/es/icons/logo--angular/24.d.ts +17 -0
- package/es/icons/logo--angular/24.js +15 -0
- package/es/icons/logo--angular/32.d.ts +17 -0
- package/es/icons/logo--angular/32.js +15 -0
- package/es/icons/logo--ansible-community/16.d.ts +17 -0
- package/es/icons/logo--ansible-community/16.js +15 -0
- package/es/icons/logo--ansible-community/20.d.ts +17 -0
- package/es/icons/logo--ansible-community/20.js +15 -0
- package/es/icons/logo--ansible-community/24.d.ts +17 -0
- package/es/icons/logo--ansible-community/24.js +15 -0
- package/es/icons/logo--ansible-community/32.d.ts +17 -0
- package/es/icons/logo--ansible-community/32.js +15 -0
- package/es/icons/logo--discord/16.js +1 -1
- package/es/icons/logo--discord/20.js +1 -1
- package/es/icons/logo--discord/24.js +1 -1
- package/es/icons/logo--discord/32.js +1 -1
- package/es/icons/logo--figma/16.d.ts +17 -0
- package/es/icons/logo--figma/16.js +15 -0
- package/es/icons/logo--figma/20.d.ts +17 -0
- package/es/icons/logo--figma/20.js +15 -0
- package/es/icons/logo--figma/24.d.ts +17 -0
- package/es/icons/logo--figma/24.js +15 -0
- package/es/icons/logo--figma/32.d.ts +17 -0
- package/es/icons/logo--figma/32.js +15 -0
- package/es/icons/logo--invision/16.d.ts +17 -0
- package/es/icons/logo--invision/16.js +15 -0
- package/es/icons/logo--invision/20.d.ts +17 -0
- package/es/icons/logo--invision/20.js +15 -0
- package/es/icons/logo--invision/24.d.ts +17 -0
- package/es/icons/logo--invision/24.js +15 -0
- package/es/icons/logo--invision/32.d.ts +17 -0
- package/es/icons/logo--invision/32.js +15 -0
- package/es/icons/logo--kubernetes/16.d.ts +17 -0
- package/es/icons/logo--kubernetes/16.js +15 -0
- package/es/icons/logo--kubernetes/20.d.ts +17 -0
- package/es/icons/logo--kubernetes/20.js +15 -0
- package/es/icons/logo--kubernetes/24.d.ts +17 -0
- package/es/icons/logo--kubernetes/24.js +15 -0
- package/es/icons/logo--kubernetes/32.d.ts +17 -0
- package/es/icons/logo--kubernetes/32.js +15 -0
- package/es/icons/logo--medium/16.js +1 -1
- package/es/icons/logo--medium/20.js +1 -1
- package/es/icons/logo--medium/24.js +1 -1
- package/es/icons/logo--medium/32.js +1 -1
- package/es/icons/logo--npm/16.d.ts +17 -0
- package/es/icons/logo--npm/16.js +15 -0
- package/es/icons/logo--npm/20.d.ts +17 -0
- package/es/icons/logo--npm/20.js +15 -0
- package/es/icons/logo--npm/24.d.ts +17 -0
- package/es/icons/logo--npm/24.js +15 -0
- package/es/icons/logo--npm/32.d.ts +17 -0
- package/es/icons/logo--npm/32.js +15 -0
- package/es/icons/logo--react/16.d.ts +17 -0
- package/es/icons/logo--react/16.js +15 -0
- package/es/icons/logo--react/20.d.ts +17 -0
- package/es/icons/logo--react/20.js +15 -0
- package/es/icons/logo--react/24.d.ts +17 -0
- package/es/icons/logo--react/24.js +15 -0
- package/es/icons/logo--react/32.d.ts +17 -0
- package/es/icons/logo--react/32.js +15 -0
- package/es/icons/logo--red-hat-ansible/16.d.ts +17 -0
- package/es/icons/logo--red-hat-ansible/16.js +15 -0
- package/es/icons/logo--red-hat-ansible/20.d.ts +17 -0
- package/es/icons/logo--red-hat-ansible/20.js +15 -0
- package/es/icons/logo--red-hat-ansible/24.d.ts +17 -0
- package/es/icons/logo--red-hat-ansible/24.js +15 -0
- package/es/icons/logo--red-hat-ansible/32.d.ts +17 -0
- package/es/icons/logo--red-hat-ansible/32.js +15 -0
- package/es/icons/logo--sketch/16.d.ts +17 -0
- package/es/icons/logo--sketch/16.js +15 -0
- package/es/icons/logo--sketch/20.d.ts +17 -0
- package/es/icons/logo--sketch/20.js +15 -0
- package/es/icons/logo--sketch/24.d.ts +17 -0
- package/es/icons/logo--sketch/24.js +15 -0
- package/es/icons/logo--sketch/32.d.ts +17 -0
- package/es/icons/logo--sketch/32.js +15 -0
- package/es/icons/logo--svelte/16.d.ts +17 -0
- package/es/icons/logo--svelte/16.js +15 -0
- package/es/icons/logo--svelte/20.d.ts +17 -0
- package/es/icons/logo--svelte/20.js +15 -0
- package/es/icons/logo--svelte/24.d.ts +17 -0
- package/es/icons/logo--svelte/24.js +15 -0
- package/es/icons/logo--svelte/32.d.ts +17 -0
- package/es/icons/logo--svelte/32.js +15 -0
- package/es/icons/logo--twitter/16.js +1 -1
- package/es/icons/logo--twitter/20.js +1 -1
- package/es/icons/logo--twitter/24.js +1 -1
- package/es/icons/logo--twitter/32.js +1 -1
- package/es/icons/logo--vmware/16.js +1 -1
- package/es/icons/logo--vmware/20.js +1 -1
- package/es/icons/logo--vmware/24.js +1 -1
- package/es/icons/logo--vmware/32.js +1 -1
- package/es/icons/logo--vmware--alt/16.d.ts +17 -0
- package/es/icons/logo--vmware--alt/16.js +15 -0
- package/es/icons/logo--vmware--alt/20.d.ts +17 -0
- package/es/icons/logo--vmware--alt/20.js +15 -0
- package/es/icons/logo--vmware--alt/24.d.ts +17 -0
- package/es/icons/logo--vmware--alt/24.js +15 -0
- package/es/icons/logo--vmware--alt/32.d.ts +17 -0
- package/es/icons/logo--vmware--alt/32.js +15 -0
- package/es/icons/logo--vue/16.d.ts +17 -0
- package/es/icons/logo--vue/16.js +15 -0
- package/es/icons/logo--vue/20.d.ts +17 -0
- package/es/icons/logo--vue/20.js +15 -0
- package/es/icons/logo--vue/24.d.ts +17 -0
- package/es/icons/logo--vue/24.js +15 -0
- package/es/icons/logo--vue/32.d.ts +17 -0
- package/es/icons/logo--vue/32.js +15 -0
- package/es/icons/logo--yelp/16.js +1 -1
- package/es/icons/logo--yelp/20.js +1 -1
- package/es/icons/logo--yelp/24.js +1 -1
- package/es/icons/logo--yelp/32.js +1 -1
- package/es/icons/microservices--1/16.d.ts +17 -0
- package/es/icons/microservices--1/16.js +15 -0
- package/es/icons/microservices--1/20.d.ts +17 -0
- package/es/icons/microservices--1/20.js +15 -0
- package/es/icons/microservices--1/24.d.ts +17 -0
- package/es/icons/microservices--1/24.js +15 -0
- package/es/icons/microservices--1/32.d.ts +17 -0
- package/es/icons/microservices--1/32.js +15 -0
- package/es/icons/microservices--2/16.d.ts +17 -0
- package/es/icons/microservices--2/16.js +15 -0
- package/es/icons/microservices--2/20.d.ts +17 -0
- package/es/icons/microservices--2/20.js +15 -0
- package/es/icons/microservices--2/24.d.ts +17 -0
- package/es/icons/microservices--2/24.js +15 -0
- package/es/icons/microservices--2/32.d.ts +17 -0
- package/es/icons/microservices--2/32.js +15 -0
- package/es/icons/plan/16.d.ts +17 -0
- package/es/icons/plan/16.js +15 -0
- package/es/icons/plan/20.d.ts +17 -0
- package/es/icons/plan/20.js +15 -0
- package/es/icons/plan/24.d.ts +17 -0
- package/es/icons/plan/24.js +15 -0
- package/es/icons/plan/32.d.ts +17 -0
- package/es/icons/plan/32.js +15 -0
- package/es/icons/port--input/16.d.ts +17 -0
- package/es/icons/port--input/16.js +15 -0
- package/es/icons/port--input/20.d.ts +17 -0
- package/es/icons/port--input/20.js +15 -0
- package/es/icons/port--input/24.d.ts +17 -0
- package/es/icons/port--input/24.js +15 -0
- package/es/icons/port--input/32.d.ts +17 -0
- package/es/icons/port--input/32.js +15 -0
- package/es/icons/port--output/16.d.ts +17 -0
- package/es/icons/port--output/16.js +15 -0
- package/es/icons/port--output/20.d.ts +17 -0
- package/es/icons/port--output/20.js +15 -0
- package/es/icons/port--output/24.d.ts +17 -0
- package/es/icons/port--output/24.js +15 -0
- package/es/icons/port--output/32.d.ts +17 -0
- package/es/icons/port--output/32.js +15 -0
- package/es/icons/promote/16.d.ts +17 -0
- package/es/icons/promote/16.js +15 -0
- package/es/icons/promote/20.d.ts +17 -0
- package/es/icons/promote/20.js +15 -0
- package/es/icons/promote/24.d.ts +17 -0
- package/es/icons/promote/24.js +15 -0
- package/es/icons/promote/32.d.ts +17 -0
- package/es/icons/promote/32.js +15 -0
- package/es/icons/recycle/16.d.ts +17 -0
- package/es/icons/recycle/16.js +15 -0
- package/es/icons/recycle/20.d.ts +17 -0
- package/es/icons/recycle/20.js +15 -0
- package/es/icons/recycle/24.d.ts +17 -0
- package/es/icons/recycle/24.js +15 -0
- package/es/icons/recycle/32.d.ts +17 -0
- package/es/icons/recycle/32.js +15 -0
- package/es/icons/reference-architecture/16.d.ts +17 -0
- package/es/icons/reference-architecture/16.js +15 -0
- package/es/icons/reference-architecture/20.d.ts +17 -0
- package/es/icons/reference-architecture/20.js +15 -0
- package/es/icons/reference-architecture/24.d.ts +17 -0
- package/es/icons/reference-architecture/24.js +15 -0
- package/es/icons/reference-architecture/32.d.ts +17 -0
- package/es/icons/reference-architecture/32.js +15 -0
- package/es/icons/repo--artifact/16.d.ts +17 -0
- package/es/icons/repo--artifact/16.js +15 -0
- package/es/icons/repo--artifact/20.d.ts +17 -0
- package/es/icons/repo--artifact/20.js +15 -0
- package/es/icons/repo--artifact/24.d.ts +17 -0
- package/es/icons/repo--artifact/24.js +15 -0
- package/es/icons/repo--artifact/32.d.ts +17 -0
- package/es/icons/repo--artifact/32.js +15 -0
- package/es/icons/repo--source-code/16.d.ts +17 -0
- package/es/icons/repo--source-code/16.js +15 -0
- package/es/icons/repo--source-code/20.d.ts +17 -0
- package/es/icons/repo--source-code/20.js +15 -0
- package/es/icons/repo--source-code/24.d.ts +17 -0
- package/es/icons/repo--source-code/24.js +15 -0
- package/es/icons/repo--source-code/32.d.ts +17 -0
- package/es/icons/repo--source-code/32.js +15 -0
- package/es/icons/rule--data-quality/16.d.ts +17 -0
- package/es/icons/rule--data-quality/16.js +15 -0
- package/es/icons/rule--data-quality/20.d.ts +17 -0
- package/es/icons/rule--data-quality/20.js +15 -0
- package/es/icons/rule--data-quality/24.d.ts +17 -0
- package/es/icons/rule--data-quality/24.js +15 -0
- package/es/icons/rule--data-quality/32.d.ts +17 -0
- package/es/icons/rule--data-quality/32.js +15 -0
- package/es/icons/run--mirror/16.d.ts +17 -0
- package/es/icons/run--mirror/16.js +15 -0
- package/es/icons/run--mirror/20.d.ts +17 -0
- package/es/icons/run--mirror/20.js +15 -0
- package/es/icons/run--mirror/24.d.ts +17 -0
- package/es/icons/run--mirror/24.js +15 -0
- package/es/icons/run--mirror/32.d.ts +17 -0
- package/es/icons/run--mirror/32.js +15 -0
- package/es/icons/screen-map/16.d.ts +17 -0
- package/es/icons/screen-map/16.js +15 -0
- package/es/icons/screen-map/20.d.ts +17 -0
- package/es/icons/screen-map/20.js +15 -0
- package/es/icons/screen-map/24.d.ts +17 -0
- package/es/icons/screen-map/24.js +15 -0
- package/es/icons/screen-map/32.d.ts +17 -0
- package/es/icons/screen-map/32.js +15 -0
- package/es/icons/screen-map--set/16.d.ts +17 -0
- package/es/icons/screen-map--set/16.js +15 -0
- package/es/icons/screen-map--set/20.d.ts +17 -0
- package/es/icons/screen-map--set/20.js +15 -0
- package/es/icons/screen-map--set/24.d.ts +17 -0
- package/es/icons/screen-map--set/24.js +15 -0
- package/es/icons/screen-map--set/32.d.ts +17 -0
- package/es/icons/screen-map--set/32.js +15 -0
- package/es/icons/search--locate--mirror/16.d.ts +17 -0
- package/es/icons/search--locate--mirror/16.js +15 -0
- package/es/icons/search--locate--mirror/20.d.ts +17 -0
- package/es/icons/search--locate--mirror/20.js +15 -0
- package/es/icons/search--locate--mirror/24.d.ts +17 -0
- package/es/icons/search--locate--mirror/24.js +15 -0
- package/es/icons/search--locate--mirror/32.d.ts +17 -0
- package/es/icons/search--locate--mirror/32.js +15 -0
- package/es/icons/service-id/16.d.ts +17 -0
- package/es/icons/service-id/16.js +15 -0
- package/es/icons/service-id/20.d.ts +17 -0
- package/es/icons/service-id/20.js +15 -0
- package/es/icons/service-id/24.d.ts +17 -0
- package/es/icons/service-id/24.js +15 -0
- package/es/icons/service-id/32.d.ts +17 -0
- package/es/icons/service-id/32.js +15 -0
- package/es/icons/side-panel--close/16.d.ts +17 -0
- package/es/icons/side-panel--close/16.js +15 -0
- package/es/icons/side-panel--close/20.d.ts +17 -0
- package/es/icons/side-panel--close/20.js +15 -0
- package/es/icons/side-panel--close/24.d.ts +17 -0
- package/es/icons/side-panel--close/24.js +15 -0
- package/es/icons/side-panel--close/32.d.ts +17 -0
- package/es/icons/side-panel--close/32.js +15 -0
- package/es/icons/side-panel--close--filled/16.d.ts +17 -0
- package/es/icons/side-panel--close--filled/16.js +15 -0
- package/es/icons/side-panel--close--filled/20.d.ts +17 -0
- package/es/icons/side-panel--close--filled/20.js +15 -0
- package/es/icons/side-panel--close--filled/24.d.ts +17 -0
- package/es/icons/side-panel--close--filled/24.js +15 -0
- package/es/icons/side-panel--close--filled/32.d.ts +17 -0
- package/es/icons/side-panel--close--filled/32.js +15 -0
- package/es/icons/side-panel--open/16.d.ts +17 -0
- package/es/icons/side-panel--open/16.js +15 -0
- package/es/icons/side-panel--open/20.d.ts +17 -0
- package/es/icons/side-panel--open/20.js +15 -0
- package/es/icons/side-panel--open/24.d.ts +17 -0
- package/es/icons/side-panel--open/24.js +15 -0
- package/es/icons/side-panel--open/32.d.ts +17 -0
- package/es/icons/side-panel--open/32.js +15 -0
- package/es/icons/side-panel--open--filled/16.d.ts +17 -0
- package/es/icons/side-panel--open--filled/16.js +15 -0
- package/es/icons/side-panel--open--filled/20.d.ts +17 -0
- package/es/icons/side-panel--open--filled/20.js +15 -0
- package/es/icons/side-panel--open--filled/24.d.ts +17 -0
- package/es/icons/side-panel--open--filled/24.js +15 -0
- package/es/icons/side-panel--open--filled/32.d.ts +17 -0
- package/es/icons/side-panel--open--filled/32.js +15 -0
- package/es/icons/subtract/16.js +1 -1
- package/es/icons/summary--KPI--mirror/16.d.ts +17 -0
- package/es/icons/summary--KPI--mirror/16.js +15 -0
- package/es/icons/summary--KPI--mirror/20.d.ts +17 -0
- package/es/icons/summary--KPI--mirror/20.js +15 -0
- package/es/icons/summary--KPI--mirror/24.d.ts +17 -0
- package/es/icons/summary--KPI--mirror/24.js +15 -0
- package/es/icons/summary--KPI--mirror/32.d.ts +17 -0
- package/es/icons/summary--KPI--mirror/32.js +15 -0
- package/es/icons/tcp-ip-service/16.d.ts +17 -0
- package/es/icons/tcp-ip-service/16.js +15 -0
- package/es/icons/tcp-ip-service/20.d.ts +17 -0
- package/es/icons/tcp-ip-service/20.js +15 -0
- package/es/icons/tcp-ip-service/24.d.ts +17 -0
- package/es/icons/tcp-ip-service/24.js +15 -0
- package/es/icons/tcp-ip-service/32.d.ts +17 -0
- package/es/icons/tcp-ip-service/32.js +15 -0
- package/es/icons/test-tool/16.d.ts +17 -0
- package/es/icons/test-tool/16.js +15 -0
- package/es/icons/test-tool/20.d.ts +17 -0
- package/es/icons/test-tool/20.js +15 -0
- package/es/icons/test-tool/24.d.ts +17 -0
- package/es/icons/test-tool/24.js +15 -0
- package/es/icons/test-tool/32.d.ts +17 -0
- package/es/icons/test-tool/32.js +15 -0
- package/es/icons/tools--alt/16.js +1 -1
- package/es/icons/tools--alt/20.js +1 -1
- package/es/icons/tools--alt/24.js +1 -1
- package/es/icons/tools--alt/32.js +1 -1
- package/es/icons/transform--binary/16.d.ts +17 -0
- package/es/icons/transform--binary/16.js +15 -0
- package/es/icons/transform--binary/20.d.ts +17 -0
- package/es/icons/transform--binary/20.js +15 -0
- package/es/icons/transform--binary/24.d.ts +17 -0
- package/es/icons/transform--binary/24.js +15 -0
- package/es/icons/transform--binary/32.d.ts +17 -0
- package/es/icons/transform--binary/32.js +15 -0
- package/es/icons/transform--instructions/16.d.ts +17 -0
- package/es/icons/transform--instructions/16.js +15 -0
- package/es/icons/transform--instructions/20.d.ts +17 -0
- package/es/icons/transform--instructions/20.js +15 -0
- package/es/icons/transform--instructions/24.d.ts +17 -0
- package/es/icons/transform--instructions/24.js +15 -0
- package/es/icons/transform--instructions/32.d.ts +17 -0
- package/es/icons/transform--instructions/32.js +15 -0
- package/es/icons/transform--language/16.d.ts +17 -0
- package/es/icons/transform--language/16.js +15 -0
- package/es/icons/transform--language/20.d.ts +17 -0
- package/es/icons/transform--language/20.js +15 -0
- package/es/icons/transform--language/24.d.ts +17 -0
- package/es/icons/transform--language/24.js +15 -0
- package/es/icons/transform--language/32.d.ts +17 -0
- package/es/icons/transform--language/32.js +15 -0
- package/es/icons/tsq/16.d.ts +17 -0
- package/es/icons/tsq/16.js +15 -0
- package/es/icons/tsq/20.d.ts +17 -0
- package/es/icons/tsq/20.js +15 -0
- package/es/icons/tsq/24.d.ts +17 -0
- package/es/icons/tsq/24.js +15 -0
- package/es/icons/tsq/32.d.ts +17 -0
- package/es/icons/tsq/32.js +15 -0
- package/es/icons/unsaved/16.d.ts +17 -0
- package/es/icons/unsaved/16.js +15 -0
- package/es/icons/unsaved/20.d.ts +17 -0
- package/es/icons/unsaved/20.js +15 -0
- package/es/icons/unsaved/24.d.ts +17 -0
- package/es/icons/unsaved/24.js +15 -0
- package/es/icons/unsaved/32.d.ts +17 -0
- package/es/icons/unsaved/32.js +15 -0
- package/es/icons/user--sponsor/16.d.ts +17 -0
- package/es/icons/user--sponsor/16.js +15 -0
- package/es/icons/user--sponsor/20.d.ts +17 -0
- package/es/icons/user--sponsor/20.js +15 -0
- package/es/icons/user--sponsor/24.d.ts +17 -0
- package/es/icons/user--sponsor/24.js +15 -0
- package/es/icons/user--sponsor/32.d.ts +17 -0
- package/es/icons/user--sponsor/32.js +15 -0
- package/es/icons/warning--alt--filled/16.js +1 -1
- package/es/icons/warning--alt--filled/20.js +1 -1
- package/es/icons/watson-health/image-availability--local/16.d.ts +17 -0
- package/es/icons/watson-health/image-availability--local/16.js +15 -0
- package/es/icons/watson-health/image-availability--local/20.d.ts +17 -0
- package/es/icons/watson-health/image-availability--local/20.js +15 -0
- package/es/icons/watson-health/image-availability--local/24.d.ts +17 -0
- package/es/icons/watson-health/image-availability--local/24.js +15 -0
- package/es/icons/watson-health/image-availability--local/32.d.ts +17 -0
- package/es/icons/watson-health/image-availability--local/32.js +15 -0
- package/es/icons/watson-health/image-availability--retrieving/16.d.ts +17 -0
- package/es/icons/watson-health/image-availability--retrieving/16.js +15 -0
- package/es/icons/watson-health/image-availability--retrieving/20.d.ts +17 -0
- package/es/icons/watson-health/image-availability--retrieving/20.js +15 -0
- package/es/icons/watson-health/image-availability--retrieving/24.d.ts +17 -0
- package/es/icons/watson-health/image-availability--retrieving/24.js +15 -0
- package/es/icons/watson-health/image-availability--retrieving/32.d.ts +17 -0
- package/es/icons/watson-health/image-availability--retrieving/32.js +15 -0
- package/es/icons/watson-health/image-availability--unavailable/16.d.ts +17 -0
- package/es/icons/watson-health/image-availability--unavailable/16.js +15 -0
- package/es/icons/watson-health/image-availability--unavailable/20.d.ts +17 -0
- package/es/icons/watson-health/image-availability--unavailable/20.js +15 -0
- package/es/icons/watson-health/image-availability--unavailable/24.d.ts +17 -0
- package/es/icons/watson-health/image-availability--unavailable/24.js +15 -0
- package/es/icons/watson-health/image-availability--unavailable/32.d.ts +17 -0
- package/es/icons/watson-health/image-availability--unavailable/32.js +15 -0
- package/es/icons/white-paper/16.d.ts +17 -0
- package/es/icons/white-paper/16.js +15 -0
- package/es/icons/white-paper/20.d.ts +17 -0
- package/es/icons/white-paper/20.js +15 -0
- package/es/icons/white-paper/24.d.ts +17 -0
- package/es/icons/white-paper/24.js +15 -0
- package/es/icons/white-paper/32.d.ts +17 -0
- package/es/icons/white-paper/32.js +15 -0
- package/es/icons/workflow-automation/16.d.ts +17 -0
- package/es/icons/workflow-automation/16.js +15 -0
- package/es/icons/workflow-automation/20.d.ts +17 -0
- package/es/icons/workflow-automation/20.js +15 -0
- package/es/icons/workflow-automation/24.d.ts +17 -0
- package/es/icons/workflow-automation/24.js +15 -0
- package/es/icons/workflow-automation/32.d.ts +17 -0
- package/es/icons/workflow-automation/32.js +15 -0
- package/es/icons/z--lpar/16.d.ts +17 -0
- package/es/icons/z--lpar/16.js +15 -0
- package/es/icons/z--lpar/20.d.ts +17 -0
- package/es/icons/z--lpar/20.js +15 -0
- package/es/icons/z--lpar/24.d.ts +17 -0
- package/es/icons/z--lpar/24.js +15 -0
- package/es/icons/z--lpar/32.d.ts +17 -0
- package/es/icons/z--lpar/32.js +15 -0
- package/es/icons/z--systems/16.d.ts +17 -0
- package/es/icons/z--systems/16.js +15 -0
- package/es/icons/z--systems/20.d.ts +17 -0
- package/es/icons/z--systems/20.js +15 -0
- package/es/icons/z--systems/24.d.ts +17 -0
- package/es/icons/z--systems/24.js +15 -0
- package/es/icons/z--systems/32.d.ts +17 -0
- package/es/icons/z--systems/32.js +15 -0
- package/es/icons/zos/16.d.ts +17 -0
- package/es/icons/zos/16.js +15 -0
- package/es/icons/zos/20.d.ts +17 -0
- package/es/icons/zos/20.js +15 -0
- package/es/icons/zos/24.d.ts +17 -0
- package/es/icons/zos/24.js +15 -0
- package/es/icons/zos/32.d.ts +17 -0
- package/es/icons/zos/32.js +15 -0
- package/es/icons/zos--sysplex/16.d.ts +17 -0
- package/es/icons/zos--sysplex/16.js +15 -0
- package/es/icons/zos--sysplex/20.d.ts +17 -0
- package/es/icons/zos--sysplex/20.js +15 -0
- package/es/icons/zos--sysplex/24.d.ts +17 -0
- package/es/icons/zos--sysplex/24.js +15 -0
- package/es/icons/zos--sysplex/32.d.ts +17 -0
- package/es/icons/zos--sysplex/32.js +15 -0
- package/es/index.d.ts +116 -108
- package/es/index.d.ts.map +1 -1
- package/es/index.js +116 -108
- package/es/index.js.map +1 -1
- package/lib/components/button/defs.js +1 -0
- package/lib/components/button/defs.js.map +1 -1
- package/lib/components/date-picker/defs.js +2 -11
- package/lib/components/date-picker/defs.js.map +1 -1
- package/lib/components/dropdown/defs.js +12 -3
- package/lib/components/dropdown/defs.js.map +1 -1
- package/lib/components/file-uploader/defs.js +3 -4
- package/lib/components/file-uploader/defs.js.map +1 -1
- package/lib/components/icon-button/defs.js +40 -0
- package/lib/components/icon-button/defs.js.map +1 -0
- package/lib/components/notification/defs.js +3 -0
- package/lib/components/notification/defs.js.map +1 -1
- package/lib/components/popover/defs.js +34 -0
- package/lib/components/popover/defs.js.map +1 -0
- package/lib/components/progress-bar/defs.js +44 -0
- package/lib/components/progress-bar/defs.js.map +1 -0
- package/lib/components/skeleton-text/defs.js +1 -2
- package/lib/components/skeleton-text/defs.js.map +1 -1
- package/lib/components/text-input/defs.js +47 -0
- package/lib/components/text-input/defs.js.map +1 -0
- package/lib/components-react-node/button/button-set.js +1 -1
- package/lib/components-react-node/button/button-skeleton.js +1 -1
- package/lib/components-react-node/button/button.js +1 -1
- package/lib/components-react-node/checkbox/checkbox-skeleton.js +36 -0
- package/lib/components-react-node/combo-box/combo-box.js +2 -8
- package/lib/components-react-node/copy/copy.js +37 -0
- package/lib/components-react-node/date-picker/date-picker-input.js +0 -6
- package/lib/components-react-node/dropdown/dropdown.js +2 -2
- package/lib/components-react-node/file-uploader/demo-file-uploader.js +30 -6
- package/lib/components-react-node/file-uploader/file-uploader-button.js +49 -0
- package/lib/components-react-node/file-uploader/file-uploader-drop-container.js +49 -0
- package/lib/components-react-node/file-uploader/file-uploader-skeleton.js +36 -0
- package/lib/components-react-node/icon-button/defs.js +24 -0
- package/lib/components-react-node/icon-button/icon-button.js +50 -0
- package/lib/components-react-node/multi-select/multi-select.js +0 -6
- package/lib/components-react-node/notification/actionable-notification-button.js +37 -0
- package/lib/components-react-node/notification/actionable-notification.js +37 -0
- package/lib/components-react-node/number-input/number-input.js +3 -9
- package/lib/components-react-node/popover/defs.js +24 -0
- package/lib/components-react-node/popover/index.js +9 -0
- package/lib/components-react-node/popover/popover-content.js +36 -0
- package/lib/components-react-node/popover/popover.js +36 -0
- package/lib/components-react-node/progress-bar/defs.js +24 -0
- package/lib/components-react-node/progress-bar/index.js +9 -0
- package/lib/components-react-node/progress-bar/progress-bar.js +55 -0
- package/lib/components-react-node/search/search.js +0 -7
- package/lib/components-react-node/select/select-skeleton.js +36 -0
- package/lib/components-react-node/select/select.js +0 -7
- package/lib/components-react-node/slider/slider-input.js +0 -7
- package/lib/components-react-node/text-input/defs.js +24 -0
- package/lib/components-react-node/text-input/index.js +9 -0
- package/lib/components-react-node/text-input/text-input-skeleton.js +36 -0
- package/lib/components-react-node/text-input/text-input.js +55 -0
- package/lib/components-react-node/textarea/textarea.js +3 -9
- package/lib/components-react-node/tooltip/tooltip-content.js +37 -0
- package/lib/components-react-node/tooltip/tooltip.js +3 -2
- package/lib/globals/settings.js +1 -1
- package/lib/globals/settings.js.map +1 -1
- package/lib/globals/wrappers/createReactCustomElementType.js +4 -4
- package/lib/globals/wrappers/createReactCustomElementType.js.map +1 -1
- package/package.json +5 -5
- package/scss/components/button/button.scss +5 -5
- package/scss/components/checkbox/checkbox.scss +9 -1
- package/scss/components/combo-box/combo-box.scss +51 -42
- package/scss/components/copy-button/copy-button.scss +20 -0
- package/scss/components/date-picker/date-picker.scss +28 -14
- package/scss/components/dropdown/dropdown.scss +87 -34
- package/scss/components/file-uploader/file-uploader.scss +22 -23
- package/scss/components/icon-button/icon-button.scss +14 -0
- package/scss/components/layer/layer.scss +0 -6
- package/scss/components/list/list.scss +0 -5
- package/scss/components/loading/loading.scss +1 -0
- package/scss/components/modal/modal.scss +2 -2
- package/scss/components/notification/actionable-notification.scss +170 -0
- package/scss/components/notification/inline-notification.scss +26 -0
- package/scss/components/notification/toast-notification.scss +26 -0
- package/scss/components/number-input/number-input.scss +13 -0
- package/scss/components/popover/popover.scss +122 -0
- package/scss/components/progress-bar/progress-bar.scss +10 -0
- package/scss/components/search/search.scss +54 -21
- package/scss/components/select/select.scss +20 -4
- package/scss/components/skeleton-text/skeleton-text.scss +4 -0
- package/scss/components/slider/slider.scss +9 -1
- package/scss/components/text-input/text-input.scss +38 -0
- package/scss/components/textarea/textarea.scss +7 -0
- package/scss/components/tile/tile.scss +4 -0
- package/scss/components/tooltip/tooltip.scss +5 -135
- package/es/components/file-uploader/drop-container.d.ts +0 -385
- package/es/components/file-uploader/drop-container.d.ts.map +0 -1
- package/es/components/file-uploader/drop-container.js +0 -264
- package/es/components/file-uploader/drop-container.js.map +0 -1
- package/es/components/input/defs.d.ts +0 -44
- package/es/components/input/defs.d.ts.map +0 -1
- package/es/components/input/defs.js +0 -36
- package/es/components/input/defs.js.map +0 -1
- package/es/components/input/index.d.ts +0 -11
- package/es/components/input/index.d.ts.map +0 -1
- package/es/components/input/index.js +0 -11
- package/es/components/input/index.js.map +0 -1
- package/es/components/input/input.css.js +0 -12
- package/es/components/input/input.d.ts +0 -762
- package/es/components/input/input.d.ts.map +0 -1
- package/es/components/input/input.js +0 -497
- package/es/components/input/input.js.map +0 -1
- package/es/components/input/input.rtl.css.js +0 -12
- package/es/components/search/defs.d.ts +0 -11
- package/es/components/search/defs.d.ts.map +0 -1
- package/es/components/search/defs.js +0 -11
- package/es/components/search/defs.js.map +0 -1
- package/es/components/slider/defs.d.ts +0 -11
- package/es/components/slider/defs.d.ts.map +0 -1
- package/es/components/slider/defs.js +0 -11
- package/es/components/slider/defs.js.map +0 -1
- package/es/components/tooltip/defs.d.ts +0 -84
- package/es/components/tooltip/defs.d.ts.map +0 -1
- package/es/components/tooltip/defs.js +0 -39
- package/es/components/tooltip/defs.js.map +0 -1
- package/es/components/tooltip/tooltip-body.d.ts +0 -40
- package/es/components/tooltip/tooltip-body.d.ts.map +0 -1
- package/es/components/tooltip/tooltip-body.js +0 -175
- package/es/components/tooltip/tooltip-body.js.map +0 -1
- package/es/components/tooltip/tooltip-footer.d.ts +0 -19
- package/es/components/tooltip/tooltip-footer.d.ts.map +0 -1
- package/es/components/tooltip/tooltip-footer.js +0 -49
- package/es/components/tooltip/tooltip-footer.js.map +0 -1
- package/es/components-react/file-uploader/drop-container.d.ts +0 -19
- package/es/components-react/file-uploader/drop-container.js +0 -28
- package/es/components-react/input/defs.js +0 -9
- package/es/components-react/input/input.d.ts +0 -15
- package/es/components-react/input/input.js +0 -22
- package/es/components-react/search/defs.js +0 -9
- package/es/components-react/slider/defs.js +0 -9
- package/es/components-react/tooltip/defs.js +0 -9
- package/es/components-react/tooltip/tooltip-body.d.ts +0 -14
- package/es/components-react/tooltip/tooltip-body.js +0 -23
- package/es/components-react/tooltip/tooltip-footer.d.ts +0 -15
- package/es/components-react/tooltip/tooltip-footer.js +0 -21
- package/es/icons/app-switcher/16.js +0 -15
- package/es/icons/app-switcher/20.js +0 -15
- package/es/icons/app-switcher/24.js +0 -15
- package/es/icons/app-switcher/32.js +0 -15
- package/es/icons/arrows/16.js +0 -15
- package/es/icons/arrows/20.js +0 -15
- package/es/icons/arrows/24.js +0 -15
- package/es/icons/arrows/32.js +0 -15
- package/es/icons/back-to-top/16.js +0 -15
- package/es/icons/back-to-top/20.js +0 -15
- package/es/icons/back-to-top/24.js +0 -15
- package/es/icons/back-to-top/32.js +0 -15
- package/es/icons/checkbox--undeterminate/16.js +0 -15
- package/es/icons/checkbox--undeterminate/20.js +0 -15
- package/es/icons/checkbox--undeterminate/24.js +0 -15
- package/es/icons/checkbox--undeterminate/32.js +0 -15
- package/es/icons/checkbox--undeterminate--filled/16.js +0 -15
- package/es/icons/checkbox--undeterminate--filled/20.js +0 -15
- package/es/icons/checkbox--undeterminate--filled/24.js +0 -15
- package/es/icons/checkbox--undeterminate--filled/32.js +0 -15
- package/es/icons/cloud--lightning/16.js +0 -15
- package/es/icons/cloud--lightning/20.js +0 -15
- package/es/icons/cloud--lightning/24.js +0 -15
- package/es/icons/cloud--lightning/32.js +0 -15
- package/es/icons/cloud--rain/16.js +0 -15
- package/es/icons/cloud--rain/20.js +0 -15
- package/es/icons/cloud--rain/24.js +0 -15
- package/es/icons/cloud--rain/32.js +0 -15
- package/es/icons/cloud--snow/16.js +0 -15
- package/es/icons/cloud--snow/20.js +0 -15
- package/es/icons/cloud--snow/24.js +0 -15
- package/es/icons/cloud--snow/32.js +0 -15
- package/es/icons/delete/16.js +0 -15
- package/es/icons/delete/20.js +0 -15
- package/es/icons/delete/24.js +0 -15
- package/es/icons/delete/32.js +0 -15
- package/es/icons/glyph--caution/index.js +0 -15
- package/es/icons/glyph--caution-inverted/index.js +0 -15
- package/es/icons/glyph--circle-fill/index.js +0 -15
- package/es/icons/glyph--circle-stroke/index.js +0 -15
- package/es/icons/glyph--critical/index.js +0 -15
- package/es/icons/glyph--incomplete/index.js +0 -15
- package/es/icons/glyph--square-fill/index.js +0 -15
- package/es/icons/letter--Aa--large/16.js +0 -15
- package/es/icons/letter--Aa--large/20.js +0 -15
- package/es/icons/letter--Aa--large/24.js +0 -15
- package/es/icons/letter--Aa--large/32.js +0 -15
- package/es/icons/logo--delicious/16.js +0 -15
- package/es/icons/logo--delicious/20.js +0 -15
- package/es/icons/logo--delicious/24.js +0 -15
- package/es/icons/logo--delicious/32.js +0 -15
- package/es/icons/logo--google/16.js +0 -15
- package/es/icons/logo--google/20.js +0 -15
- package/es/icons/logo--google/24.js +0 -15
- package/es/icons/logo--google/32.js +0 -15
- package/es/icons/logo--stumbleupon/16.js +0 -15
- package/es/icons/logo--stumbleupon/20.js +0 -15
- package/es/icons/logo--stumbleupon/24.js +0 -15
- package/es/icons/logo--stumbleupon/32.js +0 -15
- package/es/icons/mammogram--stacked/16.js +0 -15
- package/es/icons/mammogram--stacked/20.js +0 -15
- package/es/icons/mammogram--stacked/24.js +0 -15
- package/es/icons/mammogram--stacked/32.js +0 -15
- package/es/icons/misuse--alt/16.js +0 -15
- package/es/icons/misuse--alt/20.js +0 -15
- package/es/icons/misuse--alt/24.js +0 -15
- package/es/icons/misuse--alt/32.js +0 -15
- package/es/icons/research--bloch-sphere/16.js +0 -15
- package/es/icons/research--bloch-sphere/20.js +0 -15
- package/es/icons/research--bloch-sphere/24.js +0 -15
- package/es/icons/research--bloch-sphere/32.js +0 -15
- package/es/icons/research--hinton-plot/16.js +0 -15
- package/es/icons/research--hinton-plot/20.js +0 -15
- package/es/icons/research--hinton-plot/24.js +0 -15
- package/es/icons/research--hinton-plot/32.js +0 -15
- package/es/icons/research--matrix/16.js +0 -15
- package/es/icons/research--matrix/20.js +0 -15
- package/es/icons/research--matrix/24.js +0 -15
- package/es/icons/research--matrix/32.js +0 -15
- package/es/icons/sunny/16.js +0 -15
- package/es/icons/sunny/20.js +0 -15
- package/es/icons/sunny/24.js +0 -15
- package/es/icons/sunny/32.js +0 -15
- package/es/icons/undefined/index.js +0 -15
- package/es/icons/watson-health/edit-filter/16.js +0 -15
- package/es/icons/watson-health/edit-filter/20.js +0 -15
- package/es/icons/watson-health/edit-filter/24.js +0 -15
- package/es/icons/watson-health/edit-filter/32.js +0 -15
- package/lib/components/input/defs.js +0 -47
- package/lib/components/input/defs.js.map +0 -1
- package/lib/components/search/defs.js +0 -21
- package/lib/components/search/defs.js.map +0 -1
- package/lib/components/slider/defs.js +0 -21
- package/lib/components/slider/defs.js.map +0 -1
- package/lib/components/tooltip/defs.js +0 -45
- package/lib/components/tooltip/defs.js.map +0 -1
- package/lib/components-react-node/file-uploader/drop-container.js +0 -49
- package/lib/components-react-node/input/defs.js +0 -24
- package/lib/components-react-node/input/input.js +0 -55
- package/lib/components-react-node/search/defs.js +0 -24
- package/lib/components-react-node/slider/defs.js +0 -24
- package/lib/components-react-node/tooltip/defs.js +0 -24
- package/lib/components-react-node/tooltip/tooltip-body.js +0 -37
- package/lib/components-react-node/tooltip/tooltip-footer.js +0 -36
- package/scss/components/input/input.scss +0 -37
- /package/es/components-react/{input → icon-button}/defs.d.ts +0 -0
- /package/es/components-react/{input → icon-button}/index.d.ts +0 -0
- /package/es/components-react/{input → icon-button}/index.js +0 -0
- /package/es/components-react/{search → popover}/defs.d.ts +0 -0
- /package/es/components-react/{slider/defs.d.ts → popover/index.d.ts} +0 -0
- /package/es/components-react/{tooltip → progress-bar}/defs.d.ts +0 -0
- /package/es/icons/{app-switcher → SLM}/16.d.ts +0 -0
- /package/es/icons/{app-switcher → SLM}/20.d.ts +0 -0
- /package/es/icons/{app-switcher → SLM}/24.d.ts +0 -0
- /package/es/icons/{app-switcher → SLM}/32.d.ts +0 -0
- /package/es/icons/{arrows → apple--dash}/16.d.ts +0 -0
- /package/es/icons/{arrows → apple--dash}/20.d.ts +0 -0
- /package/es/icons/{arrows → apple--dash}/24.d.ts +0 -0
- /package/es/icons/{arrows → apple--dash}/32.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate--filled → batch-job}/16.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate--filled → batch-job}/20.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate--filled → batch-job}/24.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate--filled → batch-job}/32.d.ts +0 -0
- /package/es/icons/{back-to-top → batch-job--step}/16.d.ts +0 -0
- /package/es/icons/{back-to-top → batch-job--step}/20.d.ts +0 -0
- /package/es/icons/{back-to-top → batch-job--step}/24.d.ts +0 -0
- /package/es/icons/{back-to-top → batch-job--step}/32.d.ts +0 -0
- /package/es/icons/{cloud--lightning → boot-volume}/16.d.ts +0 -0
- /package/es/icons/{cloud--lightning → boot-volume}/20.d.ts +0 -0
- /package/es/icons/{cloud--lightning → boot-volume}/24.d.ts +0 -0
- /package/es/icons/{cloud--lightning → boot-volume}/32.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate → boot-volume--alt}/16.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate → boot-volume--alt}/20.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate → boot-volume--alt}/24.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate → boot-volume--alt}/32.d.ts +0 -0
- /package/es/icons/{cloud--snow → bottles--01}/16.d.ts +0 -0
- /package/es/icons/{cloud--snow → bottles--01}/20.d.ts +0 -0
- /package/es/icons/{cloud--snow → bottles--01}/24.d.ts +0 -0
- /package/es/icons/{cloud--snow → bottles--01}/32.d.ts +0 -0
- /package/es/icons/{cloud--rain → bottles--01--dash}/16.d.ts +0 -0
- /package/es/icons/{cloud--rain → bottles--01--dash}/20.d.ts +0 -0
- /package/es/icons/{cloud--rain → bottles--01--dash}/24.d.ts +0 -0
- /package/es/icons/{cloud--rain → bottles--01--dash}/32.d.ts +0 -0
- /package/es/icons/{letter--Aa--large → bottles--02}/16.d.ts +0 -0
- /package/es/icons/{letter--Aa--large → bottles--02}/20.d.ts +0 -0
- /package/es/icons/{letter--Aa--large → bottles--02}/24.d.ts +0 -0
- /package/es/icons/{letter--Aa--large → bottles--02}/32.d.ts +0 -0
- /package/es/icons/{delete → bottles--02--dash}/16.d.ts +0 -0
- /package/es/icons/{delete → bottles--02--dash}/20.d.ts +0 -0
- /package/es/icons/{delete → bottles--02--dash}/24.d.ts +0 -0
- /package/es/icons/{delete → bottles--02--dash}/32.d.ts +0 -0
- /package/es/icons/{logo--delicious → bottles--container}/16.d.ts +0 -0
- /package/es/icons/{logo--delicious → bottles--container}/20.d.ts +0 -0
- /package/es/icons/{logo--delicious → bottles--container}/24.d.ts +0 -0
- /package/es/icons/{logo--delicious → bottles--container}/32.d.ts +0 -0
- /package/es/icons/{logo--google → build-tool}/16.d.ts +0 -0
- /package/es/icons/{logo--google → build-tool}/20.d.ts +0 -0
- /package/es/icons/{logo--google → build-tool}/24.d.ts +0 -0
- /package/es/icons/{logo--google → build-tool}/32.d.ts +0 -0
- /package/es/icons/{mammogram--stacked → calendar--add}/16.d.ts +0 -0
- /package/es/icons/{mammogram--stacked → calendar--add}/20.d.ts +0 -0
- /package/es/icons/{mammogram--stacked → calendar--add}/24.d.ts +0 -0
- /package/es/icons/{mammogram--stacked → calendar--add}/32.d.ts +0 -0
- /package/es/icons/{logo--stumbleupon → calendar--add--alt}/16.d.ts +0 -0
- /package/es/icons/{logo--stumbleupon → calendar--add--alt}/20.d.ts +0 -0
- /package/es/icons/{logo--stumbleupon → calendar--add--alt}/24.d.ts +0 -0
- /package/es/icons/{logo--stumbleupon → calendar--add--alt}/32.d.ts +0 -0
- /package/es/icons/{misuse--alt → carbon--ui-builder}/16.d.ts +0 -0
- /package/es/icons/{misuse--alt → carbon--ui-builder}/20.d.ts +0 -0
- /package/es/icons/{misuse--alt → carbon--ui-builder}/24.d.ts +0 -0
- /package/es/icons/{misuse--alt → carbon--ui-builder}/32.d.ts +0 -0
- /package/es/icons/{research--bloch-sphere → catalog--publish}/16.d.ts +0 -0
- /package/es/icons/{research--bloch-sphere → catalog--publish}/20.d.ts +0 -0
- /package/es/icons/{research--bloch-sphere → catalog--publish}/24.d.ts +0 -0
- /package/es/icons/{research--bloch-sphere → catalog--publish}/32.d.ts +0 -0
- /package/es/icons/{research--hinton-plot → cics--db2-connection}/16.d.ts +0 -0
- /package/es/icons/{research--hinton-plot → cics--db2-connection}/20.d.ts +0 -0
- /package/es/icons/{research--hinton-plot → cics--db2-connection}/24.d.ts +0 -0
- /package/es/icons/{research--hinton-plot → cics--db2-connection}/32.d.ts +0 -0
- /package/es/icons/{research--matrix → cics--program}/16.d.ts +0 -0
- /package/es/icons/{research--matrix → cics--program}/20.d.ts +0 -0
- /package/es/icons/{research--matrix → cics--program}/24.d.ts +0 -0
- /package/es/icons/{research--matrix → cics--program}/32.d.ts +0 -0
- /package/es/icons/{watson-health/edit-filter → cics--sit}/16.d.ts +0 -0
- /package/es/icons/{watson-health/edit-filter → cics--sit}/20.d.ts +0 -0
- /package/es/icons/{watson-health/edit-filter → cics--sit}/24.d.ts +0 -0
- /package/es/icons/{watson-health/edit-filter → cics--sit}/32.d.ts +0 -0
- /package/es/icons/{sunny → cics--sit-overrides}/16.d.ts +0 -0
- /package/es/icons/{sunny → cics--sit-overrides}/20.d.ts +0 -0
- /package/es/icons/{sunny → cics--sit-overrides}/24.d.ts +0 -0
- /package/es/icons/{sunny → cics--sit-overrides}/32.d.ts +0 -0
- /package/es/icons/{glyph--caution-inverted/index.d.ts → cics--transaction-server-zos/16.d.ts} +0 -0
- /package/es/icons/{glyph--caution/index.d.ts → cics--transaction-server-zos/20.d.ts} +0 -0
- /package/es/icons/{glyph--circle-fill/index.d.ts → cics--transaction-server-zos/24.d.ts} +0 -0
- /package/es/icons/{glyph--circle-stroke/index.d.ts → cics--transaction-server-zos/32.d.ts} +0 -0
- /package/es/icons/{glyph--critical/index.d.ts → cics-region--alt/16.d.ts} +0 -0
- /package/es/icons/{glyph--incomplete/index.d.ts → cics-region--alt/20.d.ts} +0 -0
- /package/es/icons/{glyph--square-fill/index.d.ts → cics-region--alt/24.d.ts} +0 -0
- /package/es/icons/{glyph--undefined/index.d.ts → cics-region--alt/32.d.ts} +0 -0
- /package/es/icons/{undefined/index.d.ts → connect--reference/16.d.ts} +0 -0
- /package/es/icons/{glyph--undefined → diamond-fill}/index.js +0 -0
- /package/lib/components-react-node/{input → icon-button}/index.js +0 -0
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
*/
|
|
9
9
|
import { css } from 'lit';
|
|
10
10
|
export default css([
|
|
11
|
-
"@keyframes hide-feedback{0%{opacity:1;visibility:inherit}100%{opacity:0;visibility:hidden}}@keyframes show-feedback{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:inherit}}@keyframes 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}100%{opacity:.3;transform:scaleX(0);transform-origin:left}}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-field) inset;-webkit-text-fill-color:var(--cds-text-primary,#161616)}.cds--fieldset html{font-size:100%}.cds--fieldset body{font-weight:400;font-family:'IBM Plex Sans',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--fieldset code{font-family:'IBM Plex Mono',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',monospace}.cds--fieldset strong{font-weight:600}.cds--form-item{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start}.cds--label{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px);display:inline-block;margin-bottom:.5rem;color:var(--cds-text-secondary,#525252);font-weight:400;line-height:1rem;vertical-align:baseline}.cds--label html{font-size:100%}.cds--label body{font-weight:400;font-family:'IBM Plex Sans',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--label code{font-family:'IBM Plex Mono',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',monospace}.cds--label strong{font-weight:600}.cds--label .cds--toggletip-label{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px)}.cds--label--no-margin{margin-bottom:0}.cds--label+.cds--tooltip{position:relative;top:.2rem;left:.5rem}.cds--label+.cds--tooltip .cds--tooltip__trigger{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;cursor:pointer;text-align:start;width:100%;display:flex;align-items:center;justify-content:center;font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px)}.cds--label+.cds--tooltip .cds--tooltip__trigger *,.cds--label+.cds--tooltip .cds--tooltip__trigger ::after,.cds--label+.cds--tooltip .cds--tooltip__trigger ::before{box-sizing:inherit}.cds--label+.cds--tooltip .cds--tooltip__trigger::-moz-focus-inner{border:0}.cds--label+.cds--tooltip .cds--tooltip__trigger:focus{outline:1px solid var(--cds-focus,#0f62fe)}.cds--label+.cds--tooltip .cds--tooltip__trigger svg{fill:var(--cds-icon-secondary,#525252)}.cds--label+.cds--tooltip .cds--tooltip__trigger svg :hover{fill:var(--cds-icon-primary,#161616)}.cds--label+.cds--toggletip{top:.2rem;left:.5rem}.cds--label.cds--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none;width:4.6875rem;height:.875rem}.cds--label.cds--skeleton:active,.cds--label.cds--skeleton:focus,.cds--label.cds--skeleton:hover{border:none;cursor:default;outline:0}.cds--label.cds--skeleton::before{position:absolute;width:100%;height:100%;animation:3s ease-in-out skeleton infinite;background:var(--cds-skeleton-element,#c6c6c6);content:\"\";will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds--label.cds--skeleton::before{animation:none}}input[type=number]{font-family:'IBM Plex Sans',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',sans-serif}.cds--combo-box[data-invalid]:not(.cds--multi-select--selected) .cds--text-input:not(:focus),.cds--list-box[data-invalid]:not(.cds--multi-select--invalid--focused),.cds--number[data-invalid] input[type=number]:not(:focus),.cds--select-input__wrapper[data-invalid] .cds--select-input:not(:focus),.cds--text-area__wrapper[data-invalid]>.cds--text-area--invalid:not(:focus),.cds--text-input__field-wrapper[data-invalid]>.cds--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds--combo-box[data-invalid]:not(.cds--multi-select--selected) .cds--text-input:not(:focus),.cds--list-box[data-invalid]:not(.cds--multi-select--invalid--focused),.cds--number[data-invalid] input[type=number]:not(:focus),.cds--select-input__wrapper[data-invalid] .cds--select-input:not(:focus),.cds--text-area__wrapper[data-invalid]>.cds--text-area--invalid:not(:focus),.cds--text-input__field-wrapper[data-invalid]>.cds--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds--date-picker-input__wrapper--invalid~.cds--form-requirement,.cds--date-picker-input__wrapper--warn~.cds--form-requirement,.cds--date-picker-input__wrapper~.cds--form-requirement,.cds--list-box--warning~.cds--form-requirement,.cds--list-box[data-invalid]~.cds--form-requirement,.cds--number[data-invalid] .cds--number__input-wrapper~.cds--form-requirement,.cds--number__input-wrapper--warning~.cds--form-requirement,.cds--select--warning .cds--select-input__wrapper~.cds--form-requirement,.cds--select-input__wrapper[data-invalid]~.cds--form-requirement,.cds--text-area__wrapper--warn~.cds--form-requirement,.cds--text-area__wrapper[data-invalid]~.cds--form-requirement,.cds--text-input__field-wrapper--warning>.cds--text-input~.cds--form-requirement,.cds--text-input__field-wrapper--warning~.cds--form-requirement,.cds--text-input__field-wrapper[data-invalid]~.cds--form-requirement,.cds--time-picker--invalid~.cds--form-requirement,.cds--time-picker[data-invalid]~.cds--form-requirement,input[data-invalid]~.cds--form-requirement{display:block;overflow:visible;max-height:12.5rem;font-weight:400}.cds--date-picker-input__wrapper--invalid~.cds--form-requirement,.cds--date-picker-input__wrapper~.cds--form-requirement,.cds--list-box[data-invalid]~.cds--form-requirement,.cds--number[data-invalid] .cds--number__input-wrapper~.cds--form-requirement,.cds--select-input__wrapper[data-invalid]~.cds--form-requirement,.cds--text-area__wrapper[data-invalid]~.cds--form-requirement,.cds--text-input__field-wrapper[data-invalid]~.cds--form-requirement,.cds--time-picker--invalid~.cds--form-requirement,.cds--time-picker[data-invalid]~.cds--form-requirement,input[data-invalid]~.cds--form-requirement{color:var(--cds-text-error,#da1e28)}.cds--form--fluid .cds--text-input__field-wrapper--warning,.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]{display:block}.cds--form--fluid input[data-invalid]{outline:0}.cds--form--fluid .cds--form-requirement{padding:.5rem 2.5rem .5rem 1rem;margin:0}input:not(output):not([data-invalid]):-moz-ui-invalid{box-shadow:none}.cds--form-requirement{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px);display:none;overflow:hidden;max-height:0;margin:.25rem 0 0}.cds--form-requirement html{font-size:100%}.cds--form-requirement body{font-weight:400;font-family:'IBM Plex Sans',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--form-requirement code{font-family:'IBM Plex Mono',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',monospace}.cds--form-requirement strong{font-weight:600}.cds--select--inline .cds--form__helper-text{margin-top:0}.cds--form__helper-text{font-size:var(--cds-helper-text-01-font-size,.75rem);line-height:var(--cds-helper-text-01-line-height,1.33333);letter-spacing:var(--cds-helper-text-01-letter-spacing,.32px);z-index:0;width:100%;margin-top:.25rem;color:var(--cds-text-secondary,#525252);opacity:1}.cds--form__helper-text--disabled,.cds--label--disabled{color:var(--cds-text-disabled,rgba(22,22,22,.25))}fieldset[disabled] .cds--form__helper-text,fieldset[disabled] .cds--label{color:var(--cds-text-disabled,rgba(22,22,22,.25))}.cds--text-input{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);outline:2px solid transparent;outline-offset:-2px;width:100%;height:2.5rem;padding:0 1rem;border:none;border-bottom:1px solid var(--cds-border-strong);background-color:var(--cds-field);color:var(--cds-text-primary,#161616);font-family:inherit;transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds--text-input html{font-size:100%}.cds--text-input body{font-weight:400;font-family:'IBM Plex Sans',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--text-input code{font-family:'IBM Plex Mono',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',monospace}.cds--text-input strong{font-weight:600}.cds--text-input:active,.cds--text-input:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--text-input:active,.cds--text-input:focus{outline-style:dotted}}.cds--text-input-wrapper svg[hidden]{display:none}.cds--text-input--lg{height:3rem}.cds--text-input--sm{height:2rem}.cds--password-input{padding-right:2.5rem}.cds--text-input--sm.cds--password-input{padding-right:2rem}.cds--text-input--lg.cds--password-input{padding-right:3rem}.cds--text-input::-moz-placeholder{color:var(--cds-text-placeholder,rgba(22,22,22,.4));opacity:1}.cds--text-input::placeholder{color:var(--cds-text-placeholder,rgba(22,22,22,.4));opacity:1}.cds--text-input--light{background-color:var(--cds-field-02,#fff)}.cds--text-input__field-wrapper{position:relative;display:flex;width:100%}.cds--text-input__invalid-icon{position:absolute;top:50%;right:1rem;fill:var(--cds-support-error,#da1e28);transform:translateY(-50%)}.cds--text-input__invalid-icon--warning{fill:var(--cds-support-warning,#f1c21b)}.cds--text-input__invalid-icon--warning path:first-of-type{fill:#000;opacity:1}.cds--text-input--password__visibility{position:relative;display:inline-flex;overflow:visible;align-items:center;cursor:pointer}.cds--text-input--password__visibility:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds--text-input--password__visibility:focus{outline-style:dotted}}.cds--text-input--password__visibility:focus{outline:1px solid transparent}.cds--text-input--password__visibility:focus svg{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds--text-input--password__visibility:focus svg{outline-style:dotted}}.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after,.cds--text-input--password__visibility::before{position:absolute;z-index:6000;display:flex;align-items:center;opacity:0;pointer-events:none}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after,.cds--text-input--password__visibility::before{display:inline-block}}.cds--text-input--password__visibility::after,.cds--text-input--password__visibility::before{transition:opacity 70ms cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds--text-input--password__visibility::after,.cds--text-input--password__visibility::before{transition:none}}.cds--text-input--password__visibility.cds--tooltip--a11y::after,.cds--text-input--password__visibility.cds--tooltip--a11y::before{transition:none}.cds--text-input--password__visibility::before{width:0;height:0;border-style:solid;content:\"\"}.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text{box-sizing:content-box;color:inherit;opacity:1;white-space:normal;word-break:break-word}.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after{box-shadow:0 2px 6px var(--cds-shadow,rgba(0,0,0,.3));z-index:6000;width:-moz-max-content;width:max-content;min-width:1.5rem;max-width:13rem;height:auto;padding:.1875rem 1rem;background-color:var(--cds-background-inverse,#393939);border-radius:.125rem;color:var(--cds-text-inverse,#fff);font-weight:400;text-align:left;transform:translateX(-50%);font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px)}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after{width:auto}}@supports (-ms-accelerator:true){.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after{width:auto}}@supports (-ms-ime-align:auto){.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after{width:auto}}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after{border:1px solid transparent}}.cds--text-input--password__visibility::after{content:attr(aria-label)}.cds--text-input--password__visibility.cds--tooltip--a11y::after{content:none}.cds--text-input--password__visibility.cds--tooltip--visible::after,.cds--text-input--password__visibility.cds--tooltip--visible::before,.cds--text-input--password__visibility:focus::after,.cds--text-input--password__visibility:focus::before,.cds--text-input--password__visibility:hover::after,.cds--text-input--password__visibility:hover::before{opacity:1}@keyframes tooltip-fade{from{opacity:0}to{opacity:1}}.cds--text-input--password__visibility.cds--tooltip--visible .cds--assistive-text,.cds--text-input--password__visibility.cds--tooltip--visible+.cds--assistive-text,.cds--text-input--password__visibility:focus .cds--assistive-text,.cds--text-input--password__visibility:focus+.cds--assistive-text,.cds--text-input--password__visibility:hover .cds--assistive-text,.cds--text-input--password__visibility:hover+.cds--assistive-text{overflow:visible;margin:auto;clip:auto}.cds--text-input--password__visibility.cds--tooltip--visible .cds--assistive-text,.cds--text-input--password__visibility.cds--tooltip--visible+.cds--assistive-text,.cds--text-input--password__visibility.cds--tooltip--visible.cds--tooltip--a11y::before,.cds--text-input--password__visibility:focus .cds--assistive-text,.cds--text-input--password__visibility:focus+.cds--assistive-text,.cds--text-input--password__visibility:focus.cds--tooltip--a11y::before,.cds--text-input--password__visibility:hover .cds--assistive-text,.cds--text-input--password__visibility:hover+.cds--assistive-text,.cds--text-input--password__visibility:hover.cds--tooltip--a11y::before{animation:tooltip-fade 70ms cubic-bezier(.2,0,.38,.9)}.cds--text-input--password__visibility.cds--tooltip--hidden .cds--assistive-text,.cds--text-input--password__visibility.cds--tooltip--hidden+.cds--assistive-text{overflow:hidden;margin:-1px;clip:rect(0,0,0,0)}.cds--text-input--password__visibility.cds--tooltip--hidden.cds--tooltip--a11y::before{animation:none;opacity:0}.cds--text-input--password__visibility .cds--assistive-text::after{position:absolute;display:block;content:\"\";left:0;width:100%;height:.75rem;top:-.75rem}.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after,.cds--text-input--password__visibility::before{bottom:0;left:50%}.cds--text-input--password__visibility::before{bottom:-.5rem;border-width:0 .25rem .3125rem .25rem;border-color:transparent transparent var(--cds-background-inverse,#393939) transparent;transform:translate(-50%,100%)}.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after{bottom:-.8125rem;transform:translate(-50%,100%)}.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger{outline:2px solid transparent;outline-offset:-2px;position:absolute;right:0;display:flex;width:2.5rem;height:100%;min-height:auto;align-items:center;justify-content:center;padding:0;border:0;background:0 0;cursor:pointer;transition:outline 70ms cubic-bezier(.2,0,.38,.9)}.cds--text-input--sm+.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger{width:2rem}.cds--text-input--lg+.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger{width:3rem}.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg{fill:var(--cds-icon-secondary,#525252);transition:fill 70ms cubic-bezier(.2,0,.38,.9)}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg{fill:ButtonText}}.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus{outline-style:dotted}}.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus svg,.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg{fill:var(--cds-icon-primary,#161616)}.cds--text-input--invalid,.cds--text-input--warning{padding-right:2.5rem}.cds--text-input--invalid.cds--password-input{padding-right:4rem}.cds--text-input--invalid+.cds--text-input--password__visibility__toggle{right:1rem}.cds--password-input-wrapper .cds--text-input__invalid-icon{right:2.5rem}.cds--text-input:disabled~.cds--text-input--password__visibility__toggle.cds--tooltip__trigger{cursor:not-allowed}.cds--text-input:disabled~.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg{fill:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--text-input:disabled~.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg:hover{fill:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--text-input__counter-alert{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0)}.cds--text-input:disabled{outline:2px solid transparent;outline-offset:-2px;border-bottom:1px solid transparent;background-color:var(--cds-field);color:var(--cds-text-disabled,rgba(22,22,22,.25));cursor:not-allowed;-webkit-text-fill-color:var(--cds-text-disabled,rgba(22,22,22,.25))}.cds--text-input--light:disabled{background-color:var(--cds-field-02,#fff)}.cds--text-input:disabled::-moz-placeholder{color:var(--cds-text-disabled,rgba(22,22,22,.25));opacity:1}.cds--text-input:disabled::placeholder{color:var(--cds-text-disabled,rgba(22,22,22,.25));opacity:1}.cds--text-input--invalid{outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px;box-shadow:none}@media screen and (prefers-contrast){.cds--text-input--invalid{outline-style:dotted}}.cds--text-input--invalid .cds--text-input--password__visibility__toggle{right:2.5rem}.cds--skeleton.cds--text-input{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds--skeleton.cds--text-input:active,.cds--skeleton.cds--text-input:focus,.cds--skeleton.cds--text-input:hover{border:none;cursor:default;outline:0}.cds--skeleton.cds--text-input::before{position:absolute;width:100%;height:100%;animation:3s ease-in-out skeleton infinite;background:var(--cds-skeleton-element,#c6c6c6);content:\"\";will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds--skeleton.cds--text-input::before{animation:none}}.cds--form--fluid .cds--text-input-wrapper{position:relative;background:var(--cds-field);transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds--form--fluid .cds--label{position:absolute;z-index:1;top:.8125rem;left:1rem;display:flex;height:1rem;align-items:center;margin:0}.cds--form--fluid .cds--form__helper-text{display:none}.cds--form--fluid .cds--text-input{min-height:4rem;padding:2rem 1rem .8125rem}.cds--form--fluid .cds--text-input__divider,.cds--text-input__divider{display:none}.cds--form--fluid .cds--text-input--invalid,.cds--form--fluid .cds--text-input--warning{border-bottom:none}.cds--form--fluid .cds--text-input--invalid+.cds--text-input__divider,.cds--form--fluid .cds--text-input--warning+.cds--text-input__divider{display:block;border-style:solid;border-color:var(--cds-border-subtle);border-bottom:none;margin:0 1rem}.cds--form--fluid .cds--text-input__invalid-icon{top:5rem}.cds--form--fluid .cds--text-input__field-wrapper--warning>.cds--text-input--warning,.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]>.cds--text-input--invalid{outline:0}.cds--form--fluid .cds--text-input__field-wrapper--warning{border-bottom:1px solid var(--cds-border-strong)}.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]:not(:focus){outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]:not(:focus){outline-style:dotted}}.cds--form--fluid .cds--text-input__field-wrapper--warning:focus-within,.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]:focus-within{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--form--fluid .cds--text-input__field-wrapper--warning:focus-within,.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]:focus-within{outline-style:dotted}}.cds--form--fluid .cds--text-input__field-wrapper--warning>.cds--text-input--warning:focus,.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]>.cds--text-input--invalid:focus{outline:0}.cds--text-input-wrapper.cds--text-input-wrapper--inline{flex-flow:row wrap}.cds--text-input-wrapper .cds--label--inline{flex:1;margin:.8125rem 0 0 0;overflow-wrap:break-word;word-break:break-word}.cds--text-input-wrapper .cds--label--inline--sm{margin-top:.5625rem}.cds--text-input-wrapper .cds--label--inline--lg{margin-top:1.0625rem}.cds--text-input__label-helper-wrapper{max-width:8rem;flex:2;flex-direction:column;margin-right:1.5rem;overflow-wrap:break-word}.cds--text-input-wrapper .cds--form__helper-text--inline{margin-top:.125rem}.cds--text-input__field-outer-wrapper{display:flex;width:100%;flex:1 1 auto;flex-direction:column;align-items:flex-start}.cds--text-input__field-outer-wrapper--inline{flex:8;flex-direction:column}.cds--text-input-wrapper--inline .cds--form-requirement{display:block;overflow:visible;max-height:12.5rem;font-weight:400}.cds--text-input-wrapper--inline--invalid .cds--form-requirement{color:var(--cds-text-error,#da1e28)}.cds--form--fluid .cds--text-input-wrapper--readonly,.cds--text-input-wrapper--readonly .cds--text-input{background:0 0}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--btn.cds--btn--icon-only.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg,.cds--btn.cds--btn--icon-only.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg{fill:ButtonText}}.cds--text-input__label-wrapper{display:flex;width:100%;justify-content:space-between}.cds--text-input__label-wrapper .cds--text-input__label-counter{align-self:end}.cds--tag{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px);background-color:var(--cds-tag-background-gray,#e0e0e0);color:var(--cds-tag-color-gray,#393939);display:inline-flex;min-width:2rem;max-width:100%;min-height:1.5rem;align-items:center;justify-content:center;padding:.25rem .5rem;margin:.25rem;border-radius:.9375rem;cursor:default;vertical-align:middle;word-break:break-word}.cds--tag .cds--tag__close-icon:hover,.cds--tag.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-gray,#c6c6c6)}.cds--tag:not(:first-child){margin-left:0}.cds--tag--red{background-color:var(--cds-tag-background-red,#ffd7d9);color:var(--cds-tag-color-red,#750e13)}.cds--tag--red .cds--tag__close-icon:hover,.cds--tag--red.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-red,#ffb3b8)}.cds--tag--magenta{background-color:var(--cds-tag-background-magenta,#ffd6e8);color:var(--cds-tag-color-magenta,#740937)}.cds--tag--magenta .cds--tag__close-icon:hover,.cds--tag--magenta.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-magenta,#ffafd2)}.cds--tag--purple{background-color:var(--cds-tag-background-purple,#e8daff);color:var(--cds-tag-color-purple,#491d8b)}.cds--tag--purple .cds--tag__close-icon:hover,.cds--tag--purple.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-purple,#d4bbff)}.cds--tag--blue{background-color:var(--cds-tag-background-blue,#d0e2ff);color:var(--cds-tag-color-blue,#002d9c)}.cds--tag--blue .cds--tag__close-icon:hover,.cds--tag--blue.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-blue,#a6c8ff)}.cds--tag--cyan{background-color:var(--cds-tag-background-cyan,#bae6ff);color:var(--cds-tag-color-cyan,#003a6d)}.cds--tag--cyan .cds--tag__close-icon:hover,.cds--tag--cyan.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-cyan,#82cfff)}.cds--tag--teal{background-color:var(--cds-tag-background-teal,#9ef0f0);color:var(--cds-tag-color-teal,#004144)}.cds--tag--teal .cds--tag__close-icon:hover,.cds--tag--teal.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-teal,#3ddbd9)}.cds--tag--green{background-color:var(--cds-tag-background-green,#a7f0ba);color:var(--cds-tag-color-green,#044317)}.cds--tag--green .cds--tag__close-icon:hover,.cds--tag--green.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-green,#6fdc8c)}.cds--tag--gray{background-color:var(--cds-tag-background-gray,#e0e0e0);color:var(--cds-tag-color-gray,#393939)}.cds--tag--gray .cds--tag__close-icon:hover,.cds--tag--gray.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-gray,#c6c6c6)}.cds--tag--cool-gray{background-color:var(--cds-tag-background-cool-gray,#dde1e6);color:var(--cds-tag-color-cool-gray,#343a3f)}.cds--tag--cool-gray .cds--tag__close-icon:hover,.cds--tag--cool-gray.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-cool-gray,#c1c7cd)}.cds--tag--warm-gray{background-color:var(--cds-tag-background-warm-gray,#e5e0df);color:var(--cds-tag-color-warm-gray,#3c3838)}.cds--tag--warm-gray .cds--tag__close-icon:hover,.cds--tag--warm-gray.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-warm-gray,#cac5c4)}.cds--tag--high-contrast{background-color:var(--cds-background-inverse,#393939);color:var(--cds-text-inverse,#fff)}.cds--tag--high-contrast .cds--tag__close-icon:hover,.cds--tag--high-contrast.cds--tag--interactive:hover{background-color:var(--cds-background-inverse-hover,#474747)}.cds--tag--outline{background-color:var(--cds-background,#fff);color:var(--cds-text-primary,#161616);box-shadow:0 0 0 1px var(--cds-background-inverse,#393939)}.cds--tag--outline .cds--tag__close-icon:hover,.cds--tag--outline.cds--tag--interactive:hover{background-color:var(--cds-layer-hover)}.cds--tag--disabled,.cds--tag--filter.cds--tag--disabled,.cds--tag--interactive.cds--tag--disabled{background-color:var(--cds-layer);color:var(--cds-text-disabled,rgba(22,22,22,.25));box-shadow:none}.cds--tag--disabled .cds--tag__close-icon:hover,.cds--tag--disabled.cds--tag--interactive:hover,.cds--tag--filter.cds--tag--disabled .cds--tag__close-icon:hover,.cds--tag--filter.cds--tag--disabled.cds--tag--interactive:hover,.cds--tag--interactive.cds--tag--disabled .cds--tag__close-icon:hover,.cds--tag--interactive.cds--tag--disabled.cds--tag--interactive:hover{background-color:var(--cds-layer)}.cds--tag--disabled:hover,.cds--tag--filter.cds--tag--disabled:hover,.cds--tag--interactive.cds--tag--disabled:hover{cursor:not-allowed}.cds--tag__label{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.cds--tag--interactive:focus{box-shadow:inset 0 0 0 1px var(--cds-focus,#0f62fe);outline:0}.cds--tag--interactive:hover{cursor:pointer}.cds--tag--filter{padding-top:0;padding-right:0;padding-bottom:0;cursor:pointer}.cds--tag--filter:hover{outline:0}.cds--tag--interactive{transition:background-color 70ms cubic-bezier(0,0,.38,.9)}.cds--tag__close-icon{display:flex;width:1.5rem;height:1.5rem;flex-shrink:0;align-items:center;justify-content:center;padding:0;border:0;margin:0 0 0 .125rem;background-color:transparent;border-radius:50%;color:currentColor;cursor:pointer;transition:background-color 70ms cubic-bezier(.2,0,.38,.9),box-shadow 70ms cubic-bezier(.2,0,.38,.9)}.cds--tag__close-icon svg{fill:currentColor}.cds--tag__custom-icon{width:1rem;height:1rem;flex-shrink:0;padding:0;border:0;margin-right:.25rem;background-color:transparent;color:currentColor;outline:0}.cds--tag__custom-icon svg{fill:currentColor}.cds--tag--disabled .cds--tag__close-icon{cursor:not-allowed}.cds--tag__close-icon:focus{border-radius:50%;box-shadow:inset 0 0 0 1px var(--cds-focus,#0f62fe);outline:0}.cds--tag--high-contrast .cds--tag__close-icon:focus{box-shadow:inset 0 0 0 1px var(--cds-focus-inverse,#fff)}.cds--tag--filter.cds--tag--disabled .cds--tag__close-icon:hover{background-color:transparent}.cds--tag--filter.cds--tag--disabled svg{fill:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--tag--sm{min-height:1.125rem;padding:0 .5rem}.cds--tag--sm.cds--tag--filter{padding-right:0}.cds--tag--sm .cds--tag__close-icon{width:1.125rem;height:1.125rem;margin-left:.3125rem}.cds--tag.cds--skeleton{background-color:var(--cds-skeleton-background,#e8e8e8);color:var(--cds-text-primary,#161616);overflow:hidden;width:3.75rem}.cds--tag.cds--skeleton .cds--tag__close-icon:hover,.cds--tag.cds--skeleton.cds--tag--interactive:hover{background-color:var(--cds-skeleton-background,#e8e8e8)}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.cds--tag.cds--skeleton{transform:translateZ(0)}}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--tag{outline:1px solid transparent}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--tag__close-icon svg,.cds--tag__custom-icon svg{fill:ButtonText}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--tag__close-icon:focus{color:Highlight;outline:1px solid Highlight}}.cds--list-box__wrapper--inline,:host(cds-multi-select[type=inline]){display:inline-grid;align-items:center;grid-gap:.25rem;grid-template:auto auto/auto auto}.cds--list-box__wrapper--inline .cds--label,:host(cds-multi-select[type=inline]) .cds--label{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px)}.cds--list-box__wrapper--inline .cds--form-requirement,.cds--list-box__wrapper--inline .cds--form__helper-text,.cds--list-box__wrapper--inline .cds--label,:host(cds-multi-select[type=inline]) .cds--form-requirement,:host(cds-multi-select[type=inline]) .cds--form__helper-text,:host(cds-multi-select[type=inline]) .cds--label{margin:0}.cds--list-box__wrapper--inline .cds--form__helper-text,:host(cds-multi-select[type=inline]) .cds--form__helper-text{max-width:none}.cds--list-box__wrapper--inline .cds--form-requirement,:host(cds-multi-select[type=inline]) .cds--form-requirement{grid-column:2}.cds--list-box{position:relative;width:100%;height:2.5rem;max-height:2.5rem;border:none;border-bottom:1px solid var(--cds-border-strong);background-color:var(--cds-field);color:var(--cds-text-primary,#161616);cursor:pointer;transition:all 70ms cubic-bezier(.2,0,.38,.9)}.cds--list-box html{font-size:100%}.cds--list-box body{font-weight:400;font-family:'IBM Plex Sans',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--list-box code{font-family:'IBM Plex Mono',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',monospace}.cds--list-box strong{font-weight:600}.cds--list-box:hover{background-color:var(--cds-field-hover)}.cds--list-box--lg{height:3rem;max-height:3rem}.cds--list-box--sm{height:2rem;max-height:2rem}.cds--list-box--expanded{border-bottom-color:var(--cds-border-subtle)}.cds--list-box--expanded:hover{background-color:var(--cds-field)}.cds--list-box--expanded:hover.cds--list-box--light:hover{background-color:var(--cds-field-02,#fff)}.cds--list-box .cds--text-input{min-width:0;height:100%}.cds--list-box__invalid-icon{position:absolute;top:50%;right:2.5rem;fill:var(--cds-support-error,#da1e28);transform:translateY(-50%)}.cds--list-box__invalid-icon--warning{fill:var(--cds-support-warning,#f1c21b)}.cds--list-box__invalid-icon--warning path[fill]{fill:#000;opacity:1}.cds--list-box.cds--list-box--warning .cds--list-box__field,.cds--list-box[data-invalid] .cds--list-box__field{padding-right:4rem;border-bottom:0}.cds--list-box.cds--list-box--warning.cds--list-box--inline .cds--list-box__field,.cds--list-box[data-invalid].cds--list-box--inline .cds--list-box__field{padding-right:3.5rem}.cds--list-box--light{background-color:var(--cds-field-02,#fff)}.cds--list-box--light:hover{background-color:var(--cds-field-hover)}.cds--list-box--light .cds--list-box__menu{background:var(--cds-layer)}.cds--list-box--light .cds--list-box__menu-item__option{border-top-color:var(--cds-border-subtle)}.cds--list-box--light.cds--list-box--expanded{border-bottom-color:transparent}.cds--list-box--disabled:hover{background-color:var(--cds-field)}.cds--list-box--light.cds--list-box--disabled{background-color:var(--cds-field-02,#fff)}.cds--list-box--disabled,.cds--list-box--disabled .cds--list-box__field,.cds--list-box--disabled .cds--list-box__field:focus{border-bottom-color:transparent;outline:0}.cds--list-box--disabled .cds--list-box__label,.cds--list-box--disabled.cds--list-box--inline .cds--list-box__label{color:var(--cds-text-disabled,rgba(22,22,22,.25))}.cds--list-box--disabled .cds--list-box__menu-icon>svg,.cds--list-box--disabled .cds--list-box__selection>svg{fill:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--list-box--disabled,.cds--list-box--disabled .cds--list-box__field,.cds--list-box--disabled .cds--list-box__menu-icon{cursor:not-allowed}.cds--list-box--disabled .cds--list-box__menu-item,.cds--list-box--disabled .cds--list-box__menu-item--highlighted,.cds--list-box--disabled .cds--list-box__menu-item:hover,.cds--list-box--disabled :host(cds-multi-select-item){color:var(--cds-text-disabled,rgba(22,22,22,.25));text-decoration:none}.cds--list-box--disabled .cds--list-box__selection:hover{cursor:not-allowed}.cds--list-box--disabled.cds--list-box[data-invalid] .cds--list-box__field{padding-right:3rem}.cds--list-box--disabled.cds--list-box[data-invalid].cds--list-box--inline .cds--list-box__field{padding-right:2rem}.cds--list-box.cds--list-box--inline{border-width:0;background-color:transparent}.cds--list-box.cds--list-box--inline:hover{background-color:var(--cds-layer-hover)}.cds--list-box.cds--list-box--inline.cds--list-box--expanded{border-bottom-width:0}.cds--list-box.cds--list-box--inline.cds--list-box--expanded .cds--list-box__field[aria-expanded=true]{border-width:0}.cds--list-box.cds--list-box--inline.cds--list-box--disabled:hover,.cds--list-box.cds--list-box--inline.cds--list-box--expanded:hover{background-color:transparent}.cds--list-box.cds--list-box--inline .cds--list-box__field{padding:0 2rem 0 .5rem}.cds--list-box.cds--list-box--inline .cds--list-box__menu-icon{right:.5rem}.cds--list-box.cds--list-box--inline .cds--list-box__invalid-icon{right:2rem}.cds--list-box--inline .cds--list-box__label{color:var(--cds-text-primary,#161616)}.cds--list-box--inline .cds--list-box__field{height:100%}.cds--dropdown--inline .cds--list-box__field{max-width:30rem}.cds--dropdown--inline .cds--list-box__menu{min-width:18rem;max-width:30rem}.cds--list-box__field{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;cursor:pointer;text-align:start;width:100%;position:relative;display:inline-flex;overflow:hidden;height:calc(100% + 1px);align-items:center;padding:0 3rem 0 1rem;cursor:pointer;outline:0;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.cds--list-box__field *,.cds--list-box__field ::after,.cds--list-box__field ::before{box-sizing:inherit}.cds--list-box__field::-moz-focus-inner{border:0}.cds--list-box__field:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--list-box__field:focus{outline-style:dotted}}.cds--list-box__field[disabled]{color:var(--cds-text-disabled,rgba(22,22,22,.25));outline:0}.cds--list-box__field .cds--text-input{padding-right:4.5rem}.cds--list-box--warning .cds--list-box__field .cds--text-input,.cds--list-box[data-invalid] .cds--list-box__field .cds--text-input{padding-right:6.125rem}.cds--list-box--warning .cds--list-box__field .cds--text-input+.cds--list-box__invalid-icon,.cds--list-box[data-invalid] .cds--list-box__field .cds--text-input+.cds--list-box__invalid-icon{right:4.125rem}.cds--list-box__field .cds--text-input--empty{padding-right:3rem}.cds--list-box--warning .cds--list-box__field .cds--text-input--empty,.cds--list-box[data-invalid] .cds--list-box__field .cds--text-input--empty{padding-right:carbon--mini-units(9)}.cds--list-box--warning .cds--list-box__field .cds--text-input--empty+.cds--list-box__invalid-icon,.cds--list-box[data-invalid] .cds--list-box__field .cds--text-input--empty+.cds--list-box__invalid-icon{right:2.5rem}.cds--list-box__label{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);overflow:hidden;color:var(--cds-text-primary,#161616);text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.cds--list-box__menu-icon{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;cursor:pointer;text-align:start;position:absolute;right:1rem;display:flex;width:1.5rem;height:1.5rem;align-items:center;justify-content:center;cursor:pointer;outline:0;transition:transform 70ms cubic-bezier(.2,0,.38,.9)}.cds--list-box__menu-icon *,.cds--list-box__menu-icon ::after,.cds--list-box__menu-icon ::before{box-sizing:inherit}.cds--list-box__menu-icon::-moz-focus-inner{border:0}.cds--list-box__menu-icon>svg{fill:var(--cds-icon-primary,#161616)}.cds--list-box__menu-icon--open{width:1.5rem;justify-content:center;transform:rotate(180deg)}.cds--list-box__selection{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;cursor:pointer;text-align:start;position:absolute;top:50%;right:2.25rem;display:flex;width:1.5rem;height:1.5rem;align-items:center;justify-content:center;cursor:pointer;transform:translateY(-50%);transition:background-color 70ms cubic-bezier(.2,0,.38,.9);-webkit-user-select:none;-moz-user-select:none;user-select:none}.cds--list-box__selection *,.cds--list-box__selection ::after,.cds--list-box__selection ::before{box-sizing:inherit}.cds--list-box__selection::-moz-focus-inner{border:0}.cds--list-box__selection:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--list-box__selection:focus{outline-style:dotted}}.cds--list-box__selection:focus:hover{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--list-box__selection:focus:hover{outline-style:dotted}}.cds--list-box__selection>svg{fill:var(--cds-icon-primary,#161616)}.cds--list-box--disabled .cds--list-box__selection:focus{outline:0}.cds--list-box__selection--multi{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px);position:static;top:auto;display:flex;width:auto;height:1.5rem;align-items:center;justify-content:space-between;padding:.5rem;padding-right:.125rem;margin-right:.625rem;background-color:var(--cds-background-inverse,#393939);border-radius:.75rem;color:var(--cds-text-inverse,#fff);line-height:0;transform:none}.cds--list-box__selection--multi>svg{width:1.25rem;height:1.25rem;padding:.125rem;margin-left:.25rem;fill:var(--cds-icon-inverse,#fff)}.cds--list-box__selection--multi>svg:hover{background-color:var(--cds-button-secondary-hover,#474747);border-radius:50%}.cds--list-box--disabled .cds--list-box__selection--multi{background-color:var(--cds-text-disabled,rgba(22,22,22,.25));color:var(--cds-layer)}.cds--list-box--disabled .cds--list-box__selection--multi .cds--tag__close-icon:hover,.cds--list-box--disabled .cds--list-box__selection--multi.cds--tag--interactive:hover{background-color:var(--cds-text-disabled,rgba(22,22,22,.25))}.cds--list-box--disabled .cds--list-box__selection--multi>svg{fill:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--list-box--disabled .cds--list-box__selection--multi>svg:hover{background-color:initial}.cds--list-box__selection--multi:hover{outline:0}.cds--list-box__menu{box-shadow:0 2px 6px var(--cds-shadow,rgba(0,0,0,.3));position:absolute;z-index:9100;right:0;left:0;width:100%;background-color:var(--cds-layer);overflow-y:auto;transition:max-height 110ms cubic-bezier(.2,0,.38,.9)}.cds--list-box__menu:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds--list-box__menu:focus{outline-style:dotted}}.cds--list-box .cds--list-box__field[aria-expanded=false]+.cds--list-box__menu{max-height:0}.cds--list-box--expanded .cds--list-box__menu{max-height:13.75rem}.cds--list-box--expanded.cds--list-box--lg .cds--list-box__menu{max-height:16.5rem}.cds--list-box--expanded.cds--list-box--sm .cds--list-box__menu{max-height:11rem}.cds--list-box__menu-item,:host(cds-multi-select-item){font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);position:relative;height:2.5rem;color:var(--cds-text-secondary,#525252);cursor:pointer;transition:background 70ms cubic-bezier(.2,0,.38,.9);-webkit-user-select:none;-moz-user-select:none;user-select:none}.cds--list-box__menu-item:hover,:hover:host(cds-multi-select-item){background-color:var(--cds-layer-hover)}.cds--list-box__menu-item:active,:active:host(cds-multi-select-item){background-color:var(--cds-layer-selected)}.cds--list-box--light .cds--list-box__menu-item:hover,.cds--list-box--light :hover:host(cds-multi-select-item){background-color:var(--cds-layer-hover)}.cds--list-box--sm .cds--list-box__menu-item,.cds--list-box--sm :host(cds-multi-select-item){height:2rem}.cds--list-box--lg .cds--list-box__menu-item,.cds--list-box--lg :host(cds-multi-select-item){height:3rem}.cds--list-box--disabled .cds--list-box__menu-item:hover,.cds--list-box--disabled :hover:host(cds-multi-select-item){background-color:transparent}.cds--list-box--light .cds--list-box__menu-item:active,.cds--list-box--light :active:host(cds-multi-select-item){background-color:var(--cds-layer-selected)}.cds--list-box--disabled .cds--list-box__menu-item__option:hover{border-top-color:var(--cds-border-subtle)}.cds--list-box__menu-item:first-of-type .cds--list-box__menu-item__option,:first-of-type:host(cds-multi-select-item) .cds--list-box__menu-item__option{border-top-color:transparent}.cds--list-box__menu-item:hover .cds--list-box__menu-item__option,:hover:host(cds-multi-select-item) .cds--list-box__menu-item__option{color:var(--cds-text-primary,#161616)}.cds--list-box__menu-item:hover+.cds--list-box__menu-item .cds--list-box__menu-item__option,.cds--list-box__menu-item:hover+:host(cds-multi-select-item) .cds--list-box__menu-item__option,:hover:host(cds-multi-select-item)+.cds--list-box__menu-item .cds--list-box__menu-item__option,:hover:host(cds-multi-select-item)+:host(cds-multi-select-item) .cds--list-box__menu-item__option{border-top-color:transparent}.cds--list-box--disabled .cds--list-box__menu-item:hover+.cds--list-box__menu-item .cds--list-box__menu-item__option,.cds--list-box--disabled .cds--list-box__menu-item:hover+:host(cds-multi-select-item) .cds--list-box__menu-item__option,.cds--list-box--disabled :hover:host(cds-multi-select-item)+.cds--list-box__menu-item .cds--list-box__menu-item__option,.cds--list-box--disabled :hover:host(cds-multi-select-item)+:host(cds-multi-select-item) .cds--list-box__menu-item__option{border-top-color:var(--cds-border-subtle)}.cds--list-box__menu-item__option{outline:2px solid transparent;outline-offset:-2px;display:block;overflow:hidden;height:2.5rem;padding:.6875rem 0;padding-right:1.5rem;border-top:1px solid transparent;border-top-color:var(--cds-border-subtle);border-bottom:1px solid transparent;margin:0 1rem;color:var(--cds-text-secondary,#525252);font-weight:400;line-height:1rem;text-decoration:none;text-overflow:ellipsis;transition:border-color 70ms cubic-bezier(.2,0,.38,.9),color 70ms cubic-bezier(.2,0,.38,.9);white-space:nowrap}.cds--list-box__menu-item__option:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px;padding:.6875rem 1rem;border-color:transparent;margin:0}@media screen and (prefers-contrast){.cds--list-box__menu-item__option:focus{outline-style:dotted}}.cds--list-box__menu-item__option:hover{border-color:transparent;color:var(--cds-text-primary,#161616)}.cds--list-box--sm .cds--list-box__menu-item__option{height:2rem;padding-top:.4375rem;padding-bottom:.4375rem}.cds--list-box--lg .cds--list-box__menu-item__option{height:3rem;padding-top:.9375rem;padding-bottom:.9375rem}.cds--list-box--disabled .cds--list-box__menu-item:hover .cds--list-box__menu-item__option,.cds--list-box--disabled .cds--list-box__menu-item__option{color:var(--cds-text-disabled,rgba(22,22,22,.25))}.cds--list-box__menu-item[disabled],.cds--list-box__menu-item[disabled] *,.cds--list-box__menu-item[disabled] .cds--list-box__menu-item__option,.cds--list-box__menu-item[disabled]:hover,[disabled]:host(cds-multi-select-item),[disabled]:host(cds-multi-select-item) *,[disabled]:host(cds-multi-select-item) .cds--list-box__menu-item__option{color:var(--cds-text-disabled,rgba(22,22,22,.25));cursor:not-allowed;outline:0}.cds--list-box__menu-item[disabled]:hover,[disabled]:hover:host(cds-multi-select-item){background-color:revert}.cds--list-box__menu-item[disabled] .cds--checkbox-label::before,[disabled]:host(cds-multi-select-item) .cds--checkbox-label::before{border-color:var(--cds-text-disabled,rgba(22,22,22,.25))}.cds--list-box__menu-item[disabled] .cds--list-box__menu-item__option,[disabled]:host(cds-multi-select-item) .cds--list-box__menu-item__option{border-top-color:var(--cds-border-subtle)}.cds--list-box__menu-item[disabled]:hover+.cds--list-box__menu-item .cds--list-box__menu-item__option,.cds--list-box__menu-item[disabled]:hover+:host(cds-multi-select-item) .cds--list-box__menu-item__option,[disabled]:hover:host(cds-multi-select-item)+.cds--list-box__menu-item .cds--list-box__menu-item__option,[disabled]:hover:host(cds-multi-select-item)+:host(cds-multi-select-item) .cds--list-box__menu-item__option{border-top-color:var(--cds-border-subtle)}.cds--list-box.cds--list-box--inline .cds--list-box__menu-item__option{margin:0 .5rem}.cds--list-box.cds--list-box--inline .cds--list-box__menu-item__option:focus{padding-right:.5rem;padding-left:.5rem;margin:0}.cds--list-box__menu-item--highlighted,:host(cds-multi-select-item[highlighted]),:host(cds-multi-select-item[selected]){border-color:transparent;background-color:var(--cds-layer-selected);color:var(--cds-text-primary,#161616)}.cds--list-box__menu-item--highlighted .cds--list-box__menu-item__option,.cds--list-box__menu-item--highlighted+.cds--list-box__menu-item .cds--list-box__menu-item__option,.cds--list-box__menu-item--highlighted+:host(cds-multi-select-item) .cds--list-box__menu-item__option,:host(cds-multi-select-item[highlighted]) .cds--list-box__menu-item__option,:host(cds-multi-select-item[highlighted])+.cds--list-box__menu-item .cds--list-box__menu-item__option,:host(cds-multi-select-item[highlighted])+:host(cds-multi-select-item) .cds--list-box__menu-item__option,:host(cds-multi-select-item[selected]) .cds--list-box__menu-item__option,:host(cds-multi-select-item[selected])+.cds--list-box__menu-item .cds--list-box__menu-item__option,:host(cds-multi-select-item[selected])+:host(cds-multi-select-item) .cds--list-box__menu-item__option{border-top-color:transparent}.cds--list-box__menu-item--highlighted .cds--list-box__menu-item__option,:host(cds-multi-select-item[highlighted]) .cds--list-box__menu-item__option,:host(cds-multi-select-item[selected]) .cds--list-box__menu-item__option{color:var(--cds-text-primary,#161616)}.cds--list-box__menu-item--active,:host(cds-multi-select-item[selected]){border-bottom-color:var(--cds-layer-selected);background-color:var(--cds-layer-selected);color:var(--cds-text-primary,#161616)}.cds--list-box--light .cds--list-box__menu-item--active,.cds--list-box--light :host(cds-multi-select-item[selected]){border-bottom-color:var(--cds-layer-selected);background-color:var(--cds-layer-selected)}.cds--list-box__menu-item--active:hover,:hover:host(cds-multi-select-item[selected]){border-bottom-color:var(--cds-layer-selected-hover);background-color:var(--cds-layer-selected-hover)}.cds--list-box__menu-item--active .cds--list-box__menu-item__option,:host(cds-multi-select-item[selected]) .cds--list-box__menu-item__option{color:var(--cds-text-primary,#161616)}.cds--list-box__menu-item--active+.cds--list-box__menu-item>.cds--list-box__menu-item__option,.cds--list-box__menu-item--active+:host(cds-multi-select-item)>.cds--list-box__menu-item__option,:host(cds-multi-select-item[selected])+.cds--list-box__menu-item>.cds--list-box__menu-item__option,:host(cds-multi-select-item[selected])+:host(cds-multi-select-item)>.cds--list-box__menu-item__option{border-top-color:transparent}.cds--list-box__menu-item__selected-icon{position:absolute;top:50%;right:1rem;display:none;fill:var(--cds-icon-primary,#161616);transform:translateY(-50%)}.cds--list-box--inline .cds--list-box__menu-item__selected-icon{right:.5rem}.cds--list-box__menu-item--active .cds--list-box__menu-item__selected-icon,:host(cds-multi-select-item[selected]) .cds--list-box__menu-item__selected-icon{display:block}.cds--list-box__menu-item .cds--checkbox-label,:host(cds-multi-select-item) .cds--checkbox-label{width:100%}.cds--list-box__menu-item .cds--checkbox-label-text,:host(cds-multi-select-item) .cds--checkbox-label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cds--list-box--up .cds--list-box__menu{bottom:2.5rem}.cds--list-box--up .cds--list-box--sm .cds--list-box__menu,.cds--list-box--up.cds--dropdown--sm .cds--list-box__menu,.cds--list-box--up.cds--list-box--sm .cds--list-box__menu{bottom:2rem}.cds--list-box--up .cds--list-box--lg .cds--list-box__menu,.cds--list-box--up.cds--dropdown--lg .cds--list-box__menu,.cds--list-box--up.cds--list-box--lg .cds--list-box__menu{bottom:3rem}.cds--list-box input[role=combobox],.cds--list-box input[type=text]{min-width:0;background-color:inherit;text-overflow:ellipsis}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--list-box__field,.cds--list-box__menu,.cds--multi-select .cds--tag--filter{outline:1px solid transparent}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--list-box__field:focus,.cds--list-box__menu-item--highlighted .cds--list-box__menu-item__option,.cds--multi-select .cds--tag__close-icon:focus,:host(cds-multi-select-item[highlighted]) .cds--list-box__menu-item__option,:host(cds-multi-select-item[selected]) .cds--list-box__menu-item__option{color:Highlight;outline:1px solid Highlight}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--list-box__menu-icon>svg,.cds--list-box__selection--multi>svg,.cds--list-box__selection>svg{fill:ButtonText}}.cds--assistive-text,.cds--visually-hidden{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0);visibility:inherit;white-space:nowrap}.cds--form-item.cds--checkbox-wrapper{position:relative;margin-bottom:.25rem}.cds--form-item.cds--checkbox-wrapper:first-of-type{margin-top:.1875rem}.cds--label+.cds--form-item.cds--checkbox-wrapper{margin-top:-.125rem}.cds--form-item.cds--checkbox-wrapper:last-of-type{margin-bottom:.1875rem}.cds--checkbox{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0);visibility:inherit;white-space:nowrap;top:1.25rem;left:.7rem}.cds--checkbox-label{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);position:relative;display:flex;min-height:1.5rem;padding-top:.1875rem;padding-left:1.25rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cds--checkbox-label html{font-size:100%}.cds--checkbox-label body{font-weight:400;font-family:'IBM Plex Sans',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--checkbox-label code{font-family:'IBM Plex Mono',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',monospace}.cds--checkbox-label strong{font-weight:600}.cds--checkbox-label-text{padding-left:.375rem}.cds--checkbox-label::after,.cds--checkbox-label::before{box-sizing:border-box}.cds--checkbox-label::before{position:absolute;top:.125rem;left:0;width:1rem;height:1rem;border:1px solid var(--cds-icon-primary,#161616);margin:.125rem .125rem .125rem .1875rem;background-color:transparent;border-radius:1px;content:\"\"}.cds--checkbox-label::after{position:absolute;top:.5rem;left:.4375rem;width:.5625rem;height:.3125rem;border-bottom:2px solid var(--cds-icon-inverse,#fff);border-left:2px solid var(--cds-icon-inverse,#fff);margin-top:-.1875rem;background:0 0;content:\"\";transform:scale(0) rotate(-45deg);transform-origin:bottom right}.cds--checkbox-label[data-contained-checkbox-state=true]::before,.cds--checkbox:checked+.cds--checkbox-label::before,.cds--checkbox:indeterminate+.cds--checkbox-label::before{border:none;border-width:1px;background-color:var(--cds-icon-primary,#161616)}.cds--checkbox-label[data-contained-checkbox-state=true]::after,.cds--checkbox:checked+.cds--checkbox-label::after{transform:scale(1) rotate(-45deg)}.cds--checkbox:indeterminate+.cds--checkbox-label::after{top:.6875rem;width:.5rem;border-bottom:2px solid var(--cds-icon-inverse,#fff);border-left:0 solid var(--cds-icon-inverse,#fff);transform:scale(1) rotate(0)}.cds--checkbox-label[data-contained-checkbox-state=true].cds--checkbox-label__focus::before,.cds--checkbox-label__focus::before,.cds--checkbox:checked:focus+.cds--checkbox-label::before,.cds--checkbox:focus+.cds--checkbox-label::before,.cds--checkbox:indeterminate:focus+.cds--checkbox-label::before{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:1px}.cds--checkbox-label[data-contained-checkbox-disabled=true],.cds--checkbox:disabled+.cds--checkbox-label{color:var(--cds-text-disabled,rgba(22,22,22,.25));cursor:not-allowed}.cds--checkbox-label[data-contained-checkbox-disabled=true]::before,.cds--checkbox:disabled+.cds--checkbox-label::before{border-color:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--checkbox-label[data-contained-checkbox-state=true][data-contained-checkbox-disabled=true]::before,.cds--checkbox:checked:disabled+.cds--checkbox-label::before,.cds--checkbox:indeterminate:disabled+.cds--checkbox-label::before{background-color:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--checkbox-wrapper--readonly .cds--checkbox-label{cursor:default}.cds--checkbox-wrapper--readonly .cds--checkbox-label-text{cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.cds--checkbox-wrapper--readonly .cds--checkbox+.cds--checkbox-label::before{border-color:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--checkbox-wrapper--readonly .cds--checkbox:checked+.cds--checkbox-label::before{border:1px solid var(--cds-icon-disabled,rgba(22,22,22,.25));background:0 0}.cds--checkbox-wrapper--readonly .cds--checkbox:checked+.cds--checkbox-label::after{border-color:var(--cds-text-primary,#161616)}.cds--checkbox-skeleton .cds--checkbox-label{cursor:default}.cds--checkbox-label-text.cds--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none;width:6.25rem;height:1rem;margin:.0625rem 0 0 .375rem}.cds--checkbox-label-text.cds--skeleton:active,.cds--checkbox-label-text.cds--skeleton:focus,.cds--checkbox-label-text.cds--skeleton:hover{border:none;cursor:default;outline:0}.cds--checkbox-label-text.cds--skeleton::before{position:absolute;width:100%;height:100%;animation:3s ease-in-out skeleton infinite;background:var(--cds-skeleton-element,#c6c6c6);content:\"\";will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds--checkbox-label-text.cds--skeleton::before{animation:none}}.cds--checkbox--inline{position:relative}:host(cds-multi-select){outline:0}:host(cds-multi-select) .cds--assistive-text{left:-100%;top:-100%}:host(cds-multi-select) .cds--label[hidden]{display:none}:host(cds-multi-select) .cds--list-box__menu{top:100%;margin-top:1px}:host(cds-multi-select) .cds--text-input{border:none;padding-left:0}:host(cds-multi-select) .cds--text-input:focus{outline:0}:host(cds-multi-select)[filterable] .cds--list-box__field:focus-within{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}:host(cds-multi-select-item){display:block}:host(cds-multi-select-item) .cds--checkbox:checked~.cds--checkbox-label-text{color:var(--cds-text-primary,#161616)}:host(cds-multi-select-item) .cds--checkbox:focus+.cds--checkbox-label::before{box-shadow:none}:host(cds-multi-select-item) .cds--list-box__menu-item__option{height:100%}:host(cds-multi-select-item) .cds--list-box__menu-item__option .cds--checkbox-wrapper{width:100%;height:100%;display:flex;align-items:center}:host(cds-multi-select-item) .cds--list-box__menu-item__option>.cds--form-item{margin:0;flex-direction:row}:host(cds-multi-select-item)[filtered]{display:none}:host(cds-multi-select-item[size=sm]){height:rem(32px)}:host(cds-multi-select-item[size=sm]) .cds--list-box__menu-item__option{padding-top:rem(7px);padding-bottom:rem(7px)}:host(cds-multi-select-item[size=xl]){height:rem(48px)}:host(cds-multi-select-item[size=xl]) .cds--list-box__menu-item__option{padding-top:rem(15px);padding-bottom:rem(15px)}:host(cds-multi-select-item[disabled]){color:var(--cds-text-disabled,rgba(22,22,22,.25));text-decoration:none}:host(cds-multi-select-item[selected]) .cds--list-box__menu-item__option{color:var(--cds-text-primary,#161616)}",
|
|
11
|
+
"@keyframes hide-feedback{0%{opacity:1;visibility:inherit}100%{opacity:0;visibility:hidden}}@keyframes show-feedback{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:inherit}}@keyframes 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}100%{opacity:.3;transform:scaleX(0);transform-origin:left}}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-field) inset;-webkit-text-fill-color:var(--cds-text-primary,#161616)}.cds--fieldset html{font-size:100%}.cds--fieldset body{font-weight:400;font-family:'IBM Plex Sans',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--fieldset code{font-family:'IBM Plex Mono',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',monospace}.cds--fieldset strong{font-weight:600}.cds--form-item{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start}.cds--label{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px);display:inline-block;margin-bottom:.5rem;color:var(--cds-text-secondary,#525252);font-weight:400;line-height:1rem;vertical-align:baseline}.cds--label html{font-size:100%}.cds--label body{font-weight:400;font-family:'IBM Plex Sans',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--label code{font-family:'IBM Plex Mono',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',monospace}.cds--label strong{font-weight:600}.cds--label .cds--toggletip-label{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px)}.cds--label--no-margin{margin-bottom:0}.cds--label+.cds--tooltip{position:relative;top:.2rem;left:.5rem}.cds--label+.cds--tooltip .cds--tooltip__trigger{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;cursor:pointer;text-align:start;width:100%;display:flex;align-items:center;justify-content:center;font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px)}.cds--label+.cds--tooltip .cds--tooltip__trigger *,.cds--label+.cds--tooltip .cds--tooltip__trigger ::after,.cds--label+.cds--tooltip .cds--tooltip__trigger ::before{box-sizing:inherit}.cds--label+.cds--tooltip .cds--tooltip__trigger::-moz-focus-inner{border:0}.cds--label+.cds--tooltip .cds--tooltip__trigger:focus{outline:1px solid var(--cds-focus,#0f62fe)}.cds--label+.cds--tooltip .cds--tooltip__trigger svg{fill:var(--cds-icon-secondary,#525252)}.cds--label+.cds--tooltip .cds--tooltip__trigger svg :hover{fill:var(--cds-icon-primary,#161616)}.cds--label+.cds--toggletip{top:.2rem;left:.5rem}.cds--label.cds--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none;width:4.6875rem;height:.875rem}.cds--label.cds--skeleton:active,.cds--label.cds--skeleton:focus,.cds--label.cds--skeleton:hover{border:none;cursor:default;outline:0}.cds--label.cds--skeleton::before{position:absolute;width:100%;height:100%;animation:3s ease-in-out skeleton infinite;background:var(--cds-skeleton-element,#c6c6c6);content:\"\";will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds--label.cds--skeleton::before{animation:none}}input[type=number]{font-family:'IBM Plex Sans',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',sans-serif}.cds--combo-box[data-invalid]:not(.cds--multi-select--selected) .cds--text-input:not(:focus),.cds--list-box[data-invalid]:not(.cds--multi-select--invalid--focused),.cds--number[data-invalid] input[type=number]:not(:focus),.cds--select-input__wrapper[data-invalid] .cds--select-input:not(:focus),.cds--text-area__wrapper[data-invalid]>.cds--text-area--invalid:not(:focus),.cds--text-input__field-wrapper[data-invalid]>.cds--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds--combo-box[data-invalid]:not(.cds--multi-select--selected) .cds--text-input:not(:focus),.cds--list-box[data-invalid]:not(.cds--multi-select--invalid--focused),.cds--number[data-invalid] input[type=number]:not(:focus),.cds--select-input__wrapper[data-invalid] .cds--select-input:not(:focus),.cds--text-area__wrapper[data-invalid]>.cds--text-area--invalid:not(:focus),.cds--text-input__field-wrapper[data-invalid]>.cds--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds--date-picker-input__wrapper--invalid~.cds--form-requirement,.cds--date-picker-input__wrapper--warn~.cds--form-requirement,.cds--date-picker-input__wrapper~.cds--form-requirement,.cds--list-box--warning~.cds--form-requirement,.cds--list-box[data-invalid]~.cds--form-requirement,.cds--number[data-invalid] .cds--number__input-wrapper~.cds--form-requirement,.cds--number__input-wrapper--warning~.cds--form-requirement,.cds--select--warning .cds--select-input__wrapper~.cds--form-requirement,.cds--select-input__wrapper[data-invalid]~.cds--form-requirement,.cds--text-area__wrapper--warn~.cds--form-requirement,.cds--text-area__wrapper[data-invalid]~.cds--form-requirement,.cds--text-input__field-wrapper--warning>.cds--text-input~.cds--form-requirement,.cds--text-input__field-wrapper--warning~.cds--form-requirement,.cds--text-input__field-wrapper[data-invalid]~.cds--form-requirement,.cds--time-picker--invalid~.cds--form-requirement,.cds--time-picker[data-invalid]~.cds--form-requirement,input[data-invalid]~.cds--form-requirement{display:block;overflow:visible;max-height:12.5rem;font-weight:400}.cds--date-picker-input__wrapper--invalid~.cds--form-requirement,.cds--date-picker-input__wrapper~.cds--form-requirement,.cds--list-box[data-invalid]~.cds--form-requirement,.cds--number[data-invalid] .cds--number__input-wrapper~.cds--form-requirement,.cds--select-input__wrapper[data-invalid]~.cds--form-requirement,.cds--text-area__wrapper[data-invalid]~.cds--form-requirement,.cds--text-input__field-wrapper[data-invalid]~.cds--form-requirement,.cds--time-picker--invalid~.cds--form-requirement,.cds--time-picker[data-invalid]~.cds--form-requirement,input[data-invalid]~.cds--form-requirement{color:var(--cds-text-error,#da1e28)}.cds--form--fluid .cds--text-input__field-wrapper--warning,.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]{display:block}.cds--form--fluid input[data-invalid]{outline:0}.cds--form--fluid .cds--form-requirement{padding:.5rem 2.5rem .5rem 1rem;margin:0}input:not(output):not([data-invalid]):-moz-ui-invalid{box-shadow:none}.cds--form-requirement{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px);display:none;overflow:hidden;max-height:0;margin:.25rem 0 0}.cds--form-requirement html{font-size:100%}.cds--form-requirement body{font-weight:400;font-family:'IBM Plex Sans',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--form-requirement code{font-family:'IBM Plex Mono',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',monospace}.cds--form-requirement strong{font-weight:600}.cds--select--inline .cds--form__helper-text{margin-top:0}.cds--form__helper-text{font-size:var(--cds-helper-text-01-font-size,.75rem);line-height:var(--cds-helper-text-01-line-height,1.33333);letter-spacing:var(--cds-helper-text-01-letter-spacing,.32px);z-index:0;width:100%;margin-top:.25rem;color:var(--cds-text-secondary,#525252);opacity:1}.cds--form__helper-text--disabled,.cds--label--disabled{color:var(--cds-text-disabled,rgba(22,22,22,.25))}fieldset[disabled] .cds--form__helper-text,fieldset[disabled] .cds--label{color:var(--cds-text-disabled,rgba(22,22,22,.25))}.cds--text-input{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);outline:2px solid transparent;outline-offset:-2px;width:100%;height:2.5rem;padding:0 1rem;border:none;border-bottom:1px solid var(--cds-border-strong);background-color:var(--cds-field);color:var(--cds-text-primary,#161616);font-family:inherit;transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds--text-input html{font-size:100%}.cds--text-input body{font-weight:400;font-family:'IBM Plex Sans',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--text-input code{font-family:'IBM Plex Mono',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',monospace}.cds--text-input strong{font-weight:600}.cds--text-input:active,.cds--text-input:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--text-input:active,.cds--text-input:focus{outline-style:dotted}}.cds--text-input-wrapper svg[hidden]{display:none}.cds--text-input--lg{height:3rem}.cds--text-input--sm{height:2rem}.cds--password-input{padding-right:2.5rem}.cds--text-input--sm.cds--password-input{padding-right:2rem}.cds--text-input--lg.cds--password-input{padding-right:3rem}.cds--text-input::-moz-placeholder{color:var(--cds-text-placeholder,rgba(22,22,22,.4));opacity:1}.cds--text-input::placeholder{color:var(--cds-text-placeholder,rgba(22,22,22,.4));opacity:1}.cds--text-input--light{background-color:var(--cds-field-02,#fff)}.cds--text-input__field-wrapper{position:relative;display:flex;width:100%}.cds--text-input__invalid-icon{position:absolute;top:50%;right:1rem;fill:var(--cds-support-error,#da1e28);transform:translateY(-50%)}.cds--text-input__invalid-icon--warning{fill:var(--cds-support-warning,#f1c21b)}.cds--text-input__invalid-icon--warning path:first-of-type{fill:#000;opacity:1}.cds--text-input--password__visibility{position:relative;display:inline-flex;overflow:visible;align-items:center;cursor:pointer}.cds--text-input--password__visibility:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds--text-input--password__visibility:focus{outline-style:dotted}}.cds--text-input--password__visibility:focus{outline:1px solid transparent}.cds--text-input--password__visibility:focus svg{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds--text-input--password__visibility:focus svg{outline-style:dotted}}.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after,.cds--text-input--password__visibility::before{position:absolute;z-index:6000;display:flex;align-items:center;opacity:0;pointer-events:none}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after,.cds--text-input--password__visibility::before{display:inline-block}}.cds--text-input--password__visibility::after,.cds--text-input--password__visibility::before{transition:opacity 70ms cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds--text-input--password__visibility::after,.cds--text-input--password__visibility::before{transition:none}}.cds--text-input--password__visibility.cds--tooltip--a11y::after,.cds--text-input--password__visibility.cds--tooltip--a11y::before{transition:none}.cds--text-input--password__visibility::before{width:0;height:0;border-style:solid;content:\"\"}.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text{box-sizing:content-box;color:inherit;opacity:1;white-space:normal;word-break:break-word}.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after{box-shadow:0 2px 6px var(--cds-shadow,rgba(0,0,0,.3));z-index:6000;width:-moz-max-content;width:max-content;min-width:1.5rem;max-width:13rem;height:auto;padding:.1875rem 1rem;background-color:var(--cds-background-inverse,#393939);border-radius:.125rem;color:var(--cds-text-inverse,#fff);font-weight:400;text-align:left;transform:translateX(-50%);font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px)}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after{width:auto}}@supports (-ms-accelerator:true){.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after{width:auto}}@supports (-ms-ime-align:auto){.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after{width:auto}}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after{border:1px solid transparent}}.cds--text-input--password__visibility::after{content:attr(aria-label)}.cds--text-input--password__visibility.cds--tooltip--a11y::after{content:none}.cds--text-input--password__visibility.cds--tooltip--visible::after,.cds--text-input--password__visibility.cds--tooltip--visible::before,.cds--text-input--password__visibility:focus::after,.cds--text-input--password__visibility:focus::before,.cds--text-input--password__visibility:hover::after,.cds--text-input--password__visibility:hover::before{opacity:1}@keyframes tooltip-fade{from{opacity:0}to{opacity:1}}.cds--text-input--password__visibility.cds--tooltip--visible .cds--assistive-text,.cds--text-input--password__visibility.cds--tooltip--visible+.cds--assistive-text,.cds--text-input--password__visibility:focus .cds--assistive-text,.cds--text-input--password__visibility:focus+.cds--assistive-text,.cds--text-input--password__visibility:hover .cds--assistive-text,.cds--text-input--password__visibility:hover+.cds--assistive-text{overflow:visible;margin:auto;clip:auto}.cds--text-input--password__visibility.cds--tooltip--visible .cds--assistive-text,.cds--text-input--password__visibility.cds--tooltip--visible+.cds--assistive-text,.cds--text-input--password__visibility.cds--tooltip--visible.cds--tooltip--a11y::before,.cds--text-input--password__visibility:focus .cds--assistive-text,.cds--text-input--password__visibility:focus+.cds--assistive-text,.cds--text-input--password__visibility:focus.cds--tooltip--a11y::before,.cds--text-input--password__visibility:hover .cds--assistive-text,.cds--text-input--password__visibility:hover+.cds--assistive-text,.cds--text-input--password__visibility:hover.cds--tooltip--a11y::before{animation:tooltip-fade 70ms cubic-bezier(.2,0,.38,.9)}.cds--text-input--password__visibility.cds--tooltip--hidden .cds--assistive-text,.cds--text-input--password__visibility.cds--tooltip--hidden+.cds--assistive-text{overflow:hidden;margin:-1px;clip:rect(0,0,0,0)}.cds--text-input--password__visibility.cds--tooltip--hidden.cds--tooltip--a11y::before{animation:none;opacity:0}.cds--text-input--password__visibility .cds--assistive-text::after{position:absolute;display:block;content:\"\";left:0;width:100%;height:.75rem;top:-.75rem}.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after,.cds--text-input--password__visibility::before{bottom:0;left:50%}.cds--text-input--password__visibility::before{bottom:-.5rem;border-width:0 .25rem .3125rem .25rem;border-color:transparent transparent var(--cds-background-inverse,#393939) transparent;transform:translate(-50%,100%)}.cds--text-input--password__visibility .cds--assistive-text,.cds--text-input--password__visibility+.cds--assistive-text,.cds--text-input--password__visibility::after{bottom:-.8125rem;transform:translate(-50%,100%)}.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger{outline:2px solid transparent;outline-offset:-2px;position:absolute;right:0;display:flex;width:2.5rem;height:100%;min-height:auto;align-items:center;justify-content:center;padding:0;border:0;background:0 0;cursor:pointer;transition:outline 70ms cubic-bezier(.2,0,.38,.9)}.cds--text-input--sm+.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger{width:2rem}.cds--text-input--lg+.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger{width:3rem}.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg{fill:var(--cds-icon-secondary,#525252);transition:fill 70ms cubic-bezier(.2,0,.38,.9)}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg{fill:ButtonText}}.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus{outline-style:dotted}}.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus svg,.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg{fill:var(--cds-icon-primary,#161616)}.cds--text-input--invalid,.cds--text-input--warning{padding-right:2.5rem}.cds--text-input--invalid.cds--password-input{padding-right:4rem}.cds--text-input--invalid+.cds--text-input--password__visibility__toggle{right:1rem}.cds--password-input-wrapper .cds--text-input__invalid-icon{right:2.5rem}.cds--text-input:disabled~.cds--text-input--password__visibility__toggle.cds--tooltip__trigger{cursor:not-allowed}.cds--text-input:disabled~.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg{fill:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--text-input:disabled~.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg:hover{fill:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--text-input__counter-alert{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0)}.cds--text-input:disabled{outline:2px solid transparent;outline-offset:-2px;border-bottom:1px solid transparent;background-color:var(--cds-field);color:var(--cds-text-disabled,rgba(22,22,22,.25));cursor:not-allowed;-webkit-text-fill-color:var(--cds-text-disabled,rgba(22,22,22,.25))}.cds--text-input--light:disabled{background-color:var(--cds-field-02,#fff)}.cds--text-input:disabled::-moz-placeholder{color:var(--cds-text-disabled,rgba(22,22,22,.25));opacity:1}.cds--text-input:disabled::placeholder{color:var(--cds-text-disabled,rgba(22,22,22,.25));opacity:1}.cds--text-input--invalid{outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px;box-shadow:none}@media screen and (prefers-contrast){.cds--text-input--invalid{outline-style:dotted}}.cds--text-input--invalid .cds--text-input--password__visibility__toggle{right:2.5rem}.cds--skeleton.cds--text-input{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds--skeleton.cds--text-input:active,.cds--skeleton.cds--text-input:focus,.cds--skeleton.cds--text-input:hover{border:none;cursor:default;outline:0}.cds--skeleton.cds--text-input::before{position:absolute;width:100%;height:100%;animation:3s ease-in-out skeleton infinite;background:var(--cds-skeleton-element,#c6c6c6);content:\"\";will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds--skeleton.cds--text-input::before{animation:none}}.cds--form--fluid .cds--text-input-wrapper{position:relative;background:var(--cds-field);transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds--form--fluid .cds--label{position:absolute;z-index:1;top:.8125rem;left:1rem;display:flex;height:1rem;align-items:center;margin:0}.cds--form--fluid .cds--form__helper-text{display:none}.cds--form--fluid .cds--text-input{min-height:4rem;padding:2rem 1rem .8125rem}.cds--form--fluid .cds--text-input__divider,.cds--text-input__divider{display:none}.cds--form--fluid .cds--text-input--invalid,.cds--form--fluid .cds--text-input--warning{border-bottom:none}.cds--form--fluid .cds--text-input--invalid+.cds--text-input__divider,.cds--form--fluid .cds--text-input--warning+.cds--text-input__divider{display:block;border-style:solid;border-color:var(--cds-border-subtle);border-bottom:none;margin:0 1rem}.cds--form--fluid .cds--text-input__invalid-icon{top:5rem}.cds--form--fluid .cds--text-input__field-wrapper--warning>.cds--text-input--warning,.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]>.cds--text-input--invalid{outline:0}.cds--form--fluid .cds--text-input__field-wrapper--warning{border-bottom:1px solid var(--cds-border-strong)}.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]:not(:focus){outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]:not(:focus){outline-style:dotted}}.cds--form--fluid .cds--text-input__field-wrapper--warning:focus-within,.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]:focus-within{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--form--fluid .cds--text-input__field-wrapper--warning:focus-within,.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]:focus-within{outline-style:dotted}}.cds--form--fluid .cds--text-input__field-wrapper--warning>.cds--text-input--warning:focus,.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]>.cds--text-input--invalid:focus{outline:0}.cds--text-input-wrapper.cds--text-input-wrapper--inline{flex-flow:row wrap}.cds--text-input-wrapper .cds--label--inline{flex:1;margin:.8125rem 0 0 0;overflow-wrap:break-word;word-break:break-word}.cds--text-input-wrapper .cds--label--inline--sm{margin-top:.5625rem}.cds--text-input-wrapper .cds--label--inline--lg{margin-top:1.0625rem}.cds--text-input__label-helper-wrapper{max-width:8rem;flex:2;flex-direction:column;margin-right:1.5rem;overflow-wrap:break-word}.cds--text-input-wrapper .cds--form__helper-text--inline{margin-top:.125rem}.cds--text-input__field-outer-wrapper{display:flex;width:100%;flex:1 1 auto;flex-direction:column;align-items:flex-start}.cds--text-input__field-outer-wrapper--inline{flex:8;flex-direction:column}.cds--text-input-wrapper--inline .cds--form-requirement{display:block;overflow:visible;max-height:12.5rem;font-weight:400}.cds--text-input-wrapper--inline--invalid .cds--form-requirement{color:var(--cds-text-error,#da1e28)}.cds--form--fluid .cds--text-input-wrapper--readonly,.cds--text-input-wrapper--readonly .cds--text-input{border-bottom-color:var(--cds-border-subtle);background:0 0}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--btn.cds--btn--icon-only.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg,.cds--btn.cds--btn--icon-only.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg{fill:ButtonText}}.cds--text-input__label-wrapper{display:flex;width:100%;justify-content:space-between}.cds--text-input__label-wrapper .cds--text-input__label-counter{align-self:end}.cds--tag{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px);background-color:var(--cds-tag-background-gray,#e0e0e0);color:var(--cds-tag-color-gray,#393939);display:inline-flex;min-width:2rem;max-width:100%;min-height:1.5rem;align-items:center;justify-content:center;padding:.25rem .5rem;margin:.25rem;border-radius:.9375rem;cursor:default;vertical-align:middle;word-break:break-word}.cds--tag .cds--tag__close-icon:hover,.cds--tag.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-gray,#c6c6c6)}.cds--tag:not(:first-child){margin-left:0}.cds--tag--red{background-color:var(--cds-tag-background-red,#ffd7d9);color:var(--cds-tag-color-red,#750e13)}.cds--tag--red .cds--tag__close-icon:hover,.cds--tag--red.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-red,#ffb3b8)}.cds--tag--magenta{background-color:var(--cds-tag-background-magenta,#ffd6e8);color:var(--cds-tag-color-magenta,#740937)}.cds--tag--magenta .cds--tag__close-icon:hover,.cds--tag--magenta.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-magenta,#ffafd2)}.cds--tag--purple{background-color:var(--cds-tag-background-purple,#e8daff);color:var(--cds-tag-color-purple,#491d8b)}.cds--tag--purple .cds--tag__close-icon:hover,.cds--tag--purple.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-purple,#d4bbff)}.cds--tag--blue{background-color:var(--cds-tag-background-blue,#d0e2ff);color:var(--cds-tag-color-blue,#002d9c)}.cds--tag--blue .cds--tag__close-icon:hover,.cds--tag--blue.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-blue,#a6c8ff)}.cds--tag--cyan{background-color:var(--cds-tag-background-cyan,#bae6ff);color:var(--cds-tag-color-cyan,#003a6d)}.cds--tag--cyan .cds--tag__close-icon:hover,.cds--tag--cyan.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-cyan,#82cfff)}.cds--tag--teal{background-color:var(--cds-tag-background-teal,#9ef0f0);color:var(--cds-tag-color-teal,#004144)}.cds--tag--teal .cds--tag__close-icon:hover,.cds--tag--teal.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-teal,#3ddbd9)}.cds--tag--green{background-color:var(--cds-tag-background-green,#a7f0ba);color:var(--cds-tag-color-green,#044317)}.cds--tag--green .cds--tag__close-icon:hover,.cds--tag--green.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-green,#6fdc8c)}.cds--tag--gray{background-color:var(--cds-tag-background-gray,#e0e0e0);color:var(--cds-tag-color-gray,#393939)}.cds--tag--gray .cds--tag__close-icon:hover,.cds--tag--gray.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-gray,#c6c6c6)}.cds--tag--cool-gray{background-color:var(--cds-tag-background-cool-gray,#dde1e6);color:var(--cds-tag-color-cool-gray,#343a3f)}.cds--tag--cool-gray .cds--tag__close-icon:hover,.cds--tag--cool-gray.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-cool-gray,#c1c7cd)}.cds--tag--warm-gray{background-color:var(--cds-tag-background-warm-gray,#e5e0df);color:var(--cds-tag-color-warm-gray,#3c3838)}.cds--tag--warm-gray .cds--tag__close-icon:hover,.cds--tag--warm-gray.cds--tag--interactive:hover{background-color:var(--cds-tag-hover-warm-gray,#cac5c4)}.cds--tag--high-contrast{background-color:var(--cds-background-inverse,#393939);color:var(--cds-text-inverse,#fff)}.cds--tag--high-contrast .cds--tag__close-icon:hover,.cds--tag--high-contrast.cds--tag--interactive:hover{background-color:var(--cds-background-inverse-hover,#474747)}.cds--tag--outline{background-color:var(--cds-background,#fff);color:var(--cds-text-primary,#161616);box-shadow:0 0 0 1px var(--cds-background-inverse,#393939)}.cds--tag--outline .cds--tag__close-icon:hover,.cds--tag--outline.cds--tag--interactive:hover{background-color:var(--cds-layer-hover)}.cds--tag--disabled,.cds--tag--filter.cds--tag--disabled,.cds--tag--interactive.cds--tag--disabled{background-color:var(--cds-layer);color:var(--cds-text-disabled,rgba(22,22,22,.25));box-shadow:none}.cds--tag--disabled .cds--tag__close-icon:hover,.cds--tag--disabled.cds--tag--interactive:hover,.cds--tag--filter.cds--tag--disabled .cds--tag__close-icon:hover,.cds--tag--filter.cds--tag--disabled.cds--tag--interactive:hover,.cds--tag--interactive.cds--tag--disabled .cds--tag__close-icon:hover,.cds--tag--interactive.cds--tag--disabled.cds--tag--interactive:hover{background-color:var(--cds-layer)}.cds--tag--disabled:hover,.cds--tag--filter.cds--tag--disabled:hover,.cds--tag--interactive.cds--tag--disabled:hover{cursor:not-allowed}.cds--tag__label{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.cds--tag--interactive:focus{box-shadow:inset 0 0 0 1px var(--cds-focus,#0f62fe);outline:0}.cds--tag--interactive:hover{cursor:pointer}.cds--tag--filter{padding-top:0;padding-right:0;padding-bottom:0;cursor:pointer}.cds--tag--filter:hover{outline:0}.cds--tag--interactive{transition:background-color 70ms cubic-bezier(0,0,.38,.9)}.cds--tag__close-icon{display:flex;width:1.5rem;height:1.5rem;flex-shrink:0;align-items:center;justify-content:center;padding:0;border:0;margin:0 0 0 .125rem;background-color:transparent;border-radius:50%;color:currentColor;cursor:pointer;transition:background-color 70ms cubic-bezier(.2,0,.38,.9),box-shadow 70ms cubic-bezier(.2,0,.38,.9)}.cds--tag__close-icon svg{fill:currentColor}.cds--tag__custom-icon{width:1rem;height:1rem;flex-shrink:0;padding:0;border:0;margin-right:.25rem;background-color:transparent;color:currentColor;outline:0}.cds--tag__custom-icon svg{fill:currentColor}.cds--tag--disabled .cds--tag__close-icon{cursor:not-allowed}.cds--tag__close-icon:focus{border-radius:50%;box-shadow:inset 0 0 0 1px var(--cds-focus,#0f62fe);outline:0}.cds--tag--high-contrast .cds--tag__close-icon:focus{box-shadow:inset 0 0 0 1px var(--cds-focus-inverse,#fff)}.cds--tag--filter.cds--tag--disabled .cds--tag__close-icon:hover{background-color:transparent}.cds--tag--filter.cds--tag--disabled svg{fill:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--tag--sm{min-height:1.125rem;padding:0 .5rem}.cds--tag--sm.cds--tag--filter{padding-right:0}.cds--tag--sm .cds--tag__close-icon{width:1.125rem;height:1.125rem;margin-left:.3125rem}.cds--tag.cds--skeleton{background-color:var(--cds-skeleton-background,#e8e8e8);color:var(--cds-text-primary,#161616);overflow:hidden;width:3.75rem}.cds--tag.cds--skeleton .cds--tag__close-icon:hover,.cds--tag.cds--skeleton.cds--tag--interactive:hover{background-color:var(--cds-skeleton-background,#e8e8e8)}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.cds--tag.cds--skeleton{transform:translateZ(0)}}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--tag{outline:1px solid transparent}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--tag__close-icon svg,.cds--tag__custom-icon svg{fill:ButtonText}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--tag__close-icon:focus{color:Highlight;outline:1px solid Highlight}}.cds--list-box__wrapper--inline,:host(cds-multi-select[type=inline]){display:inline-grid;align-items:center;grid-gap:.25rem;grid-template:auto auto/auto auto}.cds--list-box__wrapper--inline .cds--label,:host(cds-multi-select[type=inline]) .cds--label{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px)}.cds--list-box__wrapper--inline .cds--form-requirement,.cds--list-box__wrapper--inline .cds--form__helper-text,.cds--list-box__wrapper--inline .cds--label,:host(cds-multi-select[type=inline]) .cds--form-requirement,:host(cds-multi-select[type=inline]) .cds--form__helper-text,:host(cds-multi-select[type=inline]) .cds--label{margin:0}.cds--list-box__wrapper--inline .cds--form__helper-text,:host(cds-multi-select[type=inline]) .cds--form__helper-text{max-width:none}.cds--list-box__wrapper--inline .cds--form-requirement,:host(cds-multi-select[type=inline]) .cds--form-requirement{grid-column:2}.cds--list-box{position:relative;width:100%;height:2.5rem;max-height:2.5rem;border:none;border-bottom:1px solid var(--cds-border-strong);background-color:var(--cds-field);color:var(--cds-text-primary,#161616);cursor:pointer;transition:all 70ms cubic-bezier(.2,0,.38,.9)}.cds--list-box html{font-size:100%}.cds--list-box body{font-weight:400;font-family:'IBM Plex Sans',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--list-box code{font-family:'IBM Plex Mono',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',monospace}.cds--list-box strong{font-weight:600}.cds--list-box:hover{background-color:var(--cds-field-hover)}.cds--list-box--lg{height:3rem;max-height:3rem}.cds--list-box--sm{height:2rem;max-height:2rem}.cds--list-box--expanded{border-bottom-color:var(--cds-border-subtle)}.cds--list-box--expanded:hover{background-color:var(--cds-field)}.cds--list-box--expanded:hover.cds--list-box--light:hover{background-color:var(--cds-field-02,#fff)}.cds--list-box .cds--text-input{min-width:0;height:100%}.cds--list-box__invalid-icon{position:absolute;top:50%;right:2.5rem;fill:var(--cds-support-error,#da1e28);transform:translateY(-50%)}.cds--list-box__invalid-icon--warning{fill:var(--cds-support-warning,#f1c21b)}.cds--list-box__invalid-icon--warning path[fill]{fill:#000;opacity:1}.cds--list-box.cds--list-box--warning .cds--list-box__field,.cds--list-box[data-invalid] .cds--list-box__field{padding-right:4rem;border-bottom:0}.cds--list-box.cds--list-box--warning.cds--list-box--inline .cds--list-box__field,.cds--list-box[data-invalid].cds--list-box--inline .cds--list-box__field{padding-right:3.5rem}.cds--list-box--light{background-color:var(--cds-field-02,#fff)}.cds--list-box--light:hover{background-color:var(--cds-field-hover)}.cds--list-box--light .cds--list-box__menu{background:var(--cds-layer)}.cds--list-box--light .cds--list-box__menu-item__option{border-top-color:var(--cds-border-subtle)}.cds--list-box--light.cds--list-box--expanded{border-bottom-color:transparent}.cds--list-box--disabled:hover{background-color:var(--cds-field)}.cds--list-box--light.cds--list-box--disabled{background-color:var(--cds-field-02,#fff)}.cds--list-box--disabled,.cds--list-box--disabled .cds--list-box__field,.cds--list-box--disabled .cds--list-box__field:focus{border-bottom-color:transparent;outline:0}.cds--list-box--disabled .cds--list-box__label,.cds--list-box--disabled.cds--list-box--inline .cds--list-box__label{color:var(--cds-text-disabled,rgba(22,22,22,.25))}.cds--list-box--disabled .cds--list-box__menu-icon>svg,.cds--list-box--disabled .cds--list-box__selection>svg{fill:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--list-box--disabled,.cds--list-box--disabled .cds--list-box__field,.cds--list-box--disabled .cds--list-box__menu-icon{cursor:not-allowed}.cds--list-box--disabled .cds--list-box__menu-item,.cds--list-box--disabled .cds--list-box__menu-item--highlighted,.cds--list-box--disabled .cds--list-box__menu-item:hover,.cds--list-box--disabled :host(cds-multi-select-item){color:var(--cds-text-disabled,rgba(22,22,22,.25));text-decoration:none}.cds--list-box--disabled .cds--list-box__selection:hover{cursor:not-allowed}.cds--list-box--disabled.cds--list-box[data-invalid] .cds--list-box__field{padding-right:3rem}.cds--list-box--disabled.cds--list-box[data-invalid].cds--list-box--inline .cds--list-box__field{padding-right:2rem}.cds--list-box.cds--list-box--inline{border-width:0;background-color:transparent}.cds--list-box.cds--list-box--inline:hover{background-color:var(--cds-layer-hover)}.cds--list-box.cds--list-box--inline.cds--list-box--expanded{border-bottom-width:0}.cds--list-box.cds--list-box--inline.cds--list-box--expanded .cds--list-box__field[aria-expanded=true]{border-width:0}.cds--list-box.cds--list-box--inline.cds--list-box--disabled:hover,.cds--list-box.cds--list-box--inline.cds--list-box--expanded:hover{background-color:transparent}.cds--list-box.cds--list-box--inline .cds--list-box__field{padding:0 2rem 0 .5rem}.cds--list-box.cds--list-box--inline .cds--list-box__menu-icon{right:.5rem}.cds--list-box.cds--list-box--inline .cds--list-box__invalid-icon{right:2rem}.cds--list-box--inline .cds--list-box__label{color:var(--cds-text-primary,#161616)}.cds--list-box--inline .cds--list-box__field{height:100%}.cds--dropdown--inline .cds--list-box__field{max-width:30rem}.cds--dropdown--inline .cds--list-box__menu{min-width:18rem;max-width:30rem}.cds--list-box__field{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;cursor:pointer;text-align:start;width:100%;position:relative;display:inline-flex;overflow:hidden;height:calc(100% + 1px);align-items:center;padding:0 3rem 0 1rem;cursor:pointer;outline:0;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.cds--list-box__field *,.cds--list-box__field ::after,.cds--list-box__field ::before{box-sizing:inherit}.cds--list-box__field::-moz-focus-inner{border:0}.cds--list-box__field:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--list-box__field:focus{outline-style:dotted}}.cds--list-box__field[disabled]{color:var(--cds-text-disabled,rgba(22,22,22,.25));outline:0}.cds--list-box__field .cds--text-input{padding-right:4.5rem}.cds--list-box--warning .cds--list-box__field .cds--text-input,.cds--list-box[data-invalid] .cds--list-box__field .cds--text-input{padding-right:6.125rem}.cds--list-box--warning .cds--list-box__field .cds--text-input+.cds--list-box__invalid-icon,.cds--list-box[data-invalid] .cds--list-box__field .cds--text-input+.cds--list-box__invalid-icon{right:4.125rem}.cds--list-box__field .cds--text-input--empty{padding-right:3rem}.cds--list-box--warning .cds--list-box__field .cds--text-input--empty,.cds--list-box[data-invalid] .cds--list-box__field .cds--text-input--empty{padding-right:carbon--mini-units(9)}.cds--list-box--warning .cds--list-box__field .cds--text-input--empty+.cds--list-box__invalid-icon,.cds--list-box[data-invalid] .cds--list-box__field .cds--text-input--empty+.cds--list-box__invalid-icon{right:2.5rem}.cds--list-box__label{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);overflow:hidden;color:var(--cds-text-primary,#161616);text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.cds--list-box__menu-icon{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;cursor:pointer;text-align:start;position:absolute;right:1rem;display:flex;width:1.5rem;height:1.5rem;align-items:center;justify-content:center;cursor:pointer;outline:0;transition:transform 70ms cubic-bezier(.2,0,.38,.9)}.cds--list-box__menu-icon *,.cds--list-box__menu-icon ::after,.cds--list-box__menu-icon ::before{box-sizing:inherit}.cds--list-box__menu-icon::-moz-focus-inner{border:0}.cds--list-box__menu-icon>svg{fill:var(--cds-icon-primary,#161616)}.cds--list-box__menu-icon--open{width:1.5rem;justify-content:center;transform:rotate(180deg)}.cds--list-box__selection{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;cursor:pointer;text-align:start;position:absolute;top:50%;right:2.25rem;display:flex;width:1.5rem;height:1.5rem;align-items:center;justify-content:center;cursor:pointer;transform:translateY(-50%);transition:background-color 70ms cubic-bezier(.2,0,.38,.9);-webkit-user-select:none;-moz-user-select:none;user-select:none}.cds--list-box__selection *,.cds--list-box__selection ::after,.cds--list-box__selection ::before{box-sizing:inherit}.cds--list-box__selection::-moz-focus-inner{border:0}.cds--list-box__selection:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--list-box__selection:focus{outline-style:dotted}}.cds--list-box__selection:focus:hover{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--list-box__selection:focus:hover{outline-style:dotted}}.cds--list-box__selection>svg{fill:var(--cds-icon-primary,#161616)}.cds--list-box--disabled .cds--list-box__selection:focus{outline:0}.cds--list-box__selection--multi{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px);position:static;top:auto;display:flex;width:auto;height:1.5rem;align-items:center;justify-content:space-between;padding:.5rem;padding-right:.125rem;margin-right:.625rem;background-color:var(--cds-background-inverse,#393939);border-radius:.75rem;color:var(--cds-text-inverse,#fff);line-height:0;transform:none}.cds--list-box__selection--multi>svg{width:1.25rem;height:1.25rem;padding:.125rem;margin-left:.25rem;fill:var(--cds-icon-inverse,#fff)}.cds--list-box__selection--multi>svg:hover{background-color:var(--cds-button-secondary-hover,#474747);border-radius:50%}.cds--list-box--disabled .cds--list-box__selection--multi{background-color:var(--cds-text-disabled,rgba(22,22,22,.25));color:var(--cds-layer)}.cds--list-box--disabled .cds--list-box__selection--multi .cds--tag__close-icon:hover,.cds--list-box--disabled .cds--list-box__selection--multi.cds--tag--interactive:hover{background-color:var(--cds-text-disabled,rgba(22,22,22,.25))}.cds--list-box--disabled .cds--list-box__selection--multi>svg{fill:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--list-box--disabled .cds--list-box__selection--multi>svg:hover{background-color:initial}.cds--list-box__selection--multi:hover{outline:0}.cds--list-box__menu{box-shadow:0 2px 6px var(--cds-shadow,rgba(0,0,0,.3));position:absolute;z-index:9100;right:0;left:0;width:100%;background-color:var(--cds-layer);overflow-y:auto;transition:max-height 110ms cubic-bezier(.2,0,.38,.9)}.cds--list-box__menu:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds--list-box__menu:focus{outline-style:dotted}}.cds--list-box .cds--list-box__field[aria-expanded=false]+.cds--list-box__menu{display:none;max-height:0}.cds--list-box--expanded .cds--list-box__menu{display:block;max-height:13.75rem}.cds--list-box--expanded.cds--list-box--lg .cds--list-box__menu{max-height:16.5rem}.cds--list-box--expanded.cds--list-box--sm .cds--list-box__menu{max-height:11rem}.cds--list-box__menu-item,:host(cds-multi-select-item){font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);position:relative;height:2.5rem;color:var(--cds-text-secondary,#525252);cursor:pointer;transition:background 70ms cubic-bezier(.2,0,.38,.9);-webkit-user-select:none;-moz-user-select:none;user-select:none}.cds--list-box__menu-item:hover,:hover:host(cds-multi-select-item){background-color:var(--cds-layer-hover)}.cds--list-box__menu-item:active,:active:host(cds-multi-select-item){background-color:var(--cds-layer-selected)}.cds--list-box--light .cds--list-box__menu-item:hover,.cds--list-box--light :hover:host(cds-multi-select-item){background-color:var(--cds-layer-hover)}.cds--list-box--sm .cds--list-box__menu-item,.cds--list-box--sm :host(cds-multi-select-item){height:2rem}.cds--list-box--lg .cds--list-box__menu-item,.cds--list-box--lg :host(cds-multi-select-item){height:3rem}.cds--list-box--disabled .cds--list-box__menu-item:hover,.cds--list-box--disabled :hover:host(cds-multi-select-item){background-color:transparent}.cds--list-box--light .cds--list-box__menu-item:active,.cds--list-box--light :active:host(cds-multi-select-item){background-color:var(--cds-layer-selected)}.cds--list-box--disabled .cds--list-box__menu-item__option:hover{border-top-color:var(--cds-border-subtle)}.cds--list-box__menu-item:first-of-type .cds--list-box__menu-item__option,:first-of-type:host(cds-multi-select-item) .cds--list-box__menu-item__option{border-top-color:transparent}.cds--list-box__menu-item:hover .cds--list-box__menu-item__option,:hover:host(cds-multi-select-item) .cds--list-box__menu-item__option{color:var(--cds-text-primary,#161616)}.cds--list-box__menu-item:hover+.cds--list-box__menu-item .cds--list-box__menu-item__option,.cds--list-box__menu-item:hover+:host(cds-multi-select-item) .cds--list-box__menu-item__option,:hover:host(cds-multi-select-item)+.cds--list-box__menu-item .cds--list-box__menu-item__option,:hover:host(cds-multi-select-item)+:host(cds-multi-select-item) .cds--list-box__menu-item__option{border-top-color:transparent}.cds--list-box--disabled .cds--list-box__menu-item:hover+.cds--list-box__menu-item .cds--list-box__menu-item__option,.cds--list-box--disabled .cds--list-box__menu-item:hover+:host(cds-multi-select-item) .cds--list-box__menu-item__option,.cds--list-box--disabled :hover:host(cds-multi-select-item)+.cds--list-box__menu-item .cds--list-box__menu-item__option,.cds--list-box--disabled :hover:host(cds-multi-select-item)+:host(cds-multi-select-item) .cds--list-box__menu-item__option{border-top-color:var(--cds-border-subtle)}.cds--list-box__menu-item__option{outline:2px solid transparent;outline-offset:-2px;display:block;overflow:hidden;height:2.5rem;padding:.6875rem 0;padding-right:1.5rem;border-top:1px solid transparent;border-top-color:var(--cds-border-subtle);border-bottom:1px solid transparent;margin:0 1rem;color:var(--cds-text-secondary,#525252);font-weight:400;line-height:1rem;text-decoration:none;text-overflow:ellipsis;transition:border-color 70ms cubic-bezier(.2,0,.38,.9),color 70ms cubic-bezier(.2,0,.38,.9);white-space:nowrap}.cds--list-box__menu-item__option:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px;padding:.6875rem 1rem;border-color:transparent;margin:0}@media screen and (prefers-contrast){.cds--list-box__menu-item__option:focus{outline-style:dotted}}.cds--list-box__menu-item__option:hover{border-color:transparent;color:var(--cds-text-primary,#161616)}.cds--list-box--sm .cds--list-box__menu-item__option{height:2rem;padding-top:.4375rem;padding-bottom:.4375rem}.cds--list-box--lg .cds--list-box__menu-item__option{height:3rem;padding-top:.9375rem;padding-bottom:.9375rem}.cds--list-box--disabled .cds--list-box__menu-item:hover .cds--list-box__menu-item__option,.cds--list-box--disabled .cds--list-box__menu-item__option{color:var(--cds-text-disabled,rgba(22,22,22,.25))}.cds--list-box__menu-item[disabled],.cds--list-box__menu-item[disabled] *,.cds--list-box__menu-item[disabled] .cds--list-box__menu-item__option,.cds--list-box__menu-item[disabled]:hover,[disabled]:host(cds-multi-select-item),[disabled]:host(cds-multi-select-item) *,[disabled]:host(cds-multi-select-item) .cds--list-box__menu-item__option{color:var(--cds-text-disabled,rgba(22,22,22,.25));cursor:not-allowed;outline:0}.cds--list-box__menu-item[disabled]:hover,[disabled]:hover:host(cds-multi-select-item){background-color:revert}.cds--list-box__menu-item[disabled] .cds--checkbox-label::before,[disabled]:host(cds-multi-select-item) .cds--checkbox-label::before{border-color:var(--cds-text-disabled,rgba(22,22,22,.25))}.cds--list-box__menu-item[disabled] .cds--list-box__menu-item__option,[disabled]:host(cds-multi-select-item) .cds--list-box__menu-item__option{border-top-color:var(--cds-border-subtle)}.cds--list-box__menu-item[disabled]:hover+.cds--list-box__menu-item .cds--list-box__menu-item__option,.cds--list-box__menu-item[disabled]:hover+:host(cds-multi-select-item) .cds--list-box__menu-item__option,[disabled]:hover:host(cds-multi-select-item)+.cds--list-box__menu-item .cds--list-box__menu-item__option,[disabled]:hover:host(cds-multi-select-item)+:host(cds-multi-select-item) .cds--list-box__menu-item__option{border-top-color:var(--cds-border-subtle)}.cds--list-box.cds--list-box--inline .cds--list-box__menu-item__option{margin:0 .5rem}.cds--list-box.cds--list-box--inline .cds--list-box__menu-item__option:focus{padding-right:.5rem;padding-left:.5rem;margin:0}.cds--list-box__menu-item--highlighted,:host(cds-multi-select-item[highlighted]),:host(cds-multi-select-item[selected]){border-color:transparent;background-color:var(--cds-layer-selected);color:var(--cds-text-primary,#161616)}.cds--list-box__menu-item--highlighted .cds--list-box__menu-item__option,.cds--list-box__menu-item--highlighted+.cds--list-box__menu-item .cds--list-box__menu-item__option,.cds--list-box__menu-item--highlighted+:host(cds-multi-select-item) .cds--list-box__menu-item__option,:host(cds-multi-select-item[highlighted]) .cds--list-box__menu-item__option,:host(cds-multi-select-item[highlighted])+.cds--list-box__menu-item .cds--list-box__menu-item__option,:host(cds-multi-select-item[highlighted])+:host(cds-multi-select-item) .cds--list-box__menu-item__option,:host(cds-multi-select-item[selected]) .cds--list-box__menu-item__option,:host(cds-multi-select-item[selected])+.cds--list-box__menu-item .cds--list-box__menu-item__option,:host(cds-multi-select-item[selected])+:host(cds-multi-select-item) .cds--list-box__menu-item__option{border-top-color:transparent}.cds--list-box__menu-item--highlighted .cds--list-box__menu-item__option,:host(cds-multi-select-item[highlighted]) .cds--list-box__menu-item__option,:host(cds-multi-select-item[selected]) .cds--list-box__menu-item__option{color:var(--cds-text-primary,#161616)}.cds--list-box__menu-item--active,:host(cds-multi-select-item[selected]){border-bottom-color:var(--cds-layer-selected);background-color:var(--cds-layer-selected);color:var(--cds-text-primary,#161616)}.cds--list-box--light .cds--list-box__menu-item--active,.cds--list-box--light :host(cds-multi-select-item[selected]){border-bottom-color:var(--cds-layer-selected);background-color:var(--cds-layer-selected)}.cds--list-box__menu-item--active:hover,:hover:host(cds-multi-select-item[selected]){border-bottom-color:var(--cds-layer-selected-hover);background-color:var(--cds-layer-selected-hover)}.cds--list-box__menu-item--active .cds--list-box__menu-item__option,:host(cds-multi-select-item[selected]) .cds--list-box__menu-item__option{color:var(--cds-text-primary,#161616)}.cds--list-box__menu-item--active+.cds--list-box__menu-item>.cds--list-box__menu-item__option,.cds--list-box__menu-item--active+:host(cds-multi-select-item)>.cds--list-box__menu-item__option,:host(cds-multi-select-item[selected])+.cds--list-box__menu-item>.cds--list-box__menu-item__option,:host(cds-multi-select-item[selected])+:host(cds-multi-select-item)>.cds--list-box__menu-item__option{border-top-color:transparent}.cds--list-box__menu-item__selected-icon{position:absolute;top:50%;right:1rem;display:none;fill:var(--cds-icon-primary,#161616);transform:translateY(-50%)}.cds--list-box--inline .cds--list-box__menu-item__selected-icon{right:.5rem}.cds--list-box__menu-item--active .cds--list-box__menu-item__selected-icon,:host(cds-multi-select-item[selected]) .cds--list-box__menu-item__selected-icon{display:block}.cds--list-box__menu-item .cds--checkbox-label,:host(cds-multi-select-item) .cds--checkbox-label{width:100%}.cds--list-box__menu-item .cds--checkbox-label-text,:host(cds-multi-select-item) .cds--checkbox-label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cds--list-box--up .cds--list-box__menu{bottom:2.5rem}.cds--list-box--up .cds--list-box--sm .cds--list-box__menu,.cds--list-box--up.cds--dropdown--sm .cds--list-box__menu,.cds--list-box--up.cds--list-box--sm .cds--list-box__menu{bottom:2rem}.cds--list-box--up .cds--list-box--lg .cds--list-box__menu,.cds--list-box--up.cds--dropdown--lg .cds--list-box__menu,.cds--list-box--up.cds--list-box--lg .cds--list-box__menu{bottom:3rem}.cds--list-box input[role=combobox],.cds--list-box input[type=text]{min-width:0;background-color:inherit;text-overflow:ellipsis}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--list-box__field,.cds--list-box__menu,.cds--multi-select .cds--tag--filter{outline:1px solid transparent}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--list-box__field:focus,.cds--list-box__menu-item--highlighted .cds--list-box__menu-item__option,.cds--multi-select .cds--tag__close-icon:focus,:host(cds-multi-select-item[highlighted]) .cds--list-box__menu-item__option,:host(cds-multi-select-item[selected]) .cds--list-box__menu-item__option{color:Highlight;outline:1px solid Highlight}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--list-box__menu-icon>svg,.cds--list-box__selection--multi>svg,.cds--list-box__selection>svg{fill:ButtonText}}.cds--assistive-text,.cds--visually-hidden{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0);visibility:inherit;white-space:nowrap}.cds--checkbox-group html{font-size:100%}.cds--checkbox-group body{font-weight:400;font-family:'IBM Plex Sans',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--checkbox-group code{font-family:'IBM Plex Mono',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',monospace}.cds--checkbox-group strong{font-weight:600}.cds--form-item.cds--checkbox-wrapper{position:relative;margin-bottom:.25rem}.cds--form-item.cds--checkbox-wrapper:first-of-type{margin-top:.1875rem}.cds--label+.cds--form-item.cds--checkbox-wrapper{margin-top:-.125rem}.cds--form-item.cds--checkbox-wrapper:last-of-type{margin-bottom:.1875rem}.cds--checkbox{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0);visibility:inherit;white-space:nowrap;top:1.25rem;left:.7rem}.cds--checkbox-label{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);position:relative;display:flex;min-height:1.5rem;padding-top:.1875rem;padding-left:1.25rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cds--checkbox-label html{font-size:100%}.cds--checkbox-label body{font-weight:400;font-family:'IBM Plex Sans',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--checkbox-label code{font-family:'IBM Plex Mono',system-ui,-apple-system,BlinkMacSystemFont,'.SFNSText-Regular',monospace}.cds--checkbox-label strong{font-weight:600}.cds--checkbox-label-text{padding-left:.375rem}.cds--checkbox-label::after,.cds--checkbox-label::before{box-sizing:border-box}.cds--checkbox-label::before{position:absolute;top:.125rem;left:0;width:1rem;height:1rem;border:1px solid var(--cds-icon-primary,#161616);margin:.125rem .125rem .125rem .1875rem;background-color:transparent;border-radius:2px;content:\"\"}.cds--checkbox-label::after{position:absolute;top:.46875rem;left:.4375rem;width:.5625rem;height:.3125rem;border-bottom:1.5px solid var(--cds-icon-inverse,#fff);border-left:1.5px solid var(--cds-icon-inverse,#fff);margin-top:-.1875rem;background:0 0;content:\"\";transform:scale(0) rotate(-45deg);transform-origin:bottom right}.cds--checkbox-label[data-contained-checkbox-state=true]::before,.cds--checkbox:checked+.cds--checkbox-label::before,.cds--checkbox:indeterminate+.cds--checkbox-label::before{border:none;border-width:1px;background-color:var(--cds-icon-primary,#161616)}.cds--checkbox-label[data-contained-checkbox-state=true]::after,.cds--checkbox:checked+.cds--checkbox-label::after{transform:scale(1) rotate(-45deg)}.cds--checkbox:indeterminate+.cds--checkbox-label::after{top:.6875rem;width:.5rem;border-bottom:2px solid var(--cds-icon-inverse,#fff);border-left:0 solid var(--cds-icon-inverse,#fff);transform:scale(1) rotate(0)}.cds--checkbox-label[data-contained-checkbox-state=true].cds--checkbox-label__focus::before,.cds--checkbox-label__focus::before,.cds--checkbox:checked:focus+.cds--checkbox-label::before,.cds--checkbox:focus+.cds--checkbox-label::before,.cds--checkbox:indeterminate:focus+.cds--checkbox-label::before{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:1px}.cds--checkbox-label[data-contained-checkbox-disabled=true],.cds--checkbox:disabled+.cds--checkbox-label{color:var(--cds-text-disabled,rgba(22,22,22,.25));cursor:not-allowed}.cds--checkbox-label[data-contained-checkbox-disabled=true]::before,.cds--checkbox:disabled+.cds--checkbox-label::before{border-color:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--checkbox-label[data-contained-checkbox-state=true][data-contained-checkbox-disabled=true]::before,.cds--checkbox:checked:disabled+.cds--checkbox-label::before,.cds--checkbox:indeterminate:disabled+.cds--checkbox-label::before{background-color:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--checkbox-group[data-invalid] .cds--checkbox-label::before,.cds--checkbox-wrapper--invalid .cds--checkbox-label::before,.cds--checkbox-wrapper--invalid .cds--checkbox:checked+.cds--checkbox-label::before{border:1px solid var(--cds-support-error,#da1e28)}.cds--checkbox-group .cds--checkbox-wrapper--invalid>.cds--checkbox__validation-msg,.cds--checkbox-group .cds--checkbox-wrapper--warning>.cds--checkbox__validation-msg,.cds--checkbox-group .cds--checkbox-wrapper>.cds--form__helper-text{display:none}.cds--checkbox-group:not(.cds--checkbox-group[data-invalid]) .cds--checkbox-wrapper--invalid .cds--checkbox-label::before,.cds--checkbox-group:not(.cds--checkbox-group[data-invalid]) .cds--checkbox-wrapper--invalid .cds--checkbox:checked+.cds--checkbox-label::before{border:1px solid var(--cds-icon-primary,#161616)}.cds--checkbox-group__validation-msg,.cds--checkbox__validation-msg{display:none;align-items:flex-end;margin-top:.25rem}.cds--checkbox__invalid-icon{margin:0 .0625rem 0 .1875rem;fill:var(--cds-support-error,#da1e28)}.cds--checkbox__invalid-icon--warning{fill:var(--cds-support-warning,#f1c21b)}.cds--checkbox__invalid-icon--warning path:first-of-type{fill:#000}.cds--checkbox-group--invalid .cds--checkbox-group__validation-msg,.cds--checkbox-group--warning .cds--checkbox-group__validation-msg,.cds--checkbox-wrapper--invalid>.cds--checkbox__validation-msg,.cds--checkbox-wrapper--warning>.cds--checkbox__validation-msg{display:flex}.cds--checkbox-group--invalid .cds--checkbox-group__validation-msg .cds--form-requirement,.cds--checkbox-group--warning .cds--checkbox-group__validation-msg .cds--form-requirement,.cds--checkbox-wrapper--invalid .cds--checkbox__validation-msg .cds--form-requirement,.cds--checkbox-wrapper--warning .cds--checkbox__validation-msg .cds--form-requirement{display:block;overflow:visible;max-height:100%;margin-top:0;margin-left:.5rem}.cds--checkbox-group--invalid .cds--checkbox-group__validation-msg .cds--form-requirement,.cds--checkbox-wrapper--invalid .cds--checkbox__validation-msg .cds--form-requirement{color:var(--cds-text-error,#da1e28)}.cds--checkbox-group--readonly .cds--checkbox-label,.cds--checkbox-wrapper--readonly .cds--checkbox-label{cursor:default}.cds--checkbox-group--readonly .cds--checkbox-label-text,.cds--checkbox-wrapper--readonly .cds--checkbox-label-text{cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.cds--checkbox-group--readonly .cds--checkbox+.cds--checkbox-label::before,.cds--checkbox-wrapper--readonly .cds--checkbox+.cds--checkbox-label::before{border-color:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds--checkbox-group--readonly .cds--checkbox:checked+.cds--checkbox-label::before,.cds--checkbox-wrapper--readonly .cds--checkbox:checked+.cds--checkbox-label::before{border:1px solid var(--cds-icon-disabled,rgba(22,22,22,.25));background:0 0}.cds--checkbox-group--readonly .cds--checkbox:checked+.cds--checkbox-label::after,.cds--checkbox-wrapper--readonly .cds--checkbox:checked+.cds--checkbox-label::after{border-color:var(--cds-text-primary,#161616)}.cds--checkbox-skeleton .cds--checkbox-label{cursor:default}.cds--checkbox-label-text.cds--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none;width:6.25rem;height:1rem;margin:.0625rem 0 0 .375rem}.cds--checkbox-label-text.cds--skeleton:active,.cds--checkbox-label-text.cds--skeleton:focus,.cds--checkbox-label-text.cds--skeleton:hover{border:none;cursor:default;outline:0}.cds--checkbox-label-text.cds--skeleton::before{position:absolute;width:100%;height:100%;animation:3s ease-in-out skeleton infinite;background:var(--cds-skeleton-element,#c6c6c6);content:\"\";will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds--checkbox-label-text.cds--skeleton::before{animation:none}}.cds--checkbox--inline{position:relative}:host(cds-multi-select){outline:0}:host(cds-multi-select) .cds--assistive-text{left:-100%;top:-100%}:host(cds-multi-select) .cds--label[hidden]{display:none}:host(cds-multi-select) .cds--list-box__menu{top:100%;margin-top:1px}:host(cds-multi-select) .cds--text-input{border:none;padding-left:0}:host(cds-multi-select) .cds--text-input:focus{outline:0}:host(cds-multi-select)[filterable] .cds--list-box__field:focus-within{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}:host(cds-multi-select-item){display:block}:host(cds-multi-select-item) .cds--checkbox:checked~.cds--checkbox-label-text{color:var(--cds-text-primary,#161616)}:host(cds-multi-select-item) .cds--checkbox:focus+.cds--checkbox-label::before{box-shadow:none}:host(cds-multi-select-item) .cds--list-box__menu-item__option{height:100%}:host(cds-multi-select-item) .cds--list-box__menu-item__option .cds--checkbox-wrapper{width:100%;height:100%;display:flex;align-items:center}:host(cds-multi-select-item) .cds--list-box__menu-item__option>.cds--form-item{margin:0;flex-direction:row}:host(cds-multi-select-item)[filtered]{display:none}:host(cds-multi-select-item[size=sm]){height:rem(32px)}:host(cds-multi-select-item[size=sm]) .cds--list-box__menu-item__option{padding-top:rem(7px);padding-bottom:rem(7px)}:host(cds-multi-select-item[size=xl]){height:rem(48px)}:host(cds-multi-select-item[size=xl]) .cds--list-box__menu-item__option{padding-top:rem(15px);padding-bottom:rem(15px)}:host(cds-multi-select-item[disabled]){color:var(--cds-text-disabled,rgba(22,22,22,.25));text-decoration:none}:host(cds-multi-select-item[selected]) .cds--list-box__menu-item__option{color:var(--cds-text-primary,#161616)}",
|
|
12
12
|
]);
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
9
|
import { TemplateResult } from 'lit';
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
export {
|
|
10
|
+
import CDSDropdown from '../dropdown/dropdown';
|
|
11
|
+
import CDSMultiSelectItem from './multi-select-item';
|
|
12
|
+
export { DROPDOWN_SIZE, DROPDOWN_TYPE } from '../dropdown/dropdown';
|
|
13
13
|
/**
|
|
14
14
|
* Multi select.
|
|
15
15
|
*
|
|
@@ -24,7 +24,7 @@ export { DROPDOWN_COLOR_SCHEME, DROPDOWN_SIZE, DROPDOWN_TYPE, } from '../dropdow
|
|
|
24
24
|
* @fires cds-multi-select-toggled
|
|
25
25
|
* The custom event fired after the open state of this multi select is toggled upon a user gesture.
|
|
26
26
|
*/
|
|
27
|
-
declare class
|
|
27
|
+
declare class CDSMultiSelect extends CDSDropdown {
|
|
28
28
|
filterable: any;
|
|
29
29
|
/**
|
|
30
30
|
* The count of selected items.
|
|
@@ -46,8 +46,8 @@ declare class BXMultiSelect extends BXDropdown {
|
|
|
46
46
|
* The trigger button.
|
|
47
47
|
*/
|
|
48
48
|
private _triggerNode;
|
|
49
|
-
protected _selectionShouldChange(itemToSelect?:
|
|
50
|
-
protected _selectionDidChange(itemToSelect?:
|
|
49
|
+
protected _selectionShouldChange(itemToSelect?: CDSMultiSelectItem): boolean;
|
|
50
|
+
protected _selectionDidChange(itemToSelect?: CDSMultiSelectItem): void;
|
|
51
51
|
protected _handleClickInner(event: MouseEvent): void;
|
|
52
52
|
/**
|
|
53
53
|
* Handler for the `keypress` event, ensures filter still works upon entering space
|
|
@@ -62,8 +62,8 @@ declare class BXMultiSelect extends BXDropdown {
|
|
|
62
62
|
/**
|
|
63
63
|
@returns The main content of the trigger button.
|
|
64
64
|
*/
|
|
65
|
-
protected
|
|
66
|
-
protected
|
|
65
|
+
protected _renderLabel(): TemplateResult;
|
|
66
|
+
protected _renderFollowingLabel(): TemplateResult | void;
|
|
67
67
|
/**
|
|
68
68
|
* Handles `input` event on the `<input>` for filtering.
|
|
69
69
|
*/
|
|
@@ -137,6 +137,6 @@ declare class BXMultiSelect extends BXDropdown {
|
|
|
137
137
|
static get eventSelect(): string;
|
|
138
138
|
static styles: any;
|
|
139
139
|
}
|
|
140
|
-
export default
|
|
140
|
+
export default CDSMultiSelect;
|
|
141
141
|
|
|
142
142
|
//# sourceMappingURL=multi-select.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["components/multi-select/multi-select.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAS3C,OAAO,UAAwC,MAAM,sBAAsB,CAAC;AAC5E,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AAGpD,OAAO,EACL,qBAAqB,EACrB,aAAa,EACb,aAAa,GACd,MAAM,sBAAsB,CAAC;AAE9B;;;;;;;;;;;;;GAaG;AACH,cACM,aAAc,SAAQ,UAAU;IAEpC,UAAU,MAAC;IAEX;;OAEG;IACH,OAAO,CAAC,mBAAmB,CAAK;IAEhC;;OAEG;IAEH,OAAO,CAAC,gBAAgB,CAAe;IAEvC;;OAEG;IAEH,OAAO,CAAC,oBAAoB,CAAe;IAE3C;;OAEG;IAEH,OAAO,CAAC,gBAAgB,CAAoB;IAE5C;;OAEG;IAEH,OAAO,CAAC,YAAY,CAAe;IAEnC,SAAS,CAAC,sBAAsB,CAAC,YAAY,CAAC,EAAE,iBAAiB;IAKjE,SAAS,CAAC,mBAAmB,CAAC,YAAY,CAAC,EAAE,iBAAiB;IA6B9D,SAAS,CAAC,iBAAiB,CAAC,KAAK,EAAE,UAAU;IAuB7C;;OAEG;IACH,SAAS,CAAC,oBAAoB,CAAC,KAAK,EAAE,aAAa;IA0BnD;;;OAGG;IAEH,SAAS,CAAC,6BAA6B,CAAC,KAAK,EAAE,aAAa;IAgC5D,SAAS,CAAC,8BAA8B;IAkBxC;;OAEG;IACH,SAAS,CAAC,qBAAqB,IAAI,cAAc;IAoBjD,SAAS,CAAC,8BAA8B,IAAI,cAAc,GAAG,IAAI;IAkBjE;;OAEG;IACH,SAAS,CAAC,YAAY;IAsBtB;;;;OAIG;IACH,SAAS,CAAC,SAAS,CAAC,SAAS,EAAE,MAAM;IA0BrC;;OAEG;IACH,SAAS,CAAC,8BAA8B;IAWxC;;OAEG;IAEH,mBAAmB,SAAM;IAEzB;;OAEG;IAEH,2BAA2B,SAAyB;IAEpD;;OAEG;IAEH,0BAA0B,SAA2B;IAErD,YAAY,CAAC,iBAAiB,KAAA;IAwB9B;;;OAGG;IACH,OAAO,CAAC,MAAM,KAAK,wBAAwB,GAE1C;IAED;;OAEG;IACH,MAAM,KAAK,uBAAuB,WAEjC;IAED;;;OAGG;IACH,MAAM,KAAK,YAAY,WAEtB;IAED;;OAEG;IACH,MAAM,KAAK,oBAAoB,WAE9B;IAED;;OAEG;IACH,MAAM,KAAK,mBAAmB,WAE7B;IAED;;OAEG;IACH,MAAM,KAAK,oBAAoB,WAE9B;IAED;;;OAGG;IACH,MAAM,KAAK,iBAAiB,WAE3B;IAED;;OAEG;IACH,MAAM,KAAK,WAAW,WAErB;IAED;;;OAGG;IACH,MAAM,KAAK,iBAAiB,WAE3B;IAED;;OAEG;IACH,MAAM,KAAK,WAAW,WAErB;IAED,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,aAAa,CAAC","file":"multi-select.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2020, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { html, TemplateResult } from 'lit';\nimport { property, customElement, query } from 'lit/decorators.js';\nimport Close16 from '@carbon/icons/lib/close/16';\nimport { prefix } from '../../globals/settings';\nimport {\n filter,\n forEach,\n indexOf,\n} from '../../globals/internal/collection-helpers';\nimport BXDropdown, { DROPDOWN_KEYBOARD_ACTION } from '../dropdown/dropdown';\nimport BXMultiSelectItem from './multi-select-item';\nimport styles from './multi-select.scss';\n\nexport {\n DROPDOWN_COLOR_SCHEME,\n DROPDOWN_SIZE,\n DROPDOWN_TYPE,\n} from '../dropdown/dropdown';\n\n/**\n * Multi select.\n *\n * @element cds-multi-select\n * @fires cds-multi-select-beingselected\n * The custom event fired before a multi select item is selected upon a user gesture.\n * Cancellation of this event stops changing the user-initiated selection.\n * @fires cds-multi-select-selected - The custom event fired after a multi select item is selected upon a user gesture.\n * @fires cds-multi-select-beingtoggled\n * The custom event fired before the open state of this multi select is toggled upon a user gesture.\n * Cancellation of this event stops the user-initiated toggling.\n * @fires cds-multi-select-toggled\n * The custom event fired after the open state of this multi select is toggled upon a user gesture.\n */\n@customElement(`${prefix}-multi-select`)\nclass BXMultiSelect extends BXDropdown {\n @property({ type: Boolean })\n filterable;\n\n /**\n * The count of selected items.\n */\n private _selectedItemsCount = 0;\n\n /**\n * The clear button.\n */\n @query('#clear-button')\n private _clearButtonNode!: HTMLElement;\n\n /**\n * The selection button.\n */\n @query('#selection-button')\n private _selectionButtonNode!: HTMLElement;\n\n /**\n * The `<input>` for filtering.\n */\n @query('input')\n private _filterInputNode!: HTMLInputElement;\n\n /**\n * The trigger button.\n */\n @query(`.${prefix}--list-box__field`)\n private _triggerNode!: HTMLElement;\n\n protected _selectionShouldChange(itemToSelect?: BXMultiSelectItem) {\n // If we are selecting an item, assumes we always toggle\n return Boolean(this.value || itemToSelect);\n }\n\n protected _selectionDidChange(itemToSelect?: BXMultiSelectItem) {\n if (itemToSelect) {\n itemToSelect.selected = !itemToSelect.selected;\n this._assistiveStatusText = itemToSelect.selected\n ? this.selectedItemAssistiveText\n : this.unselectedItemAssistiveText;\n } else {\n forEach(\n this.querySelectorAll(\n (this.constructor as typeof BXMultiSelect).selectorItemSelected\n ),\n (item) => {\n (item as BXMultiSelectItem).selected = false;\n }\n );\n this._handleUserInitiatedToggle(false);\n this._assistiveStatusText = this.unselectedAllAssistiveText;\n }\n // Change in `.selected` hasn't been reflected to the corresponding attribute yet\n this.value = filter(\n this.querySelectorAll(\n (this.constructor as typeof BXMultiSelect).selectorItem\n ),\n (item) => (item as BXMultiSelectItem).selected\n )\n .map((item) => (item as BXMultiSelectItem).value)\n .join(',');\n }\n\n protected _handleClickInner(event: MouseEvent) {\n if (this._selectionButtonNode?.contains(event.target as Node)) {\n this._handleUserInitiatedSelectItem();\n if (this.filterable) {\n this._filterInputNode.focus();\n } else {\n this._triggerNode.focus();\n }\n } else if (this._clearButtonNode?.contains(event.target as Node)) {\n this._handleUserInitiatedClearInput();\n } else {\n const shouldIgnoreClickInner = (elem) =>\n elem.closest &&\n elem.closest(\n (this.constructor as typeof BXMultiSelect).selectorIgnoreClickInner\n );\n if (!event.composedPath().some(shouldIgnoreClickInner)) {\n super._handleClickInner(event);\n }\n if (this.filterable) this._filterInputNode.focus();\n }\n }\n\n /**\n * Handler for the `keypress` event, ensures filter still works upon entering space\n */\n protected _handleKeypressInner(event: KeyboardEvent) {\n const { key } = event;\n const action = (this.constructor as typeof BXDropdown).getAction(key);\n const { TRIGGERING } = DROPDOWN_KEYBOARD_ACTION;\n\n if (\n this._clearButtonNode?.contains(event.target as Node) &&\n // Space key should be handled by `<input>` unless \"clear selection\" button has focus\n (action === TRIGGERING || key === ' ')\n ) {\n this._handleUserInitiatedClearInput();\n } else if (this._selectionButtonNode?.contains(event.target as Node)) {\n this._handleUserInitiatedSelectItem();\n this.open = true;\n if (this.filterable) {\n this._filterInputNode.focus();\n } else {\n this._triggerNode.focus();\n }\n } else if (this.filterable) {\n this._handleKeypressInnerFlterable(event);\n } else {\n super._handleKeypressInner(event);\n }\n }\n\n /**\n * Special andler for the `keypress` event, ensures space selection for filterable\n * variation is disabled\n */\n\n protected _handleKeypressInnerFlterable(event: KeyboardEvent) {\n const { key } = event;\n const action = (this.constructor as typeof BXDropdown).getAction(key);\n if (!this.open) {\n switch (action) {\n case DROPDOWN_KEYBOARD_ACTION.TRIGGERING:\n this._handleUserInitiatedToggle(true);\n break;\n default:\n break;\n }\n } else {\n switch (key) {\n case 'Enter':\n {\n const constructor = this.constructor as typeof BXDropdown;\n const highlightedItem = this.querySelector(\n constructor.selectorItemHighlighted\n ) as BXMultiSelectItem;\n if (highlightedItem) {\n this._handleUserInitiatedSelectItem(highlightedItem);\n } else {\n this._handleUserInitiatedToggle(false);\n }\n }\n break;\n default:\n break;\n }\n }\n }\n\n protected _renderPrecedingTriggerContent() {\n const { clearSelectionLabel, _selectedItemsCount: selectedItemsCount } =\n this;\n return selectedItemsCount === 0\n ? undefined\n : html`\n <div\n id=\"selection-button\"\n role=\"button\"\n class=\"${prefix}--list-box__selection ${prefix}--list-box__selection--multi ${prefix}--tag--filter\"\n tabindex=\"0\"\n title=\"${clearSelectionLabel}\">\n ${selectedItemsCount}\n ${Close16({ 'aria-label': clearSelectionLabel })}\n </div>\n `;\n }\n\n /**\n @returns The main content of the trigger button.\n */\n protected _renderTriggerContent(): TemplateResult {\n const { triggerContent, _selectedItemContent: selectedItemContent } = this;\n return !this.filterable\n ? html`\n <span id=\"trigger-label\" class=\"${prefix}--list-box__label\"\n >${selectedItemContent || triggerContent}</span\n >\n `\n : html`\n <input\n id=\"trigger-label\"\n class=\"${prefix}--text-input\"\n placeholder=\"${triggerContent}\"\n role=\"combobox\"\n aria-controls=\"menu-body\"\n aria-autocomplete=\"list\"\n @input=\"${this._handleInput}\" />\n `;\n }\n\n protected _renderFollowingTriggerContent(): TemplateResult | void {\n const { clearSelectionLabel, _filterInputNode: filterInputNode } = this;\n return filterInputNode &&\n filterInputNode.value.length > 0 &&\n this.filterable\n ? html`\n <div\n id=\"clear-button\"\n role=\"button\"\n class=\"${prefix}--list-box__selection\"\n tabindex=\"0\"\n title=\"${clearSelectionLabel}\">\n ${Close16({ 'aria-label': clearSelectionLabel })}\n </div>\n `\n : undefined;\n }\n\n /**\n * Handles `input` event on the `<input>` for filtering.\n */\n protected _handleInput() {\n const items = this.querySelectorAll(\n (this.constructor as typeof BXMultiSelect).selectorItem\n );\n const inputValue = this._filterInputNode.value.toLocaleLowerCase();\n\n if (!this.open) this.open = true;\n\n forEach(items, (item) => {\n const itemValue = (item as HTMLElement).innerText.toLocaleLowerCase();\n\n if (!itemValue.includes(inputValue)) {\n (item as BXMultiSelectItem).setAttribute('filtered', '');\n (item as BXMultiSelectItem).removeAttribute('highlighted');\n } else {\n (item as BXMultiSelectItem).removeAttribute('filtered');\n }\n });\n\n this.requestUpdate();\n }\n\n /**\n * Navigate through dropdown items.\n *\n * @param direction `-1` to navigate backward, `1` to navigate forward.\n */\n protected _navigate(direction: number) {\n if (!this.filterable) {\n this._triggerNode.focus();\n super._navigate(direction);\n } else {\n // only navigate through remaining item\n const constructor = this.constructor as typeof BXMultiSelect;\n const items = this.querySelectorAll(constructor.selectorItemResults);\n const highlightedItem = this.querySelector(\n constructor.selectorItemHighlighted\n );\n const highlightedIndex = indexOf(items, highlightedItem!);\n\n let nextIndex = highlightedIndex + direction;\n if (nextIndex < 0) {\n nextIndex = items.length - 1;\n }\n if (nextIndex >= items.length) {\n nextIndex = 0;\n }\n forEach(items, (item, i) => {\n (item as BXMultiSelectItem).highlighted = i === nextIndex;\n });\n }\n }\n\n /**\n * Handles user-initiated clearing the `<input>` for filtering.\n */\n protected _handleUserInitiatedClearInput() {\n const constructor = this.constructor as typeof BXMultiSelect;\n const items = this.querySelectorAll(constructor.selectorItemFiltered);\n this._filterInputNode.value = '';\n this.open = true;\n this._filterInputNode.focus();\n forEach(items, (item) => {\n (item as BXMultiSelectItem).removeAttribute('filtered');\n });\n }\n\n /**\n * The `aria-label` attribute for the icon to clear selection.\n */\n @property({ attribute: 'clear-selection-label' })\n clearSelectionLabel = '';\n\n /**\n * An assistive text for screen reader to announce, telling that an item is unselected.\n */\n @property({ attribute: 'unselected-item-assistive-text' })\n unselectedItemAssistiveText = 'Unselected an item.';\n\n /**\n * An assistive text for screen reader to announce, telling that all items are unselected.\n */\n @property({ attribute: 'unselected-all-assistive-text' })\n unselectedAllAssistiveText = 'Unselected all items.';\n\n shouldUpdate(changedProperties) {\n const { selectorItem } = this.constructor as typeof BXMultiSelect;\n if (changedProperties.has('size')) {\n forEach(this.querySelectorAll(selectorItem), (elem) => {\n (elem as BXMultiSelectItem).size = this.size;\n });\n }\n if (changedProperties.has('value')) {\n const { value } = this;\n const values = !value ? [] : value.split(',');\n // Updates selection beforehand because our rendering logic for `<cds-multi-select>` looks for selected items via `qSA()`\n const items = this.querySelectorAll(selectorItem);\n forEach(items, (elem) => {\n (elem as BXMultiSelectItem).selected =\n values.indexOf((elem as BXMultiSelectItem).value) >= 0;\n });\n this._selectedItemsCount = filter(\n items,\n (elem) => values.indexOf((elem as BXMultiSelectItem).value) >= 0\n ).length;\n }\n return true;\n }\n\n /**\n * A selector to ignore the `click` events from.\n * Primary for the checkbox label where the `click` event will happen from the associated check box.\n */\n private static get selectorIgnoreClickInner() {\n return `.${prefix}--checkbox-label`;\n }\n\n /**\n * A selector that will return highlighted items.\n */\n static get selectorItemHighlighted() {\n return `${prefix}-multi-select-item[highlighted]`;\n }\n\n /**\n * A selector that will return multi select items.\n * We use a separate property from `.itemTagName` due to the nature in difference of tag name vs. selector.\n */\n static get selectorItem() {\n return `${prefix}-multi-select-item`;\n }\n\n /**\n * A selector that will return remaining items after a filter.\n */\n static get selectorItemFiltered() {\n return `${prefix}-multi-select-item[filtered]`;\n }\n\n /**\n * A selector that will return remaining items after a filter.\n */\n static get selectorItemResults() {\n return `${prefix}-multi-select-item:not([filtered])`;\n }\n\n /**\n * A selector that will return selected items.\n */\n static get selectorItemSelected() {\n return `${prefix}-multi-select-item[selected]`;\n }\n\n /**\n * The name of the custom event fired before this multi select item is being toggled upon a user gesture.\n * Cancellation of this event stops the user-initiated action of toggling this multi select item.\n */\n static get eventBeforeToggle() {\n return `${prefix}-multi-select-beingtoggled`;\n }\n\n /**\n * The name of the custom event fired after this multi select item is toggled upon a user gesture.\n */\n static get eventToggle() {\n return `${prefix}-multi-select-toggled`;\n }\n\n /**\n * The name of the custom event fired before a multi select item is selected upon a user gesture.\n * Cancellation of this event stops changing the user-initiated selection.\n */\n static get eventBeforeSelect() {\n return `${prefix}-multi-select-beingselected`;\n }\n\n /**\n * The name of the custom event fired after a a multi select item is selected upon a user gesture.\n */\n static get eventSelect() {\n return `${prefix}-multi-select-selected`;\n }\n\n static styles = styles;\n}\n\nexport default BXMultiSelect;\n"]}
|
|
1
|
+
{"version":3,"sources":["components/multi-select/multi-select.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAS3C,OAAO,WAAyC,MAAM,sBAAsB,CAAC;AAC7E,OAAO,kBAAkB,MAAM,qBAAqB,CAAC;AAGrD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAEpE;;;;;;;;;;;;;GAaG;AACH,cACM,cAAe,SAAQ,WAAW;IAEtC,UAAU,MAAC;IAEX;;OAEG;IACH,OAAO,CAAC,mBAAmB,CAAK;IAEhC;;OAEG;IAEH,OAAO,CAAC,gBAAgB,CAAe;IAEvC;;OAEG;IAEH,OAAO,CAAC,oBAAoB,CAAe;IAE3C;;OAEG;IAEH,OAAO,CAAC,gBAAgB,CAAoB;IAE5C;;OAEG;IAEH,OAAO,CAAC,YAAY,CAAe;IAEnC,SAAS,CAAC,sBAAsB,CAAC,YAAY,CAAC,EAAE,kBAAkB;IAKlE,SAAS,CAAC,mBAAmB,CAAC,YAAY,CAAC,EAAE,kBAAkB;IA6B/D,SAAS,CAAC,iBAAiB,CAAC,KAAK,EAAE,UAAU;IAuB7C;;OAEG;IACH,SAAS,CAAC,oBAAoB,CAAC,KAAK,EAAE,aAAa;IA0BnD;;;OAGG;IAEH,SAAS,CAAC,6BAA6B,CAAC,KAAK,EAAE,aAAa;IAgC5D,SAAS,CAAC,8BAA8B;IAkBxC;;OAEG;IACH,SAAS,CAAC,YAAY,IAAI,cAAc;IAoBxC,SAAS,CAAC,qBAAqB,IAAI,cAAc,GAAG,IAAI;IAkBxD;;OAEG;IACH,SAAS,CAAC,YAAY;IAsBtB;;;;OAIG;IACH,SAAS,CAAC,SAAS,CAAC,SAAS,EAAE,MAAM;IA0BrC;;OAEG;IACH,SAAS,CAAC,8BAA8B;IAWxC;;OAEG;IAEH,mBAAmB,SAAM;IAEzB;;OAEG;IAEH,2BAA2B,SAAyB;IAEpD;;OAEG;IAEH,0BAA0B,SAA2B;IAErD,YAAY,CAAC,iBAAiB,KAAA;IAwB9B;;;OAGG;IACH,OAAO,CAAC,MAAM,KAAK,wBAAwB,GAE1C;IAED;;OAEG;IACH,MAAM,KAAK,uBAAuB,WAEjC;IAED;;;OAGG;IACH,MAAM,KAAK,YAAY,WAEtB;IAED;;OAEG;IACH,MAAM,KAAK,oBAAoB,WAE9B;IAED;;OAEG;IACH,MAAM,KAAK,mBAAmB,WAE7B;IAED;;OAEG;IACH,MAAM,KAAK,oBAAoB,WAE9B;IAED;;;OAGG;IACH,MAAM,KAAK,iBAAiB,WAE3B;IAED;;OAEG;IACH,MAAM,KAAK,WAAW,WAErB;IAED;;;OAGG;IACH,MAAM,KAAK,iBAAiB,WAE3B;IAED;;OAEG;IACH,MAAM,KAAK,WAAW,WAErB;IAED,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,cAAc,CAAC","file":"multi-select.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2020, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { html, TemplateResult } from 'lit';\nimport { property, customElement, query } from 'lit/decorators.js';\nimport Close16 from '@carbon/icons/lib/close/16';\nimport { prefix } from '../../globals/settings';\nimport {\n filter,\n forEach,\n indexOf,\n} from '../../globals/internal/collection-helpers';\nimport CDSDropdown, { DROPDOWN_KEYBOARD_ACTION } from '../dropdown/dropdown';\nimport CDSMultiSelectItem from './multi-select-item';\nimport styles from './multi-select.scss';\n\nexport { DROPDOWN_SIZE, DROPDOWN_TYPE } from '../dropdown/dropdown';\n\n/**\n * Multi select.\n *\n * @element cds-multi-select\n * @fires cds-multi-select-beingselected\n * The custom event fired before a multi select item is selected upon a user gesture.\n * Cancellation of this event stops changing the user-initiated selection.\n * @fires cds-multi-select-selected - The custom event fired after a multi select item is selected upon a user gesture.\n * @fires cds-multi-select-beingtoggled\n * The custom event fired before the open state of this multi select is toggled upon a user gesture.\n * Cancellation of this event stops the user-initiated toggling.\n * @fires cds-multi-select-toggled\n * The custom event fired after the open state of this multi select is toggled upon a user gesture.\n */\n@customElement(`${prefix}-multi-select`)\nclass CDSMultiSelect extends CDSDropdown {\n @property({ type: Boolean })\n filterable;\n\n /**\n * The count of selected items.\n */\n private _selectedItemsCount = 0;\n\n /**\n * The clear button.\n */\n @query('#clear-button')\n private _clearButtonNode!: HTMLElement;\n\n /**\n * The selection button.\n */\n @query('#selection-button')\n private _selectionButtonNode!: HTMLElement;\n\n /**\n * The `<input>` for filtering.\n */\n @query('input')\n private _filterInputNode!: HTMLInputElement;\n\n /**\n * The trigger button.\n */\n @query(`.${prefix}--list-box__field`)\n private _triggerNode!: HTMLElement;\n\n protected _selectionShouldChange(itemToSelect?: CDSMultiSelectItem) {\n // If we are selecting an item, assumes we always toggle\n return Boolean(this.value || itemToSelect);\n }\n\n protected _selectionDidChange(itemToSelect?: CDSMultiSelectItem) {\n if (itemToSelect) {\n itemToSelect.selected = !itemToSelect.selected;\n this._assistiveStatusText = itemToSelect.selected\n ? this.selectedItemAssistiveText\n : this.unselectedItemAssistiveText;\n } else {\n forEach(\n this.querySelectorAll(\n (this.constructor as typeof CDSMultiSelect).selectorItemSelected\n ),\n (item) => {\n (item as CDSMultiSelectItem).selected = false;\n }\n );\n this._handleUserInitiatedToggle(false);\n this._assistiveStatusText = this.unselectedAllAssistiveText;\n }\n // Change in `.selected` hasn't been reflected to the corresponding attribute yet\n this.value = filter(\n this.querySelectorAll(\n (this.constructor as typeof CDSMultiSelect).selectorItem\n ),\n (item) => (item as CDSMultiSelectItem).selected\n )\n .map((item) => (item as CDSMultiSelectItem).value)\n .join(',');\n }\n\n protected _handleClickInner(event: MouseEvent) {\n if (this._selectionButtonNode?.contains(event.target as Node)) {\n this._handleUserInitiatedSelectItem();\n if (this.filterable) {\n this._filterInputNode.focus();\n } else {\n this._triggerNode.focus();\n }\n } else if (this._clearButtonNode?.contains(event.target as Node)) {\n this._handleUserInitiatedClearInput();\n } else {\n const shouldIgnoreClickInner = (elem) =>\n elem.closest &&\n elem.closest(\n (this.constructor as typeof CDSMultiSelect).selectorIgnoreClickInner\n );\n if (!event.composedPath().some(shouldIgnoreClickInner)) {\n super._handleClickInner(event);\n }\n if (this.filterable) this._filterInputNode.focus();\n }\n }\n\n /**\n * Handler for the `keypress` event, ensures filter still works upon entering space\n */\n protected _handleKeypressInner(event: KeyboardEvent) {\n const { key } = event;\n const action = (this.constructor as typeof CDSDropdown).getAction(key);\n const { TRIGGERING } = DROPDOWN_KEYBOARD_ACTION;\n\n if (\n this._clearButtonNode?.contains(event.target as Node) &&\n // Space key should be handled by `<input>` unless \"clear selection\" button has focus\n (action === TRIGGERING || key === ' ')\n ) {\n this._handleUserInitiatedClearInput();\n } else if (this._selectionButtonNode?.contains(event.target as Node)) {\n this._handleUserInitiatedSelectItem();\n this.open = true;\n if (this.filterable) {\n this._filterInputNode.focus();\n } else {\n this._triggerNode.focus();\n }\n } else if (this.filterable) {\n this._handleKeypressInnerFlterable(event);\n } else {\n super._handleKeypressInner(event);\n }\n }\n\n /**\n * Special andler for the `keypress` event, ensures space selection for filterable\n * variation is disabled\n */\n\n protected _handleKeypressInnerFlterable(event: KeyboardEvent) {\n const { key } = event;\n const action = (this.constructor as typeof CDSDropdown).getAction(key);\n if (!this.open) {\n switch (action) {\n case DROPDOWN_KEYBOARD_ACTION.TRIGGERING:\n this._handleUserInitiatedToggle(true);\n break;\n default:\n break;\n }\n } else {\n switch (key) {\n case 'Enter':\n {\n const constructor = this.constructor as typeof CDSDropdown;\n const highlightedItem = this.querySelector(\n constructor.selectorItemHighlighted\n ) as CDSMultiSelectItem;\n if (highlightedItem) {\n this._handleUserInitiatedSelectItem(highlightedItem);\n } else {\n this._handleUserInitiatedToggle(false);\n }\n }\n break;\n default:\n break;\n }\n }\n }\n\n protected _renderPrecedingTriggerContent() {\n const { clearSelectionLabel, _selectedItemsCount: selectedItemsCount } =\n this;\n return selectedItemsCount === 0\n ? undefined\n : html`\n <div\n id=\"selection-button\"\n role=\"button\"\n class=\"${prefix}--list-box__selection ${prefix}--list-box__selection--multi ${prefix}--tag--filter\"\n tabindex=\"0\"\n title=\"${clearSelectionLabel}\">\n ${selectedItemsCount}\n ${Close16({ 'aria-label': clearSelectionLabel })}\n </div>\n `;\n }\n\n /**\n @returns The main content of the trigger button.\n */\n protected _renderLabel(): TemplateResult {\n const { label, _selectedItemContent: selectedItemContent } = this;\n return !this.filterable\n ? html`\n <span id=\"trigger-label\" class=\"${prefix}--list-box__label\"\n >${selectedItemContent || label}</span\n >\n `\n : html`\n <input\n id=\"trigger-label\"\n class=\"${prefix}--text-input\"\n placeholder=\"${label}\"\n role=\"combobox\"\n aria-controls=\"menu-body\"\n aria-autocomplete=\"list\"\n @input=\"${this._handleInput}\" />\n `;\n }\n\n protected _renderFollowingLabel(): TemplateResult | void {\n const { clearSelectionLabel, _filterInputNode: filterInputNode } = this;\n return filterInputNode &&\n filterInputNode.value.length > 0 &&\n this.filterable\n ? html`\n <div\n id=\"clear-button\"\n role=\"button\"\n class=\"${prefix}--list-box__selection\"\n tabindex=\"0\"\n title=\"${clearSelectionLabel}\">\n ${Close16({ 'aria-label': clearSelectionLabel })}\n </div>\n `\n : undefined;\n }\n\n /**\n * Handles `input` event on the `<input>` for filtering.\n */\n protected _handleInput() {\n const items = this.querySelectorAll(\n (this.constructor as typeof CDSMultiSelect).selectorItem\n );\n const inputValue = this._filterInputNode.value.toLocaleLowerCase();\n\n if (!this.open) this.open = true;\n\n forEach(items, (item) => {\n const itemValue = (item as HTMLElement).innerText.toLocaleLowerCase();\n\n if (!itemValue.includes(inputValue)) {\n (item as CDSMultiSelectItem).setAttribute('filtered', '');\n (item as CDSMultiSelectItem).removeAttribute('highlighted');\n } else {\n (item as CDSMultiSelectItem).removeAttribute('filtered');\n }\n });\n\n this.requestUpdate();\n }\n\n /**\n * Navigate through dropdown items.\n *\n * @param direction `-1` to navigate backward, `1` to navigate forward.\n */\n protected _navigate(direction: number) {\n if (!this.filterable) {\n this._triggerNode.focus();\n super._navigate(direction);\n } else {\n // only navigate through remaining item\n const constructor = this.constructor as typeof CDSMultiSelect;\n const items = this.querySelectorAll(constructor.selectorItemResults);\n const highlightedItem = this.querySelector(\n constructor.selectorItemHighlighted\n );\n const highlightedIndex = indexOf(items, highlightedItem!);\n\n let nextIndex = highlightedIndex + direction;\n if (nextIndex < 0) {\n nextIndex = items.length - 1;\n }\n if (nextIndex >= items.length) {\n nextIndex = 0;\n }\n forEach(items, (item, i) => {\n (item as CDSMultiSelectItem).highlighted = i === nextIndex;\n });\n }\n }\n\n /**\n * Handles user-initiated clearing the `<input>` for filtering.\n */\n protected _handleUserInitiatedClearInput() {\n const constructor = this.constructor as typeof CDSMultiSelect;\n const items = this.querySelectorAll(constructor.selectorItemFiltered);\n this._filterInputNode.value = '';\n this.open = true;\n this._filterInputNode.focus();\n forEach(items, (item) => {\n (item as CDSMultiSelectItem).removeAttribute('filtered');\n });\n }\n\n /**\n * The `aria-label` attribute for the icon to clear selection.\n */\n @property({ attribute: 'clear-selection-label' })\n clearSelectionLabel = '';\n\n /**\n * An assistive text for screen reader to announce, telling that an item is unselected.\n */\n @property({ attribute: 'unselected-item-assistive-text' })\n unselectedItemAssistiveText = 'Unselected an item.';\n\n /**\n * An assistive text for screen reader to announce, telling that all items are unselected.\n */\n @property({ attribute: 'unselected-all-assistive-text' })\n unselectedAllAssistiveText = 'Unselected all items.';\n\n shouldUpdate(changedProperties) {\n const { selectorItem } = this.constructor as typeof CDSMultiSelect;\n if (changedProperties.has('size')) {\n forEach(this.querySelectorAll(selectorItem), (elem) => {\n (elem as CDSMultiSelectItem).size = this.size;\n });\n }\n if (changedProperties.has('value')) {\n const { value } = this;\n const values = !value ? [] : value.split(',');\n // Updates selection beforehand because our rendering logic for `<cds-multi-select>` looks for selected items via `qSA()`\n const items = this.querySelectorAll(selectorItem);\n forEach(items, (elem) => {\n (elem as CDSMultiSelectItem).selected =\n values.indexOf((elem as CDSMultiSelectItem).value) >= 0;\n });\n this._selectedItemsCount = filter(\n items,\n (elem) => values.indexOf((elem as CDSMultiSelectItem).value) >= 0\n ).length;\n }\n return true;\n }\n\n /**\n * A selector to ignore the `click` events from.\n * Primary for the checkbox label where the `click` event will happen from the associated check box.\n */\n private static get selectorIgnoreClickInner() {\n return `.${prefix}--checkbox-label`;\n }\n\n /**\n * A selector that will return highlighted items.\n */\n static get selectorItemHighlighted() {\n return `${prefix}-multi-select-item[highlighted]`;\n }\n\n /**\n * A selector that will return multi select items.\n * We use a separate property from `.itemTagName` due to the nature in difference of tag name vs. selector.\n */\n static get selectorItem() {\n return `${prefix}-multi-select-item`;\n }\n\n /**\n * A selector that will return remaining items after a filter.\n */\n static get selectorItemFiltered() {\n return `${prefix}-multi-select-item[filtered]`;\n }\n\n /**\n * A selector that will return remaining items after a filter.\n */\n static get selectorItemResults() {\n return `${prefix}-multi-select-item:not([filtered])`;\n }\n\n /**\n * A selector that will return selected items.\n */\n static get selectorItemSelected() {\n return `${prefix}-multi-select-item[selected]`;\n }\n\n /**\n * The name of the custom event fired before this multi select item is being toggled upon a user gesture.\n * Cancellation of this event stops the user-initiated action of toggling this multi select item.\n */\n static get eventBeforeToggle() {\n return `${prefix}-multi-select-beingtoggled`;\n }\n\n /**\n * The name of the custom event fired after this multi select item is toggled upon a user gesture.\n */\n static get eventToggle() {\n return `${prefix}-multi-select-toggled`;\n }\n\n /**\n * The name of the custom event fired before a multi select item is selected upon a user gesture.\n * Cancellation of this event stops changing the user-initiated selection.\n */\n static get eventBeforeSelect() {\n return `${prefix}-multi-select-beingselected`;\n }\n\n /**\n * The name of the custom event fired after a a multi select item is selected upon a user gesture.\n */\n static get eventSelect() {\n return `${prefix}-multi-select-selected`;\n }\n\n static styles = styles;\n}\n\nexport default CDSMultiSelect;\n"]}
|
|
@@ -20,9 +20,9 @@ import { property, customElement, query } from 'lit/decorators.js';
|
|
|
20
20
|
import Close16 from "../../icons/close/16";
|
|
21
21
|
import { prefix } from '../../globals/settings';
|
|
22
22
|
import { filter, forEach, indexOf } from '../../globals/internal/collection-helpers';
|
|
23
|
-
import
|
|
23
|
+
import CDSDropdown, { DROPDOWN_KEYBOARD_ACTION } from '../dropdown/dropdown';
|
|
24
24
|
import styles from "././multi-select.css.js";
|
|
25
|
-
export {
|
|
25
|
+
export { DROPDOWN_SIZE, DROPDOWN_TYPE } from '../dropdown/dropdown';
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
28
|
* Multi select.
|
|
@@ -38,15 +38,15 @@ export { DROPDOWN_COLOR_SCHEME, DROPDOWN_SIZE, DROPDOWN_TYPE } from '../dropdown
|
|
|
38
38
|
* @fires cds-multi-select-toggled
|
|
39
39
|
* The custom event fired after the open state of this multi select is toggled upon a user gesture.
|
|
40
40
|
*/
|
|
41
|
-
let
|
|
42
|
-
class
|
|
41
|
+
let CDSMultiSelect = _decorate([customElement(`${prefix}-multi-select`)], function (_initialize, _CDSDropdown) {
|
|
42
|
+
class CDSMultiSelect extends _CDSDropdown {
|
|
43
43
|
constructor(...args) {
|
|
44
44
|
super(...args);
|
|
45
45
|
_initialize(this);
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
return {
|
|
49
|
-
F:
|
|
49
|
+
F: CDSMultiSelect,
|
|
50
50
|
d: [{
|
|
51
51
|
kind: "field",
|
|
52
52
|
decorators: [property({
|
|
@@ -142,7 +142,7 @@ let BXMultiSelect = _decorate([customElement(`${prefix}-multi-select`)], functio
|
|
|
142
142
|
} else {
|
|
143
143
|
const shouldIgnoreClickInner = elem => elem.closest && elem.closest(this.constructor.selectorIgnoreClickInner);
|
|
144
144
|
if (!event.composedPath().some(shouldIgnoreClickInner)) {
|
|
145
|
-
_get(_getPrototypeOf(
|
|
145
|
+
_get(_getPrototypeOf(CDSMultiSelect.prototype), "_handleClickInner", this).call(this, event);
|
|
146
146
|
}
|
|
147
147
|
if (this.filterable) this._filterInputNode.focus();
|
|
148
148
|
}
|
|
@@ -178,7 +178,7 @@ let BXMultiSelect = _decorate([customElement(`${prefix}-multi-select`)], functio
|
|
|
178
178
|
} else if (this.filterable) {
|
|
179
179
|
this._handleKeypressInnerFlterable(event);
|
|
180
180
|
} else {
|
|
181
|
-
_get(_getPrototypeOf(
|
|
181
|
+
_get(_getPrototypeOf(CDSMultiSelect.prototype), "_handleKeypressInner", this).call(this, event);
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
|
|
@@ -248,17 +248,17 @@ let BXMultiSelect = _decorate([customElement(`${prefix}-multi-select`)], functio
|
|
|
248
248
|
*/
|
|
249
249
|
}, {
|
|
250
250
|
kind: "method",
|
|
251
|
-
key: "
|
|
252
|
-
value: function
|
|
251
|
+
key: "_renderLabel",
|
|
252
|
+
value: function _renderLabel() {
|
|
253
253
|
const {
|
|
254
|
-
|
|
254
|
+
label,
|
|
255
255
|
_selectedItemContent: selectedItemContent
|
|
256
256
|
} = this;
|
|
257
257
|
return !this.filterable ? html(_t2 || (_t2 = _`
|
|
258
258
|
<span id="trigger-label" class="${0}--list-box__label"
|
|
259
259
|
>${0}</span
|
|
260
260
|
>
|
|
261
|
-
`), prefix, selectedItemContent ||
|
|
261
|
+
`), prefix, selectedItemContent || label) : html(_t3 || (_t3 = _`
|
|
262
262
|
<input
|
|
263
263
|
id="trigger-label"
|
|
264
264
|
class="${0}--text-input"
|
|
@@ -267,12 +267,12 @@ let BXMultiSelect = _decorate([customElement(`${prefix}-multi-select`)], functio
|
|
|
267
267
|
aria-controls="menu-body"
|
|
268
268
|
aria-autocomplete="list"
|
|
269
269
|
@input="${0}" />
|
|
270
|
-
`), prefix,
|
|
270
|
+
`), prefix, label, this._handleInput);
|
|
271
271
|
}
|
|
272
272
|
}, {
|
|
273
273
|
kind: "method",
|
|
274
|
-
key: "
|
|
275
|
-
value: function
|
|
274
|
+
key: "_renderFollowingLabel",
|
|
275
|
+
value: function _renderFollowingLabel() {
|
|
276
276
|
const {
|
|
277
277
|
clearSelectionLabel,
|
|
278
278
|
_filterInputNode: filterInputNode
|
|
@@ -324,7 +324,7 @@ let BXMultiSelect = _decorate([customElement(`${prefix}-multi-select`)], functio
|
|
|
324
324
|
value: function _navigate(direction) {
|
|
325
325
|
if (!this.filterable) {
|
|
326
326
|
this._triggerNode.focus();
|
|
327
|
-
_get(_getPrototypeOf(
|
|
327
|
+
_get(_getPrototypeOf(CDSMultiSelect.prototype), "_navigate", this).call(this, direction);
|
|
328
328
|
} else {
|
|
329
329
|
// only navigate through remaining item
|
|
330
330
|
const constructor = this.constructor;
|
|
@@ -547,6 +547,6 @@ let BXMultiSelect = _decorate([customElement(`${prefix}-multi-select`)], functio
|
|
|
547
547
|
}
|
|
548
548
|
}]
|
|
549
549
|
};
|
|
550
|
-
},
|
|
551
|
-
export default
|
|
550
|
+
}, CDSDropdown);
|
|
551
|
+
export default CDSMultiSelect;
|
|
552
552
|
//# sourceMappingURL=multi-select.js.map
|