carbon-react 124.2.0 → 124.2.2
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/esm/__internal__/checkable-input/checkable-input.component.js +0 -1
- package/esm/__internal__/checkable-input/hidden-checkable-input.component.js +0 -1
- package/esm/__internal__/focus-trap/focus-trap-utils.js +0 -1
- package/esm/__internal__/input/input.component.js +0 -1
- package/esm/components/accordion/accordion-group/accordion-group.component.js +1 -0
- package/esm/components/box/box.component.js +303 -45
- package/esm/components/checkbox/checkbox.component.js +0 -1
- package/esm/components/date/__internal__/utils.js +0 -1
- package/esm/components/date/date.component.js +0 -7
- package/esm/components/decimal/decimal.component.js +0 -1
- package/esm/components/grouped-character/grouped-character.component.js +0 -1
- package/esm/components/message/message-content/message-content.style.js +0 -8
- package/esm/components/navigation-bar/navigation-bar.component.js +293 -35
- package/esm/components/number/number.component.js +0 -1
- package/esm/components/radio-button/radio-button.component.js +0 -1
- package/esm/components/select/filterable-select/filterable-select.component.js +7 -2
- package/esm/components/select/multi-select/multi-select.component.js +0 -1
- package/esm/components/select/option/option.component.js +0 -1
- package/esm/components/select/select-textbox/select-textbox.component.js +1 -5
- package/esm/components/select/simple-select/simple-select.component.js +0 -1
- package/esm/components/switch/switch.component.js +0 -1
- package/esm/components/textarea/textarea.component.js +0 -1
- package/esm/components/textbox/textbox.component.js +4 -5
- package/esm/components/toast/toast.component.js +4 -4
- package/esm/components/toast/toast.style.d.ts +14 -13
- package/esm/components/toast/toast.style.js +42 -14
- package/lib/__internal__/character-count/character-count.component.js +1 -2
- package/lib/__internal__/character-count/character-count.style.js +6 -10
- package/lib/__internal__/checkable-input/checkable-input-svg-wrapper.style.js +1 -2
- package/lib/__internal__/checkable-input/checkable-input.component.js +3 -5
- package/lib/__internal__/checkable-input/checkable-input.style.js +5 -7
- package/lib/__internal__/checkable-input/hidden-checkable-input.component.js +3 -5
- package/lib/__internal__/checkable-input/hidden-checkable-input.style.js +1 -2
- package/lib/__internal__/field-help/field-help.component.js +1 -2
- package/lib/__internal__/field-help/field-help.style.js +3 -4
- package/lib/__internal__/fieldset/fieldset.component.js +3 -4
- package/lib/__internal__/fieldset/fieldset.style.js +6 -9
- package/lib/__internal__/focus-trap/focus-trap-utils.js +1 -3
- package/lib/__internal__/focus-trap/focus-trap.component.js +6 -8
- package/lib/__internal__/form-field/form-field.component.js +3 -4
- package/lib/__internal__/form-field/form-field.style.js +4 -6
- package/lib/__internal__/form-spacing-provider/form-spacing-context.js +1 -2
- package/lib/__internal__/form-spacing-provider/form-spacing-provider.component.js +1 -2
- package/lib/__internal__/full-screen-heading/full-screen-heading.component.js +3 -4
- package/lib/__internal__/full-screen-heading/full-screen-heading.style.js +4 -6
- package/lib/__internal__/i18n-context/index.js +1 -2
- package/lib/__internal__/input/index.js +1 -2
- package/lib/__internal__/input/input-presentation.component.js +3 -4
- package/lib/__internal__/input/input-presentation.style.js +4 -6
- package/lib/__internal__/input/input-sizes.style.js +1 -2
- package/lib/__internal__/input/input.component.js +3 -5
- package/lib/__internal__/input/input.style.js +3 -4
- package/lib/__internal__/input-behaviour/input-behaviour.component.js +1 -2
- package/lib/__internal__/input-behaviour/input-group-behaviour.component.js +1 -2
- package/lib/__internal__/input-behaviour/useInputBehaviour.js +1 -2
- package/lib/__internal__/input-icon-toggle/input-icon-toggle.component.js +1 -2
- package/lib/__internal__/input-icon-toggle/input-icon-toggle.style.js +3 -4
- package/lib/__internal__/label/icon-wrapper.style.js +1 -2
- package/lib/__internal__/label/label.component.js +3 -4
- package/lib/__internal__/label/label.style.js +4 -6
- package/lib/__internal__/popover/popover.component.js +3 -4
- package/lib/__internal__/popover/popover.style.js +3 -5
- package/lib/__internal__/radio-button-mapper/radio-button-mapper.component.js +3 -4
- package/lib/__internal__/sticky-footer/sticky-footer.component.js +3 -4
- package/lib/__internal__/sticky-footer/sticky-footer.style.js +3 -4
- package/lib/__internal__/tooltip-provider/index.js +3 -4
- package/lib/__internal__/utils/helpers/browser-type-check/index.js +1 -2
- package/lib/__internal__/utils/helpers/events/events.js +1 -2
- package/lib/__internal__/utils/helpers/tags/tags.js +1 -2
- package/lib/__internal__/utils/logger/index.js +1 -2
- package/lib/__internal__/validation-message/validation-message.component.js +1 -2
- package/lib/__internal__/validation-message/validation-message.style.js +3 -4
- package/lib/__internal__/validations/validation-icon.component.js +3 -4
- package/lib/__internal__/validations/validation-icon.style.js +3 -4
- package/lib/__spec_helper__/mock-resize-observer.js +1 -2
- package/lib/__spec_helper__/test-utils.js +6 -12
- package/lib/components/accordion/accordion-group/accordion-group.component.js +3 -4
- package/lib/components/accordion/accordion.component.js +4 -6
- package/lib/components/accordion/accordion.style.js +11 -20
- package/lib/components/action-popover/action-popover-context.js +1 -2
- package/lib/components/action-popover/action-popover-divider/action-popover-divider.component.js +1 -2
- package/lib/components/action-popover/action-popover-item/action-popover-item.component.js +3 -4
- package/lib/components/action-popover/action-popover-menu/action-popover-menu.component.js +3 -4
- package/lib/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.js +1 -2
- package/lib/components/action-popover/action-popover.component.js +3 -4
- package/lib/components/action-popover/action-popover.style.js +15 -27
- package/lib/components/advanced-color-picker/advanced-color-picker-cell.style.js +3 -4
- package/lib/components/advanced-color-picker/advanced-color-picker.component.js +3 -4
- package/lib/components/advanced-color-picker/advanced-color-picker.style.js +7 -11
- package/lib/components/alert/alert.component.js +1 -2
- package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +1 -2
- package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.style.js +3 -4
- package/lib/components/anchor-navigation/anchor-navigation.component.js +3 -4
- package/lib/components/anchor-navigation/anchor-navigation.style.js +4 -7
- package/lib/components/anchor-navigation/anchor-section-divider.component.js +1 -2
- package/lib/components/badge/badge.component.js +1 -2
- package/lib/components/badge/badge.style.js +6 -10
- package/lib/components/batch-selection/batch-selection.component.js +1 -2
- package/lib/components/batch-selection/batch-selection.style.js +5 -7
- package/lib/components/box/box.component.js +305 -49
- package/lib/components/box/box.config.js +2 -3
- package/lib/components/box/box.style.js +3 -4
- package/lib/components/breadcrumbs/breadcrumbs.component.js +2 -4
- package/lib/components/breadcrumbs/breadcrumbs.style.js +1 -2
- package/lib/components/breadcrumbs/crumb/crumb.component.js +1 -2
- package/lib/components/breadcrumbs/crumb/crumb.style.js +6 -9
- package/lib/components/button/button.component.js +4 -6
- package/lib/components/button/button.config.js +3 -6
- package/lib/components/button/button.style.js +4 -6
- package/lib/components/button/index.js +2 -2
- package/lib/components/button-bar/button-bar.component.js +2 -4
- package/lib/components/button-bar/button-bar.config.js +2 -4
- package/lib/components/button-bar/button-bar.style.js +3 -4
- package/lib/components/button-minor/button-minor.component.js +3 -4
- package/lib/components/button-minor/button-minor.style.js +3 -4
- package/lib/components/button-toggle/button-toggle-group/button-toggle-group.component.js +4 -6
- package/lib/components/button-toggle/button-toggle-group/button-toggle-group.style.js +4 -6
- package/lib/components/button-toggle/button-toggle-icon.component.js +1 -2
- package/lib/components/button-toggle/button-toggle.component.js +3 -4
- package/lib/components/button-toggle/button-toggle.style.js +7 -11
- package/lib/components/carbon-provider/carbon-provider.component.js +4 -6
- package/lib/components/carbon-provider/top-modal-context.js +3 -4
- package/lib/components/card/__internal__/card-context/index.js +1 -2
- package/lib/components/card/card-column/card-column.component.js +1 -2
- package/lib/components/card/card-column/card-column.style.js +1 -2
- package/lib/components/card/card-footer/card-footer.component.js +3 -4
- package/lib/components/card/card-footer/card-footer.style.js +3 -4
- package/lib/components/card/card-row/card-row.component.js +1 -2
- package/lib/components/card/card-row/card-row.style.js +3 -4
- package/lib/components/card/card.component.js +3 -4
- package/lib/components/card/card.config.js +2 -4
- package/lib/components/card/card.style.js +3 -4
- package/lib/components/carousel/carousel.component.js +3 -4
- package/lib/components/carousel/carousel.style.js +16 -29
- package/lib/components/carousel/slide/slide.component.js +1 -2
- package/lib/components/carousel/slide/slide.style.js +4 -5
- package/lib/components/carousel/slide.config.js +3 -5
- package/lib/components/checkbox/checkbox-group.component.js +4 -6
- package/lib/components/checkbox/checkbox-group.style.js +4 -6
- package/lib/components/checkbox/checkbox-svg.component.js +1 -2
- package/lib/components/checkbox/checkbox.component.js +4 -7
- package/lib/components/checkbox/checkbox.style.js +3 -4
- package/lib/components/confirm/confirm.component.js +3 -4
- package/lib/components/confirm/confirm.config.js +1 -2
- package/lib/components/confirm/confirm.style.js +5 -7
- package/lib/components/content/content.component.js +1 -2
- package/lib/components/content/content.style.js +6 -9
- package/lib/components/date/__internal__/date-formats/index.js +1 -2
- package/lib/components/date/__internal__/date-picker/date-picker.component.js +3 -4
- package/lib/components/date/__internal__/date-picker/day-picker.style.js +3 -4
- package/lib/components/date/__internal__/navbar/button.style.js +1 -2
- package/lib/components/date/__internal__/navbar/navbar.component.js +1 -2
- package/lib/components/date/__internal__/navbar/navbar.style.js +1 -2
- package/lib/components/date/__internal__/utils.js +0 -1
- package/lib/components/date/__internal__/weekday/abbr.style.js +1 -2
- package/lib/components/date/__internal__/weekday/weekday.component.js +1 -2
- package/lib/components/date/__internal__/weekday/weekday.style.js +1 -2
- package/lib/components/date/date.component.js +4 -13
- package/lib/components/date/date.style.js +3 -4
- package/lib/components/date-range/date-range.component.js +3 -4
- package/lib/components/date-range/date-range.context.js +1 -2
- package/lib/components/date-range/date-range.style.js +1 -2
- package/lib/components/decimal/decimal.component.js +4 -7
- package/lib/components/definition-list/__internal__/dl.context.js +1 -2
- package/lib/components/definition-list/dd.component.js +3 -4
- package/lib/components/definition-list/definition-list.style.js +6 -9
- package/lib/components/definition-list/dl.component.js +1 -2
- package/lib/components/definition-list/dt.component.js +3 -4
- package/lib/components/detail/detail.component.js +1 -2
- package/lib/components/detail/detail.style.js +6 -10
- package/lib/components/dialog/dialog.component.js +4 -6
- package/lib/components/dialog/dialog.config.js +5 -10
- package/lib/components/dialog/dialog.style.js +6 -10
- package/lib/components/dialog-full-screen/content.style.js +3 -4
- package/lib/components/dialog-full-screen/dialog-full-screen.component.js +3 -4
- package/lib/components/dialog-full-screen/dialog-full-screen.style.js +3 -4
- package/lib/components/dismissible-box/dismissible-box.component.js +1 -2
- package/lib/components/dismissible-box/dismissible-box.style.js +4 -5
- package/lib/components/draggable/draggable-container.component.js +3 -4
- package/lib/components/draggable/draggable-item.component.js +1 -2
- package/lib/components/draggable/draggable-item.style.js +3 -6
- package/lib/components/draggable/internal/drop-target.component.js +1 -2
- package/lib/components/drawer/drawer.component.js +4 -6
- package/lib/components/drawer/drawer.style.js +10 -17
- package/lib/components/drawer/index.js +2 -2
- package/lib/components/duelling-picklist/duelling-picklist.component.js +3 -4
- package/lib/components/duelling-picklist/duelling-picklist.context.js +1 -2
- package/lib/components/duelling-picklist/duelling-picklist.style.js +9 -16
- package/lib/components/duelling-picklist/picklist/picklist.component.js +3 -4
- package/lib/components/duelling-picklist/picklist/picklist.style.js +3 -5
- package/lib/components/duelling-picklist/picklist-divider/picklist-divider.component.js +1 -2
- package/lib/components/duelling-picklist/picklist-divider/picklist-divider.style.js +1 -2
- package/lib/components/duelling-picklist/picklist-group/picklist-group.component.js +4 -6
- package/lib/components/duelling-picklist/picklist-group/picklist-group.style.js +7 -11
- package/lib/components/duelling-picklist/picklist-item/picklist-item.component.js +4 -6
- package/lib/components/duelling-picklist/picklist-item/picklist-item.style.js +6 -9
- package/lib/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.js +1 -2
- package/lib/components/fieldset/fieldset.component.js +1 -2
- package/lib/components/fieldset/fieldset.style.js +4 -7
- package/lib/components/flat-table/cell-sizes.style.js +2 -3
- package/lib/components/flat-table/flat-table-body/flat-table-body.component.js +2 -4
- package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +3 -4
- package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.style.js +3 -4
- package/lib/components/flat-table/flat-table-cell/flat-table-cell.component.js +3 -4
- package/lib/components/flat-table/flat-table-cell/flat-table-cell.style.js +4 -6
- package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.component.js +3 -4
- package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.style.js +3 -4
- package/lib/components/flat-table/flat-table-head/flat-table-head.component.js +4 -6
- package/lib/components/flat-table/flat-table-head/flat-table-head.style.js +1 -2
- package/lib/components/flat-table/flat-table-header/flat-table-header-utils.js +1 -2
- package/lib/components/flat-table/flat-table-header/flat-table-header.component.js +3 -4
- package/lib/components/flat-table/flat-table-header/flat-table-header.style.js +3 -4
- package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-context.js +2 -3
- package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +1 -2
- package/lib/components/flat-table/flat-table-row/__internal__/sub-row-provider.js +4 -6
- package/lib/components/flat-table/flat-table-row/flat-table-row.component.js +4 -6
- package/lib/components/flat-table/flat-table-row/flat-table-row.style.js +3 -4
- package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.component.js +3 -4
- package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.style.js +5 -7
- package/lib/components/flat-table/flat-table.component.js +4 -6
- package/lib/components/flat-table/flat-table.config.js +2 -4
- package/lib/components/flat-table/flat-table.style.js +6 -10
- package/lib/components/flat-table/sort/sort.component.js +3 -4
- package/lib/components/flat-table/sort/sort.style.js +3 -5
- package/lib/components/form/__internal__/form-summary.component.js +3 -4
- package/lib/components/form/__internal__/form-summary.style.js +6 -9
- package/lib/components/form/form.component.js +3 -4
- package/lib/components/form/form.config.js +3 -5
- package/lib/components/form/form.style.js +8 -14
- package/lib/components/global-header/global-header.component.js +1 -2
- package/lib/components/grid/grid-container/grid-container.component.js +1 -2
- package/lib/components/grid/grid-container/grid-container.style.js +1 -2
- package/lib/components/grid/grid-item/grid-item.component.js +1 -2
- package/lib/components/grid/grid-item/grid-item.style.js +3 -4
- package/lib/components/grouped-character/grouped-character.component.js +4 -7
- package/lib/components/heading/heading.component.js +1 -2
- package/lib/components/heading/heading.style.js +14 -25
- package/lib/components/help/help.component.js +3 -4
- package/lib/components/help/help.config.js +1 -2
- package/lib/components/help/help.style.js +3 -4
- package/lib/components/hr/hr.component.js +1 -2
- package/lib/components/hr/hr.style.js +1 -2
- package/lib/components/i18n-provider/i18n-provider.component.js +1 -2
- package/lib/components/icon/icon-config.js +6 -12
- package/lib/components/icon/icon-unicodes.js +1 -2
- package/lib/components/icon/icon.component.js +3 -4
- package/lib/components/icon/icon.style.js +3 -4
- package/lib/components/icon-button/icon-button.component.js +3 -4
- package/lib/components/icon-button/icon-button.style.js +3 -4
- package/lib/components/image/image.component.js +1 -2
- package/lib/components/image/image.style.js +3 -4
- package/lib/components/inline-inputs/inline-inputs.component.js +3 -4
- package/lib/components/inline-inputs/inline-inputs.config.js +1 -2
- package/lib/components/inline-inputs/inline-inputs.style.js +5 -8
- package/lib/components/link/link.component.js +4 -6
- package/lib/components/link/link.config.js +3 -6
- package/lib/components/link/link.style.js +4 -6
- package/lib/components/link-preview/__internal__/placeholder.component.js +2 -4
- package/lib/components/link-preview/link-preview.component.js +1 -2
- package/lib/components/link-preview/link-preview.style.js +9 -15
- package/lib/components/loader/loader-square.style.js +3 -4
- package/lib/components/loader/loader.component.js +1 -2
- package/lib/components/loader/loader.config.js +1 -2
- package/lib/components/loader/loader.style.js +1 -2
- package/lib/components/loader-bar/loader-bar.component.js +3 -4
- package/lib/components/loader-bar/loader-bar.config.js +1 -2
- package/lib/components/loader-bar/loader-bar.style.js +5 -8
- package/lib/components/menu/__internal__/locators.js +6 -12
- package/lib/components/menu/__internal__/spec-helper/index.js +1 -2
- package/lib/components/menu/__internal__/submenu/submenu.component.js +3 -4
- package/lib/components/menu/__internal__/submenu/submenu.context.js +1 -2
- package/lib/components/menu/__internal__/submenu/submenu.style.js +4 -6
- package/lib/components/menu/menu-divider/menu-divider.component.js +3 -4
- package/lib/components/menu/menu-divider/menu-divider.style.js +3 -4
- package/lib/components/menu/menu-full-screen/menu-full-screen.component.js +3 -4
- package/lib/components/menu/menu-full-screen/menu-full-screen.style.js +4 -6
- package/lib/components/menu/menu-item/menu-item.component.js +3 -4
- package/lib/components/menu/menu-item/menu-item.style.js +3 -4
- package/lib/components/menu/menu-segment-title/menu-segment-title.component.js +3 -4
- package/lib/components/menu/menu-segment-title/menu-segment-title.style.js +5 -7
- package/lib/components/menu/menu.component.js +3 -4
- package/lib/components/menu/menu.config.js +2 -3
- package/lib/components/menu/menu.context.js +2 -3
- package/lib/components/menu/menu.style.js +4 -6
- package/lib/components/menu/scrollable-block/scrollable-block.component.js +3 -4
- package/lib/components/menu/scrollable-block/scrollable-block.style.js +3 -4
- package/lib/components/message/message-content/message-content.component.js +1 -2
- package/lib/components/message/message-content/message-content.style.js +1 -10
- package/lib/components/message/message.component.js +4 -6
- package/lib/components/message/message.style.js +3 -4
- package/lib/components/message/type-icon/type-icon.component.js +1 -2
- package/lib/components/message/type-icon/type-icon.style.js +3 -4
- package/lib/components/modal/__internal__/modal-manager.js +2 -4
- package/lib/components/modal/index.js +2 -2
- package/lib/components/modal/modal.component.js +4 -6
- package/lib/components/modal/modal.style.js +4 -6
- package/lib/components/multi-action-button/multi-action-button.component.js +3 -4
- package/lib/components/multi-action-button/multi-action-button.config.js +3 -6
- package/lib/components/multi-action-button/multi-action-button.style.js +4 -6
- package/lib/components/navigation-bar/fixed-navigation-bar.context.js +3 -4
- package/lib/components/navigation-bar/navigation-bar.component.js +296 -39
- package/lib/components/navigation-bar/navigation-bar.style.js +3 -4
- package/lib/components/note/__internal__/status-icon/status-icon.component.js +1 -2
- package/lib/components/note/__internal__/status-icon/status-icon.style.js +1 -2
- package/lib/components/note/note.component.js +1 -2
- package/lib/components/note/note.style.js +9 -16
- package/lib/components/number/number.component.js +4 -7
- package/lib/components/numeral-date/numeral-date-context.js +1 -2
- package/lib/components/numeral-date/numeral-date.component.js +4 -6
- package/lib/components/numeral-date/numeral-date.style.js +5 -7
- package/lib/components/pager/__internal__/pager-navigation-link.component.js +3 -4
- package/lib/components/pager/__internal__/pager-navigation.component.js +3 -4
- package/lib/components/pager/pager.component.js +3 -4
- package/lib/components/pager/pager.style.js +13 -23
- package/lib/components/pages/page/page.component.js +3 -4
- package/lib/components/pages/page/page.style.js +2 -4
- package/lib/components/pages/pages.component.js +3 -4
- package/lib/components/pages/pages.config.js +3 -5
- package/lib/components/pages/pages.style.js +2 -4
- package/lib/components/password/password.component.js +3 -4
- package/lib/components/password/password.style.js +3 -5
- package/lib/components/pill/pill.component.js +1 -2
- package/lib/components/pill/pill.style.js +3 -4
- package/lib/components/pod/pod.component.js +3 -4
- package/lib/components/pod/pod.config.js +3 -6
- package/lib/components/pod/pod.style.js +13 -24
- package/lib/components/popover-container/popover-container.component.js +3 -4
- package/lib/components/popover-container/popover-container.style.js +6 -12
- package/lib/components/portal/portal.js +4 -6
- package/lib/components/portrait/portrait.component.js +3 -4
- package/lib/components/portrait/portrait.config.js +4 -7
- package/lib/components/portrait/portrait.style.js +5 -10
- package/lib/components/preview/__internal__/preview-placeholder.component.js +1 -2
- package/lib/components/preview/__internal__/preview-placeholder.style.js +4 -5
- package/lib/components/preview/preview.component.js +1 -2
- package/lib/components/preview/preview.style.js +1 -2
- package/lib/components/profile/profile.component.js +1 -2
- package/lib/components/profile/profile.config.js +3 -5
- package/lib/components/profile/profile.style.js +6 -12
- package/lib/components/progress-tracker/progress-tracker.component.js +3 -4
- package/lib/components/progress-tracker/progress-tracker.config.js +1 -2
- package/lib/components/progress-tracker/progress-tracker.style.js +8 -14
- package/lib/components/radio-button/index.js +1 -2
- package/lib/components/radio-button/radio-button-group.component.js +3 -4
- package/lib/components/radio-button/radio-button-group.style.js +4 -6
- package/lib/components/radio-button/radio-button-svg.component.js +1 -2
- package/lib/components/radio-button/radio-button.component.js +4 -7
- package/lib/components/radio-button/radio-button.style.js +3 -4
- package/lib/components/search/search-button.style.js +2 -4
- package/lib/components/search/search.component.js +4 -6
- package/lib/components/search/search.style.js +3 -4
- package/lib/components/select/__internal__/select-list-context.js +1 -2
- package/lib/components/select/__internal__/select-text/select-text.component.js +1 -2
- package/lib/components/select/__internal__/select-text/select-text.style.js +3 -4
- package/lib/components/select/filterable-select/filterable-select.component.js +11 -8
- package/lib/components/select/list-action-button/list-action-button.component.js +1 -2
- package/lib/components/select/list-action-button/list-action-button.style.js +1 -2
- package/lib/components/select/multi-select/multi-select.component.js +4 -7
- package/lib/components/select/multi-select/multi-select.style.js +3 -6
- package/lib/components/select/option/option.component.js +3 -5
- package/lib/components/select/option/option.style.js +3 -4
- package/lib/components/select/option-group-header/option-group-header.component.js +1 -2
- package/lib/components/select/option-group-header/option-group-header.style.js +1 -2
- package/lib/components/select/option-row/option-row.component.js +3 -4
- package/lib/components/select/option-row/option-row.style.js +3 -4
- package/lib/components/select/select-list/select-list-container.style.js +1 -2
- package/lib/components/select/select-list/select-list.component.js +3 -4
- package/lib/components/select/select-list/select-list.style.js +8 -13
- package/lib/components/select/select-textbox/select-textbox.component.js +4 -9
- package/lib/components/select/select.style.js +3 -4
- package/lib/components/select/simple-select/simple-select.component.js +4 -7
- package/lib/components/select/utils/get-next-index-by-key.js +1 -2
- package/lib/components/select/utils/matching-text.style.js +1 -2
- package/lib/components/select/utils/with-filter.hoc.js +3 -4
- package/lib/components/settings-row/settings-row.component.js +1 -2
- package/lib/components/settings-row/settings-row.style.js +6 -9
- package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.component.js +1 -2
- package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.style.js +3 -4
- package/lib/components/sidebar/index.js +2 -2
- package/lib/components/sidebar/sidebar.component.js +5 -8
- package/lib/components/sidebar/sidebar.config.js +7 -14
- package/lib/components/sidebar/sidebar.style.js +3 -4
- package/lib/components/simple-color-picker/simple-color/simple-color.component.js +4 -6
- package/lib/components/simple-color-picker/simple-color/simple-color.style.js +7 -11
- package/lib/components/simple-color-picker/simple-color-picker.component.js +4 -6
- package/lib/components/simple-color-picker/simple-color-picker.style.js +5 -7
- package/lib/components/split-button/__internal__/split-button.context.js +2 -3
- package/lib/components/split-button/split-button-children.style.js +4 -6
- package/lib/components/split-button/split-button-toggle.style.js +3 -4
- package/lib/components/split-button/split-button.component.js +3 -4
- package/lib/components/split-button/split-button.config.js +4 -8
- package/lib/components/split-button/split-button.style.js +3 -4
- package/lib/components/step-sequence/step-sequence-item/step-sequence-item.component.js +3 -4
- package/lib/components/step-sequence/step-sequence-item/step-sequence-item.style.js +7 -11
- package/lib/components/step-sequence/step-sequence.component.js +2 -4
- package/lib/components/step-sequence/step-sequence.config.js +2 -4
- package/lib/components/step-sequence/step-sequence.style.js +3 -4
- package/lib/components/switch/__internal__/switch-slider-panel.style.js +3 -4
- package/lib/components/switch/__internal__/switch-slider.component.js +1 -2
- package/lib/components/switch/__internal__/switch-slider.style.js +3 -4
- package/lib/components/switch/switch.component.js +4 -7
- package/lib/components/switch/switch.style.js +5 -8
- package/lib/components/tabs/__internal__/tab-title/index.js +2 -2
- package/lib/components/tabs/__internal__/tab-title/tab-title.component.js +4 -6
- package/lib/components/tabs/__internal__/tab-title/tab-title.style.js +8 -13
- package/lib/components/tabs/__internal__/tabs-header/tabs-header.component.js +3 -4
- package/lib/components/tabs/__internal__/tabs-header/tabs-header.style.js +9 -15
- package/lib/components/tabs/tab/index.js +2 -2
- package/lib/components/tabs/tab/tab.component.js +4 -6
- package/lib/components/tabs/tab/tab.style.js +3 -4
- package/lib/components/tabs/tabs.component.js +2 -2
- package/lib/components/tabs/tabs.style.js +3 -4
- package/lib/components/text-editor/__internal__/decorators/index.js +1 -2
- package/lib/components/text-editor/__internal__/decorators/link-decorator.js +2 -3
- package/lib/components/text-editor/__internal__/editor-link/editor-link.component.js +3 -4
- package/lib/components/text-editor/__internal__/editor-link/editor-link.style.js +1 -2
- package/lib/components/text-editor/__internal__/editor-validation-wrapper/editor-validation-wrapper.component.js +1 -2
- package/lib/components/text-editor/__internal__/editor-validation-wrapper/editor-validation-wrapper.style.js +1 -2
- package/lib/components/text-editor/__internal__/label-wrapper/label-wrapper.component.js +1 -2
- package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +2 -4
- package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.style.js +3 -4
- package/lib/components/text-editor/__internal__/toolbar/toolbar.component.js +3 -4
- package/lib/components/text-editor/__internal__/toolbar/toolbar.style.js +4 -7
- package/lib/components/text-editor/index.js +2 -2
- package/lib/components/text-editor/text-editor.component.js +7 -12
- package/lib/components/text-editor/text-editor.style.js +6 -9
- package/lib/components/text-editor/types.js +4 -8
- package/lib/components/textarea/textarea.component.js +4 -7
- package/lib/components/textarea/textarea.style.js +4 -6
- package/lib/components/textbox/__internal__/prefix.style.js +1 -2
- package/lib/components/textbox/textbox.component.js +8 -11
- package/lib/components/textbox/textbox.style.js +5 -7
- package/lib/components/tile/__internal__/tile-context.js +2 -3
- package/lib/components/tile/tile-content/tile-content.component.js +3 -4
- package/lib/components/tile/tile-content/tile-content.style.js +3 -4
- package/lib/components/tile/tile-footer/tile-footer.component.js +1 -2
- package/lib/components/tile/tile-footer/tile-footer.style.js +3 -4
- package/lib/components/tile/tile.component.js +1 -2
- package/lib/components/tile/tile.config.js +2 -4
- package/lib/components/tile/tile.style.js +3 -4
- package/lib/components/tile-select/__internal__/accordion/accordion.component.js +3 -4
- package/lib/components/tile-select/__internal__/accordion/accordion.style.js +3 -5
- package/lib/components/tile-select/tile-select-group.component.js +1 -2
- package/lib/components/tile-select/tile-select.component.js +3 -4
- package/lib/components/tile-select/tile-select.style.js +16 -30
- package/lib/components/toast/toast.component.js +7 -9
- package/lib/components/toast/toast.config.js +1 -2
- package/lib/components/toast/toast.style.d.ts +14 -13
- package/lib/components/toast/toast.style.js +47 -23
- package/lib/components/tooltip/tooltip-pointer.style.js +3 -4
- package/lib/components/tooltip/tooltip.component.js +4 -6
- package/lib/components/tooltip/tooltip.config.js +1 -2
- package/lib/components/tooltip/tooltip.style.js +3 -4
- package/lib/components/typography/typography.component.js +1 -2
- package/lib/components/typography/typography.style.js +3 -4
- package/lib/components/vertical-divider/vertical-divider.component.js +3 -4
- package/lib/components/vertical-divider/vertical-divider.style.js +4 -6
- package/lib/components/vertical-menu/vertical-menu-full-screen.component.js +3 -4
- package/lib/components/vertical-menu/vertical-menu-full-screen.context.js +1 -2
- package/lib/components/vertical-menu/vertical-menu-item.component.js +3 -4
- package/lib/components/vertical-menu/vertical-menu-trigger.component.js +1 -2
- package/lib/components/vertical-menu/vertical-menu.component.js +1 -2
- package/lib/components/vertical-menu/vertical-menu.style.js +11 -19
- package/lib/hooks/__internal__/useCharacterCount/useCharacterCount.js +3 -4
- package/lib/hooks/__internal__/useChildButtons/useChildButtons.js +1 -2
- package/lib/hooks/__internal__/useDebounce/useDebounce.js +1 -2
- package/lib/hooks/__internal__/useFloating/useFloating.js +1 -2
- package/lib/hooks/__internal__/useIsStickyFooterForm/useIsStickyFooterForm.js +2 -2
- package/lib/hooks/__internal__/useModalManager/useModalManager.js +1 -2
- package/lib/hooks/__internal__/useScrollBlock/scroll-block-manager.js +1 -2
- package/lib/hooks/__internal__/useScrollBlock/useScrollBlock.js +1 -2
- package/lib/hooks/__internal__/useStableCallback/useStableCallback.js +1 -2
- package/lib/hooks/__internal__/useThrottle/useThrottle.js +1 -2
- package/lib/locales/en-gb.js +1 -2
- package/lib/locales/pl-pl.js +1 -2
- package/lib/style/color-config/index.js +1 -2
- package/lib/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.js +1 -2
- package/lib/style/design-tokens/debug-theme.util.js +2 -3
- package/lib/style/global-style.js +1 -2
- package/lib/style/palette/index.js +1 -2
- package/lib/style/themes/aegean/index.js +1 -2
- package/lib/style/themes/base/base-theme.config.js +1 -2
- package/lib/style/themes/base/index.js +1 -2
- package/lib/style/themes/index.js +1 -2
- package/lib/style/themes/medium/index.js +2 -3
- package/lib/style/themes/mint/index.js +1 -2
- package/lib/style/themes/none/index.js +1 -2
- package/lib/style/themes/sage/index.js +2 -3
- package/lib/style/themes/small/index.js +2 -3
- package/lib/style/utils/filter-out-position-props.js +1 -2
- package/lib/style/utils/filter-out-styled-system-spacing-props.js +1 -2
- package/lib/style/utils/filter-styled-system-flexbox-props.js +1 -2
- package/lib/style/utils/filter-styled-system-grid-props.js +1 -2
- package/lib/style/utils/filter-styled-system-layout-props.js +1 -2
- package/lib/style/utils/filter-styled-system-margin-props.js +1 -2
- package/lib/style/utils/filter-styled-system-padding-props.js +8 -16
- package/lib/style/utils/get-rgb-values.js +1 -2
- package/lib/style/utils/visually-hidden.js +2 -3
- package/package.json +53 -49
|
@@ -177,7 +177,6 @@ CheckableInput.propTypes = {
|
|
|
177
177
|
"content": PropTypes.string,
|
|
178
178
|
"contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
|
|
179
179
|
"contextMenu": PropTypes.string,
|
|
180
|
-
"crossOrigin": PropTypes.oneOf(["", "anonymous", "use-credentials"]),
|
|
181
180
|
"dangerouslySetInnerHTML": PropTypes.shape({
|
|
182
181
|
"__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
|
|
183
182
|
}),
|
|
@@ -146,7 +146,6 @@ HiddenCheckableInput.propTypes = {
|
|
|
146
146
|
"content": PropTypes.string,
|
|
147
147
|
"contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
|
|
148
148
|
"contextMenu": PropTypes.string,
|
|
149
|
-
"crossOrigin": PropTypes.oneOf(["", "anonymous", "use-credentials"]),
|
|
150
149
|
"dangerouslySetInnerHTML": PropTypes.shape({
|
|
151
150
|
"__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
|
|
152
151
|
}),
|
|
@@ -219,7 +219,6 @@ Input.propTypes = {
|
|
|
219
219
|
"content": PropTypes.string,
|
|
220
220
|
"contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
|
|
221
221
|
"contextMenu": PropTypes.string,
|
|
222
|
-
"crossOrigin": PropTypes.oneOf(["", "anonymous", "use-credentials"]),
|
|
223
222
|
"dangerouslySetInnerHTML": PropTypes.shape({
|
|
224
223
|
"__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
|
|
225
224
|
}),
|
|
@@ -7,6 +7,7 @@ import { StyledAccordionGroup } from "../accordion.style";
|
|
|
7
7
|
|
|
8
8
|
// typescript-to-proptypes breaks on recursive type references so it has to be an interface
|
|
9
9
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
10
|
+
|
|
10
11
|
export const AccordionGroup = ({
|
|
11
12
|
children,
|
|
12
13
|
...rest
|
|
@@ -49,7 +49,7 @@ const Box = /*#__PURE__*/React.forwardRef(({
|
|
|
49
49
|
}, tagComponent(dataComponent, rest), filterStyledSystemMarginProps(rest), filterStyledSystemPaddingProps(rest), filterStyledSystemFlexboxProps(rest), filterStyledSystemGridProps(rest), filterStyledSystemLayoutProps(rest)), children);
|
|
50
50
|
});
|
|
51
51
|
Box.propTypes = {
|
|
52
|
-
"alignContent": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert", "space-around", "space-between", "space-evenly", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert", "space-around", "space-between", "space-evenly", "start", "stretch", "unset", null]), PropTypes.shape({
|
|
52
|
+
"alignContent": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert-layer", "revert", "space-around", "space-between", "space-evenly", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert-layer", "revert", "space-around", "space-between", "space-evenly", "start", "stretch", "unset", null]), PropTypes.shape({
|
|
53
53
|
"__@iterator": PropTypes.func.isRequired,
|
|
54
54
|
"anchor": PropTypes.func.isRequired,
|
|
55
55
|
"at": PropTypes.func.isRequired,
|
|
@@ -150,7 +150,7 @@ Box.propTypes = {
|
|
|
150
150
|
"trimStart": PropTypes.func.isRequired,
|
|
151
151
|
"valueOf": PropTypes.func.isRequired
|
|
152
152
|
})]),
|
|
153
|
-
"alignItems": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert", "self-end", "self-start", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert", "self-end", "self-start", "start", "stretch", "unset", null]), PropTypes.shape({
|
|
153
|
+
"alignItems": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert-layer", "revert", "self-end", "self-start", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert-layer", "revert", "self-end", "self-start", "start", "stretch", "unset", null]), PropTypes.shape({
|
|
154
154
|
"__@iterator": PropTypes.func.isRequired,
|
|
155
155
|
"anchor": PropTypes.func.isRequired,
|
|
156
156
|
"at": PropTypes.func.isRequired,
|
|
@@ -251,7 +251,7 @@ Box.propTypes = {
|
|
|
251
251
|
"trimStart": PropTypes.func.isRequired,
|
|
252
252
|
"valueOf": PropTypes.func.isRequired
|
|
253
253
|
})]),
|
|
254
|
-
"alignSelf": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert", "self-end", "self-start", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert", "self-end", "self-start", "start", "stretch", "unset", null]), PropTypes.shape({
|
|
254
|
+
"alignSelf": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert-layer", "revert", "self-end", "self-start", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert-layer", "revert", "self-end", "self-start", "start", "stretch", "unset", null]), PropTypes.shape({
|
|
255
255
|
"__@iterator": PropTypes.func.isRequired,
|
|
256
256
|
"anchor": PropTypes.func.isRequired,
|
|
257
257
|
"at": PropTypes.func.isRequired,
|
|
@@ -479,7 +479,7 @@ Box.propTypes = {
|
|
|
479
479
|
"data-component": PropTypes.string,
|
|
480
480
|
"data-element": PropTypes.string,
|
|
481
481
|
"data-role": PropTypes.string,
|
|
482
|
-
"display": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "-ms-flexbox", "-ms-grid", "-ms-inline-flexbox", "-ms-inline-grid", "-webkit-flex", "-webkit-inline-flex", "block", "contents", "flex", "flow-root", "flow", "grid", "inherit", "initial", "inline-block", "inline-flex", "inline-grid", "inline-list-item", "inline-table", "inline", "list-item", "none", "revert", "ruby-base-container", "ruby-base", "ruby-text-container", "ruby-text", "ruby", "run-in", "table-caption", "table-cell", "table-column-group", "table-column", "table-footer-group", "table-header-group", "table-row-group", "table-row", "table", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "-ms-flexbox", "-ms-grid", "-ms-inline-flexbox", "-ms-inline-grid", "-webkit-flex", "-webkit-inline-flex", "block", "contents", "flex", "flow-root", "flow", "grid", "inherit", "initial", "inline-block", "inline-flex", "inline-grid", "inline-list-item", "inline-table", "inline", "list-item", "none", "revert", "ruby-base-container", "ruby-base", "ruby-text-container", "ruby-text", "ruby", "run-in", "table-caption", "table-cell", "table-column-group", "table-column", "table-footer-group", "table-header-group", "table-row-group", "table-row", "table", "unset", null]), PropTypes.shape({
|
|
482
|
+
"display": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "-ms-flexbox", "-ms-grid", "-ms-inline-flexbox", "-ms-inline-grid", "-webkit-flex", "-webkit-inline-flex", "block", "contents", "flex", "flow-root", "flow", "grid", "inherit", "initial", "inline-block", "inline-flex", "inline-grid", "inline-list-item", "inline-table", "inline", "list-item", "none", "revert-layer", "revert", "ruby-base-container", "ruby-base", "ruby-text-container", "ruby-text", "ruby", "run-in", "table-caption", "table-cell", "table-column-group", "table-column", "table-footer-group", "table-header-group", "table-row-group", "table-row", "table", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "-ms-flexbox", "-ms-grid", "-ms-inline-flexbox", "-ms-inline-grid", "-webkit-flex", "-webkit-inline-flex", "block", "contents", "flex", "flow-root", "flow", "grid", "inherit", "initial", "inline-block", "inline-flex", "inline-grid", "inline-list-item", "inline-table", "inline", "list-item", "none", "revert-layer", "revert", "ruby-base-container", "ruby-base", "ruby-text-container", "ruby-text", "ruby", "run-in", "table-caption", "table-cell", "table-column-group", "table-column", "table-footer-group", "table-header-group", "table-row-group", "table-row", "table", "unset", null]), PropTypes.shape({
|
|
483
483
|
"__@iterator": PropTypes.func.isRequired,
|
|
484
484
|
"anchor": PropTypes.func.isRequired,
|
|
485
485
|
"at": PropTypes.func.isRequired,
|
|
@@ -782,40 +782,212 @@ Box.propTypes = {
|
|
|
782
782
|
"trimStart": PropTypes.func.isRequired,
|
|
783
783
|
"valueOf": PropTypes.func.isRequired
|
|
784
784
|
}), PropTypes.string]),
|
|
785
|
-
"flexDirection": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "column-reverse", "column", "inherit", "initial", "revert", "row-reverse", "row", "unset"]), PropTypes.arrayOf(PropTypes.oneOf(["-moz-initial", "column-reverse", "column", "inherit", "initial", "revert", "row-reverse", "row", "unset", null])), PropTypes.object]),
|
|
786
|
-
"flexGrow": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
|
|
787
|
-
"
|
|
788
|
-
"
|
|
789
|
-
"
|
|
790
|
-
"
|
|
785
|
+
"flexDirection": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "column-reverse", "column", "inherit", "initial", "revert-layer", "revert", "row-reverse", "row", "unset"]), PropTypes.arrayOf(PropTypes.oneOf(["-moz-initial", "column-reverse", "column", "inherit", "initial", "revert-layer", "revert", "row-reverse", "row", "unset", null])), PropTypes.object]),
|
|
786
|
+
"flexGrow": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert-layer", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert-layer", "revert", "unset", null]), PropTypes.shape({
|
|
787
|
+
"__@iterator": PropTypes.func.isRequired,
|
|
788
|
+
"anchor": PropTypes.func.isRequired,
|
|
789
|
+
"at": PropTypes.func.isRequired,
|
|
790
|
+
"big": PropTypes.func.isRequired,
|
|
791
|
+
"blink": PropTypes.func.isRequired,
|
|
792
|
+
"bold": PropTypes.func.isRequired,
|
|
793
|
+
"charAt": PropTypes.func.isRequired,
|
|
794
|
+
"charCodeAt": PropTypes.func.isRequired,
|
|
795
|
+
"codePointAt": PropTypes.func.isRequired,
|
|
796
|
+
"concat": PropTypes.func.isRequired,
|
|
797
|
+
"endsWith": PropTypes.func.isRequired,
|
|
798
|
+
"fixed": PropTypes.func.isRequired,
|
|
799
|
+
"fontcolor": PropTypes.func.isRequired,
|
|
800
|
+
"fontsize": PropTypes.func.isRequired,
|
|
801
|
+
"includes": PropTypes.func.isRequired,
|
|
802
|
+
"indexOf": PropTypes.func.isRequired,
|
|
803
|
+
"italics": PropTypes.func.isRequired,
|
|
804
|
+
"lastIndexOf": PropTypes.func.isRequired,
|
|
805
|
+
"length": PropTypes.number.isRequired,
|
|
806
|
+
"link": PropTypes.func.isRequired,
|
|
807
|
+
"localeCompare": PropTypes.func.isRequired,
|
|
808
|
+
"match": PropTypes.func.isRequired,
|
|
809
|
+
"matchAll": PropTypes.func.isRequired,
|
|
810
|
+
"normalize": PropTypes.func.isRequired,
|
|
811
|
+
"padEnd": PropTypes.func.isRequired,
|
|
812
|
+
"padStart": PropTypes.func.isRequired,
|
|
813
|
+
"repeat": PropTypes.func.isRequired,
|
|
814
|
+
"replace": PropTypes.func.isRequired,
|
|
815
|
+
"search": PropTypes.func.isRequired,
|
|
816
|
+
"slice": PropTypes.func.isRequired,
|
|
817
|
+
"small": PropTypes.func.isRequired,
|
|
818
|
+
"split": PropTypes.func.isRequired,
|
|
819
|
+
"startsWith": PropTypes.func.isRequired,
|
|
820
|
+
"strike": PropTypes.func.isRequired,
|
|
821
|
+
"sub": PropTypes.func.isRequired,
|
|
822
|
+
"substr": PropTypes.func.isRequired,
|
|
823
|
+
"substring": PropTypes.func.isRequired,
|
|
824
|
+
"sup": PropTypes.func.isRequired,
|
|
825
|
+
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
826
|
+
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
827
|
+
"toLowerCase": PropTypes.func.isRequired,
|
|
791
828
|
"toString": PropTypes.func.isRequired,
|
|
829
|
+
"toUpperCase": PropTypes.func.isRequired,
|
|
830
|
+
"trim": PropTypes.func.isRequired,
|
|
831
|
+
"trimEnd": PropTypes.func.isRequired,
|
|
832
|
+
"trimLeft": PropTypes.func.isRequired,
|
|
833
|
+
"trimRight": PropTypes.func.isRequired,
|
|
834
|
+
"trimStart": PropTypes.func.isRequired,
|
|
792
835
|
"valueOf": PropTypes.func.isRequired
|
|
793
836
|
})])), PropTypes.object, PropTypes.shape({
|
|
794
|
-
"
|
|
795
|
-
"
|
|
796
|
-
"
|
|
797
|
-
"
|
|
837
|
+
"__@iterator": PropTypes.func.isRequired,
|
|
838
|
+
"anchor": PropTypes.func.isRequired,
|
|
839
|
+
"at": PropTypes.func.isRequired,
|
|
840
|
+
"big": PropTypes.func.isRequired,
|
|
841
|
+
"blink": PropTypes.func.isRequired,
|
|
842
|
+
"bold": PropTypes.func.isRequired,
|
|
843
|
+
"charAt": PropTypes.func.isRequired,
|
|
844
|
+
"charCodeAt": PropTypes.func.isRequired,
|
|
845
|
+
"codePointAt": PropTypes.func.isRequired,
|
|
846
|
+
"concat": PropTypes.func.isRequired,
|
|
847
|
+
"endsWith": PropTypes.func.isRequired,
|
|
848
|
+
"fixed": PropTypes.func.isRequired,
|
|
849
|
+
"fontcolor": PropTypes.func.isRequired,
|
|
850
|
+
"fontsize": PropTypes.func.isRequired,
|
|
851
|
+
"includes": PropTypes.func.isRequired,
|
|
852
|
+
"indexOf": PropTypes.func.isRequired,
|
|
853
|
+
"italics": PropTypes.func.isRequired,
|
|
854
|
+
"lastIndexOf": PropTypes.func.isRequired,
|
|
855
|
+
"length": PropTypes.number.isRequired,
|
|
856
|
+
"link": PropTypes.func.isRequired,
|
|
857
|
+
"localeCompare": PropTypes.func.isRequired,
|
|
858
|
+
"match": PropTypes.func.isRequired,
|
|
859
|
+
"matchAll": PropTypes.func.isRequired,
|
|
860
|
+
"normalize": PropTypes.func.isRequired,
|
|
861
|
+
"padEnd": PropTypes.func.isRequired,
|
|
862
|
+
"padStart": PropTypes.func.isRequired,
|
|
863
|
+
"repeat": PropTypes.func.isRequired,
|
|
864
|
+
"replace": PropTypes.func.isRequired,
|
|
865
|
+
"search": PropTypes.func.isRequired,
|
|
866
|
+
"slice": PropTypes.func.isRequired,
|
|
867
|
+
"small": PropTypes.func.isRequired,
|
|
868
|
+
"split": PropTypes.func.isRequired,
|
|
869
|
+
"startsWith": PropTypes.func.isRequired,
|
|
870
|
+
"strike": PropTypes.func.isRequired,
|
|
871
|
+
"sub": PropTypes.func.isRequired,
|
|
872
|
+
"substr": PropTypes.func.isRequired,
|
|
873
|
+
"substring": PropTypes.func.isRequired,
|
|
874
|
+
"sup": PropTypes.func.isRequired,
|
|
875
|
+
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
876
|
+
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
877
|
+
"toLowerCase": PropTypes.func.isRequired,
|
|
798
878
|
"toString": PropTypes.func.isRequired,
|
|
879
|
+
"toUpperCase": PropTypes.func.isRequired,
|
|
880
|
+
"trim": PropTypes.func.isRequired,
|
|
881
|
+
"trimEnd": PropTypes.func.isRequired,
|
|
882
|
+
"trimLeft": PropTypes.func.isRequired,
|
|
883
|
+
"trimRight": PropTypes.func.isRequired,
|
|
884
|
+
"trimStart": PropTypes.func.isRequired,
|
|
799
885
|
"valueOf": PropTypes.func.isRequired
|
|
800
886
|
})]),
|
|
801
|
-
"flexShrink": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
|
|
802
|
-
"
|
|
803
|
-
"
|
|
804
|
-
"
|
|
805
|
-
"
|
|
887
|
+
"flexShrink": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert-layer", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert-layer", "revert", "unset", null]), PropTypes.shape({
|
|
888
|
+
"__@iterator": PropTypes.func.isRequired,
|
|
889
|
+
"anchor": PropTypes.func.isRequired,
|
|
890
|
+
"at": PropTypes.func.isRequired,
|
|
891
|
+
"big": PropTypes.func.isRequired,
|
|
892
|
+
"blink": PropTypes.func.isRequired,
|
|
893
|
+
"bold": PropTypes.func.isRequired,
|
|
894
|
+
"charAt": PropTypes.func.isRequired,
|
|
895
|
+
"charCodeAt": PropTypes.func.isRequired,
|
|
896
|
+
"codePointAt": PropTypes.func.isRequired,
|
|
897
|
+
"concat": PropTypes.func.isRequired,
|
|
898
|
+
"endsWith": PropTypes.func.isRequired,
|
|
899
|
+
"fixed": PropTypes.func.isRequired,
|
|
900
|
+
"fontcolor": PropTypes.func.isRequired,
|
|
901
|
+
"fontsize": PropTypes.func.isRequired,
|
|
902
|
+
"includes": PropTypes.func.isRequired,
|
|
903
|
+
"indexOf": PropTypes.func.isRequired,
|
|
904
|
+
"italics": PropTypes.func.isRequired,
|
|
905
|
+
"lastIndexOf": PropTypes.func.isRequired,
|
|
906
|
+
"length": PropTypes.number.isRequired,
|
|
907
|
+
"link": PropTypes.func.isRequired,
|
|
908
|
+
"localeCompare": PropTypes.func.isRequired,
|
|
909
|
+
"match": PropTypes.func.isRequired,
|
|
910
|
+
"matchAll": PropTypes.func.isRequired,
|
|
911
|
+
"normalize": PropTypes.func.isRequired,
|
|
912
|
+
"padEnd": PropTypes.func.isRequired,
|
|
913
|
+
"padStart": PropTypes.func.isRequired,
|
|
914
|
+
"repeat": PropTypes.func.isRequired,
|
|
915
|
+
"replace": PropTypes.func.isRequired,
|
|
916
|
+
"search": PropTypes.func.isRequired,
|
|
917
|
+
"slice": PropTypes.func.isRequired,
|
|
918
|
+
"small": PropTypes.func.isRequired,
|
|
919
|
+
"split": PropTypes.func.isRequired,
|
|
920
|
+
"startsWith": PropTypes.func.isRequired,
|
|
921
|
+
"strike": PropTypes.func.isRequired,
|
|
922
|
+
"sub": PropTypes.func.isRequired,
|
|
923
|
+
"substr": PropTypes.func.isRequired,
|
|
924
|
+
"substring": PropTypes.func.isRequired,
|
|
925
|
+
"sup": PropTypes.func.isRequired,
|
|
926
|
+
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
927
|
+
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
928
|
+
"toLowerCase": PropTypes.func.isRequired,
|
|
806
929
|
"toString": PropTypes.func.isRequired,
|
|
930
|
+
"toUpperCase": PropTypes.func.isRequired,
|
|
931
|
+
"trim": PropTypes.func.isRequired,
|
|
932
|
+
"trimEnd": PropTypes.func.isRequired,
|
|
933
|
+
"trimLeft": PropTypes.func.isRequired,
|
|
934
|
+
"trimRight": PropTypes.func.isRequired,
|
|
935
|
+
"trimStart": PropTypes.func.isRequired,
|
|
807
936
|
"valueOf": PropTypes.func.isRequired
|
|
808
937
|
})])), PropTypes.object, PropTypes.shape({
|
|
809
|
-
"
|
|
810
|
-
"
|
|
811
|
-
"
|
|
812
|
-
"
|
|
938
|
+
"__@iterator": PropTypes.func.isRequired,
|
|
939
|
+
"anchor": PropTypes.func.isRequired,
|
|
940
|
+
"at": PropTypes.func.isRequired,
|
|
941
|
+
"big": PropTypes.func.isRequired,
|
|
942
|
+
"blink": PropTypes.func.isRequired,
|
|
943
|
+
"bold": PropTypes.func.isRequired,
|
|
944
|
+
"charAt": PropTypes.func.isRequired,
|
|
945
|
+
"charCodeAt": PropTypes.func.isRequired,
|
|
946
|
+
"codePointAt": PropTypes.func.isRequired,
|
|
947
|
+
"concat": PropTypes.func.isRequired,
|
|
948
|
+
"endsWith": PropTypes.func.isRequired,
|
|
949
|
+
"fixed": PropTypes.func.isRequired,
|
|
950
|
+
"fontcolor": PropTypes.func.isRequired,
|
|
951
|
+
"fontsize": PropTypes.func.isRequired,
|
|
952
|
+
"includes": PropTypes.func.isRequired,
|
|
953
|
+
"indexOf": PropTypes.func.isRequired,
|
|
954
|
+
"italics": PropTypes.func.isRequired,
|
|
955
|
+
"lastIndexOf": PropTypes.func.isRequired,
|
|
956
|
+
"length": PropTypes.number.isRequired,
|
|
957
|
+
"link": PropTypes.func.isRequired,
|
|
958
|
+
"localeCompare": PropTypes.func.isRequired,
|
|
959
|
+
"match": PropTypes.func.isRequired,
|
|
960
|
+
"matchAll": PropTypes.func.isRequired,
|
|
961
|
+
"normalize": PropTypes.func.isRequired,
|
|
962
|
+
"padEnd": PropTypes.func.isRequired,
|
|
963
|
+
"padStart": PropTypes.func.isRequired,
|
|
964
|
+
"repeat": PropTypes.func.isRequired,
|
|
965
|
+
"replace": PropTypes.func.isRequired,
|
|
966
|
+
"search": PropTypes.func.isRequired,
|
|
967
|
+
"slice": PropTypes.func.isRequired,
|
|
968
|
+
"small": PropTypes.func.isRequired,
|
|
969
|
+
"split": PropTypes.func.isRequired,
|
|
970
|
+
"startsWith": PropTypes.func.isRequired,
|
|
971
|
+
"strike": PropTypes.func.isRequired,
|
|
972
|
+
"sub": PropTypes.func.isRequired,
|
|
973
|
+
"substr": PropTypes.func.isRequired,
|
|
974
|
+
"substring": PropTypes.func.isRequired,
|
|
975
|
+
"sup": PropTypes.func.isRequired,
|
|
976
|
+
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
977
|
+
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
978
|
+
"toLowerCase": PropTypes.func.isRequired,
|
|
813
979
|
"toString": PropTypes.func.isRequired,
|
|
980
|
+
"toUpperCase": PropTypes.func.isRequired,
|
|
981
|
+
"trim": PropTypes.func.isRequired,
|
|
982
|
+
"trimEnd": PropTypes.func.isRequired,
|
|
983
|
+
"trimLeft": PropTypes.func.isRequired,
|
|
984
|
+
"trimRight": PropTypes.func.isRequired,
|
|
985
|
+
"trimStart": PropTypes.func.isRequired,
|
|
814
986
|
"valueOf": PropTypes.func.isRequired
|
|
815
987
|
})]),
|
|
816
|
-
"flexWrap": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "nowrap", "revert", "unset", "wrap-reverse", "wrap"]), PropTypes.arrayOf(PropTypes.oneOf(["-moz-initial", "inherit", "initial", "nowrap", "revert", "unset", "wrap-reverse", "wrap", null])), PropTypes.object]),
|
|
988
|
+
"flexWrap": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "nowrap", "revert-layer", "revert", "unset", "wrap-reverse", "wrap"]), PropTypes.arrayOf(PropTypes.oneOf(["-moz-initial", "inherit", "initial", "nowrap", "revert-layer", "revert", "unset", "wrap-reverse", "wrap", null])), PropTypes.object]),
|
|
817
989
|
"gap": PropTypes.oneOfType([PropTypes.oneOf([0, 1, 2, 3, 4, 5, 6, 7, 8]), PropTypes.string]),
|
|
818
|
-
"gridArea": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
|
|
990
|
+
"gridArea": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert-layer", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert-layer", "revert", "unset", null]), PropTypes.shape({
|
|
819
991
|
"__@iterator": PropTypes.func.isRequired,
|
|
820
992
|
"anchor": PropTypes.func.isRequired,
|
|
821
993
|
"at": PropTypes.func.isRequired,
|
|
@@ -1017,7 +1189,7 @@ Box.propTypes = {
|
|
|
1017
1189
|
"trimStart": PropTypes.func.isRequired,
|
|
1018
1190
|
"valueOf": PropTypes.func.isRequired
|
|
1019
1191
|
}), PropTypes.string]),
|
|
1020
|
-
"gridAutoFlow": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "column", "dense", "inherit", "initial", "revert", "row", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "column", "dense", "inherit", "initial", "revert", "row", "unset", null]), PropTypes.shape({
|
|
1192
|
+
"gridAutoFlow": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "column", "dense", "inherit", "initial", "revert-layer", "revert", "row", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "column", "dense", "inherit", "initial", "revert-layer", "revert", "row", "unset", null]), PropTypes.shape({
|
|
1021
1193
|
"__@iterator": PropTypes.func.isRequired,
|
|
1022
1194
|
"anchor": PropTypes.func.isRequired,
|
|
1023
1195
|
"at": PropTypes.func.isRequired,
|
|
@@ -1219,7 +1391,7 @@ Box.propTypes = {
|
|
|
1219
1391
|
"trimStart": PropTypes.func.isRequired,
|
|
1220
1392
|
"valueOf": PropTypes.func.isRequired
|
|
1221
1393
|
}), PropTypes.string]),
|
|
1222
|
-
"gridColumn": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
|
|
1394
|
+
"gridColumn": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert-layer", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert-layer", "revert", "unset", null]), PropTypes.shape({
|
|
1223
1395
|
"__@iterator": PropTypes.func.isRequired,
|
|
1224
1396
|
"anchor": PropTypes.func.isRequired,
|
|
1225
1397
|
"at": PropTypes.func.isRequired,
|
|
@@ -1320,7 +1492,7 @@ Box.propTypes = {
|
|
|
1320
1492
|
"trimStart": PropTypes.func.isRequired,
|
|
1321
1493
|
"valueOf": PropTypes.func.isRequired
|
|
1322
1494
|
})]),
|
|
1323
|
-
"gridRow": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
|
|
1495
|
+
"gridRow": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert-layer", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert-layer", "revert", "unset", null]), PropTypes.shape({
|
|
1324
1496
|
"__@iterator": PropTypes.func.isRequired,
|
|
1325
1497
|
"anchor": PropTypes.func.isRequired,
|
|
1326
1498
|
"at": PropTypes.func.isRequired,
|
|
@@ -1421,7 +1593,7 @@ Box.propTypes = {
|
|
|
1421
1593
|
"trimStart": PropTypes.func.isRequired,
|
|
1422
1594
|
"valueOf": PropTypes.func.isRequired
|
|
1423
1595
|
})]),
|
|
1424
|
-
"gridTemplateAreas": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "none", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "none", "revert", "unset", null]), PropTypes.shape({
|
|
1596
|
+
"gridTemplateAreas": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "none", "revert-layer", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "none", "revert-layer", "revert", "unset", null]), PropTypes.shape({
|
|
1425
1597
|
"__@iterator": PropTypes.func.isRequired,
|
|
1426
1598
|
"anchor": PropTypes.func.isRequired,
|
|
1427
1599
|
"at": PropTypes.func.isRequired,
|
|
@@ -1826,7 +1998,7 @@ Box.propTypes = {
|
|
|
1826
1998
|
"valueOf": PropTypes.func.isRequired
|
|
1827
1999
|
}), PropTypes.string]),
|
|
1828
2000
|
"id": PropTypes.string,
|
|
1829
|
-
"justifyContent": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "normal", "revert", "right", "space-around", "space-between", "space-evenly", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "normal", "revert", "right", "space-around", "space-between", "space-evenly", "start", "stretch", "unset", null]), PropTypes.shape({
|
|
2001
|
+
"justifyContent": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "normal", "revert-layer", "revert", "right", "space-around", "space-between", "space-evenly", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "normal", "revert-layer", "revert", "right", "space-around", "space-between", "space-evenly", "start", "stretch", "unset", null]), PropTypes.shape({
|
|
1830
2002
|
"__@iterator": PropTypes.func.isRequired,
|
|
1831
2003
|
"anchor": PropTypes.func.isRequired,
|
|
1832
2004
|
"at": PropTypes.func.isRequired,
|
|
@@ -1927,7 +2099,7 @@ Box.propTypes = {
|
|
|
1927
2099
|
"trimStart": PropTypes.func.isRequired,
|
|
1928
2100
|
"valueOf": PropTypes.func.isRequired
|
|
1929
2101
|
})]),
|
|
1930
|
-
"justifyItems": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "legacy", "normal", "revert", "right", "self-end", "self-start", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "legacy", "normal", "revert", "right", "self-end", "self-start", "start", "stretch", "unset", null]), PropTypes.shape({
|
|
2102
|
+
"justifyItems": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "legacy", "normal", "revert-layer", "revert", "right", "self-end", "self-start", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "legacy", "normal", "revert-layer", "revert", "right", "self-end", "self-start", "start", "stretch", "unset", null]), PropTypes.shape({
|
|
1931
2103
|
"__@iterator": PropTypes.func.isRequired,
|
|
1932
2104
|
"anchor": PropTypes.func.isRequired,
|
|
1933
2105
|
"at": PropTypes.func.isRequired,
|
|
@@ -2028,7 +2200,7 @@ Box.propTypes = {
|
|
|
2028
2200
|
"trimStart": PropTypes.func.isRequired,
|
|
2029
2201
|
"valueOf": PropTypes.func.isRequired
|
|
2030
2202
|
})]),
|
|
2031
|
-
"justifySelf": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "normal", "revert", "right", "self-end", "self-start", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "normal", "revert", "right", "self-end", "self-start", "start", "stretch", "unset", null]), PropTypes.shape({
|
|
2203
|
+
"justifySelf": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "normal", "revert-layer", "revert", "right", "self-end", "self-start", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "normal", "revert-layer", "revert", "right", "self-end", "self-start", "start", "stretch", "unset", null]), PropTypes.shape({
|
|
2032
2204
|
"__@iterator": PropTypes.func.isRequired,
|
|
2033
2205
|
"anchor": PropTypes.func.isRequired,
|
|
2034
2206
|
"at": PropTypes.func.isRequired,
|
|
@@ -2789,22 +2961,108 @@ Box.propTypes = {
|
|
|
2789
2961
|
"valueOf": PropTypes.func.isRequired
|
|
2790
2962
|
}), PropTypes.string]),
|
|
2791
2963
|
"opacity": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
2792
|
-
"order": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
|
|
2793
|
-
"
|
|
2794
|
-
"
|
|
2795
|
-
"
|
|
2796
|
-
"
|
|
2964
|
+
"order": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert-layer", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert-layer", "revert", "unset", null]), PropTypes.shape({
|
|
2965
|
+
"__@iterator": PropTypes.func.isRequired,
|
|
2966
|
+
"anchor": PropTypes.func.isRequired,
|
|
2967
|
+
"at": PropTypes.func.isRequired,
|
|
2968
|
+
"big": PropTypes.func.isRequired,
|
|
2969
|
+
"blink": PropTypes.func.isRequired,
|
|
2970
|
+
"bold": PropTypes.func.isRequired,
|
|
2971
|
+
"charAt": PropTypes.func.isRequired,
|
|
2972
|
+
"charCodeAt": PropTypes.func.isRequired,
|
|
2973
|
+
"codePointAt": PropTypes.func.isRequired,
|
|
2974
|
+
"concat": PropTypes.func.isRequired,
|
|
2975
|
+
"endsWith": PropTypes.func.isRequired,
|
|
2976
|
+
"fixed": PropTypes.func.isRequired,
|
|
2977
|
+
"fontcolor": PropTypes.func.isRequired,
|
|
2978
|
+
"fontsize": PropTypes.func.isRequired,
|
|
2979
|
+
"includes": PropTypes.func.isRequired,
|
|
2980
|
+
"indexOf": PropTypes.func.isRequired,
|
|
2981
|
+
"italics": PropTypes.func.isRequired,
|
|
2982
|
+
"lastIndexOf": PropTypes.func.isRequired,
|
|
2983
|
+
"length": PropTypes.number.isRequired,
|
|
2984
|
+
"link": PropTypes.func.isRequired,
|
|
2985
|
+
"localeCompare": PropTypes.func.isRequired,
|
|
2986
|
+
"match": PropTypes.func.isRequired,
|
|
2987
|
+
"matchAll": PropTypes.func.isRequired,
|
|
2988
|
+
"normalize": PropTypes.func.isRequired,
|
|
2989
|
+
"padEnd": PropTypes.func.isRequired,
|
|
2990
|
+
"padStart": PropTypes.func.isRequired,
|
|
2991
|
+
"repeat": PropTypes.func.isRequired,
|
|
2992
|
+
"replace": PropTypes.func.isRequired,
|
|
2993
|
+
"search": PropTypes.func.isRequired,
|
|
2994
|
+
"slice": PropTypes.func.isRequired,
|
|
2995
|
+
"small": PropTypes.func.isRequired,
|
|
2996
|
+
"split": PropTypes.func.isRequired,
|
|
2997
|
+
"startsWith": PropTypes.func.isRequired,
|
|
2998
|
+
"strike": PropTypes.func.isRequired,
|
|
2999
|
+
"sub": PropTypes.func.isRequired,
|
|
3000
|
+
"substr": PropTypes.func.isRequired,
|
|
3001
|
+
"substring": PropTypes.func.isRequired,
|
|
3002
|
+
"sup": PropTypes.func.isRequired,
|
|
3003
|
+
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
3004
|
+
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
3005
|
+
"toLowerCase": PropTypes.func.isRequired,
|
|
2797
3006
|
"toString": PropTypes.func.isRequired,
|
|
3007
|
+
"toUpperCase": PropTypes.func.isRequired,
|
|
3008
|
+
"trim": PropTypes.func.isRequired,
|
|
3009
|
+
"trimEnd": PropTypes.func.isRequired,
|
|
3010
|
+
"trimLeft": PropTypes.func.isRequired,
|
|
3011
|
+
"trimRight": PropTypes.func.isRequired,
|
|
3012
|
+
"trimStart": PropTypes.func.isRequired,
|
|
2798
3013
|
"valueOf": PropTypes.func.isRequired
|
|
2799
3014
|
})])), PropTypes.object, PropTypes.shape({
|
|
2800
|
-
"
|
|
2801
|
-
"
|
|
2802
|
-
"
|
|
2803
|
-
"
|
|
3015
|
+
"__@iterator": PropTypes.func.isRequired,
|
|
3016
|
+
"anchor": PropTypes.func.isRequired,
|
|
3017
|
+
"at": PropTypes.func.isRequired,
|
|
3018
|
+
"big": PropTypes.func.isRequired,
|
|
3019
|
+
"blink": PropTypes.func.isRequired,
|
|
3020
|
+
"bold": PropTypes.func.isRequired,
|
|
3021
|
+
"charAt": PropTypes.func.isRequired,
|
|
3022
|
+
"charCodeAt": PropTypes.func.isRequired,
|
|
3023
|
+
"codePointAt": PropTypes.func.isRequired,
|
|
3024
|
+
"concat": PropTypes.func.isRequired,
|
|
3025
|
+
"endsWith": PropTypes.func.isRequired,
|
|
3026
|
+
"fixed": PropTypes.func.isRequired,
|
|
3027
|
+
"fontcolor": PropTypes.func.isRequired,
|
|
3028
|
+
"fontsize": PropTypes.func.isRequired,
|
|
3029
|
+
"includes": PropTypes.func.isRequired,
|
|
3030
|
+
"indexOf": PropTypes.func.isRequired,
|
|
3031
|
+
"italics": PropTypes.func.isRequired,
|
|
3032
|
+
"lastIndexOf": PropTypes.func.isRequired,
|
|
3033
|
+
"length": PropTypes.number.isRequired,
|
|
3034
|
+
"link": PropTypes.func.isRequired,
|
|
3035
|
+
"localeCompare": PropTypes.func.isRequired,
|
|
3036
|
+
"match": PropTypes.func.isRequired,
|
|
3037
|
+
"matchAll": PropTypes.func.isRequired,
|
|
3038
|
+
"normalize": PropTypes.func.isRequired,
|
|
3039
|
+
"padEnd": PropTypes.func.isRequired,
|
|
3040
|
+
"padStart": PropTypes.func.isRequired,
|
|
3041
|
+
"repeat": PropTypes.func.isRequired,
|
|
3042
|
+
"replace": PropTypes.func.isRequired,
|
|
3043
|
+
"search": PropTypes.func.isRequired,
|
|
3044
|
+
"slice": PropTypes.func.isRequired,
|
|
3045
|
+
"small": PropTypes.func.isRequired,
|
|
3046
|
+
"split": PropTypes.func.isRequired,
|
|
3047
|
+
"startsWith": PropTypes.func.isRequired,
|
|
3048
|
+
"strike": PropTypes.func.isRequired,
|
|
3049
|
+
"sub": PropTypes.func.isRequired,
|
|
3050
|
+
"substr": PropTypes.func.isRequired,
|
|
3051
|
+
"substring": PropTypes.func.isRequired,
|
|
3052
|
+
"sup": PropTypes.func.isRequired,
|
|
3053
|
+
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
3054
|
+
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
3055
|
+
"toLowerCase": PropTypes.func.isRequired,
|
|
2804
3056
|
"toString": PropTypes.func.isRequired,
|
|
3057
|
+
"toUpperCase": PropTypes.func.isRequired,
|
|
3058
|
+
"trim": PropTypes.func.isRequired,
|
|
3059
|
+
"trimEnd": PropTypes.func.isRequired,
|
|
3060
|
+
"trimLeft": PropTypes.func.isRequired,
|
|
3061
|
+
"trimRight": PropTypes.func.isRequired,
|
|
3062
|
+
"trimStart": PropTypes.func.isRequired,
|
|
2805
3063
|
"valueOf": PropTypes.func.isRequired
|
|
2806
3064
|
})]),
|
|
2807
|
-
"overflow": PropTypes.oneOfType([PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert", "scroll", "unset", "visible"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert", "scroll", "unset", "visible", null]), PropTypes.shape({
|
|
3065
|
+
"overflow": PropTypes.oneOfType([PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert-layer", "revert", "scroll", "unset", "visible"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert-layer", "revert", "scroll", "unset", "visible", null]), PropTypes.shape({
|
|
2808
3066
|
"__@iterator": PropTypes.func.isRequired,
|
|
2809
3067
|
"anchor": PropTypes.func.isRequired,
|
|
2810
3068
|
"at": PropTypes.func.isRequired,
|
|
@@ -2906,8 +3164,8 @@ Box.propTypes = {
|
|
|
2906
3164
|
"valueOf": PropTypes.func.isRequired
|
|
2907
3165
|
})]),
|
|
2908
3166
|
"overflowWrap": PropTypes.oneOf(["anywhere", "break-word"]),
|
|
2909
|
-
"overflowX": PropTypes.oneOfType([PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert", "scroll", "unset", "visible"]), PropTypes.arrayOf(PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert", "scroll", "unset", "visible", null])), PropTypes.object]),
|
|
2910
|
-
"overflowY": PropTypes.oneOfType([PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert", "scroll", "unset", "visible"]), PropTypes.arrayOf(PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert", "scroll", "unset", "visible", null])), PropTypes.object]),
|
|
3167
|
+
"overflowX": PropTypes.oneOfType([PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert-layer", "revert", "scroll", "unset", "visible"]), PropTypes.arrayOf(PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert-layer", "revert", "scroll", "unset", "visible", null])), PropTypes.object]),
|
|
3168
|
+
"overflowY": PropTypes.oneOfType([PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert-layer", "revert", "scroll", "unset", "visible"]), PropTypes.arrayOf(PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert-layer", "revert", "scroll", "unset", "visible", null])), PropTypes.object]),
|
|
2911
3169
|
"p": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
2912
3170
|
"__@toStringTag": PropTypes.string.isRequired,
|
|
2913
3171
|
"description": PropTypes.string,
|
|
@@ -3018,7 +3276,7 @@ Box.propTypes = {
|
|
|
3018
3276
|
"toString": PropTypes.func.isRequired,
|
|
3019
3277
|
"valueOf": PropTypes.func.isRequired
|
|
3020
3278
|
}), PropTypes.string]),
|
|
3021
|
-
"position": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "-webkit-sticky", "absolute", "fixed", "inherit", "initial", "relative", "revert", "static", "sticky", "unset"]), PropTypes.arrayOf(PropTypes.oneOf(["-moz-initial", "-webkit-sticky", "absolute", "fixed", "inherit", "initial", "relative", "revert", "static", "sticky", "unset", null])), PropTypes.object]),
|
|
3279
|
+
"position": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "-webkit-sticky", "absolute", "fixed", "inherit", "initial", "relative", "revert-layer", "revert", "static", "sticky", "unset"]), PropTypes.arrayOf(PropTypes.oneOf(["-moz-initial", "-webkit-sticky", "absolute", "fixed", "inherit", "initial", "relative", "revert-layer", "revert", "static", "sticky", "unset", null])), PropTypes.object]),
|
|
3022
3280
|
"pr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
3023
3281
|
"__@toStringTag": PropTypes.string.isRequired,
|
|
3024
3282
|
"description": PropTypes.string,
|
|
@@ -190,7 +190,6 @@ Checkbox.propTypes = {
|
|
|
190
190
|
"content": PropTypes.string,
|
|
191
191
|
"contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
|
|
192
192
|
"contextMenu": PropTypes.string,
|
|
193
|
-
"crossOrigin": PropTypes.oneOf(["", "anonymous", "use-credentials"]),
|
|
194
193
|
"dangerouslySetInnerHTML": PropTypes.shape({
|
|
195
194
|
"__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
|
|
196
195
|
}),
|
|
@@ -24,7 +24,6 @@ function hasMatchedFormat(formatString, valueString, fullFormat, fullValue) {
|
|
|
24
24
|
return formatString.length === valueString.length && isMatch(fullFormat.join("."), fullValue.join(".")) // need to check day value with month value
|
|
25
25
|
;
|
|
26
26
|
}
|
|
27
|
-
|
|
28
27
|
return formatString.length === valueString.length && isMatch(formatString, valueString);
|
|
29
28
|
}
|
|
30
29
|
export function additionalYears(formatString, value) {
|
|
@@ -198,18 +198,12 @@ const DateInput = /*#__PURE__*/React.forwardRef(({
|
|
|
198
198
|
}
|
|
199
199
|
};
|
|
200
200
|
const handleClick = ev => {
|
|
201
|
-
if (disabled || readOnly) {
|
|
202
|
-
return;
|
|
203
|
-
}
|
|
204
201
|
if (onClick) {
|
|
205
202
|
onClick(ev);
|
|
206
203
|
}
|
|
207
204
|
};
|
|
208
205
|
const handleMouseDown = ev => {
|
|
209
206
|
handleClickInside();
|
|
210
|
-
if (disabled || readOnly) {
|
|
211
|
-
return;
|
|
212
|
-
}
|
|
213
207
|
if (setInputRefMap) {
|
|
214
208
|
isBlurBlocked.current = true;
|
|
215
209
|
}
|
|
@@ -396,7 +390,6 @@ DateInput.propTypes = {
|
|
|
396
390
|
"content": PropTypes.string,
|
|
397
391
|
"contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
|
|
398
392
|
"contextMenu": PropTypes.string,
|
|
399
|
-
"crossOrigin": PropTypes.oneOf(["", "anonymous", "use-credentials"]),
|
|
400
393
|
"dangerouslySetInnerHTML": PropTypes.shape({
|
|
401
394
|
"__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
|
|
402
395
|
}),
|
|
@@ -264,7 +264,6 @@ Decimal.propTypes = {
|
|
|
264
264
|
"content": PropTypes.string,
|
|
265
265
|
"contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
|
|
266
266
|
"contextMenu": PropTypes.string,
|
|
267
|
-
"crossOrigin": PropTypes.oneOf(["", "anonymous", "use-credentials"]),
|
|
268
267
|
"dangerouslySetInnerHTML": PropTypes.shape({
|
|
269
268
|
"__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
|
|
270
269
|
}),
|
|
@@ -189,7 +189,6 @@ GroupedCharacter.propTypes = {
|
|
|
189
189
|
"content": PropTypes.string,
|
|
190
190
|
"contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
|
|
191
191
|
"contextMenu": PropTypes.string,
|
|
192
|
-
"crossOrigin": PropTypes.oneOf(["", "anonymous", "use-credentials"]),
|
|
193
192
|
"dangerouslySetInnerHTML": PropTypes.shape({
|
|
194
193
|
"__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
|
|
195
194
|
}),
|