carbon-react 102.10.2 → 102.13.1
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-presentation.style.js +3 -2
- 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__/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.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,657 @@
|
|
|
1
|
+
declare function _default(palette: any): {
|
|
2
|
+
name: string;
|
|
3
|
+
palette: any;
|
|
4
|
+
spacing: number;
|
|
5
|
+
space: number[];
|
|
6
|
+
colors: {
|
|
7
|
+
base: any;
|
|
8
|
+
primary: any;
|
|
9
|
+
secondary: any;
|
|
10
|
+
tertiary: any;
|
|
11
|
+
brand: any;
|
|
12
|
+
disabled: any;
|
|
13
|
+
whiteMix: any;
|
|
14
|
+
withOpacity: string;
|
|
15
|
+
loadingBarBackground: any;
|
|
16
|
+
black: string;
|
|
17
|
+
slate: string;
|
|
18
|
+
white: string;
|
|
19
|
+
border: any;
|
|
20
|
+
dashedBorder: string;
|
|
21
|
+
dashedButtonText: string;
|
|
22
|
+
dashedHoverBackground: string;
|
|
23
|
+
focusedIcon: any;
|
|
24
|
+
focusedLinkBackground: any;
|
|
25
|
+
previewBackground: any;
|
|
26
|
+
hoveredTabKeyline: any;
|
|
27
|
+
error: any;
|
|
28
|
+
focus: any;
|
|
29
|
+
info: any;
|
|
30
|
+
success: any;
|
|
31
|
+
warning: any;
|
|
32
|
+
destructive: {
|
|
33
|
+
hover: any;
|
|
34
|
+
};
|
|
35
|
+
asterisk: any;
|
|
36
|
+
};
|
|
37
|
+
progressTracker: {
|
|
38
|
+
background: any;
|
|
39
|
+
innerBackground: any;
|
|
40
|
+
trafficNeutral: any;
|
|
41
|
+
};
|
|
42
|
+
anchorNavigation: {
|
|
43
|
+
divider: any;
|
|
44
|
+
navItemHoverBackground: any;
|
|
45
|
+
};
|
|
46
|
+
accordion: {
|
|
47
|
+
border: any;
|
|
48
|
+
background: any;
|
|
49
|
+
};
|
|
50
|
+
tileSelect: {
|
|
51
|
+
border: any;
|
|
52
|
+
disabledBackground: any;
|
|
53
|
+
hoverBackground: any;
|
|
54
|
+
descriptionColor: any;
|
|
55
|
+
disabledText: any;
|
|
56
|
+
};
|
|
57
|
+
batchSelection: {
|
|
58
|
+
lightTheme: any;
|
|
59
|
+
};
|
|
60
|
+
hr: {
|
|
61
|
+
background: any;
|
|
62
|
+
};
|
|
63
|
+
editor: {
|
|
64
|
+
border: any;
|
|
65
|
+
counter: string;
|
|
66
|
+
placeholder: string;
|
|
67
|
+
button: {
|
|
68
|
+
hover: any;
|
|
69
|
+
};
|
|
70
|
+
toolbar: {
|
|
71
|
+
background: any;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
menu: {
|
|
75
|
+
focus: any;
|
|
76
|
+
divider: any;
|
|
77
|
+
itemColor: any;
|
|
78
|
+
itemColorDisabled: any;
|
|
79
|
+
light: {
|
|
80
|
+
text: string;
|
|
81
|
+
background: any;
|
|
82
|
+
selected: any;
|
|
83
|
+
divider: any;
|
|
84
|
+
alternate: any;
|
|
85
|
+
title: any;
|
|
86
|
+
submenuBackground: string;
|
|
87
|
+
searchIcon: any;
|
|
88
|
+
searchIconHover: any;
|
|
89
|
+
};
|
|
90
|
+
dark: {
|
|
91
|
+
text: string;
|
|
92
|
+
background: any;
|
|
93
|
+
divider: any;
|
|
94
|
+
submenuBackground: any;
|
|
95
|
+
selected: any;
|
|
96
|
+
alternate: any;
|
|
97
|
+
title: any;
|
|
98
|
+
searchIcon: any;
|
|
99
|
+
searchIconHover: any;
|
|
100
|
+
};
|
|
101
|
+
black: {
|
|
102
|
+
text: string;
|
|
103
|
+
background: any;
|
|
104
|
+
submenuBackground: any;
|
|
105
|
+
selected: any;
|
|
106
|
+
divider: any;
|
|
107
|
+
alternate: any;
|
|
108
|
+
title: any;
|
|
109
|
+
searchIcon: any;
|
|
110
|
+
searchIconHover: any;
|
|
111
|
+
};
|
|
112
|
+
white: {
|
|
113
|
+
text: string;
|
|
114
|
+
background: string;
|
|
115
|
+
selected: any;
|
|
116
|
+
divider: any;
|
|
117
|
+
alternate: any;
|
|
118
|
+
submenuBackground: any;
|
|
119
|
+
title: any;
|
|
120
|
+
searchIcon: any;
|
|
121
|
+
searchIconHover: any;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
form: {
|
|
125
|
+
invalid: any;
|
|
126
|
+
};
|
|
127
|
+
card: {
|
|
128
|
+
footerBackground: any;
|
|
129
|
+
footerBorder: any;
|
|
130
|
+
};
|
|
131
|
+
carousel: {
|
|
132
|
+
activeSelectorBackground: any;
|
|
133
|
+
inactiveSelectorBackground: any;
|
|
134
|
+
};
|
|
135
|
+
flatTable: {
|
|
136
|
+
light: {
|
|
137
|
+
headerBackground: any;
|
|
138
|
+
border: any;
|
|
139
|
+
};
|
|
140
|
+
dark: {
|
|
141
|
+
headerBackground: any;
|
|
142
|
+
border: any;
|
|
143
|
+
};
|
|
144
|
+
subRow: {
|
|
145
|
+
background: any;
|
|
146
|
+
shadow: string;
|
|
147
|
+
};
|
|
148
|
+
transparentWhite: {
|
|
149
|
+
headerBackground: string;
|
|
150
|
+
border: string;
|
|
151
|
+
};
|
|
152
|
+
transparentBase: {
|
|
153
|
+
headerBackground: any;
|
|
154
|
+
border: any;
|
|
155
|
+
};
|
|
156
|
+
drawerSidebar: {
|
|
157
|
+
headerBackground: any;
|
|
158
|
+
hover: any;
|
|
159
|
+
highlighted: any;
|
|
160
|
+
selected: any;
|
|
161
|
+
};
|
|
162
|
+
hover: any;
|
|
163
|
+
headerIconColor: any;
|
|
164
|
+
headerAlternativeBackground: any;
|
|
165
|
+
selected: any;
|
|
166
|
+
highlighted: any;
|
|
167
|
+
};
|
|
168
|
+
help: {
|
|
169
|
+
color: any;
|
|
170
|
+
hover: any;
|
|
171
|
+
};
|
|
172
|
+
pod: {
|
|
173
|
+
border: any;
|
|
174
|
+
secondaryBackground: any;
|
|
175
|
+
tertiaryBackground: any;
|
|
176
|
+
softDeleteText: any;
|
|
177
|
+
tileBackground: string;
|
|
178
|
+
footerBackground: any;
|
|
179
|
+
hoverBackground: any;
|
|
180
|
+
};
|
|
181
|
+
text: {
|
|
182
|
+
color: any;
|
|
183
|
+
placeholder: any;
|
|
184
|
+
size: string;
|
|
185
|
+
};
|
|
186
|
+
readOnly: {
|
|
187
|
+
textboxBackground: any;
|
|
188
|
+
textboxBorder: any;
|
|
189
|
+
textboxText: any;
|
|
190
|
+
};
|
|
191
|
+
content: {
|
|
192
|
+
secondaryColor: any;
|
|
193
|
+
};
|
|
194
|
+
definitionList: {
|
|
195
|
+
dtTextDark: any;
|
|
196
|
+
dtTextLight: any;
|
|
197
|
+
ddText: any;
|
|
198
|
+
};
|
|
199
|
+
disabled: {
|
|
200
|
+
border: any;
|
|
201
|
+
button: any;
|
|
202
|
+
disabled: any;
|
|
203
|
+
input: any;
|
|
204
|
+
text: any;
|
|
205
|
+
buttonText: string;
|
|
206
|
+
background: any;
|
|
207
|
+
switch: any;
|
|
208
|
+
};
|
|
209
|
+
draggableItem: {
|
|
210
|
+
border: any;
|
|
211
|
+
};
|
|
212
|
+
checkable: {
|
|
213
|
+
checked: string;
|
|
214
|
+
};
|
|
215
|
+
table: {
|
|
216
|
+
primary: any;
|
|
217
|
+
secondary: any;
|
|
218
|
+
tertiary: any;
|
|
219
|
+
header: any;
|
|
220
|
+
hover: any;
|
|
221
|
+
selected: any;
|
|
222
|
+
zebra: any;
|
|
223
|
+
dragging: any;
|
|
224
|
+
};
|
|
225
|
+
drawer: {
|
|
226
|
+
background: any;
|
|
227
|
+
divider: any;
|
|
228
|
+
};
|
|
229
|
+
pager: {
|
|
230
|
+
active: string;
|
|
231
|
+
disabled: string;
|
|
232
|
+
alternate: any;
|
|
233
|
+
};
|
|
234
|
+
icon: {
|
|
235
|
+
default: string;
|
|
236
|
+
defaultHover: string;
|
|
237
|
+
onLightBackground: any;
|
|
238
|
+
onLightBackgroundHover: any;
|
|
239
|
+
disabled: string;
|
|
240
|
+
};
|
|
241
|
+
popoverContainer: {
|
|
242
|
+
iconColor: string;
|
|
243
|
+
};
|
|
244
|
+
navigationBar: {
|
|
245
|
+
light: {
|
|
246
|
+
background: any;
|
|
247
|
+
borderBottom: any;
|
|
248
|
+
};
|
|
249
|
+
dark: {
|
|
250
|
+
background: string;
|
|
251
|
+
borderBottom: string;
|
|
252
|
+
};
|
|
253
|
+
black: {
|
|
254
|
+
background: any;
|
|
255
|
+
};
|
|
256
|
+
white: {
|
|
257
|
+
borderBottom: any;
|
|
258
|
+
};
|
|
259
|
+
};
|
|
260
|
+
numeralDate: {
|
|
261
|
+
passive: string;
|
|
262
|
+
error: string;
|
|
263
|
+
};
|
|
264
|
+
portrait: {
|
|
265
|
+
border: any;
|
|
266
|
+
background: any;
|
|
267
|
+
initials: string;
|
|
268
|
+
};
|
|
269
|
+
picklist: {
|
|
270
|
+
locked: any;
|
|
271
|
+
lockedContent: any;
|
|
272
|
+
lockedText: any;
|
|
273
|
+
};
|
|
274
|
+
pill: {
|
|
275
|
+
neutral: any;
|
|
276
|
+
warning: any;
|
|
277
|
+
neutralBackgroundFocus: any;
|
|
278
|
+
warningButtonFocus: any;
|
|
279
|
+
errorButtonFocus: any;
|
|
280
|
+
};
|
|
281
|
+
scrollbar: {
|
|
282
|
+
light: {
|
|
283
|
+
thumb: any;
|
|
284
|
+
track: any;
|
|
285
|
+
};
|
|
286
|
+
dark: {
|
|
287
|
+
thumb: any;
|
|
288
|
+
track: any;
|
|
289
|
+
};
|
|
290
|
+
};
|
|
291
|
+
search: {
|
|
292
|
+
active: any;
|
|
293
|
+
button: string;
|
|
294
|
+
passive: any;
|
|
295
|
+
icon: any;
|
|
296
|
+
iconHover: any;
|
|
297
|
+
searchActive: string;
|
|
298
|
+
darkVariantPlaceholder: any;
|
|
299
|
+
darkVariantBorder: any;
|
|
300
|
+
darkVariantText: string;
|
|
301
|
+
iconDarkVariant: any;
|
|
302
|
+
iconDarkVariantHover: any;
|
|
303
|
+
};
|
|
304
|
+
select: {
|
|
305
|
+
border: string;
|
|
306
|
+
selected: any;
|
|
307
|
+
optionHeader: any;
|
|
308
|
+
tableHeaderBorder: any;
|
|
309
|
+
};
|
|
310
|
+
shadows: {
|
|
311
|
+
depth1: string;
|
|
312
|
+
depth2: string;
|
|
313
|
+
depth3: string;
|
|
314
|
+
depth4: string;
|
|
315
|
+
cards: string;
|
|
316
|
+
cardsIE: string;
|
|
317
|
+
};
|
|
318
|
+
stepSequence: {
|
|
319
|
+
completedText: any;
|
|
320
|
+
};
|
|
321
|
+
switch: {
|
|
322
|
+
off: any;
|
|
323
|
+
offDisabled: any;
|
|
324
|
+
offHover: any;
|
|
325
|
+
on: any;
|
|
326
|
+
onDisabled: any;
|
|
327
|
+
onHover: any;
|
|
328
|
+
disabledFontColor: string;
|
|
329
|
+
};
|
|
330
|
+
tile: {
|
|
331
|
+
border: any;
|
|
332
|
+
footerBackground: any;
|
|
333
|
+
separator: any;
|
|
334
|
+
};
|
|
335
|
+
tab: {
|
|
336
|
+
background: any;
|
|
337
|
+
altHover: any;
|
|
338
|
+
};
|
|
339
|
+
note: {
|
|
340
|
+
timeStamp: string;
|
|
341
|
+
};
|
|
342
|
+
editorLinkPreview: {
|
|
343
|
+
background: any;
|
|
344
|
+
hoverBackground: any;
|
|
345
|
+
border: any;
|
|
346
|
+
url: any;
|
|
347
|
+
};
|
|
348
|
+
zIndex: {
|
|
349
|
+
smallOverlay: number;
|
|
350
|
+
overlay: number;
|
|
351
|
+
popover: number;
|
|
352
|
+
modal: number;
|
|
353
|
+
header: number;
|
|
354
|
+
fullScreenModal: number;
|
|
355
|
+
notification: number;
|
|
356
|
+
aboveAll: number;
|
|
357
|
+
};
|
|
358
|
+
readonly compatibility: {
|
|
359
|
+
colorsActionMajor150: any;
|
|
360
|
+
colorsActionMajor500: any;
|
|
361
|
+
colorsActionMajor600: any;
|
|
362
|
+
colorsActionDisabled500: any;
|
|
363
|
+
colorsSemanticFocus500: any;
|
|
364
|
+
colorsSemanticPositive500: any;
|
|
365
|
+
colorsSemanticNegative500: any;
|
|
366
|
+
colorsSemanticNegative600: any;
|
|
367
|
+
colorsSemanticCaution500: any;
|
|
368
|
+
colorsSemanticInfo500: any;
|
|
369
|
+
spacing000: string;
|
|
370
|
+
spacing025: string;
|
|
371
|
+
spacing050: string;
|
|
372
|
+
spacing075: string;
|
|
373
|
+
spacing100: string;
|
|
374
|
+
spacing125: string;
|
|
375
|
+
spacing150: string;
|
|
376
|
+
spacing200: string;
|
|
377
|
+
spacing250: string;
|
|
378
|
+
spacing300: string;
|
|
379
|
+
spacing400: string;
|
|
380
|
+
spacing500: string;
|
|
381
|
+
spacing600: string;
|
|
382
|
+
spacing700: string;
|
|
383
|
+
spacing800: string;
|
|
384
|
+
spacing900: string;
|
|
385
|
+
fontSizes100: string;
|
|
386
|
+
metaName: string;
|
|
387
|
+
metaPublic: string;
|
|
388
|
+
colorsLogo: string;
|
|
389
|
+
colorsTransparent: string;
|
|
390
|
+
colorsYin030: string;
|
|
391
|
+
colorsYin055: string;
|
|
392
|
+
colorsYin065: string;
|
|
393
|
+
colorsYin090: string;
|
|
394
|
+
colorsYang100: string;
|
|
395
|
+
colorsDisabled400: string;
|
|
396
|
+
colorsDisabled500: string;
|
|
397
|
+
colorsDisabled600: string;
|
|
398
|
+
colorsReadOnly400: string;
|
|
399
|
+
colorsReadOnly500: string;
|
|
400
|
+
colorsReadOnly600: string;
|
|
401
|
+
colorsComponentsNavigation500: string;
|
|
402
|
+
colorsComponentsNavigation600: string;
|
|
403
|
+
colorsComponentsNavigation700: string;
|
|
404
|
+
colorsComponentsNavigationTransparent: string;
|
|
405
|
+
colorsComponentsNavigationYin100: string;
|
|
406
|
+
colorsComponentsNavigationYin030: string;
|
|
407
|
+
colorsComponentsNavigationYin055: string;
|
|
408
|
+
colorsComponentsNavigationYin065: string;
|
|
409
|
+
colorsComponentsNavigationYin090: string;
|
|
410
|
+
colorsComponentsNavigationYang100: string;
|
|
411
|
+
colorsUtilityMajor100: string;
|
|
412
|
+
colorsUtilityMajor150: string;
|
|
413
|
+
colorsUtilityMajor200: string;
|
|
414
|
+
colorsUtilityMajor300: string;
|
|
415
|
+
colorsUtilityMajor400: string;
|
|
416
|
+
colorsUtilityMajor500: string;
|
|
417
|
+
colorsUtilityMajor800: string;
|
|
418
|
+
colorsUtilityMajor025: string;
|
|
419
|
+
colorsUtilityMajor050: string;
|
|
420
|
+
colorsUtilityMajor075: string;
|
|
421
|
+
colorsUtilityMajorTransparent: string;
|
|
422
|
+
colorsUtilityYin030: string;
|
|
423
|
+
colorsUtilityYin055: string;
|
|
424
|
+
colorsUtilityYin065: string;
|
|
425
|
+
colorsUtilityYin090: string;
|
|
426
|
+
colorsUtilityYang100: string;
|
|
427
|
+
colorsUtilityDisabled400: string;
|
|
428
|
+
colorsUtilityDisabled500: string;
|
|
429
|
+
colorsUtilityDisabled600: string;
|
|
430
|
+
colorsUtilityReadOnly400: string;
|
|
431
|
+
colorsUtilityReadOnly500: string;
|
|
432
|
+
colorsUtilityReadOnly600: string;
|
|
433
|
+
colorsActionMajor700: string;
|
|
434
|
+
colorsActionMajor025: string;
|
|
435
|
+
colorsActionMajorTransparent: string;
|
|
436
|
+
colorsActionMajorYin030: string;
|
|
437
|
+
colorsActionMajorYin055: string;
|
|
438
|
+
colorsActionMajorYin065: string;
|
|
439
|
+
colorsActionMajorYin090: string;
|
|
440
|
+
colorsActionMajorYang100: string;
|
|
441
|
+
colorsActionMinor100: string;
|
|
442
|
+
colorsActionMinor150: string;
|
|
443
|
+
colorsActionMinor200: string;
|
|
444
|
+
colorsActionMinor250: string;
|
|
445
|
+
colorsActionMinor300: string;
|
|
446
|
+
colorsActionMinor400: string;
|
|
447
|
+
colorsActionMinor500: string;
|
|
448
|
+
colorsActionMinor600: string;
|
|
449
|
+
colorsActionMinor900: string;
|
|
450
|
+
colorsActionMinor025: string;
|
|
451
|
+
colorsActionMinor050: string;
|
|
452
|
+
colorsActionMinorTransparent: string;
|
|
453
|
+
colorsActionMinorYin030: string;
|
|
454
|
+
colorsActionMinorYin055: string;
|
|
455
|
+
colorsActionMinorYin065: string;
|
|
456
|
+
colorsActionMinorYin090: string;
|
|
457
|
+
colorsActionMinorYang100: string;
|
|
458
|
+
colorsActionDisabled400: string;
|
|
459
|
+
colorsActionDisabled600: string;
|
|
460
|
+
colorsActionReadOnly400: string;
|
|
461
|
+
colorsActionReadOnly500: string;
|
|
462
|
+
colorsActionReadOnly600: string;
|
|
463
|
+
colorsSemanticNeutral200: string;
|
|
464
|
+
colorsSemanticNeutral500: string;
|
|
465
|
+
colorsSemanticNeutral600: string;
|
|
466
|
+
colorsSemanticNeutralTransparent: string;
|
|
467
|
+
colorsSemanticNeutralYin030: string;
|
|
468
|
+
colorsSemanticNeutralYin055: string;
|
|
469
|
+
colorsSemanticNeutralYin065: string;
|
|
470
|
+
colorsSemanticNeutralYin090: string;
|
|
471
|
+
colorsSemanticNeutralYang100: string;
|
|
472
|
+
colorsSemanticFocus250: string;
|
|
473
|
+
colorsSemanticFocusTransparent: string;
|
|
474
|
+
colorsSemanticPositive600: string;
|
|
475
|
+
colorsSemanticPositiveTransparent: string;
|
|
476
|
+
colorsSemanticPositiveYin030: string;
|
|
477
|
+
colorsSemanticPositiveYin055: string;
|
|
478
|
+
colorsSemanticPositiveYin065: string;
|
|
479
|
+
colorsSemanticPositiveYin090: string;
|
|
480
|
+
colorsSemanticPositiveYang100: string;
|
|
481
|
+
colorsSemanticNegativeTransparent: string;
|
|
482
|
+
colorsSemanticNegativeYin030: string;
|
|
483
|
+
colorsSemanticNegativeYin055: string;
|
|
484
|
+
colorsSemanticNegativeYin065: string;
|
|
485
|
+
colorsSemanticNegativeYin090: string;
|
|
486
|
+
colorsSemanticNegativeYang100: string;
|
|
487
|
+
colorsSemanticCaution400: string;
|
|
488
|
+
colorsSemanticCaution600: string;
|
|
489
|
+
colorsSemanticCautionTransparent: string;
|
|
490
|
+
colorsSemanticCautionYin030: string;
|
|
491
|
+
colorsSemanticCautionYin055: string;
|
|
492
|
+
colorsSemanticCautionYin065: string;
|
|
493
|
+
colorsSemanticCautionYin090: string;
|
|
494
|
+
colorsSemanticCautionYang100: string;
|
|
495
|
+
colorsSemanticInfo150: string;
|
|
496
|
+
colorsSemanticInfo600: string;
|
|
497
|
+
colorsSemanticInfoTransparent: string;
|
|
498
|
+
colorsSemanticInfoYin030: string;
|
|
499
|
+
colorsSemanticInfoYin055: string;
|
|
500
|
+
colorsSemanticInfoYin065: string;
|
|
501
|
+
colorsSemanticInfoYin090: string;
|
|
502
|
+
colorsSemanticInfoYang100: string;
|
|
503
|
+
sizing100: string;
|
|
504
|
+
sizing125: string;
|
|
505
|
+
sizing150: string;
|
|
506
|
+
sizing175: string;
|
|
507
|
+
sizing200: string;
|
|
508
|
+
sizing250: string;
|
|
509
|
+
sizing275: string;
|
|
510
|
+
sizing300: string;
|
|
511
|
+
sizing350: string;
|
|
512
|
+
sizing375: string;
|
|
513
|
+
sizing400: string;
|
|
514
|
+
sizing500: string;
|
|
515
|
+
sizing600: string;
|
|
516
|
+
sizing700: string;
|
|
517
|
+
sizing800: string;
|
|
518
|
+
sizing900: string;
|
|
519
|
+
sizing1000: string;
|
|
520
|
+
sizing1300: string;
|
|
521
|
+
sizing1600: string;
|
|
522
|
+
sizing025: string;
|
|
523
|
+
sizing050: string;
|
|
524
|
+
sizing075: string;
|
|
525
|
+
sizingLogowidth: string;
|
|
526
|
+
sizing010: string;
|
|
527
|
+
borderWidth100: string;
|
|
528
|
+
borderWidth200: string;
|
|
529
|
+
borderWidth300: string;
|
|
530
|
+
borderWidth400: string;
|
|
531
|
+
borderWidth000: string;
|
|
532
|
+
fontSizes200: string;
|
|
533
|
+
fontSizes300: string;
|
|
534
|
+
fontSizes400: string;
|
|
535
|
+
fontSizes500: string;
|
|
536
|
+
fontSizes600: string;
|
|
537
|
+
fontSizes700: string;
|
|
538
|
+
fontSizes800: string;
|
|
539
|
+
fontSizes900: string;
|
|
540
|
+
fontSizes1000: string;
|
|
541
|
+
fontSizes010: string;
|
|
542
|
+
fontSizes025: string;
|
|
543
|
+
fontSizes050: string;
|
|
544
|
+
boxShadow100: string;
|
|
545
|
+
boxShadow200: string;
|
|
546
|
+
boxShadow300: string;
|
|
547
|
+
boxShadow400: string;
|
|
548
|
+
boxShadow050: string;
|
|
549
|
+
fontWeights400: string;
|
|
550
|
+
fontWeights500: string;
|
|
551
|
+
fontWeights700: string;
|
|
552
|
+
lineHeights300: string;
|
|
553
|
+
lineHeights400: string;
|
|
554
|
+
lineHeights500: string;
|
|
555
|
+
fontFamiliesDefault: string;
|
|
556
|
+
fontFamiliesIos: string;
|
|
557
|
+
fontFamiliesAndroid: string;
|
|
558
|
+
fontFamiliesOther: string;
|
|
559
|
+
borderRadiusCircle: string;
|
|
560
|
+
typographyAccordionTitleM: typeof tokens.typographyAccordionTitleM;
|
|
561
|
+
typographyAccordionSubtitleM: typeof tokens.typographyAccordionSubtitleM;
|
|
562
|
+
typographyAccordionParagraphM: typeof tokens.typographyAccordionParagraphM;
|
|
563
|
+
typographyActionPopoverMenuItemM: typeof tokens.typographyActionPopoverMenuItemM;
|
|
564
|
+
typographyAnchorNavLabelM: typeof tokens.typographyAnchorNavLabelM;
|
|
565
|
+
typographyBadgeLabelM: typeof tokens.typographyBadgeLabelM;
|
|
566
|
+
typographyButtonLabelS: typeof tokens.typographyButtonLabelS;
|
|
567
|
+
typographyButtonLabelM: typeof tokens.typographyButtonLabelM;
|
|
568
|
+
typographyButtonLabelL: typeof tokens.typographyButtonLabelL;
|
|
569
|
+
typographyDialogTitleXs: typeof tokens.typographyDialogTitleXs;
|
|
570
|
+
typographyDialogTitleS: typeof tokens.typographyDialogTitleS;
|
|
571
|
+
typographyDialogTitleMs: typeof tokens.typographyDialogTitleMs;
|
|
572
|
+
typographyDialogTitleM: typeof tokens.typographyDialogTitleM;
|
|
573
|
+
typographyDialogTitleMl: typeof tokens.typographyDialogTitleMl;
|
|
574
|
+
typographyDialogTitleL: typeof tokens.typographyDialogTitleL;
|
|
575
|
+
typographyDialogTitleXl: typeof tokens.typographyDialogTitleXl;
|
|
576
|
+
typographyDialogParagraphXs: typeof tokens.typographyDialogParagraphXs;
|
|
577
|
+
typographyDialogParagraphS: typeof tokens.typographyDialogParagraphS;
|
|
578
|
+
typographyFlashTextM: typeof tokens.typographyFlashTextM;
|
|
579
|
+
typographyFlashTextL: typeof tokens.typographyFlashTextL;
|
|
580
|
+
typographyFormFieldLabelXs: typeof tokens.typographyFormFieldLabelXs;
|
|
581
|
+
typographyFormFieldLabelS: typeof tokens.typographyFormFieldLabelS;
|
|
582
|
+
typographyFormFieldLabelM: typeof tokens.typographyFormFieldLabelM;
|
|
583
|
+
typographyFormFieldLabelL: typeof tokens.typographyFormFieldLabelL;
|
|
584
|
+
typographyFormFieldHintTextXs: typeof tokens.typographyFormFieldHintTextXs;
|
|
585
|
+
typographyFormFieldHintTextS: typeof tokens.typographyFormFieldHintTextS;
|
|
586
|
+
typographyFormFieldHintTextM: typeof tokens.typographyFormFieldHintTextM;
|
|
587
|
+
typographyFormFieldHintTextL: typeof tokens.typographyFormFieldHintTextL;
|
|
588
|
+
typographyFormFieldErrorMessageXs: typeof tokens.typographyFormFieldErrorMessageXs;
|
|
589
|
+
typographyFormFieldErrorMessageS: typeof tokens.typographyFormFieldErrorMessageS;
|
|
590
|
+
typographyFormFieldErrorMessageM: typeof tokens.typographyFormFieldErrorMessageM;
|
|
591
|
+
typographyFormFieldErrorMessageL: typeof tokens.typographyFormFieldErrorMessageL;
|
|
592
|
+
typographyFormFieldCautionMessageXs: typeof tokens.typographyFormFieldCautionMessageXs;
|
|
593
|
+
typographyFormFieldCautionMessageS: typeof tokens.typographyFormFieldCautionMessageS;
|
|
594
|
+
typographyFormFieldCautionMessageM: typeof tokens.typographyFormFieldCautionMessageM;
|
|
595
|
+
typographyFormFieldCautionMessageL: typeof tokens.typographyFormFieldCautionMessageL;
|
|
596
|
+
typographyFormFieldInputTextXs: typeof tokens.typographyFormFieldInputTextXs;
|
|
597
|
+
typographyFormFieldInputTextS: typeof tokens.typographyFormFieldInputTextS;
|
|
598
|
+
typographyFormFieldInputTextM: typeof tokens.typographyFormFieldInputTextM;
|
|
599
|
+
typographyFormFieldInputTextL: typeof tokens.typographyFormFieldInputTextL;
|
|
600
|
+
typographyFormFieldDropdownOptionsXs: typeof tokens.typographyFormFieldDropdownOptionsXs;
|
|
601
|
+
typographyFormFieldDropdownOptionsS: typeof tokens.typographyFormFieldDropdownOptionsS;
|
|
602
|
+
typographyFormFieldDropdownOptionsM: typeof tokens.typographyFormFieldDropdownOptionsM;
|
|
603
|
+
typographyFormFieldDropdownOptionsL: typeof tokens.typographyFormFieldDropdownOptionsL;
|
|
604
|
+
typographyFormFieldSecondLabelXs: typeof tokens.typographyFormFieldSecondLabelXs;
|
|
605
|
+
typographyFormFieldSecondLabelS: typeof tokens.typographyFormFieldSecondLabelS;
|
|
606
|
+
typographyFormFieldSecondLabelM: typeof tokens.typographyFormFieldSecondLabelM;
|
|
607
|
+
typographyFormFieldSecondLabelL: typeof tokens.typographyFormFieldSecondLabelL;
|
|
608
|
+
typographyFormFieldCharacterCountXs: typeof tokens.typographyFormFieldCharacterCountXs;
|
|
609
|
+
typographyFormFieldCharacterCountS: typeof tokens.typographyFormFieldCharacterCountS;
|
|
610
|
+
typographyFormFieldCharacterCountM: typeof tokens.typographyFormFieldCharacterCountM;
|
|
611
|
+
typographyFormFieldCharacterCountL: typeof tokens.typographyFormFieldCharacterCountL;
|
|
612
|
+
typographyLinkTextM: typeof tokens.typographyLinkTextM;
|
|
613
|
+
typographyLinkTextL: typeof tokens.typographyLinkTextL;
|
|
614
|
+
typographyMessageHeadingM: typeof tokens.typographyMessageHeadingM;
|
|
615
|
+
typographyMessageHeadingL: typeof tokens.typographyMessageHeadingL;
|
|
616
|
+
typographyMessageTextM: typeof tokens.typographyMessageTextM;
|
|
617
|
+
typographyMessageTextL: typeof tokens.typographyMessageTextL;
|
|
618
|
+
typographyPillLabelS: typeof tokens.typographyPillLabelS;
|
|
619
|
+
typographyPillLabelM: typeof tokens.typographyPillLabelM;
|
|
620
|
+
typographyPillLabelL: typeof tokens.typographyPillLabelL;
|
|
621
|
+
typographyPillLabelXl: typeof tokens.typographyPillLabelXl;
|
|
622
|
+
typographyProfileEmailXs: typeof tokens.typographyProfileEmailXs;
|
|
623
|
+
typographyProfileEmailS: typeof tokens.typographyProfileEmailS;
|
|
624
|
+
typographyProfileEmailM: typeof tokens.typographyProfileEmailM;
|
|
625
|
+
typographyProfileEmailMl: typeof tokens.typographyProfileEmailMl;
|
|
626
|
+
typographyProfileEmailL: typeof tokens.typographyProfileEmailL;
|
|
627
|
+
typographyProfileEmailXl: typeof tokens.typographyProfileEmailXl;
|
|
628
|
+
typographyProfileEmailXxl: typeof tokens.typographyProfileEmailXxl;
|
|
629
|
+
typographyProfileInitialsXs: typeof tokens.typographyProfileInitialsXs;
|
|
630
|
+
typographyProfileInitialsS: typeof tokens.typographyProfileInitialsS;
|
|
631
|
+
typographyProfileInitialsM: typeof tokens.typographyProfileInitialsM;
|
|
632
|
+
typographyProfileInitialsMl: typeof tokens.typographyProfileInitialsMl;
|
|
633
|
+
typographyProfileInitialsL: typeof tokens.typographyProfileInitialsL;
|
|
634
|
+
typographyProfileInitialsXl: typeof tokens.typographyProfileInitialsXl;
|
|
635
|
+
typographyProfileInitialsXxl: typeof tokens.typographyProfileInitialsXxl;
|
|
636
|
+
typographyProfileNameXs: typeof tokens.typographyProfileNameXs;
|
|
637
|
+
typographyProfileNameS: typeof tokens.typographyProfileNameS;
|
|
638
|
+
typographyProfileNameM: typeof tokens.typographyProfileNameM;
|
|
639
|
+
typographyProfileNameMl: typeof tokens.typographyProfileNameMl;
|
|
640
|
+
typographyProfileNameL: typeof tokens.typographyProfileNameL;
|
|
641
|
+
typographyProfileNameXl: typeof tokens.typographyProfileNameXl;
|
|
642
|
+
typographyProfileNameXxl: typeof tokens.typographyProfileNameXxl;
|
|
643
|
+
typographyProgressTrackerValueLabelS: typeof tokens.typographyProgressTrackerValueLabelS;
|
|
644
|
+
typographyProgressTrackerValueLabelM: typeof tokens.typographyProgressTrackerValueLabelM;
|
|
645
|
+
typographyProgressTrackerValueLabelL: typeof tokens.typographyProgressTrackerValueLabelL;
|
|
646
|
+
typographySwitchOptionLabelM: typeof tokens.typographySwitchOptionLabelM;
|
|
647
|
+
typographySwitchOptionLabelL: typeof tokens.typographySwitchOptionLabelL;
|
|
648
|
+
typographyTableHeaderTextM: typeof tokens.typographyTableHeaderTextM;
|
|
649
|
+
typographyTableCellTextM: typeof tokens.typographyTableCellTextM;
|
|
650
|
+
typographyTooltipTextM: typeof tokens.typographyTooltipTextM;
|
|
651
|
+
typographyTooltipTextL: typeof tokens.typographyTooltipTextL;
|
|
652
|
+
opacity300: string;
|
|
653
|
+
opacity600: string;
|
|
654
|
+
};
|
|
655
|
+
};
|
|
656
|
+
export default _default;
|
|
657
|
+
import tokens from "@sage/design-tokens/js/base/common";
|