@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["components/breadcrumb/breadcrumb-skeleton.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"sources":["components/breadcrumb/breadcrumb-skeleton.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAavC;;GAEG;AACH,cACM,qBAAsB,SAAQ,UAAU;IAC5C,MAAM;IAQN,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,qBAAqB,CAAC","file":"breadcrumb-skeleton.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { customElement } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport styles from './breadcrumb.scss';\n\nconst renderItem = () => {\n return html`\n <div class=\"${prefix}--breadcrumb-item\">\n <span class=\"${prefix}--link\"> </span>\n </div>\n `;\n};\n\n/**\n * Skeleton of breadcrumb.\n */\n@customElement(`${prefix}-breadcrumb-skeleton`)\nclass CDSBreadcrumbSkeleton extends LitElement {\n render() {\n return html`\n <div class=\"${prefix}--breadcrumb ${prefix}--skeleton\">\n ${renderItem()} ${renderItem()} ${renderItem()}\n </div>\n `;\n }\n\n static styles = styles;\n}\n\nexport default CDSBreadcrumbSkeleton;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb-skeleton.js","names":["LitElement","html","customElement","prefix","styles","renderItem","_t","_","CDSBreadcrumbSkeleton","_decorate","_initialize","_LitElement","constructor","args","F","d","kind","key","value","render","_t2","static"],"sources":["components/breadcrumb/breadcrumb-skeleton.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { customElement } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport
|
|
1
|
+
{"version":3,"file":"breadcrumb-skeleton.js","names":["LitElement","html","customElement","prefix","styles","renderItem","_t","_","CDSBreadcrumbSkeleton","_decorate","_initialize","_LitElement","constructor","args","F","d","kind","key","value","render","_t2","static"],"sources":["components/breadcrumb/breadcrumb-skeleton.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { customElement } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport styles from './breadcrumb.scss';\n\nconst renderItem = () => {\n return html`\n <div class=\"${prefix}--breadcrumb-item\">\n <span class=\"${prefix}--link\"> </span>\n </div>\n `;\n};\n\n/**\n * Skeleton of breadcrumb.\n */\n@customElement(`${prefix}-breadcrumb-skeleton`)\nclass CDSBreadcrumbSkeleton extends LitElement {\n render() {\n return html`\n <div class=\"${prefix}--breadcrumb ${prefix}--skeleton\">\n ${renderItem()} ${renderItem()} ${renderItem()}\n </div>\n `;\n }\n\n static styles = styles;\n}\n\nexport default CDSBreadcrumbSkeleton;\n"],"mappings":";;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,UAAU,EAAEC,IAAI,QAAQ,KAAK;AACtC,SAASC,aAAa,QAAQ,mBAAmB;AACjD,SAASC,MAAM,QAAQ,wBAAwB;AAC/C,OAAOC,MAAM,MAAM,uBAAmB;AAEtC,MAAMC,UAAU,GAAGA,CAAA,KAAM;EACvB,OAAOJ,IAAI,CAAAK,EAAA,KAAAA,EAAA,GAAAC,CAAC;AACd,kBAAgB,CAAS;AACzB,qBAAmB,CAAS;AAC5B;AACA,GAAE,GAHgBJ,MAAM,EACHA,MAAM;AAG3B,CAAC;;AAED;AACA;AACA;AAFA,IAIMK,qBAAqB,GAAAC,SAAA,EAD1BP,aAAa,CAAE,GAAEC,MAAO,sBAAqB,CAAC,aAAAO,WAAA,EAAAC,WAAA;EAA/C,MACMH,qBAAqB,SAAAG,WAAA,CAAoB;IAAAC,YAAA,GAAAC,IAAA;MAAA,SAAAA,IAAA;MAAAH,WAAA;IAAA;EAU/C;EAAC;IAAAI,CAAA,EAVKN,qBAAqB;IAAAO,CAAA;MAAAC,IAAA;MAAAC,GAAA;MAAAC,KAAA,EACzB,SAAAC,OAAA,EAAS;QACP,OAAOlB,IAAI,CAAAmB,GAAA,KAAAA,GAAA,GAAAb,CAAC;AAChB,oBAAkB,CAAS,gBAAa,CAAS;AACjD,UAAQ,CAAe,IAAC,CAAe,IAAC,CAAe;AACvD;AACA,KAAI,GAHgBJ,MAAM,EAAgBA,MAAM,EACtCE,UAAU,EAAE,EAAIA,UAAU,EAAE,EAAIA,UAAU,EAAE;MAGpD;IAAC;MAAAW,IAAA;MAAAK,MAAA;MAAAJ,GAAA;MAAAC,MAAA;QAAA,OAEed,MAAM;MAAA;IAAA;EAAA;AAAA,GATYJ,UAAU;AAY9C,eAAeQ,qBAAqB"}
|
|
@@ -10,11 +10,11 @@ import { LitElement } from 'lit';
|
|
|
10
10
|
/**
|
|
11
11
|
* Button set.
|
|
12
12
|
*
|
|
13
|
-
* @element cds-
|
|
13
|
+
* @element cds-button-set
|
|
14
14
|
*/
|
|
15
15
|
declare class CDSButtonSet extends LitElement {
|
|
16
16
|
/**
|
|
17
|
-
* Handler for @slotchange, set the first cds-
|
|
17
|
+
* Handler for @slotchange, set the first cds-button to kind secondary and primary for the remaining ones
|
|
18
18
|
*
|
|
19
19
|
* @private
|
|
20
20
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["components/button/button-set.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAMvC;;;;GAIG;AACH,cACM,YAAa,SAAQ,UAAU;IACnC;;;;OAIG;IACH,OAAO,CAAC,iBAAiB;IA2BzB,MAAM;IAIN,iBAAiB;IAKjB;;OAEG;IACH,MAAM,KAAK,YAAY,WAEtB;IAED,MAAM,CAAC,MAAM,MAAU;CACxB;AAGD,eAAe,YAAY,CAAC","file":"button-set.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 { LitElement, html } from 'lit';\nimport { customElement } from 'lit/decorators.js';\nimport { BUTTON_KIND } from './defs';\nimport styles from './button.scss';\nimport { prefix } from '../../globals/settings';\n\n/**\n * Button set.\n *\n * @element cds-
|
|
1
|
+
{"version":3,"sources":["components/button/button-set.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAMvC;;;;GAIG;AACH,cACM,YAAa,SAAQ,UAAU;IACnC;;;;OAIG;IACH,OAAO,CAAC,iBAAiB;IA2BzB,MAAM;IAIN,iBAAiB;IAKjB;;OAEG;IACH,MAAM,KAAK,YAAY,WAEtB;IAED,MAAM,CAAC,MAAM,MAAU;CACxB;AAGD,eAAe,YAAY,CAAC","file":"button-set.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 { LitElement, html } from 'lit';\nimport { customElement } from 'lit/decorators.js';\nimport { BUTTON_KIND } from './defs';\nimport styles from './button.scss';\nimport { prefix } from '../../globals/settings';\n\n/**\n * Button set.\n *\n * @element cds-button-set\n */\n@customElement(`${prefix}-button-set`)\nclass CDSButtonSet extends LitElement {\n /**\n * Handler for @slotchange, set the first cds-button to kind secondary and primary for the remaining ones\n *\n * @private\n */\n private _handleSlotChange(event: Event) {\n const childItems = (event.target as HTMLSlotElement)\n .assignedNodes()\n .filter((elem) =>\n (elem as HTMLElement).matches !== undefined\n ? (elem as HTMLElement).matches(\n (this.constructor as typeof CDSButtonSet).selectorItem\n )\n : false\n );\n\n childItems.forEach((elem, index) => {\n (elem as HTMLElement).setAttribute(\n 'kind',\n index === 0 ? BUTTON_KIND.SECONDARY : BUTTON_KIND.PRIMARY\n );\n });\n\n const update = new CustomEvent(`${prefix}-btn-set-update`, {\n bubbles: true,\n cancelable: true,\n composed: true,\n });\n\n this.dispatchEvent(update);\n }\n\n render() {\n return html` <slot @slotchange=\"${this._handleSlotChange}\"></slot> `;\n }\n\n connectedCallback() {\n super.connectedCallback();\n this.setAttribute('role', 'list');\n }\n\n /**\n * A selector that will return the child items.\n */\n static get selectorItem() {\n return `${prefix}-button`;\n }\n\n static styles = styles; // `styles` here is a `CSSResult` generated by custom WebPack loader\n}\n\n/* @__GENERATE_REACT_CUSTOM_ELEMENT_TYPE__ */\nexport default CDSButtonSet;\n"]}
|
|
@@ -21,9 +21,9 @@ import { prefix } from '../../globals/settings';
|
|
|
21
21
|
/**
|
|
22
22
|
* Button set.
|
|
23
23
|
*
|
|
24
|
-
* @element cds-
|
|
24
|
+
* @element cds-button-set
|
|
25
25
|
*/
|
|
26
|
-
let CDSButtonSet = _decorate([customElement(`${prefix}-
|
|
26
|
+
let CDSButtonSet = _decorate([customElement(`${prefix}-button-set`)], function (_initialize, _LitElement) {
|
|
27
27
|
class CDSButtonSet extends _LitElement {
|
|
28
28
|
constructor(...args) {
|
|
29
29
|
super(...args);
|
|
@@ -37,7 +37,7 @@ let CDSButtonSet = _decorate([customElement(`${prefix}-btn-set`)], function (_in
|
|
|
37
37
|
key: "_handleSlotChange",
|
|
38
38
|
value:
|
|
39
39
|
/**
|
|
40
|
-
* Handler for @slotchange, set the first cds-
|
|
40
|
+
* Handler for @slotchange, set the first cds-button to kind secondary and primary for the remaining ones
|
|
41
41
|
*
|
|
42
42
|
* @private
|
|
43
43
|
*/
|
|
@@ -75,7 +75,7 @@ let CDSButtonSet = _decorate([customElement(`${prefix}-btn-set`)], function (_in
|
|
|
75
75
|
static: true,
|
|
76
76
|
key: "selectorItem",
|
|
77
77
|
value: function selectorItem() {
|
|
78
|
-
return `${prefix}-
|
|
78
|
+
return `${prefix}-button`;
|
|
79
79
|
}
|
|
80
80
|
}, {
|
|
81
81
|
kind: "field",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button-set.js","names":["LitElement","html","customElement","BUTTON_KIND","styles","prefix","CDSButtonSet","_decorate","_initialize","_LitElement","constructor","args","F","d","kind","key","value","_handleSlotChange","event","childItems","target","assignedNodes","filter","elem","matches","undefined","selectorItem","forEach","index","setAttribute","SECONDARY","PRIMARY","update","CustomEvent","bubbles","cancelable","composed","dispatchEvent","render","_t","_","connectedCallback","_get","_getPrototypeOf","prototype","call","static"],"sources":["components/button/button-set.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 { LitElement, html } from 'lit';\nimport { customElement } from 'lit/decorators.js';\nimport { BUTTON_KIND } from './defs';\nimport styles from './button.scss';\nimport { prefix } from '../../globals/settings';\n\n/**\n * Button set.\n *\n * @element cds-
|
|
1
|
+
{"version":3,"file":"button-set.js","names":["LitElement","html","customElement","BUTTON_KIND","styles","prefix","CDSButtonSet","_decorate","_initialize","_LitElement","constructor","args","F","d","kind","key","value","_handleSlotChange","event","childItems","target","assignedNodes","filter","elem","matches","undefined","selectorItem","forEach","index","setAttribute","SECONDARY","PRIMARY","update","CustomEvent","bubbles","cancelable","composed","dispatchEvent","render","_t","_","connectedCallback","_get","_getPrototypeOf","prototype","call","static"],"sources":["components/button/button-set.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 { LitElement, html } from 'lit';\nimport { customElement } from 'lit/decorators.js';\nimport { BUTTON_KIND } from './defs';\nimport styles from './button.scss';\nimport { prefix } from '../../globals/settings';\n\n/**\n * Button set.\n *\n * @element cds-button-set\n */\n@customElement(`${prefix}-button-set`)\nclass CDSButtonSet extends LitElement {\n /**\n * Handler for @slotchange, set the first cds-button to kind secondary and primary for the remaining ones\n *\n * @private\n */\n private _handleSlotChange(event: Event) {\n const childItems = (event.target as HTMLSlotElement)\n .assignedNodes()\n .filter((elem) =>\n (elem as HTMLElement).matches !== undefined\n ? (elem as HTMLElement).matches(\n (this.constructor as typeof CDSButtonSet).selectorItem\n )\n : false\n );\n\n childItems.forEach((elem, index) => {\n (elem as HTMLElement).setAttribute(\n 'kind',\n index === 0 ? BUTTON_KIND.SECONDARY : BUTTON_KIND.PRIMARY\n );\n });\n\n const update = new CustomEvent(`${prefix}-btn-set-update`, {\n bubbles: true,\n cancelable: true,\n composed: true,\n });\n\n this.dispatchEvent(update);\n }\n\n render() {\n return html` <slot @slotchange=\"${this._handleSlotChange}\"></slot> `;\n }\n\n connectedCallback() {\n super.connectedCallback();\n this.setAttribute('role', 'list');\n }\n\n /**\n * A selector that will return the child items.\n */\n static get selectorItem() {\n return `${prefix}-button`;\n }\n\n static styles = styles; // `styles` here is a `CSSResult` generated by custom WebPack loader\n}\n\n/* @__GENERATE_REACT_CUSTOM_ELEMENT_TYPE__ */\nexport default CDSButtonSet;\n"],"mappings":";;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,UAAU,EAAEC,IAAI,QAAQ,KAAK;AACtC,SAASC,aAAa,QAAQ,mBAAmB;AACjD,SAASC,WAAW,QAAQ,QAAQ;AACpC,OAAOC,MAAM,MAAM,mBAAe;AAClC,SAASC,MAAM,QAAQ,wBAAwB;;AAE/C;AACA;AACA;AACA;AACA;AAJA,IAMMC,YAAY,GAAAC,SAAA,EADjBL,aAAa,CAAE,GAAEG,MAAO,aAAY,CAAC,aAAAG,WAAA,EAAAC,WAAA;EAAtC,MACMH,YAAY,SAAAG,WAAA,CAAoB;IAAAC,YAAA,GAAAC,IAAA;MAAA,SAAAA,IAAA;MAAAH,WAAA;IAAA;EAkDtC;EAAC;IAAAI,CAAA,EAlDKN,YAAY;IAAAO,CAAA;MAAAC,IAAA;MAAAC,GAAA;MAAAC,KAAA;MAChB;AACF;AACA;AACA;AACA;MACE,SAAAC,kBAA0BC,KAAY,EAAE;QACtC,MAAMC,UAAU,GAAID,KAAK,CAACE,MAAM,CAC7BC,aAAa,EAAE,CACfC,MAAM,CAAEC,IAAI,IACVA,IAAI,CAAiBC,OAAO,KAAKC,SAAS,GACtCF,IAAI,CAAiBC,OAAO,CAC1B,IAAI,CAACd,WAAW,CAAyBgB,YAAY,CACvD,GACD,KAAK,CACV;QAEHP,UAAU,CAACQ,OAAO,CAAC,CAACJ,IAAI,EAAEK,KAAK,KAAK;UACjCL,IAAI,CAAiBM,YAAY,CAChC,MAAM,EACND,KAAK,KAAK,CAAC,GAAGzB,WAAW,CAAC2B,SAAS,GAAG3B,WAAW,CAAC4B,OAAO,CAC1D;QACH,CAAC,CAAC;QAEF,MAAMC,MAAM,GAAG,IAAIC,WAAW,CAAE,GAAE5B,MAAO,iBAAgB,EAAE;UACzD6B,OAAO,EAAE,IAAI;UACbC,UAAU,EAAE,IAAI;UAChBC,QAAQ,EAAE;QACZ,CAAC,CAAC;QAEF,IAAI,CAACC,aAAa,CAACL,MAAM,CAAC;MAC5B;IAAC;MAAAlB,IAAA;MAAAC,GAAA;MAAAC,KAAA,EAED,SAAAsB,OAAA,EAAS;QACP,OAAOrC,IAAI,CAAAsC,EAAA,KAAAA,EAAA,GAAAC,CAAC,uBAAoB,CAAyB,YAAU,GAAjC,IAAI,CAACvB,iBAAiB;MAC1D;IAAC;MAAAH,IAAA;MAAAC,GAAA;MAAAC,KAAA,EAED,SAAAyB,kBAAA,EAAoB;QAClBC,IAAA,CAAAC,eAAA,CAtCErC,YAAY,CAAAsC,SAAA,8BAAAC,IAAA;QAuCd,IAAI,CAAChB,YAAY,CAAC,MAAM,EAAE,MAAM,CAAC;MACnC;;MAEA;AACF;AACA;IAFE;MAAAf,IAAA;MAAAgC,MAAA;MAAA/B,GAAA;MAAAC,KAAA,EAGA,SAAAU,aAAA,EAA0B;QACxB,OAAQ,GAAErB,MAAO,SAAQ;MAC3B;IAAC;MAAAS,IAAA;MAAAgC,MAAA;MAAA/B,GAAA;MAAAC,MAAA;QAAA,OAEeZ,MAAM;MAAA;IAAA;EAAA;AAAA,GAjDGJ,UAAU;AAoDrC;AACA,eAAeM,YAAY"}
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
import
|
|
9
|
+
import CDSButton from './button';
|
|
10
10
|
/**
|
|
11
11
|
* Button skeleton.
|
|
12
12
|
*/
|
|
13
|
-
declare class
|
|
13
|
+
declare class CDSButtonSkeleton extends CDSButton {
|
|
14
14
|
/**
|
|
15
15
|
* Handles `click` event on the `<a>.
|
|
16
16
|
*
|
|
@@ -20,6 +20,6 @@ declare class BXButtonSkeleton extends BXButton {
|
|
|
20
20
|
render(): import("lit-html").TemplateResult<1>;
|
|
21
21
|
static styles: any;
|
|
22
22
|
}
|
|
23
|
-
export default
|
|
23
|
+
export default CDSButtonSkeleton;
|
|
24
24
|
|
|
25
25
|
//# sourceMappingURL=button-skeleton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["components/button/button-skeleton.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAOH,OAAO,
|
|
1
|
+
{"version":3,"sources":["components/button/button-skeleton.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAOH,OAAO,SAAS,MAAM,UAAU,CAAC;AAGjC;;GAEG;AACH,cACM,iBAAkB,SAAQ,SAAS;IACvC;;;;OAIG;IACH,OAAO,CAAC,wBAAwB;IAOhC,MAAM;IA2CN,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,iBAAiB,CAAC","file":"button-skeleton.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { ifDefined } from 'lit/directives/if-defined.js';\nimport { html } from 'lit';\nimport { customElement } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport CDSButton from './button';\nimport styles from './button.scss';\n\n/**\n * Button skeleton.\n */\n@customElement(`${prefix}-button-skeleton`)\nclass CDSButtonSkeleton extends CDSButton {\n /**\n * Handles `click` event on the `<a>.\n *\n * @param event The event.\n */\n private _handleClickLinkSkeleton(event: MouseEvent) {\n if (this.disabled) {\n event.preventDefault(); // Stop following the link\n event.stopPropagation(); // Stop firing `onClick`\n }\n }\n\n render() {\n const {\n autofocus,\n disabled,\n download,\n href,\n hreflang,\n ping,\n rel,\n size,\n target,\n type,\n } = this;\n const classes = classMap({\n [`${prefix}--btn`]: true,\n [`${prefix}--skeleton`]: true,\n [`${prefix}--btn--${size}`]: size,\n });\n return href\n ? html`\n <a\n id=\"button\"\n role=\"button\"\n class=\"${classes}\"\n download=\"${ifDefined(download)}\"\n href=\"${ifDefined(href)}\"\n hreflang=\"${ifDefined(hreflang)}\"\n ping=\"${ifDefined(ping)}\"\n rel=\"${ifDefined(rel)}\"\n target=\"${ifDefined(target)}\"\n type=\"${ifDefined(type)}\"\n @click=\"${this._handleClickLinkSkeleton}\"></a>\n `\n : html`\n <button\n id=\"button\"\n class=\"${classes}\"\n ?autofocus=\"${autofocus}\"\n ?disabled=\"${disabled}\"\n type=\"${ifDefined(type)}\"></button>\n `;\n }\n\n static styles = styles; // `styles` here is a `CSSResult` generated by custom WebPack loader\n}\n\nexport default CDSButtonSkeleton;\n"]}
|
|
@@ -16,7 +16,7 @@ import { ifDefined } from 'lit/directives/if-defined.js';
|
|
|
16
16
|
import { html } from 'lit';
|
|
17
17
|
import { customElement } from 'lit/decorators.js';
|
|
18
18
|
import { prefix } from '../../globals/settings';
|
|
19
|
-
import
|
|
19
|
+
import CDSButton from './button';
|
|
20
20
|
import styles from "././button.css.js";
|
|
21
21
|
|
|
22
22
|
/**
|
|
@@ -24,15 +24,15 @@ import styles from "././button.css.js";
|
|
|
24
24
|
*/ /**
|
|
25
25
|
* Button skeleton.
|
|
26
26
|
*/
|
|
27
|
-
let
|
|
28
|
-
class
|
|
27
|
+
let CDSButtonSkeleton = _decorate([customElement(`${prefix}-button-skeleton`)], function (_initialize, _CDSButton) {
|
|
28
|
+
class CDSButtonSkeleton extends _CDSButton {
|
|
29
29
|
constructor(...args) {
|
|
30
30
|
super(...args);
|
|
31
31
|
_initialize(this);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
return {
|
|
35
|
-
F:
|
|
35
|
+
F: CDSButtonSkeleton,
|
|
36
36
|
d: [{
|
|
37
37
|
kind: "method",
|
|
38
38
|
key: "_handleClickLinkSkeleton",
|
|
@@ -100,6 +100,6 @@ let BXButtonSkeleton = _decorate([customElement(`${prefix}-btn-skeleton`)], func
|
|
|
100
100
|
}
|
|
101
101
|
}]
|
|
102
102
|
};
|
|
103
|
-
},
|
|
104
|
-
export default
|
|
103
|
+
}, CDSButton);
|
|
104
|
+
export default CDSButtonSkeleton;
|
|
105
105
|
//# sourceMappingURL=button-skeleton.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button-skeleton.js","names":["classMap","ifDefined","html","customElement","prefix","
|
|
1
|
+
{"version":3,"file":"button-skeleton.js","names":["classMap","ifDefined","html","customElement","prefix","CDSButton","styles","CDSButtonSkeleton","_decorate","_initialize","_CDSButton","constructor","args","F","d","kind","key","value","_handleClickLinkSkeleton","event","disabled","preventDefault","stopPropagation","render","autofocus","download","href","hreflang","ping","rel","size","target","type","classes","_t","_","_t2","static"],"sources":["components/button/button-skeleton.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { ifDefined } from 'lit/directives/if-defined.js';\nimport { html } from 'lit';\nimport { customElement } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport CDSButton from './button';\nimport styles from './button.scss';\n\n/**\n * Button skeleton.\n */\n@customElement(`${prefix}-button-skeleton`)\nclass CDSButtonSkeleton extends CDSButton {\n /**\n * Handles `click` event on the `<a>.\n *\n * @param event The event.\n */\n private _handleClickLinkSkeleton(event: MouseEvent) {\n if (this.disabled) {\n event.preventDefault(); // Stop following the link\n event.stopPropagation(); // Stop firing `onClick`\n }\n }\n\n render() {\n const {\n autofocus,\n disabled,\n download,\n href,\n hreflang,\n ping,\n rel,\n size,\n target,\n type,\n } = this;\n const classes = classMap({\n [`${prefix}--btn`]: true,\n [`${prefix}--skeleton`]: true,\n [`${prefix}--btn--${size}`]: size,\n });\n return href\n ? html`\n <a\n id=\"button\"\n role=\"button\"\n class=\"${classes}\"\n download=\"${ifDefined(download)}\"\n href=\"${ifDefined(href)}\"\n hreflang=\"${ifDefined(hreflang)}\"\n ping=\"${ifDefined(ping)}\"\n rel=\"${ifDefined(rel)}\"\n target=\"${ifDefined(target)}\"\n type=\"${ifDefined(type)}\"\n @click=\"${this._handleClickLinkSkeleton}\"></a>\n `\n : html`\n <button\n id=\"button\"\n class=\"${classes}\"\n ?autofocus=\"${autofocus}\"\n ?disabled=\"${disabled}\"\n type=\"${ifDefined(type)}\"></button>\n `;\n }\n\n static styles = styles; // `styles` here is a `CSSResult` generated by custom WebPack loader\n}\n\nexport default CDSButtonSkeleton;\n"],"mappings":";;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,QAAQ,QAAQ,6BAA6B;AACtD,SAASC,SAAS,QAAQ,8BAA8B;AACxD,SAASC,IAAI,QAAQ,KAAK;AAC1B,SAASC,aAAa,QAAQ,mBAAmB;AACjD,SAASC,MAAM,QAAQ,wBAAwB;AAC/C,OAAOC,SAAS,MAAM,UAAU;AAChC,OAAOC,MAAM,MAAM,mBAAe;;AAElC;AACA;AACA,GAFA;AACA;AACA;AAFA,IAIMC,iBAAiB,GAAAC,SAAA,EADtBL,aAAa,CAAE,GAAEC,MAAO,kBAAiB,CAAC,aAAAK,WAAA,EAAAC,UAAA;EAA3C,MACMH,iBAAiB,SAAAG,UAAA,CAAmB;IAAAC,YAAA,GAAAC,IAAA;MAAA,SAAAA,IAAA;MAAAH,WAAA;IAAA;EAyD1C;EAAC;IAAAI,CAAA,EAzDKN,iBAAiB;IAAAO,CAAA;MAAAC,IAAA;MAAAC,GAAA;MAAAC,KAAA;MACrB;AACF;AACA;AACA;AACA;MACE,SAAAC,yBAAiCC,KAAiB,EAAE;QAClD,IAAI,IAAI,CAACC,QAAQ,EAAE;UACjBD,KAAK,CAACE,cAAc,EAAE,CAAC,CAAC;UACxBF,KAAK,CAACG,eAAe,EAAE,CAAC,CAAC;QAC3B;MACF;IAAC;MAAAP,IAAA;MAAAC,GAAA;MAAAC,KAAA,EAED,SAAAM,OAAA,EAAS;QACP,MAAM;UACJC,SAAS;UACTJ,QAAQ;UACRK,QAAQ;UACRC,IAAI;UACJC,QAAQ;UACRC,IAAI;UACJC,GAAG;UACHC,IAAI;UACJC,MAAM;UACNC;QACF,CAAC,GAAG,IAAI;QACR,MAAMC,OAAO,GAAGjC,QAAQ,CAAC;UACvB,CAAE,GAAEI,MAAO,OAAM,GAAG,IAAI;UACxB,CAAE,GAAEA,MAAO,YAAW,GAAG,IAAI;UAC7B,CAAE,GAAEA,MAAO,UAAS0B,IAAK,EAAC,GAAGA;QAC/B,CAAC,CAAC;QACF,OAAOJ,IAAI,GACPxB,IAAI,CAAAgC,EAAA,KAAAA,EAAA,GAAAC,CAAC;AACb;AACA;AACA;AACA,qBAAmB,CAAU;AAC7B,wBAAsB,CAAsB;AAC5C,oBAAkB,CAAkB;AACpC,wBAAsB,CAAsB;AAC5C,oBAAkB,CAAkB;AACpC,mBAAiB,CAAiB;AAClC,sBAAoB,CAAoB;AACxC,oBAAkB,CAAkB;AACpC,sBAAoB,CAAgC;AACpD,SAAQ,GATaF,OAAO,EACJhC,SAAS,CAACwB,QAAQ,CAAC,EACvBxB,SAAS,CAACyB,IAAI,CAAC,EACXzB,SAAS,CAAC0B,QAAQ,CAAC,EACvB1B,SAAS,CAAC2B,IAAI,CAAC,EAChB3B,SAAS,CAAC4B,GAAG,CAAC,EACX5B,SAAS,CAAC8B,MAAM,CAAC,EACnB9B,SAAS,CAAC+B,IAAI,CAAC,EACb,IAAI,CAACd,wBAAwB,IAE3ChB,IAAI,CAAAkC,GAAA,KAAAA,GAAA,GAAAD,CAAC;AACb;AACA;AACA,qBAAmB,CAAU;AAC7B,0BAAwB,CAAY;AACpC,yBAAuB,CAAW;AAClC,oBAAkB,CAAkB;AACpC,SAAQ,GAJaF,OAAO,EACFT,SAAS,EACVJ,QAAQ,EACbnB,SAAS,CAAC+B,IAAI,CAAC,CAC1B;MACP;IAAC;MAAAjB,IAAA;MAAAsB,MAAA;MAAArB,GAAA;MAAAC,MAAA;QAAA,OAEeX,MAAM;MAAA;IAAA;EAAA;AAAA,GAxDQD,SAAS;AA2DzC,eAAeE,iBAAiB"}
|
|
@@ -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}}.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--btn{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;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:inline-flex;width:-moz-max-content;width:max-content;max-width:20rem;min-height:3rem;flex-shrink:0;align-items:center;justify-content:space-between;padding:calc(.875rem - 3px) 63px calc(.875rem - 3px) 15px;margin:0;border-radius:0;cursor:pointer;outline:0;text-align:left;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:top}.cds--btn *,.cds--btn ::after,.cds--btn ::before{box-sizing:inherit}.cds--btn.cds--btn--disabled,.cds--btn.cds--btn--disabled:focus,.cds--btn.cds--btn--disabled:hover,.cds--btn:disabled,.cds--btn:focus:disabled,.cds--btn:hover:disabled{border-color:var(--cds-button-disabled,#c6c6c6);background:var(--cds-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds--btn .cds--btn__icon{position:absolute;right:1rem;width:1rem;height:1rem;flex-shrink:0}.cds--btn::-moz-focus-inner{padding:0;border:0}.cds--btn--primary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-primary,#0f62fe);color:var(--cds-text-on-color,#fff)}.cds--btn--primary:hover{background-color:var(--cds-button-primary-hover,#0050e6)}.cds--btn--primary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--primary:active{background-color:var(--cds-button-primary-active,#002d9c)}.cds--btn--primary .cds--btn__icon,.cds--btn--primary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--primary:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--secondary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-secondary,#393939);color:var(--cds-text-on-color,#fff)}.cds--btn--secondary:hover{background-color:var(--cds-button-secondary-hover,#474747)}.cds--btn--secondary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--secondary:active{background-color:var(--cds-button-secondary-active,#6f6f6f)}.cds--btn--secondary .cds--btn__icon,.cds--btn--secondary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--secondary:focus,.cds--btn--secondary:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-tertiary,#0f62fe);background-color:transparent;color:var(--cds-button-tertiary,#0f62fe)}.cds--btn--tertiary:hover{background-color:var(--cds-button-tertiary-hover,#0050e6)}.cds--btn--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--tertiary:active{background-color:var(--cds-button-tertiary-active,#002d9c)}.cds--btn--tertiary .cds--btn__icon,.cds--btn--tertiary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--tertiary:hover{color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary:focus{background-color:var(--cds-button-tertiary,#0f62fe);color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary:active{border-color:transparent;background-color:var(--cds-button-tertiary-active,#002d9c);color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary.cds--btn--disabled,.cds--btn--tertiary.cds--btn--disabled:focus,.cds--btn--tertiary.cds--btn--disabled:hover,.cds--btn--tertiary:disabled,.cds--btn--tertiary:focus:disabled,.cds--btn--tertiary:hover:disabled{background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-link-primary,#0f62fe);padding:calc(.875rem - 3px) 16px}.cds--btn--ghost:hover{background-color:var(--cds-layer-hover)}.cds--btn--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--ghost:active{background-color:var(--cds-layer-active)}.cds--btn--ghost .cds--btn__icon,.cds--btn--ghost .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--ghost .cds--btn__icon{position:static;margin-left:.5rem}.cds--btn--ghost:active,.cds--btn--ghost:hover{color:var(--cds-link-primary-hover,#0043ce)}.cds--btn--ghost:active{background-color:var(--cds-background-active,rgba(141,141,141,.5))}.cds--btn--ghost.cds--btn--disabled,.cds--btn--ghost.cds--btn--disabled:focus,.cds--btn--ghost.cds--btn--disabled:hover,.cds--btn--ghost:disabled,.cds--btn--ghost:focus:disabled,.cds--btn--ghost:hover:disabled{border-color:transparent;background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--ghost.cds--btn--sm{padding:calc(.375rem - 3px) 16px}.cds--btn--ghost.cds--btn--field,.cds--btn--ghost.cds--btn--md{padding:calc(.675rem - 3px) 16px}.cds--btn--ghost:not([disabled]) svg{fill:var(--cds-icon-primary,#161616)}.cds--btn--icon-only{padding-right:.9375rem;padding-left:.9375rem}.cds--btn--icon-only .cds--btn__icon{position:static}.cds--btn--icon-only.cds--btn--danger--ghost .cds--btn__icon,.cds--btn--icon-only.cds--btn--ghost .cds--btn__icon{margin:0}.cds--btn--icon-only.cds--btn--selected{background:var(--cds-background-selected,rgba(141,141,141,.2))}.cds--btn path[data-icon-path=inner-path]{fill:none}.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:var(--cds-icon-primary,#161616)}.cds--btn--ghost.cds--btn--icon-only[disabled] .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only[disabled] .cds--btn__icon path:not([data-icon-path]):not([fill=none]),.cds--btn.cds--btn--icon-only.cds--btn--ghost[disabled]:hover .cds--btn__icon{fill:var(--cds-icon-on-color-disabled,#8d8d8d)}.cds--btn--ghost.cds--btn--icon-only[disabled]{cursor:not-allowed}.cds--btn--field.cds--btn--icon-only,.cds--btn--md.cds--btn--icon-only{padding-right:.6875rem;padding-left:.6875rem}.cds--btn--sm.cds--btn--icon-only{padding-right:.4375rem;padding-left:.4375rem}.cds--btn--danger{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds--btn--danger:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger .cds--btn__icon,.cds--btn--danger .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-danger-secondary,#da1e28);background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28)}.cds--btn--danger--tertiary:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger--tertiary:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger--tertiary .cds--btn__icon,.cds--btn--danger--tertiary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger--tertiary:hover{border-color:var(--cds-button-danger-hover,#b81921);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary:focus{background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary:active{border-color:var(--cds-button-danger-active,#750e13);background-color:var(--cds-button-danger-active,#750e13);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary.cds--btn--disabled,.cds--btn--danger--tertiary.cds--btn--disabled:focus,.cds--btn--danger--tertiary.cds--btn--disabled:hover,.cds--btn--danger--tertiary:disabled,.cds--btn--danger--tertiary:focus:disabled,.cds--btn--danger--tertiary:hover:disabled{background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--danger--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28);padding:calc(.875rem - 3px) 16px}.cds--btn--danger--ghost:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger--ghost:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger--ghost .cds--btn__icon,.cds--btn--danger--ghost .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger--ghost .cds--btn__icon{position:static;margin-left:.5rem}.cds--btn--danger--ghost:active,.cds--btn--danger--ghost:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--danger--ghost.cds--btn--disabled,.cds--btn--danger--ghost.cds--btn--disabled:focus,.cds--btn--danger--ghost.cds--btn--disabled:hover,.cds--btn--danger--ghost:disabled,.cds--btn--danger--ghost:focus:disabled,.cds--btn--danger--ghost:hover:disabled{border-color:transparent;background:0 0;color:var(--cds-text-disabled,rgba(22,22,22,.25));outline:0}.cds--btn--danger--ghost.cds--btn--sm{padding:calc(.375rem - 3px) 16px}.cds--btn--danger--ghost.cds--btn--field,.cds--btn--danger--ghost.cds--btn--md{padding:calc(.675rem - 3px) 16px}.cds--btn--sm{min-height:2rem;padding:calc(.375rem - 3px) 60px calc(.375rem - 3px) 12px}.cds--btn--2xl:not(.cds--btn--icon-only){align-items:baseline;padding-top:1rem;padding-right:4rem;padding-left:1rem;min-height:5rem}.cds--btn--xl:not(.cds--btn--icon-only){align-items:baseline;padding-top:1rem;padding-right:4rem;padding-left:1rem;min-height:4rem}.cds--btn--field,.cds--btn--md{min-height:2.5rem;padding:calc(.675rem - 3px) 60px calc(.675rem - 3px) 12px}.cds--btn--expressive{font-size:var(--cds-body-compact-02-font-size,1rem);font-weight:var(--cds-body-compact-02-font-weight,400);line-height:var(--cds-body-compact-02-line-height,1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing,0);min-height:3rem}.cds--btn--icon-only.cds--btn--expressive{padding:12px 13px}.cds--btn.cds--btn--expressive .cds--btn__icon{width:1.25rem;height:1.25rem}.cds--btn-set .cds--btn.cds--btn--expressive,:host(cds-btn-set) .cds--btn.cds--btn--expressive{max-width:20rem}.cds--btn.cds--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none;width:9.375rem}.cds--btn.cds--skeleton:active,.cds--btn.cds--skeleton:focus,.cds--btn.cds--skeleton:hover{border:none;cursor:default;outline:0}.cds--btn.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--btn.cds--skeleton::before{animation:none}}.cds--btn-set,:host(cds-btn-set){display:flex}.cds--btn-set--stacked,:host(cds-btn-set)[stacked]{flex-direction:column}.cds--btn-set .cds--btn,:host(cds-btn-set) .cds--btn{width:100%;max-width:12.25rem}.cds--btn-set .cds--btn:not(:focus),:host(cds-btn-set) .cds--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}.cds--btn-set .cds--btn:first-of-type:not(:focus),:host(cds-btn-set) .cds--btn:first-of-type:not(:focus){box-shadow:inherit}.cds--btn-set .cds--btn:focus+.cds--btn,:host(cds-btn-set) .cds--btn:focus+.cds--btn{box-shadow:inherit}.cds--btn-set--stacked .cds--btn:not(:focus),:host(cds-btn-set)[stacked] .cds--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-button-separator,#e0e0e0)}.cds--btn-set--stacked .cds--btn:first-of-type:not(:focus),:host(cds-btn-set)[stacked] .cds--btn:first-of-type:not(:focus){box-shadow:inherit}.cds--btn-set .cds--btn.cds--btn--disabled,:host(cds-btn-set) .cds--btn.cds--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-icon-on-color-disabled,#8d8d8d)}.cds--btn-set .cds--btn.cds--btn--disabled:first-of-type,:host(cds-btn-set) .cds--btn.cds--btn--disabled:first-of-type{box-shadow:none}.cds--btn-set--stacked .cds--btn.cds--btn--disabled,:host(cds-btn-set)[stacked] .cds--btn.cds--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-layer-selected-disabled,#8d8d8d)}.cds--btn-set--stacked .cds--btn.cds--btn--disabled:first-of-type,:host(cds-btn-set)[stacked] .cds--btn.cds--btn--disabled:first-of-type{box-shadow:none}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--btn:focus{color:Highlight;outline:1px solid Highlight}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:ButtonText}}.cds--popover-container{position:relative;display:inline-block}.cds--popover--high-contrast .cds--popover{--cds-popover-background-color:var(--cds-background-inverse, #393939);--cds-popover-text-color:var(--cds-text-inverse, #ffffff)}.cds--popover--drop-shadow .cds--popover{--cds-popover-drop-shadow:drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2))}.cds--popover--caret{--cds-popover-offset:0.625rem}.cds--popover{position:absolute;z-index:6000;top:0;right:0;bottom:0;left:0;filter:var(--cds-popover-drop-shadow, none);pointer-events:none}.cds--popover-content{position:absolute;z-index:6000;display:none;width:-moz-max-content;width:max-content;max-width:23rem;background-color:var(--cds-popover-background-color,var(--cds-layer));border-radius:var(--cds-popover-border-radius,2px);color:var(--cds-popover-text-color,var(--cds-text-primary,#161616));pointer-events:auto}.cds--popover--open .cds--popover-content{display:block}.cds--popover-content::before{position:absolute;display:none;content:""}.cds--popover--open .cds--popover-content::before{display:block}.cds--popover-caret{position:absolute;z-index:6000;display:none;background-color:var(--cds-popover-background-color,var(--cds-layer));will-change:transform}.cds--popover--open.cds--popover--caret .cds--popover-caret{display:block}.cds--popover--bottom .cds--popover-content{bottom:0;left:50%;transform:translate(-50%,calc(100% + var(--cds-popover-offset,0)))}.cds--popover--bottom-left .cds--popover-content{bottom:0;left:0;transform:translate(calc(-1 * var(--cds-popover-offset,0)),calc(100% + var(--cds-popover-offset,0)))}.cds--popover--bottom-right .cds--popover-content{right:0;bottom:0;transform:translate(var(--cds-popover-offset,0),calc(100% + var(--cds-popover-offset,0)))}.cds--popover--bottom .cds--popover-content::before,.cds--popover--bottom-left .cds--popover-content::before,.cds--popover--bottom-right .cds--popover-content::before{top:0;right:0;left:0;height:var(--cds-popover-offset,0);transform:translateY(-100%)}.cds--popover--bottom .cds--popover-caret,.cds--popover--bottom-left .cds--popover-caret,.cds--popover--bottom-right .cds--popover-caret{bottom:0;left:50%;width:var(--cds-popover-caret-width,.75rem);height:var(--cds-popover-caret-height,.375rem);-webkit-clip-path:polygon(0 100%,50% 0,100% 100%);clip-path:polygon(0 100%,50% 0,100% 100%);transform:translate(-50%,var(--cds-popover-offset,0))}.cds--popover--top .cds--popover-content{top:0;left:50%;transform:translate(-50%,calc(-100% - var(--cds-popover-offset,0)))}.cds--popover--top-left .cds--popover-content{top:0;left:0;transform:translate(calc(-1 * var(--cds-popover-offset,0)),calc(-100% - var(--cds-popover-offset,0)))}.cds--popover--top-right .cds--popover-content{top:0;right:0;transform:translate(var(--cds-popover-offset,0),calc(-100% - var(--cds-popover-offset,0)))}.cds--popover--top .cds--popover-content::before,.cds--popover--top-left .cds--popover-content::before,.cds--popover--top-right .cds--popover-content::before{right:0;bottom:0;left:0;height:var(--cds-popover-offset,0);transform:translateY(100%)}.cds--popover--top .cds--popover-caret,.cds--popover--top-left .cds--popover-caret,.cds--popover--top-right .cds--popover-caret{top:0;left:50%;width:var(--cds-popover-caret-width,.75rem);height:var(--cds-popover-caret-height,.375rem);-webkit-clip-path:polygon(0 0,50% 100%,100% 0);clip-path:polygon(0 0,50% 100%,100% 0);transform:translate(-50%,calc(-1 * var(--cds-popover-offset,0)))}.cds--popover--right .cds--popover-content{top:50%;left:100%;transform:translate(var(--cds-popover-offset,0),-50%)}.cds--popover--right-top .cds--popover-content{top:50%;left:100%;transform:translate(var(--cds-popover-offset,0),calc(.5 * var(--cds-popover-offset,0) * -1 - 16px))}.cds--popover--right-bottom .cds--popover-content{bottom:50%;left:100%;transform:translate(var(--cds-popover-offset,0),calc(.5 * var(--cds-popover-offset,0) + 16px))}.cds--popover--right .cds--popover-content::before,.cds--popover--right-bottom .cds--popover-content::before,.cds--popover--right-top .cds--popover-content::before{top:0;bottom:0;left:0;width:var(--cds-popover-offset,0);transform:translateX(-100%)}.cds--popover--right .cds--popover-caret,.cds--popover--right-bottom .cds--popover-caret,.cds--popover--right-top .cds--popover-caret{top:50%;left:100%;width:var(--cds-popover-caret-height,.375rem);height:var(--cds-popover-caret-width,.75rem);-webkit-clip-path:polygon(0 50%,100% 0,100% 100%);clip-path:polygon(0 50%,100% 0,100% 100%);transform:translate(calc(var(--cds-popover-offset,0) - 100%),-50%)}.cds--popover--left .cds--popover-content{top:50%;right:100%;transform:translate(calc(-1 * var(--cds-popover-offset,0) + .1px),-50%)}.cds--popover--left-top .cds--popover-content{top:-50%;right:100%;transform:translate(calc(-1 * var(--cds-popover-offset,0)),calc(-.5 * var(--cds-popover-offset,0) + 16px))}.cds--popover--left-bottom .cds--popover-content{right:100%;bottom:-50%;transform:translate(calc(-1 * var(--cds-popover-offset,0)),calc(.5 * var(--cds-popover-offset,0) - 16px))}.cds--popover--left .cds--popover-content::before,.cds--popover--left-bottom .cds--popover-content::before,.cds--popover--left-top .cds--popover-content::before{top:0;right:0;bottom:0;width:var(--cds-popover-offset,0);transform:translateX(100%)}.cds--popover--left .cds--popover-caret,.cds--popover--left-bottom .cds--popover-caret,.cds--popover--left-top .cds--popover-caret{top:50%;right:100%;width:var(--cds-popover-caret-height,.375rem);height:var(--cds-popover-caret-width,.75rem);-webkit-clip-path:polygon(0 0,100% 50%,0 100%);clip-path:polygon(0 0,100% 50%,0 100%);transform:translate(calc(-1 * var(--cds-popover-offset,0) + 100%),-50%)}.cds--popover--tab-tip .cds--popover-content{border-radius:0}.cds--popover--tab-tip__button{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;width:2rem;height:2rem;align-items:center;justify-content:center}.cds--popover--tab-tip__button *,.cds--popover--tab-tip__button ::after,.cds--popover--tab-tip__button ::before{box-sizing:inherit}.cds--popover--tab-tip__button::-moz-focus-inner{border:0}.cds--popover--tab-tip__button:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--popover--tab-tip__button:focus{outline-style:dotted}}.cds--popover--tab-tip__button:hover{background-color:var(--cds-layer-hover)}.cds--popover--tab-tip.cds--popover--open .cds--popover--tab-tip__button{background:var(--cds-layer);box-shadow:0 2px 2px rgba(0,0,0,.2)}.cds--popover--tab-tip.cds--popover--open .cds--popover--tab-tip__button:not(:focus)::after{position:absolute;z-index:6001;bottom:0;width:100%;height:2px;background:var(--cds-layer);content:""}.cds--popover--tab-tip__button svg{fill:var(--cds-icon-primary,#161616)}.cds--tooltip{--cds-popover-offset:12px}.cds--tooltip-content{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);max-width:18rem;padding:var(--cds-tooltip-padding-block,1rem) var(--cds-tooltip-padding-inline,1rem);color:var(--cds-text-inverse,#fff)}.cds--icon-tooltip{--cds-tooltip-padding-block:0.125rem;--cds-popover-caret-width:0.5rem;--cds-popover-caret-height:0.25rem;--cds-popover-offset:0.5rem}.cds--icon-tooltip .cds--tooltip-content{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--definition-term{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%;border-bottom:1px dotted var(--cds-border-strong);border-radius:0;color:var(--cds-text-primary,#161616)}.cds--definition-term *,.cds--definition-term ::after,.cds--definition-term ::before{box-sizing:inherit}.cds--definition-term::-moz-focus-inner{border:0}.cds--definition-term:focus{outline:1px solid var(--cds-focus,#0f62fe);border-bottom-color:var(--cds-border-interactive,#0f62fe)}@media screen and (prefers-contrast){.cds--definition-term:focus{outline-style:dotted}}.cds--definition-term:hover{border-bottom-color:var(--cds-border-interactive,#0f62fe)}.cds--definition-tooltip{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);max-width:11rem;padding:.5rem 1rem}:host(cds-btn),:host(cds-modal-footer-button){display:inline-flex}:host(cds-btn)[isExpressive] ::slotted([slot=icon]),:host(cds-modal-footer-button)[isExpressive] ::slotted([slot=icon]){width:1.25rem;height:1.25rem}:host(cds-btn[kind=ghost]) .cds--btn--ghost:active,:host(cds-btn[kind=ghost]:hover) .cds--btn--ghost{outline:0}:host(cds-btn-set) ::slotted(cds-btn){width:100%;max-width:12.25rem}',
|
|
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}}.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--btn{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;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:inline-flex;width:-moz-max-content;width:max-content;max-width:20rem;min-height:3rem;flex-shrink:0;align-items:center;justify-content:space-between;padding:calc(.875rem - 3px) calc(4rem - 1px) calc(.875rem - 3px) calc(1rem - 1px);margin:0;border-radius:0;cursor:pointer;outline:0;text-align:left;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:top}.cds--btn *,.cds--btn ::after,.cds--btn ::before{box-sizing:inherit}.cds--btn.cds--btn--disabled,.cds--btn.cds--btn--disabled:focus,.cds--btn.cds--btn--disabled:hover,.cds--btn:disabled,.cds--btn:focus:disabled,.cds--btn:hover:disabled{border-color:var(--cds-button-disabled,#c6c6c6);background:var(--cds-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds--btn .cds--btn__icon{position:absolute;right:1rem;width:1rem;height:1rem;flex-shrink:0}.cds--btn::-moz-focus-inner{padding:0;border:0}.cds--btn--primary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-primary,#0f62fe);color:var(--cds-text-on-color,#fff)}.cds--btn--primary:hover{background-color:var(--cds-button-primary-hover,#0050e6)}.cds--btn--primary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--primary:active{background-color:var(--cds-button-primary-active,#002d9c)}.cds--btn--primary .cds--btn__icon,.cds--btn--primary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--primary:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--secondary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-secondary,#393939);color:var(--cds-text-on-color,#fff)}.cds--btn--secondary:hover{background-color:var(--cds-button-secondary-hover,#474747)}.cds--btn--secondary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--secondary:active{background-color:var(--cds-button-secondary-active,#6f6f6f)}.cds--btn--secondary .cds--btn__icon,.cds--btn--secondary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--secondary:focus,.cds--btn--secondary:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-tertiary,#0f62fe);background-color:transparent;color:var(--cds-button-tertiary,#0f62fe)}.cds--btn--tertiary:hover{background-color:var(--cds-button-tertiary-hover,#0050e6)}.cds--btn--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--tertiary:active{background-color:var(--cds-button-tertiary-active,#002d9c)}.cds--btn--tertiary .cds--btn__icon,.cds--btn--tertiary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--tertiary:hover{color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary:focus{background-color:var(--cds-button-tertiary,#0f62fe);color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary:active{border-color:transparent;background-color:var(--cds-button-tertiary-active,#002d9c);color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary.cds--btn--disabled,.cds--btn--tertiary.cds--btn--disabled:focus,.cds--btn--tertiary.cds--btn--disabled:hover,.cds--btn--tertiary:disabled,.cds--btn--tertiary:focus:disabled,.cds--btn--tertiary:hover:disabled{background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-link-primary,#0f62fe);padding:calc(.875rem - 3px) 1rem}.cds--btn--ghost:hover{background-color:var(--cds-layer-hover)}.cds--btn--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--ghost:active{background-color:var(--cds-layer-active)}.cds--btn--ghost .cds--btn__icon,.cds--btn--ghost .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--ghost .cds--btn__icon{position:static;margin-left:.5rem}.cds--btn--ghost:active,.cds--btn--ghost:hover{color:var(--cds-link-primary-hover,#0043ce)}.cds--btn--ghost:active{background-color:var(--cds-background-active,rgba(141,141,141,.5))}.cds--btn--ghost.cds--btn--disabled,.cds--btn--ghost.cds--btn--disabled:focus,.cds--btn--ghost.cds--btn--disabled:hover,.cds--btn--ghost:disabled,.cds--btn--ghost:focus:disabled,.cds--btn--ghost:hover:disabled{border-color:transparent;background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--ghost.cds--btn--sm{padding:calc(.375rem - 3px) 1rem}.cds--btn--ghost.cds--btn--field,.cds--btn--ghost.cds--btn--md{padding:calc(.675rem - 3px) 1rem}.cds--btn--ghost:not([disabled]) svg{fill:var(--cds-icon-primary,#161616)}.cds--btn--icon-only{padding-right:.9375rem;padding-left:.9375rem}.cds--btn--icon-only .cds--btn__icon{position:static}.cds--btn--icon-only.cds--btn--danger--ghost .cds--btn__icon,.cds--btn--icon-only.cds--btn--ghost .cds--btn__icon{margin:0}.cds--btn--icon-only.cds--btn--selected{background:var(--cds-background-selected,rgba(141,141,141,.2))}.cds--btn path[data-icon-path=inner-path]{fill:none}.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:var(--cds-icon-primary,#161616)}.cds--btn--ghost.cds--btn--icon-only[disabled] .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only[disabled] .cds--btn__icon path:not([data-icon-path]):not([fill=none]),.cds--btn.cds--btn--icon-only.cds--btn--ghost[disabled]:hover .cds--btn__icon{fill:var(--cds-icon-on-color-disabled,#8d8d8d)}.cds--btn--ghost.cds--btn--icon-only[disabled]{cursor:not-allowed}.cds--btn--field.cds--btn--icon-only,.cds--btn--md.cds--btn--icon-only{padding-right:.6875rem;padding-left:.6875rem}.cds--btn--sm.cds--btn--icon-only{padding-right:.4375rem;padding-left:.4375rem}.cds--btn--danger{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds--btn--danger:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger .cds--btn__icon,.cds--btn--danger .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-danger-secondary,#da1e28);background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28)}.cds--btn--danger--tertiary:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger--tertiary:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger--tertiary .cds--btn__icon,.cds--btn--danger--tertiary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger--tertiary:hover{border-color:var(--cds-button-danger-hover,#b81921);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary:focus{background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary:active{border-color:var(--cds-button-danger-active,#750e13);background-color:var(--cds-button-danger-active,#750e13);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary.cds--btn--disabled,.cds--btn--danger--tertiary.cds--btn--disabled:focus,.cds--btn--danger--tertiary.cds--btn--disabled:hover,.cds--btn--danger--tertiary:disabled,.cds--btn--danger--tertiary:focus:disabled,.cds--btn--danger--tertiary:hover:disabled{background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--danger--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28);padding:calc(.875rem - 3px) 1rem}.cds--btn--danger--ghost:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger--ghost:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger--ghost .cds--btn__icon,.cds--btn--danger--ghost .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger--ghost .cds--btn__icon{position:static;margin-left:.5rem}.cds--btn--danger--ghost:active,.cds--btn--danger--ghost:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--danger--ghost.cds--btn--disabled,.cds--btn--danger--ghost.cds--btn--disabled:focus,.cds--btn--danger--ghost.cds--btn--disabled:hover,.cds--btn--danger--ghost:disabled,.cds--btn--danger--ghost:focus:disabled,.cds--btn--danger--ghost:hover:disabled{border-color:transparent;background:0 0;color:var(--cds-text-disabled,rgba(22,22,22,.25));outline:0}.cds--btn--danger--ghost.cds--btn--sm{padding:calc(.375rem - 3px) 1rem}.cds--btn--danger--ghost.cds--btn--field,.cds--btn--danger--ghost.cds--btn--md{padding:calc(.675rem - 3px) 1rem}.cds--btn--sm{min-height:2rem;padding:calc(.375rem - 3px) calc(4rem - 4px) calc(.375rem - 3px) calc(1rem - 4px)}.cds--btn--2xl:not(.cds--btn--icon-only){align-items:baseline;padding-top:1rem;padding-right:4rem;padding-left:1rem;min-height:5rem}.cds--btn--xl:not(.cds--btn--icon-only){align-items:baseline;padding-top:1rem;padding-right:4rem;padding-left:1rem;min-height:4rem}.cds--btn--field,.cds--btn--md{min-height:2.5rem;padding:calc(.675rem - 3px) calc(4rem - 4px) calc(.675rem - 3px) calc(1rem - 4px)}.cds--btn--expressive{font-size:var(--cds-body-compact-02-font-size,1rem);font-weight:var(--cds-body-compact-02-font-weight,400);line-height:var(--cds-body-compact-02-line-height,1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing,0);min-height:3rem}.cds--btn--icon-only.cds--btn--expressive{padding:12px 13px}.cds--btn.cds--btn--expressive .cds--btn__icon{width:1.25rem;height:1.25rem}.cds--btn-set .cds--btn.cds--btn--expressive,:host(cds-button-set) .cds--btn.cds--btn--expressive{max-width:20rem}.cds--btn.cds--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none;width:9.375rem}.cds--btn.cds--skeleton:active,.cds--btn.cds--skeleton:focus,.cds--btn.cds--skeleton:hover{border:none;cursor:default;outline:0}.cds--btn.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--btn.cds--skeleton::before{animation:none}}.cds--btn-set,:host(cds-button-set){display:flex}.cds--btn-set--stacked,:host(cds-button-set)[stacked]{flex-direction:column}.cds--btn-set .cds--btn,:host(cds-button-set) .cds--btn{width:100%;max-width:12.25rem}.cds--btn-set .cds--btn:not(:focus),:host(cds-button-set) .cds--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}.cds--btn-set .cds--btn:first-of-type:not(:focus),:host(cds-button-set) .cds--btn:first-of-type:not(:focus){box-shadow:inherit}.cds--btn-set .cds--btn:focus+.cds--btn,:host(cds-button-set) .cds--btn:focus+.cds--btn{box-shadow:inherit}.cds--btn-set--stacked .cds--btn:not(:focus),:host(cds-button-set)[stacked] .cds--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-button-separator,#e0e0e0)}.cds--btn-set--stacked .cds--btn:first-of-type:not(:focus),:host(cds-button-set)[stacked] .cds--btn:first-of-type:not(:focus){box-shadow:inherit}.cds--btn-set .cds--btn.cds--btn--disabled,:host(cds-button-set) .cds--btn.cds--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-icon-on-color-disabled,#8d8d8d)}.cds--btn-set .cds--btn.cds--btn--disabled:first-of-type,:host(cds-button-set) .cds--btn.cds--btn--disabled:first-of-type{box-shadow:none}.cds--btn-set--stacked .cds--btn.cds--btn--disabled,:host(cds-button-set)[stacked] .cds--btn.cds--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-layer-selected-disabled,#8d8d8d)}.cds--btn-set--stacked .cds--btn.cds--btn--disabled:first-of-type,:host(cds-button-set)[stacked] .cds--btn.cds--btn--disabled:first-of-type{box-shadow:none}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--btn:focus{color:Highlight;outline:1px solid Highlight}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:ButtonText}}.cds--popover-container{position:relative;display:inline-block}.cds--popover--high-contrast .cds--popover{--cds-popover-background-color:var(--cds-background-inverse, #393939);--cds-popover-text-color:var(--cds-text-inverse, #ffffff)}.cds--popover--drop-shadow .cds--popover{--cds-popover-drop-shadow:drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2))}.cds--popover--caret{--cds-popover-offset:0.625rem}.cds--popover{position:absolute;z-index:6000;top:0;right:0;bottom:0;left:0;filter:var(--cds-popover-drop-shadow, none);pointer-events:none}.cds--popover-content{position:absolute;z-index:6000;display:none;width:-moz-max-content;width:max-content;max-width:23rem;background-color:var(--cds-popover-background-color,var(--cds-layer));border-radius:var(--cds-popover-border-radius,2px);color:var(--cds-popover-text-color,var(--cds-text-primary,#161616));pointer-events:auto}.cds--popover--open .cds--popover-content{display:block}.cds--popover-content::before{position:absolute;display:none;content:""}.cds--popover--open .cds--popover-content::before{display:block}.cds--popover-caret{position:absolute;z-index:6000;display:none;background-color:var(--cds-popover-background-color,var(--cds-layer));will-change:transform}.cds--popover--open.cds--popover--caret .cds--popover-caret{display:block}.cds--popover--bottom .cds--popover-content{bottom:0;left:50%;transform:translate(-50%,calc(100% + var(--cds-popover-offset,0)))}.cds--popover--bottom-left .cds--popover-content{bottom:0;left:0;transform:translate(calc(-1 * var(--cds-popover-offset,0)),calc(100% + var(--cds-popover-offset,0)))}.cds--popover--bottom-right .cds--popover-content{right:0;bottom:0;transform:translate(var(--cds-popover-offset,0),calc(100% + var(--cds-popover-offset,0)))}.cds--popover--bottom .cds--popover-content::before,.cds--popover--bottom-left .cds--popover-content::before,.cds--popover--bottom-right .cds--popover-content::before{top:0;right:0;left:0;height:var(--cds-popover-offset,0);transform:translateY(-100%)}.cds--popover--bottom .cds--popover-caret,.cds--popover--bottom-left .cds--popover-caret,.cds--popover--bottom-right .cds--popover-caret{bottom:0;left:50%;width:var(--cds-popover-caret-width,.75rem);height:var(--cds-popover-caret-height,.375rem);-webkit-clip-path:polygon(0 100%,50% 0,100% 100%);clip-path:polygon(0 100%,50% 0,100% 100%);transform:translate(-50%,var(--cds-popover-offset,0))}.cds--popover--top .cds--popover-content{top:0;left:50%;transform:translate(-50%,calc(-100% - var(--cds-popover-offset,0)))}.cds--popover--top-left .cds--popover-content{top:0;left:0;transform:translate(calc(-1 * var(--cds-popover-offset,0)),calc(-100% - var(--cds-popover-offset,0)))}.cds--popover--top-right .cds--popover-content{top:0;right:0;transform:translate(var(--cds-popover-offset,0),calc(-100% - var(--cds-popover-offset,0)))}.cds--popover--top .cds--popover-content::before,.cds--popover--top-left .cds--popover-content::before,.cds--popover--top-right .cds--popover-content::before{right:0;bottom:0;left:0;height:var(--cds-popover-offset,0);transform:translateY(100%)}.cds--popover--top .cds--popover-caret,.cds--popover--top-left .cds--popover-caret,.cds--popover--top-right .cds--popover-caret{top:0;left:50%;width:var(--cds-popover-caret-width,.75rem);height:var(--cds-popover-caret-height,.375rem);-webkit-clip-path:polygon(0 0,50% 100%,100% 0);clip-path:polygon(0 0,50% 100%,100% 0);transform:translate(-50%,calc(-1 * var(--cds-popover-offset,0)))}.cds--popover--right .cds--popover-content{top:50%;left:100%;transform:translate(var(--cds-popover-offset,0),-50%)}.cds--popover--right-top .cds--popover-content{top:50%;left:100%;transform:translate(var(--cds-popover-offset,0),calc(.5 * var(--cds-popover-offset,0) * -1 - 16px))}.cds--popover--right-bottom .cds--popover-content{bottom:50%;left:100%;transform:translate(var(--cds-popover-offset,0),calc(.5 * var(--cds-popover-offset,0) + 16px))}.cds--popover--right .cds--popover-content::before,.cds--popover--right-bottom .cds--popover-content::before,.cds--popover--right-top .cds--popover-content::before{top:0;bottom:0;left:0;width:var(--cds-popover-offset,0);transform:translateX(-100%)}.cds--popover--right .cds--popover-caret,.cds--popover--right-bottom .cds--popover-caret,.cds--popover--right-top .cds--popover-caret{top:50%;left:100%;width:var(--cds-popover-caret-height,.375rem);height:var(--cds-popover-caret-width,.75rem);-webkit-clip-path:polygon(0 50%,100% 0,100% 100%);clip-path:polygon(0 50%,100% 0,100% 100%);transform:translate(calc(var(--cds-popover-offset,0) - 100%),-50%)}.cds--popover--left .cds--popover-content{top:50%;right:100%;transform:translate(calc(-1 * var(--cds-popover-offset,0) + .1px),-50%)}.cds--popover--left-top .cds--popover-content{top:-50%;right:100%;transform:translate(calc(-1 * var(--cds-popover-offset,0)),calc(-.5 * var(--cds-popover-offset,0) + 16px))}.cds--popover--left-bottom .cds--popover-content{right:100%;bottom:-50%;transform:translate(calc(-1 * var(--cds-popover-offset,0)),calc(.5 * var(--cds-popover-offset,0) - 16px))}.cds--popover--left .cds--popover-content::before,.cds--popover--left-bottom .cds--popover-content::before,.cds--popover--left-top .cds--popover-content::before{top:0;right:0;bottom:0;width:var(--cds-popover-offset,0);transform:translateX(100%)}.cds--popover--left .cds--popover-caret,.cds--popover--left-bottom .cds--popover-caret,.cds--popover--left-top .cds--popover-caret{top:50%;right:100%;width:var(--cds-popover-caret-height,.375rem);height:var(--cds-popover-caret-width,.75rem);-webkit-clip-path:polygon(0 0,100% 50%,0 100%);clip-path:polygon(0 0,100% 50%,0 100%);transform:translate(calc(-1 * var(--cds-popover-offset,0) + 100%),-50%)}.cds--popover--tab-tip .cds--popover-content{border-radius:0}.cds--popover--tab-tip__button{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;width:2rem;height:2rem;align-items:center;justify-content:center}.cds--popover--tab-tip__button *,.cds--popover--tab-tip__button ::after,.cds--popover--tab-tip__button ::before{box-sizing:inherit}.cds--popover--tab-tip__button::-moz-focus-inner{border:0}.cds--popover--tab-tip__button:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--popover--tab-tip__button:focus{outline-style:dotted}}.cds--popover--tab-tip__button:hover{background-color:var(--cds-layer-hover)}.cds--popover--tab-tip.cds--popover--open .cds--popover--tab-tip__button{background:var(--cds-layer);box-shadow:0 2px 2px rgba(0,0,0,.2)}.cds--popover--tab-tip.cds--popover--open .cds--popover--tab-tip__button:not(:focus)::after{position:absolute;z-index:6001;bottom:0;width:100%;height:2px;background:var(--cds-layer);content:""}.cds--popover--tab-tip__button svg{fill:var(--cds-icon-primary,#161616)}.cds--tooltip{--cds-popover-offset:12px}.cds--tooltip-content{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);max-width:18rem;padding:var(--cds-tooltip-padding-block,1rem) var(--cds-tooltip-padding-inline,1rem);color:var(--cds-text-inverse,#fff)}.cds--icon-tooltip{--cds-tooltip-padding-block:0.125rem;--cds-popover-caret-width:0.5rem;--cds-popover-caret-height:0.25rem;--cds-popover-offset:0.5rem}.cds--icon-tooltip .cds--tooltip-content{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--definition-term{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%;border-bottom:1px dotted var(--cds-border-strong);border-radius:0;color:var(--cds-text-primary,#161616)}.cds--definition-term *,.cds--definition-term ::after,.cds--definition-term ::before{box-sizing:inherit}.cds--definition-term::-moz-focus-inner{border:0}.cds--definition-term:focus{outline:1px solid var(--cds-focus,#0f62fe);border-bottom-color:var(--cds-border-interactive,#0f62fe)}@media screen and (prefers-contrast){.cds--definition-term:focus{outline-style:dotted}}.cds--definition-term:hover{border-bottom-color:var(--cds-border-interactive,#0f62fe)}.cds--definition-tooltip{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);max-width:11rem;padding:.5rem 1rem}:host(cds-button),:host(cds-modal-footer-button){display:inline-flex}:host(cds-button)[isExpressive] ::slotted([slot=icon]),:host(cds-modal-footer-button)[isExpressive] ::slotted([slot=icon]){width:1.25rem;height:1.25rem}:host(cds-button[kind=ghost]) .cds--btn--ghost:active,:host(cds-button[kind=ghost]:hover) .cds--btn--ghost{outline:0}:host(cds-button-set) ::slotted(cds-button){width:100%;max-width:12.25rem}',
|
|
12
12
|
]);
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
import { LitElement } from 'lit';
|
|
10
10
|
import { BUTTON_KIND, BUTTON_TYPE, BUTTON_SIZE, BUTTON_TOOLTIP_ALIGNMENT, BUTTON_TOOLTIP_POSITION } from './defs';
|
|
11
11
|
export { BUTTON_KIND, BUTTON_TYPE, BUTTON_SIZE, BUTTON_TOOLTIP_ALIGNMENT, BUTTON_TOOLTIP_POSITION, };
|
|
12
|
-
declare const
|
|
12
|
+
declare const CDSButton_base: {
|
|
13
13
|
new (...args: any[]): {
|
|
14
14
|
_handles: Set<import("../../globals/internal/handle").default>;
|
|
15
15
|
connectedCallback(): void;
|
|
@@ -633,10 +633,10 @@ declare const BXButton_base: {
|
|
|
633
633
|
/**
|
|
634
634
|
* Button.
|
|
635
635
|
*
|
|
636
|
-
* @element cds-
|
|
636
|
+
* @element cds-button
|
|
637
637
|
* @csspart button The button.
|
|
638
638
|
*/
|
|
639
|
-
declare class
|
|
639
|
+
declare class CDSButton extends CDSButton_base {
|
|
640
640
|
/**
|
|
641
641
|
* `true` if there is an icon.
|
|
642
642
|
*/
|
|
@@ -721,7 +721,7 @@ declare class BXButton extends BXButton_base {
|
|
|
721
721
|
/**
|
|
722
722
|
* Button size.
|
|
723
723
|
*/
|
|
724
|
-
size:
|
|
724
|
+
size: string;
|
|
725
725
|
/**
|
|
726
726
|
* The link target, if this button is rendered as `<a>`.
|
|
727
727
|
*/
|
|
@@ -753,6 +753,6 @@ declare class BXButton extends BXButton_base {
|
|
|
753
753
|
};
|
|
754
754
|
static styles: any;
|
|
755
755
|
}
|
|
756
|
-
export default
|
|
756
|
+
export default CDSButton;
|
|
757
757
|
|
|
758
758
|
//# sourceMappingURL=button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["components/button/button.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAIvC,OAAO,EACL,WAAW,EACX,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,EACxB,MAAM,QAAQ,CAAC;AAKhB,OAAO,EACL,WAAW,EACX,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF;;;;;GAKG;AACH,cACM,QAAS,SAAQ,aAAyC;IAC9D;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAS;IAEzB;;OAEG;IACH,OAAO,CAAC,eAAe,CAAS;IAEhC;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAazB,OAAO,CAAC,oBAAoB;IAS5B,OAAO,CAAC,WAAW,CAEjB;IAEF;;OAEG;IAGH,OAAO,CAAC,eAAe,CAErB;IAEF;;;OAGG;IAGH,OAAO,CAAC,YAAY,CAElB;IAEF;;;OAGG;IAGH,OAAO,CAAC,eAAe,CAErB;IAEF;;OAEG;IAEH,SAAS,UAAS;IAElB;;OAEG;IAEH,gBAAgB,MAAC;IAEjB;;OAEG;IAEH,QAAQ,UAAS;IAEjB;;OAEG;IAEH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAEH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAEH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAEH,YAAY,UAAS;IAErB;;;OAGG;IAEH,UAAU,UAAS;IAEnB;;OAEG;IAEH,IAAI,cAAuB;IAE3B;;OAEG;IAEH,QAAQ,SAAY;IAEpB;;OAEG;IAEH,WAAW,UAAS;IAEpB;;OAEG;IAEH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAEH,GAAG,EAAG,MAAM,CAAC;IAEb;;OAEG;IAEH,IAAI,cAAqB;IAEzB;;OAEG;IAEH,MAAM,EAAG,MAAM,CAAC;IAEhB;;;OAGG;IAEH,gBAAgB,2BAAmC;IAEnD;;;OAGG;IAEH,eAAe,0BAA+B;IAE9C;;;OAGG;IAEH,WAAW,EAAG,MAAM,CAAC;IAErB;;OAEG;IAEH,IAAI,cAAsB;IAE1B,MAAM;IA2HN,MAAM,CAAC,iBAAiB;;;;MAGtB;IACF,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,QAAQ,CAAC","file":"button.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { ifDefined } from 'lit/directives/if-defined.js';\nimport { LitElement, html } from 'lit';\nimport { property, customElement } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport FocusMixin from '../../globals/mixins/focus';\nimport {\n BUTTON_KIND,\n BUTTON_TYPE,\n BUTTON_SIZE,\n BUTTON_TOOLTIP_ALIGNMENT,\n BUTTON_TOOLTIP_POSITION,\n} from './defs';\nimport styles from './button.scss';\nimport HostListener from '../../globals/decorators/host-listener';\nimport HostListenerMixin from '../../globals/mixins/host-listener';\n\nexport {\n BUTTON_KIND,\n BUTTON_TYPE,\n BUTTON_SIZE,\n BUTTON_TOOLTIP_ALIGNMENT,\n BUTTON_TOOLTIP_POSITION,\n};\n\n/**\n * Button.\n *\n * @element cds-btn\n * @csspart button The button.\n */\n@customElement(`${prefix}-btn`)\nclass BXButton extends HostListenerMixin(FocusMixin(LitElement)) {\n /**\n * `true` if there is an icon.\n */\n private _hasIcon = false;\n\n /**\n * `true` if there is a non-icon content.\n */\n private _hasMainContent = false;\n\n /**\n * Handles `slotchange` event.\n */\n private _handleSlotChange({ target }: Event) {\n const { name } = target as HTMLSlotElement;\n const hasContent = (target as HTMLSlotElement)\n .assignedNodes()\n .some(\n (node) => node.nodeType !== Node.TEXT_NODE || node!.textContent!.trim()\n );\n this[name === 'icon' ? '_hasIcon' : '_hasMainContent'] = hasContent;\n this.requestUpdate();\n }\n\n @HostListener('click', { capture: true })\n // @ts-ignore\n private _handleDisabledClick(event: Event) {\n const { disabled } = this;\n if (disabled) {\n event.stopPropagation();\n }\n }\n\n @HostListener('mouseover')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleOver = () => {\n this.openTooltip = !this.openTooltip;\n };\n\n /**\n * Handles `keydown` event on this element.\n */\n @HostListener('mouseout')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleHoverOut = async () => {\n this.openTooltip = !this.openTooltip;\n };\n\n /**\n * Handles `keydown` event on this element.\n * Space & enter will toggle state, Escape will only close.\n */\n @HostListener('focus')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleFocus = async (event) => {\n this._handleOver();\n };\n\n /**\n * Handles `keydown` event on this element.\n * Space & enter will toggle state, Escape will only close.\n */\n @HostListener('focusout')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleFocusout = async (event) => {\n this._handleOver();\n };\n\n /**\n * `true` if the button should have input focus when the page loads.\n */\n @property({ type: Boolean, reflect: true })\n autofocus = false;\n\n /**\n * Specify the message read by screen readers for the danger button variant\n */\n @property({ reflect: true, attribute: 'danger-descriptor' })\n dangerDescriptor;\n\n /**\n * `true` if the button should be disabled.\n */\n @property({ type: Boolean, reflect: true })\n disabled = false;\n\n /**\n * The default file name, used if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n download!: string;\n\n /**\n * Link `href`. If present, this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n href!: string;\n\n /**\n * The language of what `href` points to, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n hreflang!: string;\n\n /**\n * `true` if expressive theme enabled.\n */\n @property({ type: Boolean, reflect: true })\n isExpressive = false;\n\n /**\n * Specify whether the Button is currently selected.\n * Only applies to the Ghost variant.\n */\n @property({ type: Boolean, reflect: true })\n isSelected = false;\n\n /**\n * Button kind.\n */\n @property({ reflect: true })\n kind = BUTTON_KIND.PRIMARY;\n\n /**\n * The a11y role for `<a>`.\n */\n @property({ attribute: 'link-role' })\n linkRole = 'button';\n\n /**\n * Boolean to determine if tooltip is open.\n */\n @property({ type: Boolean })\n openTooltip = false;\n\n /**\n * URLs to ping, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n ping!: string;\n\n /**\n * The link type, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n rel!: string;\n\n /**\n * Button size.\n */\n @property({ reflect: true })\n size = BUTTON_SIZE.LARGE;\n\n /**\n * The link target, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n target!: string;\n\n /**\n * Specify the alignment of the tooltip to the icon-only button.\n * Can be one of: start, center, or end.\n */\n @property({ reflect: true, attribute: 'tooltip-alignment' })\n tooltipAlignment = BUTTON_TOOLTIP_ALIGNMENT.CENTER;\n\n /**\n * Specify the direction of the tooltip for icon-only buttons.\n * Can be either top, right, bottom, or left.\n */\n @property({ reflect: true, attribute: 'tooltip-position' })\n tooltipPosition = BUTTON_TOOLTIP_POSITION.TOP;\n\n /**\n * Specify the direction of the tooltip for icon-only buttons.\n * Can be either top, right, bottom, or left.\n */\n @property({ reflect: true, attribute: 'tooltip-text' })\n tooltipText!: string;\n\n /**\n * Button type.\n */\n @property({ reflect: true })\n type = BUTTON_TYPE.BUTTON;\n\n render() {\n const {\n autofocus,\n dangerDescriptor,\n disabled,\n download,\n href,\n hreflang,\n kind,\n isExpressive,\n isSelected,\n linkRole,\n openTooltip,\n ping,\n rel,\n size,\n target,\n tooltipAlignment,\n tooltipPosition,\n tooltipText,\n type,\n _hasIcon: hasIcon,\n _hasMainContent: hasMainContent,\n _handleSlotChange: handleSlotChange,\n } = this;\n const classes = classMap({\n [`${prefix}--btn`]: true,\n [`${prefix}--btn--${kind}`]: kind,\n [`${prefix}--btn--disabled`]: disabled,\n [`${prefix}--btn--icon-only`]: hasIcon && !hasMainContent,\n [`${prefix}--btn--${size}`]: size,\n [`${prefix}-ce--btn--has-icon`]: hasIcon,\n [`${prefix}--btn--expressive`]: isExpressive,\n [`${prefix}--btn--selected`]: isSelected && kind === 'ghost',\n });\n\n const isDanger = kind.includes('danger');\n\n if (href) {\n return disabled\n ? html`\n <p id=\"button\" part=\"button\" class=\"${classes}\">\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </p>\n `\n : html`\n <a\n id=\"button\"\n part=\"button\"\n role=\"${ifDefined(linkRole)}\"\n class=\"${classes}\"\n download=\"${ifDefined(download)}\"\n href=\"${ifDefined(href)}\"\n hreflang=\"${ifDefined(hreflang)}\"\n ping=\"${ifDefined(ping)}\"\n rel=\"${ifDefined(rel)}\"\n target=\"${ifDefined(target)}\"\n type=\"${ifDefined(type)}\">\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </a>\n `;\n }\n\n const alignmentClass =\n tooltipAlignment &&\n (tooltipPosition === BUTTON_TOOLTIP_POSITION.TOP ||\n tooltipPosition === BUTTON_TOOLTIP_POSITION.BOTTOM)\n ? `-${tooltipAlignment}`\n : '';\n\n const tooltipClasses = classMap({\n [`${prefix}--popover-container`]: true,\n [`${prefix}--popover--caret`]: true,\n [`${prefix}--popover--high-contrast`]: true,\n [`${prefix}--tooltip`]: true,\n [`${prefix}--icon-tooltip`]: hasIcon,\n [`${prefix}--popover--open`]: openTooltip,\n [`${prefix}--popover--${tooltipPosition}${alignmentClass}`]: tooltipText,\n });\n\n return tooltipText\n ? html`\n <span class=\"${tooltipClasses}\">\n <button\n id=\"button\"\n part=\"button\"\n class=\"${classes}\"\n ?autofocus=\"${autofocus}\"\n ?disabled=\"${disabled}\"\n type=\"${ifDefined(type)}\">\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </button>\n <span class=\"${prefix}--popover\">\n <span\n class=\"${prefix}--popover-content ${prefix}--tooltip-content\">\n ${tooltipText}\n </span>\n <span class=\"${prefix}--popover-caret\"></span>\n </span>\n </span>\n `\n : html`\n <button\n id=\"button\"\n part=\"button\"\n class=\"${classes}\"\n ?autofocus=\"${autofocus}\"\n ?disabled=\"${disabled}\"\n type=\"${ifDefined(type)}\">\n ${isDanger\n ? html`<span class=\"${prefix}--visually-hidden\"\n >${dangerDescriptor}</span\n >`\n : ``}\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </button>\n `;\n }\n\n static shadowRootOptions = {\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n };\n static styles = styles; // `styles` here is a `CSSResult` generated by custom WebPack loader\n}\n\nexport default BXButton;\n"]}
|
|
1
|
+
{"version":3,"sources":["components/button/button.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAIvC,OAAO,EACL,WAAW,EACX,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,EACxB,MAAM,QAAQ,CAAC;AAKhB,OAAO,EACL,WAAW,EACX,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF;;;;;GAKG;AACH,cACM,SAAU,SAAQ,cAAyC;IAC/D;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAS;IAEzB;;OAEG;IACH,OAAO,CAAC,eAAe,CAAS;IAEhC;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAazB,OAAO,CAAC,oBAAoB;IAS5B,OAAO,CAAC,WAAW,CAEjB;IAEF;;OAEG;IAGH,OAAO,CAAC,eAAe,CAErB;IAEF;;;OAGG;IAGH,OAAO,CAAC,YAAY,CAElB;IAEF;;;OAGG;IAGH,OAAO,CAAC,eAAe,CAErB;IAEF;;OAEG;IAEH,SAAS,UAAS;IAElB;;OAEG;IAEH,gBAAgB,MAAC;IAEjB;;OAEG;IAEH,QAAQ,UAAS;IAEjB;;OAEG;IAEH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAEH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAEH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAEH,YAAY,UAAS;IAErB;;;OAGG;IAEH,UAAU,UAAS;IAEnB;;OAEG;IAEH,IAAI,cAAuB;IAE3B;;OAEG;IAEH,QAAQ,SAAY;IAEpB;;OAEG;IAEH,WAAW,UAAS;IAEpB;;OAEG;IAEH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAEH,GAAG,EAAG,MAAM,CAAC;IAEb;;OAEG;IAEH,IAAI,SAAQ;IAEZ;;OAEG;IAEH,MAAM,EAAG,MAAM,CAAC;IAEhB;;;OAGG;IAEH,gBAAgB,2BAAmC;IAEnD;;;OAGG;IAEH,eAAe,0BAA+B;IAE9C;;;OAGG;IAEH,WAAW,EAAG,MAAM,CAAC;IAErB;;OAEG;IAEH,IAAI,cAAsB;IAE1B,MAAM;IA2HN,MAAM,CAAC,iBAAiB;;;;MAGtB;IACF,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,SAAS,CAAC","file":"button.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { ifDefined } from 'lit/directives/if-defined.js';\nimport { LitElement, html } from 'lit';\nimport { property, customElement } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport FocusMixin from '../../globals/mixins/focus';\nimport {\n BUTTON_KIND,\n BUTTON_TYPE,\n BUTTON_SIZE,\n BUTTON_TOOLTIP_ALIGNMENT,\n BUTTON_TOOLTIP_POSITION,\n} from './defs';\nimport styles from './button.scss';\nimport HostListener from '../../globals/decorators/host-listener';\nimport HostListenerMixin from '../../globals/mixins/host-listener';\n\nexport {\n BUTTON_KIND,\n BUTTON_TYPE,\n BUTTON_SIZE,\n BUTTON_TOOLTIP_ALIGNMENT,\n BUTTON_TOOLTIP_POSITION,\n};\n\n/**\n * Button.\n *\n * @element cds-button\n * @csspart button The button.\n */\n@customElement(`${prefix}-button`)\nclass CDSButton extends HostListenerMixin(FocusMixin(LitElement)) {\n /**\n * `true` if there is an icon.\n */\n private _hasIcon = false;\n\n /**\n * `true` if there is a non-icon content.\n */\n private _hasMainContent = false;\n\n /**\n * Handles `slotchange` event.\n */\n private _handleSlotChange({ target }: Event) {\n const { name } = target as HTMLSlotElement;\n const hasContent = (target as HTMLSlotElement)\n .assignedNodes()\n .some(\n (node) => node.nodeType !== Node.TEXT_NODE || node!.textContent!.trim()\n );\n this[name === 'icon' ? '_hasIcon' : '_hasMainContent'] = hasContent;\n this.requestUpdate();\n }\n\n @HostListener('click', { capture: true })\n // @ts-ignore\n private _handleDisabledClick(event: Event) {\n const { disabled } = this;\n if (disabled) {\n event.stopPropagation();\n }\n }\n\n @HostListener('mouseover')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleOver = () => {\n this.openTooltip = !this.openTooltip;\n };\n\n /**\n * Handles `keydown` event on this element.\n */\n @HostListener('mouseout')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleHoverOut = async () => {\n this.openTooltip = !this.openTooltip;\n };\n\n /**\n * Handles `keydown` event on this element.\n * Space & enter will toggle state, Escape will only close.\n */\n @HostListener('focus')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleFocus = async (event) => {\n this._handleOver();\n };\n\n /**\n * Handles `keydown` event on this element.\n * Space & enter will toggle state, Escape will only close.\n */\n @HostListener('focusout')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleFocusout = async (event) => {\n this._handleOver();\n };\n\n /**\n * `true` if the button should have input focus when the page loads.\n */\n @property({ type: Boolean, reflect: true })\n autofocus = false;\n\n /**\n * Specify the message read by screen readers for the danger button variant\n */\n @property({ reflect: true, attribute: 'danger-descriptor' })\n dangerDescriptor;\n\n /**\n * `true` if the button should be disabled.\n */\n @property({ type: Boolean, reflect: true })\n disabled = false;\n\n /**\n * The default file name, used if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n download!: string;\n\n /**\n * Link `href`. If present, this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n href!: string;\n\n /**\n * The language of what `href` points to, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n hreflang!: string;\n\n /**\n * `true` if expressive theme enabled.\n */\n @property({ type: Boolean, reflect: true })\n isExpressive = false;\n\n /**\n * Specify whether the Button is currently selected.\n * Only applies to the Ghost variant.\n */\n @property({ type: Boolean, reflect: true })\n isSelected = false;\n\n /**\n * Button kind.\n */\n @property({ reflect: true })\n kind = BUTTON_KIND.PRIMARY;\n\n /**\n * The a11y role for `<a>`.\n */\n @property({ attribute: 'link-role' })\n linkRole = 'button';\n\n /**\n * Boolean to determine if tooltip is open.\n */\n @property({ type: Boolean })\n openTooltip = false;\n\n /**\n * URLs to ping, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n ping!: string;\n\n /**\n * The link type, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n rel!: string;\n\n /**\n * Button size.\n */\n @property({ reflect: true })\n size = 'lg';\n\n /**\n * The link target, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n target!: string;\n\n /**\n * Specify the alignment of the tooltip to the icon-only button.\n * Can be one of: start, center, or end.\n */\n @property({ reflect: true, attribute: 'tooltip-alignment' })\n tooltipAlignment = BUTTON_TOOLTIP_ALIGNMENT.CENTER;\n\n /**\n * Specify the direction of the tooltip for icon-only buttons.\n * Can be either top, right, bottom, or left.\n */\n @property({ reflect: true, attribute: 'tooltip-position' })\n tooltipPosition = BUTTON_TOOLTIP_POSITION.TOP;\n\n /**\n * Specify the direction of the tooltip for icon-only buttons.\n * Can be either top, right, bottom, or left.\n */\n @property({ reflect: true, attribute: 'tooltip-text' })\n tooltipText!: string;\n\n /**\n * Button type.\n */\n @property({ reflect: true })\n type = BUTTON_TYPE.BUTTON;\n\n render() {\n const {\n autofocus,\n dangerDescriptor,\n disabled,\n download,\n href,\n hreflang,\n kind,\n isExpressive,\n isSelected,\n linkRole,\n openTooltip,\n ping,\n rel,\n size,\n target,\n tooltipAlignment,\n tooltipPosition,\n tooltipText,\n type,\n _hasIcon: hasIcon,\n _hasMainContent: hasMainContent,\n _handleSlotChange: handleSlotChange,\n } = this;\n const classes = classMap({\n [`${prefix}--btn`]: true,\n [`${prefix}--btn--${kind}`]: kind,\n [`${prefix}--btn--disabled`]: disabled,\n [`${prefix}--btn--icon-only`]: hasIcon && !hasMainContent,\n [`${prefix}--btn--${size}`]: size,\n [`${prefix}-ce--btn--has-icon`]: hasIcon,\n [`${prefix}--btn--expressive`]: isExpressive,\n [`${prefix}--btn--selected`]: isSelected && kind === 'ghost',\n });\n\n const isDanger = kind.includes('danger');\n\n if (href) {\n return disabled\n ? html`\n <p id=\"button\" part=\"button\" class=\"${classes}\">\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </p>\n `\n : html`\n <a\n id=\"button\"\n part=\"button\"\n role=\"${ifDefined(linkRole)}\"\n class=\"${classes}\"\n download=\"${ifDefined(download)}\"\n href=\"${ifDefined(href)}\"\n hreflang=\"${ifDefined(hreflang)}\"\n ping=\"${ifDefined(ping)}\"\n rel=\"${ifDefined(rel)}\"\n target=\"${ifDefined(target)}\"\n type=\"${ifDefined(type)}\">\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </a>\n `;\n }\n\n const alignmentClass =\n tooltipAlignment &&\n (tooltipPosition === BUTTON_TOOLTIP_POSITION.TOP ||\n tooltipPosition === BUTTON_TOOLTIP_POSITION.BOTTOM)\n ? `-${tooltipAlignment}`\n : '';\n\n const tooltipClasses = classMap({\n [`${prefix}--popover-container`]: true,\n [`${prefix}--popover--caret`]: true,\n [`${prefix}--popover--high-contrast`]: true,\n [`${prefix}--tooltip`]: true,\n [`${prefix}--icon-tooltip`]: hasIcon,\n [`${prefix}--popover--open`]: openTooltip,\n [`${prefix}--popover--${tooltipPosition}${alignmentClass}`]: tooltipText,\n });\n\n return tooltipText\n ? html`\n <span class=\"${tooltipClasses}\">\n <button\n id=\"button\"\n part=\"button\"\n class=\"${classes}\"\n ?autofocus=\"${autofocus}\"\n ?disabled=\"${disabled}\"\n type=\"${ifDefined(type)}\">\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </button>\n <span class=\"${prefix}--popover\">\n <span\n class=\"${prefix}--popover-content ${prefix}--tooltip-content\">\n ${tooltipText}\n </span>\n <span class=\"${prefix}--popover-caret\"></span>\n </span>\n </span>\n `\n : html`\n <button\n id=\"button\"\n part=\"button\"\n class=\"${classes}\"\n ?autofocus=\"${autofocus}\"\n ?disabled=\"${disabled}\"\n type=\"${ifDefined(type)}\">\n ${isDanger\n ? html`<span class=\"${prefix}--visually-hidden\"\n >${dangerDescriptor}</span\n >`\n : ``}\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </button>\n `;\n }\n\n static shadowRootOptions = {\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n };\n static styles = styles; // `styles` here is a `CSSResult` generated by custom WebPack loader\n}\n\nexport default CDSButton;\n"]}
|
|
@@ -30,18 +30,18 @@ export { BUTTON_KIND, BUTTON_TYPE, BUTTON_SIZE, BUTTON_TOOLTIP_ALIGNMENT, BUTTON
|
|
|
30
30
|
/**
|
|
31
31
|
* Button.
|
|
32
32
|
*
|
|
33
|
-
* @element cds-
|
|
33
|
+
* @element cds-button
|
|
34
34
|
* @csspart button The button.
|
|
35
35
|
*/
|
|
36
|
-
let
|
|
37
|
-
class
|
|
36
|
+
let CDSButton = _decorate([customElement(`${prefix}-button`)], function (_initialize, _HostListenerMixin) {
|
|
37
|
+
class CDSButton extends _HostListenerMixin {
|
|
38
38
|
constructor(...args) {
|
|
39
39
|
super(...args);
|
|
40
40
|
_initialize(this);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
return {
|
|
44
|
-
F:
|
|
44
|
+
F: CDSButton,
|
|
45
45
|
d: [{
|
|
46
46
|
kind: "field",
|
|
47
47
|
key: "_hasIcon",
|
|
@@ -246,7 +246,7 @@ let BXButton = _decorate([customElement(`${prefix}-btn`)], function (_initialize
|
|
|
246
246
|
})],
|
|
247
247
|
key: "size",
|
|
248
248
|
value() {
|
|
249
|
-
return
|
|
249
|
+
return 'lg';
|
|
250
250
|
}
|
|
251
251
|
}, {
|
|
252
252
|
kind: "field",
|
|
@@ -493,5 +493,5 @@ let BXButton = _decorate([customElement(`${prefix}-btn`)], function (_initialize
|
|
|
493
493
|
}]
|
|
494
494
|
};
|
|
495
495
|
}, HostListenerMixin(FocusMixin(LitElement)));
|
|
496
|
-
export default
|
|
496
|
+
export default CDSButton;
|
|
497
497
|
//# sourceMappingURL=button.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.js","names":["classMap","ifDefined","LitElement","html","property","customElement","prefix","FocusMixin","BUTTON_KIND","BUTTON_TYPE","BUTTON_SIZE","BUTTON_TOOLTIP_ALIGNMENT","BUTTON_TOOLTIP_POSITION","styles","HostListener","HostListenerMixin","BXButton","_decorate","_initialize","_HostListenerMixin","constructor","args","F","d","kind","key","value","_handleSlotChange","target","name","hasContent","assignedNodes","some","node","nodeType","Node","TEXT_NODE","textContent","trim","requestUpdate","decorators","capture","_handleDisabledClick","event","disabled","stopPropagation","openTooltip","_handleOver","type","Boolean","reflect","attribute","PRIMARY","LARGE","CENTER","TOP","BUTTON","render","autofocus","dangerDescriptor","download","href","hreflang","isExpressive","isSelected","linkRole","ping","rel","size","tooltipAlignment","tooltipPosition","tooltipText","_hasIcon","hasIcon","_hasMainContent","hasMainContent","handleSlotChange","classes","isDanger","includes","_t","_","_t2","alignmentClass","BOTTOM","tooltipClasses","_t3","_t4","_t5","static","_objectSpread","shadowRootOptions","delegatesFocus"],"sources":["components/button/button.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { ifDefined } from 'lit/directives/if-defined.js';\nimport { LitElement, html } from 'lit';\nimport { property, customElement } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport FocusMixin from '../../globals/mixins/focus';\nimport {\n BUTTON_KIND,\n BUTTON_TYPE,\n BUTTON_SIZE,\n BUTTON_TOOLTIP_ALIGNMENT,\n BUTTON_TOOLTIP_POSITION,\n} from './defs';\nimport styles from './button.scss';\nimport HostListener from '../../globals/decorators/host-listener';\nimport HostListenerMixin from '../../globals/mixins/host-listener';\n\nexport {\n BUTTON_KIND,\n BUTTON_TYPE,\n BUTTON_SIZE,\n BUTTON_TOOLTIP_ALIGNMENT,\n BUTTON_TOOLTIP_POSITION,\n};\n\n/**\n * Button.\n *\n * @element cds-btn\n * @csspart button The button.\n */\n@customElement(`${prefix}-btn`)\nclass BXButton extends HostListenerMixin(FocusMixin(LitElement)) {\n /**\n * `true` if there is an icon.\n */\n private _hasIcon = false;\n\n /**\n * `true` if there is a non-icon content.\n */\n private _hasMainContent = false;\n\n /**\n * Handles `slotchange` event.\n */\n private _handleSlotChange({ target }: Event) {\n const { name } = target as HTMLSlotElement;\n const hasContent = (target as HTMLSlotElement)\n .assignedNodes()\n .some(\n (node) => node.nodeType !== Node.TEXT_NODE || node!.textContent!.trim()\n );\n this[name === 'icon' ? '_hasIcon' : '_hasMainContent'] = hasContent;\n this.requestUpdate();\n }\n\n @HostListener('click', { capture: true })\n // @ts-ignore\n private _handleDisabledClick(event: Event) {\n const { disabled } = this;\n if (disabled) {\n event.stopPropagation();\n }\n }\n\n @HostListener('mouseover')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleOver = () => {\n this.openTooltip = !this.openTooltip;\n };\n\n /**\n * Handles `keydown` event on this element.\n */\n @HostListener('mouseout')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleHoverOut = async () => {\n this.openTooltip = !this.openTooltip;\n };\n\n /**\n * Handles `keydown` event on this element.\n * Space & enter will toggle state, Escape will only close.\n */\n @HostListener('focus')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleFocus = async (event) => {\n this._handleOver();\n };\n\n /**\n * Handles `keydown` event on this element.\n * Space & enter will toggle state, Escape will only close.\n */\n @HostListener('focusout')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleFocusout = async (event) => {\n this._handleOver();\n };\n\n /**\n * `true` if the button should have input focus when the page loads.\n */\n @property({ type: Boolean, reflect: true })\n autofocus = false;\n\n /**\n * Specify the message read by screen readers for the danger button variant\n */\n @property({ reflect: true, attribute: 'danger-descriptor' })\n dangerDescriptor;\n\n /**\n * `true` if the button should be disabled.\n */\n @property({ type: Boolean, reflect: true })\n disabled = false;\n\n /**\n * The default file name, used if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n download!: string;\n\n /**\n * Link `href`. If present, this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n href!: string;\n\n /**\n * The language of what `href` points to, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n hreflang!: string;\n\n /**\n * `true` if expressive theme enabled.\n */\n @property({ type: Boolean, reflect: true })\n isExpressive = false;\n\n /**\n * Specify whether the Button is currently selected.\n * Only applies to the Ghost variant.\n */\n @property({ type: Boolean, reflect: true })\n isSelected = false;\n\n /**\n * Button kind.\n */\n @property({ reflect: true })\n kind = BUTTON_KIND.PRIMARY;\n\n /**\n * The a11y role for `<a>`.\n */\n @property({ attribute: 'link-role' })\n linkRole = 'button';\n\n /**\n * Boolean to determine if tooltip is open.\n */\n @property({ type: Boolean })\n openTooltip = false;\n\n /**\n * URLs to ping, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n ping!: string;\n\n /**\n * The link type, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n rel!: string;\n\n /**\n * Button size.\n */\n @property({ reflect: true })\n size = BUTTON_SIZE.LARGE;\n\n /**\n * The link target, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n target!: string;\n\n /**\n * Specify the alignment of the tooltip to the icon-only button.\n * Can be one of: start, center, or end.\n */\n @property({ reflect: true, attribute: 'tooltip-alignment' })\n tooltipAlignment = BUTTON_TOOLTIP_ALIGNMENT.CENTER;\n\n /**\n * Specify the direction of the tooltip for icon-only buttons.\n * Can be either top, right, bottom, or left.\n */\n @property({ reflect: true, attribute: 'tooltip-position' })\n tooltipPosition = BUTTON_TOOLTIP_POSITION.TOP;\n\n /**\n * Specify the direction of the tooltip for icon-only buttons.\n * Can be either top, right, bottom, or left.\n */\n @property({ reflect: true, attribute: 'tooltip-text' })\n tooltipText!: string;\n\n /**\n * Button type.\n */\n @property({ reflect: true })\n type = BUTTON_TYPE.BUTTON;\n\n render() {\n const {\n autofocus,\n dangerDescriptor,\n disabled,\n download,\n href,\n hreflang,\n kind,\n isExpressive,\n isSelected,\n linkRole,\n openTooltip,\n ping,\n rel,\n size,\n target,\n tooltipAlignment,\n tooltipPosition,\n tooltipText,\n type,\n _hasIcon: hasIcon,\n _hasMainContent: hasMainContent,\n _handleSlotChange: handleSlotChange,\n } = this;\n const classes = classMap({\n [`${prefix}--btn`]: true,\n [`${prefix}--btn--${kind}`]: kind,\n [`${prefix}--btn--disabled`]: disabled,\n [`${prefix}--btn--icon-only`]: hasIcon && !hasMainContent,\n [`${prefix}--btn--${size}`]: size,\n [`${prefix}-ce--btn--has-icon`]: hasIcon,\n [`${prefix}--btn--expressive`]: isExpressive,\n [`${prefix}--btn--selected`]: isSelected && kind === 'ghost',\n });\n\n const isDanger = kind.includes('danger');\n\n if (href) {\n return disabled\n ? html`\n <p id=\"button\" part=\"button\" class=\"${classes}\">\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </p>\n `\n : html`\n <a\n id=\"button\"\n part=\"button\"\n role=\"${ifDefined(linkRole)}\"\n class=\"${classes}\"\n download=\"${ifDefined(download)}\"\n href=\"${ifDefined(href)}\"\n hreflang=\"${ifDefined(hreflang)}\"\n ping=\"${ifDefined(ping)}\"\n rel=\"${ifDefined(rel)}\"\n target=\"${ifDefined(target)}\"\n type=\"${ifDefined(type)}\">\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </a>\n `;\n }\n\n const alignmentClass =\n tooltipAlignment &&\n (tooltipPosition === BUTTON_TOOLTIP_POSITION.TOP ||\n tooltipPosition === BUTTON_TOOLTIP_POSITION.BOTTOM)\n ? `-${tooltipAlignment}`\n : '';\n\n const tooltipClasses = classMap({\n [`${prefix}--popover-container`]: true,\n [`${prefix}--popover--caret`]: true,\n [`${prefix}--popover--high-contrast`]: true,\n [`${prefix}--tooltip`]: true,\n [`${prefix}--icon-tooltip`]: hasIcon,\n [`${prefix}--popover--open`]: openTooltip,\n [`${prefix}--popover--${tooltipPosition}${alignmentClass}`]: tooltipText,\n });\n\n return tooltipText\n ? html`\n <span class=\"${tooltipClasses}\">\n <button\n id=\"button\"\n part=\"button\"\n class=\"${classes}\"\n ?autofocus=\"${autofocus}\"\n ?disabled=\"${disabled}\"\n type=\"${ifDefined(type)}\">\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </button>\n <span class=\"${prefix}--popover\">\n <span\n class=\"${prefix}--popover-content ${prefix}--tooltip-content\">\n ${tooltipText}\n </span>\n <span class=\"${prefix}--popover-caret\"></span>\n </span>\n </span>\n `\n : html`\n <button\n id=\"button\"\n part=\"button\"\n class=\"${classes}\"\n ?autofocus=\"${autofocus}\"\n ?disabled=\"${disabled}\"\n type=\"${ifDefined(type)}\">\n ${isDanger\n ? html`<span class=\"${prefix}--visually-hidden\"\n >${dangerDescriptor}</span\n >`\n : ``}\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </button>\n `;\n }\n\n static shadowRootOptions = {\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n };\n static styles = styles; // `styles` here is a `CSSResult` generated by custom WebPack loader\n}\n\nexport default BXButton;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"button.js","names":["classMap","ifDefined","LitElement","html","property","customElement","prefix","FocusMixin","BUTTON_KIND","BUTTON_TYPE","BUTTON_SIZE","BUTTON_TOOLTIP_ALIGNMENT","BUTTON_TOOLTIP_POSITION","styles","HostListener","HostListenerMixin","CDSButton","_decorate","_initialize","_HostListenerMixin","constructor","args","F","d","kind","key","value","_handleSlotChange","target","name","hasContent","assignedNodes","some","node","nodeType","Node","TEXT_NODE","textContent","trim","requestUpdate","decorators","capture","_handleDisabledClick","event","disabled","stopPropagation","openTooltip","_handleOver","type","Boolean","reflect","attribute","PRIMARY","CENTER","TOP","BUTTON","render","autofocus","dangerDescriptor","download","href","hreflang","isExpressive","isSelected","linkRole","ping","rel","size","tooltipAlignment","tooltipPosition","tooltipText","_hasIcon","hasIcon","_hasMainContent","hasMainContent","handleSlotChange","classes","isDanger","includes","_t","_","_t2","alignmentClass","BOTTOM","tooltipClasses","_t3","_t4","_t5","static","_objectSpread","shadowRootOptions","delegatesFocus"],"sources":["components/button/button.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { ifDefined } from 'lit/directives/if-defined.js';\nimport { LitElement, html } from 'lit';\nimport { property, customElement } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport FocusMixin from '../../globals/mixins/focus';\nimport {\n BUTTON_KIND,\n BUTTON_TYPE,\n BUTTON_SIZE,\n BUTTON_TOOLTIP_ALIGNMENT,\n BUTTON_TOOLTIP_POSITION,\n} from './defs';\nimport styles from './button.scss';\nimport HostListener from '../../globals/decorators/host-listener';\nimport HostListenerMixin from '../../globals/mixins/host-listener';\n\nexport {\n BUTTON_KIND,\n BUTTON_TYPE,\n BUTTON_SIZE,\n BUTTON_TOOLTIP_ALIGNMENT,\n BUTTON_TOOLTIP_POSITION,\n};\n\n/**\n * Button.\n *\n * @element cds-button\n * @csspart button The button.\n */\n@customElement(`${prefix}-button`)\nclass CDSButton extends HostListenerMixin(FocusMixin(LitElement)) {\n /**\n * `true` if there is an icon.\n */\n private _hasIcon = false;\n\n /**\n * `true` if there is a non-icon content.\n */\n private _hasMainContent = false;\n\n /**\n * Handles `slotchange` event.\n */\n private _handleSlotChange({ target }: Event) {\n const { name } = target as HTMLSlotElement;\n const hasContent = (target as HTMLSlotElement)\n .assignedNodes()\n .some(\n (node) => node.nodeType !== Node.TEXT_NODE || node!.textContent!.trim()\n );\n this[name === 'icon' ? '_hasIcon' : '_hasMainContent'] = hasContent;\n this.requestUpdate();\n }\n\n @HostListener('click', { capture: true })\n // @ts-ignore\n private _handleDisabledClick(event: Event) {\n const { disabled } = this;\n if (disabled) {\n event.stopPropagation();\n }\n }\n\n @HostListener('mouseover')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleOver = () => {\n this.openTooltip = !this.openTooltip;\n };\n\n /**\n * Handles `keydown` event on this element.\n */\n @HostListener('mouseout')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleHoverOut = async () => {\n this.openTooltip = !this.openTooltip;\n };\n\n /**\n * Handles `keydown` event on this element.\n * Space & enter will toggle state, Escape will only close.\n */\n @HostListener('focus')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleFocus = async (event) => {\n this._handleOver();\n };\n\n /**\n * Handles `keydown` event on this element.\n * Space & enter will toggle state, Escape will only close.\n */\n @HostListener('focusout')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleFocusout = async (event) => {\n this._handleOver();\n };\n\n /**\n * `true` if the button should have input focus when the page loads.\n */\n @property({ type: Boolean, reflect: true })\n autofocus = false;\n\n /**\n * Specify the message read by screen readers for the danger button variant\n */\n @property({ reflect: true, attribute: 'danger-descriptor' })\n dangerDescriptor;\n\n /**\n * `true` if the button should be disabled.\n */\n @property({ type: Boolean, reflect: true })\n disabled = false;\n\n /**\n * The default file name, used if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n download!: string;\n\n /**\n * Link `href`. If present, this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n href!: string;\n\n /**\n * The language of what `href` points to, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n hreflang!: string;\n\n /**\n * `true` if expressive theme enabled.\n */\n @property({ type: Boolean, reflect: true })\n isExpressive = false;\n\n /**\n * Specify whether the Button is currently selected.\n * Only applies to the Ghost variant.\n */\n @property({ type: Boolean, reflect: true })\n isSelected = false;\n\n /**\n * Button kind.\n */\n @property({ reflect: true })\n kind = BUTTON_KIND.PRIMARY;\n\n /**\n * The a11y role for `<a>`.\n */\n @property({ attribute: 'link-role' })\n linkRole = 'button';\n\n /**\n * Boolean to determine if tooltip is open.\n */\n @property({ type: Boolean })\n openTooltip = false;\n\n /**\n * URLs to ping, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n ping!: string;\n\n /**\n * The link type, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n rel!: string;\n\n /**\n * Button size.\n */\n @property({ reflect: true })\n size = 'lg';\n\n /**\n * The link target, if this button is rendered as `<a>`.\n */\n @property({ reflect: true })\n target!: string;\n\n /**\n * Specify the alignment of the tooltip to the icon-only button.\n * Can be one of: start, center, or end.\n */\n @property({ reflect: true, attribute: 'tooltip-alignment' })\n tooltipAlignment = BUTTON_TOOLTIP_ALIGNMENT.CENTER;\n\n /**\n * Specify the direction of the tooltip for icon-only buttons.\n * Can be either top, right, bottom, or left.\n */\n @property({ reflect: true, attribute: 'tooltip-position' })\n tooltipPosition = BUTTON_TOOLTIP_POSITION.TOP;\n\n /**\n * Specify the direction of the tooltip for icon-only buttons.\n * Can be either top, right, bottom, or left.\n */\n @property({ reflect: true, attribute: 'tooltip-text' })\n tooltipText!: string;\n\n /**\n * Button type.\n */\n @property({ reflect: true })\n type = BUTTON_TYPE.BUTTON;\n\n render() {\n const {\n autofocus,\n dangerDescriptor,\n disabled,\n download,\n href,\n hreflang,\n kind,\n isExpressive,\n isSelected,\n linkRole,\n openTooltip,\n ping,\n rel,\n size,\n target,\n tooltipAlignment,\n tooltipPosition,\n tooltipText,\n type,\n _hasIcon: hasIcon,\n _hasMainContent: hasMainContent,\n _handleSlotChange: handleSlotChange,\n } = this;\n const classes = classMap({\n [`${prefix}--btn`]: true,\n [`${prefix}--btn--${kind}`]: kind,\n [`${prefix}--btn--disabled`]: disabled,\n [`${prefix}--btn--icon-only`]: hasIcon && !hasMainContent,\n [`${prefix}--btn--${size}`]: size,\n [`${prefix}-ce--btn--has-icon`]: hasIcon,\n [`${prefix}--btn--expressive`]: isExpressive,\n [`${prefix}--btn--selected`]: isSelected && kind === 'ghost',\n });\n\n const isDanger = kind.includes('danger');\n\n if (href) {\n return disabled\n ? html`\n <p id=\"button\" part=\"button\" class=\"${classes}\">\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </p>\n `\n : html`\n <a\n id=\"button\"\n part=\"button\"\n role=\"${ifDefined(linkRole)}\"\n class=\"${classes}\"\n download=\"${ifDefined(download)}\"\n href=\"${ifDefined(href)}\"\n hreflang=\"${ifDefined(hreflang)}\"\n ping=\"${ifDefined(ping)}\"\n rel=\"${ifDefined(rel)}\"\n target=\"${ifDefined(target)}\"\n type=\"${ifDefined(type)}\">\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </a>\n `;\n }\n\n const alignmentClass =\n tooltipAlignment &&\n (tooltipPosition === BUTTON_TOOLTIP_POSITION.TOP ||\n tooltipPosition === BUTTON_TOOLTIP_POSITION.BOTTOM)\n ? `-${tooltipAlignment}`\n : '';\n\n const tooltipClasses = classMap({\n [`${prefix}--popover-container`]: true,\n [`${prefix}--popover--caret`]: true,\n [`${prefix}--popover--high-contrast`]: true,\n [`${prefix}--tooltip`]: true,\n [`${prefix}--icon-tooltip`]: hasIcon,\n [`${prefix}--popover--open`]: openTooltip,\n [`${prefix}--popover--${tooltipPosition}${alignmentClass}`]: tooltipText,\n });\n\n return tooltipText\n ? html`\n <span class=\"${tooltipClasses}\">\n <button\n id=\"button\"\n part=\"button\"\n class=\"${classes}\"\n ?autofocus=\"${autofocus}\"\n ?disabled=\"${disabled}\"\n type=\"${ifDefined(type)}\">\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </button>\n <span class=\"${prefix}--popover\">\n <span\n class=\"${prefix}--popover-content ${prefix}--tooltip-content\">\n ${tooltipText}\n </span>\n <span class=\"${prefix}--popover-caret\"></span>\n </span>\n </span>\n `\n : html`\n <button\n id=\"button\"\n part=\"button\"\n class=\"${classes}\"\n ?autofocus=\"${autofocus}\"\n ?disabled=\"${disabled}\"\n type=\"${ifDefined(type)}\">\n ${isDanger\n ? html`<span class=\"${prefix}--visually-hidden\"\n >${dangerDescriptor}</span\n >`\n : ``}\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n <slot name=\"icon\" @slotchange=\"${handleSlotChange}\"></slot>\n </button>\n `;\n }\n\n static shadowRootOptions = {\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n };\n static styles = styles; // `styles` here is a `CSSResult` generated by custom WebPack loader\n}\n\nexport default CDSButton;\n"],"mappings":"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"}
|