carbon-react 102.9.2 → 102.11.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/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/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-full-screen/menu-full-screen.component.d.ts +17 -0
- package/lib/components/menu/menu-full-screen/menu-full-screen.style.d.ts +2 -0
- 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-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.component.d.ts +11 -0
- package/lib/components/menu/menu.context.d.ts +3 -0
- package/lib/components/menu/menu.style.d.ts +2 -0
- package/lib/components/menu/scrollable-block/scrollable-block.component.d.ts +15 -0
- package/lib/components/menu/scrollable-block/scrollable-block.style.d.ts +2 -0
- 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/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.style.d.ts +2 -0
- 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-pointer.style.js +7 -6
- package/lib/components/tooltip/tooltip.component.d.ts +3 -0
- package/lib/components/tooltip/tooltip.component.js +6 -0
- package/lib/components/tooltip/tooltip.config.d.ts +1 -0
- package/lib/components/tooltip/tooltip.style.d.ts +2 -0
- package/lib/components/tooltip/tooltip.style.js +10 -4
- 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/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 +621 -0
- 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/mint/mint-theme.config.js +1 -1
- 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,247 @@
|
|
|
1
|
+
export default iconUnicodes;
|
|
2
|
+
declare namespace iconUnicodes {
|
|
3
|
+
export const none: string;
|
|
4
|
+
import add = plus;
|
|
5
|
+
export { add };
|
|
6
|
+
import create = plus;
|
|
7
|
+
export { create };
|
|
8
|
+
import services = plus;
|
|
9
|
+
export { services };
|
|
10
|
+
import admin = favourite;
|
|
11
|
+
export { admin };
|
|
12
|
+
import analysis = chart_line;
|
|
13
|
+
export { analysis };
|
|
14
|
+
import graph = chart_line;
|
|
15
|
+
export { graph };
|
|
16
|
+
import basket = cart;
|
|
17
|
+
export { basket };
|
|
18
|
+
import bin = delete;
|
|
19
|
+
export { bin };
|
|
20
|
+
import bulk_destroy = delete;
|
|
21
|
+
export { bulk_destroy };
|
|
22
|
+
import caret_down = dropdown;
|
|
23
|
+
export { caret_down };
|
|
24
|
+
import collaborate = share;
|
|
25
|
+
export { collaborate };
|
|
26
|
+
import contacts = people;
|
|
27
|
+
export { contacts };
|
|
28
|
+
import entry = list_view;
|
|
29
|
+
export { entry };
|
|
30
|
+
import go = progressed;
|
|
31
|
+
export { go };
|
|
32
|
+
import submitted = progressed;
|
|
33
|
+
export { submitted };
|
|
34
|
+
import grid = split;
|
|
35
|
+
export { grid };
|
|
36
|
+
import individual = person;
|
|
37
|
+
export { individual };
|
|
38
|
+
import location = marker;
|
|
39
|
+
export { location };
|
|
40
|
+
import message = email;
|
|
41
|
+
export { message };
|
|
42
|
+
import old_warning = warning;
|
|
43
|
+
export { old_warning };
|
|
44
|
+
import phone = call;
|
|
45
|
+
export { phone };
|
|
46
|
+
import piggy_bank = save;
|
|
47
|
+
export { piggy_bank };
|
|
48
|
+
import question_hollow = video;
|
|
49
|
+
export { question_hollow };
|
|
50
|
+
import question_mark = question;
|
|
51
|
+
export { question_mark };
|
|
52
|
+
import remove = minus;
|
|
53
|
+
export { remove };
|
|
54
|
+
import settings_old = settings;
|
|
55
|
+
export { settings_old };
|
|
56
|
+
import true_tick = tick;
|
|
57
|
+
export { true_tick };
|
|
58
|
+
import arrow = arrow_right;
|
|
59
|
+
export { arrow };
|
|
60
|
+
import in_transit = arrow_left_right_small;
|
|
61
|
+
export { in_transit };
|
|
62
|
+
import progress = circle_with_dots;
|
|
63
|
+
export { progress };
|
|
64
|
+
export const boxed_shapes: string;
|
|
65
|
+
export const circles_connection: string;
|
|
66
|
+
export const document_right_align: string;
|
|
67
|
+
export const document_tick: string;
|
|
68
|
+
export const document_vertical_lines: string;
|
|
69
|
+
export const error_square: string;
|
|
70
|
+
export const factory: string;
|
|
71
|
+
export const files_leaning: string;
|
|
72
|
+
export const ledger: string;
|
|
73
|
+
export const ledger_arrow_left: string;
|
|
74
|
+
export const ledger_arrow_right: string;
|
|
75
|
+
export const money_bag: string;
|
|
76
|
+
export const spanner: string;
|
|
77
|
+
export const split_container: string;
|
|
78
|
+
export const stacked_boxes: string;
|
|
79
|
+
export const tag: string;
|
|
80
|
+
export const three_boxes: string;
|
|
81
|
+
export const circle_with_dots: string;
|
|
82
|
+
export const squares_nine: string;
|
|
83
|
+
export const coins: string;
|
|
84
|
+
export const file_generic: string;
|
|
85
|
+
export const file_pdf: string;
|
|
86
|
+
export const file_excel: string;
|
|
87
|
+
export const file_word: string;
|
|
88
|
+
export const file_image: string;
|
|
89
|
+
export const euro: string;
|
|
90
|
+
export const pound: string;
|
|
91
|
+
export const stacked_squares: string;
|
|
92
|
+
export const expand: string;
|
|
93
|
+
export const flag: string;
|
|
94
|
+
export const square_dot: string;
|
|
95
|
+
export const envelope_dollar: string;
|
|
96
|
+
export const envelope_euro: string;
|
|
97
|
+
export const sage_coin: string;
|
|
98
|
+
export const error: string;
|
|
99
|
+
export const warning: string;
|
|
100
|
+
export const tick: string;
|
|
101
|
+
export const tick_circle: string;
|
|
102
|
+
export const draft: string;
|
|
103
|
+
export const progressed: string;
|
|
104
|
+
export const in_progress: string;
|
|
105
|
+
export const clock: string;
|
|
106
|
+
export const locked: string;
|
|
107
|
+
export const unlocked: string;
|
|
108
|
+
export const gift: string;
|
|
109
|
+
export const blocked: string;
|
|
110
|
+
export const key: string;
|
|
111
|
+
export const chart_line: string;
|
|
112
|
+
export const chart_pie: string;
|
|
113
|
+
export const chart_bar: string;
|
|
114
|
+
export const blocked_square: string;
|
|
115
|
+
export const disputed: string;
|
|
116
|
+
export const lightbulb_on: string;
|
|
117
|
+
export const lightbulb_off: string;
|
|
118
|
+
export const chevron_up: string;
|
|
119
|
+
export const chevron_down: string;
|
|
120
|
+
export const chevron_right: string;
|
|
121
|
+
export const chevron_left: string;
|
|
122
|
+
export const chevron_up_thick: string;
|
|
123
|
+
export const chevron_down_thick: string;
|
|
124
|
+
export const chevron_left_thick: string;
|
|
125
|
+
export const chevron_right_thick: string;
|
|
126
|
+
export const link: string;
|
|
127
|
+
export const list_view: string;
|
|
128
|
+
export const card_view: string;
|
|
129
|
+
export const sort_down: string;
|
|
130
|
+
export const sort_up: string;
|
|
131
|
+
export const arrow_left: string;
|
|
132
|
+
export const arrow_right: string;
|
|
133
|
+
export const arrow_down: string;
|
|
134
|
+
export const arrow_up: string;
|
|
135
|
+
export const arrow_left_right_small: string;
|
|
136
|
+
export const arrow_left_small: string;
|
|
137
|
+
export const arrow_right_small: string;
|
|
138
|
+
export const block_arrow_right: string;
|
|
139
|
+
export const drag_vertical: string;
|
|
140
|
+
export const drag: string;
|
|
141
|
+
export const fit_height: string;
|
|
142
|
+
export const fit_width: string;
|
|
143
|
+
export const ellipsis_horizontal: string;
|
|
144
|
+
export const ellipsis_vertical: string;
|
|
145
|
+
export const cart: string;
|
|
146
|
+
export const basket_with_squares: string;
|
|
147
|
+
const _delete: string;
|
|
148
|
+
export { _delete as delete };
|
|
149
|
+
export const print: string;
|
|
150
|
+
export const csv: string;
|
|
151
|
+
export const pdf: string;
|
|
152
|
+
export const duplicate: string;
|
|
153
|
+
export const copy: string;
|
|
154
|
+
export const calendar: string;
|
|
155
|
+
export const calendar_today: string;
|
|
156
|
+
export const dropdown: string;
|
|
157
|
+
export const caret_up: string;
|
|
158
|
+
export const caret_left: string;
|
|
159
|
+
export const caret_right: string;
|
|
160
|
+
export const caret_large_down: string;
|
|
161
|
+
export const caret_large_up: string;
|
|
162
|
+
export const caret_large_left: string;
|
|
163
|
+
export const caret_large_right: string;
|
|
164
|
+
export const plus: string;
|
|
165
|
+
export const plus_large: string;
|
|
166
|
+
export const minus: string;
|
|
167
|
+
export const minus_large: string;
|
|
168
|
+
export const edit: string;
|
|
169
|
+
export const edited: string;
|
|
170
|
+
export const favourite: string;
|
|
171
|
+
export const favourite_lined: string;
|
|
172
|
+
export const credit_card: string;
|
|
173
|
+
export const credit_card_slash: string;
|
|
174
|
+
export const save: string;
|
|
175
|
+
export const uploaded: string;
|
|
176
|
+
export const arrow_left_boxed: string;
|
|
177
|
+
export const question: string;
|
|
178
|
+
export const info: string;
|
|
179
|
+
export const download: string;
|
|
180
|
+
export const upload: string;
|
|
181
|
+
export const share: string;
|
|
182
|
+
export const close: string;
|
|
183
|
+
export const cross: string;
|
|
184
|
+
export const cross_circle: string;
|
|
185
|
+
export const filter: string;
|
|
186
|
+
export const refresh: string;
|
|
187
|
+
export const computer_clock: string;
|
|
188
|
+
export const refresh_clock: string;
|
|
189
|
+
export const sync: string;
|
|
190
|
+
export const attach: string;
|
|
191
|
+
export const camera: string;
|
|
192
|
+
export const image: string;
|
|
193
|
+
export const folder: string;
|
|
194
|
+
export const help: string;
|
|
195
|
+
export const connect: string;
|
|
196
|
+
export const disconnect: string;
|
|
197
|
+
export const split: string;
|
|
198
|
+
export const filter_new: string;
|
|
199
|
+
export const delivery: string;
|
|
200
|
+
export const chat: string;
|
|
201
|
+
export const chat_notes: string;
|
|
202
|
+
export const bullet_list: string;
|
|
203
|
+
export const bullet_list_numbers: string;
|
|
204
|
+
export const bullet_list_dotted: string;
|
|
205
|
+
export const view: string;
|
|
206
|
+
export const hide: string;
|
|
207
|
+
export const video: string;
|
|
208
|
+
export const play: string;
|
|
209
|
+
export const pause: string;
|
|
210
|
+
export const play_circle: string;
|
|
211
|
+
export const pause_circle: string;
|
|
212
|
+
export const scan: string;
|
|
213
|
+
export const lookup: string;
|
|
214
|
+
export const bold: string;
|
|
215
|
+
export const italic: string;
|
|
216
|
+
export const undo: string;
|
|
217
|
+
export const home: string;
|
|
218
|
+
export const settings: string;
|
|
219
|
+
export const search: string;
|
|
220
|
+
export const feedback: string;
|
|
221
|
+
export const logout: string;
|
|
222
|
+
export const alert: string;
|
|
223
|
+
export const talk: string;
|
|
224
|
+
export const person: string;
|
|
225
|
+
export const person_info: string;
|
|
226
|
+
export const person_tick: string;
|
|
227
|
+
export const people: string;
|
|
228
|
+
export const people_switch: string;
|
|
229
|
+
const business_1: string;
|
|
230
|
+
export { business_1 as business };
|
|
231
|
+
export const shop: string;
|
|
232
|
+
export const bank: string;
|
|
233
|
+
export const call: string;
|
|
234
|
+
export const mobile: string;
|
|
235
|
+
export const fax: string;
|
|
236
|
+
export const email: string;
|
|
237
|
+
export const email_switch: string;
|
|
238
|
+
export const marker: string;
|
|
239
|
+
}
|
|
240
|
+
declare namespace actions { }
|
|
241
|
+
declare namespace statusSymbols { }
|
|
242
|
+
declare namespace batchActions { }
|
|
243
|
+
declare namespace business { }
|
|
244
|
+
declare namespace navigation { }
|
|
245
|
+
declare namespace communications { }
|
|
246
|
+
declare namespace primaryNavigation { }
|
|
247
|
+
declare namespace misc { }
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default InlineInputs;
|
|
2
|
+
declare function InlineInputs(props: any): JSX.Element;
|
|
3
|
+
declare namespace InlineInputs {
|
|
4
|
+
namespace propTypes {
|
|
5
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
6
|
+
const className: PropTypes.Requireable<string>;
|
|
7
|
+
const label: PropTypes.Requireable<string>;
|
|
8
|
+
const htmlFor: PropTypes.Requireable<string>;
|
|
9
|
+
const gutter: PropTypes.Requireable<string>;
|
|
10
|
+
const inputWidth: PropTypes.Requireable<number>;
|
|
11
|
+
const labelWidth: PropTypes.Requireable<number>;
|
|
12
|
+
}
|
|
13
|
+
namespace defaultProps {
|
|
14
|
+
const children_1: null;
|
|
15
|
+
export { children_1 as children };
|
|
16
|
+
const className_1: string;
|
|
17
|
+
export { className_1 as className };
|
|
18
|
+
const gutter_1: string;
|
|
19
|
+
export { gutter_1 as gutter };
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const INLINE_INPUTS_SIZES: string[];
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export default StyledInlineInputs;
|
|
2
|
+
export const StyledContentContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export const StyledInlineInput: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
declare const StyledInlineInputs: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export default LinkPreview;
|
|
2
|
+
declare function LinkPreview({ as, description, image, isLoading, onClose, title, url, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
as: any;
|
|
5
|
+
description: any;
|
|
6
|
+
image: any;
|
|
7
|
+
isLoading: any;
|
|
8
|
+
onClose: any;
|
|
9
|
+
title: any;
|
|
10
|
+
url: any;
|
|
11
|
+
}): JSX.Element;
|
|
12
|
+
declare namespace LinkPreview {
|
|
13
|
+
namespace propTypes {
|
|
14
|
+
const as: PropTypes.Requireable<string>;
|
|
15
|
+
const description: PropTypes.Requireable<string>;
|
|
16
|
+
const image: PropTypes.Requireable<PropTypes.InferProps<{
|
|
17
|
+
/** The url string to be passed to image src */
|
|
18
|
+
url: PropTypes.Validator<string>;
|
|
19
|
+
/** The string to be passed to image alt */
|
|
20
|
+
alt: PropTypes.Requireable<string>;
|
|
21
|
+
}>>;
|
|
22
|
+
const isLoading: PropTypes.Requireable<boolean>;
|
|
23
|
+
const onClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
24
|
+
const title: PropTypes.Requireable<string>;
|
|
25
|
+
const url: PropTypes.Requireable<string>;
|
|
26
|
+
}
|
|
27
|
+
const displayName: string;
|
|
28
|
+
}
|
|
29
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const StyledLinkPreview: import("styled-components").StyledComponent<"a", any, {}, never>;
|
|
2
|
+
export const StyledCloseIconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export const StyledPreviewWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export const StyledTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export const StyledDescription: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
+
export const StyledUrl: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export default Loader;
|
|
2
|
+
declare function Loader({ isInsideButton, isActive, size, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
isInsideButton: any;
|
|
5
|
+
isActive: any;
|
|
6
|
+
size: any;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
declare namespace Loader {
|
|
9
|
+
namespace defaultProps {
|
|
10
|
+
const size: string;
|
|
11
|
+
const isInsideButton: boolean;
|
|
12
|
+
const isActive: boolean;
|
|
13
|
+
}
|
|
14
|
+
namespace propTypes {
|
|
15
|
+
const size_1: PropTypes.Requireable<string>;
|
|
16
|
+
export { size_1 as size };
|
|
17
|
+
const isInsideButton_1: PropTypes.Requireable<boolean>;
|
|
18
|
+
export { isInsideButton_1 as isInsideButton };
|
|
19
|
+
const isActive_1: PropTypes.Requireable<boolean>;
|
|
20
|
+
export { isActive_1 as isActive };
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const LOADER_SIZES: string[];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default LoaderBar;
|
|
2
|
+
declare function LoaderBar({ size, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
size?: string | undefined;
|
|
5
|
+
}): JSX.Element;
|
|
6
|
+
declare namespace LoaderBar {
|
|
7
|
+
namespace propTypes {
|
|
8
|
+
const size: PropTypes.Requireable<string>;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const LOADER_BAR_SIZES: string[];
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export default StyledLoaderBar;
|
|
2
|
+
export const InnerBar: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export const StyledLoader: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
declare const StyledLoaderBar: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default MenuFullscreen;
|
|
2
|
+
declare function MenuFullscreen({ children, isOpen, startPosition, onClose, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
children: any;
|
|
5
|
+
isOpen: any;
|
|
6
|
+
startPosition?: string | undefined;
|
|
7
|
+
onClose: any;
|
|
8
|
+
}): JSX.Element;
|
|
9
|
+
declare namespace MenuFullscreen {
|
|
10
|
+
namespace propTypes {
|
|
11
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
12
|
+
const isOpen: PropTypes.Requireable<boolean>;
|
|
13
|
+
const startPosition: PropTypes.Requireable<string>;
|
|
14
|
+
const onClose: PropTypes.Validator<(...args: any[]) => any>;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export default MenuItem;
|
|
2
|
+
declare function MenuItem({ submenu, children, href, onClick, target, submenuDirection, icon, selected, onKeyDown, variant, showDropdownArrow, ariaLabel, clickToOpen, maxWidth, menuOpen, onSubmenuOpen, onSubmenuClose, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
submenu: any;
|
|
5
|
+
children: any;
|
|
6
|
+
href: any;
|
|
7
|
+
onClick: any;
|
|
8
|
+
target: any;
|
|
9
|
+
submenuDirection?: string | undefined;
|
|
10
|
+
icon: any;
|
|
11
|
+
selected: any;
|
|
12
|
+
onKeyDown: any;
|
|
13
|
+
variant?: string | undefined;
|
|
14
|
+
showDropdownArrow?: boolean | undefined;
|
|
15
|
+
ariaLabel: any;
|
|
16
|
+
clickToOpen: any;
|
|
17
|
+
maxWidth: any;
|
|
18
|
+
menuOpen: any;
|
|
19
|
+
onSubmenuOpen: any;
|
|
20
|
+
onSubmenuClose: any;
|
|
21
|
+
}): JSX.Element;
|
|
22
|
+
declare namespace MenuItem {
|
|
23
|
+
const propTypes: any;
|
|
24
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export { MenuContext };
|
|
2
|
+
export default Menu;
|
|
3
|
+
import MenuContext from "./menu.context";
|
|
4
|
+
declare function Menu({ menuType, children, ...rest }: {
|
|
5
|
+
[x: string]: any;
|
|
6
|
+
menuType?: string | undefined;
|
|
7
|
+
children: any;
|
|
8
|
+
}): JSX.Element;
|
|
9
|
+
declare namespace Menu {
|
|
10
|
+
const propTypes: any;
|
|
11
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default ScrollableBlock;
|
|
2
|
+
declare function ScrollableBlock({ children, height, variant, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
children: any;
|
|
5
|
+
height: any;
|
|
6
|
+
variant?: string | undefined;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
declare namespace ScrollableBlock {
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
const children: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
|
|
11
|
+
const height: PropTypes.Requireable<string | number>;
|
|
12
|
+
const variant: PropTypes.Requireable<string>;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default SubmenuBlock;
|
|
2
|
+
declare function SubmenuBlock({ children, variant }: {
|
|
3
|
+
children: any;
|
|
4
|
+
variant?: string | undefined;
|
|
5
|
+
}): JSX.Element;
|
|
6
|
+
declare namespace SubmenuBlock {
|
|
7
|
+
namespace propTypes {
|
|
8
|
+
const children: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
|
|
9
|
+
const variant: PropTypes.Requireable<string>;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default MessageContent;
|
|
2
|
+
declare function MessageContent({ variant, title, transparent, children }: {
|
|
3
|
+
variant: any;
|
|
4
|
+
title: any;
|
|
5
|
+
transparent: any;
|
|
6
|
+
children: any;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
declare namespace MessageContent {
|
|
9
|
+
namespace defaultProps {
|
|
10
|
+
const variant: string;
|
|
11
|
+
const transparent: boolean;
|
|
12
|
+
}
|
|
13
|
+
namespace propTypes {
|
|
14
|
+
const variant_1: PropTypes.Requireable<string>;
|
|
15
|
+
export { variant_1 as variant };
|
|
16
|
+
export const title: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
17
|
+
const transparent_1: PropTypes.Requireable<boolean>;
|
|
18
|
+
export { transparent_1 as transparent };
|
|
19
|
+
export const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export default Message;
|
|
2
|
+
declare function Message({ open, transparent, title, variant, children, onDismiss, id, className, closeButtonAriaLabel, showCloseIcon, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
open?: boolean | undefined;
|
|
5
|
+
transparent?: boolean | undefined;
|
|
6
|
+
title: any;
|
|
7
|
+
variant?: string | undefined;
|
|
8
|
+
children: any;
|
|
9
|
+
onDismiss: any;
|
|
10
|
+
id: any;
|
|
11
|
+
className: any;
|
|
12
|
+
closeButtonAriaLabel: any;
|
|
13
|
+
showCloseIcon?: boolean | undefined;
|
|
14
|
+
}): false | JSX.Element;
|
|
15
|
+
declare namespace Message {
|
|
16
|
+
namespace propTypes {
|
|
17
|
+
const variant: PropTypes.Requireable<string>;
|
|
18
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
19
|
+
const className: PropTypes.Requireable<string>;
|
|
20
|
+
const id: PropTypes.Requireable<string>;
|
|
21
|
+
const open: PropTypes.Requireable<boolean>;
|
|
22
|
+
const onDismiss: PropTypes.Requireable<(...args: any[]) => any>;
|
|
23
|
+
const title: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
24
|
+
const transparent: PropTypes.Requireable<boolean>;
|
|
25
|
+
const showCloseIcon: PropTypes.Requireable<boolean>;
|
|
26
|
+
const closeButtonAriaLabel: PropTypes.Requireable<string>;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default TypeIcon;
|
|
2
|
+
declare function TypeIcon({ variant, transparent }: {
|
|
3
|
+
variant: any;
|
|
4
|
+
transparent: any;
|
|
5
|
+
}): JSX.Element;
|
|
6
|
+
declare namespace TypeIcon {
|
|
7
|
+
namespace defaultProps {
|
|
8
|
+
const variant: string;
|
|
9
|
+
const transparent: boolean;
|
|
10
|
+
}
|
|
11
|
+
namespace propTypes {
|
|
12
|
+
const variant_1: PropTypes.Requireable<string>;
|
|
13
|
+
export { variant_1 as variant };
|
|
14
|
+
const transparent_1: PropTypes.Requireable<boolean>;
|
|
15
|
+
export { transparent_1 as transparent };
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
import PropTypes from "prop-types";
|