carbon-react 102.10.1 → 102.13.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/lib/__internal__/DeprecationWarning.d.ts +10 -0
- package/lib/__internal__/character-count/character-count.component.d.ts +26 -0
- package/lib/__internal__/character-count/character-count.style.d.ts +2 -0
- package/lib/__internal__/character-count/index.d.ts +1 -0
- package/lib/__internal__/checkable-input/checkable-input-svg-wrapper.style.d.ts +2 -0
- package/lib/__internal__/checkable-input/checkable-input.component.d.ts +75 -0
- package/lib/__internal__/checkable-input/checkable-input.style.d.ts +2 -0
- package/lib/__internal__/checkable-input/hidden-checkable-input.component.d.ts +41 -0
- package/lib/__internal__/checkable-input/hidden-checkable-input.style.d.ts +2 -0
- package/lib/__internal__/date/index.d.ts +1 -0
- package/lib/__internal__/field-help/field-help.component.d.ts +15 -0
- package/lib/__internal__/field-help/field-help.style.d.ts +2 -0
- package/lib/__internal__/fieldset/fieldset.component.d.ts +35 -0
- package/lib/__internal__/fieldset/fieldset.style.d.ts +3 -0
- package/lib/__internal__/filter-object-properties/filter-object-properties.d.ts +1 -0
- package/lib/__internal__/filter-object-properties/index.d.ts +1 -0
- package/lib/__internal__/focus-trap/focus-trap-utils.d.ts +4 -0
- package/lib/__internal__/focus-trap/focus-trap.component.d.ts +22 -0
- package/lib/__internal__/focus-trap/index.d.ts +1 -0
- package/lib/__internal__/form-field/form-field.component.d.ts +63 -0
- package/lib/__internal__/form-field/form-field.style.d.ts +3 -0
- package/lib/__internal__/full-screen-heading/full-screen-heading.component.d.ts +3 -0
- package/lib/__internal__/full-screen-heading/full-screen-heading.style.d.ts +3 -0
- package/lib/__internal__/full-screen-heading/index.d.ts +1 -0
- package/lib/__internal__/i18n-context/index.d.ts +2 -0
- package/lib/__internal__/input/extract-props/extract-props.d.ts +1 -0
- package/lib/__internal__/input/extract-props/index.d.ts +1 -0
- package/lib/__internal__/input/input-presentation.component.d.ts +28 -0
- package/lib/__internal__/input/input-presentation.style.d.ts +9 -0
- package/lib/__internal__/input/input-sizes.style.d.ts +34 -0
- package/lib/__internal__/input/input.component.d.ts +3 -0
- package/lib/__internal__/input/input.style.d.ts +2 -0
- package/lib/__internal__/input-behaviour/index.d.ts +2 -0
- package/lib/__internal__/input-behaviour/input-behaviour.component.d.ts +11 -0
- package/lib/__internal__/input-behaviour/input-group-behaviour.component.d.ts +13 -0
- package/lib/__internal__/input-behaviour/useInputBehaviour.d.ts +11 -0
- package/lib/__internal__/input-icon-toggle/input-icon-toggle.component.d.ts +38 -0
- package/lib/__internal__/input-icon-toggle/input-icon-toggle.style.d.ts +5 -0
- package/lib/__internal__/label/icon-wrapper.style.d.ts +2 -0
- package/lib/__internal__/label/label.component.d.ts +66 -0
- package/lib/__internal__/label/label.style.d.ts +3 -0
- package/lib/__internal__/popover/index.d.ts +1 -0
- package/lib/__internal__/popover/popover.component.d.ts +22 -0
- package/lib/__internal__/sticky-footer/index.d.ts +1 -0
- package/lib/__internal__/sticky-footer/sticky-footer.component.d.ts +15 -0
- package/lib/__internal__/sticky-footer/sticky-footer.style.d.ts +2 -0
- package/lib/__internal__/utils/ether/ether.d.ts +19 -0
- package/lib/__internal__/utils/ether/index.d.ts +1 -0
- package/lib/__internal__/utils/helpers/browser/browser.d.ts +17 -0
- package/lib/__internal__/utils/helpers/browser/index.d.ts +1 -0
- package/lib/__internal__/utils/helpers/browser-type-check/browser-type-check.d.ts +7 -0
- package/lib/__internal__/utils/helpers/browser-type-check/index.d.ts +1 -0
- package/lib/__internal__/utils/helpers/events/composedPath.d.ts +2 -0
- package/lib/__internal__/utils/helpers/events/events.d.ts +32 -0
- package/lib/__internal__/utils/helpers/events/index.d.ts +1 -0
- package/lib/__internal__/utils/helpers/guid/__spec__.d.ts +1 -0
- package/lib/__internal__/utils/helpers/guid/guid.d.ts +2 -0
- package/lib/__internal__/utils/helpers/immutable/__spec__.d.ts +1 -0
- package/lib/__internal__/utils/helpers/immutable/immutable.d.ts +4 -0
- package/lib/__internal__/utils/helpers/tags/index.d.ts +1 -0
- package/lib/__internal__/utils/helpers/tags/tags-specs/index.d.ts +1 -0
- package/lib/__internal__/utils/helpers/tags/tags-specs/tags-specs.d.ts +2 -0
- package/lib/__internal__/utils/helpers/tags/tags.d.ts +9 -0
- package/lib/__internal__/utils/helpers/with-unique-id-props/index.d.ts +1 -0
- package/lib/__internal__/utils/logger/index.d.ts +1 -0
- package/lib/__internal__/utils/logger/logger.d.ts +9 -0
- package/lib/__internal__/validations/validation-icon.component.d.ts +41 -0
- package/lib/__internal__/validations/validation-icon.style.d.ts +2 -0
- package/lib/__spec_helper__/enzyme-snapshot-helper.d.ts +2 -0
- package/lib/__spec_helper__/expect.d.ts +1 -0
- package/lib/__spec_helper__/index.d.ts +1 -0
- package/lib/__spec_helper__/mock-date-helper.d.ts +1 -0
- package/lib/__spec_helper__/mock-resize-observer.d.ts +2 -0
- package/lib/__spec_helper__/test-utils.d.ts +33 -0
- package/lib/components/accordion/accordion-group/accordion-group.component.d.ts +10 -0
- package/lib/components/accordion/accordion.component.d.ts +3 -0
- package/lib/components/accordion/accordion.style.d.ts +10 -0
- package/lib/components/action-popover/action-popover-context.d.ts +3 -0
- package/lib/components/action-popover/action-popover-divider/action-popover-divider.component.d.ts +2 -0
- package/lib/components/action-popover/action-popover-item/action-popover-item.component.d.ts +42 -0
- package/lib/components/action-popover/action-popover-menu/action-popover-menu.component.d.ts +3 -0
- package/lib/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.d.ts +19 -0
- package/lib/components/action-popover/action-popover.component.d.ts +38 -0
- package/lib/components/action-popover/action-popover.style.d.ts +31 -0
- package/lib/components/advanced-color-picker/advanced-color-picker-cell.style.d.ts +4 -0
- package/lib/components/advanced-color-picker/advanced-color-picker.component.d.ts +55 -0
- package/lib/components/advanced-color-picker/advanced-color-picker.style.d.ts +53 -0
- package/lib/components/alert/alert.component.d.ts +50 -0
- package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.d.ts +3 -0
- package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.style.d.ts +2 -0
- package/lib/components/anchor-navigation/anchor-navigation.component.d.ts +12 -0
- package/lib/components/anchor-navigation/anchor-navigation.style.d.ts +3 -0
- package/lib/components/anchor-navigation/anchor-section-divider/anchor-section-divider.style.d.ts +4 -0
- package/lib/components/app-wrapper/app-wrapper.component.d.ts +21 -0
- package/lib/components/app-wrapper/app-wrapper.style.d.ts +2 -0
- package/lib/components/badge/badge.component.d.ts +14 -0
- package/lib/components/badge/badge.style.d.ts +6 -0
- package/lib/components/batch-selection/batch-selection.component.d.ts +22 -0
- package/lib/components/batch-selection/batch-selection.style.d.ts +2 -0
- package/lib/components/box/box.component.d.ts +7 -0
- package/lib/components/button/button-types.style.d.ts +9 -0
- package/lib/components/button/button.component.d.ts +17 -0
- package/lib/components/button/button.config.d.ts +3 -0
- package/lib/components/button/button.style.d.ts +9 -0
- package/lib/components/button-bar/button-bar.component.d.ts +16 -0
- package/lib/components/button-bar/button-bar.config.d.ts +2 -0
- package/lib/components/button-bar/button-bar.style.d.ts +5 -0
- package/lib/components/button-toggle/button-toggle-icon.component.d.ts +9 -0
- package/lib/components/button-toggle/button-toggle-input.component.d.ts +3 -0
- package/lib/components/button-toggle/button-toggle.component.d.ts +48 -0
- package/lib/components/button-toggle/button-toggle.style.d.ts +5 -0
- package/lib/components/button-toggle-group/__definition__.d.ts +2 -0
- package/lib/components/button-toggle-group/__definition__.js +50 -0
- package/lib/components/button-toggle-group/button-toggle-group.component.d.ts +86 -0
- package/lib/components/button-toggle-group/button-toggle-group.style.d.ts +2 -0
- package/lib/components/button-toggle-group/documentation/index.d.ts +1 -0
- package/lib/components/carbon-provider/carbon-provider.component.d.ts +12 -0
- package/lib/components/card/card-column/card-column.component.d.ts +17 -0
- package/lib/components/card/card-column/card-column.style.d.ts +2 -0
- package/lib/components/card/card-footer/card-footer.component.d.ts +9 -0
- package/lib/components/card/card-footer/card-footer.style.d.ts +2 -0
- package/lib/components/card/card-row/card-row.component.d.ts +13 -0
- package/lib/components/card/card-row/card-row.style.d.ts +2 -0
- package/lib/components/card/card.component.d.ts +27 -0
- package/lib/components/card/card.config.d.ts +2 -0
- package/lib/components/card/card.style.d.ts +2 -0
- package/lib/components/carousel/carousel.component.d.ts +36 -0
- package/lib/components/carousel/carousel.style.d.ts +16 -0
- package/lib/components/carousel/slide/slide.component.d.ts +8 -0
- package/lib/components/carousel/slide/slide.style.d.ts +1 -0
- package/lib/components/carousel/slide.config.d.ts +2 -0
- package/lib/components/checkbox/checkbox-group.component.d.ts +20 -0
- package/lib/components/checkbox/checkbox-svg.component.d.ts +2 -0
- package/lib/components/checkbox/checkbox.component.d.ts +109 -0
- package/lib/components/checkbox/checkbox.style.d.ts +3 -0
- package/lib/components/checkbox/checkbox.style.js +5 -1
- package/lib/components/confirm/confirm.component.d.ts +117 -0
- package/lib/components/confirm/confirm.config.d.ts +1 -0
- package/lib/components/confirm/confirm.style.d.ts +2 -0
- package/lib/components/content/content.component.d.ts +23 -0
- package/lib/components/content/content.style.d.ts +3 -0
- package/lib/components/date/date-picker.component.d.ts +22 -0
- package/lib/components/date/date.component.d.ts +57 -0
- package/lib/components/date/date.style.d.ts +2 -0
- package/lib/components/date/day-picker.style.d.ts +2 -0
- package/lib/components/date/navbar/button.style.d.ts +4 -0
- package/lib/components/date/navbar/index.d.ts +1 -0
- package/lib/components/date/navbar/navbar.component.d.ts +13 -0
- package/lib/components/date/navbar/navbar.style.d.ts +2 -0
- package/lib/components/date/weekday/abbr.style.d.ts +2 -0
- package/lib/components/date/weekday/index.d.ts +1 -0
- package/lib/components/date/weekday/weekday.component.d.ts +15 -0
- package/lib/components/date/weekday/weekday.style.d.ts +2 -0
- package/lib/components/date-range/date-range.component.d.ts +39 -0
- package/lib/components/date-range/date-range.style.d.ts +2 -0
- package/lib/components/decimal/decimal.component.d.ts +81 -0
- package/lib/components/definition-list/__internal__/dl.context.d.ts +3 -0
- package/lib/components/definition-list/dd.component.d.ts +8 -0
- package/lib/components/definition-list/definition-list.style.d.ts +5 -0
- package/lib/components/definition-list/dl.component.d.ts +12 -0
- package/lib/components/definition-list/dt.component.d.ts +8 -0
- package/lib/components/detail/detail.component.d.ts +17 -0
- package/lib/components/detail/detail.style.d.ts +5 -0
- package/lib/components/dialog/dialog.component.d.ts +81 -0
- package/lib/components/dialog/dialog.config.d.ts +2 -0
- package/lib/components/dialog/dialog.style.d.ts +4 -0
- package/lib/components/dialog-full-screen/content.style.d.ts +2 -0
- package/lib/components/dialog-full-screen/dialog-full-screen.component.d.ts +78 -0
- package/lib/components/dialog-full-screen/dialog-full-screen.style.d.ts +2 -0
- package/lib/components/dismissible-box/dismissible-box.component.d.ts +11 -0
- package/lib/components/dismissible-box/dismissible-box.style.d.ts +3 -0
- package/lib/components/draggable/draggable-container.component.d.ts +13 -0
- package/lib/components/draggable/draggable-item.component.d.ts +19 -0
- package/lib/components/draggable/draggable-item.style.d.ts +4 -0
- package/lib/components/drawer/drawer.component.d.ts +39 -0
- package/lib/components/drawer/drawer.style.d.ts +10 -0
- package/lib/components/duelling-picklist/duelling-picklist.component.d.ts +21 -0
- package/lib/components/duelling-picklist/duelling-picklist.context.d.ts +3 -0
- package/lib/components/duelling-picklist/duelling-picklist.style.d.ts +7 -0
- package/lib/components/duelling-picklist/picklist/picklist.component.d.ts +18 -0
- package/lib/components/duelling-picklist/picklist/picklist.style.d.ts +5 -0
- package/lib/components/duelling-picklist/picklist-divider/picklist-divider.component.d.ts +2 -0
- package/lib/components/duelling-picklist/picklist-divider/picklist-divider.style.d.ts +2 -0
- package/lib/components/duelling-picklist/picklist-group/picklist-group.component.d.ts +3 -0
- package/lib/components/duelling-picklist/picklist-group/picklist-group.style.d.ts +5 -0
- package/lib/components/duelling-picklist/picklist-item/picklist-item.component.d.ts +3 -0
- package/lib/components/duelling-picklist/picklist-item/picklist-item.style.d.ts +5 -0
- package/lib/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.d.ts +10 -0
- package/lib/components/fieldset/fieldset.component.d.ts +14 -0
- package/lib/components/fieldset/fieldset.style.d.ts +3 -0
- package/lib/components/flat-table/cell-sizes.style.d.ts +40 -0
- package/lib/components/flat-table/flat-table-body/flat-table-body.component.d.ts +3 -0
- package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.d.ts +12 -0
- package/lib/components/flat-table/flat-table-cell/flat-table-cell.component.d.ts +38 -0
- package/lib/components/flat-table/flat-table-cell/flat-table-cell.style.d.ts +2 -0
- package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.component.d.ts +26 -0
- package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.style.d.ts +2 -0
- package/lib/components/flat-table/flat-table-head/flat-table-head.component.d.ts +10 -0
- package/lib/components/flat-table/flat-table-head/flat-table-head.style.d.ts +2 -0
- package/lib/components/flat-table/flat-table-header/flat-table-header.component.d.ts +33 -0
- package/lib/components/flat-table/flat-table-header/flat-table-header.style.d.ts +2 -0
- package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.d.ts +22 -0
- package/lib/components/flat-table/flat-table-row/flat-table-row.component.d.ts +3 -0
- package/lib/components/flat-table/flat-table-row/flat-table-row.style.d.ts +2 -0
- package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.component.d.ts +30 -0
- package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.style.d.ts +2 -0
- package/lib/components/flat-table/flat-table.component.d.ts +43 -0
- package/lib/components/flat-table/flat-table.config.d.ts +2 -0
- package/lib/components/flat-table/flat-table.style.d.ts +4 -0
- package/lib/components/flat-table/sort/sort.component.d.ts +14 -0
- package/lib/components/flat-table/sort/sort.style.d.ts +2 -0
- package/lib/components/form/__internal__/form-summary.component.d.ts +10 -0
- package/lib/components/form/__internal__/form-summary.style.d.ts +3 -0
- package/lib/components/form/form.component.d.ts +20 -0
- package/lib/components/form/form.config.d.ts +1 -0
- package/lib/components/form/form.style.d.ts +5 -0
- package/lib/components/grid/grid-container/grid-container.component.d.ts +5 -0
- package/lib/components/grid/grid-container/grid-container.style.d.ts +2 -0
- package/lib/components/grid/grid-item/grid-item.component.d.ts +25 -0
- package/lib/components/grid/grid-item/grid-item.style.d.ts +2 -0
- package/lib/components/grouped-character/grouped-character.component.d.ts +23 -0
- package/lib/components/grouped-character/grouped-character.utils.d.ts +2 -0
- package/lib/components/heading/heading.component.d.ts +71 -0
- package/lib/components/heading/heading.style.d.ts +16 -0
- package/lib/components/help/help.component.d.ts +45 -0
- package/lib/components/help/help.config.d.ts +1 -0
- package/lib/components/help/help.style.d.ts +2 -0
- package/lib/components/hr/hr.component.d.ts +13 -0
- package/lib/components/hr/hr.style.d.ts +2 -0
- package/lib/components/i18n-provider/i18n-provider.component.d.ts +102 -0
- package/lib/components/icon/icon-config.d.ts +26 -0
- package/lib/components/icon/icon-unicodes.d.ts +247 -0
- package/lib/components/icon/icon.component.d.ts +3 -0
- package/lib/components/icon/icon.style.d.ts +2 -0
- package/lib/components/icon-button/icon-button.component.d.ts +3 -0
- package/lib/components/icon-button/icon-button.style.d.ts +4 -0
- package/lib/components/image/image.component.d.ts +2 -0
- package/lib/components/inline-inputs/inline-inputs.component.d.ts +22 -0
- package/lib/components/inline-inputs/inline-inputs.config.d.ts +1 -0
- package/lib/components/inline-inputs/inline-inputs.style.d.ts +4 -0
- package/lib/components/link/link.component.d.ts +3 -0
- package/lib/components/link/link.config.d.ts +2 -0
- package/lib/components/link/link.style.d.ts +2 -0
- package/lib/components/link-preview/__internal__/placeholder.component.d.ts +2 -0
- package/lib/components/link-preview/link-preview.component.d.ts +29 -0
- package/lib/components/link-preview/link-preview.style.d.ts +6 -0
- package/lib/components/loader/loader-square.style.d.ts +2 -0
- package/lib/components/loader/loader.component.d.ts +23 -0
- package/lib/components/loader/loader.config.d.ts +1 -0
- package/lib/components/loader/loader.style.d.ts +2 -0
- package/lib/components/loader-bar/loader-bar.component.d.ts +11 -0
- package/lib/components/loader-bar/loader-bar.config.d.ts +1 -0
- package/lib/components/loader-bar/loader-bar.style.d.ts +4 -0
- package/lib/components/menu/__internal__/keyboard-navigation/index.d.ts +2 -0
- package/lib/components/menu/__internal__/spec-helper/index.d.ts +2 -0
- package/lib/components/menu/__internal__/submenu/submenu.component.d.ts +3 -0
- package/lib/components/menu/__internal__/submenu/submenu.context.d.ts +3 -0
- package/lib/components/menu/__internal__/submenu/submenu.style.d.ts +2 -0
- package/lib/components/menu/__internal__/submenu/submenu.style.js +8 -40
- package/lib/components/menu/menu-divider/menu-divider.component.d.ts +3 -0
- package/lib/components/menu/menu-divider/menu-divider.style.d.ts +2 -0
- package/lib/components/menu/menu-divider/menu-divider.style.js +1 -1
- package/lib/components/menu/menu-full-screen/menu-full-screen.component.d.ts +17 -0
- package/lib/components/menu/menu-full-screen/menu-full-screen.component.js +14 -2
- package/lib/components/menu/menu-full-screen/menu-full-screen.style.d.ts +2 -0
- package/lib/components/menu/menu-full-screen/menu-full-screen.style.js +2 -10
- package/lib/components/menu/menu-item/menu-item.component.d.ts +24 -0
- package/lib/components/menu/menu-item/menu-item.style.d.ts +2 -0
- package/lib/components/menu/menu-item/menu-item.style.js +26 -92
- package/lib/components/menu/menu-segment-title/menu-segment-title.component.d.ts +3 -0
- package/lib/components/menu/menu-segment-title/menu-segment-title.style.d.ts +2 -0
- package/lib/components/menu/menu-segment-title/menu-segment-title.style.js +2 -10
- package/lib/components/menu/menu.component.d.ts +11 -0
- package/lib/components/menu/menu.component.js +1 -1
- package/lib/components/menu/menu.context.d.ts +5 -0
- package/lib/components/menu/menu.context.js +3 -1
- package/lib/components/menu/menu.d.ts +3 -2
- package/lib/components/menu/menu.style.d.ts +2 -0
- package/lib/components/menu/menu.style.js +1 -2
- package/lib/components/menu/scrollable-block/scrollable-block.component.d.ts +15 -0
- package/lib/components/menu/scrollable-block/scrollable-block.component.js +7 -1
- package/lib/components/menu/scrollable-block/scrollable-block.style.d.ts +2 -0
- package/lib/components/menu/scrollable-block/scrollable-block.style.js +1 -7
- package/lib/components/menu/submenu-block/submenu-block.component.d.ts +12 -0
- package/lib/components/menu/submenu-block/submenu-block.style.d.ts +2 -0
- package/lib/components/menu/submenu-block/submenu-block.style.js +4 -6
- package/lib/components/message/message-content/message-content.component.d.ts +22 -0
- package/lib/components/message/message-content/message-content.style.d.ts +2 -0
- package/lib/components/message/message.component.d.ts +29 -0
- package/lib/components/message/message.style.d.ts +2 -0
- package/lib/components/message/type-icon/type-icon.component.d.ts +18 -0
- package/lib/components/message/type-icon/type-icon.style.d.ts +2 -0
- package/lib/components/modal/__internal__/modal-manager.d.ts +9 -0
- package/lib/components/modal/modal.component.d.ts +35 -0
- package/lib/components/modal/modal.style.d.ts +2 -0
- package/lib/components/mount-in-app/__spec__.d.ts +1 -0
- package/lib/components/multi-action-button/multi-action-button.component.d.ts +37 -0
- package/lib/components/multi-action-button/multi-action-button.config.d.ts +3 -0
- package/lib/components/multi-action-button/multi-action-button.style.d.ts +2 -0
- package/lib/components/multi-step-wizard/__spec__.d.ts +1 -0
- package/lib/components/multi-step-wizard/multi-step-wizard.d.ts +87 -0
- package/lib/components/multi-step-wizard/multi-step-wizard.style.d.ts +2 -0
- package/lib/components/multi-step-wizard/step/__spec__.d.ts +1 -0
- package/lib/components/multi-step-wizard/step/step.d.ts +160 -0
- package/lib/components/multi-step-wizard/step/step.style.d.ts +11 -0
- package/lib/components/navigation-bar/navigation-bar.component.d.ts +13 -0
- package/lib/components/navigation-bar/navigation-bar.component.js +1 -1
- package/lib/components/navigation-bar/navigation-bar.d.ts +1 -1
- package/lib/components/navigation-bar/navigation-bar.style.d.ts +2 -0
- package/lib/components/navigation-bar/navigation-bar.style.js +15 -2
- package/lib/components/note/__internal__/status-with-tooltip/index.d.ts +1 -0
- package/lib/components/note/__internal__/status-with-tooltip/status.component.d.ts +3 -0
- package/lib/components/note/__internal__/status-with-tooltip/status.style.d.ts +2 -0
- package/lib/components/note/note.component.d.ts +30 -0
- package/lib/components/note/note.style.d.ts +6 -0
- package/lib/components/number/number.component.d.ts +10 -0
- package/lib/components/numeral-date/numeral-date.component.d.ts +111 -0
- package/lib/components/numeral-date/numeral-date.style.d.ts +2 -0
- package/lib/components/pager/__internal__/pager-navigation-link.component.d.ts +20 -0
- package/lib/components/pager/__internal__/pager-navigation.component.d.ts +32 -0
- package/lib/components/pager/pager.component.d.ts +49 -0
- package/lib/components/pager/pager.style.d.ts +11 -0
- package/lib/components/pages/page/page.component.d.ts +13 -0
- package/lib/components/pages/page/page.style.d.ts +2 -0
- package/lib/components/pages/pages.component.d.ts +20 -0
- package/lib/components/pages/pages.config.d.ts +2 -0
- package/lib/components/pages/pages.style.d.ts +2 -0
- package/lib/components/pill/pill.component.d.ts +39 -0
- package/lib/components/pill/pill.style.config.d.ts +27 -0
- package/lib/components/pill/pill.style.d.ts +2 -0
- package/lib/components/pod/pod.component.d.ts +3 -0
- package/lib/components/pod/pod.config.d.ts +3 -0
- package/lib/components/pod/pod.style.d.ts +13 -0
- package/lib/components/popover-container/popover-container.component.d.ts +57 -0
- package/lib/components/popover-container/popover-container.style.d.ts +8 -0
- package/lib/components/portal/portal.style.d.ts +3 -0
- package/lib/components/portrait/portrait-gravatar.component.d.ts +24 -0
- package/lib/components/portrait/portrait-initials.component.d.ts +8 -0
- package/lib/components/portrait/portrait.component.d.ts +55 -0
- package/lib/components/portrait/portrait.config.d.ts +44 -0
- package/lib/components/portrait/portrait.style.d.ts +10 -0
- package/lib/components/preview/preview.component.d.ts +16 -0
- package/lib/components/preview/preview.style.d.ts +3 -0
- package/lib/components/profile/profile.component.d.ts +21 -0
- package/lib/components/profile/profile.config.d.ts +95 -0
- package/lib/components/profile/profile.style.d.ts +6 -0
- package/lib/components/progress-tracker/progress-tracker.component.d.ts +27 -0
- package/lib/components/progress-tracker/progress-tracker.config.d.ts +3 -0
- package/lib/components/progress-tracker/progress-tracker.style.d.ts +5 -0
- package/lib/components/radio-button/radio-button-group.component.d.ts +26 -0
- package/lib/components/radio-button/radio-button-group.style.d.ts +2 -0
- package/lib/components/radio-button/radio-button-mapper.component.d.ts +22 -0
- package/lib/components/radio-button/radio-button-svg.component.d.ts +3 -0
- package/lib/components/radio-button/radio-button.component.d.ts +5 -0
- package/lib/components/radio-button/radio-button.style.d.ts +2 -0
- package/lib/components/row/column/column.component.d.ts +30 -0
- package/lib/components/row/column/column.style.d.ts +2 -0
- package/lib/components/row/row.component.d.ts +24 -0
- package/lib/components/row/row.config.d.ts +11 -0
- package/lib/components/row/row.style.d.ts +2 -0
- package/lib/components/scrollable-list/as-scrollable-list-item.wrapper.d.ts +2 -0
- package/lib/components/scrollable-list/index.d.ts +4 -0
- package/lib/components/scrollable-list/scrollable-list-item.component.d.ts +2 -0
- package/lib/components/scrollable-list/scrollable-list.component.d.ts +44 -0
- package/lib/components/scrollable-list/scrollable-list.context.d.ts +3 -0
- package/lib/components/scrollable-list/scrollable-list.style.d.ts +2 -0
- package/lib/components/scrollable-list/test-utils.d.ts +2 -0
- package/lib/components/search/search.component.d.ts +68 -0
- package/lib/components/search/search.style.d.ts +4 -0
- package/lib/components/select/filterable-select/filterable-select.component.d.ts +3 -0
- package/lib/components/select/list-action-button/list-action-button.component.d.ts +3 -0
- package/lib/components/select/list-action-button/list-action-button.style.d.ts +2 -0
- package/lib/components/select/multi-select/multi-select.component.d.ts +3 -0
- package/lib/components/select/multi-select/multi-select.style.d.ts +2 -0
- package/lib/components/select/option/option.component.d.ts +3 -0
- package/lib/components/select/option/option.style.d.ts +2 -0
- package/lib/components/select/option-group-header/option-group-header.component.d.ts +12 -0
- package/lib/components/select/option-group-header/option-group-header.style.d.ts +2 -0
- package/lib/components/select/option-row/option-row.component.d.ts +3 -0
- package/lib/components/select/option-row/option-row.style.d.ts +2 -0
- package/lib/components/select/select-list/select-list-container.style.d.ts +2 -0
- package/lib/components/select/select-list/select-list.component.d.ts +3 -0
- package/lib/components/select/select-list/select-list.style.d.ts +6 -0
- package/lib/components/select/select-list/update-list-scroll.d.ts +1 -0
- package/lib/components/select/select-textbox/select-textbox.component.d.ts +43 -0
- package/lib/components/select/select.style.d.ts +2 -0
- package/lib/components/select/simple-select/simple-select.component.d.ts +3 -0
- package/lib/components/select/utils/get-next-child-by-text.d.ts +4 -0
- package/lib/components/select/utils/get-next-index-by-key.d.ts +1 -0
- package/lib/components/select/utils/highlight-part-of-text.d.ts +1 -0
- package/lib/components/select/utils/is-expected-option.d.ts +1 -0
- package/lib/components/select/utils/is-expected-value.d.ts +1 -0
- package/lib/components/select/utils/matching-text.style.d.ts +2 -0
- package/lib/components/select/utils/with-filter.hoc.d.ts +4 -0
- package/lib/components/settings-row/settings-row.component.d.ts +19 -0
- package/lib/components/settings-row/settings-row.style.d.ts +3 -0
- package/lib/components/show-edit-pod/delete-button.style.d.ts +3 -0
- package/lib/components/show-edit-pod/show-edit-pod.component.d.ts +52 -0
- package/lib/components/show-edit-pod/show-edit-pod.config.d.ts +2 -0
- package/lib/components/show-edit-pod/show-edit-pod.style.d.ts +3 -0
- package/lib/components/sidebar/__internal__/sidebar-header/__definition__.d.ts +2 -0
- package/lib/components/sidebar/__internal__/sidebar-header/__definition__.js +25 -0
- package/lib/components/sidebar/__internal__/sidebar-header/index.d.ts +1 -0
- package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.component.d.ts +13 -0
- package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.style.d.ts +2 -0
- package/lib/components/sidebar/sidebar.component.d.ts +4 -0
- package/lib/components/sidebar/sidebar.config.d.ts +11 -0
- package/lib/components/sidebar/sidebar.style.d.ts +2 -0
- package/lib/components/simple-color-picker/color-sample-box/color-sample-box.component.d.ts +13 -0
- package/lib/components/simple-color-picker/color-sample-box/color-sample-box.style.d.ts +2 -0
- package/lib/components/simple-color-picker/color-sample-box/index.d.ts +1 -0
- package/lib/components/simple-color-picker/simple-color/index.d.ts +1 -0
- package/lib/components/simple-color-picker/simple-color/simple-color.component.d.ts +3 -0
- package/lib/components/simple-color-picker/simple-color/simple-color.style.d.ts +2 -0
- package/lib/components/simple-color-picker/simple-color-input/simple-color-input.style.d.ts +2 -0
- package/lib/components/simple-color-picker/simple-color-picker.component.d.ts +22 -0
- package/lib/components/simple-color-picker/simple-color-picker.style.d.ts +2 -0
- package/lib/components/simple-color-picker/tick-icon/tick-icon.style.d.ts +3 -0
- package/lib/components/split-button/split-button-children.style.d.ts +2 -0
- package/lib/components/split-button/split-button-toggle.style.d.ts +8 -0
- package/lib/components/split-button/split-button.component.d.ts +41 -0
- package/lib/components/split-button/split-button.config.d.ts +4 -0
- package/lib/components/split-button/split-button.style.d.ts +2 -0
- package/lib/components/step-sequence/step-sequence-item/index.d.ts +1 -0
- package/lib/components/step-sequence/step-sequence-item/step-sequence-item-content.style.d.ts +2 -0
- package/lib/components/step-sequence/step-sequence-item/step-sequence-item-hidden-label.style.d.ts +2 -0
- package/lib/components/step-sequence/step-sequence-item/step-sequence-item-indicator.style.d.ts +2 -0
- package/lib/components/step-sequence/step-sequence-item/step-sequence-item.component.d.ts +17 -0
- package/lib/components/step-sequence/step-sequence-item/step-sequence-item.style.d.ts +2 -0
- package/lib/components/step-sequence/step-sequence.component.d.ts +13 -0
- package/lib/components/step-sequence/step-sequence.config.d.ts +2 -0
- package/lib/components/step-sequence/step-sequence.style.d.ts +2 -0
- package/lib/components/switch/__internal__/switch-slider-panel.style.d.ts +2 -0
- package/lib/components/switch/__internal__/switch-slider.component.d.ts +24 -0
- package/lib/components/switch/__internal__/switch-slider.style.d.ts +2 -0
- package/lib/components/switch/switch.component.d.ts +123 -0
- package/lib/components/switch/switch.style.d.ts +2 -0
- package/lib/components/tabs/__internal__/tab-title/tab-title.component.d.ts +3 -0
- package/lib/components/tabs/__internal__/tab-title/tab-title.style.d.ts +4 -0
- package/lib/components/tabs/__internal__/tab-title/tab-title.style.js +3 -5
- package/lib/components/tabs/__internal__/tabs-header/tabs-header.component.d.ts +24 -0
- package/lib/components/tabs/__internal__/tabs-header/tabs-header.style.d.ts +6 -0
- package/lib/components/tabs/tab/tab.component.d.ts +40 -0
- package/lib/components/tabs/tab/tab.style.d.ts +2 -0
- package/lib/components/tabs/tabs.component.d.ts +42 -0
- package/lib/components/tabs/tabs.component.js +1 -10
- package/lib/components/tabs/tabs.style.d.ts +2 -0
- package/lib/components/text-editor/__internal__/decorators/index.d.ts +2 -0
- package/lib/components/text-editor/__internal__/decorators/link-decorator.d.ts +7 -0
- package/lib/components/text-editor/__internal__/editor-counter/editor-counter.component.d.ts +18 -0
- package/lib/components/text-editor/__internal__/editor-counter/editor-counter.style.d.ts +2 -0
- package/lib/components/text-editor/__internal__/editor-link/editor-link.component.d.ts +15 -0
- package/lib/components/text-editor/__internal__/editor-link/editor-link.style.d.ts +3 -0
- package/lib/components/text-editor/__internal__/label-wrapper/label-wrapper.component.d.ts +17 -0
- package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.d.ts +3 -0
- package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.style.d.ts +4 -0
- package/lib/components/text-editor/__internal__/toolbar/toolbar.component.d.ts +18 -0
- package/lib/components/text-editor/__internal__/toolbar/toolbar.style.d.ts +3 -0
- package/lib/components/text-editor/__internal__/utils/index.d.ts +1 -0
- package/lib/components/text-editor/__internal__/utils/utils.d.ts +27 -0
- package/lib/components/text-editor/text-editor.component.d.ts +6 -0
- package/lib/components/text-editor/text-editor.style.d.ts +3 -0
- package/lib/components/textarea/textarea.component.d.ts +129 -0
- package/lib/components/textarea/textarea.style.d.ts +2 -0
- package/lib/components/textbox/__internal__/prefix.style.d.ts +2 -0
- package/lib/components/textbox/textbox.component.d.ts +193 -0
- package/lib/components/tile/tile-footer/tile-footer.component.d.ts +13 -0
- package/lib/components/tile/tile-footer/tile-footer.style.d.ts +2 -0
- package/lib/components/tile/tile-footer/tile-footer.style.js +3 -4
- package/lib/components/tile/tile.component.d.ts +12 -0
- package/lib/components/tile/tile.config.d.ts +2 -0
- package/lib/components/tile/tile.style.d.ts +2 -0
- package/lib/components/tile/tile.style.js +6 -6
- package/lib/components/tile-select/__internal__/accordion/accordion.component.d.ts +16 -0
- package/lib/components/tile-select/__internal__/accordion/accordion.style.d.ts +2 -0
- package/lib/components/tile-select/__internal__/accordion/index.d.ts +1 -0
- package/lib/components/tile-select/tile-select-group.component.d.ts +19 -0
- package/lib/components/tile-select/tile-select.component.d.ts +60 -0
- package/lib/components/tile-select/tile-select.style.d.ts +15 -0
- package/lib/components/toast/toast.component.d.ts +44 -0
- package/lib/components/toast/toast.config.d.ts +1 -0
- package/lib/components/toast/toast.style.d.ts +7 -0
- package/lib/components/tooltip/tooltip-pointer.style.d.ts +2 -0
- package/lib/components/tooltip/tooltip.component.d.ts +3 -0
- package/lib/components/tooltip/tooltip.config.d.ts +1 -0
- package/lib/components/tooltip/tooltip.style.d.ts +2 -0
- package/lib/components/typography/list.component.d.ts +25 -0
- package/lib/components/typography/typography.component.d.ts +15 -0
- package/lib/components/vertical-divider/vertical-divider.component.d.ts +10 -0
- package/lib/components/vertical-divider/vertical-divider.style.d.ts +2 -0
- package/lib/hooks/__internal__/useCharacterCount/index.d.ts +2 -0
- package/lib/hooks/__internal__/useInputAccessibility/useInputAccessibility.d.ts +15 -0
- package/lib/hooks/__internal__/useLocale/index.d.ts +1 -0
- package/lib/style/__spec__.d.ts +1 -0
- package/lib/style/color-config/index.js +2 -1
- package/lib/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.d.ts +6 -0
- package/lib/style/design-tokens/carbon-scoped-tokens-provider/index.d.ts +1 -0
- package/lib/style/design-tokens/debug-theme.util.d.ts +2 -0
- package/lib/style/design-tokens/generate-css-variables.util.d.ts +2 -0
- package/lib/style/themes/aegean/aegean-theme.config.d.ts +23 -0
- package/lib/style/themes/base/base-theme.config.d.ts +657 -0
- package/lib/style/themes/base/base-theme.config.js +37 -1
- package/lib/style/themes/base/index.d.ts +2 -2
- package/lib/style/themes/medium/index.d.ts +2 -0
- package/lib/style/themes/mint/mint-theme.config.d.ts +22 -0
- package/lib/style/themes/none/none-theme.config.d.ts +4 -0
- package/lib/style/themes/sage/index.d.ts +572 -0
- package/lib/style/themes/small/index.d.ts +2 -0
- package/lib/style/themes/test-utils.d.ts +1 -0
- package/lib/style/utils/add-hex-symbols.d.ts +2 -0
- package/lib/style/utils/at-opacity.d.ts +2 -0
- package/lib/style/utils/color.d.ts +8 -0
- package/lib/style/utils/filter-out-styled-system-spacing-props.d.ts +4 -0
- package/lib/style/utils/filter-styled-system-margin-props.d.ts +1 -0
- package/lib/style/utils/filter-styled-system-padding-props.d.ts +1 -0
- package/lib/style/utils/get-rgb-values.d.ts +3 -0
- package/lib/style/utils/index.d.ts +4 -0
- package/lib/style/utils/merge-deep.d.ts +12 -0
- package/lib/style/utils/mix.d.ts +2 -0
- package/lib/style/utils/shade.d.ts +2 -0
- package/lib/style/utils/tint.d.ts +2 -0
- package/lib/style/utils/width.d.ts +4 -0
- package/package.json +19 -8
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
export { Textbox as OriginalTextbox };
|
|
2
|
+
declare var _default: JSX.Element;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare function Textbox({ align, autoFocus, children, disabled, inputIcon, leftChildren, labelId: externalLabelId, label, labelAlign, labelHelp, labelInline, labelSpacing, id, formattedValue, fieldHelp, error, warning, info, name, reverse, size, value, readOnly, placeholder, inputRef, onBlur, onClick, onFocus, onChange, onMouseDown, onChangeDeferred, deferTimeout, isOptional, iconOnClick, iconOnMouseDown, iconTabIndex, validationOnLabel, labelWidth, inputWidth, prefix, adaptiveLabelBreakpoint, required, positionedChildren, tooltipPosition, "data-component": dataComponent, "data-element": dataElement, "data-role": dataRole, enforceCharacterLimit, characterLimit, warnOverLimit, helpAriaLabel, ...props }: {
|
|
5
|
+
[x: string]: any;
|
|
6
|
+
align: any;
|
|
7
|
+
autoFocus: any;
|
|
8
|
+
children: any;
|
|
9
|
+
disabled: any;
|
|
10
|
+
inputIcon: any;
|
|
11
|
+
leftChildren: any;
|
|
12
|
+
labelId: any;
|
|
13
|
+
label: any;
|
|
14
|
+
labelAlign: any;
|
|
15
|
+
labelHelp: any;
|
|
16
|
+
labelInline: any;
|
|
17
|
+
labelSpacing: any;
|
|
18
|
+
id: any;
|
|
19
|
+
formattedValue: any;
|
|
20
|
+
fieldHelp: any;
|
|
21
|
+
error: any;
|
|
22
|
+
warning: any;
|
|
23
|
+
info: any;
|
|
24
|
+
name: any;
|
|
25
|
+
reverse: any;
|
|
26
|
+
size: any;
|
|
27
|
+
value: any;
|
|
28
|
+
readOnly: any;
|
|
29
|
+
placeholder: any;
|
|
30
|
+
inputRef: any;
|
|
31
|
+
onBlur: any;
|
|
32
|
+
onClick: any;
|
|
33
|
+
onFocus: any;
|
|
34
|
+
onChange: any;
|
|
35
|
+
onMouseDown: any;
|
|
36
|
+
onChangeDeferred: any;
|
|
37
|
+
deferTimeout: any;
|
|
38
|
+
isOptional: any;
|
|
39
|
+
iconOnClick: any;
|
|
40
|
+
iconOnMouseDown: any;
|
|
41
|
+
iconTabIndex: any;
|
|
42
|
+
validationOnLabel: any;
|
|
43
|
+
labelWidth: any;
|
|
44
|
+
inputWidth: any;
|
|
45
|
+
prefix: any;
|
|
46
|
+
adaptiveLabelBreakpoint: any;
|
|
47
|
+
required: any;
|
|
48
|
+
positionedChildren: any;
|
|
49
|
+
tooltipPosition: any;
|
|
50
|
+
"data-component": any;
|
|
51
|
+
"data-element": any;
|
|
52
|
+
"data-role": any;
|
|
53
|
+
enforceCharacterLimit?: boolean | undefined;
|
|
54
|
+
characterLimit: any;
|
|
55
|
+
warnOverLimit?: boolean | undefined;
|
|
56
|
+
helpAriaLabel: any;
|
|
57
|
+
}): JSX.Element;
|
|
58
|
+
declare namespace Textbox {
|
|
59
|
+
const propTypes: {
|
|
60
|
+
/** Automatically focus the input on component mount */
|
|
61
|
+
autoFocus: PropTypes.Requireable<boolean>;
|
|
62
|
+
align: PropTypes.Requireable<string>;
|
|
63
|
+
/** Identifier used for testing purposes, applied to the root element of the component. */
|
|
64
|
+
"data-component": PropTypes.Requireable<string>;
|
|
65
|
+
/** Identifier used for testing purposes, applied to the root element of the component. */
|
|
66
|
+
"data-element": PropTypes.Requireable<string>;
|
|
67
|
+
/** Identifier used for testing purposes, applied to the root element of the component. */
|
|
68
|
+
"data-role": PropTypes.Requireable<string>;
|
|
69
|
+
/**
|
|
70
|
+
* An optional alternative for props.value, this is useful if the
|
|
71
|
+
* real value is an ID but you want to show a human-readable version.
|
|
72
|
+
*/
|
|
73
|
+
formattedValue: PropTypes.Requireable<string>;
|
|
74
|
+
/** The value of the Textbox */
|
|
75
|
+
value: PropTypes.Requireable<string | object>;
|
|
76
|
+
/** The unformatted value */
|
|
77
|
+
rawValue: PropTypes.Requireable<string>;
|
|
78
|
+
/** If true, the component will be disabled */
|
|
79
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
80
|
+
/** If true, the component will be read-only */
|
|
81
|
+
readOnly: PropTypes.Requireable<boolean>;
|
|
82
|
+
/** Event handler for the change event */
|
|
83
|
+
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
84
|
+
/** Event handler for the focus event */
|
|
85
|
+
onFocus: PropTypes.Requireable<(...args: any[]) => any>;
|
|
86
|
+
/** Event handler for the blur event */
|
|
87
|
+
onBlur: PropTypes.Requireable<(...args: any[]) => any>;
|
|
88
|
+
/** Event handler for the mouse down event */
|
|
89
|
+
onMouseDown: PropTypes.Requireable<(...args: any[]) => any>;
|
|
90
|
+
/** Deferred callback called after the onChange event */
|
|
91
|
+
onChangeDeferred: PropTypes.Requireable<(...args: any[]) => any>;
|
|
92
|
+
/** Integer to determine timeout for deferred callback */
|
|
93
|
+
deferTimeout: PropTypes.Requireable<number>;
|
|
94
|
+
/** Unique identifier for the input. Will use a randomly generated GUID if none is provided */
|
|
95
|
+
id: PropTypes.Requireable<string>;
|
|
96
|
+
/** Label */
|
|
97
|
+
label: PropTypes.Requireable<string>;
|
|
98
|
+
/** Inline label alignment */
|
|
99
|
+
labelAlign: PropTypes.Requireable<string>;
|
|
100
|
+
/** Text applied to label help tooltip */
|
|
101
|
+
labelHelp: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
102
|
+
/** When true, label is placed in line an input */
|
|
103
|
+
labelInline: PropTypes.Requireable<boolean>;
|
|
104
|
+
/** Spacing between label and a field for inline label, given number will be multiplied by base spacing unit (8) */
|
|
105
|
+
labelSpacing: PropTypes.Requireable<number>;
|
|
106
|
+
/** Width of a label in percentage. Works only when labelInline is true */
|
|
107
|
+
labelWidth: PropTypes.Requireable<number>;
|
|
108
|
+
/** Width of an input in percentage. Works only when labelInline is true */
|
|
109
|
+
inputWidth: PropTypes.Requireable<number>;
|
|
110
|
+
/** Input name */
|
|
111
|
+
name: PropTypes.Requireable<string>;
|
|
112
|
+
/** Help content to be displayed under an input */
|
|
113
|
+
fieldHelp: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
114
|
+
/** Type of the icon that will be rendered next to the input */
|
|
115
|
+
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
116
|
+
/**
|
|
117
|
+
* <a href="https://brand.sage.com/d/NdbrveWvNheA/foundations#/icons/icons" target="_blank">List of supported icons</a>
|
|
118
|
+
*
|
|
119
|
+
* Icon to display inside of the Textbox
|
|
120
|
+
* */
|
|
121
|
+
inputIcon: PropTypes.Requireable<string>;
|
|
122
|
+
/** Additional child elements to display before the input */
|
|
123
|
+
leftChildren: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
124
|
+
/** [Legacy] Flag to configure component as optional in Form */
|
|
125
|
+
isOptional: PropTypes.Requireable<boolean>;
|
|
126
|
+
/** Indicate that error has occurred
|
|
127
|
+
Pass string to display icon, tooltip and red border
|
|
128
|
+
Pass true boolean to only display red border */
|
|
129
|
+
error: PropTypes.Requireable<string | boolean>;
|
|
130
|
+
/** Indicate that warning has occurred
|
|
131
|
+
Pass string to display icon, tooltip and orange border
|
|
132
|
+
Pass true boolean to only display orange border */
|
|
133
|
+
warning: PropTypes.Requireable<string | boolean>;
|
|
134
|
+
/** Indicate additional information
|
|
135
|
+
Pass string to display icon, tooltip and blue border
|
|
136
|
+
Pass true boolean to only display blue border */
|
|
137
|
+
info: PropTypes.Requireable<string | boolean>;
|
|
138
|
+
/** When true, validation icon will be placed on label instead of being placed on the input */
|
|
139
|
+
validationOnLabel: PropTypes.Requireable<boolean>;
|
|
140
|
+
/** Size of an input */
|
|
141
|
+
size: PropTypes.Requireable<string>;
|
|
142
|
+
/** Placeholder string to be displayed in input */
|
|
143
|
+
placeholder: PropTypes.Requireable<string>;
|
|
144
|
+
/**
|
|
145
|
+
* Container for DatePicker or SelectList components
|
|
146
|
+
* @private
|
|
147
|
+
* @ignore
|
|
148
|
+
*
|
|
149
|
+
*/
|
|
150
|
+
positionedChildren: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
151
|
+
/**
|
|
152
|
+
* Label id passed from Select component
|
|
153
|
+
* @private
|
|
154
|
+
* @ignore
|
|
155
|
+
*
|
|
156
|
+
*/
|
|
157
|
+
labelId: PropTypes.Requireable<string>;
|
|
158
|
+
/** Optional handler for click event on Textbox icon */
|
|
159
|
+
iconOnClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
160
|
+
/** Optional handler for mousedown event on Textbox icon */
|
|
161
|
+
iconOnMouseDown: PropTypes.Requireable<(...args: any[]) => any>;
|
|
162
|
+
/** Overrides the default tabindex of the component */
|
|
163
|
+
iconTabIndex: PropTypes.Requireable<string | number>;
|
|
164
|
+
/** Handler for onClick events */
|
|
165
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
166
|
+
/** Emphasized part of the displayed text */
|
|
167
|
+
prefix: PropTypes.Requireable<string>;
|
|
168
|
+
/** Reverses label and input display */
|
|
169
|
+
reverse: PropTypes.Requireable<boolean>;
|
|
170
|
+
/** Breakpoint for adaptive label (inline labels change to top aligned). Enables the adaptive behaviour when set */
|
|
171
|
+
adaptiveLabelBreakpoint: PropTypes.Requireable<number>;
|
|
172
|
+
/** Flag to configure component as required */
|
|
173
|
+
required: PropTypes.Requireable<boolean>;
|
|
174
|
+
/** A callback to retrieve the input reference */
|
|
175
|
+
inputRef: PropTypes.Requireable<(...args: any[]) => any>;
|
|
176
|
+
/** Overrides the default tooltip position */
|
|
177
|
+
tooltipPosition: PropTypes.Requireable<string>;
|
|
178
|
+
/** Stop the user typing over the characterLimit */
|
|
179
|
+
enforceCharacterLimit: PropTypes.Requireable<boolean>;
|
|
180
|
+
/** Character limit of the textarea */
|
|
181
|
+
characterLimit: PropTypes.Requireable<string>;
|
|
182
|
+
/** Whether to display the character count message in red */
|
|
183
|
+
warnOverLimit: PropTypes.Requireable<boolean>;
|
|
184
|
+
/** Aria label for rendered help component */
|
|
185
|
+
helpAriaLabel: PropTypes.Requireable<string>;
|
|
186
|
+
};
|
|
187
|
+
namespace defaultProps {
|
|
188
|
+
const labelWidth: number;
|
|
189
|
+
const size: string;
|
|
190
|
+
const validationOnLabel: boolean;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default TileFooter;
|
|
2
|
+
declare function TileFooter({ variant, children, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
variant: any;
|
|
5
|
+
children: any;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
declare namespace TileFooter {
|
|
8
|
+
namespace propTypes {
|
|
9
|
+
const variant: PropTypes.Requireable<string>;
|
|
10
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
import PropTypes from "prop-types";
|
|
@@ -19,11 +19,10 @@ const StyledTileFooter = _styledComponents.default.div`
|
|
|
19
19
|
${_styledSystem.padding}
|
|
20
20
|
|
|
21
21
|
${({
|
|
22
|
-
variant
|
|
23
|
-
theme
|
|
22
|
+
variant
|
|
24
23
|
}) => (0, _styledComponents.css)`
|
|
25
|
-
background: ${variant === "transparent" ? "transparent" :
|
|
26
|
-
border-top: 1px solid
|
|
24
|
+
background: ${variant === "transparent" ? "transparent" : "var(--colorsUtilityMajor025)"};
|
|
25
|
+
border-top: 1px solid var(--colorsUtilityMajor100);
|
|
27
26
|
`}
|
|
28
27
|
`;
|
|
29
28
|
StyledTileFooter.defaultProps = {
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default Tile;
|
|
2
|
+
declare function Tile({ as, p, children, orientation, width, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
as?: string | undefined;
|
|
5
|
+
p?: number | undefined;
|
|
6
|
+
children: any;
|
|
7
|
+
orientation?: string | undefined;
|
|
8
|
+
width: any;
|
|
9
|
+
}): JSX.Element;
|
|
10
|
+
declare namespace Tile {
|
|
11
|
+
const propTypes: any;
|
|
12
|
+
}
|
|
@@ -25,10 +25,10 @@ const TileContent = _styledComponents.default.div`
|
|
|
25
25
|
${({
|
|
26
26
|
isHorizontal,
|
|
27
27
|
isVertical,
|
|
28
|
-
theme,
|
|
29
28
|
width
|
|
30
29
|
}) => (0, _styledComponents.css)`
|
|
31
30
|
${_styledSystem.space}
|
|
31
|
+
|
|
32
32
|
box-sizing: border-box;
|
|
33
33
|
position: relative;
|
|
34
34
|
flex-grow: 1;
|
|
@@ -46,7 +46,7 @@ const TileContent = _styledComponents.default.div`
|
|
|
46
46
|
|
|
47
47
|
& + & {
|
|
48
48
|
margin-top: 0;
|
|
49
|
-
border-left: solid 1px
|
|
49
|
+
border-left: solid 1px var(--colorsUtilityMajor050);
|
|
50
50
|
}
|
|
51
51
|
`}
|
|
52
52
|
|
|
@@ -63,7 +63,7 @@ const TileContent = _styledComponents.default.div`
|
|
|
63
63
|
|
|
64
64
|
& + & {
|
|
65
65
|
margin-top: 0;
|
|
66
|
-
border-top: solid 1px
|
|
66
|
+
border-top: solid 1px var(--colorsUtilityMajor050);
|
|
67
67
|
}
|
|
68
68
|
`}
|
|
69
69
|
|
|
@@ -78,13 +78,13 @@ const StyledTile = _styledComponents.default.div`
|
|
|
78
78
|
${({
|
|
79
79
|
isHorizontal,
|
|
80
80
|
tileTheme,
|
|
81
|
-
theme,
|
|
82
81
|
width
|
|
83
82
|
}) => (0, _styledComponents.css)`
|
|
84
83
|
${_styledSystem.space}
|
|
84
|
+
|
|
85
85
|
box-sizing: border-box;
|
|
86
|
-
background-color: ${tileTheme === "tile" ?
|
|
87
|
-
border: 1px solid
|
|
86
|
+
background-color: ${tileTheme === "tile" ? "var(--colorsUtilityYang100)" : "transparent"};
|
|
87
|
+
border: 1px solid var(--colorsUtilityMajor100);
|
|
88
88
|
display: flex;
|
|
89
89
|
flex-direction: ${isHorizontal ? "row" : "column"};
|
|
90
90
|
position: relative;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export default Accordion;
|
|
2
|
+
declare function Accordion({ children, expanded, contentId, controlId }: {
|
|
3
|
+
children: any;
|
|
4
|
+
expanded: any;
|
|
5
|
+
contentId: any;
|
|
6
|
+
controlId: any;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
declare namespace Accordion {
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
const children: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
|
|
11
|
+
const expanded: PropTypes.Requireable<boolean>;
|
|
12
|
+
const contentId: PropTypes.Requireable<string>;
|
|
13
|
+
const controlId: PropTypes.Requireable<string>;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./accordion.component";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default TileSelectGroup;
|
|
2
|
+
declare function TileSelectGroup(props: any): JSX.Element;
|
|
3
|
+
declare namespace TileSelectGroup {
|
|
4
|
+
namespace propTypes {
|
|
5
|
+
function children(props: any, propName: any, componentName: any): undefined;
|
|
6
|
+
const legend: PropTypes.Requireable<string>;
|
|
7
|
+
const description: PropTypes.Requireable<string>;
|
|
8
|
+
const value: PropTypes.Requireable<string>;
|
|
9
|
+
const name: PropTypes.Requireable<string>;
|
|
10
|
+
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
11
|
+
const onBlur: PropTypes.Requireable<(...args: any[]) => any>;
|
|
12
|
+
const multiSelect: PropTypes.Requireable<boolean>;
|
|
13
|
+
}
|
|
14
|
+
namespace defaultProps {
|
|
15
|
+
const multiSelect_1: boolean;
|
|
16
|
+
export { multiSelect_1 as multiSelect };
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export default TileSelect;
|
|
2
|
+
declare function TileSelect({ onChange, onBlur, onFocus, value, name, checked, className, disabled, title, subtitle, description, titleAdornment, type, id, customActionButton, actionButtonAdornment, footer, prefixAdornment, additionalInformation, accordionContent, accordionControl, accordionExpanded, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
onChange: any;
|
|
5
|
+
onBlur: any;
|
|
6
|
+
onFocus: any;
|
|
7
|
+
value: any;
|
|
8
|
+
name: any;
|
|
9
|
+
checked: any;
|
|
10
|
+
className: any;
|
|
11
|
+
disabled: any;
|
|
12
|
+
title: any;
|
|
13
|
+
subtitle: any;
|
|
14
|
+
description: any;
|
|
15
|
+
titleAdornment: any;
|
|
16
|
+
type: any;
|
|
17
|
+
id: any;
|
|
18
|
+
customActionButton: any;
|
|
19
|
+
actionButtonAdornment: any;
|
|
20
|
+
footer: any;
|
|
21
|
+
prefixAdornment: any;
|
|
22
|
+
additionalInformation: any;
|
|
23
|
+
accordionContent: any;
|
|
24
|
+
accordionControl: any;
|
|
25
|
+
accordionExpanded: any;
|
|
26
|
+
}): JSX.Element;
|
|
27
|
+
declare namespace TileSelect {
|
|
28
|
+
namespace defaultProps {
|
|
29
|
+
const checked: boolean;
|
|
30
|
+
const type: string;
|
|
31
|
+
}
|
|
32
|
+
namespace propTypes {
|
|
33
|
+
export const title: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
34
|
+
export const titleAdornment: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
35
|
+
export const subtitle: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
36
|
+
export const description: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
37
|
+
export const disabled: PropTypes.Requireable<boolean>;
|
|
38
|
+
export const value: PropTypes.Requireable<string>;
|
|
39
|
+
export const id: PropTypes.Requireable<string>;
|
|
40
|
+
export const name: PropTypes.Requireable<string>;
|
|
41
|
+
export const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
42
|
+
export const onBlur: PropTypes.Requireable<(...args: any[]) => any>;
|
|
43
|
+
export const onFocus: PropTypes.Requireable<(...args: any[]) => any>;
|
|
44
|
+
const checked_1: PropTypes.Requireable<boolean>;
|
|
45
|
+
export { checked_1 as checked };
|
|
46
|
+
export const className: PropTypes.Requireable<string>;
|
|
47
|
+
const type_1: PropTypes.Requireable<string>;
|
|
48
|
+
export { type_1 as type };
|
|
49
|
+
export const customActionButton: PropTypes.Requireable<(...args: any[]) => any>;
|
|
50
|
+
export const actionButtonAdornment: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
51
|
+
export const footer: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
52
|
+
export const prefixAdornment: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
53
|
+
export const additionalInformation: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
54
|
+
export const accordionContent: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
55
|
+
export const accordionControl: PropTypes.Requireable<(...args: any[]) => any>;
|
|
56
|
+
export const accordionExpanded: PropTypes.Requireable<boolean>;
|
|
57
|
+
}
|
|
58
|
+
const displayName: string;
|
|
59
|
+
}
|
|
60
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export const StyledTileSelectFieldset: import("styled-components").StyledComponent<typeof Fieldset, any, {}, never>;
|
|
2
|
+
export const StyledGroupDescription: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
3
|
+
export const StyledTileSelectContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export const StyledTileSelect: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export const StyledTileSelectInput: import("styled-components").StyledComponent<any, any, object, string | number | symbol>;
|
|
6
|
+
export const StyledTitleContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
|
+
export const StyledTitle: import("styled-components").StyledComponent<"h3", any, {}, never>;
|
|
8
|
+
export const StyledSubtitle: import("styled-components").StyledComponent<"h4", any, {}, never>;
|
|
9
|
+
export const StyledAdornment: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
10
|
+
export const StyledDescription: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
11
|
+
export const StyledDeselectWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
12
|
+
export const StyledFooterWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
13
|
+
export const StyledFocusWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
14
|
+
export const StyledAccordionFooterWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
15
|
+
import Fieldset from "../fieldset";
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export default Toast;
|
|
2
|
+
declare function Toast({ as, children, className, id, isCenter, maxWidth, onDismiss, open, targetPortalId, timeout, variant, ...restProps }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
as?: string | undefined;
|
|
5
|
+
children: any;
|
|
6
|
+
className: any;
|
|
7
|
+
id: any;
|
|
8
|
+
isCenter?: boolean | undefined;
|
|
9
|
+
maxWidth: any;
|
|
10
|
+
onDismiss: any;
|
|
11
|
+
open?: boolean | undefined;
|
|
12
|
+
targetPortalId: any;
|
|
13
|
+
timeout: any;
|
|
14
|
+
variant: any;
|
|
15
|
+
}): JSX.Element;
|
|
16
|
+
declare namespace Toast {
|
|
17
|
+
const propTypes: {
|
|
18
|
+
/** Customizes the appearance in the DLS theme */
|
|
19
|
+
variant: PropTypes.Requireable<string>;
|
|
20
|
+
/** Customizes the appearance in a legacy theme through colour (see the 'iconColorSets' for possible values) */
|
|
21
|
+
as: PropTypes.Requireable<string>;
|
|
22
|
+
/** Custom className */
|
|
23
|
+
className: PropTypes.Requireable<string>;
|
|
24
|
+
/** Custom id */
|
|
25
|
+
id: PropTypes.Requireable<string>;
|
|
26
|
+
/** Component name */
|
|
27
|
+
"data-component": PropTypes.Requireable<string>;
|
|
28
|
+
/** The rendered children of the component. */
|
|
29
|
+
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
30
|
+
/** Determines if the Toast is open. */
|
|
31
|
+
open: PropTypes.Requireable<boolean>;
|
|
32
|
+
/** Callback for when dismissed. */
|
|
33
|
+
onDismiss: PropTypes.Requireable<(...args: any[]) => any>;
|
|
34
|
+
/** Time for Toast to remain on screen */
|
|
35
|
+
timeout: PropTypes.Requireable<string | number>;
|
|
36
|
+
/** Centers the Toast on the screen */
|
|
37
|
+
isCenter: PropTypes.Requireable<boolean>;
|
|
38
|
+
/** Target Portal ID where the Toast will render */
|
|
39
|
+
targetPortalId: PropTypes.Requireable<string>;
|
|
40
|
+
/** Maximum toast width */
|
|
41
|
+
maxWidth: PropTypes.Requireable<string>;
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const TOAST_COLORS: string[];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export const ToastStyle: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
import TypeIcon from "../message/type-icon/type-icon.style";
|
|
3
|
+
export const ToastContentStyle: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export const ToastWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export const StyledPortal: import("styled-components").StyledComponent<typeof Portal, any, {}, never>;
|
|
6
|
+
import Portal from "../portal/portal";
|
|
7
|
+
export { TypeIcon };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const TOOLTIP_POSITIONS: string[];
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export function List({ children, as, ...props }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
children: any;
|
|
4
|
+
as?: string | undefined;
|
|
5
|
+
}): JSX.Element;
|
|
6
|
+
export namespace List {
|
|
7
|
+
const propTypes: {
|
|
8
|
+
as: propTypes.Requireable<string>;
|
|
9
|
+
theme?: React.Validator<any> | undefined;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export function ListItem({ children, ...props }: {
|
|
13
|
+
[x: string]: any;
|
|
14
|
+
children: any;
|
|
15
|
+
}): JSX.Element;
|
|
16
|
+
export namespace ListItem {
|
|
17
|
+
const propTypes_2: {
|
|
18
|
+
[x: string]: React.Validator<any> | undefined;
|
|
19
|
+
[x: number]: React.Validator<any> | undefined;
|
|
20
|
+
theme?: React.Validator<any> | undefined;
|
|
21
|
+
};
|
|
22
|
+
export { propTypes_2 as propTypes };
|
|
23
|
+
}
|
|
24
|
+
import propTypes_1 from "prop-types";
|
|
25
|
+
import React from "react";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default Typography;
|
|
2
|
+
declare const Typography: import("styled-components").StyledComponent<"span", any, {
|
|
3
|
+
as: any;
|
|
4
|
+
size: any;
|
|
5
|
+
weight: any;
|
|
6
|
+
textTransform: any;
|
|
7
|
+
textDecoration: any;
|
|
8
|
+
lineHeight: any;
|
|
9
|
+
defaultMargin: string;
|
|
10
|
+
} & {
|
|
11
|
+
[x: string]: any;
|
|
12
|
+
color: any;
|
|
13
|
+
bg: any;
|
|
14
|
+
backgroundColor: any;
|
|
15
|
+
}, "as" | "textDecoration" | "size" | "lineHeight" | "textTransform" | "weight" | "defaultMargin">;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default VerticalDivider;
|
|
2
|
+
declare function VerticalDivider({ h, displayInline, tint, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
h: any;
|
|
5
|
+
displayInline?: boolean | undefined;
|
|
6
|
+
tint?: number | undefined;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
declare namespace VerticalDivider {
|
|
9
|
+
const propTypes: any;
|
|
10
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default function useInputAccessibility({ id, error, warning, info, label, labelHelp, fieldHelp, }: {
|
|
2
|
+
id: any;
|
|
3
|
+
error: any;
|
|
4
|
+
warning: any;
|
|
5
|
+
info: any;
|
|
6
|
+
label: any;
|
|
7
|
+
labelHelp: any;
|
|
8
|
+
fieldHelp: any;
|
|
9
|
+
}): {
|
|
10
|
+
labelId: string | undefined;
|
|
11
|
+
tooltipId: string | undefined;
|
|
12
|
+
fieldHelpId: string | undefined;
|
|
13
|
+
ariaDescribedBy: string;
|
|
14
|
+
ariaLabelledBy: string | undefined;
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function useLocale(): import("../../../locales/locale").default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export function tokensClassName(theme: any): string;
|
|
2
|
+
export const GlobalTokens: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
|
|
3
|
+
export default CarbonScopedTokensProvider;
|
|
4
|
+
declare function CarbonScopedTokensProvider({ children }: {
|
|
5
|
+
children: any;
|
|
6
|
+
}): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./carbon-scoped-tokens-provider.component";
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare function _default(palette: any): {
|
|
2
|
+
name: string;
|
|
3
|
+
colors: {
|
|
4
|
+
base: any;
|
|
5
|
+
primary: any;
|
|
6
|
+
secondary: any;
|
|
7
|
+
tertiary: any;
|
|
8
|
+
whiteMix: any;
|
|
9
|
+
withOpacity: string;
|
|
10
|
+
hoveredTabKeyline: any;
|
|
11
|
+
disabled: any;
|
|
12
|
+
loadingBarBackground: any;
|
|
13
|
+
};
|
|
14
|
+
stepSequence: {
|
|
15
|
+
completedText: any;
|
|
16
|
+
};
|
|
17
|
+
readonly compatibility: {
|
|
18
|
+
colorsActionMajor500: any;
|
|
19
|
+
colorsActionMajor600: any;
|
|
20
|
+
colorsActionMajor150: any;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export default _default;
|