carbon-react 118.5.1 → 118.5.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__/character-count/character-count.component.d.ts +2 -2
- package/esm/__internal__/character-count/character-count.component.js +7 -16
- package/esm/__internal__/character-count/character-count.style.js +13 -7
- package/esm/__internal__/checkable-input/checkable-input.component.js +38 -37
- package/esm/__internal__/checkable-input/checkable-input.style.js +12 -9
- package/esm/__internal__/checkable-input/hidden-checkable-input.component.js +21 -27
- package/esm/__internal__/field-help/field-help.component.d.ts +1 -1
- package/esm/__internal__/field-help/field-help.component.js +13 -19
- package/esm/__internal__/field-help/field-help.style.js +8 -5
- package/esm/__internal__/fieldset/fieldset.component.d.ts +1 -1
- package/esm/__internal__/fieldset/fieldset.component.js +37 -204
- package/esm/__internal__/fieldset/fieldset.style.js +17 -11
- package/esm/__internal__/focus-trap/focus-trap-utils.d.ts +1 -1
- package/esm/__internal__/focus-trap/focus-trap-utils.js +12 -48
- package/esm/__internal__/focus-trap/focus-trap.component.d.ts +1 -1
- package/esm/__internal__/focus-trap/focus-trap.component.js +43 -96
- package/esm/__internal__/form-field/form-field.component.d.ts +1 -1
- package/esm/__internal__/form-field/form-field.component.js +31 -219
- package/esm/__internal__/form-field/form-field.style.js +7 -4
- package/esm/__internal__/form-spacing-provider/form-spacing-provider.component.d.ts +1 -1
- package/esm/__internal__/form-spacing-provider/form-spacing-provider.component.js +10 -13
- package/esm/__internal__/full-screen-heading/full-screen-heading.component.js +1 -2
- package/esm/__internal__/full-screen-heading/full-screen-heading.style.js +7 -4
- package/esm/__internal__/input/input-presentation.component.js +15 -19
- package/esm/__internal__/input/input-presentation.style.js +56 -39
- package/esm/__internal__/input/input.component.js +34 -57
- package/esm/__internal__/input/input.style.js +21 -12
- package/esm/__internal__/input-behaviour/input-behaviour.component.d.ts +1 -1
- package/esm/__internal__/input-behaviour/input-behaviour.component.js +6 -9
- package/esm/__internal__/input-behaviour/input-group-behaviour.component.d.ts +1 -1
- package/esm/__internal__/input-behaviour/input-group-behaviour.component.js +5 -10
- package/esm/__internal__/input-behaviour/useInputBehaviour.d.ts +1 -1
- package/esm/__internal__/input-behaviour/useInputBehaviour.js +3 -6
- package/esm/__internal__/input-icon-toggle/input-icon-toggle.component.d.ts +1 -1
- package/esm/__internal__/input-icon-toggle/input-icon-toggle.component.js +24 -45
- package/esm/__internal__/input-icon-toggle/input-icon-toggle.style.js +20 -15
- package/esm/__internal__/label/label.component.d.ts +2 -2
- package/esm/__internal__/label/label.component.js +36 -65
- package/esm/__internal__/label/label.style.js +32 -20
- package/esm/__internal__/popover/popover.component.d.ts +1 -1
- package/esm/__internal__/popover/popover.component.js +12 -45
- package/esm/__internal__/popover/popover.style.js +12 -6
- package/esm/__internal__/radio-button-mapper/radio-button-mapper.component.d.ts +1 -1
- package/esm/__internal__/radio-button-mapper/radio-button-mapper.component.js +11 -25
- package/esm/__internal__/sticky-footer/sticky-footer.component.d.ts +1 -1
- package/esm/__internal__/sticky-footer/sticky-footer.component.js +12 -30
- package/esm/__internal__/sticky-footer/sticky-footer.style.js +7 -4
- package/esm/__internal__/tooltip-provider/index.d.ts +1 -1
- package/esm/__internal__/tooltip-provider/index.js +10 -9
- package/esm/__internal__/utils/helpers/browser-type-check/index.js +0 -1
- package/esm/__internal__/utils/helpers/events/composedPath.js +1 -4
- package/esm/__internal__/utils/helpers/events/events.js +2 -19
- package/esm/__internal__/utils/helpers/guid/index.d.ts +1 -1
- package/esm/__internal__/utils/helpers/guid/index.js +0 -1
- package/esm/__internal__/utils/helpers/tags/tags-specs/tags-specs.d.ts +1 -1
- package/esm/__internal__/utils/helpers/tags/tags-specs/tags-specs.js +2 -3
- package/esm/__internal__/utils/helpers/tags/tags.js +0 -4
- package/esm/__internal__/utils/logger/index.js +1 -1
- package/esm/__internal__/validation-message/validation-message.component.d.ts +2 -2
- package/esm/__internal__/validation-message/validation-message.component.js +6 -12
- package/esm/__internal__/validation-message/validation-message.style.js +7 -4
- package/esm/__internal__/validations/validation-icon.component.d.ts +1 -1
- package/esm/__internal__/validations/validation-icon.component.js +24 -68
- package/esm/__internal__/validations/validation-icon.style.js +13 -7
- package/esm/__spec_helper__/enzyme-snapshot-helper.js +0 -5
- package/esm/__spec_helper__/expect.js +2 -5
- package/esm/__spec_helper__/mock-match-media.js +0 -3
- package/esm/__spec_helper__/mock-resize-observer.js +0 -2
- package/esm/__spec_helper__/test-utils.d.ts +10 -10
- package/esm/__spec_helper__/test-utils.js +53 -79
- package/esm/components/accordion/accordion-group/accordion-group.component.d.ts +1 -1
- package/esm/components/accordion/accordion-group/accordion-group.component.js +10 -212
- package/esm/components/accordion/accordion.component.js +30 -38
- package/esm/components/accordion/accordion.style.js +89 -52
- package/esm/components/action-popover/action-popover-item/action-popover-item.component.d.ts +1 -1
- package/esm/components/action-popover/action-popover-item/action-popover-item.component.js +27 -63
- package/esm/components/action-popover/action-popover-menu/action-popover-menu.component.js +16 -20
- package/esm/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.d.ts +2 -2
- package/esm/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.js +16 -32
- package/esm/components/action-popover/action-popover.component.d.ts +1 -1
- package/esm/components/action-popover/action-popover.component.js +23 -202
- package/esm/components/action-popover/action-popover.style.js +38 -24
- package/esm/components/advanced-color-picker/advanced-color-picker-cell.style.js +14 -8
- package/esm/components/advanced-color-picker/advanced-color-picker.component.d.ts +1 -1
- package/esm/components/advanced-color-picker/advanced-color-picker.component.js +43 -225
- package/esm/components/advanced-color-picker/advanced-color-picker.style.d.ts +2 -2
- package/esm/components/advanced-color-picker/advanced-color-picker.style.js +15 -9
- package/esm/components/alert/alert.component.d.ts +2 -2
- package/esm/components/alert/alert.component.js +12 -70
- package/esm/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +20 -17
- package/esm/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.style.js +14 -8
- package/esm/components/anchor-navigation/anchor-navigation.component.js +19 -24
- package/esm/components/badge/badge.component.d.ts +1 -1
- package/esm/components/badge/badge.component.js +8 -21
- package/esm/components/badge/badge.style.js +15 -9
- package/esm/components/batch-selection/batch-selection.component.d.ts +1 -1
- package/esm/components/batch-selection/batch-selection.component.js +8 -17
- package/esm/components/batch-selection/batch-selection.style.js +9 -6
- package/esm/components/box/box.component.js +60 -42
- package/esm/components/box/box.config.js +0 -1
- package/esm/components/breadcrumbs/breadcrumbs.component.js +6 -6
- package/esm/components/breadcrumbs/crumb/crumb.component.js +16 -14
- package/esm/components/breadcrumbs/crumb/crumb.style.js +7 -4
- package/esm/components/button/button-types.style.d.ts +1 -1
- package/esm/components/button/button-types.style.js +0 -2
- package/esm/components/button/button.component.js +39 -68
- package/esm/components/button/button.style.js +32 -30
- package/esm/components/button-bar/button-bar.component.d.ts +1 -1
- package/esm/components/button-bar/button-bar.component.js +20 -336
- package/esm/components/button-bar/button-bar.style.js +8 -5
- package/esm/components/button-minor/button-minor.component.d.ts +2 -2
- package/esm/components/button-minor/button-minor.component.js +13 -352
- package/esm/components/button-minor/button-minor.style.js +31 -21
- package/esm/components/button-toggle/button-toggle-icon.component.d.ts +2 -2
- package/esm/components/button-toggle/button-toggle-icon.component.js +17 -22
- package/esm/components/button-toggle/button-toggle-input.component.js +1 -7
- package/esm/components/button-toggle/button-toggle.component.d.ts +1 -1
- package/esm/components/button-toggle/button-toggle.component.js +21 -51
- package/esm/components/button-toggle/button-toggle.style.js +50 -29
- package/esm/components/button-toggle-group/button-toggle-group.component.d.ts +1 -1
- package/esm/components/button-toggle-group/button-toggle-group.component.js +29 -211
- package/esm/components/button-toggle-group/button-toggle-group.style.js +35 -20
- package/esm/components/carbon-provider/carbon-provider.component.d.ts +1 -1
- package/esm/components/carbon-provider/carbon-provider.component.js +9 -56
- package/esm/components/carbon-provider/top-modal-context.d.ts +1 -1
- package/esm/components/carbon-provider/top-modal-context.js +8 -12
- package/esm/components/card/card-column/card-column.component.d.ts +1 -1
- package/esm/components/card/card-column/card-column.component.js +9 -12
- package/esm/components/card/card-column/card-column.style.js +6 -3
- package/esm/components/card/card-footer/card-footer.component.d.ts +1 -1
- package/esm/components/card/card-footer/card-footer.component.js +8 -324
- package/esm/components/card/card-footer/card-footer.style.js +9 -6
- package/esm/components/card/card-row/card-row.component.d.ts +1 -1
- package/esm/components/card/card-row/card-row.component.js +7 -167
- package/esm/components/card/card-row/card-row.style.js +7 -4
- package/esm/components/card/card.component.d.ts +1 -1
- package/esm/components/card/card.component.js +18 -194
- package/esm/components/card/card.style.js +14 -11
- package/esm/components/carousel/carousel.component.d.ts +1 -1
- package/esm/components/carousel/carousel.component.js +13 -41
- package/esm/components/carousel/carousel.style.js +14 -8
- package/esm/components/carousel/slide/slide.component.d.ts +1 -1
- package/esm/components/carousel/slide/slide.component.js +2 -10
- package/esm/components/carousel/slide/slide.style.js +9 -5
- package/esm/components/checkbox/checkbox-group.component.d.ts +1 -1
- package/esm/components/checkbox/checkbox-group.component.js +2 -174
- package/esm/components/checkbox/checkbox-group.style.js +7 -4
- package/esm/components/checkbox/checkbox-svg.component.d.ts +2 -2
- package/esm/components/checkbox/checkbox-svg.component.js +0 -2
- package/esm/components/checkbox/checkbox.component.js +43 -46
- package/esm/components/checkbox/checkbox.style.js +16 -13
- package/esm/components/confirm/confirm.component.d.ts +1 -1
- package/esm/components/confirm/confirm.component.js +30 -88
- package/esm/components/confirm/confirm.style.js +14 -8
- package/esm/components/content/content.component.d.ts +1 -1
- package/esm/components/content/content.component.js +12 -178
- package/esm/components/content/content.style.js +22 -17
- package/esm/components/date/__internal__/date-formats/index.js +15 -26
- package/esm/components/date/__internal__/date-picker/date-picker.component.js +20 -33
- package/esm/components/date/__internal__/date-picker/day-picker.style.js +8 -5
- package/esm/components/date/__internal__/navbar/navbar.component.js +16 -15
- package/esm/components/date/__internal__/utils.js +1 -31
- package/esm/components/date/__internal__/weekday/weekday.component.js +15 -15
- package/esm/components/date/date.component.js +45 -89
- package/esm/components/date/date.style.js +18 -12
- package/esm/components/date-range/date-range.component.js +32 -67
- package/esm/components/date-range/date-range.style.js +6 -3
- package/esm/components/decimal/decimal.component.js +34 -58
- package/esm/components/definition-list/dd.component.d.ts +1 -1
- package/esm/components/definition-list/dd.component.js +6 -319
- package/esm/components/definition-list/definition-list.style.js +22 -13
- package/esm/components/definition-list/dl.component.d.ts +1 -1
- package/esm/components/definition-list/dl.component.js +10 -333
- package/esm/components/definition-list/dt.component.d.ts +1 -1
- package/esm/components/definition-list/dt.component.js +6 -319
- package/esm/components/detail/detail.component.d.ts +1 -1
- package/esm/components/detail/detail.component.js +21 -185
- package/esm/components/detail/detail.style.js +14 -8
- package/esm/components/dialog/dialog.component.d.ts +1 -1
- package/esm/components/dialog/dialog.component.js +25 -96
- package/esm/components/dialog/dialog.style.js +52 -30
- package/esm/components/dialog-full-screen/content.style.js +21 -12
- package/esm/components/dialog-full-screen/dialog-full-screen.component.d.ts +1 -1
- package/esm/components/dialog-full-screen/dialog-full-screen.component.js +27 -88
- package/esm/components/dialog-full-screen/dialog-full-screen.style.js +13 -7
- package/esm/components/dismissible-box/dismissible-box.component.d.ts +1 -1
- package/esm/components/dismissible-box/dismissible-box.component.js +22 -2464
- package/esm/components/dismissible-box/dismissible-box.style.js +8 -5
- package/esm/components/draggable/draggable-container.component.js +9 -15
- package/esm/components/draggable/draggable-item.component.js +17 -25
- package/esm/components/draggable/draggable-item.style.js +6 -3
- package/esm/components/draggable/internal/drop-target.component.d.ts +1 -1
- package/esm/components/draggable/internal/drop-target.component.js +8 -170
- package/esm/components/drawer/drawer.component.d.ts +1 -1
- package/esm/components/drawer/drawer.component.js +19 -52
- package/esm/components/drawer/drawer.style.js +70 -47
- package/esm/components/duelling-picklist/duelling-picklist.component.d.ts +1 -1
- package/esm/components/duelling-picklist/duelling-picklist.component.js +11 -180
- package/esm/components/duelling-picklist/duelling-picklist.context.js +1 -3
- package/esm/components/duelling-picklist/duelling-picklist.style.js +7 -4
- package/esm/components/duelling-picklist/picklist/picklist.component.d.ts +1 -1
- package/esm/components/duelling-picklist/picklist/picklist.component.js +9 -23
- package/esm/components/duelling-picklist/picklist-divider/picklist-divider.component.d.ts +2 -2
- package/esm/components/duelling-picklist/picklist-divider/picklist-divider.component.js +1 -7
- package/esm/components/duelling-picklist/picklist-group/picklist-group.component.js +13 -16
- package/esm/components/duelling-picklist/picklist-group/picklist-group.style.js +15 -9
- package/esm/components/duelling-picklist/picklist-item/picklist-item.component.js +16 -17
- package/esm/components/duelling-picklist/picklist-item/picklist-item.style.js +14 -8
- package/esm/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.d.ts +2 -2
- package/esm/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.js +7 -10
- package/esm/components/fieldset/fieldset.component.d.ts +1 -1
- package/esm/components/fieldset/fieldset.component.js +8 -171
- package/esm/components/fieldset/fieldset.style.js +13 -7
- package/esm/components/flat-table/flat-table-body/flat-table-body.component.js +6 -6
- package/esm/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +13 -24
- package/esm/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.style.js +7 -4
- package/esm/components/flat-table/flat-table-cell/flat-table-cell.component.js +20 -38
- package/esm/components/flat-table/flat-table-cell/flat-table-cell.style.js +24 -18
- package/esm/components/flat-table/flat-table-checkbox/flat-table-checkbox.component.js +15 -29
- package/esm/components/flat-table/flat-table-checkbox/flat-table-checkbox.style.js +10 -7
- package/esm/components/flat-table/flat-table-head/flat-table-head.component.js +9 -12
- package/esm/components/flat-table/flat-table-header/flat-table-header-utils.js +1 -4
- package/esm/components/flat-table/flat-table-header/flat-table-header.component.js +16 -29
- package/esm/components/flat-table/flat-table-header/flat-table-header.style.js +16 -13
- package/esm/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +11 -18
- package/esm/components/flat-table/flat-table-row/flat-table-row.component.js +34 -65
- package/esm/components/flat-table/flat-table-row/flat-table-row.style.js +28 -36
- package/esm/components/flat-table/flat-table-row-header/flat-table-row-header.component.js +18 -33
- package/esm/components/flat-table/flat-table-row-header/flat-table-row-header.style.js +23 -17
- package/esm/components/flat-table/flat-table.component.js +66 -85
- package/esm/components/flat-table/flat-table.style.js +139 -86
- package/esm/components/flat-table/sort/sort.component.js +6 -12
- package/esm/components/form/__internal__/form-summary.component.d.ts +2 -2
- package/esm/components/form/__internal__/form-summary.component.js +14 -31
- package/esm/components/form/__internal__/form-summary.style.js +42 -24
- package/esm/components/form/form.component.d.ts +1 -1
- package/esm/components/form/form.component.js +19 -501
- package/esm/components/form/form.style.js +73 -42
- package/esm/components/global-header/global-header.component.d.ts +1 -1
- package/esm/components/global-header/global-header.component.js +22 -1033
- package/esm/components/grid/grid-container/grid-container.component.d.ts +1 -1
- package/esm/components/grid/grid-container/grid-container.component.js +2 -1837
- package/esm/components/grid/grid-item/grid-item.component.d.ts +1 -1
- package/esm/components/grid/grid-item/grid-item.component.js +2 -1238
- package/esm/components/grid/grid-item/grid-item.style.js +19 -30
- package/esm/components/grouped-character/grouped-character.component.js +26 -39
- package/esm/components/heading/heading.component.d.ts +1 -1
- package/esm/components/heading/heading.component.js +20 -199
- package/esm/components/heading/heading.style.js +30 -18
- package/esm/components/help/help.component.js +21 -30
- package/esm/components/help/help.style.js +7 -4
- package/esm/components/hr/hr.component.js +8 -12
- package/esm/components/i18n-provider/i18n-provider.component.d.ts +1 -1
- package/esm/components/i18n-provider/i18n-provider.component.js +8 -139
- package/esm/components/icon/icon-unicodes.js +2 -3
- package/esm/components/icon/icon.component.js +28 -38
- package/esm/components/icon/icon.style.js +13 -18
- package/esm/components/icon-button/icon-button.component.js +15 -21
- package/esm/components/icon-button/icon-button.style.js +7 -4
- package/esm/components/image/image.component.d.ts +2 -2
- package/esm/components/image/image.component.js +9 -1690
- package/esm/components/image/image.style.js +22 -15
- package/esm/components/inline-inputs/inline-inputs.component.d.ts +1 -1
- package/esm/components/inline-inputs/inline-inputs.component.js +16 -189
- package/esm/components/inline-inputs/inline-inputs.style.js +38 -20
- package/esm/components/link/link.component.js +32 -37
- package/esm/components/link/link.style.js +11 -14
- package/esm/components/link-preview/__internal__/placeholder.component.d.ts +2 -2
- package/esm/components/link-preview/__internal__/placeholder.component.js +18 -11
- package/esm/components/link-preview/link-preview.component.d.ts +2 -2
- package/esm/components/link-preview/link-preview.component.js +15 -34
- package/esm/components/link-preview/link-preview.style.js +14 -8
- package/esm/components/loader/loader-square.style.js +10 -13
- package/esm/components/loader/loader.component.d.ts +2 -2
- package/esm/components/loader/loader.component.js +9 -175
- package/esm/components/loader-bar/loader-bar.component.d.ts +2 -2
- package/esm/components/loader-bar/loader-bar.component.js +6 -169
- package/esm/components/loader-bar/loader-bar.style.js +14 -12
- package/esm/components/menu/__internal__/keyboard-navigation/index.js +4 -22
- package/esm/components/menu/__internal__/spec-helper/index.js +2 -3
- package/esm/components/menu/__internal__/submenu/submenu.component.js +32 -70
- package/esm/components/menu/__internal__/submenu/submenu.style.js +28 -19
- package/esm/components/menu/menu-divider/menu-divider.component.js +6 -6
- package/esm/components/menu/menu-divider/menu-divider.style.js +8 -5
- package/esm/components/menu/menu-full-screen/menu-full-screen.component.d.ts +1 -1
- package/esm/components/menu/menu-full-screen/menu-full-screen.component.js +16 -36
- package/esm/components/menu/menu-full-screen/menu-full-screen.style.js +17 -11
- package/esm/components/menu/menu-item/menu-item.component.d.ts +1 -1
- package/esm/components/menu/menu-item/menu-item.component.js +30 -2096
- package/esm/components/menu/menu-item/menu-item.style.js +20 -17
- package/esm/components/menu/menu-segment-title/menu-segment-title.component.js +7 -7
- package/esm/components/menu/menu-segment-title/menu-segment-title.style.js +8 -5
- package/esm/components/menu/menu.component.d.ts +1 -1
- package/esm/components/menu/menu.component.js +9 -1888
- package/esm/components/menu/menu.context.js +1 -3
- package/esm/components/menu/menu.style.js +21 -12
- package/esm/components/menu/scrollable-block/scrollable-block.component.d.ts +1 -1
- package/esm/components/menu/scrollable-block/scrollable-block.component.js +10 -23
- package/esm/components/menu/scrollable-block/scrollable-block.style.js +8 -5
- package/esm/components/message/message-content/message-content.component.d.ts +1 -1
- package/esm/components/message/message-content/message-content.component.js +6 -12
- package/esm/components/message/message-content/message-content.style.js +6 -3
- package/esm/components/message/message.component.d.ts +1 -1
- package/esm/components/message/message.component.js +15 -186
- package/esm/components/message/message.style.js +13 -7
- package/esm/components/message/type-icon/type-icon.component.d.ts +2 -2
- package/esm/components/message/type-icon/type-icon.component.js +5 -10
- package/esm/components/message/type-icon/type-icon.style.js +14 -8
- package/esm/components/modal/__internal__/modal-manager.d.ts +1 -1
- package/esm/components/modal/__internal__/modal-manager.js +14 -33
- package/esm/components/modal/modal.component.d.ts +1 -1
- package/esm/components/modal/modal.component.js +12 -31
- package/esm/components/modal/modal.style.js +22 -13
- package/esm/components/multi-action-button/multi-action-button.component.d.ts +2 -2
- package/esm/components/multi-action-button/multi-action-button.component.js +21 -624
- package/esm/components/multi-action-button/multi-action-button.style.js +25 -16
- package/esm/components/navigation-bar/navigation-bar.component.js +12 -14
- package/esm/components/navigation-bar/navigation-bar.style.js +17 -11
- package/esm/components/note/__internal__/status-icon/status-icon.component.js +5 -4
- package/esm/components/note/note.component.d.ts +1 -1
- package/esm/components/note/note.component.js +15 -192
- package/esm/components/note/note.style.js +34 -19
- package/esm/components/number/number.component.js +15 -22
- package/esm/components/numeral-date/numeral-date.component.d.ts +1 -1
- package/esm/components/numeral-date/numeral-date.component.js +47 -299
- package/esm/components/numeral-date/numeral-date.style.js +8 -7
- package/esm/components/pager/__internal__/pager-navigation-link.component.d.ts +1 -1
- package/esm/components/pager/__internal__/pager-navigation-link.component.js +14 -27
- package/esm/components/pager/__internal__/pager-navigation.component.d.ts +1 -1
- package/esm/components/pager/__internal__/pager-navigation.component.js +18 -45
- package/esm/components/pager/pager.component.d.ts +1 -1
- package/esm/components/pager/pager.component.js +36 -73
- package/esm/components/pager/pager.style.js +14 -8
- package/esm/components/pages/page/page.component.d.ts +1 -1
- package/esm/components/pages/page/page.component.js +8 -170
- package/esm/components/pages/pages.component.d.ts +1 -1
- package/esm/components/pages/pages.component.js +12 -68
- package/esm/components/password/password.component.d.ts +2 -2
- package/esm/components/password/password.component.js +8 -546
- package/esm/components/pill/pill.component.d.ts +1 -1
- package/esm/components/pill/pill.component.js +34 -246
- package/esm/components/pill/pill.style.js +12 -15
- package/esm/components/pod/pod.component.js +27 -30
- package/esm/components/pod/pod.style.js +95 -65
- package/esm/components/popover-container/popover-container.component.d.ts +3 -3
- package/esm/components/popover-container/popover-container.component.js +69 -262
- package/esm/components/popover-container/popover-container.style.js +10 -9
- package/esm/components/portal/portal.d.ts +1 -1
- package/esm/components/portal/portal.js +12 -23
- package/esm/components/portrait/portrait-gravatar.component.d.ts +2 -2
- package/esm/components/portrait/portrait-gravatar.component.js +8 -18
- package/esm/components/portrait/portrait-initials.component.d.ts +2 -2
- package/esm/components/portrait/portrait-initials.component.js +18 -26
- package/esm/components/portrait/portrait.component.d.ts +1 -1
- package/esm/components/portrait/portrait.component.js +22 -205
- package/esm/components/portrait/portrait.style.js +32 -30
- package/esm/components/preview/__internal__/preview-placeholder.component.d.ts +2 -2
- package/esm/components/preview/__internal__/preview-placeholder.component.js +9 -18
- package/esm/components/preview/__internal__/preview-placeholder.style.js +12 -6
- package/esm/components/preview/preview.component.d.ts +1 -1
- package/esm/components/preview/preview.component.js +8 -176
- package/esm/components/preview/preview.style.js +2 -1
- package/esm/components/profile/profile.component.d.ts +2 -2
- package/esm/components/profile/profile.component.js +11 -27
- package/esm/components/profile/profile.style.d.ts +1 -1
- package/esm/components/profile/profile.style.js +37 -19
- package/esm/components/progress-tracker/progress-tracker.component.d.ts +2 -2
- package/esm/components/progress-tracker/progress-tracker.component.js +22 -203
- package/esm/components/progress-tracker/progress-tracker.style.js +62 -48
- package/esm/components/radio-button/radio-button-group.component.d.ts +1 -1
- package/esm/components/radio-button/radio-button-group.component.js +2 -188
- package/esm/components/radio-button/radio-button-group.style.js +8 -5
- package/esm/components/radio-button/radio-button-svg.component.d.ts +1 -1
- package/esm/components/radio-button/radio-button-svg.component.js +0 -2
- package/esm/components/radio-button/radio-button.component.js +45 -46
- package/esm/components/radio-button/radio-button.style.js +11 -8
- package/esm/components/search/search-button.style.js +6 -3
- package/esm/components/search/search.component.js +31 -49
- package/esm/components/search/search.style.js +11 -10
- package/esm/components/select/__internal__/select-text/select-text.component.d.ts +1 -1
- package/esm/components/select/__internal__/select-text/select-text.component.js +13 -30
- package/esm/components/select/__internal__/select-text/select-text.style.js +11 -8
- package/esm/components/select/filterable-select/filterable-select.component.js +61 -108
- package/esm/components/select/list-action-button/list-action-button.component.js +7 -9
- package/esm/components/select/multi-select/multi-select.component.js +71 -122
- package/esm/components/select/multi-select/multi-select.style.js +12 -6
- package/esm/components/select/option/option.component.js +22 -24
- package/esm/components/select/option/option.style.js +13 -7
- package/esm/components/select/option-group-header/option-group-header.component.js +8 -8
- package/esm/components/select/option-row/option-row.component.js +14 -17
- package/esm/components/select/option-row/option-row.style.js +13 -7
- package/esm/components/select/select-list/select-list-container.style.js +18 -9
- package/esm/components/select/select-list/select-list.component.js +53 -93
- package/esm/components/select/select-list/select-list.style.js +19 -10
- package/esm/components/select/select-textbox/select-textbox.component.js +58 -65
- package/esm/components/select/select.style.js +12 -9
- package/esm/components/select/simple-select/simple-select.component.js +48 -90
- package/esm/components/select/utils/get-next-child-by-text.js +4 -13
- package/esm/components/select/utils/get-next-index-by-key.js +0 -13
- package/esm/components/select/utils/highlight-part-of-text.js +0 -9
- package/esm/components/select/utils/is-expected-option.js +0 -4
- package/esm/components/select/utils/is-expected-value.js +0 -1
- package/esm/components/select/utils/with-filter.hoc.js +15 -49
- package/esm/components/settings-row/settings-row.component.d.ts +1 -1
- package/esm/components/settings-row/settings-row.component.js +11 -177
- package/esm/components/settings-row/settings-row.style.js +7 -4
- package/esm/components/show-edit-pod/show-edit-pod.component.js +31 -68
- package/esm/components/sidebar/__internal__/sidebar-header/sidebar-header.component.d.ts +1 -1
- package/esm/components/sidebar/__internal__/sidebar-header/sidebar-header.component.js +14 -173
- package/esm/components/sidebar/__internal__/sidebar-header/sidebar-header.style.js +7 -4
- package/esm/components/sidebar/sidebar.component.js +28 -28
- package/esm/components/sidebar/sidebar.style.js +13 -10
- package/esm/components/simple-color-picker/simple-color/simple-color.component.js +1 -2
- package/esm/components/simple-color-picker/simple-color/simple-color.style.js +24 -17
- package/esm/components/simple-color-picker/simple-color-picker.component.js +34 -47
- package/esm/components/simple-color-picker/simple-color-picker.style.js +13 -11
- package/esm/components/split-button/split-button-children.style.js +9 -6
- package/esm/components/split-button/split-button-toggle.style.js +10 -7
- package/esm/components/split-button/split-button.component.d.ts +1 -1
- package/esm/components/split-button/split-button.component.js +20 -523
- package/esm/components/step-sequence/step-sequence-item/step-sequence-item.component.d.ts +1 -1
- package/esm/components/step-sequence/step-sequence-item/step-sequence-item.component.js +12 -30
- package/esm/components/step-sequence/step-sequence-item/step-sequence-item.style.js +5 -4
- package/esm/components/step-sequence/step-sequence.component.d.ts +1 -1
- package/esm/components/step-sequence/step-sequence.component.js +7 -322
- package/esm/components/step-sequence/step-sequence.style.js +7 -4
- package/esm/components/switch/__internal__/switch-slider-panel.style.js +8 -5
- package/esm/components/switch/__internal__/switch-slider.component.d.ts +2 -2
- package/esm/components/switch/__internal__/switch-slider.component.js +11 -22
- package/esm/components/switch/__internal__/switch-slider.style.js +15 -12
- package/esm/components/switch/switch.component.js +40 -43
- package/esm/components/switch/switch.style.js +10 -7
- package/esm/components/tabs/__internal__/tab-title/tab-title.component.js +41 -53
- package/esm/components/tabs/__internal__/tab-title/tab-title.style.js +68 -50
- package/esm/components/tabs/__internal__/tabs-header/tabs-header.component.d.ts +1 -1
- package/esm/components/tabs/__internal__/tabs-header/tabs-header.component.js +19 -31
- package/esm/components/tabs/__internal__/tabs-header/tabs-header.style.js +52 -31
- package/esm/components/tabs/tab/tab.component.d.ts +1 -1
- package/esm/components/tabs/tab/tab.component.js +28 -205
- package/esm/components/tabs/tab/tab.style.js +8 -5
- package/esm/components/tabs/tabs.component.d.ts +1 -1
- package/esm/components/tabs/tabs.component.js +44 -239
- package/esm/components/tabs/tabs.style.js +9 -6
- package/esm/components/text-editor/__internal__/decorators/link-decorator.d.ts +1 -1
- package/esm/components/text-editor/__internal__/decorators/link-decorator.js +16 -11
- package/esm/components/text-editor/__internal__/editor-counter/editor-counter.component.d.ts +2 -2
- package/esm/components/text-editor/__internal__/editor-counter/editor-counter.component.js +19 -25
- package/esm/components/text-editor/__internal__/editor-counter/editor-counter.style.js +6 -3
- package/esm/components/text-editor/__internal__/editor-link/editor-link.component.d.ts +1 -1
- package/esm/components/text-editor/__internal__/editor-link/editor-link.component.js +10 -19
- package/esm/components/text-editor/__internal__/label-wrapper/label-wrapper.component.d.ts +1 -1
- package/esm/components/text-editor/__internal__/label-wrapper/label-wrapper.component.js +5 -12
- package/esm/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -14
- package/esm/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.style.js +7 -4
- package/esm/components/text-editor/__internal__/toolbar/toolbar.component.d.ts +1 -1
- package/esm/components/text-editor/__internal__/toolbar/toolbar.component.js +12 -39
- package/esm/components/text-editor/__internal__/utils/utils.js +13 -23
- package/esm/components/text-editor/text-editor.component.js +43 -66
- package/esm/components/text-editor/text-editor.style.js +17 -11
- package/esm/components/textarea/textarea.component.js +54 -68
- package/esm/components/textarea/textarea.style.js +13 -7
- package/esm/components/textbox/__internal__/prefix.style.js +6 -3
- package/esm/components/textbox/textbox.component.js +63 -67
- package/esm/components/textbox/textbox.style.js +7 -4
- package/esm/components/tile/tile-footer/tile-footer.component.d.ts +1 -1
- package/esm/components/tile/tile-footer/tile-footer.component.js +7 -168
- package/esm/components/tile/tile-footer/tile-footer.style.js +7 -8
- package/esm/components/tile/tile.component.d.ts +1 -1
- package/esm/components/tile/tile.component.js +13 -332
- package/esm/components/tile/tile.style.js +25 -26
- package/esm/components/tile-select/__internal__/accordion/accordion.component.d.ts +1 -1
- package/esm/components/tile-select/__internal__/accordion/accordion.component.js +7 -322
- package/esm/components/tile-select/tile-select-group.component.d.ts +1 -1
- package/esm/components/tile-select/tile-select-group.component.js +13 -183
- package/esm/components/tile-select/tile-select.component.js +32 -36
- package/esm/components/tile-select/tile-select.style.d.ts +1 -1
- package/esm/components/tile-select/tile-select.style.js +63 -36
- package/esm/components/toast/toast.component.js +17 -28
- package/esm/components/toast/toast.style.d.ts +1 -1
- package/esm/components/toast/toast.style.js +61 -37
- package/esm/components/tooltip/tooltip-pointer.style.js +9 -8
- package/esm/components/tooltip/tooltip.component.js +40 -42
- package/esm/components/tooltip/tooltip.style.js +11 -10
- package/esm/components/typography/list.component.d.ts +2 -2
- package/esm/components/typography/list.component.js +22 -939
- package/esm/components/typography/typography.component.js +43 -65
- package/esm/components/vertical-divider/vertical-divider.component.js +9 -11
- package/esm/components/vertical-divider/vertical-divider.style.js +20 -11
- package/esm/components/vertical-menu/vertical-menu-full-screen.component.d.ts +1 -1
- package/esm/components/vertical-menu/vertical-menu-full-screen.component.js +12 -24
- package/esm/components/vertical-menu/vertical-menu-item.component.d.ts +1 -1
- package/esm/components/vertical-menu/vertical-menu-item.component.js +14 -208
- package/esm/components/vertical-menu/vertical-menu-trigger.component.d.ts +1 -1
- package/esm/components/vertical-menu/vertical-menu-trigger.component.js +9 -174
- package/esm/components/vertical-menu/vertical-menu.component.d.ts +1 -1
- package/esm/components/vertical-menu/vertical-menu.component.js +10 -23
- package/esm/components/vertical-menu/vertical-menu.style.js +19 -10
- package/esm/hooks/__internal__/useCharacterCount/useCharacterCount.d.ts +1 -1
- package/esm/hooks/__internal__/useCharacterCount/useCharacterCount.js +4 -4
- package/esm/hooks/__internal__/useClickAwayListener/useClickAwayListener.js +5 -3
- package/esm/hooks/__internal__/useFloating/useFloating.js +16 -20
- package/esm/hooks/__internal__/useFormSpacing/add-form-spacing/index.d.ts +1 -1
- package/esm/hooks/__internal__/useFormSpacing/add-form-spacing/index.js +2 -5
- package/esm/hooks/__internal__/useInputAccessibility/useInputAccessibility.js +10 -11
- package/esm/hooks/__internal__/useIsStickyFooterForm/useIsStickyFooterForm.js +1 -5
- package/esm/hooks/__internal__/useMenuKeyboardNavigation/useMenuKeyboardNavigation.js +8 -21
- package/esm/hooks/__internal__/useModalManager/useModalManager.js +8 -11
- package/esm/hooks/__internal__/useResizeObserver/useResizeObserver.js +4 -9
- package/esm/hooks/__internal__/useScrollBlock/scroll-block-manager.js +12 -21
- package/esm/hooks/__internal__/useScrollBlock/useScrollBlock.js +34 -32
- package/esm/hooks/__internal__/useStableCallback/useStableCallback.js +8 -5
- package/esm/hooks/__internal__/useThrottle/useThrottle.js +2 -1
- package/esm/hooks/__internal__/useUniqueId/index.d.ts +1 -1
- package/esm/hooks/useMediaQuery/useMediaQuery.js +0 -2
- package/esm/locales/en-gb.js +3 -9
- package/esm/locales/pl-pl.js +3 -24
- package/esm/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.js +7 -4
- package/esm/style/design-tokens/debug-theme.util.js +7 -10
- package/esm/style/design-tokens/generate-css-variables.util.d.ts +1 -1
- package/esm/style/design-tokens/generate-css-variables.util.js +3 -2
- package/esm/style/palette/index.js +12 -13
- package/esm/style/themes/aegean/aegean-theme.config.js +14 -18
- package/esm/style/themes/base/base-theme.config.js +3 -6
- package/esm/style/themes/base/index.js +4 -2
- package/esm/style/themes/mint/mint-theme.config.js +14 -18
- package/esm/style/themes/sage/index.d.ts +1 -1
- package/esm/style/themes/sage/index.js +4 -2
- package/esm/style/themes/test-utils.js +4 -4
- package/esm/style/utils/add-hex-symbols.js +0 -1
- package/esm/style/utils/at-opacity.d.ts +1 -1
- package/esm/style/utils/at-opacity.js +2 -4
- package/esm/style/utils/color.js +11 -16
- package/esm/style/utils/filter-out-styled-system-spacing-props.js +4 -3
- package/esm/style/utils/form-style-utils.js +2 -13
- package/esm/style/utils/get-color-value.js +0 -1
- package/esm/style/utils/get-rgb-values.js +1 -1
- package/esm/style/utils/merge-deep.js +9 -8
- package/esm/style/utils/mix.d.ts +1 -1
- package/esm/style/utils/mix.js +8 -10
- package/esm/style/utils/width.js +9 -5
- package/lib/__internal__/character-count/character-count.component.d.ts +2 -2
- package/lib/__internal__/character-count/character-count.component.js +7 -21
- package/lib/__internal__/character-count/character-count.style.js +16 -16
- package/lib/__internal__/character-count/index.js +0 -2
- package/lib/__internal__/checkable-input/checkable-input-svg-wrapper.style.js +0 -3
- package/lib/__internal__/checkable-input/checkable-input.component.js +40 -52
- package/lib/__internal__/checkable-input/checkable-input.style.js +14 -22
- package/lib/__internal__/checkable-input/hidden-checkable-input.component.js +23 -40
- package/lib/__internal__/checkable-input/hidden-checkable-input.style.js +0 -3
- package/lib/__internal__/checkable-input/index.js +0 -2
- package/lib/__internal__/field-help/field-help.component.d.ts +1 -1
- package/lib/__internal__/field-help/field-help.component.js +14 -23
- package/lib/__internal__/field-help/field-help.style.js +10 -11
- package/lib/__internal__/field-help/index.js +0 -2
- package/lib/__internal__/fieldset/fieldset.component.d.ts +1 -1
- package/lib/__internal__/fieldset/fieldset.component.js +37 -211
- package/lib/__internal__/fieldset/fieldset.style.js +19 -20
- package/lib/__internal__/fieldset/index.js +0 -2
- package/lib/__internal__/filter-object-properties/filter-object-properties.js +0 -1
- package/lib/__internal__/filter-object-properties/index.js +0 -2
- package/lib/__internal__/focus-trap/focus-trap-utils.d.ts +1 -1
- package/lib/__internal__/focus-trap/focus-trap-utils.js +13 -52
- package/lib/__internal__/focus-trap/focus-trap.component.d.ts +1 -1
- package/lib/__internal__/focus-trap/focus-trap.component.js +44 -110
- package/lib/__internal__/focus-trap/index.js +0 -2
- package/lib/__internal__/form-field/form-field.component.d.ts +1 -1
- package/lib/__internal__/form-field/form-field.component.js +33 -234
- package/lib/__internal__/form-field/form-field.style.js +9 -12
- package/lib/__internal__/form-field/index.js +0 -2
- package/lib/__internal__/form-spacing-provider/form-spacing-context.js +0 -4
- package/lib/__internal__/form-spacing-provider/form-spacing-provider.component.d.ts +1 -1
- package/lib/__internal__/form-spacing-provider/form-spacing-provider.component.js +10 -17
- package/lib/__internal__/form-spacing-provider/index.js +0 -3
- package/lib/__internal__/full-screen-heading/full-screen-heading.component.js +3 -13
- package/lib/__internal__/full-screen-heading/full-screen-heading.style.js +9 -11
- package/lib/__internal__/full-screen-heading/index.js +0 -2
- package/lib/__internal__/i18n-context/index.js +0 -5
- package/lib/__internal__/input/index.js +0 -4
- package/lib/__internal__/input/input-presentation.component.js +17 -29
- package/lib/__internal__/input/input-presentation.style.js +61 -51
- package/lib/__internal__/input/input.component.js +38 -69
- package/lib/__internal__/input/input.style.js +24 -19
- package/lib/__internal__/input-behaviour/index.js +0 -2
- package/lib/__internal__/input-behaviour/input-behaviour.component.d.ts +1 -1
- package/lib/__internal__/input-behaviour/input-behaviour.component.js +8 -17
- package/lib/__internal__/input-behaviour/input-group-behaviour.component.d.ts +1 -1
- package/lib/__internal__/input-behaviour/input-group-behaviour.component.js +7 -18
- package/lib/__internal__/input-behaviour/useInputBehaviour.d.ts +1 -1
- package/lib/__internal__/input-behaviour/useInputBehaviour.js +3 -7
- package/lib/__internal__/input-icon-toggle/index.js +0 -2
- package/lib/__internal__/input-icon-toggle/input-icon-toggle.component.d.ts +1 -1
- package/lib/__internal__/input-icon-toggle/input-icon-toggle.component.js +24 -51
- package/lib/__internal__/input-icon-toggle/input-icon-toggle.style.js +22 -23
- package/lib/__internal__/label/icon-wrapper.style.js +0 -5
- package/lib/__internal__/label/index.js +0 -2
- package/lib/__internal__/label/label.component.d.ts +2 -2
- package/lib/__internal__/label/label.component.js +38 -78
- package/lib/__internal__/label/label.style.js +34 -26
- package/lib/__internal__/popover/index.js +0 -2
- package/lib/__internal__/popover/popover.component.d.ts +1 -1
- package/lib/__internal__/popover/popover.component.js +14 -60
- package/lib/__internal__/popover/popover.style.js +12 -10
- package/lib/__internal__/radio-button-mapper/index.js +0 -2
- package/lib/__internal__/radio-button-mapper/radio-button-mapper.component.d.ts +1 -1
- package/lib/__internal__/radio-button-mapper/radio-button-mapper.component.js +13 -32
- package/lib/__internal__/sticky-footer/index.js +0 -2
- package/lib/__internal__/sticky-footer/sticky-footer.component.d.ts +1 -1
- package/lib/__internal__/sticky-footer/sticky-footer.component.js +14 -40
- package/lib/__internal__/sticky-footer/sticky-footer.style.js +9 -10
- package/lib/__internal__/tooltip-provider/index.d.ts +1 -1
- package/lib/__internal__/tooltip-provider/index.js +12 -20
- package/lib/__internal__/utils/helpers/browser-type-check/index.js +1 -4
- package/lib/__internal__/utils/helpers/events/composedPath.js +0 -6
- package/lib/__internal__/utils/helpers/events/events.js +1 -21
- package/lib/__internal__/utils/helpers/events/index.js +0 -2
- package/lib/__internal__/utils/helpers/guid/index.d.ts +1 -1
- package/lib/__internal__/utils/helpers/guid/index.js +0 -3
- package/lib/__internal__/utils/helpers/tags/index.js +0 -2
- package/lib/__internal__/utils/helpers/tags/tags-specs/index.js +0 -1
- package/lib/__internal__/utils/helpers/tags/tags-specs/tags-specs.d.ts +1 -1
- package/lib/__internal__/utils/helpers/tags/tags-specs/tags-specs.js +2 -5
- package/lib/__internal__/utils/helpers/tags/tags.js +0 -5
- package/lib/__internal__/utils/logger/index.js +1 -2
- package/lib/__internal__/validation-message/index.js +0 -2
- package/lib/__internal__/validation-message/validation-message.component.d.ts +2 -2
- package/lib/__internal__/validation-message/validation-message.component.js +6 -16
- package/lib/__internal__/validation-message/validation-message.style.js +9 -10
- package/lib/__internal__/validations/index.js +0 -2
- package/lib/__internal__/validations/validation-icon.component.d.ts +1 -1
- package/lib/__internal__/validations/validation-icon.component.js +26 -80
- package/lib/__internal__/validations/validation-icon.style.js +15 -17
- package/lib/__spec_helper__/enzyme-snapshot-helper.js +1 -7
- package/lib/__spec_helper__/expect.js +2 -8
- package/lib/__spec_helper__/index.js +0 -4
- package/lib/__spec_helper__/mock-match-media.js +1 -8
- package/lib/__spec_helper__/mock-resize-observer.js +0 -3
- package/lib/__spec_helper__/test-utils.d.ts +10 -10
- package/lib/__spec_helper__/test-utils.js +56 -105
- package/lib/components/accordion/accordion-group/accordion-group.component.d.ts +1 -1
- package/lib/components/accordion/accordion-group/accordion-group.component.js +13 -225
- package/lib/components/accordion/accordion.component.js +32 -52
- package/lib/components/accordion/accordion.style.js +92 -64
- package/lib/components/accordion/index.js +0 -3
- package/lib/components/action-popover/action-popover-context.js +0 -4
- package/lib/components/action-popover/action-popover-divider/action-popover-divider.component.js +0 -2
- package/lib/components/action-popover/action-popover-item/action-popover-item.component.d.ts +1 -1
- package/lib/components/action-popover/action-popover-item/action-popover-item.component.js +29 -77
- package/lib/components/action-popover/action-popover-menu/action-popover-menu.component.js +18 -37
- package/lib/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.d.ts +2 -2
- package/lib/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.js +17 -37
- package/lib/components/action-popover/action-popover.component.d.ts +1 -1
- package/lib/components/action-popover/action-popover.component.js +25 -220
- package/lib/components/action-popover/action-popover.style.js +42 -38
- package/lib/components/action-popover/index.js +6 -12
- package/lib/components/advanced-color-picker/advanced-color-picker-cell.style.js +17 -15
- package/lib/components/advanced-color-picker/advanced-color-picker.component.d.ts +1 -1
- package/lib/components/advanced-color-picker/advanced-color-picker.component.js +45 -241
- package/lib/components/advanced-color-picker/advanced-color-picker.style.d.ts +2 -2
- package/lib/components/advanced-color-picker/advanced-color-picker.style.js +20 -29
- package/lib/components/advanced-color-picker/index.js +0 -2
- package/lib/components/alert/alert.component.d.ts +2 -2
- package/lib/components/alert/alert.component.js +13 -74
- package/lib/components/alert/index.js +0 -2
- package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +20 -23
- package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.style.js +16 -14
- package/lib/components/anchor-navigation/anchor-navigation.component.js +21 -40
- package/lib/components/anchor-navigation/anchor-navigation.style.js +1 -4
- package/lib/components/anchor-navigation/anchor-section-divider.component.js +0 -3
- package/lib/components/anchor-navigation/index.js +0 -4
- package/lib/components/badge/badge.component.d.ts +1 -1
- package/lib/components/badge/badge.component.js +8 -24
- package/lib/components/badge/badge.style.js +18 -20
- package/lib/components/badge/index.js +0 -2
- package/lib/components/batch-selection/batch-selection.component.d.ts +1 -1
- package/lib/components/batch-selection/batch-selection.component.js +8 -21
- package/lib/components/batch-selection/batch-selection.style.js +11 -15
- package/lib/components/batch-selection/index.js +0 -2
- package/lib/components/box/box.component.js +63 -56
- package/lib/components/box/box.config.js +0 -3
- package/lib/components/box/index.js +0 -2
- package/lib/components/breadcrumbs/breadcrumbs.component.js +6 -14
- package/lib/components/breadcrumbs/breadcrumbs.style.js +0 -3
- package/lib/components/breadcrumbs/crumb/crumb.component.js +16 -21
- package/lib/components/breadcrumbs/crumb/crumb.style.js +10 -13
- package/lib/components/breadcrumbs/crumb/index.js +0 -2
- package/lib/components/breadcrumbs/index.js +0 -3
- package/lib/components/button/button-types.style.d.ts +1 -1
- package/lib/components/button/button-types.style.js +0 -6
- package/lib/components/button/button.component.js +41 -89
- package/lib/components/button/button.config.js +1 -1
- package/lib/components/button/button.style.js +34 -40
- package/lib/components/button/index.js +6 -9
- package/lib/components/button-bar/button-bar.component.d.ts +1 -1
- package/lib/components/button-bar/button-bar.component.js +22 -343
- package/lib/components/button-bar/button-bar.config.js +1 -1
- package/lib/components/button-bar/button-bar.style.js +10 -15
- package/lib/components/button-bar/index.js +0 -2
- package/lib/components/button-minor/button-minor.component.d.ts +2 -2
- package/lib/components/button-minor/button-minor.component.js +14 -356
- package/lib/components/button-minor/button-minor.style.js +35 -32
- package/lib/components/button-minor/index.js +0 -2
- package/lib/components/button-toggle/button-toggle-icon.component.d.ts +2 -2
- package/lib/components/button-toggle/button-toggle-icon.component.js +17 -27
- package/lib/components/button-toggle/button-toggle-input.component.js +3 -18
- package/lib/components/button-toggle/button-toggle.component.d.ts +1 -1
- package/lib/components/button-toggle/button-toggle.component.js +23 -66
- package/lib/components/button-toggle/button-toggle.style.js +53 -38
- package/lib/components/button-toggle/index.js +0 -2
- package/lib/components/button-toggle-group/button-toggle-group.component.d.ts +1 -1
- package/lib/components/button-toggle-group/button-toggle-group.component.js +31 -228
- package/lib/components/button-toggle-group/button-toggle-group.style.js +37 -29
- package/lib/components/button-toggle-group/index.js +0 -2
- package/lib/components/carbon-provider/carbon-provider.component.d.ts +1 -1
- package/lib/components/carbon-provider/carbon-provider.component.js +12 -68
- package/lib/components/carbon-provider/index.js +0 -2
- package/lib/components/carbon-provider/top-modal-context.d.ts +1 -1
- package/lib/components/carbon-provider/top-modal-context.js +9 -19
- package/lib/components/card/__internal__/card-context/index.js +0 -4
- package/lib/components/card/card-column/card-column.component.d.ts +1 -1
- package/lib/components/card/card-column/card-column.component.js +9 -16
- package/lib/components/card/card-column/card-column.style.js +6 -6
- package/lib/components/card/card-column/index.js +0 -2
- package/lib/components/card/card-footer/card-footer.component.d.ts +1 -1
- package/lib/components/card/card-footer/card-footer.component.js +10 -334
- package/lib/components/card/card-footer/card-footer.style.js +11 -15
- package/lib/components/card/card-footer/index.js +0 -2
- package/lib/components/card/card-row/card-row.component.d.ts +1 -1
- package/lib/components/card/card-row/card-row.component.js +7 -172
- package/lib/components/card/card-row/card-row.style.js +9 -13
- package/lib/components/card/card-row/index.js +0 -2
- package/lib/components/card/card.component.d.ts +1 -1
- package/lib/components/card/card.component.js +20 -208
- package/lib/components/card/card.config.js +1 -1
- package/lib/components/card/card.style.js +16 -20
- package/lib/components/card/index.js +6 -11
- package/lib/components/carousel/carousel.component.d.ts +1 -1
- package/lib/components/carousel/carousel.component.js +15 -51
- package/lib/components/carousel/carousel.style.js +17 -19
- package/lib/components/carousel/index.js +0 -3
- package/lib/components/carousel/slide/index.js +0 -2
- package/lib/components/carousel/slide/slide.component.d.ts +1 -1
- package/lib/components/carousel/slide/slide.component.js +1 -13
- package/lib/components/carousel/slide/slide.style.js +11 -11
- package/lib/components/carousel/slide.config.js +1 -3
- package/lib/components/checkbox/checkbox-group.component.d.ts +1 -1
- package/lib/components/checkbox/checkbox-group.component.js +2 -184
- package/lib/components/checkbox/checkbox-group.style.js +9 -16
- package/lib/components/checkbox/checkbox-svg.component.d.ts +2 -2
- package/lib/components/checkbox/checkbox-svg.component.js +0 -6
- package/lib/components/checkbox/checkbox.component.js +45 -66
- package/lib/components/checkbox/checkbox.style.js +18 -28
- package/lib/components/checkbox/index.js +4 -7
- package/lib/components/confirm/confirm.component.d.ts +1 -1
- package/lib/components/confirm/confirm.component.js +32 -102
- package/lib/components/confirm/confirm.style.js +16 -17
- package/lib/components/confirm/index.js +0 -2
- package/lib/components/content/content.component.d.ts +1 -1
- package/lib/components/content/content.component.js +12 -181
- package/lib/components/content/content.style.js +25 -26
- package/lib/components/content/index.js +0 -2
- package/lib/components/date/__internal__/date-formats/index.js +15 -26
- package/lib/components/date/__internal__/date-picker/date-picker.component.js +22 -51
- package/lib/components/date/__internal__/date-picker/day-picker.style.js +6 -8
- package/lib/components/date/__internal__/date-picker/index.js +0 -2
- package/lib/components/date/__internal__/navbar/button.style.js +0 -3
- package/lib/components/date/__internal__/navbar/index.js +0 -2
- package/lib/components/date/__internal__/navbar/navbar.component.js +16 -21
- package/lib/components/date/__internal__/navbar/navbar.style.js +0 -3
- package/lib/components/date/__internal__/utils.js +7 -48
- package/lib/components/date/__internal__/weekday/abbr.style.js +0 -3
- package/lib/components/date/__internal__/weekday/index.js +0 -2
- package/lib/components/date/__internal__/weekday/weekday.component.js +15 -20
- package/lib/components/date/__internal__/weekday/weekday.style.js +0 -3
- package/lib/components/date/date.component.js +47 -113
- package/lib/components/date/date.style.js +20 -27
- package/lib/components/date/index.js +0 -2
- package/lib/components/date-range/date-range.component.js +34 -86
- package/lib/components/date-range/date-range.context.js +0 -4
- package/lib/components/date-range/date-range.style.js +6 -11
- package/lib/components/date-range/index.js +0 -2
- package/lib/components/decimal/decimal.component.js +36 -75
- package/lib/components/decimal/index.js +0 -2
- package/lib/components/definition-list/__internal__/dl.context.js +0 -4
- package/lib/components/definition-list/dd.component.d.ts +1 -1
- package/lib/components/definition-list/dd.component.js +6 -323
- package/lib/components/definition-list/definition-list.style.js +25 -24
- package/lib/components/definition-list/dl.component.d.ts +1 -1
- package/lib/components/definition-list/dl.component.js +10 -345
- package/lib/components/definition-list/dt.component.d.ts +1 -1
- package/lib/components/definition-list/dt.component.js +8 -328
- package/lib/components/definition-list/index.js +6 -10
- package/lib/components/detail/detail.component.d.ts +1 -1
- package/lib/components/detail/detail.component.js +22 -191
- package/lib/components/detail/detail.style.js +17 -19
- package/lib/components/detail/index.js +0 -2
- package/lib/components/dialog/dialog.component.d.ts +1 -1
- package/lib/components/dialog/dialog.component.js +27 -115
- package/lib/components/dialog/dialog.config.js +1 -1
- package/lib/components/dialog/dialog.style.js +56 -46
- package/lib/components/dialog/index.js +0 -2
- package/lib/components/dialog-full-screen/content.style.js +23 -19
- package/lib/components/dialog-full-screen/dialog-full-screen.component.d.ts +1 -1
- package/lib/components/dialog-full-screen/dialog-full-screen.component.js +29 -106
- package/lib/components/dialog-full-screen/dialog-full-screen.style.js +15 -20
- package/lib/components/dialog-full-screen/index.js +0 -2
- package/lib/components/dismissible-box/dismissible-box.component.d.ts +1 -1
- package/lib/components/dismissible-box/dismissible-box.component.js +23 -2470
- package/lib/components/dismissible-box/dismissible-box.style.js +10 -14
- package/lib/components/dismissible-box/index.js +0 -2
- package/lib/components/draggable/draggable-container.component.js +11 -28
- package/lib/components/draggable/draggable-item.component.js +17 -31
- package/lib/components/draggable/draggable-item.style.js +6 -9
- package/lib/components/draggable/index.js +0 -3
- package/lib/components/draggable/internal/drop-target.component.d.ts +1 -1
- package/lib/components/draggable/internal/drop-target.component.js +8 -175
- package/lib/components/drawer/drawer.component.d.ts +1 -1
- package/lib/components/drawer/drawer.component.js +21 -66
- package/lib/components/drawer/drawer.style.js +73 -58
- package/lib/components/drawer/index.js +6 -9
- package/lib/components/duelling-picklist/duelling-picklist.component.d.ts +1 -1
- package/lib/components/duelling-picklist/duelling-picklist.component.js +13 -191
- package/lib/components/duelling-picklist/duelling-picklist.context.js +1 -7
- package/lib/components/duelling-picklist/duelling-picklist.style.js +10 -13
- package/lib/components/duelling-picklist/index.js +10 -17
- package/lib/components/duelling-picklist/picklist/picklist.component.d.ts +1 -1
- package/lib/components/duelling-picklist/picklist/picklist.component.js +11 -36
- package/lib/components/duelling-picklist/picklist/picklist.style.js +1 -5
- package/lib/components/duelling-picklist/picklist-divider/picklist-divider.component.d.ts +2 -2
- package/lib/components/duelling-picklist/picklist-divider/picklist-divider.component.js +1 -11
- package/lib/components/duelling-picklist/picklist-divider/picklist-divider.style.js +0 -3
- package/lib/components/duelling-picklist/picklist-group/picklist-group.component.js +15 -33
- package/lib/components/duelling-picklist/picklist-group/picklist-group.style.js +18 -19
- package/lib/components/duelling-picklist/picklist-item/picklist-item.component.js +18 -30
- package/lib/components/duelling-picklist/picklist-item/picklist-item.style.js +17 -19
- package/lib/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.d.ts +2 -2
- package/lib/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.js +8 -14
- package/lib/components/fieldset/fieldset.component.d.ts +1 -1
- package/lib/components/fieldset/fieldset.component.js +8 -178
- package/lib/components/fieldset/fieldset.style.js +14 -17
- package/lib/components/fieldset/index.js +0 -2
- package/lib/components/flat-table/flat-table-body/flat-table-body.component.js +6 -11
- package/lib/components/flat-table/flat-table-body/index.js +0 -2
- package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +15 -36
- package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.style.js +9 -10
- package/lib/components/flat-table/flat-table-body-draggable/index.js +0 -2
- package/lib/components/flat-table/flat-table-cell/flat-table-cell.component.js +22 -50
- package/lib/components/flat-table/flat-table-cell/flat-table-cell.style.js +27 -29
- package/lib/components/flat-table/flat-table-cell/index.js +0 -2
- package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.component.js +17 -38
- package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.style.js +12 -15
- package/lib/components/flat-table/flat-table-checkbox/index.js +0 -2
- package/lib/components/flat-table/flat-table-head/flat-table-head.component.js +11 -21
- package/lib/components/flat-table/flat-table-head/flat-table-head.style.js +0 -6
- package/lib/components/flat-table/flat-table-head/index.js +0 -2
- package/lib/components/flat-table/flat-table-header/flat-table-header-utils.js +1 -5
- package/lib/components/flat-table/flat-table-header/flat-table-header.component.js +18 -41
- package/lib/components/flat-table/flat-table-header/flat-table-header.style.js +18 -24
- package/lib/components/flat-table/flat-table-header/index.js +0 -2
- package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +11 -22
- package/lib/components/flat-table/flat-table-row/flat-table-row.component.js +36 -82
- package/lib/components/flat-table/flat-table-row/flat-table-row.style.js +30 -50
- package/lib/components/flat-table/flat-table-row/index.js +0 -2
- package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.component.js +20 -45
- package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.style.js +25 -27
- package/lib/components/flat-table/flat-table-row-header/index.js +0 -2
- package/lib/components/flat-table/flat-table.component.js +68 -98
- package/lib/components/flat-table/flat-table.config.js +1 -1
- package/lib/components/flat-table/flat-table.style.js +143 -105
- package/lib/components/flat-table/index.js +16 -27
- package/lib/components/flat-table/sort/index.js +0 -2
- package/lib/components/flat-table/sort/sort.component.js +8 -23
- package/lib/components/flat-table/sort/sort.style.js +0 -4
- package/lib/components/form/__internal__/form-summary.component.d.ts +2 -2
- package/lib/components/form/__internal__/form-summary.component.js +16 -40
- package/lib/components/form/__internal__/form-summary.style.js +45 -34
- package/lib/components/form/form.component.d.ts +1 -1
- package/lib/components/form/form.component.js +21 -513
- package/lib/components/form/form.style.js +78 -58
- package/lib/components/form/index.js +0 -2
- package/lib/components/global-header/global-header.component.d.ts +1 -1
- package/lib/components/global-header/global-header.component.js +24 -1045
- package/lib/components/global-header/index.js +0 -2
- package/lib/components/grid/grid-container/grid-container.component.d.ts +1 -1
- package/lib/components/grid/grid-container/grid-container.component.js +1 -1839
- package/lib/components/grid/grid-container/grid-container.style.js +0 -4
- package/lib/components/grid/grid-container/index.js +0 -2
- package/lib/components/grid/grid-item/grid-item.component.d.ts +1 -1
- package/lib/components/grid/grid-item/grid-item.component.js +1 -1240
- package/lib/components/grid/grid-item/grid-item.style.js +22 -38
- package/lib/components/grid/grid-item/index.js +0 -2
- package/lib/components/grid/index.js +0 -3
- package/lib/components/grouped-character/grouped-character.component.js +28 -53
- package/lib/components/grouped-character/grouped-character.utils.js +1 -5
- package/lib/components/grouped-character/index.js +0 -2
- package/lib/components/heading/heading.component.d.ts +1 -1
- package/lib/components/heading/heading.component.js +20 -205
- package/lib/components/heading/heading.style.js +34 -35
- package/lib/components/heading/index.js +0 -2
- package/lib/components/help/help.component.js +23 -44
- package/lib/components/help/help.style.js +9 -14
- package/lib/components/help/index.js +0 -2
- package/lib/components/hr/hr.component.js +8 -17
- package/lib/components/hr/hr.style.js +0 -5
- package/lib/components/hr/index.js +0 -2
- package/lib/components/i18n-provider/i18n-provider.component.d.ts +1 -1
- package/lib/components/i18n-provider/i18n-provider.component.js +9 -145
- package/lib/components/i18n-provider/index.js +0 -2
- package/lib/components/icon/icon-config.js +1 -1
- package/lib/components/icon/icon-unicodes.js +2 -3
- package/lib/components/icon/icon.component.js +30 -55
- package/lib/components/icon/icon.style.js +15 -32
- package/lib/components/icon/index.js +0 -2
- package/lib/components/icon-button/icon-button.component.js +17 -38
- package/lib/components/icon-button/icon-button.style.js +9 -14
- package/lib/components/icon-button/index.js +0 -2
- package/lib/components/image/image.component.d.ts +2 -2
- package/lib/components/image/image.component.js +9 -1694
- package/lib/components/image/image.style.js +24 -23
- package/lib/components/image/index.js +0 -2
- package/lib/components/inline-inputs/index.js +0 -2
- package/lib/components/inline-inputs/inline-inputs.component.d.ts +1 -1
- package/lib/components/inline-inputs/inline-inputs.component.js +18 -201
- package/lib/components/inline-inputs/inline-inputs.style.js +41 -32
- package/lib/components/link/index.js +0 -2
- package/lib/components/link/link.component.js +34 -52
- package/lib/components/link/link.config.js +1 -1
- package/lib/components/link/link.style.js +14 -24
- package/lib/components/link-preview/__internal__/placeholder.component.d.ts +2 -2
- package/lib/components/link-preview/__internal__/placeholder.component.js +18 -16
- package/lib/components/link-preview/index.js +0 -2
- package/lib/components/link-preview/link-preview.component.d.ts +2 -2
- package/lib/components/link-preview/link-preview.component.js +15 -43
- package/lib/components/link-preview/link-preview.style.js +17 -17
- package/lib/components/loader/index.js +0 -2
- package/lib/components/loader/loader-square.style.js +12 -21
- package/lib/components/loader/loader.component.d.ts +2 -2
- package/lib/components/loader/loader.component.js +9 -183
- package/lib/components/loader/loader.style.js +0 -5
- package/lib/components/loader-bar/index.js +0 -2
- package/lib/components/loader-bar/loader-bar.component.d.ts +2 -2
- package/lib/components/loader-bar/loader-bar.component.js +8 -180
- package/lib/components/loader-bar/loader-bar.style.js +16 -20
- package/lib/components/menu/__internal__/keyboard-navigation/index.js +4 -24
- package/lib/components/menu/__internal__/locators.js +1 -1
- package/lib/components/menu/__internal__/spec-helper/index.js +2 -8
- package/lib/components/menu/__internal__/submenu/index.js +0 -2
- package/lib/components/menu/__internal__/submenu/submenu.component.js +34 -88
- package/lib/components/menu/__internal__/submenu/submenu.context.js +0 -4
- package/lib/components/menu/__internal__/submenu/submenu.style.js +30 -33
- package/lib/components/menu/index.js +8 -15
- package/lib/components/menu/menu-divider/index.js +0 -2
- package/lib/components/menu/menu-divider/menu-divider.component.js +8 -19
- package/lib/components/menu/menu-divider/menu-divider.style.js +10 -13
- package/lib/components/menu/menu-full-screen/index.js +0 -2
- package/lib/components/menu/menu-full-screen/menu-full-screen.component.d.ts +1 -1
- package/lib/components/menu/menu-full-screen/menu-full-screen.component.js +18 -53
- package/lib/components/menu/menu-full-screen/menu-full-screen.style.js +19 -25
- package/lib/components/menu/menu-item/index.js +0 -2
- package/lib/components/menu/menu-item/menu-item.component.d.ts +1 -1
- package/lib/components/menu/menu-item/menu-item.component.js +32 -2112
- package/lib/components/menu/menu-item/menu-item.style.js +22 -31
- package/lib/components/menu/menu-segment-title/index.js +0 -2
- package/lib/components/menu/menu-segment-title/menu-segment-title.component.js +9 -20
- package/lib/components/menu/menu-segment-title/menu-segment-title.style.js +10 -13
- package/lib/components/menu/menu.component.d.ts +1 -1
- package/lib/components/menu/menu.component.js +13 -1900
- package/lib/components/menu/menu.context.js +1 -7
- package/lib/components/menu/menu.style.js +24 -24
- package/lib/components/menu/scrollable-block/index.js +0 -2
- package/lib/components/menu/scrollable-block/scrollable-block.component.d.ts +1 -1
- package/lib/components/menu/scrollable-block/scrollable-block.component.js +12 -34
- package/lib/components/menu/scrollable-block/scrollable-block.style.js +10 -17
- package/lib/components/message/index.js +0 -2
- package/lib/components/message/message-content/message-content.component.d.ts +1 -1
- package/lib/components/message/message-content/message-content.component.js +6 -17
- package/lib/components/message/message-content/message-content.style.js +6 -6
- package/lib/components/message/message.component.d.ts +1 -1
- package/lib/components/message/message.component.js +15 -196
- package/lib/components/message/message.style.js +15 -17
- package/lib/components/message/type-icon/type-icon.component.d.ts +2 -2
- package/lib/components/message/type-icon/type-icon.component.js +5 -15
- package/lib/components/message/type-icon/type-icon.style.js +16 -14
- package/lib/components/modal/__internal__/modal-manager.d.ts +1 -1
- package/lib/components/modal/__internal__/modal-manager.js +14 -34
- package/lib/components/modal/index.js +6 -9
- package/lib/components/modal/modal.component.d.ts +1 -1
- package/lib/components/modal/modal.component.js +14 -46
- package/lib/components/modal/modal.style.js +24 -21
- package/lib/components/multi-action-button/index.js +0 -2
- package/lib/components/multi-action-button/multi-action-button.component.d.ts +2 -2
- package/lib/components/multi-action-button/multi-action-button.component.js +23 -637
- package/lib/components/multi-action-button/multi-action-button.style.js +27 -29
- package/lib/components/navigation-bar/index.js +0 -2
- package/lib/components/navigation-bar/navigation-bar.component.js +12 -18
- package/lib/components/navigation-bar/navigation-bar.style.js +20 -20
- package/lib/components/note/__internal__/status-icon/index.js +0 -2
- package/lib/components/note/__internal__/status-icon/status-icon.component.js +5 -11
- package/lib/components/note/__internal__/status-icon/status-icon.style.js +0 -3
- package/lib/components/note/index.js +0 -2
- package/lib/components/note/note.component.d.ts +1 -1
- package/lib/components/note/note.component.js +15 -202
- package/lib/components/note/note.style.js +37 -30
- package/lib/components/number/index.js +0 -2
- package/lib/components/number/number.component.js +17 -35
- package/lib/components/numeral-date/index.js +0 -2
- package/lib/components/numeral-date/numeral-date-context.js +0 -4
- package/lib/components/numeral-date/numeral-date.component.d.ts +1 -1
- package/lib/components/numeral-date/numeral-date.component.js +49 -323
- package/lib/components/numeral-date/numeral-date.style.js +11 -19
- package/lib/components/pager/__internal__/pager-navigation-link.component.d.ts +1 -1
- package/lib/components/pager/__internal__/pager-navigation-link.component.js +16 -36
- package/lib/components/pager/__internal__/pager-navigation.component.d.ts +1 -1
- package/lib/components/pager/__internal__/pager-navigation.component.js +20 -58
- package/lib/components/pager/index.js +0 -2
- package/lib/components/pager/pager.component.d.ts +1 -1
- package/lib/components/pager/pager.component.js +38 -85
- package/lib/components/pager/pager.style.js +17 -22
- package/lib/components/pages/index.js +4 -7
- package/lib/components/pages/page/index.js +0 -2
- package/lib/components/pages/page/page.component.d.ts +1 -1
- package/lib/components/pages/page/page.component.js +10 -183
- package/lib/components/pages/page/page.style.js +0 -5
- package/lib/components/pages/pages.component.d.ts +1 -1
- package/lib/components/pages/pages.component.js +14 -82
- package/lib/components/pages/pages.config.js +1 -3
- package/lib/components/pages/pages.style.js +1 -7
- package/lib/components/password/index.js +0 -2
- package/lib/components/password/password.component.d.ts +2 -2
- package/lib/components/password/password.component.js +10 -557
- package/lib/components/password/password.style.js +1 -6
- package/lib/components/pill/index.js +0 -2
- package/lib/components/pill/pill.component.d.ts +1 -1
- package/lib/components/pill/pill.component.js +35 -253
- package/lib/components/pill/pill.style.config.js +0 -2
- package/lib/components/pill/pill.style.js +14 -28
- package/lib/components/pod/index.js +0 -2
- package/lib/components/pod/pod.component.js +29 -47
- package/lib/components/pod/pod.config.js +1 -1
- package/lib/components/pod/pod.style.js +98 -78
- package/lib/components/popover-container/index.js +0 -2
- package/lib/components/popover-container/popover-container.component.d.ts +3 -3
- package/lib/components/popover-container/popover-container.component.js +73 -276
- package/lib/components/popover-container/popover-container.style.js +11 -17
- package/lib/components/portal/index.js +0 -2
- package/lib/components/portal/portal.d.ts +1 -1
- package/lib/components/portal/portal.js +14 -34
- package/lib/components/portrait/index.js +0 -2
- package/lib/components/portrait/portrait-gravatar.component.d.ts +2 -2
- package/lib/components/portrait/portrait-gravatar.component.js +8 -24
- package/lib/components/portrait/portrait-initials.component.d.ts +2 -2
- package/lib/components/portrait/portrait-initials.component.js +20 -36
- package/lib/components/portrait/portrait.component.d.ts +1 -1
- package/lib/components/portrait/portrait.component.js +24 -218
- package/lib/components/portrait/portrait.style.js +35 -42
- package/lib/components/preview/__internal__/preview-placeholder.component.d.ts +2 -2
- package/lib/components/preview/__internal__/preview-placeholder.component.js +9 -23
- package/lib/components/preview/__internal__/preview-placeholder.style.js +14 -12
- package/lib/components/preview/index.js +0 -2
- package/lib/components/preview/preview.component.d.ts +1 -1
- package/lib/components/preview/preview.component.js +8 -181
- package/lib/components/preview/preview.style.js +3 -6
- package/lib/components/profile/index.js +0 -2
- package/lib/components/profile/profile.component.d.ts +2 -2
- package/lib/components/profile/profile.component.js +11 -32
- package/lib/components/profile/profile.style.d.ts +1 -1
- package/lib/components/profile/profile.style.js +38 -27
- package/lib/components/progress-tracker/index.js +0 -2
- package/lib/components/progress-tracker/progress-tracker.component.d.ts +2 -2
- package/lib/components/progress-tracker/progress-tracker.component.js +24 -214
- package/lib/components/progress-tracker/progress-tracker.config.js +0 -1
- package/lib/components/progress-tracker/progress-tracker.style.js +65 -57
- package/lib/components/radio-button/index.js +0 -4
- package/lib/components/radio-button/radio-button-group.component.d.ts +1 -1
- package/lib/components/radio-button/radio-button-group.component.js +1 -199
- package/lib/components/radio-button/radio-button-group.style.js +10 -11
- package/lib/components/radio-button/radio-button-svg.component.d.ts +1 -1
- package/lib/components/radio-button/radio-button-svg.component.js +0 -7
- package/lib/components/radio-button/radio-button.component.js +47 -66
- package/lib/components/radio-button/radio-button.style.js +13 -24
- package/lib/components/search/index.js +0 -2
- package/lib/components/search/search-button.style.js +6 -9
- package/lib/components/search/search.component.js +33 -70
- package/lib/components/search/search.style.js +13 -24
- package/lib/components/select/__internal__/select-list-context.js +0 -4
- package/lib/components/select/__internal__/select-text/index.js +0 -2
- package/lib/components/select/__internal__/select-text/select-text.component.d.ts +1 -1
- package/lib/components/select/__internal__/select-text/select-text.component.js +13 -34
- package/lib/components/select/__internal__/select-text/select-text.style.js +13 -16
- package/lib/components/select/filterable-select/filterable-select.component.js +63 -134
- package/lib/components/select/filterable-select/index.js +0 -2
- package/lib/components/select/index.js +12 -19
- package/lib/components/select/list-action-button/index.js +0 -2
- package/lib/components/select/list-action-button/list-action-button.component.js +7 -17
- package/lib/components/select/list-action-button/list-action-button.style.js +0 -4
- package/lib/components/select/multi-select/index.js +0 -2
- package/lib/components/select/multi-select/multi-select.component.js +73 -151
- package/lib/components/select/multi-select/multi-select.style.js +13 -17
- package/lib/components/select/option/index.js +0 -2
- package/lib/components/select/option/option.component.js +24 -35
- package/lib/components/select/option/option.style.js +16 -14
- package/lib/components/select/option-group-header/index.js +0 -2
- package/lib/components/select/option-group-header/option-group-header.component.js +8 -15
- package/lib/components/select/option-group-header/option-group-header.style.js +0 -4
- package/lib/components/select/option-row/index.js +0 -2
- package/lib/components/select/option-row/option-row.component.js +16 -28
- package/lib/components/select/option-row/option-row.style.js +16 -14
- package/lib/components/select/select-list/index.js +0 -2
- package/lib/components/select/select-list/select-list-container.style.js +18 -13
- package/lib/components/select/select-list/select-list.component.js +55 -120
- package/lib/components/select/select-list/select-list.style.js +22 -17
- package/lib/components/select/select-textbox/index.js +0 -2
- package/lib/components/select/select-textbox/select-textbox.component.js +60 -81
- package/lib/components/select/select.style.js +14 -21
- package/lib/components/select/simple-select/index.js +0 -2
- package/lib/components/select/simple-select/simple-select.component.js +50 -115
- package/lib/components/select/utils/get-next-child-by-text.js +4 -14
- package/lib/components/select/utils/get-next-index-by-key.js +1 -15
- package/lib/components/select/utils/highlight-part-of-text.js +0 -13
- package/lib/components/select/utils/is-expected-option.js +0 -9
- package/lib/components/select/utils/is-expected-value.js +0 -2
- package/lib/components/select/utils/is-navigation-key.js +0 -1
- package/lib/components/select/utils/matching-text.style.js +0 -3
- package/lib/components/select/utils/with-filter.hoc.js +17 -64
- package/lib/components/settings-row/index.js +0 -2
- package/lib/components/settings-row/settings-row.component.d.ts +1 -1
- package/lib/components/settings-row/settings-row.component.js +11 -183
- package/lib/components/settings-row/settings-row.style.js +9 -14
- package/lib/components/show-edit-pod/index.js +0 -2
- package/lib/components/show-edit-pod/show-edit-pod.component.js +34 -88
- package/lib/components/show-edit-pod/show-edit-pod.style.js +0 -6
- package/lib/components/sidebar/__internal__/sidebar-header/index.js +0 -2
- package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.component.d.ts +1 -1
- package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.component.js +14 -177
- package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.style.js +9 -14
- package/lib/components/sidebar/index.js +6 -9
- package/lib/components/sidebar/sidebar.component.js +29 -52
- package/lib/components/sidebar/sidebar.config.js +1 -1
- package/lib/components/sidebar/sidebar.style.js +15 -23
- package/lib/components/simple-color-picker/index.js +4 -7
- package/lib/components/simple-color-picker/simple-color/index.js +0 -2
- package/lib/components/simple-color-picker/simple-color/simple-color.component.js +3 -14
- package/lib/components/simple-color-picker/simple-color/simple-color.style.js +28 -30
- package/lib/components/simple-color-picker/simple-color-picker.component.js +36 -71
- package/lib/components/simple-color-picker/simple-color-picker.style.js +16 -20
- package/lib/components/split-button/index.js +0 -2
- package/lib/components/split-button/split-button-children.style.js +11 -15
- package/lib/components/split-button/split-button-toggle.style.js +12 -16
- package/lib/components/split-button/split-button.component.d.ts +1 -1
- package/lib/components/split-button/split-button.component.js +22 -544
- package/lib/components/split-button/split-button.config.js +1 -1
- package/lib/components/split-button/split-button.style.js +0 -6
- package/lib/components/step-sequence/index.js +0 -3
- package/lib/components/step-sequence/step-sequence-item/index.js +0 -2
- package/lib/components/step-sequence/step-sequence-item/step-sequence-item.component.d.ts +1 -1
- package/lib/components/step-sequence/step-sequence-item/step-sequence-item.component.js +14 -39
- package/lib/components/step-sequence/step-sequence-item/step-sequence-item.style.js +7 -12
- package/lib/components/step-sequence/step-sequence.component.d.ts +1 -1
- package/lib/components/step-sequence/step-sequence.component.js +8 -328
- package/lib/components/step-sequence/step-sequence.config.js +1 -1
- package/lib/components/step-sequence/step-sequence.style.js +9 -12
- package/lib/components/switch/__internal__/switch-slider-panel.style.js +10 -14
- package/lib/components/switch/__internal__/switch-slider.component.d.ts +2 -2
- package/lib/components/switch/__internal__/switch-slider.component.js +11 -32
- package/lib/components/switch/__internal__/switch-slider.style.js +17 -22
- package/lib/components/switch/index.js +0 -2
- package/lib/components/switch/switch.component.js +42 -62
- package/lib/components/switch/switch.style.js +12 -23
- package/lib/components/tabs/__internal__/tab-title/index.js +6 -9
- package/lib/components/tabs/__internal__/tab-title/tab-title.component.js +43 -73
- package/lib/components/tabs/__internal__/tab-title/tab-title.style.js +71 -60
- package/lib/components/tabs/__internal__/tabs-header/index.js +0 -2
- package/lib/components/tabs/__internal__/tabs-header/tabs-header.component.d.ts +1 -1
- package/lib/components/tabs/__internal__/tabs-header/tabs-header.component.js +20 -40
- package/lib/components/tabs/__internal__/tabs-header/tabs-header.style.js +57 -42
- package/lib/components/tabs/index.js +4 -5
- package/lib/components/tabs/tab/index.js +6 -9
- package/lib/components/tabs/tab/tab.component.d.ts +1 -1
- package/lib/components/tabs/tab/tab.component.js +30 -215
- package/lib/components/tabs/tab/tab.style.js +10 -14
- package/lib/components/tabs/tabs.component.d.ts +1 -1
- package/lib/components/tabs/tabs.component.js +47 -258
- package/lib/components/tabs/tabs.style.js +11 -17
- package/lib/components/text-editor/__internal__/decorators/index.js +0 -5
- package/lib/components/text-editor/__internal__/decorators/link-decorator.d.ts +1 -1
- package/lib/components/text-editor/__internal__/decorators/link-decorator.js +16 -13
- package/lib/components/text-editor/__internal__/editor-counter/editor-counter.component.d.ts +2 -2
- package/lib/components/text-editor/__internal__/editor-counter/editor-counter.component.js +19 -30
- package/lib/components/text-editor/__internal__/editor-counter/editor-counter.style.js +6 -6
- package/lib/components/text-editor/__internal__/editor-counter/index.js +0 -2
- package/lib/components/text-editor/__internal__/editor-link/editor-link.component.d.ts +1 -1
- package/lib/components/text-editor/__internal__/editor-link/editor-link.component.js +12 -28
- package/lib/components/text-editor/__internal__/editor-link/editor-link.style.js +0 -4
- package/lib/components/text-editor/__internal__/editor-link/index.js +0 -2
- package/lib/components/text-editor/__internal__/label-wrapper/index.js +0 -2
- package/lib/components/text-editor/__internal__/label-wrapper/label-wrapper.component.d.ts +1 -1
- package/lib/components/text-editor/__internal__/label-wrapper/label-wrapper.component.js +10 -14
- package/lib/components/text-editor/__internal__/toolbar/index.js +0 -2
- package/lib/components/text-editor/__internal__/toolbar/toolbar-button/index.js +0 -2
- package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -20
- package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.style.js +9 -12
- package/lib/components/text-editor/__internal__/toolbar/toolbar.component.d.ts +1 -1
- package/lib/components/text-editor/__internal__/toolbar/toolbar.component.js +14 -53
- package/lib/components/text-editor/__internal__/toolbar/toolbar.style.js +1 -5
- package/lib/components/text-editor/__internal__/utils/index.js +22 -23
- package/lib/components/text-editor/__internal__/utils/utils.js +16 -52
- package/lib/components/text-editor/index.js +6 -9
- package/lib/components/text-editor/text-editor.component.js +46 -92
- package/lib/components/text-editor/text-editor.style.js +20 -22
- package/lib/components/text-editor/types.js +1 -1
- package/lib/components/textarea/index.js +0 -2
- package/lib/components/textarea/textarea.component.js +57 -99
- package/lib/components/textarea/textarea.style.js +15 -19
- package/lib/components/textbox/__internal__/prefix.style.js +6 -7
- package/lib/components/textbox/index.js +0 -2
- package/lib/components/textbox/textbox.component.js +65 -98
- package/lib/components/textbox/textbox.style.js +10 -11
- package/lib/components/tile/index.js +0 -2
- package/lib/components/tile/tile-footer/index.js +0 -2
- package/lib/components/tile/tile-footer/tile-footer.component.d.ts +1 -1
- package/lib/components/tile/tile-footer/tile-footer.component.js +7 -171
- package/lib/components/tile/tile-footer/tile-footer.style.js +9 -15
- package/lib/components/tile/tile.component.d.ts +1 -1
- package/lib/components/tile/tile.component.js +13 -337
- package/lib/components/tile/tile.style.js +27 -35
- package/lib/components/tile-select/__internal__/accordion/accordion.component.d.ts +1 -1
- package/lib/components/tile-select/__internal__/accordion/accordion.component.js +9 -331
- package/lib/components/tile-select/__internal__/accordion/accordion.style.js +1 -5
- package/lib/components/tile-select/__internal__/accordion/index.js +0 -2
- package/lib/components/tile-select/index.js +0 -3
- package/lib/components/tile-select/tile-select-group.component.d.ts +1 -1
- package/lib/components/tile-select/tile-select-group.component.js +13 -189
- package/lib/components/tile-select/tile-select.component.js +34 -52
- package/lib/components/tile-select/tile-select.style.d.ts +1 -1
- package/lib/components/tile-select/tile-select.style.js +67 -51
- package/lib/components/toast/index.js +0 -2
- package/lib/components/toast/toast.component.js +19 -45
- package/lib/components/toast/toast.style.d.ts +1 -1
- package/lib/components/toast/toast.style.js +64 -52
- package/lib/components/tooltip/index.js +0 -2
- package/lib/components/tooltip/tooltip-pointer.style.js +11 -16
- package/lib/components/tooltip/tooltip.component.js +42 -58
- package/lib/components/tooltip/tooltip.style.js +13 -19
- package/lib/components/typography/index.js +6 -9
- package/lib/components/typography/list.component.d.ts +2 -2
- package/lib/components/typography/list.component.js +24 -945
- package/lib/components/typography/typography.component.js +45 -77
- package/lib/components/vertical-divider/index.js +0 -2
- package/lib/components/vertical-divider/vertical-divider.component.js +11 -20
- package/lib/components/vertical-divider/vertical-divider.style.js +23 -20
- package/lib/components/vertical-menu/index.js +4 -9
- package/lib/components/vertical-menu/vertical-menu-full-screen.component.d.ts +1 -1
- package/lib/components/vertical-menu/vertical-menu-full-screen.component.js +14 -40
- package/lib/components/vertical-menu/vertical-menu-full-screen.context.js +0 -4
- package/lib/components/vertical-menu/vertical-menu-item.component.d.ts +1 -1
- package/lib/components/vertical-menu/vertical-menu-item.component.js +16 -219
- package/lib/components/vertical-menu/vertical-menu-trigger.component.d.ts +1 -1
- package/lib/components/vertical-menu/vertical-menu-trigger.component.js +9 -179
- package/lib/components/vertical-menu/vertical-menu.component.d.ts +1 -1
- package/lib/components/vertical-menu/vertical-menu.component.js +10 -27
- package/lib/components/vertical-menu/vertical-menu.style.js +22 -22
- package/lib/hooks/__internal__/useCharacterCount/index.js +0 -2
- package/lib/hooks/__internal__/useCharacterCount/useCharacterCount.d.ts +1 -1
- package/lib/hooks/__internal__/useCharacterCount/useCharacterCount.js +6 -13
- package/lib/hooks/__internal__/useClickAwayListener/index.js +0 -2
- package/lib/hooks/__internal__/useClickAwayListener/useClickAwayListener.js +2 -5
- package/lib/hooks/__internal__/useFloating/index.js +0 -2
- package/lib/hooks/__internal__/useFloating/useFloating.js +16 -22
- package/lib/hooks/__internal__/useFormSpacing/add-form-spacing/index.d.ts +1 -1
- package/lib/hooks/__internal__/useFormSpacing/add-form-spacing/index.js +2 -7
- package/lib/hooks/__internal__/useFormSpacing/index.js +0 -7
- package/lib/hooks/__internal__/useInputAccessibility/index.js +0 -2
- package/lib/hooks/__internal__/useInputAccessibility/useInputAccessibility.js +10 -12
- package/lib/hooks/__internal__/useIsAboveBreakpoint/index.js +0 -2
- package/lib/hooks/__internal__/useIsAboveBreakpoint/useIsAboveBreakpoint.js +0 -3
- package/lib/hooks/__internal__/useIsStickyFooterForm/index.js +0 -2
- package/lib/hooks/__internal__/useIsStickyFooterForm/useIsStickyFooterForm.js +3 -14
- package/lib/hooks/__internal__/useLocale/index.js +0 -2
- package/lib/hooks/__internal__/useLocale/useLocale.js +0 -4
- package/lib/hooks/__internal__/useMenuKeyboardNavigation/index.js +0 -2
- package/lib/hooks/__internal__/useMenuKeyboardNavigation/useMenuKeyboardNavigation.js +8 -29
- package/lib/hooks/__internal__/useModalManager/index.js +0 -2
- package/lib/hooks/__internal__/useModalManager/useModalManager.js +8 -16
- package/lib/hooks/__internal__/usePrevious/index.js +0 -2
- package/lib/hooks/__internal__/useResizeObserver/index.js +0 -2
- package/lib/hooks/__internal__/useResizeObserver/useResizeObserver.js +4 -11
- package/lib/hooks/__internal__/useScrollBlock/index.js +0 -2
- package/lib/hooks/__internal__/useScrollBlock/scroll-block-manager.js +12 -22
- package/lib/hooks/__internal__/useScrollBlock/useScrollBlock.js +31 -35
- package/lib/hooks/__internal__/useStableCallback/index.js +0 -2
- package/lib/hooks/__internal__/useStableCallback/useStableCallback.js +7 -8
- package/lib/hooks/__internal__/useThrottle/index.js +0 -2
- package/lib/hooks/__internal__/useThrottle/useThrottle.js +1 -4
- package/lib/hooks/__internal__/useUniqueId/index.d.ts +1 -1
- package/lib/hooks/__internal__/useUniqueId/index.js +0 -5
- package/lib/hooks/useMediaQuery/index.js +0 -2
- package/lib/hooks/useMediaQuery/useMediaQuery.js +0 -8
- package/lib/locales/date-fns-locales/index.js +0 -2
- package/lib/locales/en-gb.js +3 -10
- package/lib/locales/index.js +0 -3
- package/lib/locales/pl-pl.js +3 -26
- package/lib/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.js +7 -8
- package/lib/style/design-tokens/carbon-scoped-tokens-provider/index.js +0 -2
- package/lib/style/design-tokens/debug-theme.util.js +7 -13
- package/lib/style/design-tokens/generate-css-variables.util.d.ts +1 -1
- package/lib/style/design-tokens/generate-css-variables.util.js +2 -4
- package/lib/style/global-style.js +0 -3
- package/lib/style/palette/index.js +12 -16
- package/lib/style/themes/aegean/aegean-theme.config.js +14 -20
- package/lib/style/themes/aegean/index.js +0 -5
- package/lib/style/themes/base/base-theme.config.js +4 -12
- package/lib/style/themes/base/index.js +4 -12
- package/lib/style/themes/index.js +9 -16
- package/lib/style/themes/medium/index.js +0 -3
- package/lib/style/themes/mint/index.js +0 -5
- package/lib/style/themes/mint/mint-theme.config.js +14 -20
- package/lib/style/themes/none/index.js +0 -5
- package/lib/style/themes/none/none-theme.config.js +0 -2
- package/lib/style/themes/sage/index.d.ts +1 -1
- package/lib/style/themes/sage/index.js +4 -6
- package/lib/style/themes/small/index.js +0 -3
- package/lib/style/themes/test-utils.js +4 -6
- package/lib/style/utils/add-hex-symbols.js +0 -3
- package/lib/style/utils/at-opacity.d.ts +1 -1
- package/lib/style/utils/at-opacity.js +2 -6
- package/lib/style/utils/color.js +12 -23
- package/lib/style/utils/filter-out-position-props.js +0 -4
- package/lib/style/utils/filter-out-styled-system-spacing-props.js +4 -5
- package/lib/style/utils/filter-styled-system-margin-props.js +0 -4
- package/lib/style/utils/filter-styled-system-padding-props.js +0 -4
- package/lib/style/utils/form-style-utils.js +3 -20
- package/lib/style/utils/get-color-value.js +0 -5
- package/lib/style/utils/get-rgb-values.js +1 -2
- package/lib/style/utils/index.js +4 -8
- package/lib/style/utils/merge-deep.js +9 -9
- package/lib/style/utils/mix.d.ts +1 -1
- package/lib/style/utils/mix.js +8 -12
- package/lib/style/utils/shade.js +0 -4
- package/lib/style/utils/tint.js +0 -4
- package/lib/style/utils/visually-hidden.js +0 -3
- package/lib/style/utils/width.js +8 -9
- package/package.json +93 -101
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign
|
|
2
|
-
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
2
|
import React, { useCallback, useState, useRef } from "react";
|
|
4
3
|
import PropTypes from "prop-types";
|
|
5
4
|
import { StyledMenuWrapper } from "./menu.style";
|
|
@@ -7,12 +6,12 @@ import tagComponent from "../../__internal__/utils/helpers/tags";
|
|
|
7
6
|
import MenuContext from "./menu.context";
|
|
8
7
|
import { menuKeyboardNavigation } from "./__internal__/keyboard-navigation";
|
|
9
8
|
import { MENU_ITEM_CHILDREN_LOCATOR } from "./__internal__/locators";
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
9
|
+
export const Menu = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
menuType = "light",
|
|
12
|
+
children,
|
|
13
|
+
...rest
|
|
14
|
+
} = _ref;
|
|
16
15
|
const [openSubmenuId, setOpenSubmenuId] = useState(null);
|
|
17
16
|
const ref = useRef(null);
|
|
18
17
|
const [focusId, setFocusId] = useState(undefined);
|
|
@@ -27,24 +26,22 @@ const Menu = ({
|
|
|
27
26
|
return prevState.filter(itemId => itemId !== id);
|
|
28
27
|
});
|
|
29
28
|
}, []);
|
|
30
|
-
|
|
31
29
|
const handleKeyDown = event => {
|
|
32
30
|
/* istanbul ignore else */
|
|
33
31
|
if (ref.current) {
|
|
34
32
|
const focusableItems = ref.current.querySelectorAll(MENU_ITEM_CHILDREN_LOCATOR);
|
|
35
|
-
/* istanbul ignore else */
|
|
36
33
|
|
|
34
|
+
/* istanbul ignore else */
|
|
37
35
|
if (focusableItems) {
|
|
38
36
|
const newIndex = menuKeyboardNavigation(event, Array.from(focusableItems));
|
|
39
|
-
/* istanbul ignore else */
|
|
40
37
|
|
|
38
|
+
/* istanbul ignore else */
|
|
41
39
|
if (newIndex !== undefined) {
|
|
42
40
|
setFocusId(itemIds[newIndex]);
|
|
43
41
|
}
|
|
44
42
|
}
|
|
45
43
|
}
|
|
46
44
|
};
|
|
47
|
-
|
|
48
45
|
return /*#__PURE__*/React.createElement(StyledMenuWrapper, _extends({
|
|
49
46
|
menuType: menuType
|
|
50
47
|
}, rest, tagComponent("menu", rest), {
|
|
@@ -63,1881 +60,5 @@ const Menu = ({
|
|
|
63
60
|
}
|
|
64
61
|
}, children));
|
|
65
62
|
};
|
|
66
|
-
|
|
67
|
-
Menu.propTypes = {
|
|
68
|
-
"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({
|
|
69
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
70
|
-
"anchor": PropTypes.func.isRequired,
|
|
71
|
-
"at": PropTypes.func.isRequired,
|
|
72
|
-
"big": PropTypes.func.isRequired,
|
|
73
|
-
"blink": PropTypes.func.isRequired,
|
|
74
|
-
"bold": PropTypes.func.isRequired,
|
|
75
|
-
"charAt": PropTypes.func.isRequired,
|
|
76
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
77
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
78
|
-
"concat": PropTypes.func.isRequired,
|
|
79
|
-
"endsWith": PropTypes.func.isRequired,
|
|
80
|
-
"fixed": PropTypes.func.isRequired,
|
|
81
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
82
|
-
"fontsize": PropTypes.func.isRequired,
|
|
83
|
-
"includes": PropTypes.func.isRequired,
|
|
84
|
-
"indexOf": PropTypes.func.isRequired,
|
|
85
|
-
"italics": PropTypes.func.isRequired,
|
|
86
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
87
|
-
"length": PropTypes.number.isRequired,
|
|
88
|
-
"link": PropTypes.func.isRequired,
|
|
89
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
90
|
-
"match": PropTypes.func.isRequired,
|
|
91
|
-
"matchAll": PropTypes.func.isRequired,
|
|
92
|
-
"normalize": PropTypes.func.isRequired,
|
|
93
|
-
"padEnd": PropTypes.func.isRequired,
|
|
94
|
-
"padStart": PropTypes.func.isRequired,
|
|
95
|
-
"repeat": PropTypes.func.isRequired,
|
|
96
|
-
"replace": PropTypes.func.isRequired,
|
|
97
|
-
"search": PropTypes.func.isRequired,
|
|
98
|
-
"slice": PropTypes.func.isRequired,
|
|
99
|
-
"small": PropTypes.func.isRequired,
|
|
100
|
-
"split": PropTypes.func.isRequired,
|
|
101
|
-
"startsWith": PropTypes.func.isRequired,
|
|
102
|
-
"strike": PropTypes.func.isRequired,
|
|
103
|
-
"sub": PropTypes.func.isRequired,
|
|
104
|
-
"substr": PropTypes.func.isRequired,
|
|
105
|
-
"substring": PropTypes.func.isRequired,
|
|
106
|
-
"sup": PropTypes.func.isRequired,
|
|
107
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
108
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
109
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
110
|
-
"toString": PropTypes.func.isRequired,
|
|
111
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
112
|
-
"trim": PropTypes.func.isRequired,
|
|
113
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
114
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
115
|
-
"trimRight": PropTypes.func.isRequired,
|
|
116
|
-
"trimStart": PropTypes.func.isRequired,
|
|
117
|
-
"valueOf": PropTypes.func.isRequired
|
|
118
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
119
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
120
|
-
"anchor": PropTypes.func.isRequired,
|
|
121
|
-
"at": PropTypes.func.isRequired,
|
|
122
|
-
"big": PropTypes.func.isRequired,
|
|
123
|
-
"blink": PropTypes.func.isRequired,
|
|
124
|
-
"bold": PropTypes.func.isRequired,
|
|
125
|
-
"charAt": PropTypes.func.isRequired,
|
|
126
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
127
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
128
|
-
"concat": PropTypes.func.isRequired,
|
|
129
|
-
"endsWith": PropTypes.func.isRequired,
|
|
130
|
-
"fixed": PropTypes.func.isRequired,
|
|
131
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
132
|
-
"fontsize": PropTypes.func.isRequired,
|
|
133
|
-
"includes": PropTypes.func.isRequired,
|
|
134
|
-
"indexOf": PropTypes.func.isRequired,
|
|
135
|
-
"italics": PropTypes.func.isRequired,
|
|
136
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
137
|
-
"length": PropTypes.number.isRequired,
|
|
138
|
-
"link": PropTypes.func.isRequired,
|
|
139
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
140
|
-
"match": PropTypes.func.isRequired,
|
|
141
|
-
"matchAll": PropTypes.func.isRequired,
|
|
142
|
-
"normalize": PropTypes.func.isRequired,
|
|
143
|
-
"padEnd": PropTypes.func.isRequired,
|
|
144
|
-
"padStart": PropTypes.func.isRequired,
|
|
145
|
-
"repeat": PropTypes.func.isRequired,
|
|
146
|
-
"replace": PropTypes.func.isRequired,
|
|
147
|
-
"search": PropTypes.func.isRequired,
|
|
148
|
-
"slice": PropTypes.func.isRequired,
|
|
149
|
-
"small": PropTypes.func.isRequired,
|
|
150
|
-
"split": PropTypes.func.isRequired,
|
|
151
|
-
"startsWith": PropTypes.func.isRequired,
|
|
152
|
-
"strike": PropTypes.func.isRequired,
|
|
153
|
-
"sub": PropTypes.func.isRequired,
|
|
154
|
-
"substr": PropTypes.func.isRequired,
|
|
155
|
-
"substring": PropTypes.func.isRequired,
|
|
156
|
-
"sup": PropTypes.func.isRequired,
|
|
157
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
158
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
159
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
160
|
-
"toString": PropTypes.func.isRequired,
|
|
161
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
162
|
-
"trim": PropTypes.func.isRequired,
|
|
163
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
164
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
165
|
-
"trimRight": PropTypes.func.isRequired,
|
|
166
|
-
"trimStart": PropTypes.func.isRequired,
|
|
167
|
-
"valueOf": PropTypes.func.isRequired
|
|
168
|
-
})]),
|
|
169
|
-
"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({
|
|
170
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
171
|
-
"anchor": PropTypes.func.isRequired,
|
|
172
|
-
"at": PropTypes.func.isRequired,
|
|
173
|
-
"big": PropTypes.func.isRequired,
|
|
174
|
-
"blink": PropTypes.func.isRequired,
|
|
175
|
-
"bold": PropTypes.func.isRequired,
|
|
176
|
-
"charAt": PropTypes.func.isRequired,
|
|
177
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
178
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
179
|
-
"concat": PropTypes.func.isRequired,
|
|
180
|
-
"endsWith": PropTypes.func.isRequired,
|
|
181
|
-
"fixed": PropTypes.func.isRequired,
|
|
182
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
183
|
-
"fontsize": PropTypes.func.isRequired,
|
|
184
|
-
"includes": PropTypes.func.isRequired,
|
|
185
|
-
"indexOf": PropTypes.func.isRequired,
|
|
186
|
-
"italics": PropTypes.func.isRequired,
|
|
187
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
188
|
-
"length": PropTypes.number.isRequired,
|
|
189
|
-
"link": PropTypes.func.isRequired,
|
|
190
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
191
|
-
"match": PropTypes.func.isRequired,
|
|
192
|
-
"matchAll": PropTypes.func.isRequired,
|
|
193
|
-
"normalize": PropTypes.func.isRequired,
|
|
194
|
-
"padEnd": PropTypes.func.isRequired,
|
|
195
|
-
"padStart": PropTypes.func.isRequired,
|
|
196
|
-
"repeat": PropTypes.func.isRequired,
|
|
197
|
-
"replace": PropTypes.func.isRequired,
|
|
198
|
-
"search": PropTypes.func.isRequired,
|
|
199
|
-
"slice": PropTypes.func.isRequired,
|
|
200
|
-
"small": PropTypes.func.isRequired,
|
|
201
|
-
"split": PropTypes.func.isRequired,
|
|
202
|
-
"startsWith": PropTypes.func.isRequired,
|
|
203
|
-
"strike": PropTypes.func.isRequired,
|
|
204
|
-
"sub": PropTypes.func.isRequired,
|
|
205
|
-
"substr": PropTypes.func.isRequired,
|
|
206
|
-
"substring": PropTypes.func.isRequired,
|
|
207
|
-
"sup": PropTypes.func.isRequired,
|
|
208
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
209
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
210
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
211
|
-
"toString": PropTypes.func.isRequired,
|
|
212
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
213
|
-
"trim": PropTypes.func.isRequired,
|
|
214
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
215
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
216
|
-
"trimRight": PropTypes.func.isRequired,
|
|
217
|
-
"trimStart": PropTypes.func.isRequired,
|
|
218
|
-
"valueOf": PropTypes.func.isRequired
|
|
219
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
220
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
221
|
-
"anchor": PropTypes.func.isRequired,
|
|
222
|
-
"at": PropTypes.func.isRequired,
|
|
223
|
-
"big": PropTypes.func.isRequired,
|
|
224
|
-
"blink": PropTypes.func.isRequired,
|
|
225
|
-
"bold": PropTypes.func.isRequired,
|
|
226
|
-
"charAt": PropTypes.func.isRequired,
|
|
227
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
228
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
229
|
-
"concat": PropTypes.func.isRequired,
|
|
230
|
-
"endsWith": PropTypes.func.isRequired,
|
|
231
|
-
"fixed": PropTypes.func.isRequired,
|
|
232
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
233
|
-
"fontsize": PropTypes.func.isRequired,
|
|
234
|
-
"includes": PropTypes.func.isRequired,
|
|
235
|
-
"indexOf": PropTypes.func.isRequired,
|
|
236
|
-
"italics": PropTypes.func.isRequired,
|
|
237
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
238
|
-
"length": PropTypes.number.isRequired,
|
|
239
|
-
"link": PropTypes.func.isRequired,
|
|
240
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
241
|
-
"match": PropTypes.func.isRequired,
|
|
242
|
-
"matchAll": PropTypes.func.isRequired,
|
|
243
|
-
"normalize": PropTypes.func.isRequired,
|
|
244
|
-
"padEnd": PropTypes.func.isRequired,
|
|
245
|
-
"padStart": PropTypes.func.isRequired,
|
|
246
|
-
"repeat": PropTypes.func.isRequired,
|
|
247
|
-
"replace": PropTypes.func.isRequired,
|
|
248
|
-
"search": PropTypes.func.isRequired,
|
|
249
|
-
"slice": PropTypes.func.isRequired,
|
|
250
|
-
"small": PropTypes.func.isRequired,
|
|
251
|
-
"split": PropTypes.func.isRequired,
|
|
252
|
-
"startsWith": PropTypes.func.isRequired,
|
|
253
|
-
"strike": PropTypes.func.isRequired,
|
|
254
|
-
"sub": PropTypes.func.isRequired,
|
|
255
|
-
"substr": PropTypes.func.isRequired,
|
|
256
|
-
"substring": PropTypes.func.isRequired,
|
|
257
|
-
"sup": PropTypes.func.isRequired,
|
|
258
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
259
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
260
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
261
|
-
"toString": PropTypes.func.isRequired,
|
|
262
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
263
|
-
"trim": PropTypes.func.isRequired,
|
|
264
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
265
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
266
|
-
"trimRight": PropTypes.func.isRequired,
|
|
267
|
-
"trimStart": PropTypes.func.isRequired,
|
|
268
|
-
"valueOf": PropTypes.func.isRequired
|
|
269
|
-
})]),
|
|
270
|
-
"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({
|
|
271
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
272
|
-
"anchor": PropTypes.func.isRequired,
|
|
273
|
-
"at": PropTypes.func.isRequired,
|
|
274
|
-
"big": PropTypes.func.isRequired,
|
|
275
|
-
"blink": PropTypes.func.isRequired,
|
|
276
|
-
"bold": PropTypes.func.isRequired,
|
|
277
|
-
"charAt": PropTypes.func.isRequired,
|
|
278
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
279
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
280
|
-
"concat": PropTypes.func.isRequired,
|
|
281
|
-
"endsWith": PropTypes.func.isRequired,
|
|
282
|
-
"fixed": PropTypes.func.isRequired,
|
|
283
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
284
|
-
"fontsize": PropTypes.func.isRequired,
|
|
285
|
-
"includes": PropTypes.func.isRequired,
|
|
286
|
-
"indexOf": PropTypes.func.isRequired,
|
|
287
|
-
"italics": PropTypes.func.isRequired,
|
|
288
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
289
|
-
"length": PropTypes.number.isRequired,
|
|
290
|
-
"link": PropTypes.func.isRequired,
|
|
291
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
292
|
-
"match": PropTypes.func.isRequired,
|
|
293
|
-
"matchAll": PropTypes.func.isRequired,
|
|
294
|
-
"normalize": PropTypes.func.isRequired,
|
|
295
|
-
"padEnd": PropTypes.func.isRequired,
|
|
296
|
-
"padStart": PropTypes.func.isRequired,
|
|
297
|
-
"repeat": PropTypes.func.isRequired,
|
|
298
|
-
"replace": PropTypes.func.isRequired,
|
|
299
|
-
"search": PropTypes.func.isRequired,
|
|
300
|
-
"slice": PropTypes.func.isRequired,
|
|
301
|
-
"small": PropTypes.func.isRequired,
|
|
302
|
-
"split": PropTypes.func.isRequired,
|
|
303
|
-
"startsWith": PropTypes.func.isRequired,
|
|
304
|
-
"strike": PropTypes.func.isRequired,
|
|
305
|
-
"sub": PropTypes.func.isRequired,
|
|
306
|
-
"substr": PropTypes.func.isRequired,
|
|
307
|
-
"substring": PropTypes.func.isRequired,
|
|
308
|
-
"sup": PropTypes.func.isRequired,
|
|
309
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
310
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
311
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
312
|
-
"toString": PropTypes.func.isRequired,
|
|
313
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
314
|
-
"trim": PropTypes.func.isRequired,
|
|
315
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
316
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
317
|
-
"trimRight": PropTypes.func.isRequired,
|
|
318
|
-
"trimStart": PropTypes.func.isRequired,
|
|
319
|
-
"valueOf": PropTypes.func.isRequired
|
|
320
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
321
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
322
|
-
"anchor": PropTypes.func.isRequired,
|
|
323
|
-
"at": PropTypes.func.isRequired,
|
|
324
|
-
"big": PropTypes.func.isRequired,
|
|
325
|
-
"blink": PropTypes.func.isRequired,
|
|
326
|
-
"bold": PropTypes.func.isRequired,
|
|
327
|
-
"charAt": PropTypes.func.isRequired,
|
|
328
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
329
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
330
|
-
"concat": PropTypes.func.isRequired,
|
|
331
|
-
"endsWith": PropTypes.func.isRequired,
|
|
332
|
-
"fixed": PropTypes.func.isRequired,
|
|
333
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
334
|
-
"fontsize": PropTypes.func.isRequired,
|
|
335
|
-
"includes": PropTypes.func.isRequired,
|
|
336
|
-
"indexOf": PropTypes.func.isRequired,
|
|
337
|
-
"italics": PropTypes.func.isRequired,
|
|
338
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
339
|
-
"length": PropTypes.number.isRequired,
|
|
340
|
-
"link": PropTypes.func.isRequired,
|
|
341
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
342
|
-
"match": PropTypes.func.isRequired,
|
|
343
|
-
"matchAll": PropTypes.func.isRequired,
|
|
344
|
-
"normalize": PropTypes.func.isRequired,
|
|
345
|
-
"padEnd": PropTypes.func.isRequired,
|
|
346
|
-
"padStart": PropTypes.func.isRequired,
|
|
347
|
-
"repeat": PropTypes.func.isRequired,
|
|
348
|
-
"replace": PropTypes.func.isRequired,
|
|
349
|
-
"search": PropTypes.func.isRequired,
|
|
350
|
-
"slice": PropTypes.func.isRequired,
|
|
351
|
-
"small": PropTypes.func.isRequired,
|
|
352
|
-
"split": PropTypes.func.isRequired,
|
|
353
|
-
"startsWith": PropTypes.func.isRequired,
|
|
354
|
-
"strike": PropTypes.func.isRequired,
|
|
355
|
-
"sub": PropTypes.func.isRequired,
|
|
356
|
-
"substr": PropTypes.func.isRequired,
|
|
357
|
-
"substring": PropTypes.func.isRequired,
|
|
358
|
-
"sup": PropTypes.func.isRequired,
|
|
359
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
360
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
361
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
362
|
-
"toString": PropTypes.func.isRequired,
|
|
363
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
364
|
-
"trim": PropTypes.func.isRequired,
|
|
365
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
366
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
367
|
-
"trimRight": PropTypes.func.isRequired,
|
|
368
|
-
"trimStart": PropTypes.func.isRequired,
|
|
369
|
-
"valueOf": PropTypes.func.isRequired
|
|
370
|
-
})]),
|
|
371
|
-
"children": PropTypes.node,
|
|
372
|
-
"data-component": PropTypes.string,
|
|
373
|
-
"data-element": PropTypes.string,
|
|
374
|
-
"data-role": PropTypes.string,
|
|
375
|
-
"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({
|
|
376
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
377
|
-
"anchor": PropTypes.func.isRequired,
|
|
378
|
-
"at": PropTypes.func.isRequired,
|
|
379
|
-
"big": PropTypes.func.isRequired,
|
|
380
|
-
"blink": PropTypes.func.isRequired,
|
|
381
|
-
"bold": PropTypes.func.isRequired,
|
|
382
|
-
"charAt": PropTypes.func.isRequired,
|
|
383
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
384
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
385
|
-
"concat": PropTypes.func.isRequired,
|
|
386
|
-
"endsWith": PropTypes.func.isRequired,
|
|
387
|
-
"fixed": PropTypes.func.isRequired,
|
|
388
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
389
|
-
"fontsize": PropTypes.func.isRequired,
|
|
390
|
-
"includes": PropTypes.func.isRequired,
|
|
391
|
-
"indexOf": PropTypes.func.isRequired,
|
|
392
|
-
"italics": PropTypes.func.isRequired,
|
|
393
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
394
|
-
"length": PropTypes.number.isRequired,
|
|
395
|
-
"link": PropTypes.func.isRequired,
|
|
396
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
397
|
-
"match": PropTypes.func.isRequired,
|
|
398
|
-
"matchAll": PropTypes.func.isRequired,
|
|
399
|
-
"normalize": PropTypes.func.isRequired,
|
|
400
|
-
"padEnd": PropTypes.func.isRequired,
|
|
401
|
-
"padStart": PropTypes.func.isRequired,
|
|
402
|
-
"repeat": PropTypes.func.isRequired,
|
|
403
|
-
"replace": PropTypes.func.isRequired,
|
|
404
|
-
"search": PropTypes.func.isRequired,
|
|
405
|
-
"slice": PropTypes.func.isRequired,
|
|
406
|
-
"small": PropTypes.func.isRequired,
|
|
407
|
-
"split": PropTypes.func.isRequired,
|
|
408
|
-
"startsWith": PropTypes.func.isRequired,
|
|
409
|
-
"strike": PropTypes.func.isRequired,
|
|
410
|
-
"sub": PropTypes.func.isRequired,
|
|
411
|
-
"substr": PropTypes.func.isRequired,
|
|
412
|
-
"substring": PropTypes.func.isRequired,
|
|
413
|
-
"sup": PropTypes.func.isRequired,
|
|
414
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
415
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
416
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
417
|
-
"toString": PropTypes.func.isRequired,
|
|
418
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
419
|
-
"trim": PropTypes.func.isRequired,
|
|
420
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
421
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
422
|
-
"trimRight": PropTypes.func.isRequired,
|
|
423
|
-
"trimStart": PropTypes.func.isRequired,
|
|
424
|
-
"valueOf": PropTypes.func.isRequired
|
|
425
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
426
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
427
|
-
"anchor": PropTypes.func.isRequired,
|
|
428
|
-
"at": PropTypes.func.isRequired,
|
|
429
|
-
"big": PropTypes.func.isRequired,
|
|
430
|
-
"blink": PropTypes.func.isRequired,
|
|
431
|
-
"bold": PropTypes.func.isRequired,
|
|
432
|
-
"charAt": PropTypes.func.isRequired,
|
|
433
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
434
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
435
|
-
"concat": PropTypes.func.isRequired,
|
|
436
|
-
"endsWith": PropTypes.func.isRequired,
|
|
437
|
-
"fixed": PropTypes.func.isRequired,
|
|
438
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
439
|
-
"fontsize": PropTypes.func.isRequired,
|
|
440
|
-
"includes": PropTypes.func.isRequired,
|
|
441
|
-
"indexOf": PropTypes.func.isRequired,
|
|
442
|
-
"italics": PropTypes.func.isRequired,
|
|
443
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
444
|
-
"length": PropTypes.number.isRequired,
|
|
445
|
-
"link": PropTypes.func.isRequired,
|
|
446
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
447
|
-
"match": PropTypes.func.isRequired,
|
|
448
|
-
"matchAll": PropTypes.func.isRequired,
|
|
449
|
-
"normalize": PropTypes.func.isRequired,
|
|
450
|
-
"padEnd": PropTypes.func.isRequired,
|
|
451
|
-
"padStart": PropTypes.func.isRequired,
|
|
452
|
-
"repeat": PropTypes.func.isRequired,
|
|
453
|
-
"replace": PropTypes.func.isRequired,
|
|
454
|
-
"search": PropTypes.func.isRequired,
|
|
455
|
-
"slice": PropTypes.func.isRequired,
|
|
456
|
-
"small": PropTypes.func.isRequired,
|
|
457
|
-
"split": PropTypes.func.isRequired,
|
|
458
|
-
"startsWith": PropTypes.func.isRequired,
|
|
459
|
-
"strike": PropTypes.func.isRequired,
|
|
460
|
-
"sub": PropTypes.func.isRequired,
|
|
461
|
-
"substr": PropTypes.func.isRequired,
|
|
462
|
-
"substring": PropTypes.func.isRequired,
|
|
463
|
-
"sup": PropTypes.func.isRequired,
|
|
464
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
465
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
466
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
467
|
-
"toString": PropTypes.func.isRequired,
|
|
468
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
469
|
-
"trim": PropTypes.func.isRequired,
|
|
470
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
471
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
472
|
-
"trimRight": PropTypes.func.isRequired,
|
|
473
|
-
"trimStart": PropTypes.func.isRequired,
|
|
474
|
-
"valueOf": PropTypes.func.isRequired
|
|
475
|
-
})]),
|
|
476
|
-
"flex": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
477
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
478
|
-
"anchor": PropTypes.func.isRequired,
|
|
479
|
-
"at": PropTypes.func.isRequired,
|
|
480
|
-
"big": PropTypes.func.isRequired,
|
|
481
|
-
"blink": PropTypes.func.isRequired,
|
|
482
|
-
"bold": PropTypes.func.isRequired,
|
|
483
|
-
"charAt": PropTypes.func.isRequired,
|
|
484
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
485
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
486
|
-
"concat": PropTypes.func.isRequired,
|
|
487
|
-
"endsWith": PropTypes.func.isRequired,
|
|
488
|
-
"fixed": PropTypes.func.isRequired,
|
|
489
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
490
|
-
"fontsize": PropTypes.func.isRequired,
|
|
491
|
-
"includes": PropTypes.func.isRequired,
|
|
492
|
-
"indexOf": PropTypes.func.isRequired,
|
|
493
|
-
"italics": PropTypes.func.isRequired,
|
|
494
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
495
|
-
"length": PropTypes.number.isRequired,
|
|
496
|
-
"link": PropTypes.func.isRequired,
|
|
497
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
498
|
-
"match": PropTypes.func.isRequired,
|
|
499
|
-
"matchAll": PropTypes.func.isRequired,
|
|
500
|
-
"normalize": PropTypes.func.isRequired,
|
|
501
|
-
"padEnd": PropTypes.func.isRequired,
|
|
502
|
-
"padStart": PropTypes.func.isRequired,
|
|
503
|
-
"repeat": PropTypes.func.isRequired,
|
|
504
|
-
"replace": PropTypes.func.isRequired,
|
|
505
|
-
"search": PropTypes.func.isRequired,
|
|
506
|
-
"slice": PropTypes.func.isRequired,
|
|
507
|
-
"small": PropTypes.func.isRequired,
|
|
508
|
-
"split": PropTypes.func.isRequired,
|
|
509
|
-
"startsWith": PropTypes.func.isRequired,
|
|
510
|
-
"strike": PropTypes.func.isRequired,
|
|
511
|
-
"sub": PropTypes.func.isRequired,
|
|
512
|
-
"substr": PropTypes.func.isRequired,
|
|
513
|
-
"substring": PropTypes.func.isRequired,
|
|
514
|
-
"sup": PropTypes.func.isRequired,
|
|
515
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
516
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
517
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
518
|
-
"toString": PropTypes.func.isRequired,
|
|
519
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
520
|
-
"trim": PropTypes.func.isRequired,
|
|
521
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
522
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
523
|
-
"trimRight": PropTypes.func.isRequired,
|
|
524
|
-
"trimStart": PropTypes.func.isRequired,
|
|
525
|
-
"valueOf": PropTypes.func.isRequired
|
|
526
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
527
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
528
|
-
"anchor": PropTypes.func.isRequired,
|
|
529
|
-
"at": PropTypes.func.isRequired,
|
|
530
|
-
"big": PropTypes.func.isRequired,
|
|
531
|
-
"blink": PropTypes.func.isRequired,
|
|
532
|
-
"bold": PropTypes.func.isRequired,
|
|
533
|
-
"charAt": PropTypes.func.isRequired,
|
|
534
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
535
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
536
|
-
"concat": PropTypes.func.isRequired,
|
|
537
|
-
"endsWith": PropTypes.func.isRequired,
|
|
538
|
-
"fixed": PropTypes.func.isRequired,
|
|
539
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
540
|
-
"fontsize": PropTypes.func.isRequired,
|
|
541
|
-
"includes": PropTypes.func.isRequired,
|
|
542
|
-
"indexOf": PropTypes.func.isRequired,
|
|
543
|
-
"italics": PropTypes.func.isRequired,
|
|
544
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
545
|
-
"length": PropTypes.number.isRequired,
|
|
546
|
-
"link": PropTypes.func.isRequired,
|
|
547
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
548
|
-
"match": PropTypes.func.isRequired,
|
|
549
|
-
"matchAll": PropTypes.func.isRequired,
|
|
550
|
-
"normalize": PropTypes.func.isRequired,
|
|
551
|
-
"padEnd": PropTypes.func.isRequired,
|
|
552
|
-
"padStart": PropTypes.func.isRequired,
|
|
553
|
-
"repeat": PropTypes.func.isRequired,
|
|
554
|
-
"replace": PropTypes.func.isRequired,
|
|
555
|
-
"search": PropTypes.func.isRequired,
|
|
556
|
-
"slice": PropTypes.func.isRequired,
|
|
557
|
-
"small": PropTypes.func.isRequired,
|
|
558
|
-
"split": PropTypes.func.isRequired,
|
|
559
|
-
"startsWith": PropTypes.func.isRequired,
|
|
560
|
-
"strike": PropTypes.func.isRequired,
|
|
561
|
-
"sub": PropTypes.func.isRequired,
|
|
562
|
-
"substr": PropTypes.func.isRequired,
|
|
563
|
-
"substring": PropTypes.func.isRequired,
|
|
564
|
-
"sup": PropTypes.func.isRequired,
|
|
565
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
566
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
567
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
568
|
-
"toString": PropTypes.func.isRequired,
|
|
569
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
570
|
-
"trim": PropTypes.func.isRequired,
|
|
571
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
572
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
573
|
-
"trimRight": PropTypes.func.isRequired,
|
|
574
|
-
"trimStart": PropTypes.func.isRequired,
|
|
575
|
-
"valueOf": PropTypes.func.isRequired
|
|
576
|
-
}), PropTypes.string]),
|
|
577
|
-
"flexBasis": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
578
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
579
|
-
"anchor": PropTypes.func.isRequired,
|
|
580
|
-
"at": PropTypes.func.isRequired,
|
|
581
|
-
"big": PropTypes.func.isRequired,
|
|
582
|
-
"blink": PropTypes.func.isRequired,
|
|
583
|
-
"bold": PropTypes.func.isRequired,
|
|
584
|
-
"charAt": PropTypes.func.isRequired,
|
|
585
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
586
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
587
|
-
"concat": PropTypes.func.isRequired,
|
|
588
|
-
"endsWith": PropTypes.func.isRequired,
|
|
589
|
-
"fixed": PropTypes.func.isRequired,
|
|
590
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
591
|
-
"fontsize": PropTypes.func.isRequired,
|
|
592
|
-
"includes": PropTypes.func.isRequired,
|
|
593
|
-
"indexOf": PropTypes.func.isRequired,
|
|
594
|
-
"italics": PropTypes.func.isRequired,
|
|
595
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
596
|
-
"length": PropTypes.number.isRequired,
|
|
597
|
-
"link": PropTypes.func.isRequired,
|
|
598
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
599
|
-
"match": PropTypes.func.isRequired,
|
|
600
|
-
"matchAll": PropTypes.func.isRequired,
|
|
601
|
-
"normalize": PropTypes.func.isRequired,
|
|
602
|
-
"padEnd": PropTypes.func.isRequired,
|
|
603
|
-
"padStart": PropTypes.func.isRequired,
|
|
604
|
-
"repeat": PropTypes.func.isRequired,
|
|
605
|
-
"replace": PropTypes.func.isRequired,
|
|
606
|
-
"search": PropTypes.func.isRequired,
|
|
607
|
-
"slice": PropTypes.func.isRequired,
|
|
608
|
-
"small": PropTypes.func.isRequired,
|
|
609
|
-
"split": PropTypes.func.isRequired,
|
|
610
|
-
"startsWith": PropTypes.func.isRequired,
|
|
611
|
-
"strike": PropTypes.func.isRequired,
|
|
612
|
-
"sub": PropTypes.func.isRequired,
|
|
613
|
-
"substr": PropTypes.func.isRequired,
|
|
614
|
-
"substring": PropTypes.func.isRequired,
|
|
615
|
-
"sup": PropTypes.func.isRequired,
|
|
616
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
617
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
618
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
619
|
-
"toString": PropTypes.func.isRequired,
|
|
620
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
621
|
-
"trim": PropTypes.func.isRequired,
|
|
622
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
623
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
624
|
-
"trimRight": PropTypes.func.isRequired,
|
|
625
|
-
"trimStart": PropTypes.func.isRequired,
|
|
626
|
-
"valueOf": PropTypes.func.isRequired
|
|
627
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
628
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
629
|
-
"anchor": PropTypes.func.isRequired,
|
|
630
|
-
"at": PropTypes.func.isRequired,
|
|
631
|
-
"big": PropTypes.func.isRequired,
|
|
632
|
-
"blink": PropTypes.func.isRequired,
|
|
633
|
-
"bold": PropTypes.func.isRequired,
|
|
634
|
-
"charAt": PropTypes.func.isRequired,
|
|
635
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
636
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
637
|
-
"concat": PropTypes.func.isRequired,
|
|
638
|
-
"endsWith": PropTypes.func.isRequired,
|
|
639
|
-
"fixed": PropTypes.func.isRequired,
|
|
640
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
641
|
-
"fontsize": PropTypes.func.isRequired,
|
|
642
|
-
"includes": PropTypes.func.isRequired,
|
|
643
|
-
"indexOf": PropTypes.func.isRequired,
|
|
644
|
-
"italics": PropTypes.func.isRequired,
|
|
645
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
646
|
-
"length": PropTypes.number.isRequired,
|
|
647
|
-
"link": PropTypes.func.isRequired,
|
|
648
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
649
|
-
"match": PropTypes.func.isRequired,
|
|
650
|
-
"matchAll": PropTypes.func.isRequired,
|
|
651
|
-
"normalize": PropTypes.func.isRequired,
|
|
652
|
-
"padEnd": PropTypes.func.isRequired,
|
|
653
|
-
"padStart": PropTypes.func.isRequired,
|
|
654
|
-
"repeat": PropTypes.func.isRequired,
|
|
655
|
-
"replace": PropTypes.func.isRequired,
|
|
656
|
-
"search": PropTypes.func.isRequired,
|
|
657
|
-
"slice": PropTypes.func.isRequired,
|
|
658
|
-
"small": PropTypes.func.isRequired,
|
|
659
|
-
"split": PropTypes.func.isRequired,
|
|
660
|
-
"startsWith": PropTypes.func.isRequired,
|
|
661
|
-
"strike": PropTypes.func.isRequired,
|
|
662
|
-
"sub": PropTypes.func.isRequired,
|
|
663
|
-
"substr": PropTypes.func.isRequired,
|
|
664
|
-
"substring": PropTypes.func.isRequired,
|
|
665
|
-
"sup": PropTypes.func.isRequired,
|
|
666
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
667
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
668
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
669
|
-
"toString": PropTypes.func.isRequired,
|
|
670
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
671
|
-
"trim": PropTypes.func.isRequired,
|
|
672
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
673
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
674
|
-
"trimRight": PropTypes.func.isRequired,
|
|
675
|
-
"trimStart": PropTypes.func.isRequired,
|
|
676
|
-
"valueOf": PropTypes.func.isRequired
|
|
677
|
-
}), PropTypes.string]),
|
|
678
|
-
"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]),
|
|
679
|
-
"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({
|
|
680
|
-
"toExponential": PropTypes.func.isRequired,
|
|
681
|
-
"toFixed": PropTypes.func.isRequired,
|
|
682
|
-
"toLocaleString": PropTypes.func.isRequired,
|
|
683
|
-
"toPrecision": PropTypes.func.isRequired,
|
|
684
|
-
"toString": PropTypes.func.isRequired,
|
|
685
|
-
"valueOf": PropTypes.func.isRequired
|
|
686
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
687
|
-
"toExponential": PropTypes.func.isRequired,
|
|
688
|
-
"toFixed": PropTypes.func.isRequired,
|
|
689
|
-
"toLocaleString": PropTypes.func.isRequired,
|
|
690
|
-
"toPrecision": PropTypes.func.isRequired,
|
|
691
|
-
"toString": PropTypes.func.isRequired,
|
|
692
|
-
"valueOf": PropTypes.func.isRequired
|
|
693
|
-
})]),
|
|
694
|
-
"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({
|
|
695
|
-
"toExponential": PropTypes.func.isRequired,
|
|
696
|
-
"toFixed": PropTypes.func.isRequired,
|
|
697
|
-
"toLocaleString": PropTypes.func.isRequired,
|
|
698
|
-
"toPrecision": PropTypes.func.isRequired,
|
|
699
|
-
"toString": PropTypes.func.isRequired,
|
|
700
|
-
"valueOf": PropTypes.func.isRequired
|
|
701
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
702
|
-
"toExponential": PropTypes.func.isRequired,
|
|
703
|
-
"toFixed": PropTypes.func.isRequired,
|
|
704
|
-
"toLocaleString": PropTypes.func.isRequired,
|
|
705
|
-
"toPrecision": PropTypes.func.isRequired,
|
|
706
|
-
"toString": PropTypes.func.isRequired,
|
|
707
|
-
"valueOf": PropTypes.func.isRequired
|
|
708
|
-
})]),
|
|
709
|
-
"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]),
|
|
710
|
-
"height": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
711
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
712
|
-
"anchor": PropTypes.func.isRequired,
|
|
713
|
-
"at": PropTypes.func.isRequired,
|
|
714
|
-
"big": PropTypes.func.isRequired,
|
|
715
|
-
"blink": PropTypes.func.isRequired,
|
|
716
|
-
"bold": PropTypes.func.isRequired,
|
|
717
|
-
"charAt": PropTypes.func.isRequired,
|
|
718
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
719
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
720
|
-
"concat": PropTypes.func.isRequired,
|
|
721
|
-
"endsWith": PropTypes.func.isRequired,
|
|
722
|
-
"fixed": PropTypes.func.isRequired,
|
|
723
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
724
|
-
"fontsize": PropTypes.func.isRequired,
|
|
725
|
-
"includes": PropTypes.func.isRequired,
|
|
726
|
-
"indexOf": PropTypes.func.isRequired,
|
|
727
|
-
"italics": PropTypes.func.isRequired,
|
|
728
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
729
|
-
"length": PropTypes.number.isRequired,
|
|
730
|
-
"link": PropTypes.func.isRequired,
|
|
731
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
732
|
-
"match": PropTypes.func.isRequired,
|
|
733
|
-
"matchAll": PropTypes.func.isRequired,
|
|
734
|
-
"normalize": PropTypes.func.isRequired,
|
|
735
|
-
"padEnd": PropTypes.func.isRequired,
|
|
736
|
-
"padStart": PropTypes.func.isRequired,
|
|
737
|
-
"repeat": PropTypes.func.isRequired,
|
|
738
|
-
"replace": PropTypes.func.isRequired,
|
|
739
|
-
"search": PropTypes.func.isRequired,
|
|
740
|
-
"slice": PropTypes.func.isRequired,
|
|
741
|
-
"small": PropTypes.func.isRequired,
|
|
742
|
-
"split": PropTypes.func.isRequired,
|
|
743
|
-
"startsWith": PropTypes.func.isRequired,
|
|
744
|
-
"strike": PropTypes.func.isRequired,
|
|
745
|
-
"sub": PropTypes.func.isRequired,
|
|
746
|
-
"substr": PropTypes.func.isRequired,
|
|
747
|
-
"substring": PropTypes.func.isRequired,
|
|
748
|
-
"sup": PropTypes.func.isRequired,
|
|
749
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
750
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
751
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
752
|
-
"toString": PropTypes.func.isRequired,
|
|
753
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
754
|
-
"trim": PropTypes.func.isRequired,
|
|
755
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
756
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
757
|
-
"trimRight": PropTypes.func.isRequired,
|
|
758
|
-
"trimStart": PropTypes.func.isRequired,
|
|
759
|
-
"valueOf": PropTypes.func.isRequired
|
|
760
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
761
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
762
|
-
"anchor": PropTypes.func.isRequired,
|
|
763
|
-
"at": PropTypes.func.isRequired,
|
|
764
|
-
"big": PropTypes.func.isRequired,
|
|
765
|
-
"blink": PropTypes.func.isRequired,
|
|
766
|
-
"bold": PropTypes.func.isRequired,
|
|
767
|
-
"charAt": PropTypes.func.isRequired,
|
|
768
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
769
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
770
|
-
"concat": PropTypes.func.isRequired,
|
|
771
|
-
"endsWith": PropTypes.func.isRequired,
|
|
772
|
-
"fixed": PropTypes.func.isRequired,
|
|
773
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
774
|
-
"fontsize": PropTypes.func.isRequired,
|
|
775
|
-
"includes": PropTypes.func.isRequired,
|
|
776
|
-
"indexOf": PropTypes.func.isRequired,
|
|
777
|
-
"italics": PropTypes.func.isRequired,
|
|
778
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
779
|
-
"length": PropTypes.number.isRequired,
|
|
780
|
-
"link": PropTypes.func.isRequired,
|
|
781
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
782
|
-
"match": PropTypes.func.isRequired,
|
|
783
|
-
"matchAll": PropTypes.func.isRequired,
|
|
784
|
-
"normalize": PropTypes.func.isRequired,
|
|
785
|
-
"padEnd": PropTypes.func.isRequired,
|
|
786
|
-
"padStart": PropTypes.func.isRequired,
|
|
787
|
-
"repeat": PropTypes.func.isRequired,
|
|
788
|
-
"replace": PropTypes.func.isRequired,
|
|
789
|
-
"search": PropTypes.func.isRequired,
|
|
790
|
-
"slice": PropTypes.func.isRequired,
|
|
791
|
-
"small": PropTypes.func.isRequired,
|
|
792
|
-
"split": PropTypes.func.isRequired,
|
|
793
|
-
"startsWith": PropTypes.func.isRequired,
|
|
794
|
-
"strike": PropTypes.func.isRequired,
|
|
795
|
-
"sub": PropTypes.func.isRequired,
|
|
796
|
-
"substr": PropTypes.func.isRequired,
|
|
797
|
-
"substring": PropTypes.func.isRequired,
|
|
798
|
-
"sup": PropTypes.func.isRequired,
|
|
799
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
800
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
801
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
802
|
-
"toString": PropTypes.func.isRequired,
|
|
803
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
804
|
-
"trim": PropTypes.func.isRequired,
|
|
805
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
806
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
807
|
-
"trimRight": PropTypes.func.isRequired,
|
|
808
|
-
"trimStart": PropTypes.func.isRequired,
|
|
809
|
-
"valueOf": PropTypes.func.isRequired
|
|
810
|
-
}), PropTypes.string]),
|
|
811
|
-
"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({
|
|
812
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
813
|
-
"anchor": PropTypes.func.isRequired,
|
|
814
|
-
"at": PropTypes.func.isRequired,
|
|
815
|
-
"big": PropTypes.func.isRequired,
|
|
816
|
-
"blink": PropTypes.func.isRequired,
|
|
817
|
-
"bold": PropTypes.func.isRequired,
|
|
818
|
-
"charAt": PropTypes.func.isRequired,
|
|
819
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
820
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
821
|
-
"concat": PropTypes.func.isRequired,
|
|
822
|
-
"endsWith": PropTypes.func.isRequired,
|
|
823
|
-
"fixed": PropTypes.func.isRequired,
|
|
824
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
825
|
-
"fontsize": PropTypes.func.isRequired,
|
|
826
|
-
"includes": PropTypes.func.isRequired,
|
|
827
|
-
"indexOf": PropTypes.func.isRequired,
|
|
828
|
-
"italics": PropTypes.func.isRequired,
|
|
829
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
830
|
-
"length": PropTypes.number.isRequired,
|
|
831
|
-
"link": PropTypes.func.isRequired,
|
|
832
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
833
|
-
"match": PropTypes.func.isRequired,
|
|
834
|
-
"matchAll": PropTypes.func.isRequired,
|
|
835
|
-
"normalize": PropTypes.func.isRequired,
|
|
836
|
-
"padEnd": PropTypes.func.isRequired,
|
|
837
|
-
"padStart": PropTypes.func.isRequired,
|
|
838
|
-
"repeat": PropTypes.func.isRequired,
|
|
839
|
-
"replace": PropTypes.func.isRequired,
|
|
840
|
-
"search": PropTypes.func.isRequired,
|
|
841
|
-
"slice": PropTypes.func.isRequired,
|
|
842
|
-
"small": PropTypes.func.isRequired,
|
|
843
|
-
"split": PropTypes.func.isRequired,
|
|
844
|
-
"startsWith": PropTypes.func.isRequired,
|
|
845
|
-
"strike": PropTypes.func.isRequired,
|
|
846
|
-
"sub": PropTypes.func.isRequired,
|
|
847
|
-
"substr": PropTypes.func.isRequired,
|
|
848
|
-
"substring": PropTypes.func.isRequired,
|
|
849
|
-
"sup": PropTypes.func.isRequired,
|
|
850
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
851
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
852
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
853
|
-
"toString": PropTypes.func.isRequired,
|
|
854
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
855
|
-
"trim": PropTypes.func.isRequired,
|
|
856
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
857
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
858
|
-
"trimRight": PropTypes.func.isRequired,
|
|
859
|
-
"trimStart": PropTypes.func.isRequired,
|
|
860
|
-
"valueOf": PropTypes.func.isRequired
|
|
861
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
862
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
863
|
-
"anchor": PropTypes.func.isRequired,
|
|
864
|
-
"at": PropTypes.func.isRequired,
|
|
865
|
-
"big": PropTypes.func.isRequired,
|
|
866
|
-
"blink": PropTypes.func.isRequired,
|
|
867
|
-
"bold": PropTypes.func.isRequired,
|
|
868
|
-
"charAt": PropTypes.func.isRequired,
|
|
869
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
870
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
871
|
-
"concat": PropTypes.func.isRequired,
|
|
872
|
-
"endsWith": PropTypes.func.isRequired,
|
|
873
|
-
"fixed": PropTypes.func.isRequired,
|
|
874
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
875
|
-
"fontsize": PropTypes.func.isRequired,
|
|
876
|
-
"includes": PropTypes.func.isRequired,
|
|
877
|
-
"indexOf": PropTypes.func.isRequired,
|
|
878
|
-
"italics": PropTypes.func.isRequired,
|
|
879
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
880
|
-
"length": PropTypes.number.isRequired,
|
|
881
|
-
"link": PropTypes.func.isRequired,
|
|
882
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
883
|
-
"match": PropTypes.func.isRequired,
|
|
884
|
-
"matchAll": PropTypes.func.isRequired,
|
|
885
|
-
"normalize": PropTypes.func.isRequired,
|
|
886
|
-
"padEnd": PropTypes.func.isRequired,
|
|
887
|
-
"padStart": PropTypes.func.isRequired,
|
|
888
|
-
"repeat": PropTypes.func.isRequired,
|
|
889
|
-
"replace": PropTypes.func.isRequired,
|
|
890
|
-
"search": PropTypes.func.isRequired,
|
|
891
|
-
"slice": PropTypes.func.isRequired,
|
|
892
|
-
"small": PropTypes.func.isRequired,
|
|
893
|
-
"split": PropTypes.func.isRequired,
|
|
894
|
-
"startsWith": PropTypes.func.isRequired,
|
|
895
|
-
"strike": PropTypes.func.isRequired,
|
|
896
|
-
"sub": PropTypes.func.isRequired,
|
|
897
|
-
"substr": PropTypes.func.isRequired,
|
|
898
|
-
"substring": PropTypes.func.isRequired,
|
|
899
|
-
"sup": PropTypes.func.isRequired,
|
|
900
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
901
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
902
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
903
|
-
"toString": PropTypes.func.isRequired,
|
|
904
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
905
|
-
"trim": PropTypes.func.isRequired,
|
|
906
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
907
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
908
|
-
"trimRight": PropTypes.func.isRequired,
|
|
909
|
-
"trimStart": PropTypes.func.isRequired,
|
|
910
|
-
"valueOf": PropTypes.func.isRequired
|
|
911
|
-
})]),
|
|
912
|
-
"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({
|
|
913
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
914
|
-
"anchor": PropTypes.func.isRequired,
|
|
915
|
-
"at": PropTypes.func.isRequired,
|
|
916
|
-
"big": PropTypes.func.isRequired,
|
|
917
|
-
"blink": PropTypes.func.isRequired,
|
|
918
|
-
"bold": PropTypes.func.isRequired,
|
|
919
|
-
"charAt": PropTypes.func.isRequired,
|
|
920
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
921
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
922
|
-
"concat": PropTypes.func.isRequired,
|
|
923
|
-
"endsWith": PropTypes.func.isRequired,
|
|
924
|
-
"fixed": PropTypes.func.isRequired,
|
|
925
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
926
|
-
"fontsize": PropTypes.func.isRequired,
|
|
927
|
-
"includes": PropTypes.func.isRequired,
|
|
928
|
-
"indexOf": PropTypes.func.isRequired,
|
|
929
|
-
"italics": PropTypes.func.isRequired,
|
|
930
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
931
|
-
"length": PropTypes.number.isRequired,
|
|
932
|
-
"link": PropTypes.func.isRequired,
|
|
933
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
934
|
-
"match": PropTypes.func.isRequired,
|
|
935
|
-
"matchAll": PropTypes.func.isRequired,
|
|
936
|
-
"normalize": PropTypes.func.isRequired,
|
|
937
|
-
"padEnd": PropTypes.func.isRequired,
|
|
938
|
-
"padStart": PropTypes.func.isRequired,
|
|
939
|
-
"repeat": PropTypes.func.isRequired,
|
|
940
|
-
"replace": PropTypes.func.isRequired,
|
|
941
|
-
"search": PropTypes.func.isRequired,
|
|
942
|
-
"slice": PropTypes.func.isRequired,
|
|
943
|
-
"small": PropTypes.func.isRequired,
|
|
944
|
-
"split": PropTypes.func.isRequired,
|
|
945
|
-
"startsWith": PropTypes.func.isRequired,
|
|
946
|
-
"strike": PropTypes.func.isRequired,
|
|
947
|
-
"sub": PropTypes.func.isRequired,
|
|
948
|
-
"substr": PropTypes.func.isRequired,
|
|
949
|
-
"substring": PropTypes.func.isRequired,
|
|
950
|
-
"sup": PropTypes.func.isRequired,
|
|
951
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
952
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
953
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
954
|
-
"toString": PropTypes.func.isRequired,
|
|
955
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
956
|
-
"trim": PropTypes.func.isRequired,
|
|
957
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
958
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
959
|
-
"trimRight": PropTypes.func.isRequired,
|
|
960
|
-
"trimStart": PropTypes.func.isRequired,
|
|
961
|
-
"valueOf": PropTypes.func.isRequired
|
|
962
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
963
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
964
|
-
"anchor": PropTypes.func.isRequired,
|
|
965
|
-
"at": PropTypes.func.isRequired,
|
|
966
|
-
"big": PropTypes.func.isRequired,
|
|
967
|
-
"blink": PropTypes.func.isRequired,
|
|
968
|
-
"bold": PropTypes.func.isRequired,
|
|
969
|
-
"charAt": PropTypes.func.isRequired,
|
|
970
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
971
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
972
|
-
"concat": PropTypes.func.isRequired,
|
|
973
|
-
"endsWith": PropTypes.func.isRequired,
|
|
974
|
-
"fixed": PropTypes.func.isRequired,
|
|
975
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
976
|
-
"fontsize": PropTypes.func.isRequired,
|
|
977
|
-
"includes": PropTypes.func.isRequired,
|
|
978
|
-
"indexOf": PropTypes.func.isRequired,
|
|
979
|
-
"italics": PropTypes.func.isRequired,
|
|
980
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
981
|
-
"length": PropTypes.number.isRequired,
|
|
982
|
-
"link": PropTypes.func.isRequired,
|
|
983
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
984
|
-
"match": PropTypes.func.isRequired,
|
|
985
|
-
"matchAll": PropTypes.func.isRequired,
|
|
986
|
-
"normalize": PropTypes.func.isRequired,
|
|
987
|
-
"padEnd": PropTypes.func.isRequired,
|
|
988
|
-
"padStart": PropTypes.func.isRequired,
|
|
989
|
-
"repeat": PropTypes.func.isRequired,
|
|
990
|
-
"replace": PropTypes.func.isRequired,
|
|
991
|
-
"search": PropTypes.func.isRequired,
|
|
992
|
-
"slice": PropTypes.func.isRequired,
|
|
993
|
-
"small": PropTypes.func.isRequired,
|
|
994
|
-
"split": PropTypes.func.isRequired,
|
|
995
|
-
"startsWith": PropTypes.func.isRequired,
|
|
996
|
-
"strike": PropTypes.func.isRequired,
|
|
997
|
-
"sub": PropTypes.func.isRequired,
|
|
998
|
-
"substr": PropTypes.func.isRequired,
|
|
999
|
-
"substring": PropTypes.func.isRequired,
|
|
1000
|
-
"sup": PropTypes.func.isRequired,
|
|
1001
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1002
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1003
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1004
|
-
"toString": PropTypes.func.isRequired,
|
|
1005
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1006
|
-
"trim": PropTypes.func.isRequired,
|
|
1007
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1008
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1009
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1010
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1011
|
-
"valueOf": PropTypes.func.isRequired
|
|
1012
|
-
})]),
|
|
1013
|
-
"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({
|
|
1014
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1015
|
-
"anchor": PropTypes.func.isRequired,
|
|
1016
|
-
"at": PropTypes.func.isRequired,
|
|
1017
|
-
"big": PropTypes.func.isRequired,
|
|
1018
|
-
"blink": PropTypes.func.isRequired,
|
|
1019
|
-
"bold": PropTypes.func.isRequired,
|
|
1020
|
-
"charAt": PropTypes.func.isRequired,
|
|
1021
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1022
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1023
|
-
"concat": PropTypes.func.isRequired,
|
|
1024
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1025
|
-
"fixed": PropTypes.func.isRequired,
|
|
1026
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1027
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1028
|
-
"includes": PropTypes.func.isRequired,
|
|
1029
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1030
|
-
"italics": PropTypes.func.isRequired,
|
|
1031
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1032
|
-
"length": PropTypes.number.isRequired,
|
|
1033
|
-
"link": PropTypes.func.isRequired,
|
|
1034
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1035
|
-
"match": PropTypes.func.isRequired,
|
|
1036
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1037
|
-
"normalize": PropTypes.func.isRequired,
|
|
1038
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1039
|
-
"padStart": PropTypes.func.isRequired,
|
|
1040
|
-
"repeat": PropTypes.func.isRequired,
|
|
1041
|
-
"replace": PropTypes.func.isRequired,
|
|
1042
|
-
"search": PropTypes.func.isRequired,
|
|
1043
|
-
"slice": PropTypes.func.isRequired,
|
|
1044
|
-
"small": PropTypes.func.isRequired,
|
|
1045
|
-
"split": PropTypes.func.isRequired,
|
|
1046
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1047
|
-
"strike": PropTypes.func.isRequired,
|
|
1048
|
-
"sub": PropTypes.func.isRequired,
|
|
1049
|
-
"substr": PropTypes.func.isRequired,
|
|
1050
|
-
"substring": PropTypes.func.isRequired,
|
|
1051
|
-
"sup": PropTypes.func.isRequired,
|
|
1052
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1053
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1054
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1055
|
-
"toString": PropTypes.func.isRequired,
|
|
1056
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1057
|
-
"trim": PropTypes.func.isRequired,
|
|
1058
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1059
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1060
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1061
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1062
|
-
"valueOf": PropTypes.func.isRequired
|
|
1063
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
1064
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1065
|
-
"anchor": PropTypes.func.isRequired,
|
|
1066
|
-
"at": PropTypes.func.isRequired,
|
|
1067
|
-
"big": PropTypes.func.isRequired,
|
|
1068
|
-
"blink": PropTypes.func.isRequired,
|
|
1069
|
-
"bold": PropTypes.func.isRequired,
|
|
1070
|
-
"charAt": PropTypes.func.isRequired,
|
|
1071
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1072
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1073
|
-
"concat": PropTypes.func.isRequired,
|
|
1074
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1075
|
-
"fixed": PropTypes.func.isRequired,
|
|
1076
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1077
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1078
|
-
"includes": PropTypes.func.isRequired,
|
|
1079
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1080
|
-
"italics": PropTypes.func.isRequired,
|
|
1081
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1082
|
-
"length": PropTypes.number.isRequired,
|
|
1083
|
-
"link": PropTypes.func.isRequired,
|
|
1084
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1085
|
-
"match": PropTypes.func.isRequired,
|
|
1086
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1087
|
-
"normalize": PropTypes.func.isRequired,
|
|
1088
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1089
|
-
"padStart": PropTypes.func.isRequired,
|
|
1090
|
-
"repeat": PropTypes.func.isRequired,
|
|
1091
|
-
"replace": PropTypes.func.isRequired,
|
|
1092
|
-
"search": PropTypes.func.isRequired,
|
|
1093
|
-
"slice": PropTypes.func.isRequired,
|
|
1094
|
-
"small": PropTypes.func.isRequired,
|
|
1095
|
-
"split": PropTypes.func.isRequired,
|
|
1096
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1097
|
-
"strike": PropTypes.func.isRequired,
|
|
1098
|
-
"sub": PropTypes.func.isRequired,
|
|
1099
|
-
"substr": PropTypes.func.isRequired,
|
|
1100
|
-
"substring": PropTypes.func.isRequired,
|
|
1101
|
-
"sup": PropTypes.func.isRequired,
|
|
1102
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1103
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1104
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1105
|
-
"toString": PropTypes.func.isRequired,
|
|
1106
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1107
|
-
"trim": PropTypes.func.isRequired,
|
|
1108
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1109
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1110
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1111
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1112
|
-
"valueOf": PropTypes.func.isRequired
|
|
1113
|
-
})]),
|
|
1114
|
-
"maxHeight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1115
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1116
|
-
"anchor": PropTypes.func.isRequired,
|
|
1117
|
-
"at": PropTypes.func.isRequired,
|
|
1118
|
-
"big": PropTypes.func.isRequired,
|
|
1119
|
-
"blink": PropTypes.func.isRequired,
|
|
1120
|
-
"bold": PropTypes.func.isRequired,
|
|
1121
|
-
"charAt": PropTypes.func.isRequired,
|
|
1122
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1123
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1124
|
-
"concat": PropTypes.func.isRequired,
|
|
1125
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1126
|
-
"fixed": PropTypes.func.isRequired,
|
|
1127
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1128
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1129
|
-
"includes": PropTypes.func.isRequired,
|
|
1130
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1131
|
-
"italics": PropTypes.func.isRequired,
|
|
1132
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1133
|
-
"length": PropTypes.number.isRequired,
|
|
1134
|
-
"link": PropTypes.func.isRequired,
|
|
1135
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1136
|
-
"match": PropTypes.func.isRequired,
|
|
1137
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1138
|
-
"normalize": PropTypes.func.isRequired,
|
|
1139
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1140
|
-
"padStart": PropTypes.func.isRequired,
|
|
1141
|
-
"repeat": PropTypes.func.isRequired,
|
|
1142
|
-
"replace": PropTypes.func.isRequired,
|
|
1143
|
-
"search": PropTypes.func.isRequired,
|
|
1144
|
-
"slice": PropTypes.func.isRequired,
|
|
1145
|
-
"small": PropTypes.func.isRequired,
|
|
1146
|
-
"split": PropTypes.func.isRequired,
|
|
1147
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1148
|
-
"strike": PropTypes.func.isRequired,
|
|
1149
|
-
"sub": PropTypes.func.isRequired,
|
|
1150
|
-
"substr": PropTypes.func.isRequired,
|
|
1151
|
-
"substring": PropTypes.func.isRequired,
|
|
1152
|
-
"sup": PropTypes.func.isRequired,
|
|
1153
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1154
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1155
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1156
|
-
"toString": PropTypes.func.isRequired,
|
|
1157
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1158
|
-
"trim": PropTypes.func.isRequired,
|
|
1159
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1160
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1161
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1162
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1163
|
-
"valueOf": PropTypes.func.isRequired
|
|
1164
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1165
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1166
|
-
"anchor": PropTypes.func.isRequired,
|
|
1167
|
-
"at": PropTypes.func.isRequired,
|
|
1168
|
-
"big": PropTypes.func.isRequired,
|
|
1169
|
-
"blink": PropTypes.func.isRequired,
|
|
1170
|
-
"bold": PropTypes.func.isRequired,
|
|
1171
|
-
"charAt": PropTypes.func.isRequired,
|
|
1172
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1173
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1174
|
-
"concat": PropTypes.func.isRequired,
|
|
1175
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1176
|
-
"fixed": PropTypes.func.isRequired,
|
|
1177
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1178
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1179
|
-
"includes": PropTypes.func.isRequired,
|
|
1180
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1181
|
-
"italics": PropTypes.func.isRequired,
|
|
1182
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1183
|
-
"length": PropTypes.number.isRequired,
|
|
1184
|
-
"link": PropTypes.func.isRequired,
|
|
1185
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1186
|
-
"match": PropTypes.func.isRequired,
|
|
1187
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1188
|
-
"normalize": PropTypes.func.isRequired,
|
|
1189
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1190
|
-
"padStart": PropTypes.func.isRequired,
|
|
1191
|
-
"repeat": PropTypes.func.isRequired,
|
|
1192
|
-
"replace": PropTypes.func.isRequired,
|
|
1193
|
-
"search": PropTypes.func.isRequired,
|
|
1194
|
-
"slice": PropTypes.func.isRequired,
|
|
1195
|
-
"small": PropTypes.func.isRequired,
|
|
1196
|
-
"split": PropTypes.func.isRequired,
|
|
1197
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1198
|
-
"strike": PropTypes.func.isRequired,
|
|
1199
|
-
"sub": PropTypes.func.isRequired,
|
|
1200
|
-
"substr": PropTypes.func.isRequired,
|
|
1201
|
-
"substring": PropTypes.func.isRequired,
|
|
1202
|
-
"sup": PropTypes.func.isRequired,
|
|
1203
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1204
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1205
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1206
|
-
"toString": PropTypes.func.isRequired,
|
|
1207
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1208
|
-
"trim": PropTypes.func.isRequired,
|
|
1209
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1210
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1211
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1212
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1213
|
-
"valueOf": PropTypes.func.isRequired
|
|
1214
|
-
}), PropTypes.string]),
|
|
1215
|
-
"maxWidth": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1216
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1217
|
-
"anchor": PropTypes.func.isRequired,
|
|
1218
|
-
"at": PropTypes.func.isRequired,
|
|
1219
|
-
"big": PropTypes.func.isRequired,
|
|
1220
|
-
"blink": PropTypes.func.isRequired,
|
|
1221
|
-
"bold": PropTypes.func.isRequired,
|
|
1222
|
-
"charAt": PropTypes.func.isRequired,
|
|
1223
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1224
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1225
|
-
"concat": PropTypes.func.isRequired,
|
|
1226
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1227
|
-
"fixed": PropTypes.func.isRequired,
|
|
1228
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1229
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1230
|
-
"includes": PropTypes.func.isRequired,
|
|
1231
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1232
|
-
"italics": PropTypes.func.isRequired,
|
|
1233
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1234
|
-
"length": PropTypes.number.isRequired,
|
|
1235
|
-
"link": PropTypes.func.isRequired,
|
|
1236
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1237
|
-
"match": PropTypes.func.isRequired,
|
|
1238
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1239
|
-
"normalize": PropTypes.func.isRequired,
|
|
1240
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1241
|
-
"padStart": PropTypes.func.isRequired,
|
|
1242
|
-
"repeat": PropTypes.func.isRequired,
|
|
1243
|
-
"replace": PropTypes.func.isRequired,
|
|
1244
|
-
"search": PropTypes.func.isRequired,
|
|
1245
|
-
"slice": PropTypes.func.isRequired,
|
|
1246
|
-
"small": PropTypes.func.isRequired,
|
|
1247
|
-
"split": PropTypes.func.isRequired,
|
|
1248
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1249
|
-
"strike": PropTypes.func.isRequired,
|
|
1250
|
-
"sub": PropTypes.func.isRequired,
|
|
1251
|
-
"substr": PropTypes.func.isRequired,
|
|
1252
|
-
"substring": PropTypes.func.isRequired,
|
|
1253
|
-
"sup": PropTypes.func.isRequired,
|
|
1254
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1255
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1256
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1257
|
-
"toString": PropTypes.func.isRequired,
|
|
1258
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1259
|
-
"trim": PropTypes.func.isRequired,
|
|
1260
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1261
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1262
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1263
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1264
|
-
"valueOf": PropTypes.func.isRequired
|
|
1265
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1266
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1267
|
-
"anchor": PropTypes.func.isRequired,
|
|
1268
|
-
"at": PropTypes.func.isRequired,
|
|
1269
|
-
"big": PropTypes.func.isRequired,
|
|
1270
|
-
"blink": PropTypes.func.isRequired,
|
|
1271
|
-
"bold": PropTypes.func.isRequired,
|
|
1272
|
-
"charAt": PropTypes.func.isRequired,
|
|
1273
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1274
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1275
|
-
"concat": PropTypes.func.isRequired,
|
|
1276
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1277
|
-
"fixed": PropTypes.func.isRequired,
|
|
1278
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1279
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1280
|
-
"includes": PropTypes.func.isRequired,
|
|
1281
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1282
|
-
"italics": PropTypes.func.isRequired,
|
|
1283
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1284
|
-
"length": PropTypes.number.isRequired,
|
|
1285
|
-
"link": PropTypes.func.isRequired,
|
|
1286
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1287
|
-
"match": PropTypes.func.isRequired,
|
|
1288
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1289
|
-
"normalize": PropTypes.func.isRequired,
|
|
1290
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1291
|
-
"padStart": PropTypes.func.isRequired,
|
|
1292
|
-
"repeat": PropTypes.func.isRequired,
|
|
1293
|
-
"replace": PropTypes.func.isRequired,
|
|
1294
|
-
"search": PropTypes.func.isRequired,
|
|
1295
|
-
"slice": PropTypes.func.isRequired,
|
|
1296
|
-
"small": PropTypes.func.isRequired,
|
|
1297
|
-
"split": PropTypes.func.isRequired,
|
|
1298
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1299
|
-
"strike": PropTypes.func.isRequired,
|
|
1300
|
-
"sub": PropTypes.func.isRequired,
|
|
1301
|
-
"substr": PropTypes.func.isRequired,
|
|
1302
|
-
"substring": PropTypes.func.isRequired,
|
|
1303
|
-
"sup": PropTypes.func.isRequired,
|
|
1304
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1305
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1306
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1307
|
-
"toString": PropTypes.func.isRequired,
|
|
1308
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1309
|
-
"trim": PropTypes.func.isRequired,
|
|
1310
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1311
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1312
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1313
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1314
|
-
"valueOf": PropTypes.func.isRequired
|
|
1315
|
-
}), PropTypes.string]),
|
|
1316
|
-
"menuType": PropTypes.oneOf(["black", "dark", "light", "white"]),
|
|
1317
|
-
"minHeight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1318
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1319
|
-
"anchor": PropTypes.func.isRequired,
|
|
1320
|
-
"at": PropTypes.func.isRequired,
|
|
1321
|
-
"big": PropTypes.func.isRequired,
|
|
1322
|
-
"blink": PropTypes.func.isRequired,
|
|
1323
|
-
"bold": PropTypes.func.isRequired,
|
|
1324
|
-
"charAt": PropTypes.func.isRequired,
|
|
1325
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1326
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1327
|
-
"concat": PropTypes.func.isRequired,
|
|
1328
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1329
|
-
"fixed": PropTypes.func.isRequired,
|
|
1330
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1331
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1332
|
-
"includes": PropTypes.func.isRequired,
|
|
1333
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1334
|
-
"italics": PropTypes.func.isRequired,
|
|
1335
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1336
|
-
"length": PropTypes.number.isRequired,
|
|
1337
|
-
"link": PropTypes.func.isRequired,
|
|
1338
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1339
|
-
"match": PropTypes.func.isRequired,
|
|
1340
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1341
|
-
"normalize": PropTypes.func.isRequired,
|
|
1342
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1343
|
-
"padStart": PropTypes.func.isRequired,
|
|
1344
|
-
"repeat": PropTypes.func.isRequired,
|
|
1345
|
-
"replace": PropTypes.func.isRequired,
|
|
1346
|
-
"search": PropTypes.func.isRequired,
|
|
1347
|
-
"slice": PropTypes.func.isRequired,
|
|
1348
|
-
"small": PropTypes.func.isRequired,
|
|
1349
|
-
"split": PropTypes.func.isRequired,
|
|
1350
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1351
|
-
"strike": PropTypes.func.isRequired,
|
|
1352
|
-
"sub": PropTypes.func.isRequired,
|
|
1353
|
-
"substr": PropTypes.func.isRequired,
|
|
1354
|
-
"substring": PropTypes.func.isRequired,
|
|
1355
|
-
"sup": PropTypes.func.isRequired,
|
|
1356
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1357
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1358
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1359
|
-
"toString": PropTypes.func.isRequired,
|
|
1360
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1361
|
-
"trim": PropTypes.func.isRequired,
|
|
1362
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1363
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1364
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1365
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1366
|
-
"valueOf": PropTypes.func.isRequired
|
|
1367
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1368
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1369
|
-
"anchor": PropTypes.func.isRequired,
|
|
1370
|
-
"at": PropTypes.func.isRequired,
|
|
1371
|
-
"big": PropTypes.func.isRequired,
|
|
1372
|
-
"blink": PropTypes.func.isRequired,
|
|
1373
|
-
"bold": PropTypes.func.isRequired,
|
|
1374
|
-
"charAt": PropTypes.func.isRequired,
|
|
1375
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1376
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1377
|
-
"concat": PropTypes.func.isRequired,
|
|
1378
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1379
|
-
"fixed": PropTypes.func.isRequired,
|
|
1380
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1381
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1382
|
-
"includes": PropTypes.func.isRequired,
|
|
1383
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1384
|
-
"italics": PropTypes.func.isRequired,
|
|
1385
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1386
|
-
"length": PropTypes.number.isRequired,
|
|
1387
|
-
"link": PropTypes.func.isRequired,
|
|
1388
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1389
|
-
"match": PropTypes.func.isRequired,
|
|
1390
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1391
|
-
"normalize": PropTypes.func.isRequired,
|
|
1392
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1393
|
-
"padStart": PropTypes.func.isRequired,
|
|
1394
|
-
"repeat": PropTypes.func.isRequired,
|
|
1395
|
-
"replace": PropTypes.func.isRequired,
|
|
1396
|
-
"search": PropTypes.func.isRequired,
|
|
1397
|
-
"slice": PropTypes.func.isRequired,
|
|
1398
|
-
"small": PropTypes.func.isRequired,
|
|
1399
|
-
"split": PropTypes.func.isRequired,
|
|
1400
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1401
|
-
"strike": PropTypes.func.isRequired,
|
|
1402
|
-
"sub": PropTypes.func.isRequired,
|
|
1403
|
-
"substr": PropTypes.func.isRequired,
|
|
1404
|
-
"substring": PropTypes.func.isRequired,
|
|
1405
|
-
"sup": PropTypes.func.isRequired,
|
|
1406
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1407
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1408
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1409
|
-
"toString": PropTypes.func.isRequired,
|
|
1410
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1411
|
-
"trim": PropTypes.func.isRequired,
|
|
1412
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1413
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1414
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1415
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1416
|
-
"valueOf": PropTypes.func.isRequired
|
|
1417
|
-
}), PropTypes.string]),
|
|
1418
|
-
"minWidth": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1419
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1420
|
-
"anchor": PropTypes.func.isRequired,
|
|
1421
|
-
"at": PropTypes.func.isRequired,
|
|
1422
|
-
"big": PropTypes.func.isRequired,
|
|
1423
|
-
"blink": PropTypes.func.isRequired,
|
|
1424
|
-
"bold": PropTypes.func.isRequired,
|
|
1425
|
-
"charAt": PropTypes.func.isRequired,
|
|
1426
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1427
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1428
|
-
"concat": PropTypes.func.isRequired,
|
|
1429
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1430
|
-
"fixed": PropTypes.func.isRequired,
|
|
1431
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1432
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1433
|
-
"includes": PropTypes.func.isRequired,
|
|
1434
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1435
|
-
"italics": PropTypes.func.isRequired,
|
|
1436
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1437
|
-
"length": PropTypes.number.isRequired,
|
|
1438
|
-
"link": PropTypes.func.isRequired,
|
|
1439
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1440
|
-
"match": PropTypes.func.isRequired,
|
|
1441
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1442
|
-
"normalize": PropTypes.func.isRequired,
|
|
1443
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1444
|
-
"padStart": PropTypes.func.isRequired,
|
|
1445
|
-
"repeat": PropTypes.func.isRequired,
|
|
1446
|
-
"replace": PropTypes.func.isRequired,
|
|
1447
|
-
"search": PropTypes.func.isRequired,
|
|
1448
|
-
"slice": PropTypes.func.isRequired,
|
|
1449
|
-
"small": PropTypes.func.isRequired,
|
|
1450
|
-
"split": PropTypes.func.isRequired,
|
|
1451
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1452
|
-
"strike": PropTypes.func.isRequired,
|
|
1453
|
-
"sub": PropTypes.func.isRequired,
|
|
1454
|
-
"substr": PropTypes.func.isRequired,
|
|
1455
|
-
"substring": PropTypes.func.isRequired,
|
|
1456
|
-
"sup": PropTypes.func.isRequired,
|
|
1457
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1458
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1459
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1460
|
-
"toString": PropTypes.func.isRequired,
|
|
1461
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1462
|
-
"trim": PropTypes.func.isRequired,
|
|
1463
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1464
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1465
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1466
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1467
|
-
"valueOf": PropTypes.func.isRequired
|
|
1468
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1469
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1470
|
-
"anchor": PropTypes.func.isRequired,
|
|
1471
|
-
"at": PropTypes.func.isRequired,
|
|
1472
|
-
"big": PropTypes.func.isRequired,
|
|
1473
|
-
"blink": PropTypes.func.isRequired,
|
|
1474
|
-
"bold": PropTypes.func.isRequired,
|
|
1475
|
-
"charAt": PropTypes.func.isRequired,
|
|
1476
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1477
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1478
|
-
"concat": PropTypes.func.isRequired,
|
|
1479
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1480
|
-
"fixed": PropTypes.func.isRequired,
|
|
1481
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1482
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1483
|
-
"includes": PropTypes.func.isRequired,
|
|
1484
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1485
|
-
"italics": PropTypes.func.isRequired,
|
|
1486
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1487
|
-
"length": PropTypes.number.isRequired,
|
|
1488
|
-
"link": PropTypes.func.isRequired,
|
|
1489
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1490
|
-
"match": PropTypes.func.isRequired,
|
|
1491
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1492
|
-
"normalize": PropTypes.func.isRequired,
|
|
1493
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1494
|
-
"padStart": PropTypes.func.isRequired,
|
|
1495
|
-
"repeat": PropTypes.func.isRequired,
|
|
1496
|
-
"replace": PropTypes.func.isRequired,
|
|
1497
|
-
"search": PropTypes.func.isRequired,
|
|
1498
|
-
"slice": PropTypes.func.isRequired,
|
|
1499
|
-
"small": PropTypes.func.isRequired,
|
|
1500
|
-
"split": PropTypes.func.isRequired,
|
|
1501
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1502
|
-
"strike": PropTypes.func.isRequired,
|
|
1503
|
-
"sub": PropTypes.func.isRequired,
|
|
1504
|
-
"substr": PropTypes.func.isRequired,
|
|
1505
|
-
"substring": PropTypes.func.isRequired,
|
|
1506
|
-
"sup": PropTypes.func.isRequired,
|
|
1507
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1508
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1509
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1510
|
-
"toString": PropTypes.func.isRequired,
|
|
1511
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1512
|
-
"trim": PropTypes.func.isRequired,
|
|
1513
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1514
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1515
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1516
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1517
|
-
"valueOf": PropTypes.func.isRequired
|
|
1518
|
-
}), PropTypes.string]),
|
|
1519
|
-
"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({
|
|
1520
|
-
"toExponential": PropTypes.func.isRequired,
|
|
1521
|
-
"toFixed": PropTypes.func.isRequired,
|
|
1522
|
-
"toLocaleString": PropTypes.func.isRequired,
|
|
1523
|
-
"toPrecision": PropTypes.func.isRequired,
|
|
1524
|
-
"toString": PropTypes.func.isRequired,
|
|
1525
|
-
"valueOf": PropTypes.func.isRequired
|
|
1526
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
1527
|
-
"toExponential": PropTypes.func.isRequired,
|
|
1528
|
-
"toFixed": PropTypes.func.isRequired,
|
|
1529
|
-
"toLocaleString": PropTypes.func.isRequired,
|
|
1530
|
-
"toPrecision": PropTypes.func.isRequired,
|
|
1531
|
-
"toString": PropTypes.func.isRequired,
|
|
1532
|
-
"valueOf": PropTypes.func.isRequired
|
|
1533
|
-
})]),
|
|
1534
|
-
"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({
|
|
1535
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1536
|
-
"anchor": PropTypes.func.isRequired,
|
|
1537
|
-
"at": PropTypes.func.isRequired,
|
|
1538
|
-
"big": PropTypes.func.isRequired,
|
|
1539
|
-
"blink": PropTypes.func.isRequired,
|
|
1540
|
-
"bold": PropTypes.func.isRequired,
|
|
1541
|
-
"charAt": PropTypes.func.isRequired,
|
|
1542
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1543
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1544
|
-
"concat": PropTypes.func.isRequired,
|
|
1545
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1546
|
-
"fixed": PropTypes.func.isRequired,
|
|
1547
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1548
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1549
|
-
"includes": PropTypes.func.isRequired,
|
|
1550
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1551
|
-
"italics": PropTypes.func.isRequired,
|
|
1552
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1553
|
-
"length": PropTypes.number.isRequired,
|
|
1554
|
-
"link": PropTypes.func.isRequired,
|
|
1555
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1556
|
-
"match": PropTypes.func.isRequired,
|
|
1557
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1558
|
-
"normalize": PropTypes.func.isRequired,
|
|
1559
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1560
|
-
"padStart": PropTypes.func.isRequired,
|
|
1561
|
-
"repeat": PropTypes.func.isRequired,
|
|
1562
|
-
"replace": PropTypes.func.isRequired,
|
|
1563
|
-
"search": PropTypes.func.isRequired,
|
|
1564
|
-
"slice": PropTypes.func.isRequired,
|
|
1565
|
-
"small": PropTypes.func.isRequired,
|
|
1566
|
-
"split": PropTypes.func.isRequired,
|
|
1567
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1568
|
-
"strike": PropTypes.func.isRequired,
|
|
1569
|
-
"sub": PropTypes.func.isRequired,
|
|
1570
|
-
"substr": PropTypes.func.isRequired,
|
|
1571
|
-
"substring": PropTypes.func.isRequired,
|
|
1572
|
-
"sup": PropTypes.func.isRequired,
|
|
1573
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1574
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1575
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1576
|
-
"toString": PropTypes.func.isRequired,
|
|
1577
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1578
|
-
"trim": PropTypes.func.isRequired,
|
|
1579
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1580
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1581
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1582
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1583
|
-
"valueOf": PropTypes.func.isRequired
|
|
1584
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
1585
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1586
|
-
"anchor": PropTypes.func.isRequired,
|
|
1587
|
-
"at": PropTypes.func.isRequired,
|
|
1588
|
-
"big": PropTypes.func.isRequired,
|
|
1589
|
-
"blink": PropTypes.func.isRequired,
|
|
1590
|
-
"bold": PropTypes.func.isRequired,
|
|
1591
|
-
"charAt": PropTypes.func.isRequired,
|
|
1592
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1593
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1594
|
-
"concat": PropTypes.func.isRequired,
|
|
1595
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1596
|
-
"fixed": PropTypes.func.isRequired,
|
|
1597
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1598
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1599
|
-
"includes": PropTypes.func.isRequired,
|
|
1600
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1601
|
-
"italics": PropTypes.func.isRequired,
|
|
1602
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1603
|
-
"length": PropTypes.number.isRequired,
|
|
1604
|
-
"link": PropTypes.func.isRequired,
|
|
1605
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1606
|
-
"match": PropTypes.func.isRequired,
|
|
1607
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1608
|
-
"normalize": PropTypes.func.isRequired,
|
|
1609
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1610
|
-
"padStart": PropTypes.func.isRequired,
|
|
1611
|
-
"repeat": PropTypes.func.isRequired,
|
|
1612
|
-
"replace": PropTypes.func.isRequired,
|
|
1613
|
-
"search": PropTypes.func.isRequired,
|
|
1614
|
-
"slice": PropTypes.func.isRequired,
|
|
1615
|
-
"small": PropTypes.func.isRequired,
|
|
1616
|
-
"split": PropTypes.func.isRequired,
|
|
1617
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1618
|
-
"strike": PropTypes.func.isRequired,
|
|
1619
|
-
"sub": PropTypes.func.isRequired,
|
|
1620
|
-
"substr": PropTypes.func.isRequired,
|
|
1621
|
-
"substring": PropTypes.func.isRequired,
|
|
1622
|
-
"sup": PropTypes.func.isRequired,
|
|
1623
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1624
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1625
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1626
|
-
"toString": PropTypes.func.isRequired,
|
|
1627
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1628
|
-
"trim": PropTypes.func.isRequired,
|
|
1629
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1630
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1631
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1632
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1633
|
-
"valueOf": PropTypes.func.isRequired
|
|
1634
|
-
})]),
|
|
1635
|
-
"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]),
|
|
1636
|
-
"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]),
|
|
1637
|
-
"size": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1638
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1639
|
-
"anchor": PropTypes.func.isRequired,
|
|
1640
|
-
"at": PropTypes.func.isRequired,
|
|
1641
|
-
"big": PropTypes.func.isRequired,
|
|
1642
|
-
"blink": PropTypes.func.isRequired,
|
|
1643
|
-
"bold": PropTypes.func.isRequired,
|
|
1644
|
-
"charAt": PropTypes.func.isRequired,
|
|
1645
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1646
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1647
|
-
"concat": PropTypes.func.isRequired,
|
|
1648
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1649
|
-
"fixed": PropTypes.func.isRequired,
|
|
1650
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1651
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1652
|
-
"includes": PropTypes.func.isRequired,
|
|
1653
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1654
|
-
"italics": PropTypes.func.isRequired,
|
|
1655
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1656
|
-
"length": PropTypes.number.isRequired,
|
|
1657
|
-
"link": PropTypes.func.isRequired,
|
|
1658
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1659
|
-
"match": PropTypes.func.isRequired,
|
|
1660
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1661
|
-
"normalize": PropTypes.func.isRequired,
|
|
1662
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1663
|
-
"padStart": PropTypes.func.isRequired,
|
|
1664
|
-
"repeat": PropTypes.func.isRequired,
|
|
1665
|
-
"replace": PropTypes.func.isRequired,
|
|
1666
|
-
"search": PropTypes.func.isRequired,
|
|
1667
|
-
"slice": PropTypes.func.isRequired,
|
|
1668
|
-
"small": PropTypes.func.isRequired,
|
|
1669
|
-
"split": PropTypes.func.isRequired,
|
|
1670
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1671
|
-
"strike": PropTypes.func.isRequired,
|
|
1672
|
-
"sub": PropTypes.func.isRequired,
|
|
1673
|
-
"substr": PropTypes.func.isRequired,
|
|
1674
|
-
"substring": PropTypes.func.isRequired,
|
|
1675
|
-
"sup": PropTypes.func.isRequired,
|
|
1676
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1677
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1678
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1679
|
-
"toString": PropTypes.func.isRequired,
|
|
1680
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1681
|
-
"trim": PropTypes.func.isRequired,
|
|
1682
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1683
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1684
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1685
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1686
|
-
"valueOf": PropTypes.func.isRequired
|
|
1687
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1688
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1689
|
-
"anchor": PropTypes.func.isRequired,
|
|
1690
|
-
"at": PropTypes.func.isRequired,
|
|
1691
|
-
"big": PropTypes.func.isRequired,
|
|
1692
|
-
"blink": PropTypes.func.isRequired,
|
|
1693
|
-
"bold": PropTypes.func.isRequired,
|
|
1694
|
-
"charAt": PropTypes.func.isRequired,
|
|
1695
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1696
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1697
|
-
"concat": PropTypes.func.isRequired,
|
|
1698
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1699
|
-
"fixed": PropTypes.func.isRequired,
|
|
1700
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1701
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1702
|
-
"includes": PropTypes.func.isRequired,
|
|
1703
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1704
|
-
"italics": PropTypes.func.isRequired,
|
|
1705
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1706
|
-
"length": PropTypes.number.isRequired,
|
|
1707
|
-
"link": PropTypes.func.isRequired,
|
|
1708
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1709
|
-
"match": PropTypes.func.isRequired,
|
|
1710
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1711
|
-
"normalize": PropTypes.func.isRequired,
|
|
1712
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1713
|
-
"padStart": PropTypes.func.isRequired,
|
|
1714
|
-
"repeat": PropTypes.func.isRequired,
|
|
1715
|
-
"replace": PropTypes.func.isRequired,
|
|
1716
|
-
"search": PropTypes.func.isRequired,
|
|
1717
|
-
"slice": PropTypes.func.isRequired,
|
|
1718
|
-
"small": PropTypes.func.isRequired,
|
|
1719
|
-
"split": PropTypes.func.isRequired,
|
|
1720
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1721
|
-
"strike": PropTypes.func.isRequired,
|
|
1722
|
-
"sub": PropTypes.func.isRequired,
|
|
1723
|
-
"substr": PropTypes.func.isRequired,
|
|
1724
|
-
"substring": PropTypes.func.isRequired,
|
|
1725
|
-
"sup": PropTypes.func.isRequired,
|
|
1726
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1727
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1728
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1729
|
-
"toString": PropTypes.func.isRequired,
|
|
1730
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1731
|
-
"trim": PropTypes.func.isRequired,
|
|
1732
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1733
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1734
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1735
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1736
|
-
"valueOf": PropTypes.func.isRequired
|
|
1737
|
-
}), PropTypes.string]),
|
|
1738
|
-
"verticalAlign": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1739
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1740
|
-
"anchor": PropTypes.func.isRequired,
|
|
1741
|
-
"at": PropTypes.func.isRequired,
|
|
1742
|
-
"big": PropTypes.func.isRequired,
|
|
1743
|
-
"blink": PropTypes.func.isRequired,
|
|
1744
|
-
"bold": PropTypes.func.isRequired,
|
|
1745
|
-
"charAt": PropTypes.func.isRequired,
|
|
1746
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1747
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1748
|
-
"concat": PropTypes.func.isRequired,
|
|
1749
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1750
|
-
"fixed": PropTypes.func.isRequired,
|
|
1751
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1752
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1753
|
-
"includes": PropTypes.func.isRequired,
|
|
1754
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1755
|
-
"italics": PropTypes.func.isRequired,
|
|
1756
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1757
|
-
"length": PropTypes.number.isRequired,
|
|
1758
|
-
"link": PropTypes.func.isRequired,
|
|
1759
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1760
|
-
"match": PropTypes.func.isRequired,
|
|
1761
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1762
|
-
"normalize": PropTypes.func.isRequired,
|
|
1763
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1764
|
-
"padStart": PropTypes.func.isRequired,
|
|
1765
|
-
"repeat": PropTypes.func.isRequired,
|
|
1766
|
-
"replace": PropTypes.func.isRequired,
|
|
1767
|
-
"search": PropTypes.func.isRequired,
|
|
1768
|
-
"slice": PropTypes.func.isRequired,
|
|
1769
|
-
"small": PropTypes.func.isRequired,
|
|
1770
|
-
"split": PropTypes.func.isRequired,
|
|
1771
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1772
|
-
"strike": PropTypes.func.isRequired,
|
|
1773
|
-
"sub": PropTypes.func.isRequired,
|
|
1774
|
-
"substr": PropTypes.func.isRequired,
|
|
1775
|
-
"substring": PropTypes.func.isRequired,
|
|
1776
|
-
"sup": PropTypes.func.isRequired,
|
|
1777
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1778
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1779
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1780
|
-
"toString": PropTypes.func.isRequired,
|
|
1781
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1782
|
-
"trim": PropTypes.func.isRequired,
|
|
1783
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1784
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1785
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1786
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1787
|
-
"valueOf": PropTypes.func.isRequired
|
|
1788
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1789
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1790
|
-
"anchor": PropTypes.func.isRequired,
|
|
1791
|
-
"at": PropTypes.func.isRequired,
|
|
1792
|
-
"big": PropTypes.func.isRequired,
|
|
1793
|
-
"blink": PropTypes.func.isRequired,
|
|
1794
|
-
"bold": PropTypes.func.isRequired,
|
|
1795
|
-
"charAt": PropTypes.func.isRequired,
|
|
1796
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1797
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1798
|
-
"concat": PropTypes.func.isRequired,
|
|
1799
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1800
|
-
"fixed": PropTypes.func.isRequired,
|
|
1801
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1802
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1803
|
-
"includes": PropTypes.func.isRequired,
|
|
1804
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1805
|
-
"italics": PropTypes.func.isRequired,
|
|
1806
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1807
|
-
"length": PropTypes.number.isRequired,
|
|
1808
|
-
"link": PropTypes.func.isRequired,
|
|
1809
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1810
|
-
"match": PropTypes.func.isRequired,
|
|
1811
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1812
|
-
"normalize": PropTypes.func.isRequired,
|
|
1813
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1814
|
-
"padStart": PropTypes.func.isRequired,
|
|
1815
|
-
"repeat": PropTypes.func.isRequired,
|
|
1816
|
-
"replace": PropTypes.func.isRequired,
|
|
1817
|
-
"search": PropTypes.func.isRequired,
|
|
1818
|
-
"slice": PropTypes.func.isRequired,
|
|
1819
|
-
"small": PropTypes.func.isRequired,
|
|
1820
|
-
"split": PropTypes.func.isRequired,
|
|
1821
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1822
|
-
"strike": PropTypes.func.isRequired,
|
|
1823
|
-
"sub": PropTypes.func.isRequired,
|
|
1824
|
-
"substr": PropTypes.func.isRequired,
|
|
1825
|
-
"substring": PropTypes.func.isRequired,
|
|
1826
|
-
"sup": PropTypes.func.isRequired,
|
|
1827
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1828
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1829
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1830
|
-
"toString": PropTypes.func.isRequired,
|
|
1831
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1832
|
-
"trim": PropTypes.func.isRequired,
|
|
1833
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1834
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1835
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1836
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1837
|
-
"valueOf": PropTypes.func.isRequired
|
|
1838
|
-
}), PropTypes.string]),
|
|
1839
|
-
"width": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1840
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1841
|
-
"anchor": PropTypes.func.isRequired,
|
|
1842
|
-
"at": PropTypes.func.isRequired,
|
|
1843
|
-
"big": PropTypes.func.isRequired,
|
|
1844
|
-
"blink": PropTypes.func.isRequired,
|
|
1845
|
-
"bold": PropTypes.func.isRequired,
|
|
1846
|
-
"charAt": PropTypes.func.isRequired,
|
|
1847
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1848
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1849
|
-
"concat": PropTypes.func.isRequired,
|
|
1850
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1851
|
-
"fixed": PropTypes.func.isRequired,
|
|
1852
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1853
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1854
|
-
"includes": PropTypes.func.isRequired,
|
|
1855
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1856
|
-
"italics": PropTypes.func.isRequired,
|
|
1857
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1858
|
-
"length": PropTypes.number.isRequired,
|
|
1859
|
-
"link": PropTypes.func.isRequired,
|
|
1860
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1861
|
-
"match": PropTypes.func.isRequired,
|
|
1862
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1863
|
-
"normalize": PropTypes.func.isRequired,
|
|
1864
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1865
|
-
"padStart": PropTypes.func.isRequired,
|
|
1866
|
-
"repeat": PropTypes.func.isRequired,
|
|
1867
|
-
"replace": PropTypes.func.isRequired,
|
|
1868
|
-
"search": PropTypes.func.isRequired,
|
|
1869
|
-
"slice": PropTypes.func.isRequired,
|
|
1870
|
-
"small": PropTypes.func.isRequired,
|
|
1871
|
-
"split": PropTypes.func.isRequired,
|
|
1872
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1873
|
-
"strike": PropTypes.func.isRequired,
|
|
1874
|
-
"sub": PropTypes.func.isRequired,
|
|
1875
|
-
"substr": PropTypes.func.isRequired,
|
|
1876
|
-
"substring": PropTypes.func.isRequired,
|
|
1877
|
-
"sup": PropTypes.func.isRequired,
|
|
1878
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1879
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1880
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1881
|
-
"toString": PropTypes.func.isRequired,
|
|
1882
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1883
|
-
"trim": PropTypes.func.isRequired,
|
|
1884
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1885
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1886
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1887
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1888
|
-
"valueOf": PropTypes.func.isRequired
|
|
1889
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1890
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1891
|
-
"anchor": PropTypes.func.isRequired,
|
|
1892
|
-
"at": PropTypes.func.isRequired,
|
|
1893
|
-
"big": PropTypes.func.isRequired,
|
|
1894
|
-
"blink": PropTypes.func.isRequired,
|
|
1895
|
-
"bold": PropTypes.func.isRequired,
|
|
1896
|
-
"charAt": PropTypes.func.isRequired,
|
|
1897
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1898
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1899
|
-
"concat": PropTypes.func.isRequired,
|
|
1900
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1901
|
-
"fixed": PropTypes.func.isRequired,
|
|
1902
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1903
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1904
|
-
"includes": PropTypes.func.isRequired,
|
|
1905
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1906
|
-
"italics": PropTypes.func.isRequired,
|
|
1907
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1908
|
-
"length": PropTypes.number.isRequired,
|
|
1909
|
-
"link": PropTypes.func.isRequired,
|
|
1910
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1911
|
-
"match": PropTypes.func.isRequired,
|
|
1912
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1913
|
-
"normalize": PropTypes.func.isRequired,
|
|
1914
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1915
|
-
"padStart": PropTypes.func.isRequired,
|
|
1916
|
-
"repeat": PropTypes.func.isRequired,
|
|
1917
|
-
"replace": PropTypes.func.isRequired,
|
|
1918
|
-
"search": PropTypes.func.isRequired,
|
|
1919
|
-
"slice": PropTypes.func.isRequired,
|
|
1920
|
-
"small": PropTypes.func.isRequired,
|
|
1921
|
-
"split": PropTypes.func.isRequired,
|
|
1922
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1923
|
-
"strike": PropTypes.func.isRequired,
|
|
1924
|
-
"sub": PropTypes.func.isRequired,
|
|
1925
|
-
"substr": PropTypes.func.isRequired,
|
|
1926
|
-
"substring": PropTypes.func.isRequired,
|
|
1927
|
-
"sup": PropTypes.func.isRequired,
|
|
1928
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1929
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1930
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1931
|
-
"toString": PropTypes.func.isRequired,
|
|
1932
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1933
|
-
"trim": PropTypes.func.isRequired,
|
|
1934
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1935
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1936
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1937
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1938
|
-
"valueOf": PropTypes.func.isRequired
|
|
1939
|
-
}), PropTypes.string])
|
|
1940
|
-
};
|
|
1941
|
-
export { Menu };
|
|
1942
63
|
export { MenuContext };
|
|
1943
64
|
export default Menu;
|