@carbon/web-components 2.52.0 → 2.53.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +2079 -615
- package/es/_virtual/{_@oxc-project_runtime@0.112.0 → _@oxc-project_runtime@0.126.0}/helpers/decorate.js +2 -3
- package/es/components/accordion/accordion-item-skeleton.js +7 -8
- package/es/components/accordion/accordion-item-skeleton.js.map +1 -1
- package/es/components/accordion/accordion-item.js +16 -17
- package/es/components/accordion/accordion-item.js.map +1 -1
- package/es/components/accordion/accordion-skeleton.js +15 -16
- package/es/components/accordion/accordion-skeleton.js.map +1 -1
- package/es/components/accordion/accordion.js +7 -8
- package/es/components/accordion/accordion.js.map +1 -1
- package/es/components/accordion/accordion.scss.js +1 -2
- package/es/components/accordion/defs.js +1 -1
- package/es/components/accordion/defs.js.map +1 -1
- package/es/components/ai-label/ai-label-action-button.js +4 -5
- package/es/components/ai-label/ai-label-action-button.js.map +1 -1
- package/es/components/ai-label/ai-label.js +15 -16
- package/es/components/ai-label/ai-label.js.map +1 -1
- package/es/components/ai-label/ai-label.scss.js +2 -3
- package/es/components/ai-label/defs.js +1 -1
- package/es/components/ai-label/defs.js.map +1 -1
- package/es/components/ai-skeleton/ai-skeleton-icon.js +5 -6
- package/es/components/ai-skeleton/ai-skeleton-icon.js.map +1 -1
- package/es/components/ai-skeleton/ai-skeleton-placeholder.js +5 -6
- package/es/components/ai-skeleton/ai-skeleton-placeholder.js.map +1 -1
- package/es/components/ai-skeleton/ai-skeleton-text.js +5 -6
- package/es/components/ai-skeleton/ai-skeleton-text.js.map +1 -1
- package/es/components/ai-skeleton/ai-skeleton.scss.js +1 -2
- package/es/components/badge-indicator/badge-indicator.js +4 -5
- package/es/components/badge-indicator/badge-indicator.js.map +1 -1
- package/es/components/badge-indicator/badge-indicator.scss.js +1 -2
- package/es/components/breadcrumb/breadcrumb-item.js +6 -7
- package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-link.js +6 -7
- package/es/components/breadcrumb/breadcrumb-link.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-overflow-menu.js +5 -6
- package/es/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-skeleton.js +11 -12
- package/es/components/breadcrumb/breadcrumb-skeleton.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb.js +10 -11
- package/es/components/breadcrumb/breadcrumb.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb.scss.js +2 -3
- package/es/components/breadcrumb/defs.js +1 -1
- package/es/components/breadcrumb/defs.js.map +1 -1
- package/es/components/button/button-set-base.js +4 -5
- package/es/components/button/button-set-base.js.map +1 -1
- package/es/components/button/button-set.js +11 -12
- package/es/components/button/button-set.js.map +1 -1
- package/es/components/button/button-skeleton.js +8 -9
- package/es/components/button/button-skeleton.js.map +1 -1
- package/es/components/button/button.js +34 -34
- package/es/components/button/button.js.map +1 -1
- package/es/components/button/button.scss.js +2 -3
- package/es/components/button/button.scss.js.map +1 -1
- package/es/components/button/defs.js +1 -1
- package/es/components/button/defs.js.map +1 -1
- package/es/components/chat-button/chat-button-skeleton.js +9 -10
- package/es/components/chat-button/chat-button-skeleton.js.map +1 -1
- package/es/components/chat-button/chat-button.js +16 -17
- package/es/components/chat-button/chat-button.js.map +1 -1
- package/es/components/chat-button/chat-button.scss.js +1 -2
- package/es/components/chat-button/defs.js +1 -1
- package/es/components/chat-button/defs.js.map +1 -1
- package/es/components/checkbox/checkbox-group.d.ts +1 -1
- package/es/components/checkbox/checkbox-group.d.ts.map +1 -1
- package/es/components/checkbox/checkbox-group.js +36 -33
- package/es/components/checkbox/checkbox-group.js.map +1 -1
- package/es/components/checkbox/checkbox-skeleton.js +6 -7
- package/es/components/checkbox/checkbox-skeleton.js.map +1 -1
- package/es/components/checkbox/checkbox.d.ts.map +1 -1
- package/es/components/checkbox/checkbox.js +25 -23
- package/es/components/checkbox/checkbox.js.map +1 -1
- package/es/components/checkbox/checkbox.scss.js +2 -3
- package/es/components/checkbox/checkbox.scss.js.map +1 -1
- package/es/components/checkbox/defs.js +1 -1
- package/es/components/checkbox/defs.js.map +1 -1
- package/es/components/code-snippet/code-snippet-skeleton.js +8 -9
- package/es/components/code-snippet/code-snippet-skeleton.js.map +1 -1
- package/es/components/code-snippet/code-snippet.js +33 -34
- package/es/components/code-snippet/code-snippet.js.map +1 -1
- package/es/components/code-snippet/code-snippet.scss.js +2 -3
- package/es/components/code-snippet/defs.js +1 -2
- package/es/components/code-snippet/defs.js.map +1 -1
- package/es/components/combo-box/combo-box-item.js +6 -7
- package/es/components/combo-box/combo-box-item.js.map +1 -1
- package/es/components/combo-box/combo-box.js +18 -19
- package/es/components/combo-box/combo-box.js.map +1 -1
- package/es/components/combo-box/combo-box.scss.js +2 -3
- package/es/components/combo-button/combo-button.js +13 -14
- package/es/components/combo-button/combo-button.js.map +1 -1
- package/es/components/combo-button/combo-button.scss.js +2 -3
- package/es/components/combo-button/defs.js +1 -1
- package/es/components/combo-button/defs.js.map +1 -1
- package/es/components/contained-list/contained-list-description.js +4 -5
- package/es/components/contained-list/contained-list-description.js.map +1 -1
- package/es/components/contained-list/contained-list-item.js +12 -12
- package/es/components/contained-list/contained-list-item.js.map +1 -1
- package/es/components/contained-list/contained-list.js +11 -12
- package/es/components/contained-list/contained-list.js.map +1 -1
- package/es/components/contained-list/contained-list.scss.js +2 -3
- package/es/components/content-switcher/content-switcher-item.js +8 -9
- package/es/components/content-switcher/content-switcher-item.js.map +1 -1
- package/es/components/content-switcher/content-switcher.d.ts +3 -3
- package/es/components/content-switcher/content-switcher.d.ts.map +1 -1
- package/es/components/content-switcher/content-switcher.js +21 -21
- package/es/components/content-switcher/content-switcher.js.map +1 -1
- package/es/components/content-switcher/content-switcher.scss.js +2 -3
- package/es/components/content-switcher/defs.js +1 -1
- package/es/components/content-switcher/defs.js.map +1 -1
- package/es/components/copy/copy.js +10 -11
- package/es/components/copy/copy.js.map +1 -1
- package/es/components/copy-button/copy-button.js +8 -9
- package/es/components/copy-button/copy-button.js.map +1 -1
- package/es/components/copy-button/copy-button.scss.js +2 -3
- package/es/components/data-table/data-table.scss.js +2 -3
- package/es/components/data-table/defs.js +11 -11
- package/es/components/data-table/defs.js.map +1 -1
- package/es/components/data-table/table-batch-actions.js +14 -15
- package/es/components/data-table/table-batch-actions.js.map +1 -1
- package/es/components/data-table/table-body.js +5 -6
- package/es/components/data-table/table-body.js.map +1 -1
- package/es/components/data-table/table-cell-content.js +4 -5
- package/es/components/data-table/table-cell-content.js.map +1 -1
- package/es/components/data-table/table-cell.js +4 -5
- package/es/components/data-table/table-cell.js.map +1 -1
- package/es/components/data-table/table-expanded-row.js +6 -7
- package/es/components/data-table/table-expanded-row.js.map +1 -1
- package/es/components/data-table/table-head.js +4 -5
- package/es/components/data-table/table-head.js.map +1 -1
- package/es/components/data-table/table-header-cell.js +18 -19
- package/es/components/data-table/table-header-cell.js.map +1 -1
- package/es/components/data-table/table-header-description.js +4 -5
- package/es/components/data-table/table-header-description.js.map +1 -1
- package/es/components/data-table/table-header-row.js +5 -6
- package/es/components/data-table/table-header-row.js.map +1 -1
- package/es/components/data-table/table-header-title.js +4 -5
- package/es/components/data-table/table-header-title.js.map +1 -1
- package/es/components/data-table/table-row.js +18 -19
- package/es/components/data-table/table-row.js.map +1 -1
- package/es/components/data-table/table-skeleton.js +15 -16
- package/es/components/data-table/table-skeleton.js.map +1 -1
- package/es/components/data-table/table-toolbar-content.js +4 -5
- package/es/components/data-table/table-toolbar-content.js.map +1 -1
- package/es/components/data-table/table-toolbar-search.js +9 -10
- package/es/components/data-table/table-toolbar-search.js.map +1 -1
- package/es/components/data-table/table-toolbar.js +6 -7
- package/es/components/data-table/table-toolbar.js.map +1 -1
- package/es/components/data-table/table.js +45 -45
- package/es/components/data-table/table.js.map +1 -1
- package/es/components/date-picker/append-to-plugin.js +1 -1
- package/es/components/date-picker/append-to-plugin.js.map +1 -1
- package/es/components/date-picker/css-class-plugin.js +1 -2
- package/es/components/date-picker/css-class-plugin.js.map +1 -1
- package/es/components/date-picker/date-picker-input-skeleton.js +12 -13
- package/es/components/date-picker/date-picker-input-skeleton.js.map +1 -1
- package/es/components/date-picker/date-picker-input.js +36 -34
- package/es/components/date-picker/date-picker-input.js.map +1 -1
- package/es/components/date-picker/date-picker.js +20 -39
- package/es/components/date-picker/date-picker.js.map +1 -1
- package/es/components/date-picker/date-picker.scss.js +1 -2
- package/es/components/date-picker/defs.js +1 -2
- package/es/components/date-picker/defs.js.map +1 -1
- package/es/components/date-picker/fix-events-plugin.js +1 -2
- package/es/components/date-picker/fix-events-plugin.js.map +1 -1
- package/es/components/date-picker/focus-plugin.js +1 -2
- package/es/components/date-picker/focus-plugin.js.map +1 -1
- package/es/components/date-picker/icon-plugin.js +1 -2
- package/es/components/date-picker/icon-plugin.js.map +1 -1
- package/es/components/date-picker/iso-date.js +1 -1
- package/es/components/date-picker/month-select-plugin.js +1 -2
- package/es/components/date-picker/month-select-plugin.js.map +1 -1
- package/es/components/date-picker/range-plugin.js +1 -2
- package/es/components/date-picker/range-plugin.js.map +1 -1
- package/es/components/date-picker/shadow-dom-events-plugin.js +1 -2
- package/es/components/date-picker/shadow-dom-events-plugin.js.map +1 -1
- package/es/components/date-picker/state-handshake-plugin.js +1 -1
- package/es/components/date-picker/state-handshake-plugin.js.map +1 -1
- package/es/components/dialog/dialog-body.d.ts +19 -0
- package/es/components/dialog/dialog-body.d.ts.map +1 -0
- package/es/components/dialog/dialog-body.js +47 -0
- package/es/components/dialog/dialog-body.js.map +1 -0
- package/es/components/dialog/dialog-close-button.d.ts +20 -0
- package/es/components/dialog/dialog-close-button.d.ts.map +1 -0
- package/es/components/dialog/dialog-close-button.js +61 -0
- package/es/components/dialog/dialog-close-button.js.map +1 -0
- package/es/components/dialog/dialog-controls.d.ts +18 -0
- package/es/components/dialog/dialog-controls.d.ts.map +1 -0
- package/es/components/dialog/dialog-controls.js +38 -0
- package/es/components/dialog/dialog-controls.js.map +1 -0
- package/es/components/dialog/dialog-footer-button.d.ts +17 -0
- package/es/components/dialog/dialog-footer-button.d.ts.map +1 -0
- package/es/components/dialog/dialog-footer-button.js +36 -0
- package/es/components/dialog/dialog-footer-button.js.map +1 -0
- package/es/components/dialog/dialog-footer.d.ts +21 -0
- package/es/components/dialog/dialog-footer.d.ts.map +1 -0
- package/es/components/dialog/dialog-footer.js +41 -0
- package/es/components/dialog/dialog-footer.js.map +1 -0
- package/es/components/dialog/dialog-header.d.ts +18 -0
- package/es/components/dialog/dialog-header.d.ts.map +1 -0
- package/es/components/dialog/dialog-header.js +38 -0
- package/es/components/dialog/dialog-header.js.map +1 -0
- package/es/components/dialog/dialog-subtitle.d.ts +22 -0
- package/es/components/dialog/dialog-subtitle.d.ts.map +1 -0
- package/es/components/dialog/dialog-subtitle.js +48 -0
- package/es/components/dialog/dialog-subtitle.js.map +1 -0
- package/es/components/dialog/dialog-title.d.ts +22 -0
- package/es/components/dialog/dialog-title.d.ts.map +1 -0
- package/es/components/dialog/dialog-title.js +48 -0
- package/es/components/dialog/dialog-title.js.map +1 -0
- package/es/components/dialog/dialog.d.ts +99 -0
- package/es/components/dialog/dialog.d.ts.map +1 -0
- package/es/components/dialog/dialog.js +183 -0
- package/es/components/dialog/dialog.js.map +1 -0
- package/es/components/dialog/dialog.scss.js +14 -0
- package/es/components/dialog/dialog.scss.js.map +1 -0
- package/es/components/dialog/index.d.ts +16 -0
- package/es/components/dialog/index.d.ts.map +1 -0
- package/es/components/dialog/index.js +16 -0
- package/es/components/dropdown/defs.js +1 -2
- package/es/components/dropdown/defs.js.map +1 -1
- package/es/components/dropdown/dropdown-item.js +11 -12
- package/es/components/dropdown/dropdown-item.js.map +1 -1
- package/es/components/dropdown/dropdown-skeleton.js +10 -11
- package/es/components/dropdown/dropdown-skeleton.js.map +1 -1
- package/es/components/dropdown/dropdown.d.ts +4 -4
- package/es/components/dropdown/dropdown.d.ts.map +1 -1
- package/es/components/dropdown/dropdown.js +61 -62
- package/es/components/dropdown/dropdown.js.map +1 -1
- package/es/components/dropdown/dropdown.scss.js +2 -3
- package/es/components/dropdown/dropdown.scss.js.map +1 -1
- package/es/components/feature-flags/index.js +2 -3
- package/es/components/feature-flags/index.js.map +1 -1
- package/es/components/file-uploader/defs.js +1 -1
- package/es/components/file-uploader/defs.js.map +1 -1
- package/es/components/file-uploader/demo-file-uploader.js +11 -12
- package/es/components/file-uploader/demo-file-uploader.js.map +1 -1
- package/es/components/file-uploader/file-uploader-button.js +17 -18
- package/es/components/file-uploader/file-uploader-button.js.map +1 -1
- package/es/components/file-uploader/file-uploader-drop-container.js +11 -12
- package/es/components/file-uploader/file-uploader-drop-container.js.map +1 -1
- package/es/components/file-uploader/file-uploader-item.js +21 -22
- package/es/components/file-uploader/file-uploader-item.js.map +1 -1
- package/es/components/file-uploader/file-uploader-skeleton.js +6 -7
- package/es/components/file-uploader/file-uploader-skeleton.js.map +1 -1
- package/es/components/file-uploader/file-uploader.js +10 -11
- package/es/components/file-uploader/file-uploader.js.map +1 -1
- package/es/components/file-uploader/file-uploader.scss.js +2 -3
- package/es/components/floating-menu/defs.js +1 -1
- package/es/components/floating-menu/defs.js.map +1 -1
- package/es/components/floating-menu/floating-menu.js +10 -11
- package/es/components/floating-menu/floating-menu.js.map +1 -1
- package/es/components/fluid-dropdown/fluid-dropdown-skeleton.js +8 -9
- package/es/components/fluid-dropdown/fluid-dropdown-skeleton.js.map +1 -1
- package/es/components/fluid-dropdown/fluid-dropdown.js +4 -5
- package/es/components/fluid-dropdown/fluid-dropdown.js.map +1 -1
- package/es/components/fluid-dropdown/fluid-dropdown.scss.js +2 -3
- package/es/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts +18 -0
- package/es/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts.map +1 -0
- package/es/components/fluid-multi-select/fluid-multi-select-skeleton.js +45 -0
- package/es/components/fluid-multi-select/fluid-multi-select-skeleton.js.map +1 -0
- package/es/components/fluid-multi-select/fluid-multi-select.d.ts +24 -0
- package/es/components/fluid-multi-select/fluid-multi-select.d.ts.map +1 -0
- package/es/components/fluid-multi-select/fluid-multi-select.js +63 -0
- package/es/components/fluid-multi-select/fluid-multi-select.js.map +1 -0
- package/es/components/fluid-multi-select/fluid-multi-select.scss.js +14 -0
- package/es/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -0
- package/es/components/fluid-multi-select/index.d.ts +9 -0
- package/es/components/fluid-multi-select/index.d.ts.map +1 -0
- package/es/components/fluid-multi-select/index.js +9 -0
- package/es/components/fluid-number-input/fluid-number-input-skeleton.js +4 -5
- package/es/components/fluid-number-input/fluid-number-input-skeleton.js.map +1 -1
- package/es/components/fluid-number-input/fluid-number-input.d.ts +2 -2
- package/es/components/fluid-number-input/fluid-number-input.d.ts.map +1 -1
- package/es/components/fluid-number-input/fluid-number-input.js +12 -13
- package/es/components/fluid-number-input/fluid-number-input.js.map +1 -1
- package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -2
- package/es/components/fluid-password-input/fluid-password-input.js +6 -7
- package/es/components/fluid-password-input/fluid-password-input.js.map +1 -1
- package/es/components/fluid-password-input/fluid-password-input.scss.js +1 -2
- package/es/components/fluid-search/fluid-search-skeleton.js +4 -5
- package/es/components/fluid-search/fluid-search-skeleton.js.map +1 -1
- package/es/components/fluid-search/fluid-search.js +5 -6
- package/es/components/fluid-search/fluid-search.js.map +1 -1
- package/es/components/fluid-search/fluid-search.scss.js +2 -3
- package/es/components/fluid-select/fluid-select-skeleton.js +5 -6
- package/es/components/fluid-select/fluid-select-skeleton.js.map +1 -1
- package/es/components/fluid-select/fluid-select.js +11 -12
- package/es/components/fluid-select/fluid-select.js.map +1 -1
- package/es/components/fluid-select/fluid-select.scss.js +1 -2
- package/es/components/fluid-text-input/fluid-text-input-skeleton.js +4 -5
- package/es/components/fluid-text-input/fluid-text-input-skeleton.js.map +1 -1
- package/es/components/fluid-text-input/fluid-text-input.js +6 -7
- package/es/components/fluid-text-input/fluid-text-input.js.map +1 -1
- package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -2
- package/es/components/fluid-textarea/fluid-textarea-skeleton.js +5 -6
- package/es/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -1
- package/es/components/fluid-textarea/fluid-textarea.js +5 -6
- package/es/components/fluid-textarea/fluid-textarea.js.map +1 -1
- package/es/components/fluid-textarea/fluid-textarea.scss.js +1 -2
- package/es/components/fluid-time-picker/fluid-time-picker-select.js +4 -5
- package/es/components/fluid-time-picker/fluid-time-picker-select.js.map +1 -1
- package/es/components/fluid-time-picker/fluid-time-picker-skeleton.js +6 -7
- package/es/components/fluid-time-picker/fluid-time-picker-skeleton.js.map +1 -1
- package/es/components/fluid-time-picker/fluid-time-picker.js +31 -32
- package/es/components/fluid-time-picker/fluid-time-picker.js.map +1 -1
- package/es/components/fluid-time-picker/fluid-time-picker.scss.js +1 -2
- package/es/components/form/form-item.js +4 -5
- package/es/components/form/form-item.js.map +1 -1
- package/es/components/form/form-item.scss.js +1 -2
- package/es/components/form/form.js +5 -6
- package/es/components/form/form.js.map +1 -1
- package/es/components/form/form.scss.js +1 -2
- package/es/components/form-group/form-group.js +7 -8
- package/es/components/form-group/form-group.js.map +1 -1
- package/es/components/form-group/form-group.scss.js +1 -2
- package/es/components/grid/column-hang.js +4 -5
- package/es/components/grid/column-hang.js.map +1 -1
- package/es/components/grid/column-hang.scss.js +1 -2
- package/es/components/grid/column.js +4 -5
- package/es/components/grid/column.js.map +1 -1
- package/es/components/grid/defs.js +1 -1
- package/es/components/grid/defs.js.map +1 -1
- package/es/components/grid/grid-context.js +1 -2
- package/es/components/grid/grid-context.js.map +1 -1
- package/es/components/grid/grid.js +8 -9
- package/es/components/grid/grid.js.map +1 -1
- package/es/components/grid/grid.scss.js +1 -2
- package/es/components/heading/heading.js +7 -8
- package/es/components/heading/heading.js.map +1 -1
- package/es/components/heading/heading.scss.js +1 -2
- package/es/components/icon/icon.js +4 -5
- package/es/components/icon/icon.js.map +1 -1
- package/es/components/icon-button/defs.js +1 -1
- package/es/components/icon-button/defs.js.map +1 -1
- package/es/components/icon-button/icon-button.js +6 -7
- package/es/components/icon-button/icon-button.js.map +1 -1
- package/es/components/icon-button/icon-button.scss.js +1 -2
- package/es/components/icon-indicator/defs.js +1 -1
- package/es/components/icon-indicator/defs.js.map +1 -1
- package/es/components/icon-indicator/icon-indicator.js +16 -17
- package/es/components/icon-indicator/icon-indicator.js.map +1 -1
- package/es/components/icon-indicator/icon-indicator.scss.js +1 -2
- package/es/components/inline-loading/defs.js +1 -1
- package/es/components/inline-loading/defs.js.map +1 -1
- package/es/components/inline-loading/inline-loading.js +16 -17
- package/es/components/inline-loading/inline-loading.js.map +1 -1
- package/es/components/inline-loading/inline-loading.scss.js +1 -2
- package/es/components/layer/layer.js +7 -8
- package/es/components/layer/layer.js.map +1 -1
- package/es/components/layer/layer.scss.js +1 -2
- package/es/components/layout/index.js +1 -2
- package/es/components/layout/layout-constraint.js +4 -5
- package/es/components/layout/layout-constraint.js.map +1 -1
- package/es/components/layout/layout.js +4 -5
- package/es/components/layout/layout.js.map +1 -1
- package/es/components/layout/layout.scss.js +1 -2
- package/es/components/link/link.js +13 -13
- package/es/components/link/link.js.map +1 -1
- package/es/components/link/link.scss.js +1 -2
- package/es/components/list/list-item.js +5 -6
- package/es/components/list/list-item.js.map +1 -1
- package/es/components/list/list.scss.js +1 -2
- package/es/components/list/ordered-list.js +8 -9
- package/es/components/list/ordered-list.js.map +1 -1
- package/es/components/list/unordered-list.js +8 -9
- package/es/components/list/unordered-list.js.map +1 -1
- package/es/components/loading/defs.js +1 -1
- package/es/components/loading/defs.js.map +1 -1
- package/es/components/loading/loading-icon.js +5 -6
- package/es/components/loading/loading-icon.js.map +1 -1
- package/es/components/loading/loading.js +9 -10
- package/es/components/loading/loading.js.map +1 -1
- package/es/components/loading/loading.scss.js +1 -2
- package/es/components/loading/types.js +1 -2
- package/es/components/loading/types.js.map +1 -1
- package/es/components/menu/defs.js +1 -1
- package/es/components/menu/defs.js.map +1 -1
- package/es/components/menu/menu-context.js +1 -2
- package/es/components/menu/menu-context.js.map +1 -1
- package/es/components/menu/menu-item-divider.js +4 -5
- package/es/components/menu/menu-item-divider.js.map +1 -1
- package/es/components/menu/menu-item-group.js +4 -5
- package/es/components/menu/menu-item-group.js.map +1 -1
- package/es/components/menu/menu-item-radio-group.js +6 -7
- package/es/components/menu/menu-item-radio-group.js.map +1 -1
- package/es/components/menu/menu-item-selectable.js +7 -8
- package/es/components/menu/menu-item-selectable.js.map +1 -1
- package/es/components/menu/menu-item.js +23 -23
- package/es/components/menu/menu-item.js.map +1 -1
- package/es/components/menu/menu-item.scss.js +1 -2
- package/es/components/menu/menu.js +21 -22
- package/es/components/menu/menu.js.map +1 -1
- package/es/components/menu/menu.scss.js +1 -2
- package/es/components/menu-button/defs.js +1 -1
- package/es/components/menu-button/defs.js.map +1 -1
- package/es/components/menu-button/menu-button.js +15 -16
- package/es/components/menu-button/menu-button.js.map +1 -1
- package/es/components/menu-button/menu-button.scss.js +2 -3
- package/es/components/modal/defs.js +1 -1
- package/es/components/modal/defs.js.map +1 -1
- package/es/components/modal/modal-body-content.js +4 -5
- package/es/components/modal/modal-body-content.js.map +1 -1
- package/es/components/modal/modal-body.d.ts +2 -0
- package/es/components/modal/modal-body.d.ts.map +1 -1
- package/es/components/modal/modal-body.js +26 -10
- package/es/components/modal/modal-body.js.map +1 -1
- package/es/components/modal/modal-close-button.js +5 -6
- package/es/components/modal/modal-close-button.js.map +1 -1
- package/es/components/modal/modal-footer-button.js +4 -5
- package/es/components/modal/modal-footer-button.js.map +1 -1
- package/es/components/modal/modal-footer.js +5 -6
- package/es/components/modal/modal-footer.js.map +1 -1
- package/es/components/modal/modal-header.js +6 -7
- package/es/components/modal/modal-header.js.map +1 -1
- package/es/components/modal/modal-heading.d.ts +5 -1
- package/es/components/modal/modal-heading.d.ts.map +1 -1
- package/es/components/modal/modal-heading.js +14 -6
- package/es/components/modal/modal-heading.js.map +1 -1
- package/es/components/modal/modal-label.d.ts +5 -1
- package/es/components/modal/modal-label.d.ts.map +1 -1
- package/es/components/modal/modal-label.js +14 -6
- package/es/components/modal/modal-label.js.map +1 -1
- package/es/components/modal/modal.d.ts +18 -10
- package/es/components/modal/modal.d.ts.map +1 -1
- package/es/components/modal/modal.js +24 -24
- package/es/components/modal/modal.js.map +1 -1
- package/es/components/modal/modal.scss.js +2 -3
- package/es/components/multi-select/defs.js +1 -1
- package/es/components/multi-select/defs.js.map +1 -1
- package/es/components/multi-select/multi-select-item.js +7 -8
- package/es/components/multi-select/multi-select-item.js.map +1 -1
- package/es/components/multi-select/multi-select.js +52 -53
- package/es/components/multi-select/multi-select.js.map +1 -1
- package/es/components/multi-select/multi-select.scss.js +2 -3
- package/es/components/multi-select/multi-select.scss.js.map +1 -1
- package/es/components/notification/actionable-notification-button.js +5 -6
- package/es/components/notification/actionable-notification-button.js.map +1 -1
- package/es/components/notification/actionable-notification.js +22 -23
- package/es/components/notification/actionable-notification.js.map +1 -1
- package/es/components/notification/actionable-notification.scss.js +2 -3
- package/es/components/notification/callout-notification.js +11 -12
- package/es/components/notification/callout-notification.js.map +1 -1
- package/es/components/notification/defs.js +1 -1
- package/es/components/notification/defs.js.map +1 -1
- package/es/components/notification/inline-notification.js +21 -22
- package/es/components/notification/inline-notification.js.map +1 -1
- package/es/components/notification/inline-notification.scss.js +2 -3
- package/es/components/notification/stories/helper.js +8 -15
- package/es/components/notification/stories/helper.js.map +1 -1
- package/es/components/notification/toast-notification.js +10 -11
- package/es/components/notification/toast-notification.js.map +1 -1
- package/es/components/notification/toast-notification.scss.js +2 -3
- package/es/components/number-input/defs.d.ts +4 -0
- package/es/components/number-input/defs.d.ts.map +1 -1
- package/es/components/number-input/defs.js +1 -2
- package/es/components/number-input/defs.js.map +1 -1
- package/es/components/number-input/number-input-skeleton.d.ts +6 -1
- package/es/components/number-input/number-input-skeleton.d.ts.map +1 -1
- package/es/components/number-input/number-input-skeleton.js +13 -9
- package/es/components/number-input/number-input-skeleton.js.map +1 -1
- package/es/components/number-input/number-input.d.ts +137 -8
- package/es/components/number-input/number-input.d.ts.map +1 -1
- package/es/components/number-input/number-input.js +332 -94
- package/es/components/number-input/number-input.js.map +1 -1
- package/es/components/number-input/number-input.scss.js +2 -3
- package/es/components/number-input/number-input.scss.js.map +1 -1
- package/es/components/overflow-menu/defs.js +1 -1
- package/es/components/overflow-menu/defs.js.map +1 -1
- package/es/components/overflow-menu/overflow-menu-body.js +12 -13
- package/es/components/overflow-menu/overflow-menu-body.js.map +1 -1
- package/es/components/overflow-menu/overflow-menu-item.js +13 -14
- package/es/components/overflow-menu/overflow-menu-item.js.map +1 -1
- package/es/components/overflow-menu/overflow-menu.js +13 -14
- package/es/components/overflow-menu/overflow-menu.js.map +1 -1
- package/es/components/overflow-menu/overflow-menu.scss.js +2 -3
- package/es/components/page-header/page-header-breadcrumb.js +11 -12
- package/es/components/page-header/page-header-breadcrumb.js.map +1 -1
- package/es/components/page-header/page-header-content-text.js +5 -6
- package/es/components/page-header/page-header-content-text.js.map +1 -1
- package/es/components/page-header/page-header-content.js +14 -15
- package/es/components/page-header/page-header-content.js.map +1 -1
- package/es/components/page-header/page-header-hero-image.js +4 -5
- package/es/components/page-header/page-header-hero-image.js.map +1 -1
- package/es/components/page-header/page-header-tabs.js +7 -8
- package/es/components/page-header/page-header-tabs.js.map +1 -1
- package/es/components/page-header/page-header.js +4 -5
- package/es/components/page-header/page-header.js.map +1 -1
- package/es/components/page-header/page-header.scss.js +1 -2
- package/es/components/pagination/defs.js +1 -1
- package/es/components/pagination/defs.js.map +1 -1
- package/es/components/pagination/pagination.d.ts.map +1 -1
- package/es/components/pagination/pagination.js +48 -48
- package/es/components/pagination/pagination.js.map +1 -1
- package/es/components/pagination/pagination.scss.js +2 -3
- package/es/components/pagination-nav/defs.js +1 -1
- package/es/components/pagination-nav/defs.js.map +1 -1
- package/es/components/pagination-nav/pagination-nav.js +26 -27
- package/es/components/pagination-nav/pagination-nav.js.map +1 -1
- package/es/components/pagination-nav/pagination-nav.scss.js +2 -3
- package/es/components/password-input/defs.js +1 -2
- package/es/components/password-input/defs.js.map +1 -1
- package/es/components/password-input/password-input-skeleton.js +6 -7
- package/es/components/password-input/password-input-skeleton.js.map +1 -1
- package/es/components/password-input/password-input.js +58 -59
- package/es/components/password-input/password-input.js.map +1 -1
- package/es/components/password-input/password-input.scss.js +1 -2
- package/es/components/popover/defs.js +1 -1
- package/es/components/popover/defs.js.map +1 -1
- package/es/components/popover/popover-content.js +10 -11
- package/es/components/popover/popover-content.js.map +1 -1
- package/es/components/popover/popover.js +21 -22
- package/es/components/popover/popover.js.map +1 -1
- package/es/components/popover/popover.scss.js +1 -2
- package/es/components/progress-bar/defs.js +1 -1
- package/es/components/progress-bar/defs.js.map +1 -1
- package/es/components/progress-bar/progress-bar.js +28 -29
- package/es/components/progress-bar/progress-bar.js.map +1 -1
- package/es/components/progress-bar/progress-bar.scss.js +1 -2
- package/es/components/progress-indicator/defs.js +1 -1
- package/es/components/progress-indicator/defs.js.map +1 -1
- package/es/components/progress-indicator/progress-indicator-skeleton.js +5 -6
- package/es/components/progress-indicator/progress-indicator-skeleton.js.map +1 -1
- package/es/components/progress-indicator/progress-indicator.js +7 -8
- package/es/components/progress-indicator/progress-indicator.js.map +1 -1
- package/es/components/progress-indicator/progress-indicator.scss.js +2 -3
- package/es/components/progress-indicator/progress-step-skeleton.js +7 -8
- package/es/components/progress-indicator/progress-step-skeleton.js.map +1 -1
- package/es/components/progress-indicator/progress-step.js +20 -21
- package/es/components/progress-indicator/progress-step.js.map +1 -1
- package/es/components/radio-button/defs.js +1 -1
- package/es/components/radio-button/defs.js.map +1 -1
- package/es/components/radio-button/radio-button-group.js +25 -26
- package/es/components/radio-button/radio-button-group.js.map +1 -1
- package/es/components/radio-button/radio-button-skeleton.js +6 -7
- package/es/components/radio-button/radio-button-skeleton.js.map +1 -1
- package/es/components/radio-button/radio-button.js +25 -26
- package/es/components/radio-button/radio-button.js.map +1 -1
- package/es/components/radio-button/radio-button.scss.js +1 -2
- package/es/components/search/search-skeleton.js +8 -9
- package/es/components/search/search-skeleton.js.map +1 -1
- package/es/components/search/search.js +16 -17
- package/es/components/search/search.js.map +1 -1
- package/es/components/search/search.scss.js +2 -3
- package/es/components/select/select-item-group.js +4 -5
- package/es/components/select/select-item-group.js.map +1 -1
- package/es/components/select/select-item.js +4 -5
- package/es/components/select/select-item.js.map +1 -1
- package/es/components/select/select-skeleton.js +6 -7
- package/es/components/select/select-skeleton.js.map +1 -1
- package/es/components/select/select.d.ts +4 -4
- package/es/components/select/select.d.ts.map +1 -1
- package/es/components/select/select.js +45 -42
- package/es/components/select/select.js.map +1 -1
- package/es/components/select/select.scss.js +1 -2
- package/es/components/shape-indicator/defs.js +1 -1
- package/es/components/shape-indicator/defs.js.map +1 -1
- package/es/components/shape-indicator/shape-indicator.js +16 -17
- package/es/components/shape-indicator/shape-indicator.js.map +1 -1
- package/es/components/shape-indicator/shape-indicator.scss.js +1 -2
- package/es/components/side-panel/defs.js +1 -1
- package/es/components/side-panel/defs.js.map +1 -1
- package/es/components/side-panel/side-panel.js +19 -18
- package/es/components/side-panel/side-panel.js.map +1 -1
- package/es/components/skeleton-icon/skeleton-icon.js +4 -5
- package/es/components/skeleton-icon/skeleton-icon.js.map +1 -1
- package/es/components/skeleton-icon/skeleton-icon.scss.js +1 -2
- package/es/components/skeleton-placeholder/skeleton-placeholder.js +5 -6
- package/es/components/skeleton-placeholder/skeleton-placeholder.js.map +1 -1
- package/es/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -2
- package/es/components/skeleton-text/defs.js +1 -1
- package/es/components/skeleton-text/defs.js.map +1 -1
- package/es/components/skeleton-text/skeleton-text.js +7 -8
- package/es/components/skeleton-text/skeleton-text.js.map +1 -1
- package/es/components/skeleton-text/skeleton-text.scss.js +1 -2
- package/es/components/skip-to-content/skip-to-content.js +5 -6
- package/es/components/skip-to-content/skip-to-content.js.map +1 -1
- package/es/components/skip-to-content/skip-to-content.scss.js +2 -3
- package/es/components/slider/slider-input.js +12 -13
- package/es/components/slider/slider-input.js.map +1 -1
- package/es/components/slider/slider-skeleton.js +23 -24
- package/es/components/slider/slider-skeleton.js.map +1 -1
- package/es/components/slider/slider.js +45 -46
- package/es/components/slider/slider.js.map +1 -1
- package/es/components/slider/slider.scss.js +1 -2
- package/es/components/slug/defs.js +1 -1
- package/es/components/slug/defs.js.map +1 -1
- package/es/components/slug/slug-action-button.js +4 -5
- package/es/components/slug/slug-action-button.js.map +1 -1
- package/es/components/slug/slug.js +15 -16
- package/es/components/slug/slug.js.map +1 -1
- package/es/components/slug/slug.scss.js +2 -3
- package/es/components/stack/defs.js +1 -2
- package/es/components/stack/defs.js.map +1 -1
- package/es/components/stack/stack.js +8 -9
- package/es/components/stack/stack.js.map +1 -1
- package/es/components/stack/stack.scss.js +1 -2
- package/es/components/structured-list/structured-list-body.js +4 -5
- package/es/components/structured-list/structured-list-body.js.map +1 -1
- package/es/components/structured-list/structured-list-cell.js +4 -5
- package/es/components/structured-list/structured-list-cell.js.map +1 -1
- package/es/components/structured-list/structured-list-head.js +4 -5
- package/es/components/structured-list/structured-list-head.js.map +1 -1
- package/es/components/structured-list/structured-list-header-cell-skeleton.js +4 -5
- package/es/components/structured-list/structured-list-header-cell-skeleton.js.map +1 -1
- package/es/components/structured-list/structured-list-header-cell.js +4 -5
- package/es/components/structured-list/structured-list-header-cell.js.map +1 -1
- package/es/components/structured-list/structured-list-header-row.js +5 -6
- package/es/components/structured-list/structured-list-header-row.js.map +1 -1
- package/es/components/structured-list/structured-list-row.js +12 -13
- package/es/components/structured-list/structured-list-row.js.map +1 -1
- package/es/components/structured-list/structured-list.js +9 -10
- package/es/components/structured-list/structured-list.js.map +1 -1
- package/es/components/structured-list/structured-list.scss.js +1 -2
- package/es/components/tabs/defs.d.ts +14 -1
- package/es/components/tabs/defs.d.ts.map +1 -1
- package/es/components/tabs/defs.js +17 -3
- package/es/components/tabs/defs.js.map +1 -1
- package/es/components/tabs/index.d.ts +3 -1
- package/es/components/tabs/index.d.ts.map +1 -1
- package/es/components/tabs/index.js +2 -0
- package/es/components/tabs/tab-skeleton.js +5 -6
- package/es/components/tabs/tab-skeleton.js.map +1 -1
- package/es/components/tabs/tab.d.ts +13 -1
- package/es/components/tabs/tab.d.ts.map +1 -1
- package/es/components/tabs/tab.js +42 -14
- package/es/components/tabs/tab.js.map +1 -1
- package/es/components/tabs/tabs-skeleton.js +5 -6
- package/es/components/tabs/tabs-skeleton.js.map +1 -1
- package/es/components/tabs/tabs.d.ts +7 -3
- package/es/components/tabs/tabs.d.ts.map +1 -1
- package/es/components/tabs/tabs.js +61 -53
- package/es/components/tabs/tabs.js.map +1 -1
- package/es/components/tabs/tabs.scss.js +2 -3
- package/es/components/tabs/tabs.scss.js.map +1 -1
- package/es/components/tag/defs.js +1 -1
- package/es/components/tag/defs.js.map +1 -1
- package/es/components/tag/dismissible-tag.js +15 -16
- package/es/components/tag/dismissible-tag.js.map +1 -1
- package/es/components/tag/operational-tag.js +11 -11
- package/es/components/tag/operational-tag.js.map +1 -1
- package/es/components/tag/selectable-tag.js +10 -10
- package/es/components/tag/selectable-tag.js.map +1 -1
- package/es/components/tag/tag-skeleton.js +9 -10
- package/es/components/tag/tag-skeleton.js.map +1 -1
- package/es/components/tag/tag.js +17 -17
- package/es/components/tag/tag.js.map +1 -1
- package/es/components/tag/tag.scss.js +1 -2
- package/es/components/tag/types.js +1 -2
- package/es/components/tag/types.js.map +1 -1
- package/es/components/tearsheet/defs.js +1 -1
- package/es/components/tearsheet/defs.js.map +1 -1
- package/es/components/tearsheet/tearsheet.js +23 -24
- package/es/components/tearsheet/tearsheet.js.map +1 -1
- package/es/components/text-input/defs.js +1 -2
- package/es/components/text-input/defs.js.map +1 -1
- package/es/components/text-input/stories/helpers.js +10 -11
- package/es/components/text-input/stories/helpers.js.map +1 -1
- package/es/components/text-input/text-input-skeleton.d.ts +2 -2
- package/es/components/text-input/text-input-skeleton.js +8 -9
- package/es/components/text-input/text-input-skeleton.js.map +1 -1
- package/es/components/text-input/text-input.js +55 -56
- package/es/components/text-input/text-input.js.map +1 -1
- package/es/components/text-input/text-input.scss.js +1 -2
- package/es/components/textarea/defs.js +1 -2
- package/es/components/textarea/stories/helpers.js +1 -2
- package/es/components/textarea/stories/helpers.js.map +1 -1
- package/es/components/textarea/textarea-skeleton.js +6 -7
- package/es/components/textarea/textarea-skeleton.js.map +1 -1
- package/es/components/textarea/textarea.js +28 -29
- package/es/components/textarea/textarea.js.map +1 -1
- package/es/components/textarea/textarea.scss.js +1 -2
- package/es/components/tile/clickable-tile.js +15 -16
- package/es/components/tile/clickable-tile.js.map +1 -1
- package/es/components/tile/defs.js +1 -2
- package/es/components/tile/expandable-tile.js +14 -15
- package/es/components/tile/expandable-tile.js.map +1 -1
- package/es/components/tile/radio-tile.js +15 -16
- package/es/components/tile/radio-tile.js.map +1 -1
- package/es/components/tile/selectable-tile.js +18 -19
- package/es/components/tile/selectable-tile.js.map +1 -1
- package/es/components/tile/tile-group.js +21 -22
- package/es/components/tile/tile-group.js.map +1 -1
- package/es/components/tile/tile.js +7 -8
- package/es/components/tile/tile.js.map +1 -1
- package/es/components/tile/tile.scss.js +1 -2
- package/es/components/time-picker/defs.js +1 -2
- package/es/components/time-picker/defs.js.map +1 -1
- package/es/components/time-picker/time-picker-select.js +11 -12
- package/es/components/time-picker/time-picker-select.js.map +1 -1
- package/es/components/time-picker/time-picker.js +23 -24
- package/es/components/time-picker/time-picker.js.map +1 -1
- package/es/components/time-picker/time-picker.scss.js +1 -2
- package/es/components/toggle/defs.js +1 -1
- package/es/components/toggle/defs.js.map +1 -1
- package/es/components/toggle/toggle-skeleton.js +8 -9
- package/es/components/toggle/toggle-skeleton.js.map +1 -1
- package/es/components/toggle/toggle.js +17 -18
- package/es/components/toggle/toggle.js.map +1 -1
- package/es/components/toggle/toggle.scss.js +1 -2
- package/es/components/toggle-tip/toggletip.js +27 -28
- package/es/components/toggle-tip/toggletip.js.map +1 -1
- package/es/components/toggle-tip/toggletip.scss.js +2 -3
- package/es/components/toggle-tip/toggletip.scss.js.map +1 -1
- package/es/components/tooltip/definition-tooltip.js +5 -6
- package/es/components/tooltip/definition-tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip-content.js +5 -6
- package/es/components/tooltip/tooltip-content.js.map +1 -1
- package/es/components/tooltip/tooltip.js +6 -7
- package/es/components/tooltip/tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip.scss.js +1 -2
- package/es/components/tree-view/defs.js +1 -1
- package/es/components/tree-view/defs.js.map +1 -1
- package/es/components/tree-view/tree-node.js +28 -29
- package/es/components/tree-view/tree-node.js.map +1 -1
- package/es/components/tree-view/tree-view.js +9 -10
- package/es/components/tree-view/tree-view.js.map +1 -1
- package/es/components/tree-view/tree-view.scss.js +1 -2
- package/es/components/ui-shell/defs.js +1 -1
- package/es/components/ui-shell/defs.js.map +1 -1
- package/es/components/ui-shell/header-global-action.js +15 -15
- package/es/components/ui-shell/header-global-action.js.map +1 -1
- package/es/components/ui-shell/header-menu-button.js +11 -12
- package/es/components/ui-shell/header-menu-button.js.map +1 -1
- package/es/components/ui-shell/header-menu-item.js +4 -5
- package/es/components/ui-shell/header-menu-item.js.map +1 -1
- package/es/components/ui-shell/header-menu.js +10 -11
- package/es/components/ui-shell/header-menu.js.map +1 -1
- package/es/components/ui-shell/header-name.js +6 -7
- package/es/components/ui-shell/header-name.js.map +1 -1
- package/es/components/ui-shell/header-nav-item.js +7 -8
- package/es/components/ui-shell/header-nav-item.js.map +1 -1
- package/es/components/ui-shell/header-nav.js +6 -7
- package/es/components/ui-shell/header-nav.js.map +1 -1
- package/es/components/ui-shell/header-panel.js +4 -5
- package/es/components/ui-shell/header-panel.js.map +1 -1
- package/es/components/ui-shell/header-side-nav-items.js +4 -5
- package/es/components/ui-shell/header-side-nav-items.js.map +1 -1
- package/es/components/ui-shell/header.js +4 -5
- package/es/components/ui-shell/header.js.map +1 -1
- package/es/components/ui-shell/header.scss.js +2 -3
- package/es/components/ui-shell/side-nav-divider.js +4 -5
- package/es/components/ui-shell/side-nav-divider.js.map +1 -1
- package/es/components/ui-shell/side-nav-items.js +4 -5
- package/es/components/ui-shell/side-nav-items.js.map +1 -1
- package/es/components/ui-shell/side-nav-link.js +8 -9
- package/es/components/ui-shell/side-nav-link.js.map +1 -1
- package/es/components/ui-shell/side-nav-menu-item.js +8 -9
- package/es/components/ui-shell/side-nav-menu-item.js.map +1 -1
- package/es/components/ui-shell/side-nav-menu.js +12 -13
- package/es/components/ui-shell/side-nav-menu.js.map +1 -1
- package/es/components/ui-shell/side-nav.js +24 -25
- package/es/components/ui-shell/side-nav.js.map +1 -1
- package/es/components/ui-shell/side-nav.scss.js +1 -2
- package/es/components/ui-shell/switcher-divider.js +4 -5
- package/es/components/ui-shell/switcher-divider.js.map +1 -1
- package/es/components/ui-shell/switcher-item.js +6 -7
- package/es/components/ui-shell/switcher-item.js.map +1 -1
- package/es/components/ui-shell/switcher.js +4 -5
- package/es/components/ui-shell/switcher.js.map +1 -1
- package/es/feature-flags/es/index.js +6 -6
- package/es/feature-flags/es/index.js.map +1 -1
- package/es/globals/controllers/floating-controller.js +1 -2
- package/es/globals/controllers/floating-controller.js.map +1 -1
- package/es/globals/decorators/carbon-element.js +1 -1
- package/es/globals/decorators/host-listener.js +1 -1
- package/es/globals/directives/if-non-empty.js +1 -2
- package/es/globals/directives/if-non-empty.js.map +1 -1
- package/es/globals/directives/spread.js +1 -2
- package/es/globals/directives/spread.js.map +1 -1
- package/es/globals/internal/collection-helpers.js +1 -1
- package/es/globals/internal/deep-shadow-contains.js +1 -1
- package/es/globals/internal/feature-flags.js +1 -1
- package/es/globals/internal/icon-loader-utils.js +1 -2
- package/es/globals/internal/icon-loader-utils.js.map +1 -1
- package/es/globals/internal/icon-loader.js +1 -2
- package/es/globals/internal/icon-loader.js.map +1 -1
- package/es/globals/internal/radio-group-manager.js +1 -1
- package/es/globals/internal/radio-group-manager.js.map +1 -1
- package/es/globals/mixins/focus.js +1 -2
- package/es/globals/mixins/focus.js.map +1 -1
- package/es/globals/mixins/form.js +1 -2
- package/es/globals/mixins/form.js.map +1 -1
- package/es/globals/mixins/host-listener.js +1 -2
- package/es/globals/mixins/host-listener.js.map +1 -1
- package/es/globals/mixins/on.js +1 -1
- package/es/globals/mixins/validity.js +5 -5
- package/es/globals/mixins/validity.js.map +1 -1
- package/es/globals/settings.js +57 -57
- package/es/globals/settings.js.map +1 -1
- package/es/globals/shared-enums.js +1 -1
- package/es/globals/shared-enums.js.map +1 -1
- package/es/index.d.ts +10 -1
- package/es/index.d.ts.map +1 -1
- package/es/index.js +10 -2
- package/es-custom/_virtual/{_@oxc-project_runtime@0.112.0 → _@oxc-project_runtime@0.126.0}/helpers/decorate.js +2 -3
- package/es-custom/components/accordion/accordion-item-skeleton.js +7 -8
- package/es-custom/components/accordion/accordion-item-skeleton.js.map +1 -1
- package/es-custom/components/accordion/accordion-item.js +16 -17
- package/es-custom/components/accordion/accordion-item.js.map +1 -1
- package/es-custom/components/accordion/accordion-skeleton.js +15 -16
- package/es-custom/components/accordion/accordion-skeleton.js.map +1 -1
- package/es-custom/components/accordion/accordion.js +7 -8
- package/es-custom/components/accordion/accordion.js.map +1 -1
- package/es-custom/components/accordion/accordion.scss.js +1 -2
- package/es-custom/components/accordion/defs.js +1 -1
- package/es-custom/components/accordion/defs.js.map +1 -1
- package/es-custom/components/ai-label/ai-label-action-button.js +4 -5
- package/es-custom/components/ai-label/ai-label-action-button.js.map +1 -1
- package/es-custom/components/ai-label/ai-label.js +15 -16
- package/es-custom/components/ai-label/ai-label.js.map +1 -1
- package/es-custom/components/ai-label/ai-label.scss.js +2 -3
- package/es-custom/components/ai-label/defs.js +1 -1
- package/es-custom/components/ai-label/defs.js.map +1 -1
- package/es-custom/components/ai-skeleton/ai-skeleton-icon.js +5 -6
- package/es-custom/components/ai-skeleton/ai-skeleton-icon.js.map +1 -1
- package/es-custom/components/ai-skeleton/ai-skeleton-placeholder.js +5 -6
- package/es-custom/components/ai-skeleton/ai-skeleton-placeholder.js.map +1 -1
- package/es-custom/components/ai-skeleton/ai-skeleton-text.js +5 -6
- package/es-custom/components/ai-skeleton/ai-skeleton-text.js.map +1 -1
- package/es-custom/components/ai-skeleton/ai-skeleton.scss.js +1 -2
- package/es-custom/components/badge-indicator/badge-indicator.js +4 -5
- package/es-custom/components/badge-indicator/badge-indicator.js.map +1 -1
- package/es-custom/components/badge-indicator/badge-indicator.scss.js +1 -2
- package/es-custom/components/breadcrumb/breadcrumb-item.js +6 -7
- package/es-custom/components/breadcrumb/breadcrumb-item.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb-link.js +6 -7
- package/es-custom/components/breadcrumb/breadcrumb-link.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb-overflow-menu.js +5 -6
- package/es-custom/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb-skeleton.js +11 -12
- package/es-custom/components/breadcrumb/breadcrumb-skeleton.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.js +10 -11
- package/es-custom/components/breadcrumb/breadcrumb.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.scss.js +2 -3
- package/es-custom/components/breadcrumb/defs.js +1 -1
- package/es-custom/components/breadcrumb/defs.js.map +1 -1
- package/es-custom/components/button/button-set-base.js +4 -5
- package/es-custom/components/button/button-set-base.js.map +1 -1
- package/es-custom/components/button/button-set.js +11 -12
- package/es-custom/components/button/button-set.js.map +1 -1
- package/es-custom/components/button/button-skeleton.js +8 -9
- package/es-custom/components/button/button-skeleton.js.map +1 -1
- package/es-custom/components/button/button.js +34 -34
- package/es-custom/components/button/button.js.map +1 -1
- package/es-custom/components/button/button.scss.js +2 -3
- package/es-custom/components/button/button.scss.js.map +1 -1
- package/es-custom/components/button/defs.js +1 -1
- package/es-custom/components/button/defs.js.map +1 -1
- package/es-custom/components/chat-button/chat-button-skeleton.js +9 -10
- package/es-custom/components/chat-button/chat-button-skeleton.js.map +1 -1
- package/es-custom/components/chat-button/chat-button.js +16 -17
- package/es-custom/components/chat-button/chat-button.js.map +1 -1
- package/es-custom/components/chat-button/chat-button.scss.js +1 -2
- package/es-custom/components/chat-button/defs.js +1 -1
- package/es-custom/components/chat-button/defs.js.map +1 -1
- package/es-custom/components/checkbox/checkbox-group.d.ts +1 -1
- package/es-custom/components/checkbox/checkbox-group.d.ts.map +1 -1
- package/es-custom/components/checkbox/checkbox-group.js +36 -33
- package/es-custom/components/checkbox/checkbox-group.js.map +1 -1
- package/es-custom/components/checkbox/checkbox-skeleton.js +6 -7
- package/es-custom/components/checkbox/checkbox-skeleton.js.map +1 -1
- package/es-custom/components/checkbox/checkbox.d.ts.map +1 -1
- package/es-custom/components/checkbox/checkbox.js +25 -23
- package/es-custom/components/checkbox/checkbox.js.map +1 -1
- package/es-custom/components/checkbox/checkbox.scss.js +2 -3
- package/es-custom/components/checkbox/checkbox.scss.js.map +1 -1
- package/es-custom/components/checkbox/defs.js +1 -1
- package/es-custom/components/checkbox/defs.js.map +1 -1
- package/es-custom/components/code-snippet/code-snippet-skeleton.js +8 -9
- package/es-custom/components/code-snippet/code-snippet-skeleton.js.map +1 -1
- package/es-custom/components/code-snippet/code-snippet.js +33 -34
- package/es-custom/components/code-snippet/code-snippet.js.map +1 -1
- package/es-custom/components/code-snippet/code-snippet.scss.js +2 -3
- package/es-custom/components/code-snippet/defs.js +1 -2
- package/es-custom/components/code-snippet/defs.js.map +1 -1
- package/es-custom/components/combo-box/combo-box-item.js +6 -7
- package/es-custom/components/combo-box/combo-box-item.js.map +1 -1
- package/es-custom/components/combo-box/combo-box.js +18 -19
- package/es-custom/components/combo-box/combo-box.js.map +1 -1
- package/es-custom/components/combo-box/combo-box.scss.js +2 -3
- package/es-custom/components/combo-button/combo-button.js +13 -14
- package/es-custom/components/combo-button/combo-button.js.map +1 -1
- package/es-custom/components/combo-button/combo-button.scss.js +2 -3
- package/es-custom/components/combo-button/defs.js +1 -1
- package/es-custom/components/combo-button/defs.js.map +1 -1
- package/es-custom/components/contained-list/contained-list-description.js +4 -5
- package/es-custom/components/contained-list/contained-list-description.js.map +1 -1
- package/es-custom/components/contained-list/contained-list-item.js +12 -12
- package/es-custom/components/contained-list/contained-list-item.js.map +1 -1
- package/es-custom/components/contained-list/contained-list.js +11 -12
- package/es-custom/components/contained-list/contained-list.js.map +1 -1
- package/es-custom/components/contained-list/contained-list.scss.js +2 -3
- package/es-custom/components/content-switcher/content-switcher-item.js +8 -9
- package/es-custom/components/content-switcher/content-switcher-item.js.map +1 -1
- package/es-custom/components/content-switcher/content-switcher.d.ts +3 -3
- package/es-custom/components/content-switcher/content-switcher.d.ts.map +1 -1
- package/es-custom/components/content-switcher/content-switcher.js +21 -21
- package/es-custom/components/content-switcher/content-switcher.js.map +1 -1
- package/es-custom/components/content-switcher/content-switcher.scss.js +2 -3
- package/es-custom/components/content-switcher/defs.js +1 -1
- package/es-custom/components/content-switcher/defs.js.map +1 -1
- package/es-custom/components/copy/copy.js +10 -11
- package/es-custom/components/copy/copy.js.map +1 -1
- package/es-custom/components/copy-button/copy-button.js +8 -9
- package/es-custom/components/copy-button/copy-button.js.map +1 -1
- package/es-custom/components/copy-button/copy-button.scss.js +2 -3
- package/es-custom/components/data-table/data-table.scss.js +2 -3
- package/es-custom/components/data-table/defs.js +11 -11
- package/es-custom/components/data-table/defs.js.map +1 -1
- package/es-custom/components/data-table/table-batch-actions.js +14 -15
- package/es-custom/components/data-table/table-batch-actions.js.map +1 -1
- package/es-custom/components/data-table/table-body.js +5 -6
- package/es-custom/components/data-table/table-body.js.map +1 -1
- package/es-custom/components/data-table/table-cell-content.js +4 -5
- package/es-custom/components/data-table/table-cell-content.js.map +1 -1
- package/es-custom/components/data-table/table-cell.js +4 -5
- package/es-custom/components/data-table/table-cell.js.map +1 -1
- package/es-custom/components/data-table/table-expanded-row.js +6 -7
- package/es-custom/components/data-table/table-expanded-row.js.map +1 -1
- package/es-custom/components/data-table/table-head.js +4 -5
- package/es-custom/components/data-table/table-head.js.map +1 -1
- package/es-custom/components/data-table/table-header-cell.js +18 -19
- package/es-custom/components/data-table/table-header-cell.js.map +1 -1
- package/es-custom/components/data-table/table-header-description.js +4 -5
- package/es-custom/components/data-table/table-header-description.js.map +1 -1
- package/es-custom/components/data-table/table-header-row.js +5 -6
- package/es-custom/components/data-table/table-header-row.js.map +1 -1
- package/es-custom/components/data-table/table-header-title.js +4 -5
- package/es-custom/components/data-table/table-header-title.js.map +1 -1
- package/es-custom/components/data-table/table-row.js +18 -19
- package/es-custom/components/data-table/table-row.js.map +1 -1
- package/es-custom/components/data-table/table-skeleton.js +15 -16
- package/es-custom/components/data-table/table-skeleton.js.map +1 -1
- package/es-custom/components/data-table/table-toolbar-content.js +4 -5
- package/es-custom/components/data-table/table-toolbar-content.js.map +1 -1
- package/es-custom/components/data-table/table-toolbar-search.js +9 -10
- package/es-custom/components/data-table/table-toolbar-search.js.map +1 -1
- package/es-custom/components/data-table/table-toolbar.js +6 -7
- package/es-custom/components/data-table/table-toolbar.js.map +1 -1
- package/es-custom/components/data-table/table.js +45 -45
- package/es-custom/components/data-table/table.js.map +1 -1
- package/es-custom/components/date-picker/append-to-plugin.js +1 -1
- package/es-custom/components/date-picker/append-to-plugin.js.map +1 -1
- package/es-custom/components/date-picker/css-class-plugin.js +1 -2
- package/es-custom/components/date-picker/css-class-plugin.js.map +1 -1
- package/es-custom/components/date-picker/date-picker-input-skeleton.js +12 -13
- package/es-custom/components/date-picker/date-picker-input-skeleton.js.map +1 -1
- package/es-custom/components/date-picker/date-picker-input.js +36 -34
- package/es-custom/components/date-picker/date-picker-input.js.map +1 -1
- package/es-custom/components/date-picker/date-picker.js +20 -39
- package/es-custom/components/date-picker/date-picker.js.map +1 -1
- package/es-custom/components/date-picker/date-picker.scss.js +1 -2
- package/es-custom/components/date-picker/defs.js +1 -2
- package/es-custom/components/date-picker/defs.js.map +1 -1
- package/es-custom/components/date-picker/fix-events-plugin.js +1 -2
- package/es-custom/components/date-picker/fix-events-plugin.js.map +1 -1
- package/es-custom/components/date-picker/focus-plugin.js +1 -2
- package/es-custom/components/date-picker/focus-plugin.js.map +1 -1
- package/es-custom/components/date-picker/icon-plugin.js +1 -2
- package/es-custom/components/date-picker/icon-plugin.js.map +1 -1
- package/es-custom/components/date-picker/iso-date.js +1 -1
- package/es-custom/components/date-picker/month-select-plugin.js +1 -2
- package/es-custom/components/date-picker/month-select-plugin.js.map +1 -1
- package/es-custom/components/date-picker/range-plugin.js +1 -2
- package/es-custom/components/date-picker/range-plugin.js.map +1 -1
- package/es-custom/components/date-picker/shadow-dom-events-plugin.js +1 -2
- package/es-custom/components/date-picker/shadow-dom-events-plugin.js.map +1 -1
- package/es-custom/components/date-picker/state-handshake-plugin.js +1 -1
- package/es-custom/components/date-picker/state-handshake-plugin.js.map +1 -1
- package/es-custom/components/dialog/dialog-body.d.ts +19 -0
- package/es-custom/components/dialog/dialog-body.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-body.js +47 -0
- package/es-custom/components/dialog/dialog-body.js.map +1 -0
- package/es-custom/components/dialog/dialog-close-button.d.ts +20 -0
- package/es-custom/components/dialog/dialog-close-button.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-close-button.js +61 -0
- package/es-custom/components/dialog/dialog-close-button.js.map +1 -0
- package/es-custom/components/dialog/dialog-controls.d.ts +18 -0
- package/es-custom/components/dialog/dialog-controls.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-controls.js +38 -0
- package/es-custom/components/dialog/dialog-controls.js.map +1 -0
- package/es-custom/components/dialog/dialog-footer-button.d.ts +17 -0
- package/es-custom/components/dialog/dialog-footer-button.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-footer-button.js +36 -0
- package/es-custom/components/dialog/dialog-footer-button.js.map +1 -0
- package/es-custom/components/dialog/dialog-footer.d.ts +21 -0
- package/es-custom/components/dialog/dialog-footer.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-footer.js +41 -0
- package/es-custom/components/dialog/dialog-footer.js.map +1 -0
- package/es-custom/components/dialog/dialog-header.d.ts +18 -0
- package/es-custom/components/dialog/dialog-header.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-header.js +38 -0
- package/es-custom/components/dialog/dialog-header.js.map +1 -0
- package/es-custom/components/dialog/dialog-subtitle.d.ts +22 -0
- package/es-custom/components/dialog/dialog-subtitle.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-subtitle.js +48 -0
- package/es-custom/components/dialog/dialog-subtitle.js.map +1 -0
- package/es-custom/components/dialog/dialog-title.d.ts +22 -0
- package/es-custom/components/dialog/dialog-title.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog-title.js +48 -0
- package/es-custom/components/dialog/dialog-title.js.map +1 -0
- package/es-custom/components/dialog/dialog.d.ts +99 -0
- package/es-custom/components/dialog/dialog.d.ts.map +1 -0
- package/es-custom/components/dialog/dialog.js +183 -0
- package/es-custom/components/dialog/dialog.js.map +1 -0
- package/es-custom/components/dialog/dialog.scss.js +14 -0
- package/es-custom/components/dialog/dialog.scss.js.map +1 -0
- package/es-custom/components/dialog/index.d.ts +16 -0
- package/es-custom/components/dialog/index.d.ts.map +1 -0
- package/es-custom/components/dialog/index.js +16 -0
- package/es-custom/components/dropdown/defs.js +1 -2
- package/es-custom/components/dropdown/defs.js.map +1 -1
- package/es-custom/components/dropdown/dropdown-item.js +11 -12
- package/es-custom/components/dropdown/dropdown-item.js.map +1 -1
- package/es-custom/components/dropdown/dropdown-skeleton.js +10 -11
- package/es-custom/components/dropdown/dropdown-skeleton.js.map +1 -1
- package/es-custom/components/dropdown/dropdown.d.ts +4 -4
- package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
- package/es-custom/components/dropdown/dropdown.js +61 -62
- package/es-custom/components/dropdown/dropdown.js.map +1 -1
- package/es-custom/components/dropdown/dropdown.scss.js +2 -3
- package/es-custom/components/dropdown/dropdown.scss.js.map +1 -1
- package/es-custom/components/feature-flags/index.js +2 -3
- package/es-custom/components/feature-flags/index.js.map +1 -1
- package/es-custom/components/file-uploader/defs.js +1 -1
- package/es-custom/components/file-uploader/defs.js.map +1 -1
- package/es-custom/components/file-uploader/demo-file-uploader.js +11 -12
- package/es-custom/components/file-uploader/demo-file-uploader.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader-button.js +17 -18
- package/es-custom/components/file-uploader/file-uploader-button.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader-drop-container.js +11 -12
- package/es-custom/components/file-uploader/file-uploader-drop-container.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader-item.js +21 -22
- package/es-custom/components/file-uploader/file-uploader-item.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader-skeleton.js +6 -7
- package/es-custom/components/file-uploader/file-uploader-skeleton.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader.js +10 -11
- package/es-custom/components/file-uploader/file-uploader.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader.scss.js +2 -3
- package/es-custom/components/floating-menu/defs.js +1 -1
- package/es-custom/components/floating-menu/defs.js.map +1 -1
- package/es-custom/components/floating-menu/floating-menu.js +10 -11
- package/es-custom/components/floating-menu/floating-menu.js.map +1 -1
- package/es-custom/components/fluid-dropdown/fluid-dropdown-skeleton.js +8 -9
- package/es-custom/components/fluid-dropdown/fluid-dropdown-skeleton.js.map +1 -1
- package/es-custom/components/fluid-dropdown/fluid-dropdown.js +4 -5
- package/es-custom/components/fluid-dropdown/fluid-dropdown.js.map +1 -1
- package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +2 -3
- package/es-custom/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts +18 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts.map +1 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select-skeleton.js +45 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select-skeleton.js.map +1 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select.d.ts +24 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select.d.ts.map +1 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select.js +63 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select.js.map +1 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js +14 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -0
- package/es-custom/components/fluid-multi-select/index.d.ts +9 -0
- package/es-custom/components/fluid-multi-select/index.d.ts.map +1 -0
- package/es-custom/components/fluid-multi-select/index.js +9 -0
- package/es-custom/components/fluid-number-input/fluid-number-input-skeleton.js +4 -5
- package/es-custom/components/fluid-number-input/fluid-number-input-skeleton.js.map +1 -1
- package/es-custom/components/fluid-number-input/fluid-number-input.d.ts +2 -2
- package/es-custom/components/fluid-number-input/fluid-number-input.d.ts.map +1 -1
- package/es-custom/components/fluid-number-input/fluid-number-input.js +12 -13
- package/es-custom/components/fluid-number-input/fluid-number-input.js.map +1 -1
- package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -2
- package/es-custom/components/fluid-password-input/fluid-password-input.js +6 -7
- package/es-custom/components/fluid-password-input/fluid-password-input.js.map +1 -1
- package/es-custom/components/fluid-password-input/fluid-password-input.scss.js +1 -2
- package/es-custom/components/fluid-search/fluid-search-skeleton.js +4 -5
- package/es-custom/components/fluid-search/fluid-search-skeleton.js.map +1 -1
- package/es-custom/components/fluid-search/fluid-search.js +5 -6
- package/es-custom/components/fluid-search/fluid-search.js.map +1 -1
- package/es-custom/components/fluid-search/fluid-search.scss.js +2 -3
- package/es-custom/components/fluid-select/fluid-select-skeleton.js +5 -6
- package/es-custom/components/fluid-select/fluid-select-skeleton.js.map +1 -1
- package/es-custom/components/fluid-select/fluid-select.js +11 -12
- package/es-custom/components/fluid-select/fluid-select.js.map +1 -1
- package/es-custom/components/fluid-select/fluid-select.scss.js +1 -2
- package/es-custom/components/fluid-text-input/fluid-text-input-skeleton.js +4 -5
- package/es-custom/components/fluid-text-input/fluid-text-input-skeleton.js.map +1 -1
- package/es-custom/components/fluid-text-input/fluid-text-input.js +6 -7
- package/es-custom/components/fluid-text-input/fluid-text-input.js.map +1 -1
- package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -2
- package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js +5 -6
- package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -1
- package/es-custom/components/fluid-textarea/fluid-textarea.js +5 -6
- package/es-custom/components/fluid-textarea/fluid-textarea.js.map +1 -1
- package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +1 -2
- package/es-custom/components/fluid-time-picker/fluid-time-picker-select.js +4 -5
- package/es-custom/components/fluid-time-picker/fluid-time-picker-select.js.map +1 -1
- package/es-custom/components/fluid-time-picker/fluid-time-picker-skeleton.js +6 -7
- package/es-custom/components/fluid-time-picker/fluid-time-picker-skeleton.js.map +1 -1
- package/es-custom/components/fluid-time-picker/fluid-time-picker.js +31 -32
- package/es-custom/components/fluid-time-picker/fluid-time-picker.js.map +1 -1
- package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +1 -2
- package/es-custom/components/form/form-item.js +4 -5
- package/es-custom/components/form/form-item.js.map +1 -1
- package/es-custom/components/form/form-item.scss.js +1 -2
- package/es-custom/components/form/form.js +5 -6
- package/es-custom/components/form/form.js.map +1 -1
- package/es-custom/components/form/form.scss.js +1 -2
- package/es-custom/components/form-group/form-group.js +7 -8
- package/es-custom/components/form-group/form-group.js.map +1 -1
- package/es-custom/components/form-group/form-group.scss.js +1 -2
- package/es-custom/components/grid/column-hang.js +4 -5
- package/es-custom/components/grid/column-hang.js.map +1 -1
- package/es-custom/components/grid/column-hang.scss.js +1 -2
- package/es-custom/components/grid/column.js +4 -5
- package/es-custom/components/grid/column.js.map +1 -1
- package/es-custom/components/grid/defs.js +1 -1
- package/es-custom/components/grid/defs.js.map +1 -1
- package/es-custom/components/grid/grid-context.js +1 -2
- package/es-custom/components/grid/grid-context.js.map +1 -1
- package/es-custom/components/grid/grid.js +8 -9
- package/es-custom/components/grid/grid.js.map +1 -1
- package/es-custom/components/grid/grid.scss.js +1 -2
- package/es-custom/components/heading/heading.js +7 -8
- package/es-custom/components/heading/heading.js.map +1 -1
- package/es-custom/components/heading/heading.scss.js +1 -2
- package/es-custom/components/icon/icon.js +4 -5
- package/es-custom/components/icon/icon.js.map +1 -1
- package/es-custom/components/icon-button/defs.js +1 -1
- package/es-custom/components/icon-button/defs.js.map +1 -1
- package/es-custom/components/icon-button/icon-button.js +6 -7
- package/es-custom/components/icon-button/icon-button.js.map +1 -1
- package/es-custom/components/icon-button/icon-button.scss.js +1 -2
- package/es-custom/components/icon-indicator/defs.js +1 -1
- package/es-custom/components/icon-indicator/defs.js.map +1 -1
- package/es-custom/components/icon-indicator/icon-indicator.js +16 -17
- package/es-custom/components/icon-indicator/icon-indicator.js.map +1 -1
- package/es-custom/components/icon-indicator/icon-indicator.scss.js +1 -2
- package/es-custom/components/inline-loading/defs.js +1 -1
- package/es-custom/components/inline-loading/defs.js.map +1 -1
- package/es-custom/components/inline-loading/inline-loading.js +16 -17
- package/es-custom/components/inline-loading/inline-loading.js.map +1 -1
- package/es-custom/components/inline-loading/inline-loading.scss.js +1 -2
- package/es-custom/components/layer/layer.js +7 -8
- package/es-custom/components/layer/layer.js.map +1 -1
- package/es-custom/components/layer/layer.scss.js +1 -2
- package/es-custom/components/layout/index.js +1 -2
- package/es-custom/components/layout/layout-constraint.js +4 -5
- package/es-custom/components/layout/layout-constraint.js.map +1 -1
- package/es-custom/components/layout/layout.js +4 -5
- package/es-custom/components/layout/layout.js.map +1 -1
- package/es-custom/components/layout/layout.scss.js +1 -2
- package/es-custom/components/link/link.js +13 -13
- package/es-custom/components/link/link.js.map +1 -1
- package/es-custom/components/link/link.scss.js +1 -2
- package/es-custom/components/list/list-item.js +5 -6
- package/es-custom/components/list/list-item.js.map +1 -1
- package/es-custom/components/list/list.scss.js +1 -2
- package/es-custom/components/list/ordered-list.js +8 -9
- package/es-custom/components/list/ordered-list.js.map +1 -1
- package/es-custom/components/list/unordered-list.js +8 -9
- package/es-custom/components/list/unordered-list.js.map +1 -1
- package/es-custom/components/loading/defs.js +1 -1
- package/es-custom/components/loading/defs.js.map +1 -1
- package/es-custom/components/loading/loading-icon.js +5 -6
- package/es-custom/components/loading/loading-icon.js.map +1 -1
- package/es-custom/components/loading/loading.js +9 -10
- package/es-custom/components/loading/loading.js.map +1 -1
- package/es-custom/components/loading/loading.scss.js +1 -2
- package/es-custom/components/loading/types.js +1 -2
- package/es-custom/components/loading/types.js.map +1 -1
- package/es-custom/components/menu/defs.js +1 -1
- package/es-custom/components/menu/defs.js.map +1 -1
- package/es-custom/components/menu/menu-context.js +1 -2
- package/es-custom/components/menu/menu-context.js.map +1 -1
- package/es-custom/components/menu/menu-item-divider.js +4 -5
- package/es-custom/components/menu/menu-item-divider.js.map +1 -1
- package/es-custom/components/menu/menu-item-group.js +4 -5
- package/es-custom/components/menu/menu-item-group.js.map +1 -1
- package/es-custom/components/menu/menu-item-radio-group.js +6 -7
- package/es-custom/components/menu/menu-item-radio-group.js.map +1 -1
- package/es-custom/components/menu/menu-item-selectable.js +7 -8
- package/es-custom/components/menu/menu-item-selectable.js.map +1 -1
- package/es-custom/components/menu/menu-item.js +23 -23
- package/es-custom/components/menu/menu-item.js.map +1 -1
- package/es-custom/components/menu/menu-item.scss.js +1 -2
- package/es-custom/components/menu/menu.js +21 -22
- package/es-custom/components/menu/menu.js.map +1 -1
- package/es-custom/components/menu/menu.scss.js +1 -2
- package/es-custom/components/menu-button/defs.js +1 -1
- package/es-custom/components/menu-button/defs.js.map +1 -1
- package/es-custom/components/menu-button/menu-button.js +15 -16
- package/es-custom/components/menu-button/menu-button.js.map +1 -1
- package/es-custom/components/menu-button/menu-button.scss.js +2 -3
- package/es-custom/components/modal/defs.js +1 -1
- package/es-custom/components/modal/defs.js.map +1 -1
- package/es-custom/components/modal/modal-body-content.js +4 -5
- package/es-custom/components/modal/modal-body-content.js.map +1 -1
- package/es-custom/components/modal/modal-body.d.ts +2 -0
- package/es-custom/components/modal/modal-body.d.ts.map +1 -1
- package/es-custom/components/modal/modal-body.js +26 -10
- package/es-custom/components/modal/modal-body.js.map +1 -1
- package/es-custom/components/modal/modal-close-button.js +5 -6
- package/es-custom/components/modal/modal-close-button.js.map +1 -1
- package/es-custom/components/modal/modal-footer-button.js +4 -5
- package/es-custom/components/modal/modal-footer-button.js.map +1 -1
- package/es-custom/components/modal/modal-footer.js +5 -6
- package/es-custom/components/modal/modal-footer.js.map +1 -1
- package/es-custom/components/modal/modal-header.js +6 -7
- package/es-custom/components/modal/modal-header.js.map +1 -1
- package/es-custom/components/modal/modal-heading.d.ts +5 -1
- package/es-custom/components/modal/modal-heading.d.ts.map +1 -1
- package/es-custom/components/modal/modal-heading.js +14 -6
- package/es-custom/components/modal/modal-heading.js.map +1 -1
- package/es-custom/components/modal/modal-label.d.ts +5 -1
- package/es-custom/components/modal/modal-label.d.ts.map +1 -1
- package/es-custom/components/modal/modal-label.js +14 -6
- package/es-custom/components/modal/modal-label.js.map +1 -1
- package/es-custom/components/modal/modal.d.ts +18 -10
- package/es-custom/components/modal/modal.d.ts.map +1 -1
- package/es-custom/components/modal/modal.js +24 -24
- package/es-custom/components/modal/modal.js.map +1 -1
- package/es-custom/components/modal/modal.scss.js +2 -3
- package/es-custom/components/multi-select/defs.js +1 -1
- package/es-custom/components/multi-select/defs.js.map +1 -1
- package/es-custom/components/multi-select/multi-select-item.js +7 -8
- package/es-custom/components/multi-select/multi-select-item.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.js +52 -53
- package/es-custom/components/multi-select/multi-select.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.scss.js +2 -3
- package/es-custom/components/multi-select/multi-select.scss.js.map +1 -1
- package/es-custom/components/notification/actionable-notification-button.js +5 -6
- package/es-custom/components/notification/actionable-notification-button.js.map +1 -1
- package/es-custom/components/notification/actionable-notification.js +22 -23
- package/es-custom/components/notification/actionable-notification.js.map +1 -1
- package/es-custom/components/notification/actionable-notification.scss.js +2 -3
- package/es-custom/components/notification/callout-notification.js +11 -12
- package/es-custom/components/notification/callout-notification.js.map +1 -1
- package/es-custom/components/notification/defs.js +1 -1
- package/es-custom/components/notification/defs.js.map +1 -1
- package/es-custom/components/notification/inline-notification.js +21 -22
- package/es-custom/components/notification/inline-notification.js.map +1 -1
- package/es-custom/components/notification/inline-notification.scss.js +2 -3
- package/es-custom/components/notification/stories/helper.js +8 -15
- package/es-custom/components/notification/stories/helper.js.map +1 -1
- package/es-custom/components/notification/toast-notification.js +10 -11
- package/es-custom/components/notification/toast-notification.js.map +1 -1
- package/es-custom/components/notification/toast-notification.scss.js +2 -3
- package/es-custom/components/number-input/defs.d.ts +4 -0
- package/es-custom/components/number-input/defs.d.ts.map +1 -1
- package/es-custom/components/number-input/defs.js +1 -2
- package/es-custom/components/number-input/defs.js.map +1 -1
- package/es-custom/components/number-input/number-input-skeleton.d.ts +6 -1
- package/es-custom/components/number-input/number-input-skeleton.d.ts.map +1 -1
- package/es-custom/components/number-input/number-input-skeleton.js +13 -9
- package/es-custom/components/number-input/number-input-skeleton.js.map +1 -1
- package/es-custom/components/number-input/number-input.d.ts +137 -8
- package/es-custom/components/number-input/number-input.d.ts.map +1 -1
- package/es-custom/components/number-input/number-input.js +332 -94
- package/es-custom/components/number-input/number-input.js.map +1 -1
- package/es-custom/components/number-input/number-input.scss.js +2 -3
- package/es-custom/components/number-input/number-input.scss.js.map +1 -1
- package/es-custom/components/overflow-menu/defs.js +1 -1
- package/es-custom/components/overflow-menu/defs.js.map +1 -1
- package/es-custom/components/overflow-menu/overflow-menu-body.js +12 -13
- package/es-custom/components/overflow-menu/overflow-menu-body.js.map +1 -1
- package/es-custom/components/overflow-menu/overflow-menu-item.js +13 -14
- package/es-custom/components/overflow-menu/overflow-menu-item.js.map +1 -1
- package/es-custom/components/overflow-menu/overflow-menu.js +13 -14
- package/es-custom/components/overflow-menu/overflow-menu.js.map +1 -1
- package/es-custom/components/overflow-menu/overflow-menu.scss.js +2 -3
- package/es-custom/components/page-header/page-header-breadcrumb.js +11 -12
- package/es-custom/components/page-header/page-header-breadcrumb.js.map +1 -1
- package/es-custom/components/page-header/page-header-content-text.js +5 -6
- package/es-custom/components/page-header/page-header-content-text.js.map +1 -1
- package/es-custom/components/page-header/page-header-content.js +14 -15
- package/es-custom/components/page-header/page-header-content.js.map +1 -1
- package/es-custom/components/page-header/page-header-hero-image.js +4 -5
- package/es-custom/components/page-header/page-header-hero-image.js.map +1 -1
- package/es-custom/components/page-header/page-header-tabs.js +7 -8
- package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
- package/es-custom/components/page-header/page-header.js +4 -5
- package/es-custom/components/page-header/page-header.js.map +1 -1
- package/es-custom/components/page-header/page-header.scss.js +1 -2
- package/es-custom/components/pagination/defs.js +1 -1
- package/es-custom/components/pagination/defs.js.map +1 -1
- package/es-custom/components/pagination/pagination.d.ts.map +1 -1
- package/es-custom/components/pagination/pagination.js +48 -48
- package/es-custom/components/pagination/pagination.js.map +1 -1
- package/es-custom/components/pagination/pagination.scss.js +2 -3
- package/es-custom/components/pagination-nav/defs.js +1 -1
- package/es-custom/components/pagination-nav/defs.js.map +1 -1
- package/es-custom/components/pagination-nav/pagination-nav.js +26 -27
- package/es-custom/components/pagination-nav/pagination-nav.js.map +1 -1
- package/es-custom/components/pagination-nav/pagination-nav.scss.js +2 -3
- package/es-custom/components/password-input/defs.js +1 -2
- package/es-custom/components/password-input/defs.js.map +1 -1
- package/es-custom/components/password-input/password-input-skeleton.js +6 -7
- package/es-custom/components/password-input/password-input-skeleton.js.map +1 -1
- package/es-custom/components/password-input/password-input.js +58 -59
- package/es-custom/components/password-input/password-input.js.map +1 -1
- package/es-custom/components/password-input/password-input.scss.js +1 -2
- package/es-custom/components/popover/defs.js +1 -1
- package/es-custom/components/popover/defs.js.map +1 -1
- package/es-custom/components/popover/popover-content.js +10 -11
- package/es-custom/components/popover/popover-content.js.map +1 -1
- package/es-custom/components/popover/popover.js +21 -22
- package/es-custom/components/popover/popover.js.map +1 -1
- package/es-custom/components/popover/popover.scss.js +1 -2
- package/es-custom/components/progress-bar/defs.js +1 -1
- package/es-custom/components/progress-bar/defs.js.map +1 -1
- package/es-custom/components/progress-bar/progress-bar.js +28 -29
- package/es-custom/components/progress-bar/progress-bar.js.map +1 -1
- package/es-custom/components/progress-bar/progress-bar.scss.js +1 -2
- package/es-custom/components/progress-indicator/defs.js +1 -1
- package/es-custom/components/progress-indicator/defs.js.map +1 -1
- package/es-custom/components/progress-indicator/progress-indicator-skeleton.js +5 -6
- package/es-custom/components/progress-indicator/progress-indicator-skeleton.js.map +1 -1
- package/es-custom/components/progress-indicator/progress-indicator.js +7 -8
- package/es-custom/components/progress-indicator/progress-indicator.js.map +1 -1
- package/es-custom/components/progress-indicator/progress-indicator.scss.js +2 -3
- package/es-custom/components/progress-indicator/progress-step-skeleton.js +7 -8
- package/es-custom/components/progress-indicator/progress-step-skeleton.js.map +1 -1
- package/es-custom/components/progress-indicator/progress-step.js +20 -21
- package/es-custom/components/progress-indicator/progress-step.js.map +1 -1
- package/es-custom/components/radio-button/defs.js +1 -1
- package/es-custom/components/radio-button/defs.js.map +1 -1
- package/es-custom/components/radio-button/radio-button-group.js +25 -26
- package/es-custom/components/radio-button/radio-button-group.js.map +1 -1
- package/es-custom/components/radio-button/radio-button-skeleton.js +6 -7
- package/es-custom/components/radio-button/radio-button-skeleton.js.map +1 -1
- package/es-custom/components/radio-button/radio-button.js +25 -26
- package/es-custom/components/radio-button/radio-button.js.map +1 -1
- package/es-custom/components/radio-button/radio-button.scss.js +1 -2
- package/es-custom/components/search/search-skeleton.js +8 -9
- package/es-custom/components/search/search-skeleton.js.map +1 -1
- package/es-custom/components/search/search.js +16 -17
- package/es-custom/components/search/search.js.map +1 -1
- package/es-custom/components/search/search.scss.js +2 -3
- package/es-custom/components/select/select-item-group.js +4 -5
- package/es-custom/components/select/select-item-group.js.map +1 -1
- package/es-custom/components/select/select-item.js +4 -5
- package/es-custom/components/select/select-item.js.map +1 -1
- package/es-custom/components/select/select-skeleton.js +6 -7
- package/es-custom/components/select/select-skeleton.js.map +1 -1
- package/es-custom/components/select/select.d.ts +4 -4
- package/es-custom/components/select/select.d.ts.map +1 -1
- package/es-custom/components/select/select.js +45 -42
- package/es-custom/components/select/select.js.map +1 -1
- package/es-custom/components/select/select.scss.js +1 -2
- package/es-custom/components/shape-indicator/defs.js +1 -1
- package/es-custom/components/shape-indicator/defs.js.map +1 -1
- package/es-custom/components/shape-indicator/shape-indicator.js +16 -17
- package/es-custom/components/shape-indicator/shape-indicator.js.map +1 -1
- package/es-custom/components/shape-indicator/shape-indicator.scss.js +1 -2
- package/es-custom/components/side-panel/defs.js +1 -1
- package/es-custom/components/side-panel/defs.js.map +1 -1
- package/es-custom/components/side-panel/side-panel.js +19 -18
- package/es-custom/components/side-panel/side-panel.js.map +1 -1
- package/es-custom/components/skeleton-icon/skeleton-icon.js +4 -5
- package/es-custom/components/skeleton-icon/skeleton-icon.js.map +1 -1
- package/es-custom/components/skeleton-icon/skeleton-icon.scss.js +1 -2
- package/es-custom/components/skeleton-placeholder/skeleton-placeholder.js +5 -6
- package/es-custom/components/skeleton-placeholder/skeleton-placeholder.js.map +1 -1
- package/es-custom/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -2
- package/es-custom/components/skeleton-text/defs.js +1 -1
- package/es-custom/components/skeleton-text/defs.js.map +1 -1
- package/es-custom/components/skeleton-text/skeleton-text.js +7 -8
- package/es-custom/components/skeleton-text/skeleton-text.js.map +1 -1
- package/es-custom/components/skeleton-text/skeleton-text.scss.js +1 -2
- package/es-custom/components/skip-to-content/skip-to-content.js +5 -6
- package/es-custom/components/skip-to-content/skip-to-content.js.map +1 -1
- package/es-custom/components/skip-to-content/skip-to-content.scss.js +2 -3
- package/es-custom/components/slider/slider-input.js +12 -13
- package/es-custom/components/slider/slider-input.js.map +1 -1
- package/es-custom/components/slider/slider-skeleton.js +23 -24
- package/es-custom/components/slider/slider-skeleton.js.map +1 -1
- package/es-custom/components/slider/slider.js +45 -46
- package/es-custom/components/slider/slider.js.map +1 -1
- package/es-custom/components/slider/slider.scss.js +1 -2
- package/es-custom/components/slug/defs.js +1 -1
- package/es-custom/components/slug/defs.js.map +1 -1
- package/es-custom/components/slug/slug-action-button.js +4 -5
- package/es-custom/components/slug/slug-action-button.js.map +1 -1
- package/es-custom/components/slug/slug.js +15 -16
- package/es-custom/components/slug/slug.js.map +1 -1
- package/es-custom/components/slug/slug.scss.js +2 -3
- package/es-custom/components/stack/defs.js +1 -2
- package/es-custom/components/stack/defs.js.map +1 -1
- package/es-custom/components/stack/stack.js +8 -9
- package/es-custom/components/stack/stack.js.map +1 -1
- package/es-custom/components/stack/stack.scss.js +1 -2
- package/es-custom/components/structured-list/structured-list-body.js +4 -5
- package/es-custom/components/structured-list/structured-list-body.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-cell.js +4 -5
- package/es-custom/components/structured-list/structured-list-cell.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-head.js +4 -5
- package/es-custom/components/structured-list/structured-list-head.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-header-cell-skeleton.js +4 -5
- package/es-custom/components/structured-list/structured-list-header-cell-skeleton.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-header-cell.js +4 -5
- package/es-custom/components/structured-list/structured-list-header-cell.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-header-row.js +5 -6
- package/es-custom/components/structured-list/structured-list-header-row.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-row.js +12 -13
- package/es-custom/components/structured-list/structured-list-row.js.map +1 -1
- package/es-custom/components/structured-list/structured-list.js +9 -10
- package/es-custom/components/structured-list/structured-list.js.map +1 -1
- package/es-custom/components/structured-list/structured-list.scss.js +1 -2
- package/es-custom/components/tabs/defs.d.ts +14 -1
- package/es-custom/components/tabs/defs.d.ts.map +1 -1
- package/es-custom/components/tabs/defs.js +17 -3
- package/es-custom/components/tabs/defs.js.map +1 -1
- package/es-custom/components/tabs/index.d.ts +3 -1
- package/es-custom/components/tabs/index.d.ts.map +1 -1
- package/es-custom/components/tabs/index.js +2 -0
- package/es-custom/components/tabs/tab-skeleton.js +5 -6
- package/es-custom/components/tabs/tab-skeleton.js.map +1 -1
- package/es-custom/components/tabs/tab.d.ts +13 -1
- package/es-custom/components/tabs/tab.d.ts.map +1 -1
- package/es-custom/components/tabs/tab.js +42 -14
- package/es-custom/components/tabs/tab.js.map +1 -1
- package/es-custom/components/tabs/tabs-skeleton.js +5 -6
- package/es-custom/components/tabs/tabs-skeleton.js.map +1 -1
- package/es-custom/components/tabs/tabs.d.ts +7 -3
- package/es-custom/components/tabs/tabs.d.ts.map +1 -1
- package/es-custom/components/tabs/tabs.js +61 -53
- package/es-custom/components/tabs/tabs.js.map +1 -1
- package/es-custom/components/tabs/tabs.scss.js +2 -3
- package/es-custom/components/tabs/tabs.scss.js.map +1 -1
- package/es-custom/components/tag/defs.js +1 -1
- package/es-custom/components/tag/defs.js.map +1 -1
- package/es-custom/components/tag/dismissible-tag.js +15 -16
- package/es-custom/components/tag/dismissible-tag.js.map +1 -1
- package/es-custom/components/tag/operational-tag.js +11 -11
- package/es-custom/components/tag/operational-tag.js.map +1 -1
- package/es-custom/components/tag/selectable-tag.js +10 -10
- package/es-custom/components/tag/selectable-tag.js.map +1 -1
- package/es-custom/components/tag/tag-skeleton.js +9 -10
- package/es-custom/components/tag/tag-skeleton.js.map +1 -1
- package/es-custom/components/tag/tag.js +17 -17
- package/es-custom/components/tag/tag.js.map +1 -1
- package/es-custom/components/tag/tag.scss.js +1 -2
- package/es-custom/components/tag/types.js +1 -2
- package/es-custom/components/tag/types.js.map +1 -1
- package/es-custom/components/tearsheet/defs.js +1 -1
- package/es-custom/components/tearsheet/defs.js.map +1 -1
- package/es-custom/components/tearsheet/tearsheet.js +23 -24
- package/es-custom/components/tearsheet/tearsheet.js.map +1 -1
- package/es-custom/components/text-input/defs.js +1 -2
- package/es-custom/components/text-input/defs.js.map +1 -1
- package/es-custom/components/text-input/stories/helpers.js +10 -11
- package/es-custom/components/text-input/stories/helpers.js.map +1 -1
- package/es-custom/components/text-input/text-input-skeleton.d.ts +2 -2
- package/es-custom/components/text-input/text-input-skeleton.js +8 -9
- package/es-custom/components/text-input/text-input-skeleton.js.map +1 -1
- package/es-custom/components/text-input/text-input.js +55 -56
- package/es-custom/components/text-input/text-input.js.map +1 -1
- package/es-custom/components/text-input/text-input.scss.js +1 -2
- package/es-custom/components/textarea/defs.js +1 -2
- package/es-custom/components/textarea/stories/helpers.js +1 -2
- package/es-custom/components/textarea/stories/helpers.js.map +1 -1
- package/es-custom/components/textarea/textarea-skeleton.js +6 -7
- package/es-custom/components/textarea/textarea-skeleton.js.map +1 -1
- package/es-custom/components/textarea/textarea.js +28 -29
- package/es-custom/components/textarea/textarea.js.map +1 -1
- package/es-custom/components/textarea/textarea.scss.js +1 -2
- package/es-custom/components/tile/clickable-tile.js +15 -16
- package/es-custom/components/tile/clickable-tile.js.map +1 -1
- package/es-custom/components/tile/defs.js +1 -2
- package/es-custom/components/tile/expandable-tile.js +14 -15
- package/es-custom/components/tile/expandable-tile.js.map +1 -1
- package/es-custom/components/tile/radio-tile.js +15 -16
- package/es-custom/components/tile/radio-tile.js.map +1 -1
- package/es-custom/components/tile/selectable-tile.js +18 -19
- package/es-custom/components/tile/selectable-tile.js.map +1 -1
- package/es-custom/components/tile/tile-group.js +21 -22
- package/es-custom/components/tile/tile-group.js.map +1 -1
- package/es-custom/components/tile/tile.js +7 -8
- package/es-custom/components/tile/tile.js.map +1 -1
- package/es-custom/components/tile/tile.scss.js +1 -2
- package/es-custom/components/time-picker/defs.js +1 -2
- package/es-custom/components/time-picker/defs.js.map +1 -1
- package/es-custom/components/time-picker/time-picker-select.js +11 -12
- package/es-custom/components/time-picker/time-picker-select.js.map +1 -1
- package/es-custom/components/time-picker/time-picker.js +23 -24
- package/es-custom/components/time-picker/time-picker.js.map +1 -1
- package/es-custom/components/time-picker/time-picker.scss.js +1 -2
- package/es-custom/components/toggle/defs.js +1 -1
- package/es-custom/components/toggle/defs.js.map +1 -1
- package/es-custom/components/toggle/toggle-skeleton.js +8 -9
- package/es-custom/components/toggle/toggle-skeleton.js.map +1 -1
- package/es-custom/components/toggle/toggle.js +17 -18
- package/es-custom/components/toggle/toggle.js.map +1 -1
- package/es-custom/components/toggle/toggle.scss.js +1 -2
- package/es-custom/components/toggle-tip/toggletip.js +27 -28
- package/es-custom/components/toggle-tip/toggletip.js.map +1 -1
- package/es-custom/components/toggle-tip/toggletip.scss.js +2 -3
- package/es-custom/components/toggle-tip/toggletip.scss.js.map +1 -1
- package/es-custom/components/tooltip/definition-tooltip.js +5 -6
- package/es-custom/components/tooltip/definition-tooltip.js.map +1 -1
- package/es-custom/components/tooltip/tooltip-content.js +5 -6
- package/es-custom/components/tooltip/tooltip-content.js.map +1 -1
- package/es-custom/components/tooltip/tooltip.js +6 -7
- package/es-custom/components/tooltip/tooltip.js.map +1 -1
- package/es-custom/components/tooltip/tooltip.scss.js +1 -2
- package/es-custom/components/tree-view/defs.js +1 -1
- package/es-custom/components/tree-view/defs.js.map +1 -1
- package/es-custom/components/tree-view/tree-node.js +28 -29
- package/es-custom/components/tree-view/tree-node.js.map +1 -1
- package/es-custom/components/tree-view/tree-view.js +9 -10
- package/es-custom/components/tree-view/tree-view.js.map +1 -1
- package/es-custom/components/tree-view/tree-view.scss.js +1 -2
- package/es-custom/components/ui-shell/defs.js +1 -1
- package/es-custom/components/ui-shell/defs.js.map +1 -1
- package/es-custom/components/ui-shell/header-global-action.js +15 -15
- package/es-custom/components/ui-shell/header-global-action.js.map +1 -1
- package/es-custom/components/ui-shell/header-menu-button.js +11 -12
- package/es-custom/components/ui-shell/header-menu-button.js.map +1 -1
- package/es-custom/components/ui-shell/header-menu-item.js +4 -5
- package/es-custom/components/ui-shell/header-menu-item.js.map +1 -1
- package/es-custom/components/ui-shell/header-menu.js +10 -11
- package/es-custom/components/ui-shell/header-menu.js.map +1 -1
- package/es-custom/components/ui-shell/header-name.js +6 -7
- package/es-custom/components/ui-shell/header-name.js.map +1 -1
- package/es-custom/components/ui-shell/header-nav-item.js +7 -8
- package/es-custom/components/ui-shell/header-nav-item.js.map +1 -1
- package/es-custom/components/ui-shell/header-nav.js +6 -7
- package/es-custom/components/ui-shell/header-nav.js.map +1 -1
- package/es-custom/components/ui-shell/header-panel.js +4 -5
- package/es-custom/components/ui-shell/header-panel.js.map +1 -1
- package/es-custom/components/ui-shell/header-side-nav-items.js +4 -5
- package/es-custom/components/ui-shell/header-side-nav-items.js.map +1 -1
- package/es-custom/components/ui-shell/header.js +4 -5
- package/es-custom/components/ui-shell/header.js.map +1 -1
- package/es-custom/components/ui-shell/header.scss.js +2 -3
- package/es-custom/components/ui-shell/side-nav-divider.js +4 -5
- package/es-custom/components/ui-shell/side-nav-divider.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav-items.js +4 -5
- package/es-custom/components/ui-shell/side-nav-items.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav-link.js +8 -9
- package/es-custom/components/ui-shell/side-nav-link.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav-menu-item.js +8 -9
- package/es-custom/components/ui-shell/side-nav-menu-item.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav-menu.js +12 -13
- package/es-custom/components/ui-shell/side-nav-menu.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav.js +24 -25
- package/es-custom/components/ui-shell/side-nav.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav.scss.js +1 -2
- package/es-custom/components/ui-shell/switcher-divider.js +4 -5
- package/es-custom/components/ui-shell/switcher-divider.js.map +1 -1
- package/es-custom/components/ui-shell/switcher-item.js +6 -7
- package/es-custom/components/ui-shell/switcher-item.js.map +1 -1
- package/es-custom/components/ui-shell/switcher.js +4 -5
- package/es-custom/components/ui-shell/switcher.js.map +1 -1
- package/es-custom/feature-flags/es/index.js +6 -6
- package/es-custom/feature-flags/es/index.js.map +1 -1
- package/es-custom/globals/controllers/floating-controller.js +1 -2
- package/es-custom/globals/controllers/floating-controller.js.map +1 -1
- package/es-custom/globals/decorators/carbon-element.js +1 -1
- package/es-custom/globals/decorators/host-listener.js +1 -1
- package/es-custom/globals/directives/if-non-empty.js +1 -2
- package/es-custom/globals/directives/if-non-empty.js.map +1 -1
- package/es-custom/globals/directives/spread.js +1 -2
- package/es-custom/globals/directives/spread.js.map +1 -1
- package/es-custom/globals/internal/collection-helpers.js +1 -1
- package/es-custom/globals/internal/deep-shadow-contains.js +1 -1
- package/es-custom/globals/internal/feature-flags.js +1 -1
- package/es-custom/globals/internal/icon-loader-utils.js +1 -2
- package/es-custom/globals/internal/icon-loader-utils.js.map +1 -1
- package/es-custom/globals/internal/icon-loader.js +1 -2
- package/es-custom/globals/internal/icon-loader.js.map +1 -1
- package/es-custom/globals/internal/radio-group-manager.js +1 -1
- package/es-custom/globals/internal/radio-group-manager.js.map +1 -1
- package/es-custom/globals/mixins/focus.js +1 -2
- package/es-custom/globals/mixins/focus.js.map +1 -1
- package/es-custom/globals/mixins/form.js +1 -2
- package/es-custom/globals/mixins/form.js.map +1 -1
- package/es-custom/globals/mixins/host-listener.js +1 -2
- package/es-custom/globals/mixins/host-listener.js.map +1 -1
- package/es-custom/globals/mixins/on.js +1 -1
- package/es-custom/globals/mixins/validity.js +5 -5
- package/es-custom/globals/mixins/validity.js.map +1 -1
- package/es-custom/globals/settings.js +57 -57
- package/es-custom/globals/settings.js.map +1 -1
- package/es-custom/globals/shared-enums.js +1 -1
- package/es-custom/globals/shared-enums.js.map +1 -1
- package/es-custom/index.d.ts +10 -1
- package/es-custom/index.d.ts.map +1 -1
- package/es-custom/index.js +10 -2
- package/lib/components/accordion/defs.js +2 -3
- package/lib/components/accordion/defs.js.map +1 -1
- package/lib/components/ai-label/defs.js +2 -3
- package/lib/components/ai-label/defs.js.map +1 -1
- package/lib/components/breadcrumb/defs.js +2 -3
- package/lib/components/breadcrumb/defs.js.map +1 -1
- package/lib/components/button/defs.js +2 -3
- package/lib/components/button/defs.js.map +1 -1
- package/lib/components/chat-button/defs.js +2 -3
- package/lib/components/chat-button/defs.js.map +1 -1
- package/lib/components/checkbox/checkbox-group.d.ts +1 -1
- package/lib/components/checkbox/checkbox-group.d.ts.map +1 -1
- package/lib/components/checkbox/checkbox.d.ts.map +1 -1
- package/lib/components/checkbox/defs.js +2 -3
- package/lib/components/checkbox/defs.js.map +1 -1
- package/lib/components/code-snippet/defs.js +3 -4
- package/lib/components/code-snippet/defs.js.map +1 -1
- package/lib/components/combo-button/defs.js +2 -3
- package/lib/components/combo-button/defs.js.map +1 -1
- package/lib/components/content-switcher/content-switcher.d.ts +3 -3
- package/lib/components/content-switcher/content-switcher.d.ts.map +1 -1
- package/lib/components/content-switcher/defs.js +2 -3
- package/lib/components/content-switcher/defs.js.map +1 -1
- package/lib/components/data-table/defs.js +12 -13
- package/lib/components/data-table/defs.js.map +1 -1
- package/lib/components/date-picker/defs.js +3 -4
- package/lib/components/date-picker/defs.js.map +1 -1
- package/lib/components/dialog/dialog-body.d.ts +19 -0
- package/lib/components/dialog/dialog-body.d.ts.map +1 -0
- package/lib/components/dialog/dialog-close-button.d.ts +20 -0
- package/lib/components/dialog/dialog-close-button.d.ts.map +1 -0
- package/lib/components/dialog/dialog-controls.d.ts +18 -0
- package/lib/components/dialog/dialog-controls.d.ts.map +1 -0
- package/lib/components/dialog/dialog-footer-button.d.ts +17 -0
- package/lib/components/dialog/dialog-footer-button.d.ts.map +1 -0
- package/lib/components/dialog/dialog-footer.d.ts +21 -0
- package/lib/components/dialog/dialog-footer.d.ts.map +1 -0
- package/lib/components/dialog/dialog-header.d.ts +18 -0
- package/lib/components/dialog/dialog-header.d.ts.map +1 -0
- package/lib/components/dialog/dialog-subtitle.d.ts +22 -0
- package/lib/components/dialog/dialog-subtitle.d.ts.map +1 -0
- package/lib/components/dialog/dialog-title.d.ts +22 -0
- package/lib/components/dialog/dialog-title.d.ts.map +1 -0
- package/lib/components/dialog/dialog.d.ts +99 -0
- package/lib/components/dialog/dialog.d.ts.map +1 -0
- package/lib/components/dialog/index.d.ts +16 -0
- package/lib/components/dialog/index.d.ts.map +1 -0
- package/lib/components/dropdown/defs.js +3 -4
- package/lib/components/dropdown/defs.js.map +1 -1
- package/lib/components/dropdown/dropdown.d.ts +4 -4
- package/lib/components/dropdown/dropdown.d.ts.map +1 -1
- package/lib/components/file-uploader/defs.js +2 -3
- package/lib/components/file-uploader/defs.js.map +1 -1
- package/lib/components/floating-menu/defs.js +2 -3
- package/lib/components/floating-menu/defs.js.map +1 -1
- package/lib/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts +18 -0
- package/lib/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts.map +1 -0
- package/lib/components/fluid-multi-select/fluid-multi-select.d.ts +24 -0
- package/lib/components/fluid-multi-select/fluid-multi-select.d.ts.map +1 -0
- package/lib/components/fluid-multi-select/index.d.ts +9 -0
- package/lib/components/fluid-multi-select/index.d.ts.map +1 -0
- package/lib/components/fluid-number-input/fluid-number-input.d.ts +2 -2
- package/lib/components/fluid-number-input/fluid-number-input.d.ts.map +1 -1
- package/lib/components/grid/defs.js +2 -3
- package/lib/components/grid/defs.js.map +1 -1
- package/lib/components/heading/defs.js +1 -1
- package/lib/components/icon-button/defs.js +2 -3
- package/lib/components/icon-button/defs.js.map +1 -1
- package/lib/components/icon-indicator/defs.js +2 -3
- package/lib/components/icon-indicator/defs.js.map +1 -1
- package/lib/components/inline-loading/defs.js +2 -3
- package/lib/components/inline-loading/defs.js.map +1 -1
- package/lib/components/loading/defs.js +2 -3
- package/lib/components/loading/defs.js.map +1 -1
- package/lib/components/menu/defs.js +2 -3
- package/lib/components/menu/defs.js.map +1 -1
- package/lib/components/menu-button/defs.js +2 -3
- package/lib/components/menu-button/defs.js.map +1 -1
- package/lib/components/modal/defs.js +2 -3
- package/lib/components/modal/defs.js.map +1 -1
- package/lib/components/modal/modal-body.d.ts +2 -0
- package/lib/components/modal/modal-body.d.ts.map +1 -1
- package/lib/components/modal/modal-heading.d.ts +5 -1
- package/lib/components/modal/modal-heading.d.ts.map +1 -1
- package/lib/components/modal/modal-label.d.ts +5 -1
- package/lib/components/modal/modal-label.d.ts.map +1 -1
- package/lib/components/modal/modal.d.ts +18 -10
- package/lib/components/modal/modal.d.ts.map +1 -1
- package/lib/components/multi-select/defs.js +2 -3
- package/lib/components/multi-select/defs.js.map +1 -1
- package/lib/components/notification/defs.js +2 -3
- package/lib/components/notification/defs.js.map +1 -1
- package/lib/components/number-input/defs.d.ts +4 -0
- package/lib/components/number-input/defs.d.ts.map +1 -1
- package/lib/components/number-input/defs.js +3 -4
- package/lib/components/number-input/defs.js.map +1 -1
- package/lib/components/number-input/number-input-skeleton.d.ts +6 -1
- package/lib/components/number-input/number-input-skeleton.d.ts.map +1 -1
- package/lib/components/number-input/number-input.d.ts +137 -8
- package/lib/components/number-input/number-input.d.ts.map +1 -1
- package/lib/components/overflow-menu/defs.js +2 -3
- package/lib/components/overflow-menu/defs.js.map +1 -1
- package/lib/components/pagination/defs.js +2 -3
- package/lib/components/pagination/defs.js.map +1 -1
- package/lib/components/pagination/pagination.d.ts.map +1 -1
- package/lib/components/pagination-nav/defs.js +2 -3
- package/lib/components/pagination-nav/defs.js.map +1 -1
- package/lib/components/password-input/defs.js +3 -4
- package/lib/components/password-input/defs.js.map +1 -1
- package/lib/components/popover/defs.js +2 -3
- package/lib/components/popover/defs.js.map +1 -1
- package/lib/components/progress-bar/defs.js +2 -3
- package/lib/components/progress-bar/defs.js.map +1 -1
- package/lib/components/progress-indicator/defs.js +2 -3
- package/lib/components/progress-indicator/defs.js.map +1 -1
- package/lib/components/radio-button/defs.js +2 -3
- package/lib/components/radio-button/defs.js.map +1 -1
- package/lib/components/select/select.d.ts +4 -4
- package/lib/components/select/select.d.ts.map +1 -1
- package/lib/components/shape-indicator/defs.js +2 -3
- package/lib/components/shape-indicator/defs.js.map +1 -1
- package/lib/components/side-panel/defs.js +2 -3
- package/lib/components/side-panel/defs.js.map +1 -1
- package/lib/components/skeleton-text/defs.js +2 -3
- package/lib/components/skeleton-text/defs.js.map +1 -1
- package/lib/components/slug/defs.js +2 -3
- package/lib/components/slug/defs.js.map +1 -1
- package/lib/components/stack/defs.js +2 -3
- package/lib/components/stack/defs.js.map +1 -1
- package/lib/components/tabs/defs.d.ts +14 -1
- package/lib/components/tabs/defs.d.ts.map +1 -1
- package/lib/components/tabs/defs.js +18 -4
- package/lib/components/tabs/defs.js.map +1 -1
- package/lib/components/tabs/index.d.ts +3 -1
- package/lib/components/tabs/index.d.ts.map +1 -1
- package/lib/components/tabs/tab.d.ts +13 -1
- package/lib/components/tabs/tab.d.ts.map +1 -1
- package/lib/components/tabs/tabs.d.ts +7 -3
- package/lib/components/tabs/tabs.d.ts.map +1 -1
- package/lib/components/tag/defs.js +2 -3
- package/lib/components/tag/defs.js.map +1 -1
- package/lib/components/tearsheet/defs.js +2 -3
- package/lib/components/tearsheet/defs.js.map +1 -1
- package/lib/components/text-input/defs.js +3 -4
- package/lib/components/text-input/defs.js.map +1 -1
- package/lib/components/text-input/text-input-skeleton.d.ts +2 -2
- package/lib/components/textarea/defs.js +3 -4
- package/lib/components/tile/defs.js +3 -4
- package/lib/components/time-picker/defs.js +3 -4
- package/lib/components/time-picker/defs.js.map +1 -1
- package/lib/components/toggle/defs.js +2 -3
- package/lib/components/toggle/defs.js.map +1 -1
- package/lib/components/tree-view/defs.js +2 -3
- package/lib/components/tree-view/defs.js.map +1 -1
- package/lib/components/ui-shell/defs.js +2 -3
- package/lib/components/ui-shell/defs.js.map +1 -1
- package/lib/globals/controllers/floating-controller.js +5 -3
- package/lib/globals/controllers/floating-controller.js.map +1 -1
- package/lib/globals/settings.js +58 -59
- package/lib/globals/settings.js.map +1 -1
- package/lib/globals/shared-enums.js +2 -3
- package/lib/globals/shared-enums.js.map +1 -1
- package/lib/index.d.ts +10 -1
- package/lib/index.d.ts.map +1 -1
- package/package.json +9 -8
- package/scss/components/button/button.scss +16 -6
- package/scss/components/checkbox/checkbox.scss +5 -3
- package/scss/components/dialog/dialog.scss +127 -0
- package/scss/components/dropdown/dropdown.scss +14 -1
- package/scss/components/fluid-multi-select/fluid-multi-select.scss +186 -0
- package/scss/components/multi-select/multi-select.scss +20 -3
- package/scss/components/number-input/number-input.scss +3 -1
- package/scss/components/tabs/tabs.scss +102 -1
- package/scss/components/toggle-tip/toggletip.scss +15 -0
- package/telemetry.yml +56 -37
|
@@ -5,13 +5,12 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import
|
|
8
|
+
import "../../globals/settings.js";
|
|
9
9
|
import { carbonElement } from "../../globals/decorators/carbon-element.js";
|
|
10
|
-
import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.
|
|
10
|
+
import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.126.0/helpers/decorate.js";
|
|
11
11
|
import page_header_default from "./page-header.scss.js";
|
|
12
12
|
import { LitElement, html } from "lit";
|
|
13
13
|
import { property } from "lit/decorators.js";
|
|
14
|
-
|
|
15
14
|
//#region src/components/page-header/page-header-content-text.ts
|
|
16
15
|
/**
|
|
17
16
|
* Copyright IBM Corp. 2025, 2025
|
|
@@ -31,7 +30,7 @@ let CDSPageHeaderContentText = class CDSPageHeaderContentText extends LitElement
|
|
|
31
30
|
render() {
|
|
32
31
|
const { subtitle } = this;
|
|
33
32
|
return html`
|
|
34
|
-
${subtitle && html`<h3 class="${
|
|
33
|
+
${subtitle && html`<h3 class="${"cds-custom"}--page-header__content__subtitle">
|
|
35
34
|
${subtitle}
|
|
36
35
|
</h3>`}
|
|
37
36
|
<slot></slot>
|
|
@@ -42,9 +41,9 @@ let CDSPageHeaderContentText = class CDSPageHeaderContentText extends LitElement
|
|
|
42
41
|
}
|
|
43
42
|
};
|
|
44
43
|
__decorate([property()], CDSPageHeaderContentText.prototype, "subtitle", void 0);
|
|
45
|
-
CDSPageHeaderContentText = __decorate([carbonElement(
|
|
44
|
+
CDSPageHeaderContentText = __decorate([carbonElement(`cds-custom-page-header-content-text`)], CDSPageHeaderContentText);
|
|
46
45
|
var page_header_content_text_default = CDSPageHeaderContentText;
|
|
47
|
-
|
|
48
46
|
//#endregion
|
|
49
47
|
export { page_header_content_text_default as default };
|
|
48
|
+
|
|
50
49
|
//# sourceMappingURL=page-header-content-text.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-header-content-text.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-content-text.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { property } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header Content Text.\n * @element cds-custom-page-header-content-text\n */\n@customElement(`${prefix}-page-header-content-text`)\nclass CDSPageHeaderContentText extends LitElement {\n /**\n * Subtitle text of the page-header-content\n */\n @property()\n subtitle = '';\n\n render() {\n const { subtitle } = this;\n\n return html`\n ${subtitle &&\n html`<h3 class=\"${prefix}--page-header__content__subtitle\">\n ${subtitle}\n </h3>`}\n <slot></slot>\n `;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderContentText;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"page-header-content-text.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-content-text.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { property } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header Content Text.\n * @element cds-custom-page-header-content-text\n */\n@customElement(`${prefix}-page-header-content-text`)\nclass CDSPageHeaderContentText extends LitElement {\n /**\n * Subtitle text of the page-header-content\n */\n @property()\n subtitle = '';\n\n render() {\n const { subtitle } = this;\n\n return html`\n ${subtitle &&\n html`<h3 class=\"${prefix}--page-header__content__subtitle\">\n ${subtitle}\n </h3>`}\n <slot></slot>\n `;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderContentText;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAiBA,IAAA,2BAAA,MACM,iCAAiC,WAAW;;;kBAKrC;;CAEX,SAAS;EACP,MAAM,EAAE,aAAa;AAErB,SAAO,IAAI;QACP,YACF,IAAI,cAAA,MAAqB;UACrB,SAAS;aACN;;;;;gBAKKA;;;YAff,UAAU,CAAA,EAAA,yBAAA,WAAA,YAAA,KAAA,EAAA;uCALZC,cAAc,+BAAqC,CAAA,EAAA,yBAAA;AAuBpD,IAAA,mCAAe"}
|
|
@@ -5,14 +5,13 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import
|
|
8
|
+
import "../../globals/settings.js";
|
|
9
9
|
import { carbonElement } from "../../globals/decorators/carbon-element.js";
|
|
10
|
-
import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.
|
|
10
|
+
import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.126.0/helpers/decorate.js";
|
|
11
11
|
import page_header_default from "./page-header.scss.js";
|
|
12
12
|
import { LitElement, html } from "lit";
|
|
13
13
|
import { property, state } from "lit/decorators.js";
|
|
14
14
|
import { classMap } from "lit/directives/class-map.js";
|
|
15
|
-
|
|
16
15
|
//#region src/components/page-header/page-header-content.ts
|
|
17
16
|
/**
|
|
18
17
|
* Copyright IBM Corp. 2025, 2025
|
|
@@ -42,31 +41,31 @@ let CDSPageHeaderContent = class CDSPageHeaderContent extends LitElement {
|
|
|
42
41
|
this.requestUpdate();
|
|
43
42
|
}
|
|
44
43
|
updated() {
|
|
45
|
-
const textContainer = this.shadowRoot?.querySelector(
|
|
44
|
+
const textContainer = this.shadowRoot?.querySelector(`.cds-custom--page-header__content__title`);
|
|
46
45
|
if (!textContainer || this._hasEllipsisApplied === true) return;
|
|
47
46
|
this._hasEllipsisApplied = textContainer.scrollHeight > textContainer.clientHeight;
|
|
48
47
|
}
|
|
49
48
|
render() {
|
|
50
49
|
const { title, withinGrid, _hasEllipsisApplied: hasEllipsisApplied, _handleSlotChange: handleSlotChange } = this;
|
|
51
50
|
return html` <div class="${classMap({
|
|
52
|
-
[
|
|
53
|
-
[
|
|
51
|
+
[`cds-custom--css-grid`]: !withinGrid,
|
|
52
|
+
[`cds-custom--subgrid cds-custom--subgrid--wide`]: withinGrid
|
|
54
53
|
})}">
|
|
55
54
|
<div
|
|
56
|
-
class="${
|
|
57
|
-
<div class="${
|
|
58
|
-
<div class="${
|
|
59
|
-
<div class="${
|
|
55
|
+
class="${"cds-custom"}--sm:col-span-4 ${"cds-custom"}--md:col-span-8 ${"cds-custom"}--lg:col-span-16 ${"cds-custom"}--css-grid-column">
|
|
56
|
+
<div class="${"cds-custom"}--page-header__content__title-wrapper">
|
|
57
|
+
<div class="${"cds-custom"}--page-header__content__start">
|
|
58
|
+
<div class="${"cds-custom"}--page-header__content__title-container">
|
|
60
59
|
<slot name="icon"></slot>
|
|
61
60
|
${hasEllipsisApplied ? html`
|
|
62
61
|
<cds-custom-definition-tooltip>
|
|
63
62
|
<span slot="definition">${title}</span>
|
|
64
|
-
<h4 class="${
|
|
63
|
+
<h4 class="${"cds-custom"}--page-header__content__title">
|
|
65
64
|
${title}
|
|
66
65
|
</h4>
|
|
67
66
|
</cds-custom-definition-tooltip>
|
|
68
67
|
` : html`
|
|
69
|
-
<h4 class="${
|
|
68
|
+
<h4 class="${"cds-custom"}--page-header__content__title">
|
|
70
69
|
${title}
|
|
71
70
|
</h4>
|
|
72
71
|
`}
|
|
@@ -75,7 +74,7 @@ let CDSPageHeaderContent = class CDSPageHeaderContent extends LitElement {
|
|
|
75
74
|
name="contextual-actions"
|
|
76
75
|
@slotchange=${handleSlotChange}></slot>
|
|
77
76
|
</div>
|
|
78
|
-
<div class="${
|
|
77
|
+
<div class="${"cds-custom"}--page-header__content__page-actions">
|
|
79
78
|
<slot name="page-actions"></slot>
|
|
80
79
|
</div>
|
|
81
80
|
</div>
|
|
@@ -93,9 +92,9 @@ __decorate([property({
|
|
|
93
92
|
attribute: "within-grid",
|
|
94
93
|
type: Boolean
|
|
95
94
|
})], CDSPageHeaderContent.prototype, "withinGrid", void 0);
|
|
96
|
-
CDSPageHeaderContent = __decorate([carbonElement(
|
|
95
|
+
CDSPageHeaderContent = __decorate([carbonElement(`cds-custom-page-header-content`)], CDSPageHeaderContent);
|
|
97
96
|
var page_header_content_default = CDSPageHeaderContent;
|
|
98
|
-
|
|
99
97
|
//#endregion
|
|
100
98
|
export { page_header_content_default as default };
|
|
99
|
+
|
|
101
100
|
//# sourceMappingURL=page-header-content.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-header-content.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-content.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\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 { classMap } from 'lit/directives/class-map.js';\nimport { property, state } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header content.\n * @element cds-custom-page-header-content\n */\n@customElement(`${prefix}-page-header-content`)\nclass CDSPageHeaderContent extends LitElement {\n /**\n * Set to `true` if there are contextual actions\n */\n private _hasContextualActions = false;\n\n /**\n * Handles `slotchange` event.\n */\n protected _handleSlotChange({ target }: Event) {\n this._hasContextualActions = Boolean(\n (target as HTMLSlotElement).assignedNodes()\n );\n if (this._hasContextualActions) {\n this.setAttribute('contextual-actions', 'true');\n } else {\n this.removeAttribute('contextual-actions');\n }\n this.requestUpdate();\n }\n\n /**\n * Title text of the page-header-content\n */\n @property()\n title = '';\n\n /**\n * Set to `true` if the tag text has ellipsis applied\n */\n @state()\n _hasEllipsisApplied = false;\n\n /**\n * Set to `true` if the breadcrumb bar is sitting within a grid\n * (ie. when used in tandem with page-header-hero-image)\n */\n @property({ attribute: 'within-grid', type: Boolean })\n withinGrid = false;\n\n updated() {\n const textContainer = this.shadowRoot?.querySelector(\n `.${prefix}--page-header__content__title`\n );\n\n if (!textContainer || this._hasEllipsisApplied === true) return;\n\n this._hasEllipsisApplied =\n textContainer.scrollHeight > textContainer.clientHeight;\n }\n\n render() {\n const {\n title,\n withinGrid,\n _hasEllipsisApplied: hasEllipsisApplied,\n _handleSlotChange: handleSlotChange,\n } = this;\n\n const gridClasses = classMap({\n [`${prefix}--css-grid`]: !withinGrid,\n [`${prefix}--subgrid ${prefix}--subgrid--wide`]: withinGrid,\n });\n\n return html` <div class=\"${gridClasses}\">\n <div\n class=\"${prefix}--sm:col-span-4 ${prefix}--md:col-span-8 ${prefix}--lg:col-span-16 ${prefix}--css-grid-column\">\n <div class=\"${prefix}--page-header__content__title-wrapper\">\n <div class=\"${prefix}--page-header__content__start\">\n <div class=\"${prefix}--page-header__content__title-container\">\n <slot name=\"icon\"></slot>\n ${hasEllipsisApplied\n ? html`\n <cds-custom-definition-tooltip>\n <span slot=\"definition\">${title}</span>\n <h4 class=\"${prefix}--page-header__content__title\">\n ${title}\n </h4>\n </cds-custom-definition-tooltip>\n `\n : html`\n <h4 class=\"${prefix}--page-header__content__title\">\n ${title}\n </h4>\n `}\n </div>\n <slot\n name=\"contextual-actions\"\n @slotchange=${handleSlotChange}></slot>\n </div>\n <div class=\"${prefix}--page-header__content__page-actions\">\n <slot name=\"page-actions\"></slot>\n </div>\n </div>\n <slot></slot>\n </div>\n </div>`;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderContent;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"page-header-content.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-content.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\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 { classMap } from 'lit/directives/class-map.js';\nimport { property, state } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header content.\n * @element cds-custom-page-header-content\n */\n@customElement(`${prefix}-page-header-content`)\nclass CDSPageHeaderContent extends LitElement {\n /**\n * Set to `true` if there are contextual actions\n */\n private _hasContextualActions = false;\n\n /**\n * Handles `slotchange` event.\n */\n protected _handleSlotChange({ target }: Event) {\n this._hasContextualActions = Boolean(\n (target as HTMLSlotElement).assignedNodes()\n );\n if (this._hasContextualActions) {\n this.setAttribute('contextual-actions', 'true');\n } else {\n this.removeAttribute('contextual-actions');\n }\n this.requestUpdate();\n }\n\n /**\n * Title text of the page-header-content\n */\n @property()\n title = '';\n\n /**\n * Set to `true` if the tag text has ellipsis applied\n */\n @state()\n _hasEllipsisApplied = false;\n\n /**\n * Set to `true` if the breadcrumb bar is sitting within a grid\n * (ie. when used in tandem with page-header-hero-image)\n */\n @property({ attribute: 'within-grid', type: Boolean })\n withinGrid = false;\n\n updated() {\n const textContainer = this.shadowRoot?.querySelector(\n `.${prefix}--page-header__content__title`\n );\n\n if (!textContainer || this._hasEllipsisApplied === true) return;\n\n this._hasEllipsisApplied =\n textContainer.scrollHeight > textContainer.clientHeight;\n }\n\n render() {\n const {\n title,\n withinGrid,\n _hasEllipsisApplied: hasEllipsisApplied,\n _handleSlotChange: handleSlotChange,\n } = this;\n\n const gridClasses = classMap({\n [`${prefix}--css-grid`]: !withinGrid,\n [`${prefix}--subgrid ${prefix}--subgrid--wide`]: withinGrid,\n });\n\n return html` <div class=\"${gridClasses}\">\n <div\n class=\"${prefix}--sm:col-span-4 ${prefix}--md:col-span-8 ${prefix}--lg:col-span-16 ${prefix}--css-grid-column\">\n <div class=\"${prefix}--page-header__content__title-wrapper\">\n <div class=\"${prefix}--page-header__content__start\">\n <div class=\"${prefix}--page-header__content__title-container\">\n <slot name=\"icon\"></slot>\n ${hasEllipsisApplied\n ? html`\n <cds-custom-definition-tooltip>\n <span slot=\"definition\">${title}</span>\n <h4 class=\"${prefix}--page-header__content__title\">\n ${title}\n </h4>\n </cds-custom-definition-tooltip>\n `\n : html`\n <h4 class=\"${prefix}--page-header__content__title\">\n ${title}\n </h4>\n `}\n </div>\n <slot\n name=\"contextual-actions\"\n @slotchange=${handleSlotChange}></slot>\n </div>\n <div class=\"${prefix}--page-header__content__page-actions\">\n <slot name=\"page-actions\"></slot>\n </div>\n </div>\n <slot></slot>\n </div>\n </div>`;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderContent;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAkBA,IAAA,uBAAA,MACM,6BAA6B,WAAW;;;+BAIZ;eAqBxB;6BAMc;oBAOT;;;;;CA7Bb,kBAA4B,EAAE,UAAiB;AAC7C,OAAK,wBAAwB,QAC1B,OAA2B,eAAe,CAC5C;AACD,MAAI,KAAK,sBACP,MAAK,aAAa,sBAAsB,OAAO;MAE/C,MAAK,gBAAgB,qBAAqB;AAE5C,OAAK,eAAe;;CAsBtB,UAAU;EACR,MAAM,gBAAgB,KAAK,YAAY,cACrC,oCACD;AAED,MAAI,CAAC,iBAAiB,KAAK,wBAAwB,KAAM;AAEzD,OAAK,sBACH,cAAc,eAAe,cAAc;;CAG/C,SAAS;EACP,MAAM,EACJ,OACA,YACA,qBAAqB,oBACrB,mBAAmB,qBACjB;AAOJ,SAAO,IAAI,gBALS,SAAS;IAC1B,kBAAwB,CAAC;IACzB,oCAAgD;GAClD,CAAC,CAEqC;;uBAEnB,kBAAA,MAAyB,kBAAA,MAAyB,mBAAA,MAA0B;4BACvE;8BACE;gCACE;;gBAEjB,qBACE,IAAI;;gDAE0B,MAAM;yCACZ;0BAChB,MAAM;;;sBAId,IAAI;uCACkB;wBAChB,MAAM;;oBAEV;;;;4BAIQ,iBAAiB;;8BAEd;;;;;;;;;gBASbA;;;YA3Ef,UAAU,CAAA,EAAA,qBAAA,WAAA,SAAA,KAAA,EAAA;YAMV,OAAO,CAAA,EAAA,qBAAA,WAAA,uBAAA,KAAA,EAAA;YAOP,SAAS;CAAE,WAAW;CAAe,MAAM;CAAS,CAAC,CAAA,EAAA,qBAAA,WAAA,cAAA,KAAA,EAAA;mCAtCvDC,cAAc,0BAAgC,CAAA,EAAA,qBAAA;AAuG/C,IAAA,8BAAe"}
|
|
@@ -5,12 +5,11 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import
|
|
8
|
+
import "../../globals/settings.js";
|
|
9
9
|
import { carbonElement } from "../../globals/decorators/carbon-element.js";
|
|
10
|
-
import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.
|
|
10
|
+
import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.126.0/helpers/decorate.js";
|
|
11
11
|
import page_header_default from "./page-header.scss.js";
|
|
12
12
|
import { LitElement, html } from "lit";
|
|
13
|
-
|
|
14
13
|
//#region src/components/page-header/page-header-hero-image.ts
|
|
15
14
|
/**
|
|
16
15
|
* Copyright IBM Corp. 2025, 2025
|
|
@@ -30,9 +29,9 @@ let CDSPageHeaderHeroImage = class CDSPageHeaderHeroImage extends LitElement {
|
|
|
30
29
|
this.styles = page_header_default;
|
|
31
30
|
}
|
|
32
31
|
};
|
|
33
|
-
CDSPageHeaderHeroImage = __decorate([carbonElement(
|
|
32
|
+
CDSPageHeaderHeroImage = __decorate([carbonElement(`cds-custom-page-header-hero-image`)], CDSPageHeaderHeroImage);
|
|
34
33
|
var page_header_hero_image_default = CDSPageHeaderHeroImage;
|
|
35
|
-
|
|
36
34
|
//#endregion
|
|
37
35
|
export { page_header_hero_image_default as default };
|
|
36
|
+
|
|
38
37
|
//# sourceMappingURL=page-header-hero-image.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-header-hero-image.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-hero-image.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header Hero Image.\n * @element cds-custom-page-header-hero-image\n */\n@customElement(`${prefix}-page-header-hero-image`)\nclass CDSPageHeaderHeroImage extends LitElement {\n render() {\n return html`<slot></slot> `;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderHeroImage;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"page-header-hero-image.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-hero-image.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header Hero Image.\n * @element cds-custom-page-header-hero-image\n */\n@customElement(`${prefix}-page-header-hero-image`)\nclass CDSPageHeaderHeroImage extends LitElement {\n render() {\n return html`<slot></slot> `;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderHeroImage;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAgBA,IAAA,yBAAA,MACM,+BAA+B,WAAW;CAC9C,SAAS;AACP,SAAO,IAAI;;;gBAGGA;;;qCANjBC,cAAc,6BAAmC,CAAA,EAAA,uBAAA;AASlD,IAAA,iCAAe"}
|
|
@@ -5,12 +5,11 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import
|
|
8
|
+
import "../../globals/settings.js";
|
|
9
9
|
import { carbonElement } from "../../globals/decorators/carbon-element.js";
|
|
10
|
-
import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.
|
|
10
|
+
import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.126.0/helpers/decorate.js";
|
|
11
11
|
import page_header_default from "./page-header.scss.js";
|
|
12
12
|
import { LitElement, html } from "lit";
|
|
13
|
-
|
|
14
13
|
//#region src/components/page-header/page-header-tabs.ts
|
|
15
14
|
/**
|
|
16
15
|
* Copyright IBM Corp. 2025, 2025
|
|
@@ -25,10 +24,10 @@ import { LitElement, html } from "lit";
|
|
|
25
24
|
let CDSPageHeaderTabs = class CDSPageHeaderTabs extends LitElement {
|
|
26
25
|
render() {
|
|
27
26
|
const {} = this;
|
|
28
|
-
return html` <div class="${
|
|
27
|
+
return html` <div class="${"cds-custom"}--css-grid">
|
|
29
28
|
<div
|
|
30
|
-
class="${
|
|
31
|
-
<div class="${
|
|
29
|
+
class="${"cds-custom"}--sm:col-span-4 ${"cds-custom"}--md:col-span-8 ${"cds-custom"}--lg:col-span-16 ${"cds-custom"}--css-grid-column">
|
|
30
|
+
<div class="${"cds-custom"}--page-header__tab-bar--tablist">
|
|
32
31
|
<slot></slot>
|
|
33
32
|
<slot name="tags"></slot>
|
|
34
33
|
</div>
|
|
@@ -39,9 +38,9 @@ let CDSPageHeaderTabs = class CDSPageHeaderTabs extends LitElement {
|
|
|
39
38
|
this.styles = page_header_default;
|
|
40
39
|
}
|
|
41
40
|
};
|
|
42
|
-
CDSPageHeaderTabs = __decorate([carbonElement(
|
|
41
|
+
CDSPageHeaderTabs = __decorate([carbonElement(`cds-custom-page-header-tabs`)], CDSPageHeaderTabs);
|
|
43
42
|
var page_header_tabs_default = CDSPageHeaderTabs;
|
|
44
|
-
|
|
45
43
|
//#endregion
|
|
46
44
|
export { page_header_tabs_default as default };
|
|
45
|
+
|
|
47
46
|
//# sourceMappingURL=page-header-tabs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-header-tabs.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-tabs.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header Tabs Bar.\n * @element cds-custom-page-header-tabs\n */\n@customElement(`${prefix}-page-header-tabs`)\nclass CDSPageHeaderTabs extends LitElement {\n render() {\n // eslint-disable-next-line no-empty-pattern -- https://github.com/carbon-design-system/carbon/issues/20452\n const {} = this;\n return html` <div class=\"${prefix}--css-grid\">\n <div\n class=\"${prefix}--sm:col-span-4 ${prefix}--md:col-span-8 ${prefix}--lg:col-span-16 ${prefix}--css-grid-column\">\n <div class=\"${prefix}--page-header__tab-bar--tablist\">\n <slot></slot>\n <slot name=\"tags\"></slot>\n </div>\n </div>\n </div>`;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderTabs;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"page-header-tabs.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-tabs.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header Tabs Bar.\n * @element cds-custom-page-header-tabs\n */\n@customElement(`${prefix}-page-header-tabs`)\nclass CDSPageHeaderTabs extends LitElement {\n render() {\n // eslint-disable-next-line no-empty-pattern -- https://github.com/carbon-design-system/carbon/issues/20452\n const {} = this;\n return html` <div class=\"${prefix}--css-grid\">\n <div\n class=\"${prefix}--sm:col-span-4 ${prefix}--md:col-span-8 ${prefix}--lg:col-span-16 ${prefix}--css-grid-column\">\n <div class=\"${prefix}--page-header__tab-bar--tablist\">\n <slot></slot>\n <slot name=\"tags\"></slot>\n </div>\n </div>\n </div>`;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderTabs;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAgBA,IAAA,oBAAA,MACM,0BAA0B,WAAW;CACzC,SAAS;EAEP,MAAM,KAAK;AACX,SAAO,IAAI,gBAAA,MAAuB;;uBAEd,kBAAA,MAAyB,kBAAA,MAAyB,mBAAA,MAA0B;4BACvE;;;;;;;;gBAQXA;;;gCAhBjBC,cAAc,uBAA6B,CAAA,EAAA,kBAAA;AAmB5C,IAAA,2BAAe"}
|
|
@@ -5,12 +5,11 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import
|
|
8
|
+
import "../../globals/settings.js";
|
|
9
9
|
import { carbonElement } from "../../globals/decorators/carbon-element.js";
|
|
10
|
-
import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.
|
|
10
|
+
import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.126.0/helpers/decorate.js";
|
|
11
11
|
import page_header_default$1 from "./page-header.scss.js";
|
|
12
12
|
import { LitElement, html } from "lit";
|
|
13
|
-
|
|
14
13
|
//#region src/components/page-header/page-header.ts
|
|
15
14
|
/**
|
|
16
15
|
* Copyright IBM Corp. 2019, 2023
|
|
@@ -31,9 +30,9 @@ let CDSPageHeader = class CDSPageHeader extends LitElement {
|
|
|
31
30
|
this.styles = page_header_default$1;
|
|
32
31
|
}
|
|
33
32
|
};
|
|
34
|
-
CDSPageHeader = __decorate([carbonElement(
|
|
33
|
+
CDSPageHeader = __decorate([carbonElement(`cds-custom-page-header`)], CDSPageHeader);
|
|
35
34
|
var page_header_default = CDSPageHeader;
|
|
36
|
-
|
|
37
35
|
//#endregion
|
|
38
36
|
export { page_header_default as default };
|
|
37
|
+
|
|
39
38
|
//# sourceMappingURL=page-header.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-header.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header.\n * @element cds-custom-page-header\n */\n@customElement(`${prefix}-page-header`)\nclass CDSPageHeader extends LitElement {\n render() {\n // eslint-disable-next-line no-empty-pattern -- https://github.com/carbon-design-system/carbon/issues/20452\n const {} = this;\n return html` <slot></slot>`;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeader;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"page-header.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header.\n * @element cds-custom-page-header\n */\n@customElement(`${prefix}-page-header`)\nclass CDSPageHeader extends LitElement {\n render() {\n // eslint-disable-next-line no-empty-pattern -- https://github.com/carbon-design-system/carbon/issues/20452\n const {} = this;\n return html` <slot></slot>`;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeader;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAgBA,IAAA,gBAAA,MACM,sBAAsB,WAAW;CACrC,SAAS;EAEP,MAAM,KAAK;AACX,SAAO,IAAI;;;gBAGGA;;;4BARjBC,cAAc,kBAAwB,CAAA,EAAA,cAAA;AAWvC,IAAA,sBAAe"}
|
|
@@ -6,10 +6,9 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { css } from "lit";
|
|
9
|
-
|
|
10
9
|
//#region src/components/page-header/page-header.scss?lit
|
|
11
10
|
var page_header_default = css([".cds-custom--page-header,:host(cds-custom-page-header){background-color:var(--cds-layer-01,#f4f4f4);border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds-custom--page-header__breadcrumb-bar,:host(cds-custom-page-header-breadcrumb){block-size:2.5rem}.cds-custom--page-header__breadcrumb-bar .cds-custom--subgrid,:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid{block-size:100%}.cds-custom--page-header__breadcrumb-container{align-items:center;block-size:100%;display:inline-flex;inline-size:100%;justify-content:space-between}.cds-custom--page-header__breadcrumb__actions-flush .cds-custom--css-grid{padding-inline-end:0}.cds-custom--page-header__breadcrumb__actions-flush .cds-custom--css-grid-column{margin-inline-end:0}.cds-custom--page-header__breadcrumb-bar-border,:host(cds-custom-page-header-breadcrumb[border=true]){border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds-custom--page-header__breadcrumb__icon,:host(cds-custom-page-header-breadcrumb) ::slotted([slot=icon]){margin-inline-end:.5rem}.cds-custom--page-header__breadcrumb__actions{display:inline-flex}.cds-custom--page-header__breadcrumb__content-actions{margin-inline-end:.75rem}.cds-custom--page-header__breadcrumb-wrapper{display:inline-flex}.cds-custom--page-header__content,:host(cds-custom-page-header-content){padding:1.5rem 0}@media (max-width:41.98rem){.cds-custom--page-header__content__title-wrapper{display:flex;flex-direction:column;grid-gap:1rem}}.cds-custom--page-header__content__title-wrapper{display:grid;gap:1rem;grid-template-columns:auto minmax(var(--pageheader-title-grid-width,0),1fr);margin-block-end:1rem;min-block-size:2.5rem}.cds-custom--page-header__content__start{display:flex;flex-wrap:wrap;gap:1rem}.cds-custom--page-header__content__title-container{display:flex}.cds-custom--page-header__content__title-container .cds-custom--definition-term{border-block-end:none}.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions]){display:flex}.cds-custom--page-header__content__title,:host(cds-custom-page-header-content) .cds-custom--page-header__content__title{display:-webkit-box;font-size:var(--cds-productive-heading-04-font-size,1.75rem);font-weight:var(--cds-productive-heading-04-font-weight,400);letter-spacing:var(--cds-productive-heading-04-letter-spacing,0);line-height:var(--cds-productive-heading-04-line-height,1.28572);overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-inline-size:40rem;text-overflow:ellipsis;white-space:normal}.cds-custom--page-header__content:has(.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions])) .cds-custom--page-header__content__title,:has(.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions])):host(cds-custom-page-header-content) .cds-custom--page-header__content__title{-webkit-line-clamp:1}.cds-custom--page-header__content__icon,:host(cds-custom-page-header-content) ::slotted([slot=icon]){margin-inline-end:1rem}.cds-custom--page-header__content__page-actions{display:flex;justify-content:right}@media (max-width:41.98rem){.cds-custom--page-header__content__page-actions{justify-content:left;margin-block-start:0}}.cds-custom--page-header__content__page-actions .cds-custom--menu-button__trigger:not(.cds-custom--btn--ghost){min-inline-size:0}.cds-custom--page-header__content__subtitle{font-size:var(--cds-productive-heading-03-font-size,1.25rem);font-weight:var(--cds-productive-heading-03-font-weight,400);letter-spacing:var(--cds-productive-heading-03-letter-spacing,0);line-height:var(--cds-productive-heading-03-line-height,1.4);margin-block-end:.5rem}.cds-custom--page-header__content__body,:host(cds-custom-page-header-content-text){font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);margin-block-start:.5rem;max-inline-size:40rem}[data-hidden]:not([data-fixed]){display:none}.cds-custom--page-header__hero-image,:host(cds-custom-page-header-hero-image){align-items:center;block-size:100%;display:flex;justify-content:flex-end;overflow:hidden}.cds-custom--page-header__tab-bar,:host(cds-custom-page-header-tabs){margin-inline-start:-1rem}.cds-custom--page-header__tab-bar--tablist{display:grid;grid-gap:4rem;grid-template-columns:auto minmax(0,1fr)}.cds-custom--page-header__tags,:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){align-items:center;display:flex;justify-content:right}.cds-custom--page-header__tags-popover-list{display:flex;flex-direction:column;padding:1rem}.cds-custom--page-header__tag-item{flex-shrink:0}:host(cds-custom-page-header){display:block}:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-gutter:2rem;--cds-grid-columns:4;--cds-grid-margin:0}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-columns:8;--cds-grid-margin:1rem}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-columns:16}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-margin:1.5rem}}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid,:host(cds-custom-page-header-content) .cds-custom--css-grid,:host(cds-custom-page-header-tabs) .cds-custom--css-grid{--cds-grid-gutter-start:calc(var(--cds-grid-gutter)/2);--cds-grid-gutter-end:calc(var(--cds-grid-gutter)/2);--cds-grid-column-hang:calc(var(--cds-grid-gutter)/2);display:grid;grid-template-columns:repeat(var(--cds-grid-columns),minmax(0,1fr));inline-size:100%;margin-inline:auto;max-inline-size:99rem;padding-inline:var(--cds-grid-margin)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--full-width,:host(cds-custom-page-header-content) .cds-custom--css-grid--full-width,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--full-width{max-inline-size:100%}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid-column,:host(cds-custom-page-header-content) .cds-custom--css-grid-column,:host(cds-custom-page-header-tabs) .cds-custom--css-grid-column{--cds-grid-mode-start:var(--cds-grid-gutter-start);--cds-grid-mode-end:var(--cds-grid-gutter-end);margin-inline:var(--cds-grid-gutter-start) var(--cds-grid-gutter-end)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid-column,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--css-grid-column,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--css-grid-column{margin-inline:var(--cds-grid-gutter-end) var(--cds-grid-gutter-start)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--narrow,:host(cds-custom-page-header-content) .cds-custom--css-grid--narrow,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--narrow{--cds-grid-gutter-start:0rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--condensed,:host(cds-custom-page-header-content) .cds-custom--css-grid--condensed,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--condensed{--cds-grid-gutter:0.0625rem;--cds-grid-column-hang:0.96875rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--start,:host(cds-custom-page-header-content) .cds-custom--css-grid--start,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--start{margin-inline-start:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--end,:host(cds-custom-page-header-content) .cds-custom--css-grid--end,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--end{margin-inline-end:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid,:host(cds-custom-page-header-content) .cds-custom--subgrid,:host(cds-custom-page-header-tabs) .cds-custom--subgrid{display:grid;grid-template-columns:repeat(var(--cds-grid-columns),minmax(0,1fr));margin-inline:calc(var(--cds-grid-mode-start)*-1) calc(var(--cds-grid-mode-end)*-1)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--subgrid,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--subgrid{margin-inline:calc(var(--cds-grid-mode-end)*-1) calc(var(--cds-grid-mode-start)*-1)}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--wide,:host(cds-custom-page-header-content) .cds-custom--subgrid--wide,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--wide{--cds-grid-gutter-start:1rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--narrow,:host(cds-custom-page-header-content) .cds-custom--subgrid--narrow,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--narrow{--cds-grid-gutter-start:0rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:1rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--condensed,:host(cds-custom-page-header-content) .cds-custom--subgrid--condensed,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--condensed{--cds-grid-gutter-start:0.03125rem;--cds-grid-gutter-end:0.03125rem;--cds-grid-column-hang:0.96875rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--grid-column-hang,:host(cds-custom-page-header-content) .cds-custom--grid-column-hang,:host(cds-custom-page-header-tabs) .cds-custom--grid-column-hang{margin-inline-start:var(--cds-grid-column-hang)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--grid-column-hang,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--grid-column-hang,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--grid-column-hang{margin-inline:initial var(--cds-grid-column-hang)}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-0,:host(cds-custom-page-header-content) .cds-custom--col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--col-span-0{display:none}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-1,:host(cds-custom-page-header-content) .cds-custom--col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-2,:host(cds-custom-page-header-content) .cds-custom--col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-3,:host(cds-custom-page-header-content) .cds-custom--col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-4,:host(cds-custom-page-header-content) .cds-custom--col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-5,:host(cds-custom-page-header-content) .cds-custom--col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-6,:host(cds-custom-page-header-content) .cds-custom--col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-7,:host(cds-custom-page-header-content) .cds-custom--col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-8,:host(cds-custom-page-header-content) .cds-custom--col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-9,:host(cds-custom-page-header-content) .cds-custom--col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-10,:host(cds-custom-page-header-content) .cds-custom--col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-11,:host(cds-custom-page-header-content) .cds-custom--col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-12,:host(cds-custom-page-header-content) .cds-custom--col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-13,:host(cds-custom-page-header-content) .cds-custom--col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-14,:host(cds-custom-page-header-content) .cds-custom--col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-15,:host(cds-custom-page-header-content) .cds-custom--col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-16,:host(cds-custom-page-header-content) .cds-custom--col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-0{display:none}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-0{display:none}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-0{display:none}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-0{display:none}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-0{display:none}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-auto,:host(cds-custom-page-header-content) .cds-custom--col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-100,:host(cds-custom-page-header-content) .cds-custom--col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-1,:host(cds-custom-page-header-content) .cds-custom--col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-2,:host(cds-custom-page-header-content) .cds-custom--col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-3,:host(cds-custom-page-header-content) .cds-custom--col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-4,:host(cds-custom-page-header-content) .cds-custom--col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-5,:host(cds-custom-page-header-content) .cds-custom--col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-6,:host(cds-custom-page-header-content) .cds-custom--col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-7,:host(cds-custom-page-header-content) .cds-custom--col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-8,:host(cds-custom-page-header-content) .cds-custom--col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-9,:host(cds-custom-page-header-content) .cds-custom--col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-10,:host(cds-custom-page-header-content) .cds-custom--col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-11,:host(cds-custom-page-header-content) .cds-custom--col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-12,:host(cds-custom-page-header-content) .cds-custom--col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-13,:host(cds-custom-page-header-content) .cds-custom--col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-14,:host(cds-custom-page-header-content) .cds-custom--col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-15,:host(cds-custom-page-header-content) .cds-custom--col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-16,:host(cds-custom-page-header-content) .cds-custom--col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-2,:host(cds-custom-page-header-content) .cds-custom--col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-3,:host(cds-custom-page-header-content) .cds-custom--col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-4,:host(cds-custom-page-header-content) .cds-custom--col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-5,:host(cds-custom-page-header-content) .cds-custom--col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-6,:host(cds-custom-page-header-content) .cds-custom--col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-7,:host(cds-custom-page-header-content) .cds-custom--col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-8,:host(cds-custom-page-header-content) .cds-custom--col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-9,:host(cds-custom-page-header-content) .cds-custom--col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-10,:host(cds-custom-page-header-content) .cds-custom--col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-11,:host(cds-custom-page-header-content) .cds-custom--col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-12,:host(cds-custom-page-header-content) .cds-custom--col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-13,:host(cds-custom-page-header-content) .cds-custom--col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-14,:host(cds-custom-page-header-content) .cds-custom--col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-15,:host(cds-custom-page-header-content) .cds-custom--col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-16,:host(cds-custom-page-header-content) .cds-custom--col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-17,:host(cds-custom-page-header-content) .cds-custom--col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-auto,:host(cds-custom-page-header-content) .cds-custom--col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-auto,:host(cds-custom-page-header-content) .cds-custom--col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-end-auto{grid-column-end:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-auto{grid-column-end:auto}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-auto{grid-column-end:auto}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-auto{grid-column-end:auto}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-auto{grid-column-end:auto}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-auto{grid-column-end:auto}}:host(cds-custom-page-header-breadcrumb),:host(cds-custom-page-header-content),:host(cds-custom-page-header-tabs){display:block}:host(cds-custom-page-header-breadcrumb:not([content-actions-flush])) ::slotted([slot=content-actions]){margin-inline-end:.75rem!important}:host(cds-custom-page-header-breadcrumb[page-actions-flush]) .cds-custom--css-grid{margin-inline-end:0;padding-inline-end:0}:host(cds-custom-page-header-breadcrumb[page-actions-flush]) .cds-custom--css-grid-column{margin-inline-end:0}:host(cds-custom-page-header-content) .cds-custom--page-header__content__title{margin:0}:host(cds-custom-page-header-content) .cds-custom--page-header__content__title-wrapper{grid-template-columns:auto minmax(auto,auto)}:host(cds-custom-page-header-content[contextual-actions]) .cds-custom--page-header__content__title{-webkit-line-clamp:1}:host(cds-custom-page-header-content-text){display:block;margin-block-start:1rem}:host(cds-custom-page-header-content-text) .cds-custom--page-header__content__subtitle{margin-block-start:0}:host(cds-custom-page-header-hero-image){position:relative}:host(cds-custom-page-header-hero-image):before{block-size:0;content:\"\";float:inline-start;inline-size:1px;margin-inline-start:-1px;padding-block-start:66.6666666667%}@media (min-width:66rem){:host(cds-custom-page-header-hero-image):before{padding-block-start:50%}}:host(cds-custom-page-header-hero-image):after{clear:both;content:\"\";display:table}:host(cds-custom-page-header-tabs) .cds-custom--page-header__tab-bar--tablist{display:flex;inline-size:100%;justify-content:space-between}@media (max-width:41.98rem){:host(cds-custom-page-header-tabs) .cds-custom--page-header__tab-bar--tablist{flex-direction:column-reverse;grid-gap:1rem}}:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){inline-size:100%}@media (max-width:41.98rem){:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){justify-content:left}}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid,:host(cds-custom-page-header-content) .cds-custom--css-grid,:host(cds-custom-page-header-tabs) .cds-custom--css-grid{inline-size:auto}cds-custom-definition-tooltip::part(definition-term){border:none}:host(cds-custom-page-header-tabs) ::slotted(cds-custom-tabs){--tabs-overflow-button-background:$layer-01}"]);
|
|
12
|
-
|
|
13
11
|
//#endregion
|
|
14
12
|
export { page_header_default as default };
|
|
13
|
+
|
|
15
14
|
//# sourceMappingURL=page-header.scss.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.js","names":[],"sources":["../../../src/components/pagination/defs.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2020, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/**\n * Pagination size.\n */\nexport enum PAGINATION_SIZE {\n /**\n * Small size.\n */\n SMALL = 'sm',\n\n /**\n * Medium size.\n */\n MEDIUM = 'md',\n\n /**\n * Large size.\n */\n LARGE = 'lg',\n}\n"],"mappings":";;;;;;;;;;;;;;;;;AAUA,IAAY,
|
|
1
|
+
{"version":3,"file":"defs.js","names":[],"sources":["../../../src/components/pagination/defs.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2020, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/**\n * Pagination size.\n */\nexport enum PAGINATION_SIZE {\n /**\n * Small size.\n */\n SMALL = 'sm',\n\n /**\n * Medium size.\n */\n MEDIUM = 'md',\n\n /**\n * Large size.\n */\n LARGE = 'lg',\n}\n"],"mappings":";;;;;;;;;;;;;;;;;AAUA,IAAY,kBAAL,yBAAA,iBAAA;;;;AAIL,iBAAA,WAAA;;;;AAKA,iBAAA,YAAA;;;;AAKA,iBAAA,WAAA;;KACD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/pagination.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,iBAAiB,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AASvC,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;;;;;;;;;;;;uBAIxC,CAAC;;;;;AAEF;;;;;;;GAOG;AACH,cACM,aAAc,SAAQ,kBAAyC;IAEnE,OAAO,CAAC,eAAe,CAAe;IAEtC,OAAO,CAAC,iBAAiB;IAWzB;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAsCzB;;OAEG;IACH,OAAO,CAAC,eAAe;IAoBvB;;;;OAIG;IACH,OAAO,CAAC,+BAA+B;IAiBvC;;OAEG;IACH,OAAO,CAAC,kCAAkC;IAgB1C;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAmB9B;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAuB9B;;;;OAIG;IAIH,OAAO,CAAC,qBAAqB;IAyB7B;;OAEG;IAEH,YAAY,SAAmB;IAE/B;;OAEG;IAEH,IAAI,SAAK;IAET;;;OAGG;IAEH,eAAe,GAAI;;KAAS,YACsB;IAElD;;OAEG;IAEH,gCAAgC,GAAI;;;;KAAqB,YACI;IAE7D;;OAEG;IAEH,kCAAkC,GAAI;;;;KAAqB,YAGN;IAErD;;OAEG;IAEH,sBAAsB,GAAI;;KAAS,YAGc;IACjD;;OAEG;IAEH,UAAU,EAAG,OAAO,CAAC;IAErB;;OAEG;IAEH,gBAAgB,
|
|
1
|
+
{"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/pagination.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,iBAAiB,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AASvC,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;;;;;;;;;;;;uBAIxC,CAAC;;;;;AAEF;;;;;;;GAOG;AACH,cACM,aAAc,SAAQ,kBAAyC;IAEnE,OAAO,CAAC,eAAe,CAAe;IAEtC,OAAO,CAAC,iBAAiB;IAWzB;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAsCzB;;OAEG;IACH,OAAO,CAAC,eAAe;IAoBvB;;;;OAIG;IACH,OAAO,CAAC,+BAA+B;IAiBvC;;OAEG;IACH,OAAO,CAAC,kCAAkC;IAgB1C;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAmB9B;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAuB9B;;;;OAIG;IAIH,OAAO,CAAC,qBAAqB;IAyB7B;;OAEG;IAEH,YAAY,SAAmB;IAE/B;;OAEG;IAEH,IAAI,SAAK;IAET;;;OAGG;IAEH,eAAe,GAAI;;KAAS,YACsB;IAElD;;OAEG;IAEH,gCAAgC,GAAI;;;;KAAqB,YACI;IAE7D;;OAEG;IAEH,kCAAkC,GAAI;;;;KAAqB,YAGN;IAErD;;OAEG;IAEH,sBAAsB,GAAI;;KAAS,YAGc;IACjD;;OAEG;IAEH,UAAU,EAAG,OAAO,CAAC;IAErB;;OAEG;IAEH,gBAAgB,SAAM;IAEtB;;OAEG;IAEH,QAAQ,UAAS;IAEjB;;OAEG;IAEH,WAAW,SAAe;IAE1B;;OAEG;IAEH,iBAAiB,UAAS;IAE1B;;OAEG;IAEH,QAAQ,SAAM;IAEd;;OAEG;IAEH,qBAAqB,MAAC;IAEtB;;OAEG;IAEH,iBAAiB,EAAG,MAAM,CAAC;IAE3B;;OAEG;IAEH,YAAY,UAAS;IAErB;;OAEG;IAEH,IAAI,kBAA0B;IAE9B;;OAEG;IAEH,KAAK,SAAK;IAEV;;OAEG;IASH,UAAU,EAAG,MAAM,CAAC;IAEpB;;OAEG;IAEH,UAAU,SAAK;IAEf,OAAO,CAAC,iBAAiB,KAAA;IA+DzB,MAAM;IAgJN;;OAEG;IACH,MAAM,KAAK,mBAAmB,WAE7B;IAED;;OAEG;IACH,MAAM,KAAK,uBAAuB,WAEjC;IAED;;OAEG;IACH,MAAM,KAAK,sBAAsB,WAEhC;IAED;;OAEG;IACH,MAAM,KAAK,qBAAqB,WAE/B;IAED;;OAEG;IACH,MAAM,KAAK,kBAAkB,WAE5B;IAED;;OAEG;IACH,MAAM,KAAK,oBAAoB,WAE9B;IAED,MAAM,CAAC,iBAAiB;;;;;;;MAGtB;IACF,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,aAAa,CAAC"}
|