@carbon/web-components 2.53.0 → 2.54.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 +784 -110
- package/es/components/ai-label/ai-label.scss.js +1 -1
- package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es/components/button/button.scss.js +1 -1
- package/es/components/checkbox/checkbox.scss.js +1 -1
- package/es/components/code-snippet/code-snippet.scss.js +1 -1
- package/es/components/combo-box/combo-box.scss.js +1 -1
- package/es/components/combo-button/combo-button.scss.js +1 -1
- package/es/components/contained-list/contained-list.scss.js +1 -1
- package/es/components/content-switcher/content-switcher.scss.js +1 -1
- package/es/components/copy-button/copy-button.scss.js +1 -1
- package/es/components/data-table/data-table.scss.js +1 -1
- package/es/components/data-table/table-toolbar-search.d.ts +3 -3
- package/es/components/data-table/table-toolbar-search.d.ts.map +1 -1
- package/es/components/data-table/table-toolbar-search.js +2 -3
- package/es/components/data-table/table-toolbar-search.js.map +1 -1
- package/es/components/date-picker/date-picker.d.ts +4 -0
- package/es/components/date-picker/date-picker.d.ts.map +1 -1
- package/es/components/date-picker/date-picker.js +5 -1
- package/es/components/date-picker/date-picker.js.map +1 -1
- package/es/components/date-picker/date-picker.scss.js +1 -1
- package/es/components/date-picker/fix-events-plugin.d.ts.map +1 -1
- package/es/components/date-picker/fix-events-plugin.js +0 -6
- package/es/components/date-picker/fix-events-plugin.js.map +1 -1
- package/es/components/date-picker/range-plugin.d.ts +2 -8
- package/es/components/date-picker/range-plugin.d.ts.map +1 -1
- package/es/components/date-picker/range-plugin.js +3 -9
- package/es/components/date-picker/range-plugin.js.map +1 -1
- package/es/components/dialog/dialog.scss.js +1 -1
- package/es/components/dropdown/dropdown.d.ts +3 -2
- package/es/components/dropdown/dropdown.d.ts.map +1 -1
- package/es/components/dropdown/dropdown.js +9 -2
- package/es/components/dropdown/dropdown.js.map +1 -1
- package/es/components/dropdown/dropdown.scss.js +1 -1
- package/es/components/feature-flags/index.js +1 -1
- package/es/components/file-uploader/file-uploader.scss.js +1 -1
- package/es/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts +18 -0
- package/es/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts.map +1 -0
- package/es/components/fluid-combo-box/fluid-combo-box-skeleton.js +45 -0
- package/es/components/fluid-combo-box/fluid-combo-box-skeleton.js.map +1 -0
- package/es/components/fluid-combo-box/fluid-combo-box.d.ts +23 -0
- package/es/components/fluid-combo-box/fluid-combo-box.d.ts.map +1 -0
- package/es/components/fluid-combo-box/fluid-combo-box.js +53 -0
- package/es/components/fluid-combo-box/fluid-combo-box.js.map +1 -0
- package/es/components/fluid-combo-box/fluid-combo-box.scss.js +14 -0
- package/es/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -0
- package/es/components/fluid-combo-box/index.d.ts +9 -0
- package/es/components/fluid-combo-box/index.d.ts.map +1 -0
- package/es/components/fluid-combo-box/index.js +9 -0
- package/es/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
- package/es/components/fluid-form/fluid-form.d.ts +19 -0
- package/es/components/fluid-form/fluid-form.d.ts.map +1 -0
- package/es/components/fluid-form/fluid-form.js +44 -0
- package/es/components/fluid-form/fluid-form.js.map +1 -0
- package/es/components/fluid-form/fluid-form.scss.js +14 -0
- package/es/components/fluid-form/fluid-form.scss.js.map +1 -0
- package/es/components/fluid-form/index.d.ts +8 -0
- package/es/components/fluid-form/index.d.ts.map +1 -0
- package/es/components/fluid-form/index.js +8 -0
- package/es/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
- package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -1
- package/es/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
- package/es/components/fluid-password-input/fluid-password-input.scss.js +1 -1
- package/es/components/fluid-password-input/fluid-password-input.scss.js.map +1 -1
- package/es/components/fluid-search/fluid-search.scss.js +1 -1
- package/es/components/fluid-select/fluid-select.scss.js +1 -1
- package/es/components/fluid-select/fluid-select.scss.js.map +1 -1
- package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -1
- package/es/components/fluid-text-input/fluid-text-input.scss.js.map +1 -1
- package/es/components/fluid-textarea/fluid-textarea.scss.js +1 -1
- package/es/components/fluid-textarea/fluid-textarea.scss.js.map +1 -1
- package/es/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
- package/es/components/form/form-item.scss.js +1 -1
- package/es/components/form/form.scss.js +1 -1
- package/es/components/form-group/form-group.scss.js +1 -1
- package/es/components/grid/column-hang.scss.js +1 -1
- package/es/components/grid/grid.d.ts +5 -0
- package/es/components/grid/grid.d.ts.map +1 -1
- package/es/components/grid/grid.js +11 -1
- package/es/components/grid/grid.js.map +1 -1
- package/es/components/grid/grid.scss.js +1 -1
- package/es/components/grid/grid.scss.js.map +1 -1
- package/es/components/icon/icon.d.ts +1 -1
- package/es/components/menu/menu-item.d.ts +1 -0
- package/es/components/menu/menu-item.d.ts.map +1 -1
- package/es/components/menu/menu-item.js +5 -0
- package/es/components/menu/menu-item.js.map +1 -1
- package/es/components/menu/menu-item.scss.js +1 -1
- package/es/components/menu/menu-item.scss.js.map +1 -1
- package/es/components/menu-button/menu-button.d.ts.map +1 -1
- package/es/components/menu-button/menu-button.js +0 -1
- package/es/components/menu-button/menu-button.js.map +1 -1
- package/es/components/menu-button/menu-button.scss.js +1 -1
- package/es/components/modal/modal.scss.js +1 -1
- package/es/components/modal/modal.scss.js.map +1 -1
- package/es/components/multi-select/multi-select.d.ts +38 -4
- package/es/components/multi-select/multi-select.d.ts.map +1 -1
- package/es/components/multi-select/multi-select.js +30 -27
- package/es/components/multi-select/multi-select.js.map +1 -1
- package/es/components/multi-select/multi-select.scss.js +1 -1
- package/es/components/notification/actionable-notification.d.ts +1 -1
- package/es/components/notification/actionable-notification.scss.js +1 -1
- package/es/components/notification/callout-notification.d.ts +1 -1
- package/es/components/notification/inline-notification.d.ts +1 -1
- package/es/components/notification/inline-notification.scss.js +1 -1
- package/es/components/notification/toast-notification.scss.js +1 -1
- package/es/components/number-input/number-input.scss.js +1 -1
- package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
- package/es/components/page-header/page-header.scss.js +1 -1
- package/es/components/pagination/defs.d.ts +25 -0
- package/es/components/pagination/defs.d.ts.map +1 -1
- package/es/components/pagination/defs.js +27 -1
- package/es/components/pagination/defs.js.map +1 -1
- package/es/components/pagination/pagination.d.ts +9 -1
- package/es/components/pagination/pagination.d.ts.map +1 -1
- package/es/components/pagination/pagination.js +7 -2
- package/es/components/pagination/pagination.js.map +1 -1
- package/es/components/pagination/pagination.scss.js +1 -1
- package/es/components/pagination/pagination.scss.js.map +1 -1
- package/es/components/pagination-nav/pagination-nav.scss.js +1 -1
- package/es/components/password-input/defs.d.ts +5 -1
- package/es/components/password-input/defs.d.ts.map +1 -1
- package/es/components/password-input/defs.js +4 -0
- package/es/components/password-input/defs.js.map +1 -1
- package/es/components/password-input/password-input.d.ts +1 -1
- package/es/components/password-input/password-input.d.ts.map +1 -1
- package/es/components/password-input/password-input.js +15 -15
- package/es/components/password-input/password-input.js.map +1 -1
- package/es/components/password-input/password-input.scss.js +1 -1
- package/es/components/password-input/password-input.scss.js.map +1 -1
- package/es/components/popover/popover.scss.js +1 -1
- package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
- package/es/components/radio-button/radio-button.scss.js +1 -1
- package/es/components/search/defs.d.ts +28 -0
- package/es/components/search/defs.d.ts.map +1 -0
- package/es/components/search/defs.js +40 -0
- package/es/components/search/defs.js.map +1 -0
- package/es/components/search/search-skeleton.d.ts +4 -4
- package/es/components/search/search-skeleton.d.ts.map +1 -1
- package/es/components/search/search-skeleton.js +9 -9
- package/es/components/search/search-skeleton.js.map +1 -1
- package/es/components/search/search.d.ts +4 -3
- package/es/components/search/search.d.ts.map +1 -1
- package/es/components/search/search.js +3 -5
- package/es/components/search/search.js.map +1 -1
- package/es/components/search/search.scss.js +1 -1
- package/es/components/search/search.scss.js.map +1 -1
- package/es/components/select/select.d.ts +1 -1
- package/es/components/select/select.d.ts.map +1 -1
- package/es/components/select/select.js +1 -4
- package/es/components/select/select.js.map +1 -1
- package/es/components/select/select.scss.js +1 -1
- package/es/components/select/select.scss.js.map +1 -1
- package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
- package/es/components/slider/slider.d.ts.map +1 -1
- package/es/components/slider/slider.js +2 -2
- package/es/components/slider/slider.js.map +1 -1
- package/es/components/slider/slider.scss.js +1 -1
- package/es/components/slug/slug.scss.js +1 -1
- package/es/components/tabs/stories/tabs-wrapper.d.ts +53 -0
- package/es/components/tabs/stories/tabs-wrapper.d.ts.map +1 -0
- package/es/components/tabs/stories/tabs-wrapper.js +129 -0
- package/es/components/tabs/stories/tabs-wrapper.js.map +1 -0
- package/es/components/tabs/tab.d.ts +23 -0
- package/es/components/tabs/tab.d.ts.map +1 -1
- package/es/components/tabs/tab.js +59 -3
- package/es/components/tabs/tab.js.map +1 -1
- package/es/components/tabs/tabs.d.ts +14 -0
- package/es/components/tabs/tabs.d.ts.map +1 -1
- package/es/components/tabs/tabs.js +74 -25
- package/es/components/tabs/tabs.js.map +1 -1
- package/es/components/tabs/tabs.scss.js +1 -1
- package/es/components/tabs/tabs.scss.js.map +1 -1
- package/es/components/tag/tag.scss.js +1 -1
- package/es/components/text-input/defs.d.ts +5 -1
- package/es/components/text-input/defs.d.ts.map +1 -1
- package/es/components/text-input/defs.js +4 -0
- package/es/components/text-input/defs.js.map +1 -1
- package/es/components/text-input/text-input-skeleton.d.ts +5 -0
- package/es/components/text-input/text-input-skeleton.d.ts.map +1 -1
- package/es/components/text-input/text-input-skeleton.js +10 -3
- package/es/components/text-input/text-input-skeleton.js.map +1 -1
- package/es/components/text-input/text-input.d.ts +4 -3
- package/es/components/text-input/text-input.d.ts.map +1 -1
- package/es/components/text-input/text-input.js +15 -11
- package/es/components/text-input/text-input.js.map +1 -1
- package/es/components/text-input/text-input.scss.js +1 -1
- package/es/components/text-input/text-input.scss.js.map +1 -1
- package/es/components/textarea/textarea.scss.js +1 -1
- package/es/components/tile/selectable-tile.d.ts +1 -1
- package/es/components/tile/tile.scss.js +1 -1
- package/es/components/time-picker/time-picker.d.ts +2 -1
- package/es/components/time-picker/time-picker.d.ts.map +1 -1
- package/es/components/time-picker/time-picker.scss.js +1 -1
- package/es/components/toggle-tip/toggletip.scss.js +1 -1
- package/es/components/tooltip/tooltip.scss.js +1 -1
- package/es/components/tooltip/tooltip.scss.js.map +1 -1
- package/es/components/tree-view/tree-view.scss.js +1 -1
- package/es/components/ui-shell/header.scss.js +1 -1
- package/es/globals/directives/spread.d.ts +1 -1
- package/es/globals/directives/spread.d.ts.map +1 -1
- package/es/globals/internal/icon-loader-utils.d.ts +1 -1
- package/es/globals/internal/icon-loader-utils.d.ts.map +1 -1
- package/es/globals/mixins/validity.d.ts +2 -1
- package/es/globals/mixins/validity.d.ts.map +1 -1
- package/es/globals/mixins/validity.js.map +1 -1
- package/es/index.js +1 -1
- package/es/node_modules/flatpickr/dist/esm/index.js +1516 -0
- package/es/node_modules/flatpickr/dist/esm/index.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/l10n/default.js +99 -0
- package/es/node_modules/flatpickr/dist/esm/l10n/default.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js +130 -0
- package/es/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/types/options.js +90 -0
- package/es/node_modules/flatpickr/dist/esm/types/options.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/utils/dates.js +118 -0
- package/es/node_modules/flatpickr/dist/esm/utils/dates.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/utils/dom.js +52 -0
- package/es/node_modules/flatpickr/dist/esm/utils/dom.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/utils/formatting.js +181 -0
- package/es/node_modules/flatpickr/dist/esm/utils/formatting.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/utils/index.js +33 -0
- package/es/node_modules/flatpickr/dist/esm/utils/index.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/utils/polyfills.js +26 -0
- package/es/node_modules/flatpickr/dist/esm/utils/polyfills.js.map +1 -0
- package/es/packages/feature-flags/es/index.js.map +1 -0
- package/es-custom/components/ai-label/ai-label.scss.js +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es-custom/components/button/button.scss.js +1 -1
- package/es-custom/components/checkbox/checkbox.scss.js +1 -1
- package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
- package/es-custom/components/combo-box/combo-box.scss.js +1 -1
- package/es-custom/components/combo-button/combo-button.scss.js +1 -1
- package/es-custom/components/contained-list/contained-list.scss.js +1 -1
- package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
- package/es-custom/components/copy-button/copy-button.scss.js +1 -1
- package/es-custom/components/data-table/data-table.scss.js +1 -1
- package/es-custom/components/data-table/table-toolbar-search.d.ts +3 -3
- package/es-custom/components/data-table/table-toolbar-search.d.ts.map +1 -1
- package/es-custom/components/data-table/table-toolbar-search.js +2 -3
- package/es-custom/components/data-table/table-toolbar-search.js.map +1 -1
- package/es-custom/components/date-picker/date-picker.d.ts +4 -0
- package/es-custom/components/date-picker/date-picker.d.ts.map +1 -1
- package/es-custom/components/date-picker/date-picker.js +5 -1
- package/es-custom/components/date-picker/date-picker.js.map +1 -1
- package/es-custom/components/date-picker/date-picker.scss.js +1 -1
- package/es-custom/components/date-picker/fix-events-plugin.d.ts.map +1 -1
- package/es-custom/components/date-picker/fix-events-plugin.js +0 -6
- package/es-custom/components/date-picker/fix-events-plugin.js.map +1 -1
- package/es-custom/components/date-picker/range-plugin.d.ts +2 -8
- package/es-custom/components/date-picker/range-plugin.d.ts.map +1 -1
- package/es-custom/components/date-picker/range-plugin.js +3 -9
- package/es-custom/components/date-picker/range-plugin.js.map +1 -1
- package/es-custom/components/dialog/dialog.scss.js +1 -1
- package/es-custom/components/dropdown/dropdown.d.ts +3 -2
- package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
- package/es-custom/components/dropdown/dropdown.js +9 -2
- package/es-custom/components/dropdown/dropdown.js.map +1 -1
- package/es-custom/components/dropdown/dropdown.scss.js +1 -1
- package/es-custom/components/feature-flags/index.js +1 -1
- package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
- package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts +18 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts.map +1 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.js +45 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.js.map +1 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box.d.ts +23 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box.d.ts.map +1 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box.js +53 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box.js.map +1 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js +14 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -0
- package/es-custom/components/fluid-combo-box/index.d.ts +9 -0
- package/es-custom/components/fluid-combo-box/index.d.ts.map +1 -0
- package/es-custom/components/fluid-combo-box/index.js +9 -0
- package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
- package/es-custom/components/fluid-form/fluid-form.d.ts +19 -0
- package/es-custom/components/fluid-form/fluid-form.d.ts.map +1 -0
- package/es-custom/components/fluid-form/fluid-form.js +44 -0
- package/es-custom/components/fluid-form/fluid-form.js.map +1 -0
- package/es-custom/components/fluid-form/fluid-form.scss.js +14 -0
- package/es-custom/components/fluid-form/fluid-form.scss.js.map +1 -0
- package/es-custom/components/fluid-form/index.d.ts +8 -0
- package/es-custom/components/fluid-form/index.d.ts.map +1 -0
- package/es-custom/components/fluid-form/index.js +8 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
- package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -1
- package/es-custom/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
- package/es-custom/components/fluid-password-input/fluid-password-input.scss.js +1 -1
- package/es-custom/components/fluid-password-input/fluid-password-input.scss.js.map +1 -1
- package/es-custom/components/fluid-search/fluid-search.scss.js +1 -1
- package/es-custom/components/fluid-select/fluid-select.scss.js +1 -1
- package/es-custom/components/fluid-select/fluid-select.scss.js.map +1 -1
- package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -1
- package/es-custom/components/fluid-text-input/fluid-text-input.scss.js.map +1 -1
- package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +1 -1
- package/es-custom/components/fluid-textarea/fluid-textarea.scss.js.map +1 -1
- package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
- package/es-custom/components/form/form-item.scss.js +1 -1
- package/es-custom/components/form/form.scss.js +1 -1
- package/es-custom/components/form-group/form-group.scss.js +1 -1
- package/es-custom/components/grid/column-hang.scss.js +1 -1
- package/es-custom/components/grid/grid.d.ts +5 -0
- package/es-custom/components/grid/grid.d.ts.map +1 -1
- package/es-custom/components/grid/grid.js +11 -1
- package/es-custom/components/grid/grid.js.map +1 -1
- package/es-custom/components/grid/grid.scss.js +1 -1
- package/es-custom/components/grid/grid.scss.js.map +1 -1
- package/es-custom/components/icon/icon.d.ts +1 -1
- package/es-custom/components/menu/menu-item.d.ts +1 -0
- package/es-custom/components/menu/menu-item.d.ts.map +1 -1
- package/es-custom/components/menu/menu-item.js +5 -0
- package/es-custom/components/menu/menu-item.js.map +1 -1
- package/es-custom/components/menu/menu-item.scss.js +1 -1
- package/es-custom/components/menu/menu-item.scss.js.map +1 -1
- package/es-custom/components/menu-button/menu-button.d.ts.map +1 -1
- package/es-custom/components/menu-button/menu-button.js +0 -1
- package/es-custom/components/menu-button/menu-button.js.map +1 -1
- package/es-custom/components/menu-button/menu-button.scss.js +1 -1
- package/es-custom/components/modal/modal.scss.js +1 -1
- package/es-custom/components/modal/modal.scss.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.d.ts +38 -4
- package/es-custom/components/multi-select/multi-select.d.ts.map +1 -1
- package/es-custom/components/multi-select/multi-select.js +30 -27
- package/es-custom/components/multi-select/multi-select.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.scss.js +1 -1
- package/es-custom/components/notification/actionable-notification.d.ts +1 -1
- package/es-custom/components/notification/actionable-notification.scss.js +1 -1
- package/es-custom/components/notification/callout-notification.d.ts +1 -1
- package/es-custom/components/notification/inline-notification.d.ts +1 -1
- package/es-custom/components/notification/inline-notification.scss.js +1 -1
- package/es-custom/components/notification/toast-notification.scss.js +1 -1
- package/es-custom/components/number-input/number-input.scss.js +1 -1
- package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
- package/es-custom/components/page-header/page-header.scss.js +1 -1
- package/es-custom/components/pagination/defs.d.ts +25 -0
- package/es-custom/components/pagination/defs.d.ts.map +1 -1
- package/es-custom/components/pagination/defs.js +27 -1
- package/es-custom/components/pagination/defs.js.map +1 -1
- package/es-custom/components/pagination/pagination.d.ts +9 -1
- package/es-custom/components/pagination/pagination.d.ts.map +1 -1
- package/es-custom/components/pagination/pagination.js +7 -2
- package/es-custom/components/pagination/pagination.js.map +1 -1
- package/es-custom/components/pagination/pagination.scss.js +1 -1
- package/es-custom/components/pagination/pagination.scss.js.map +1 -1
- package/es-custom/components/pagination-nav/pagination-nav.scss.js +1 -1
- package/es-custom/components/password-input/defs.d.ts +5 -1
- package/es-custom/components/password-input/defs.d.ts.map +1 -1
- package/es-custom/components/password-input/defs.js +4 -0
- package/es-custom/components/password-input/defs.js.map +1 -1
- package/es-custom/components/password-input/password-input.d.ts +1 -1
- package/es-custom/components/password-input/password-input.d.ts.map +1 -1
- package/es-custom/components/password-input/password-input.js +15 -15
- package/es-custom/components/password-input/password-input.js.map +1 -1
- package/es-custom/components/password-input/password-input.scss.js +1 -1
- package/es-custom/components/password-input/password-input.scss.js.map +1 -1
- package/es-custom/components/popover/popover.scss.js +1 -1
- package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
- package/es-custom/components/radio-button/radio-button.scss.js +1 -1
- package/es-custom/components/search/defs.d.ts +28 -0
- package/es-custom/components/search/defs.d.ts.map +1 -0
- package/es-custom/components/search/defs.js +40 -0
- package/es-custom/components/search/defs.js.map +1 -0
- package/es-custom/components/search/search-skeleton.d.ts +4 -4
- package/es-custom/components/search/search-skeleton.d.ts.map +1 -1
- package/es-custom/components/search/search-skeleton.js +9 -9
- package/es-custom/components/search/search-skeleton.js.map +1 -1
- package/es-custom/components/search/search.d.ts +4 -3
- package/es-custom/components/search/search.d.ts.map +1 -1
- package/es-custom/components/search/search.js +3 -5
- package/es-custom/components/search/search.js.map +1 -1
- package/es-custom/components/search/search.scss.js +1 -1
- package/es-custom/components/search/search.scss.js.map +1 -1
- package/es-custom/components/select/select.d.ts +1 -1
- package/es-custom/components/select/select.d.ts.map +1 -1
- package/es-custom/components/select/select.js +1 -4
- package/es-custom/components/select/select.js.map +1 -1
- package/es-custom/components/select/select.scss.js +1 -1
- package/es-custom/components/select/select.scss.js.map +1 -1
- package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
- package/es-custom/components/slider/slider.d.ts.map +1 -1
- package/es-custom/components/slider/slider.js +2 -2
- package/es-custom/components/slider/slider.js.map +1 -1
- package/es-custom/components/slider/slider.scss.js +1 -1
- package/es-custom/components/slug/slug.scss.js +1 -1
- package/es-custom/components/tabs/stories/tabs-wrapper.d.ts +53 -0
- package/es-custom/components/tabs/stories/tabs-wrapper.d.ts.map +1 -0
- package/es-custom/components/tabs/stories/tabs-wrapper.js +129 -0
- package/es-custom/components/tabs/stories/tabs-wrapper.js.map +1 -0
- package/es-custom/components/tabs/tab.d.ts +23 -0
- package/es-custom/components/tabs/tab.d.ts.map +1 -1
- package/es-custom/components/tabs/tab.js +59 -3
- package/es-custom/components/tabs/tab.js.map +1 -1
- package/es-custom/components/tabs/tabs.d.ts +14 -0
- package/es-custom/components/tabs/tabs.d.ts.map +1 -1
- package/es-custom/components/tabs/tabs.js +74 -25
- package/es-custom/components/tabs/tabs.js.map +1 -1
- package/es-custom/components/tabs/tabs.scss.js +1 -1
- package/es-custom/components/tabs/tabs.scss.js.map +1 -1
- package/es-custom/components/tag/tag.scss.js +1 -1
- package/es-custom/components/text-input/defs.d.ts +5 -1
- package/es-custom/components/text-input/defs.d.ts.map +1 -1
- package/es-custom/components/text-input/defs.js +4 -0
- package/es-custom/components/text-input/defs.js.map +1 -1
- package/es-custom/components/text-input/text-input-skeleton.d.ts +5 -0
- package/es-custom/components/text-input/text-input-skeleton.d.ts.map +1 -1
- package/es-custom/components/text-input/text-input-skeleton.js +10 -3
- package/es-custom/components/text-input/text-input-skeleton.js.map +1 -1
- package/es-custom/components/text-input/text-input.d.ts +4 -3
- package/es-custom/components/text-input/text-input.d.ts.map +1 -1
- package/es-custom/components/text-input/text-input.js +15 -11
- package/es-custom/components/text-input/text-input.js.map +1 -1
- package/es-custom/components/text-input/text-input.scss.js +1 -1
- package/es-custom/components/text-input/text-input.scss.js.map +1 -1
- package/es-custom/components/textarea/textarea.scss.js +1 -1
- package/es-custom/components/tile/selectable-tile.d.ts +1 -1
- package/es-custom/components/tile/tile.scss.js +1 -1
- package/es-custom/components/time-picker/time-picker.d.ts +2 -1
- package/es-custom/components/time-picker/time-picker.d.ts.map +1 -1
- package/es-custom/components/time-picker/time-picker.scss.js +1 -1
- package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
- package/es-custom/components/tooltip/tooltip.scss.js +1 -1
- package/es-custom/components/tooltip/tooltip.scss.js.map +1 -1
- package/es-custom/components/tree-view/tree-view.scss.js +1 -1
- package/es-custom/components/ui-shell/header.scss.js +1 -1
- package/es-custom/globals/directives/spread.d.ts +1 -1
- package/es-custom/globals/directives/spread.d.ts.map +1 -1
- package/es-custom/globals/internal/icon-loader-utils.d.ts +1 -1
- package/es-custom/globals/internal/icon-loader-utils.d.ts.map +1 -1
- package/es-custom/globals/mixins/validity.d.ts +2 -1
- package/es-custom/globals/mixins/validity.d.ts.map +1 -1
- package/es-custom/globals/mixins/validity.js.map +1 -1
- package/es-custom/index.js +1 -1
- package/es-custom/node_modules/flatpickr/dist/esm/index.js +1516 -0
- package/es-custom/node_modules/flatpickr/dist/esm/index.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/l10n/default.js +99 -0
- package/es-custom/node_modules/flatpickr/dist/esm/l10n/default.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js +130 -0
- package/es-custom/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/types/options.js +90 -0
- package/es-custom/node_modules/flatpickr/dist/esm/types/options.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/dates.js +118 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/dates.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/dom.js +52 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/dom.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/formatting.js +181 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/formatting.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/index.js +33 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/index.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/polyfills.js +26 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/polyfills.js.map +1 -0
- package/es-custom/packages/feature-flags/es/index.js.map +1 -0
- package/lib/components/data-table/table-toolbar-search.d.ts +3 -3
- package/lib/components/data-table/table-toolbar-search.d.ts.map +1 -1
- package/lib/components/date-picker/date-picker.d.ts +4 -0
- package/lib/components/date-picker/date-picker.d.ts.map +1 -1
- package/lib/components/date-picker/fix-events-plugin.d.ts.map +1 -1
- package/lib/components/date-picker/range-plugin.d.ts +2 -8
- package/lib/components/date-picker/range-plugin.d.ts.map +1 -1
- package/lib/components/dropdown/dropdown.d.ts +3 -2
- package/lib/components/dropdown/dropdown.d.ts.map +1 -1
- package/lib/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts +18 -0
- package/lib/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts.map +1 -0
- package/lib/components/fluid-combo-box/fluid-combo-box.d.ts +23 -0
- package/lib/components/fluid-combo-box/fluid-combo-box.d.ts.map +1 -0
- package/lib/components/fluid-combo-box/index.d.ts +9 -0
- package/lib/components/fluid-combo-box/index.d.ts.map +1 -0
- package/lib/components/fluid-form/fluid-form.d.ts +19 -0
- package/lib/components/fluid-form/fluid-form.d.ts.map +1 -0
- package/lib/components/fluid-form/index.d.ts +8 -0
- package/lib/components/fluid-form/index.d.ts.map +1 -0
- package/lib/components/grid/grid.d.ts +5 -0
- package/lib/components/grid/grid.d.ts.map +1 -1
- package/lib/components/icon/icon.d.ts +1 -1
- package/lib/components/menu/menu-item.d.ts +1 -0
- package/lib/components/menu/menu-item.d.ts.map +1 -1
- package/lib/components/menu-button/menu-button.d.ts.map +1 -1
- package/lib/components/multi-select/multi-select.d.ts +38 -4
- package/lib/components/multi-select/multi-select.d.ts.map +1 -1
- package/lib/components/notification/actionable-notification.d.ts +1 -1
- package/lib/components/notification/callout-notification.d.ts +1 -1
- package/lib/components/notification/inline-notification.d.ts +1 -1
- package/lib/components/pagination/defs.d.ts +25 -0
- package/lib/components/pagination/defs.d.ts.map +1 -1
- package/lib/components/pagination/defs.js +27 -0
- package/lib/components/pagination/defs.js.map +1 -1
- package/lib/components/pagination/pagination.d.ts +9 -1
- package/lib/components/pagination/pagination.d.ts.map +1 -1
- package/lib/components/password-input/defs.d.ts +5 -1
- package/lib/components/password-input/defs.d.ts.map +1 -1
- package/lib/components/password-input/defs.js +4 -0
- package/lib/components/password-input/defs.js.map +1 -1
- package/lib/components/password-input/password-input.d.ts +1 -1
- package/lib/components/password-input/password-input.d.ts.map +1 -1
- package/lib/components/search/defs.d.ts +28 -0
- package/lib/components/search/defs.d.ts.map +1 -0
- package/lib/components/search/defs.js +41 -0
- package/lib/components/search/defs.js.map +1 -0
- package/lib/components/search/search-skeleton.d.ts +4 -4
- package/lib/components/search/search-skeleton.d.ts.map +1 -1
- package/lib/components/search/search.d.ts +4 -3
- package/lib/components/search/search.d.ts.map +1 -1
- package/lib/components/select/select.d.ts +1 -1
- package/lib/components/select/select.d.ts.map +1 -1
- package/lib/components/slider/slider.d.ts.map +1 -1
- package/lib/components/tabs/stories/tabs-wrapper.d.ts +53 -0
- package/lib/components/tabs/stories/tabs-wrapper.d.ts.map +1 -0
- package/lib/components/tabs/tab.d.ts +23 -0
- package/lib/components/tabs/tab.d.ts.map +1 -1
- package/lib/components/tabs/tabs.d.ts +14 -0
- package/lib/components/tabs/tabs.d.ts.map +1 -1
- package/lib/components/text-input/defs.d.ts +5 -1
- package/lib/components/text-input/defs.d.ts.map +1 -1
- package/lib/components/text-input/defs.js +4 -0
- package/lib/components/text-input/defs.js.map +1 -1
- package/lib/components/text-input/text-input-skeleton.d.ts +5 -0
- package/lib/components/text-input/text-input-skeleton.d.ts.map +1 -1
- package/lib/components/text-input/text-input.d.ts +4 -3
- package/lib/components/text-input/text-input.d.ts.map +1 -1
- package/lib/components/tile/selectable-tile.d.ts +1 -1
- package/lib/components/time-picker/time-picker.d.ts +2 -1
- package/lib/components/time-picker/time-picker.d.ts.map +1 -1
- package/lib/globals/directives/spread.d.ts +1 -1
- package/lib/globals/directives/spread.d.ts.map +1 -1
- package/lib/globals/internal/icon-loader-utils.d.ts +1 -1
- package/lib/globals/internal/icon-loader-utils.d.ts.map +1 -1
- package/lib/globals/mixins/validity.d.ts +2 -1
- package/lib/globals/mixins/validity.d.ts.map +1 -1
- package/package.json +13 -10
- package/scss/components/data-table/_table-action.scss +9 -1
- package/scss/components/fluid-combo-box/fluid-combo-box.scss +252 -0
- package/scss/components/fluid-form/fluid-form.scss +24 -0
- package/scss/components/fluid-number-input/fluid-number-input.scss +3 -1
- package/scss/components/fluid-password-input/fluid-password-input.scss +1 -16
- package/scss/components/fluid-select/fluid-select.scss +3 -1
- package/scss/components/fluid-text-input/fluid-text-input.scss +3 -1
- package/scss/components/fluid-textarea/fluid-textarea.scss +3 -1
- package/scss/components/grid/grid.scss +20 -0
- package/scss/components/menu/menu-item.scss +5 -1
- package/scss/components/modal/modal.scss +1 -0
- package/scss/components/pagination/pagination.scss +3 -7
- package/scss/components/password-input/password-input.scss +1 -17
- package/scss/components/search/search.scss +20 -53
- package/scss/components/select/select.scss +4 -0
- package/scss/components/tabs/tabs-story.scss +19 -1
- package/scss/components/tabs/tabs.scss +74 -6
- package/scss/components/text-input/text-input.scss +7 -9
- package/scss/components/tooltip/tooltip.scss +13 -1
- package/telemetry.yml +25 -11
- package/es/feature-flags/es/index.js.map +0 -1
- package/es-custom/feature-flags/es/index.js.map +0 -1
- /package/es/{feature-flags → packages/feature-flags}/es/index.js +0 -0
- /package/es-custom/{feature-flags → packages/feature-flags}/es/index.js +0 -0
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2026
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
$css--plex: true !default;
|
|
9
|
+
@use '@carbon/styles/scss/config' as *;
|
|
10
|
+
@use '@carbon/styles/scss/components/fluid-combo-box/index';
|
|
11
|
+
@use '@carbon/styles/scss/components/combo-box' as *;
|
|
12
|
+
@use '@carbon/styles/scss/components/list-box' as *;
|
|
13
|
+
@use '@carbon/styles/scss/layout' as *;
|
|
14
|
+
@use '@carbon/styles/scss/spacing' as *;
|
|
15
|
+
@use '@carbon/styles/scss/theme' as *;
|
|
16
|
+
@use '@carbon/styles/scss/type' as *;
|
|
17
|
+
@use '@carbon/styles/scss/utilities/skeleton' as *;
|
|
18
|
+
@use '@carbon/styles/scss/utilities' as *;
|
|
19
|
+
@use '@carbon/styles/scss/colors';
|
|
20
|
+
@use '@carbon/styles/scss/utilities/convert' as *;
|
|
21
|
+
|
|
22
|
+
:host(#{$prefix}-fluid-combo-box) {
|
|
23
|
+
@extend .#{$prefix}--list-box__wrapper;
|
|
24
|
+
@extend .#{$prefix}--list-box__wrapper--fluid;
|
|
25
|
+
|
|
26
|
+
@include emit-layout-tokens();
|
|
27
|
+
|
|
28
|
+
outline: none;
|
|
29
|
+
|
|
30
|
+
.#{$prefix}--list-box {
|
|
31
|
+
box-sizing: border-box;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.#{$prefix}--list-box--expanded {
|
|
35
|
+
border-block-end-color: $border-subtle;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.#{$prefix}--assistive-text {
|
|
39
|
+
inset-block-start: -100%;
|
|
40
|
+
inset-inline-start: -100%;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.#{$prefix}--label[hidden] {
|
|
44
|
+
display: none;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.#{$prefix}--list-box__menu {
|
|
48
|
+
inset-block-start: 100%;
|
|
49
|
+
margin-block-start: 1px;
|
|
50
|
+
outline: none;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.#{$prefix}--list-box--disabled {
|
|
54
|
+
border-block-end-color: transparent;
|
|
55
|
+
pointer-events: none;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.#{$prefix}--list-box__menu-item__selected-icon {
|
|
59
|
+
inset-block-start: to-rem(20px);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.#{$prefix}--list-box__divider {
|
|
63
|
+
display: block;
|
|
64
|
+
border: none;
|
|
65
|
+
margin: 0 1rem;
|
|
66
|
+
border-block-end: 1px solid $border-subtle;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
:host(#{$prefix}-fluid-combo-box:not([is-condensed])) {
|
|
71
|
+
::slotted(#{$prefix}-combo-box-item) {
|
|
72
|
+
block-size: $spacing-10;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
:host(#{$prefix}-fluid-combo-box[invalid]) {
|
|
77
|
+
@extend .#{$prefix}--list-box__wrapper--fluid--invalid;
|
|
78
|
+
@include focus-outline('invalid');
|
|
79
|
+
|
|
80
|
+
outline-offset: 0;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
// Direction top
|
|
84
|
+
:host(#{$prefix}-fluid-combo-box[direction='top']) {
|
|
85
|
+
@extend .#{$prefix}--list-box--up;
|
|
86
|
+
|
|
87
|
+
.#{$prefix}--list-box__menu {
|
|
88
|
+
inset-block-start: auto;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// AI Label styles
|
|
93
|
+
:host(#{$prefix}-fluid-combo-box[ai-label]) {
|
|
94
|
+
@extend .#{$prefix}--list-box__wrapper--slug;
|
|
95
|
+
|
|
96
|
+
::slotted(#{$prefix}-ai-label),
|
|
97
|
+
::slotted(#{$prefix}-slug) {
|
|
98
|
+
position: absolute;
|
|
99
|
+
inset-block-start: 73%;
|
|
100
|
+
inset-inline-end: $spacing-09;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
::slotted(#{$prefix}-ai-label:not([revert-active])),
|
|
104
|
+
::slotted(#{$prefix}-slug:not([revert-active])) {
|
|
105
|
+
transform: translateY(-73%);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.#{$prefix}--list-box__wrapper--decorator {
|
|
109
|
+
@include ai-gradient;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
// AI label dividers - always present
|
|
114
|
+
:host(#{$prefix}-fluid-combo-box[ai-label]) ::slotted(#{$prefix}-ai-label) {
|
|
115
|
+
&::after {
|
|
116
|
+
position: absolute;
|
|
117
|
+
background-color: $border-subtle-01;
|
|
118
|
+
block-size: to-rem(16px);
|
|
119
|
+
content: '';
|
|
120
|
+
inline-size: to-rem(1px);
|
|
121
|
+
inset-inline-start: calc(#{$spacing-06} - to-rem(1px));
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
:host(#{$prefix}-fluid-combo-box[ai-label][read-only]),
|
|
126
|
+
:host(#{$prefix}-fluid-combo-box[ai-label][disabled]) {
|
|
127
|
+
.#{$prefix}--list-box {
|
|
128
|
+
border-block-end-color: $ai-border-strong;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.#{$prefix}--list-box__field {
|
|
132
|
+
border-block-end: 1px solid $ai-border-strong;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
::slotted(#{$prefix}-ai-label)::before {
|
|
136
|
+
display: none;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// Preserve AI gradient in invalid/warn states
|
|
141
|
+
:host(
|
|
142
|
+
#{$prefix}-fluid-combo-box[ai-label][invalid]:not([disabled]):not(
|
|
143
|
+
[read-only]
|
|
144
|
+
)
|
|
145
|
+
),
|
|
146
|
+
:host(
|
|
147
|
+
#{$prefix}-fluid-combo-box[ai-label][warn]:not([disabled]):not([read-only])
|
|
148
|
+
) {
|
|
149
|
+
.#{$prefix}--list-box__wrapper--decorator {
|
|
150
|
+
@include ai-gradient;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
// AI label - adjust position when clear button is visible
|
|
155
|
+
:host(#{$prefix}-fluid-combo-box[ai-label][isClosable]) {
|
|
156
|
+
::slotted(#{$prefix}-ai-label),
|
|
157
|
+
::slotted(#{$prefix}-slug) {
|
|
158
|
+
inset-inline-end: calc($spacing-10 + 18px);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
// Condensed styles
|
|
163
|
+
:host(#{$prefix}-fluid-combo-box[is-condensed]) {
|
|
164
|
+
@extend .#{$prefix}--list-box__wrapper--fluid--condensed;
|
|
165
|
+
|
|
166
|
+
.#{$prefix}--list-box__menu-item__selected-icon {
|
|
167
|
+
inset-block-start: auto;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
::slotted(#{$prefix}-combo-box-item) {
|
|
171
|
+
block-size: auto;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
// Disabled state
|
|
176
|
+
:host(#{$prefix}-fluid-combo-box[disabled]) {
|
|
177
|
+
.#{$prefix}--list-box {
|
|
178
|
+
cursor: not-allowed;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.#{$prefix}--list-box__menu-icon svg {
|
|
182
|
+
fill: $icon-disabled;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.#{$prefix}--list-box__field,
|
|
186
|
+
.#{$prefix}--list-box__selection {
|
|
187
|
+
pointer-events: none;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.#{$prefix}--list-box__field:focus,
|
|
191
|
+
.#{$prefix}--list-box__selection:focus {
|
|
192
|
+
outline: none;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.#{$prefix}--label {
|
|
196
|
+
color: $text-disabled;
|
|
197
|
+
cursor: not-allowed;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
:host(#{$prefix}-fluid-combo-box[read-only]) {
|
|
202
|
+
@extend .#{$prefix}--dropdown--readonly;
|
|
203
|
+
|
|
204
|
+
.#{$prefix}--text-input {
|
|
205
|
+
border-block-end-color: $border-subtle;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.#{$prefix}--list-box__field,
|
|
209
|
+
.#{$prefix}--list-box__selection {
|
|
210
|
+
pointer-events: none;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
:host(#{$prefix}-fluid-combo-box[invalid]:not([disabled]):not([read-only])),
|
|
215
|
+
:host(#{$prefix}-fluid-combo-box[warn]:not([disabled]):not([read-only])) {
|
|
216
|
+
.#{$prefix}--form__helper-text {
|
|
217
|
+
padding: to-rem(8px) 4rem to-rem(8px) $spacing-05;
|
|
218
|
+
inline-size: auto;
|
|
219
|
+
margin-block-start: 0;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.#{$prefix}--list-box {
|
|
223
|
+
border-block-end: 1px solid transparent;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.#{$prefix}--list-box.#{$prefix}--list-box--warning
|
|
227
|
+
.#{$prefix}--list-box__invalid-icon,
|
|
228
|
+
.#{$prefix}--list-box__invalid-icon--warning {
|
|
229
|
+
inset-block-start: to-rem(81px);
|
|
230
|
+
inset-inline-end: $spacing-05;
|
|
231
|
+
pointer-events: none;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
:host(#{$prefix}-fluid-combo-box[warn]:not([disabled]):not([read-only])) {
|
|
236
|
+
.#{$prefix}--form__helper-text {
|
|
237
|
+
color: $text-primary;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
:host(#{$prefix}-fluid-combo-box[invalid]:not([disabled]):not([read-only])) {
|
|
242
|
+
.#{$prefix}--form__helper-text {
|
|
243
|
+
color: $text-error;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
// Skeleton
|
|
248
|
+
:host(#{$prefix}-fluid-combo-box-skeleton) {
|
|
249
|
+
@extend .#{$prefix}--list-box__wrapper--fluid;
|
|
250
|
+
|
|
251
|
+
display: block;
|
|
252
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2026
|
|
3
|
+
//
|
|
4
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
// LICENSE file in the root directory of this source tree.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
$css--plex: true !default;
|
|
9
|
+
|
|
10
|
+
@use '@carbon/styles/scss/config' as *;
|
|
11
|
+
@use '@carbon/styles/scss/spacing' as *;
|
|
12
|
+
@use '@carbon/styles/scss/components/form';
|
|
13
|
+
|
|
14
|
+
:host(#{$prefix}-fluid-form) {
|
|
15
|
+
@include form.form;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
:host(#{$prefix}-fluid-form[in-modal]) {
|
|
19
|
+
--cds-field: var(--cds-field-01);
|
|
20
|
+
|
|
21
|
+
.#{$prefix}--form--fluid {
|
|
22
|
+
margin-inline: -$spacing-05 - $spacing-05;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright IBM Corp.2025
|
|
2
|
+
* Copyright IBM Corp. 2025, 2026
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -18,6 +18,8 @@ $css--plex: true !default;
|
|
|
18
18
|
|
|
19
19
|
:host(#{$prefix}-fluid-number-input) {
|
|
20
20
|
@include emit-layout-tokens();
|
|
21
|
+
|
|
22
|
+
flex: 1 1 auto;
|
|
21
23
|
}
|
|
22
24
|
|
|
23
25
|
:host(#{$prefix}-fluid-number-input-skeleton) {
|
|
@@ -21,9 +21,9 @@ $css--plex: true !default;
|
|
|
21
21
|
:host(#{$prefix}-fluid-password-input) {
|
|
22
22
|
@include emit-layout-tokens();
|
|
23
23
|
|
|
24
|
+
flex: 1 1 auto;
|
|
24
25
|
inline-size: 100%;
|
|
25
26
|
outline: none;
|
|
26
|
-
padding-inline-end: $spacing-08;
|
|
27
27
|
.#{$prefix}--text-input__invalid-icon {
|
|
28
28
|
inset-inline-end: $spacing-08;
|
|
29
29
|
}
|
|
@@ -47,22 +47,7 @@ $css--plex: true !default;
|
|
|
47
47
|
inline-size: 100%;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
.#{$prefix}--btn--icon-only {
|
|
51
|
-
border: none;
|
|
52
|
-
background-color: transparent;
|
|
53
|
-
block-size: 100%;
|
|
54
|
-
cursor: pointer;
|
|
55
|
-
inline-size: 100%;
|
|
56
|
-
|
|
57
|
-
&:focus {
|
|
58
|
-
@include focus-outline('outline');
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
50
|
.#{$prefix}--text-input--password__visibility__toggle svg {
|
|
63
51
|
pointer-events: none;
|
|
64
52
|
}
|
|
65
|
-
.#{$prefix}--toggle-password-tooltip {
|
|
66
|
-
block-size: 100%;
|
|
67
|
-
}
|
|
68
53
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright IBM Corp.2025
|
|
2
|
+
* Copyright IBM Corp. 2025, 2026
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -24,6 +24,8 @@ $divider-width: 1px;
|
|
|
24
24
|
|
|
25
25
|
@include emit-layout-tokens();
|
|
26
26
|
|
|
27
|
+
flex: 1 1 auto;
|
|
28
|
+
|
|
27
29
|
// Position the AI label and slug
|
|
28
30
|
::slotted(#{$prefix}-ai-label),
|
|
29
31
|
::slotted(#{$prefix}-slug) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright IBM Corp.2025
|
|
2
|
+
* Copyright IBM Corp. 2025, 2026
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -16,6 +16,8 @@ $css--plex: true !default;
|
|
|
16
16
|
|
|
17
17
|
:host(#{$prefix}-fluid-text-input) {
|
|
18
18
|
@include emit-layout-tokens();
|
|
19
|
+
|
|
20
|
+
flex: 1 1 auto;
|
|
19
21
|
}
|
|
20
22
|
|
|
21
23
|
:host(#{$prefix}-fluid-text-input-skeleton) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright IBM Corp.2025
|
|
2
|
+
* Copyright IBM Corp. 2025, 2026
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -13,4 +13,6 @@ $css--plex: true !default;
|
|
|
13
13
|
|
|
14
14
|
:host(#{$prefix}-fluid-textarea) {
|
|
15
15
|
@include emit-layout-tokens();
|
|
16
|
+
|
|
17
|
+
flex: 1 1 auto;
|
|
16
18
|
}
|
|
@@ -35,6 +35,14 @@ $css-grid: #{$prefix}--css-grid;
|
|
|
35
35
|
@extend .#{$css-grid}--full-width;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
+
:host(#{$prefix}-grid[with-row-gap]) [grid] {
|
|
39
|
+
row-gap: var(--cds-grid-gutter);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
:host(#{$prefix}-grid[narrow][with-row-gap]) [grid] {
|
|
43
|
+
row-gap: calc(var(--cds-grid-gutter) / 2);
|
|
44
|
+
}
|
|
45
|
+
|
|
38
46
|
/* sub grid styles */
|
|
39
47
|
$sub-grid: #{$prefix}--subgrid;
|
|
40
48
|
:host(#{$prefix}-grid) [subgrid] {
|
|
@@ -55,5 +63,17 @@ $sub-grid: #{$prefix}--subgrid;
|
|
|
55
63
|
@extend .#{$sub-grid}--narrow;
|
|
56
64
|
}
|
|
57
65
|
|
|
66
|
+
:host(#{$prefix}-grid) [subgrid][with-row-gap] {
|
|
67
|
+
row-gap: calc(var(--cds-grid-gutter-start) + var(--cds-grid-gutter-end));
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
:host(#{$prefix}-grid) [subgrid][mode='narrow'][with-row-gap] {
|
|
71
|
+
row-gap: var(--cds-grid-gutter-end);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
:host(#{$prefix}-grid) [subgrid][mode='condensed'][with-row-gap] {
|
|
75
|
+
row-gap: var(--cds-grid-gutter-start);
|
|
76
|
+
}
|
|
77
|
+
|
|
58
78
|
// Column styles
|
|
59
79
|
@include grid-columns(#{$prefix}-grid);
|
|
@@ -71,11 +71,15 @@ $css--plex: true !default;
|
|
|
71
71
|
display: var(--child-icon-property, none);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
:host([aria-disabled='true'])
|
|
74
|
+
:host([aria-disabled='true']) {
|
|
75
75
|
color: $text-disabled;
|
|
76
76
|
cursor: not-allowed;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
+
:host([aria-disabled='true']) :where(*) {
|
|
80
|
+
color: inherit;
|
|
81
|
+
}
|
|
82
|
+
|
|
79
83
|
:host([aria-disabled='true']:hover),
|
|
80
84
|
:host([aria-disabled='true'].#{$prefix}--menu-item--danger:hover) {
|
|
81
85
|
background-color: $layer;
|
|
@@ -14,9 +14,11 @@ $css--plex: true !default;
|
|
|
14
14
|
@use '@carbon/styles/scss/breakpoint' as *;
|
|
15
15
|
@use '@carbon/styles/scss/components/pagination' as *;
|
|
16
16
|
@use '@carbon/styles/scss/utilities/visually-hidden' as *;
|
|
17
|
+
@use '@carbon/styles/scss/layout' as *;
|
|
17
18
|
|
|
18
19
|
:host(#{$prefix}-pagination) {
|
|
19
20
|
@extend .#{$prefix}--pagination;
|
|
21
|
+
@include emit-layout-tokens();
|
|
20
22
|
|
|
21
23
|
position: relative;
|
|
22
24
|
outline: none;
|
|
@@ -40,10 +42,4 @@ $css--plex: true !default;
|
|
|
40
42
|
}
|
|
41
43
|
}
|
|
42
44
|
|
|
43
|
-
|
|
44
|
-
@extend .#{$prefix}--pagination--sm;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
:host(#{$prefix}-pagination[size='lg']) {
|
|
48
|
-
@extend .#{$prefix}--pagination--lg;
|
|
49
|
-
}
|
|
45
|
+
@include emit-layout-tokens-to-shadow-host('#{$prefix}-pagination');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//
|
|
2
|
-
// Copyright IBM Corp. 2025
|
|
2
|
+
// Copyright IBM Corp. 2025, 2026
|
|
3
3
|
//
|
|
4
4
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
// LICENSE file in the root directory of this source tree.
|
|
@@ -20,10 +20,6 @@ $css--plex: true !default;
|
|
|
20
20
|
|
|
21
21
|
inline-size: 100%;
|
|
22
22
|
outline: none;
|
|
23
|
-
padding-inline-end: $spacing-08;
|
|
24
|
-
.#{$prefix}--text-input__invalid-icon {
|
|
25
|
-
inset-inline-end: $spacing-08;
|
|
26
|
-
}
|
|
27
23
|
.#{$prefix}--icon-visibility-on,
|
|
28
24
|
.#{$prefix}--icon-visibility-off {
|
|
29
25
|
vertical-align: middle;
|
|
@@ -44,18 +40,6 @@ $css--plex: true !default;
|
|
|
44
40
|
inline-size: 100%;
|
|
45
41
|
}
|
|
46
42
|
|
|
47
|
-
.#{$prefix}--btn--icon-only {
|
|
48
|
-
border: none;
|
|
49
|
-
background-color: transparent;
|
|
50
|
-
block-size: 100%;
|
|
51
|
-
cursor: pointer;
|
|
52
|
-
inline-size: 100%;
|
|
53
|
-
|
|
54
|
-
&:focus {
|
|
55
|
-
@include focus-outline('outline');
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
43
|
.#{$prefix}--text-input--password__visibility__toggle svg {
|
|
60
44
|
pointer-events: none;
|
|
61
45
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//
|
|
2
|
-
// Copyright IBM Corp. 2019,
|
|
2
|
+
// Copyright IBM Corp. 2019, 2026
|
|
3
3
|
//
|
|
4
4
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
// LICENSE file in the root directory of this source tree.
|
|
@@ -13,11 +13,13 @@ $css--plex: true !default;
|
|
|
13
13
|
@use '@carbon/styles/scss/utilities' as *;
|
|
14
14
|
@use '@carbon/styles/scss/components/form';
|
|
15
15
|
@use '@carbon/styles/scss/components/search' as *;
|
|
16
|
+
@use '@carbon/styles/scss/layout' as *;
|
|
16
17
|
|
|
17
18
|
// https://github.com/carbon-design-system/carbon/issues/11408
|
|
18
19
|
@include search;
|
|
19
20
|
|
|
20
21
|
:host(#{$prefix}-search) {
|
|
22
|
+
@include emit-layout-tokens();
|
|
21
23
|
@extend .#{$prefix}--search;
|
|
22
24
|
|
|
23
25
|
outline: none;
|
|
@@ -39,27 +41,6 @@ $css--plex: true !default;
|
|
|
39
41
|
outline: none;
|
|
40
42
|
}
|
|
41
43
|
|
|
42
|
-
:host(#{$prefix}-search[expandable][size='sm']) {
|
|
43
|
-
.#{$prefix}--search-magnifier {
|
|
44
|
-
block-size: $spacing-07;
|
|
45
|
-
inline-size: $spacing-07;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
:host(#{$prefix}-search[expandable][size='md']) {
|
|
50
|
-
.#{$prefix}--search-magnifier {
|
|
51
|
-
block-size: $spacing-08;
|
|
52
|
-
inline-size: $spacing-08;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
:host(#{$prefix}-search[expandable][size='lg']) {
|
|
57
|
-
.#{$prefix}--search-magnifier {
|
|
58
|
-
block-size: $spacing-09;
|
|
59
|
-
inline-size: $spacing-09;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
44
|
:host(#{$prefix}-search[expandable][expanded]) {
|
|
64
45
|
@extend .#{$prefix}--search--expanded;
|
|
65
46
|
|
|
@@ -75,32 +56,15 @@ $css--plex: true !default;
|
|
|
75
56
|
}
|
|
76
57
|
}
|
|
77
58
|
|
|
78
|
-
:host(#{$prefix}-search[
|
|
79
|
-
.#{$prefix}--search
|
|
80
|
-
padding: 0 $spacing-07;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
59
|
+
:host(#{$prefix}-search[disabled]) {
|
|
60
|
+
@extend .#{$prefix}--search--disabled;
|
|
83
61
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
padding: 0 $spacing-08;
|
|
62
|
+
svg {
|
|
63
|
+
fill: $icon-on-color-disabled;
|
|
87
64
|
}
|
|
88
|
-
}
|
|
89
65
|
|
|
90
|
-
:host(#{$prefix}-search[expandable][expanded][size='lg']) {
|
|
91
66
|
.#{$prefix}--search-input {
|
|
92
|
-
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
::slotted(.#{$prefix}--search-magnifier) {
|
|
96
|
-
block-size: rem(48px);
|
|
97
|
-
inline-size: rem(48px);
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
:host(#{$prefix}-search[disabled]) {
|
|
102
|
-
svg {
|
|
103
|
-
fill: $icon-on-color-disabled;
|
|
67
|
+
border-block-end: 1px solid transparent;
|
|
104
68
|
}
|
|
105
69
|
|
|
106
70
|
.#{$prefix}--search-close {
|
|
@@ -114,6 +78,8 @@ $css--plex: true !default;
|
|
|
114
78
|
}
|
|
115
79
|
|
|
116
80
|
:host(#{$prefix}-search-skeleton) {
|
|
81
|
+
@include emit-layout-tokens();
|
|
82
|
+
|
|
117
83
|
inline-size: 100%;
|
|
118
84
|
|
|
119
85
|
.#{$prefix}--search-input {
|
|
@@ -127,19 +93,20 @@ $css--plex: true !default;
|
|
|
127
93
|
}
|
|
128
94
|
}
|
|
129
95
|
|
|
130
|
-
:host(#{$prefix}-search[size='
|
|
131
|
-
|
|
132
|
-
|
|
96
|
+
:host(#{$prefix}-search[size='xs']) {
|
|
97
|
+
@extend .#{$prefix}--layout--size-xs;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
:host(#{$prefix}-search[size='sm']) {
|
|
101
|
+
@extend .#{$prefix}--layout--size-sm;
|
|
133
102
|
}
|
|
134
103
|
|
|
135
|
-
:host(#{$prefix}-search[size='md'])
|
|
136
|
-
|
|
137
|
-
@extend .#{$prefix}--search--md;
|
|
104
|
+
:host(#{$prefix}-search[size='md']) {
|
|
105
|
+
@extend .#{$prefix}--layout--size-md;
|
|
138
106
|
}
|
|
139
107
|
|
|
140
|
-
:host(#{$prefix}-search[size='lg'])
|
|
141
|
-
|
|
142
|
-
@extend .#{$prefix}--search--lg;
|
|
108
|
+
:host(#{$prefix}-search[size='lg']) {
|
|
109
|
+
@extend .#{$prefix}--layout--size-lg;
|
|
143
110
|
}
|
|
144
111
|
:host(#{$prefix}-search) {
|
|
145
112
|
.#{$prefix}--search-input {
|
|
@@ -15,11 +15,13 @@ $css--plex: true !default;
|
|
|
15
15
|
@use '@carbon/styles/scss/utilities/convert' as *;
|
|
16
16
|
@use '@carbon/styles/scss/components/fluid-select' as *;
|
|
17
17
|
@use '@carbon/styles/scss/utilities/visually-hidden' as *;
|
|
18
|
+
@use '@carbon/styles/scss/layout' as *;
|
|
18
19
|
|
|
19
20
|
$divider-width: 1px;
|
|
20
21
|
|
|
21
22
|
:host(#{$prefix}-select) {
|
|
22
23
|
@extend .#{$prefix}--select;
|
|
24
|
+
@include emit-layout-tokens();
|
|
23
25
|
|
|
24
26
|
outline: none;
|
|
25
27
|
|
|
@@ -109,3 +111,5 @@ $divider-width: 1px;
|
|
|
109
111
|
inset-inline-end: $spacing-09;
|
|
110
112
|
}
|
|
111
113
|
}
|
|
114
|
+
|
|
115
|
+
@include emit-layout-tokens-to-shadow-host('#{$prefix}-select');
|
|
@@ -8,15 +8,33 @@
|
|
|
8
8
|
@use '@carbon/styles/scss/config' as *;
|
|
9
9
|
@use '@carbon/styles/scss/spacing' as *;
|
|
10
10
|
@use '@carbon/styles/scss/theme' as *;
|
|
11
|
+
@use '@carbon/styles/scss/utilities/focus-outline' as *;
|
|
11
12
|
@use '@carbon/styles/scss/utilities/layout';
|
|
12
13
|
@use '@carbon/styles/scss/components/form/form' as form;
|
|
13
14
|
|
|
14
15
|
@include form.form;
|
|
15
16
|
|
|
17
|
+
body {
|
|
18
|
+
@include layout.use('density', $default: 'normal');
|
|
19
|
+
}
|
|
16
20
|
.#{$prefix}-ce-demo-devenv--tab-panels {
|
|
17
21
|
flex: 1;
|
|
18
22
|
align-self: stretch;
|
|
19
|
-
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
//-----------------------------
|
|
26
|
+
// Tab Panel Styles
|
|
27
|
+
//-----------------------------
|
|
28
|
+
[role='tabpanel'] {
|
|
29
|
+
padding: layout.density('padding-inline');
|
|
30
|
+
|
|
31
|
+
&:focus {
|
|
32
|
+
@include focus-outline('outline');
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
// Contained tabs background for panels (using descendant selector to handle wrapper div)
|
|
36
|
+
#{$prefix}-tabs[type='contained'] ~ * [role='tabpanel'] {
|
|
37
|
+
background: $layer;
|
|
20
38
|
}
|
|
21
39
|
|
|
22
40
|
.#{$prefix}--tab-content {
|