carbon-react 118.5.0 → 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 +3 -3
- package/esm/components/multi-action-button/multi-action-button.component.js +21 -626
- 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 +3 -3
- package/lib/components/multi-action-button/multi-action-button.component.js +23 -639
- 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,10 +1,8 @@
|
|
|
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 from "react";
|
|
4
3
|
import PropTypes from "prop-types";
|
|
5
4
|
import StyledGridItem from "./grid-item.style";
|
|
6
|
-
|
|
7
|
-
const GridItem = props => {
|
|
5
|
+
export const GridItem = props => {
|
|
8
6
|
const {
|
|
9
7
|
children,
|
|
10
8
|
responsiveSettings,
|
|
@@ -14,1239 +12,5 @@ const GridItem = props => {
|
|
|
14
12
|
responsiveSettings: responsiveSettings
|
|
15
13
|
}), children);
|
|
16
14
|
};
|
|
17
|
-
|
|
18
|
-
GridItem.propTypes = {
|
|
19
|
-
"about": PropTypes.string,
|
|
20
|
-
"accessKey": PropTypes.string,
|
|
21
|
-
"alignSelf": PropTypes.string,
|
|
22
|
-
"aria-activedescendant": PropTypes.string,
|
|
23
|
-
"aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
24
|
-
"aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
|
|
25
|
-
"aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
26
|
-
"aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
|
|
27
|
-
"aria-colcount": PropTypes.number,
|
|
28
|
-
"aria-colindex": PropTypes.number,
|
|
29
|
-
"aria-colspan": PropTypes.number,
|
|
30
|
-
"aria-controls": PropTypes.string,
|
|
31
|
-
"aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
|
|
32
|
-
"aria-describedby": PropTypes.string,
|
|
33
|
-
"aria-details": PropTypes.string,
|
|
34
|
-
"aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
35
|
-
"aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
|
|
36
|
-
"aria-errormessage": PropTypes.string,
|
|
37
|
-
"aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
38
|
-
"aria-flowto": PropTypes.string,
|
|
39
|
-
"aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
40
|
-
"aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
|
|
41
|
-
"aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
42
|
-
"aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
|
|
43
|
-
"aria-keyshortcuts": PropTypes.string,
|
|
44
|
-
"aria-label": PropTypes.string,
|
|
45
|
-
"aria-labelledby": PropTypes.string,
|
|
46
|
-
"aria-level": PropTypes.number,
|
|
47
|
-
"aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
|
|
48
|
-
"aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
49
|
-
"aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
50
|
-
"aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
51
|
-
"aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
|
|
52
|
-
"aria-owns": PropTypes.string,
|
|
53
|
-
"aria-placeholder": PropTypes.string,
|
|
54
|
-
"aria-posinset": PropTypes.number,
|
|
55
|
-
"aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
|
|
56
|
-
"aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
57
|
-
"aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
|
|
58
|
-
"aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
59
|
-
"aria-roledescription": PropTypes.string,
|
|
60
|
-
"aria-rowcount": PropTypes.number,
|
|
61
|
-
"aria-rowindex": PropTypes.number,
|
|
62
|
-
"aria-rowspan": PropTypes.number,
|
|
63
|
-
"aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
64
|
-
"aria-setsize": PropTypes.number,
|
|
65
|
-
"aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
|
|
66
|
-
"aria-valuemax": PropTypes.number,
|
|
67
|
-
"aria-valuemin": PropTypes.number,
|
|
68
|
-
"aria-valuenow": PropTypes.number,
|
|
69
|
-
"aria-valuetext": PropTypes.string,
|
|
70
|
-
"autoCapitalize": PropTypes.string,
|
|
71
|
-
"autoCorrect": PropTypes.string,
|
|
72
|
-
"autoSave": PropTypes.string,
|
|
73
|
-
"children": PropTypes.node,
|
|
74
|
-
"className": PropTypes.string,
|
|
75
|
-
"color": PropTypes.string,
|
|
76
|
-
"contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
|
|
77
|
-
"contextMenu": PropTypes.string,
|
|
78
|
-
"css": PropTypes.oneOfType([PropTypes.func, PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
79
|
-
"__emotion_styles": PropTypes.any.isRequired
|
|
80
|
-
}), PropTypes.string, PropTypes.bool]),
|
|
81
|
-
"dangerouslySetInnerHTML": PropTypes.shape({
|
|
82
|
-
"__html": PropTypes.string.isRequired
|
|
83
|
-
}),
|
|
84
|
-
"datatype": PropTypes.string,
|
|
85
|
-
"defaultChecked": PropTypes.bool,
|
|
86
|
-
"defaultValue": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string), PropTypes.number, PropTypes.string]),
|
|
87
|
-
"dir": PropTypes.string,
|
|
88
|
-
"draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
89
|
-
"gridArea": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
|
|
90
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
91
|
-
"anchor": PropTypes.func.isRequired,
|
|
92
|
-
"at": PropTypes.func.isRequired,
|
|
93
|
-
"big": PropTypes.func.isRequired,
|
|
94
|
-
"blink": PropTypes.func.isRequired,
|
|
95
|
-
"bold": PropTypes.func.isRequired,
|
|
96
|
-
"charAt": PropTypes.func.isRequired,
|
|
97
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
98
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
99
|
-
"concat": PropTypes.func.isRequired,
|
|
100
|
-
"endsWith": PropTypes.func.isRequired,
|
|
101
|
-
"fixed": PropTypes.func.isRequired,
|
|
102
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
103
|
-
"fontsize": PropTypes.func.isRequired,
|
|
104
|
-
"includes": PropTypes.func.isRequired,
|
|
105
|
-
"indexOf": PropTypes.func.isRequired,
|
|
106
|
-
"italics": PropTypes.func.isRequired,
|
|
107
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
108
|
-
"length": PropTypes.number.isRequired,
|
|
109
|
-
"link": PropTypes.func.isRequired,
|
|
110
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
111
|
-
"match": PropTypes.func.isRequired,
|
|
112
|
-
"matchAll": PropTypes.func.isRequired,
|
|
113
|
-
"normalize": PropTypes.func.isRequired,
|
|
114
|
-
"padEnd": PropTypes.func.isRequired,
|
|
115
|
-
"padStart": PropTypes.func.isRequired,
|
|
116
|
-
"repeat": PropTypes.func.isRequired,
|
|
117
|
-
"replace": PropTypes.func.isRequired,
|
|
118
|
-
"search": PropTypes.func.isRequired,
|
|
119
|
-
"slice": PropTypes.func.isRequired,
|
|
120
|
-
"small": PropTypes.func.isRequired,
|
|
121
|
-
"split": PropTypes.func.isRequired,
|
|
122
|
-
"startsWith": PropTypes.func.isRequired,
|
|
123
|
-
"strike": PropTypes.func.isRequired,
|
|
124
|
-
"sub": PropTypes.func.isRequired,
|
|
125
|
-
"substr": PropTypes.func.isRequired,
|
|
126
|
-
"substring": PropTypes.func.isRequired,
|
|
127
|
-
"sup": PropTypes.func.isRequired,
|
|
128
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
129
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
130
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
131
|
-
"toString": PropTypes.func.isRequired,
|
|
132
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
133
|
-
"trim": PropTypes.func.isRequired,
|
|
134
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
135
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
136
|
-
"trimRight": PropTypes.func.isRequired,
|
|
137
|
-
"trimStart": PropTypes.func.isRequired,
|
|
138
|
-
"valueOf": PropTypes.func.isRequired
|
|
139
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
140
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
141
|
-
"anchor": PropTypes.func.isRequired,
|
|
142
|
-
"at": PropTypes.func.isRequired,
|
|
143
|
-
"big": PropTypes.func.isRequired,
|
|
144
|
-
"blink": PropTypes.func.isRequired,
|
|
145
|
-
"bold": PropTypes.func.isRequired,
|
|
146
|
-
"charAt": PropTypes.func.isRequired,
|
|
147
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
148
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
149
|
-
"concat": PropTypes.func.isRequired,
|
|
150
|
-
"endsWith": PropTypes.func.isRequired,
|
|
151
|
-
"fixed": PropTypes.func.isRequired,
|
|
152
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
153
|
-
"fontsize": PropTypes.func.isRequired,
|
|
154
|
-
"includes": PropTypes.func.isRequired,
|
|
155
|
-
"indexOf": PropTypes.func.isRequired,
|
|
156
|
-
"italics": PropTypes.func.isRequired,
|
|
157
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
158
|
-
"length": PropTypes.number.isRequired,
|
|
159
|
-
"link": PropTypes.func.isRequired,
|
|
160
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
161
|
-
"match": PropTypes.func.isRequired,
|
|
162
|
-
"matchAll": PropTypes.func.isRequired,
|
|
163
|
-
"normalize": PropTypes.func.isRequired,
|
|
164
|
-
"padEnd": PropTypes.func.isRequired,
|
|
165
|
-
"padStart": PropTypes.func.isRequired,
|
|
166
|
-
"repeat": PropTypes.func.isRequired,
|
|
167
|
-
"replace": PropTypes.func.isRequired,
|
|
168
|
-
"search": PropTypes.func.isRequired,
|
|
169
|
-
"slice": PropTypes.func.isRequired,
|
|
170
|
-
"small": PropTypes.func.isRequired,
|
|
171
|
-
"split": PropTypes.func.isRequired,
|
|
172
|
-
"startsWith": PropTypes.func.isRequired,
|
|
173
|
-
"strike": PropTypes.func.isRequired,
|
|
174
|
-
"sub": PropTypes.func.isRequired,
|
|
175
|
-
"substr": PropTypes.func.isRequired,
|
|
176
|
-
"substring": PropTypes.func.isRequired,
|
|
177
|
-
"sup": PropTypes.func.isRequired,
|
|
178
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
179
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
180
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
181
|
-
"toString": PropTypes.func.isRequired,
|
|
182
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
183
|
-
"trim": PropTypes.func.isRequired,
|
|
184
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
185
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
186
|
-
"trimRight": PropTypes.func.isRequired,
|
|
187
|
-
"trimStart": PropTypes.func.isRequired,
|
|
188
|
-
"valueOf": PropTypes.func.isRequired
|
|
189
|
-
})]),
|
|
190
|
-
"gridColumn": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
|
|
191
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
192
|
-
"anchor": PropTypes.func.isRequired,
|
|
193
|
-
"at": PropTypes.func.isRequired,
|
|
194
|
-
"big": PropTypes.func.isRequired,
|
|
195
|
-
"blink": PropTypes.func.isRequired,
|
|
196
|
-
"bold": PropTypes.func.isRequired,
|
|
197
|
-
"charAt": PropTypes.func.isRequired,
|
|
198
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
199
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
200
|
-
"concat": PropTypes.func.isRequired,
|
|
201
|
-
"endsWith": PropTypes.func.isRequired,
|
|
202
|
-
"fixed": PropTypes.func.isRequired,
|
|
203
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
204
|
-
"fontsize": PropTypes.func.isRequired,
|
|
205
|
-
"includes": PropTypes.func.isRequired,
|
|
206
|
-
"indexOf": PropTypes.func.isRequired,
|
|
207
|
-
"italics": PropTypes.func.isRequired,
|
|
208
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
209
|
-
"length": PropTypes.number.isRequired,
|
|
210
|
-
"link": PropTypes.func.isRequired,
|
|
211
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
212
|
-
"match": PropTypes.func.isRequired,
|
|
213
|
-
"matchAll": PropTypes.func.isRequired,
|
|
214
|
-
"normalize": PropTypes.func.isRequired,
|
|
215
|
-
"padEnd": PropTypes.func.isRequired,
|
|
216
|
-
"padStart": PropTypes.func.isRequired,
|
|
217
|
-
"repeat": PropTypes.func.isRequired,
|
|
218
|
-
"replace": PropTypes.func.isRequired,
|
|
219
|
-
"search": PropTypes.func.isRequired,
|
|
220
|
-
"slice": PropTypes.func.isRequired,
|
|
221
|
-
"small": PropTypes.func.isRequired,
|
|
222
|
-
"split": PropTypes.func.isRequired,
|
|
223
|
-
"startsWith": PropTypes.func.isRequired,
|
|
224
|
-
"strike": PropTypes.func.isRequired,
|
|
225
|
-
"sub": PropTypes.func.isRequired,
|
|
226
|
-
"substr": PropTypes.func.isRequired,
|
|
227
|
-
"substring": PropTypes.func.isRequired,
|
|
228
|
-
"sup": PropTypes.func.isRequired,
|
|
229
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
230
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
231
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
232
|
-
"toString": PropTypes.func.isRequired,
|
|
233
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
234
|
-
"trim": PropTypes.func.isRequired,
|
|
235
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
236
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
237
|
-
"trimRight": PropTypes.func.isRequired,
|
|
238
|
-
"trimStart": PropTypes.func.isRequired,
|
|
239
|
-
"valueOf": PropTypes.func.isRequired
|
|
240
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
241
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
242
|
-
"anchor": PropTypes.func.isRequired,
|
|
243
|
-
"at": PropTypes.func.isRequired,
|
|
244
|
-
"big": PropTypes.func.isRequired,
|
|
245
|
-
"blink": PropTypes.func.isRequired,
|
|
246
|
-
"bold": PropTypes.func.isRequired,
|
|
247
|
-
"charAt": PropTypes.func.isRequired,
|
|
248
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
249
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
250
|
-
"concat": PropTypes.func.isRequired,
|
|
251
|
-
"endsWith": PropTypes.func.isRequired,
|
|
252
|
-
"fixed": PropTypes.func.isRequired,
|
|
253
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
254
|
-
"fontsize": PropTypes.func.isRequired,
|
|
255
|
-
"includes": PropTypes.func.isRequired,
|
|
256
|
-
"indexOf": PropTypes.func.isRequired,
|
|
257
|
-
"italics": PropTypes.func.isRequired,
|
|
258
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
259
|
-
"length": PropTypes.number.isRequired,
|
|
260
|
-
"link": PropTypes.func.isRequired,
|
|
261
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
262
|
-
"match": PropTypes.func.isRequired,
|
|
263
|
-
"matchAll": PropTypes.func.isRequired,
|
|
264
|
-
"normalize": PropTypes.func.isRequired,
|
|
265
|
-
"padEnd": PropTypes.func.isRequired,
|
|
266
|
-
"padStart": PropTypes.func.isRequired,
|
|
267
|
-
"repeat": PropTypes.func.isRequired,
|
|
268
|
-
"replace": PropTypes.func.isRequired,
|
|
269
|
-
"search": PropTypes.func.isRequired,
|
|
270
|
-
"slice": PropTypes.func.isRequired,
|
|
271
|
-
"small": PropTypes.func.isRequired,
|
|
272
|
-
"split": PropTypes.func.isRequired,
|
|
273
|
-
"startsWith": PropTypes.func.isRequired,
|
|
274
|
-
"strike": PropTypes.func.isRequired,
|
|
275
|
-
"sub": PropTypes.func.isRequired,
|
|
276
|
-
"substr": PropTypes.func.isRequired,
|
|
277
|
-
"substring": PropTypes.func.isRequired,
|
|
278
|
-
"sup": PropTypes.func.isRequired,
|
|
279
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
280
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
281
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
282
|
-
"toString": PropTypes.func.isRequired,
|
|
283
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
284
|
-
"trim": PropTypes.func.isRequired,
|
|
285
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
286
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
287
|
-
"trimRight": PropTypes.func.isRequired,
|
|
288
|
-
"trimStart": PropTypes.func.isRequired,
|
|
289
|
-
"valueOf": PropTypes.func.isRequired
|
|
290
|
-
})]),
|
|
291
|
-
"gridRow": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
|
|
292
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
293
|
-
"anchor": PropTypes.func.isRequired,
|
|
294
|
-
"at": PropTypes.func.isRequired,
|
|
295
|
-
"big": PropTypes.func.isRequired,
|
|
296
|
-
"blink": PropTypes.func.isRequired,
|
|
297
|
-
"bold": PropTypes.func.isRequired,
|
|
298
|
-
"charAt": PropTypes.func.isRequired,
|
|
299
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
300
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
301
|
-
"concat": PropTypes.func.isRequired,
|
|
302
|
-
"endsWith": PropTypes.func.isRequired,
|
|
303
|
-
"fixed": PropTypes.func.isRequired,
|
|
304
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
305
|
-
"fontsize": PropTypes.func.isRequired,
|
|
306
|
-
"includes": PropTypes.func.isRequired,
|
|
307
|
-
"indexOf": PropTypes.func.isRequired,
|
|
308
|
-
"italics": PropTypes.func.isRequired,
|
|
309
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
310
|
-
"length": PropTypes.number.isRequired,
|
|
311
|
-
"link": PropTypes.func.isRequired,
|
|
312
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
313
|
-
"match": PropTypes.func.isRequired,
|
|
314
|
-
"matchAll": PropTypes.func.isRequired,
|
|
315
|
-
"normalize": PropTypes.func.isRequired,
|
|
316
|
-
"padEnd": PropTypes.func.isRequired,
|
|
317
|
-
"padStart": PropTypes.func.isRequired,
|
|
318
|
-
"repeat": PropTypes.func.isRequired,
|
|
319
|
-
"replace": PropTypes.func.isRequired,
|
|
320
|
-
"search": PropTypes.func.isRequired,
|
|
321
|
-
"slice": PropTypes.func.isRequired,
|
|
322
|
-
"small": PropTypes.func.isRequired,
|
|
323
|
-
"split": PropTypes.func.isRequired,
|
|
324
|
-
"startsWith": PropTypes.func.isRequired,
|
|
325
|
-
"strike": PropTypes.func.isRequired,
|
|
326
|
-
"sub": PropTypes.func.isRequired,
|
|
327
|
-
"substr": PropTypes.func.isRequired,
|
|
328
|
-
"substring": PropTypes.func.isRequired,
|
|
329
|
-
"sup": PropTypes.func.isRequired,
|
|
330
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
331
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
332
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
333
|
-
"toString": PropTypes.func.isRequired,
|
|
334
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
335
|
-
"trim": PropTypes.func.isRequired,
|
|
336
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
337
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
338
|
-
"trimRight": PropTypes.func.isRequired,
|
|
339
|
-
"trimStart": PropTypes.func.isRequired,
|
|
340
|
-
"valueOf": PropTypes.func.isRequired
|
|
341
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
342
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
343
|
-
"anchor": PropTypes.func.isRequired,
|
|
344
|
-
"at": PropTypes.func.isRequired,
|
|
345
|
-
"big": PropTypes.func.isRequired,
|
|
346
|
-
"blink": PropTypes.func.isRequired,
|
|
347
|
-
"bold": PropTypes.func.isRequired,
|
|
348
|
-
"charAt": PropTypes.func.isRequired,
|
|
349
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
350
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
351
|
-
"concat": PropTypes.func.isRequired,
|
|
352
|
-
"endsWith": PropTypes.func.isRequired,
|
|
353
|
-
"fixed": PropTypes.func.isRequired,
|
|
354
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
355
|
-
"fontsize": PropTypes.func.isRequired,
|
|
356
|
-
"includes": PropTypes.func.isRequired,
|
|
357
|
-
"indexOf": PropTypes.func.isRequired,
|
|
358
|
-
"italics": PropTypes.func.isRequired,
|
|
359
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
360
|
-
"length": PropTypes.number.isRequired,
|
|
361
|
-
"link": PropTypes.func.isRequired,
|
|
362
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
363
|
-
"match": PropTypes.func.isRequired,
|
|
364
|
-
"matchAll": PropTypes.func.isRequired,
|
|
365
|
-
"normalize": PropTypes.func.isRequired,
|
|
366
|
-
"padEnd": PropTypes.func.isRequired,
|
|
367
|
-
"padStart": PropTypes.func.isRequired,
|
|
368
|
-
"repeat": PropTypes.func.isRequired,
|
|
369
|
-
"replace": PropTypes.func.isRequired,
|
|
370
|
-
"search": PropTypes.func.isRequired,
|
|
371
|
-
"slice": PropTypes.func.isRequired,
|
|
372
|
-
"small": PropTypes.func.isRequired,
|
|
373
|
-
"split": PropTypes.func.isRequired,
|
|
374
|
-
"startsWith": PropTypes.func.isRequired,
|
|
375
|
-
"strike": PropTypes.func.isRequired,
|
|
376
|
-
"sub": PropTypes.func.isRequired,
|
|
377
|
-
"substr": PropTypes.func.isRequired,
|
|
378
|
-
"substring": PropTypes.func.isRequired,
|
|
379
|
-
"sup": PropTypes.func.isRequired,
|
|
380
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
381
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
382
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
383
|
-
"toString": PropTypes.func.isRequired,
|
|
384
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
385
|
-
"trim": PropTypes.func.isRequired,
|
|
386
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
387
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
388
|
-
"trimRight": PropTypes.func.isRequired,
|
|
389
|
-
"trimStart": PropTypes.func.isRequired,
|
|
390
|
-
"valueOf": PropTypes.func.isRequired
|
|
391
|
-
})]),
|
|
392
|
-
"hidden": PropTypes.bool,
|
|
393
|
-
"id": PropTypes.string,
|
|
394
|
-
"inlist": PropTypes.any,
|
|
395
|
-
"inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
|
|
396
|
-
"is": PropTypes.string,
|
|
397
|
-
"itemID": PropTypes.string,
|
|
398
|
-
"itemProp": PropTypes.string,
|
|
399
|
-
"itemRef": PropTypes.string,
|
|
400
|
-
"itemScope": PropTypes.bool,
|
|
401
|
-
"itemType": PropTypes.string,
|
|
402
|
-
"justifySelf": PropTypes.string,
|
|
403
|
-
"lang": PropTypes.string,
|
|
404
|
-
"onAbort": PropTypes.func,
|
|
405
|
-
"onAbortCapture": PropTypes.func,
|
|
406
|
-
"onAnimationEnd": PropTypes.func,
|
|
407
|
-
"onAnimationEndCapture": PropTypes.func,
|
|
408
|
-
"onAnimationIteration": PropTypes.func,
|
|
409
|
-
"onAnimationIterationCapture": PropTypes.func,
|
|
410
|
-
"onAnimationStart": PropTypes.func,
|
|
411
|
-
"onAnimationStartCapture": PropTypes.func,
|
|
412
|
-
"onAuxClick": PropTypes.func,
|
|
413
|
-
"onAuxClickCapture": PropTypes.func,
|
|
414
|
-
"onBeforeInput": PropTypes.func,
|
|
415
|
-
"onBeforeInputCapture": PropTypes.func,
|
|
416
|
-
"onBlur": PropTypes.func,
|
|
417
|
-
"onBlurCapture": PropTypes.func,
|
|
418
|
-
"onCanPlay": PropTypes.func,
|
|
419
|
-
"onCanPlayCapture": PropTypes.func,
|
|
420
|
-
"onCanPlayThrough": PropTypes.func,
|
|
421
|
-
"onCanPlayThroughCapture": PropTypes.func,
|
|
422
|
-
"onChange": PropTypes.func,
|
|
423
|
-
"onChangeCapture": PropTypes.func,
|
|
424
|
-
"onClick": PropTypes.func,
|
|
425
|
-
"onClickCapture": PropTypes.func,
|
|
426
|
-
"onCompositionEnd": PropTypes.func,
|
|
427
|
-
"onCompositionEndCapture": PropTypes.func,
|
|
428
|
-
"onCompositionStart": PropTypes.func,
|
|
429
|
-
"onCompositionStartCapture": PropTypes.func,
|
|
430
|
-
"onCompositionUpdate": PropTypes.func,
|
|
431
|
-
"onCompositionUpdateCapture": PropTypes.func,
|
|
432
|
-
"onContextMenu": PropTypes.func,
|
|
433
|
-
"onContextMenuCapture": PropTypes.func,
|
|
434
|
-
"onCopy": PropTypes.func,
|
|
435
|
-
"onCopyCapture": PropTypes.func,
|
|
436
|
-
"onCut": PropTypes.func,
|
|
437
|
-
"onCutCapture": PropTypes.func,
|
|
438
|
-
"onDoubleClick": PropTypes.func,
|
|
439
|
-
"onDoubleClickCapture": PropTypes.func,
|
|
440
|
-
"onDrag": PropTypes.func,
|
|
441
|
-
"onDragCapture": PropTypes.func,
|
|
442
|
-
"onDragEnd": PropTypes.func,
|
|
443
|
-
"onDragEndCapture": PropTypes.func,
|
|
444
|
-
"onDragEnter": PropTypes.func,
|
|
445
|
-
"onDragEnterCapture": PropTypes.func,
|
|
446
|
-
"onDragExit": PropTypes.func,
|
|
447
|
-
"onDragExitCapture": PropTypes.func,
|
|
448
|
-
"onDragLeave": PropTypes.func,
|
|
449
|
-
"onDragLeaveCapture": PropTypes.func,
|
|
450
|
-
"onDragOver": PropTypes.func,
|
|
451
|
-
"onDragOverCapture": PropTypes.func,
|
|
452
|
-
"onDragStart": PropTypes.func,
|
|
453
|
-
"onDragStartCapture": PropTypes.func,
|
|
454
|
-
"onDrop": PropTypes.func,
|
|
455
|
-
"onDropCapture": PropTypes.func,
|
|
456
|
-
"onDurationChange": PropTypes.func,
|
|
457
|
-
"onDurationChangeCapture": PropTypes.func,
|
|
458
|
-
"onEmptied": PropTypes.func,
|
|
459
|
-
"onEmptiedCapture": PropTypes.func,
|
|
460
|
-
"onEncrypted": PropTypes.func,
|
|
461
|
-
"onEncryptedCapture": PropTypes.func,
|
|
462
|
-
"onEnded": PropTypes.func,
|
|
463
|
-
"onEndedCapture": PropTypes.func,
|
|
464
|
-
"onError": PropTypes.func,
|
|
465
|
-
"onErrorCapture": PropTypes.func,
|
|
466
|
-
"onFocus": PropTypes.func,
|
|
467
|
-
"onFocusCapture": PropTypes.func,
|
|
468
|
-
"onGotPointerCapture": PropTypes.func,
|
|
469
|
-
"onGotPointerCaptureCapture": PropTypes.func,
|
|
470
|
-
"onInput": PropTypes.func,
|
|
471
|
-
"onInputCapture": PropTypes.func,
|
|
472
|
-
"onInvalid": PropTypes.func,
|
|
473
|
-
"onInvalidCapture": PropTypes.func,
|
|
474
|
-
"onKeyDown": PropTypes.func,
|
|
475
|
-
"onKeyDownCapture": PropTypes.func,
|
|
476
|
-
"onKeyPress": PropTypes.func,
|
|
477
|
-
"onKeyPressCapture": PropTypes.func,
|
|
478
|
-
"onKeyUp": PropTypes.func,
|
|
479
|
-
"onKeyUpCapture": PropTypes.func,
|
|
480
|
-
"onLoad": PropTypes.func,
|
|
481
|
-
"onLoadCapture": PropTypes.func,
|
|
482
|
-
"onLoadedData": PropTypes.func,
|
|
483
|
-
"onLoadedDataCapture": PropTypes.func,
|
|
484
|
-
"onLoadedMetadata": PropTypes.func,
|
|
485
|
-
"onLoadedMetadataCapture": PropTypes.func,
|
|
486
|
-
"onLoadStart": PropTypes.func,
|
|
487
|
-
"onLoadStartCapture": PropTypes.func,
|
|
488
|
-
"onLostPointerCapture": PropTypes.func,
|
|
489
|
-
"onLostPointerCaptureCapture": PropTypes.func,
|
|
490
|
-
"onMouseDown": PropTypes.func,
|
|
491
|
-
"onMouseDownCapture": PropTypes.func,
|
|
492
|
-
"onMouseEnter": PropTypes.func,
|
|
493
|
-
"onMouseLeave": PropTypes.func,
|
|
494
|
-
"onMouseMove": PropTypes.func,
|
|
495
|
-
"onMouseMoveCapture": PropTypes.func,
|
|
496
|
-
"onMouseOut": PropTypes.func,
|
|
497
|
-
"onMouseOutCapture": PropTypes.func,
|
|
498
|
-
"onMouseOver": PropTypes.func,
|
|
499
|
-
"onMouseOverCapture": PropTypes.func,
|
|
500
|
-
"onMouseUp": PropTypes.func,
|
|
501
|
-
"onMouseUpCapture": PropTypes.func,
|
|
502
|
-
"onPaste": PropTypes.func,
|
|
503
|
-
"onPasteCapture": PropTypes.func,
|
|
504
|
-
"onPause": PropTypes.func,
|
|
505
|
-
"onPauseCapture": PropTypes.func,
|
|
506
|
-
"onPlay": PropTypes.func,
|
|
507
|
-
"onPlayCapture": PropTypes.func,
|
|
508
|
-
"onPlaying": PropTypes.func,
|
|
509
|
-
"onPlayingCapture": PropTypes.func,
|
|
510
|
-
"onPointerCancel": PropTypes.func,
|
|
511
|
-
"onPointerCancelCapture": PropTypes.func,
|
|
512
|
-
"onPointerDown": PropTypes.func,
|
|
513
|
-
"onPointerDownCapture": PropTypes.func,
|
|
514
|
-
"onPointerEnter": PropTypes.func,
|
|
515
|
-
"onPointerEnterCapture": PropTypes.func,
|
|
516
|
-
"onPointerLeave": PropTypes.func,
|
|
517
|
-
"onPointerLeaveCapture": PropTypes.func,
|
|
518
|
-
"onPointerMove": PropTypes.func,
|
|
519
|
-
"onPointerMoveCapture": PropTypes.func,
|
|
520
|
-
"onPointerOut": PropTypes.func,
|
|
521
|
-
"onPointerOutCapture": PropTypes.func,
|
|
522
|
-
"onPointerOver": PropTypes.func,
|
|
523
|
-
"onPointerOverCapture": PropTypes.func,
|
|
524
|
-
"onPointerUp": PropTypes.func,
|
|
525
|
-
"onPointerUpCapture": PropTypes.func,
|
|
526
|
-
"onProgress": PropTypes.func,
|
|
527
|
-
"onProgressCapture": PropTypes.func,
|
|
528
|
-
"onRateChange": PropTypes.func,
|
|
529
|
-
"onRateChangeCapture": PropTypes.func,
|
|
530
|
-
"onReset": PropTypes.func,
|
|
531
|
-
"onResetCapture": PropTypes.func,
|
|
532
|
-
"onScroll": PropTypes.func,
|
|
533
|
-
"onScrollCapture": PropTypes.func,
|
|
534
|
-
"onSeeked": PropTypes.func,
|
|
535
|
-
"onSeekedCapture": PropTypes.func,
|
|
536
|
-
"onSeeking": PropTypes.func,
|
|
537
|
-
"onSeekingCapture": PropTypes.func,
|
|
538
|
-
"onSelect": PropTypes.func,
|
|
539
|
-
"onSelectCapture": PropTypes.func,
|
|
540
|
-
"onStalled": PropTypes.func,
|
|
541
|
-
"onStalledCapture": PropTypes.func,
|
|
542
|
-
"onSubmit": PropTypes.func,
|
|
543
|
-
"onSubmitCapture": PropTypes.func,
|
|
544
|
-
"onSuspend": PropTypes.func,
|
|
545
|
-
"onSuspendCapture": PropTypes.func,
|
|
546
|
-
"onTimeUpdate": PropTypes.func,
|
|
547
|
-
"onTimeUpdateCapture": PropTypes.func,
|
|
548
|
-
"onTouchCancel": PropTypes.func,
|
|
549
|
-
"onTouchCancelCapture": PropTypes.func,
|
|
550
|
-
"onTouchEnd": PropTypes.func,
|
|
551
|
-
"onTouchEndCapture": PropTypes.func,
|
|
552
|
-
"onTouchMove": PropTypes.func,
|
|
553
|
-
"onTouchMoveCapture": PropTypes.func,
|
|
554
|
-
"onTouchStart": PropTypes.func,
|
|
555
|
-
"onTouchStartCapture": PropTypes.func,
|
|
556
|
-
"onTransitionEnd": PropTypes.func,
|
|
557
|
-
"onTransitionEndCapture": PropTypes.func,
|
|
558
|
-
"onVolumeChange": PropTypes.func,
|
|
559
|
-
"onVolumeChangeCapture": PropTypes.func,
|
|
560
|
-
"onWaiting": PropTypes.func,
|
|
561
|
-
"onWaitingCapture": PropTypes.func,
|
|
562
|
-
"onWheel": PropTypes.func,
|
|
563
|
-
"onWheelCapture": PropTypes.func,
|
|
564
|
-
"p": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
565
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
566
|
-
"description": PropTypes.string,
|
|
567
|
-
"toString": PropTypes.func.isRequired,
|
|
568
|
-
"valueOf": PropTypes.func.isRequired
|
|
569
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
570
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
571
|
-
"description": PropTypes.string,
|
|
572
|
-
"toString": PropTypes.func.isRequired,
|
|
573
|
-
"valueOf": PropTypes.func.isRequired
|
|
574
|
-
}), PropTypes.string]),
|
|
575
|
-
"padding": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
576
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
577
|
-
"description": PropTypes.string,
|
|
578
|
-
"toString": PropTypes.func.isRequired,
|
|
579
|
-
"valueOf": PropTypes.func.isRequired
|
|
580
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
581
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
582
|
-
"description": PropTypes.string,
|
|
583
|
-
"toString": PropTypes.func.isRequired,
|
|
584
|
-
"valueOf": PropTypes.func.isRequired
|
|
585
|
-
}), PropTypes.string]),
|
|
586
|
-
"paddingBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
587
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
588
|
-
"description": PropTypes.string,
|
|
589
|
-
"toString": PropTypes.func.isRequired,
|
|
590
|
-
"valueOf": PropTypes.func.isRequired
|
|
591
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
592
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
593
|
-
"description": PropTypes.string,
|
|
594
|
-
"toString": PropTypes.func.isRequired,
|
|
595
|
-
"valueOf": PropTypes.func.isRequired
|
|
596
|
-
}), PropTypes.string]),
|
|
597
|
-
"paddingLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
598
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
599
|
-
"description": PropTypes.string,
|
|
600
|
-
"toString": PropTypes.func.isRequired,
|
|
601
|
-
"valueOf": PropTypes.func.isRequired
|
|
602
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
603
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
604
|
-
"description": PropTypes.string,
|
|
605
|
-
"toString": PropTypes.func.isRequired,
|
|
606
|
-
"valueOf": PropTypes.func.isRequired
|
|
607
|
-
}), PropTypes.string]),
|
|
608
|
-
"paddingRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
609
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
610
|
-
"description": PropTypes.string,
|
|
611
|
-
"toString": PropTypes.func.isRequired,
|
|
612
|
-
"valueOf": PropTypes.func.isRequired
|
|
613
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
614
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
615
|
-
"description": PropTypes.string,
|
|
616
|
-
"toString": PropTypes.func.isRequired,
|
|
617
|
-
"valueOf": PropTypes.func.isRequired
|
|
618
|
-
}), PropTypes.string]),
|
|
619
|
-
"paddingTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
620
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
621
|
-
"description": PropTypes.string,
|
|
622
|
-
"toString": PropTypes.func.isRequired,
|
|
623
|
-
"valueOf": PropTypes.func.isRequired
|
|
624
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
625
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
626
|
-
"description": PropTypes.string,
|
|
627
|
-
"toString": PropTypes.func.isRequired,
|
|
628
|
-
"valueOf": PropTypes.func.isRequired
|
|
629
|
-
}), PropTypes.string]),
|
|
630
|
-
"paddingX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
631
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
632
|
-
"description": PropTypes.string,
|
|
633
|
-
"toString": PropTypes.func.isRequired,
|
|
634
|
-
"valueOf": PropTypes.func.isRequired
|
|
635
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
636
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
637
|
-
"description": PropTypes.string,
|
|
638
|
-
"toString": PropTypes.func.isRequired,
|
|
639
|
-
"valueOf": PropTypes.func.isRequired
|
|
640
|
-
}), PropTypes.string]),
|
|
641
|
-
"paddingY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
642
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
643
|
-
"description": PropTypes.string,
|
|
644
|
-
"toString": PropTypes.func.isRequired,
|
|
645
|
-
"valueOf": PropTypes.func.isRequired
|
|
646
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
647
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
648
|
-
"description": PropTypes.string,
|
|
649
|
-
"toString": PropTypes.func.isRequired,
|
|
650
|
-
"valueOf": PropTypes.func.isRequired
|
|
651
|
-
}), PropTypes.string]),
|
|
652
|
-
"pb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
653
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
654
|
-
"description": PropTypes.string,
|
|
655
|
-
"toString": PropTypes.func.isRequired,
|
|
656
|
-
"valueOf": PropTypes.func.isRequired
|
|
657
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
658
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
659
|
-
"description": PropTypes.string,
|
|
660
|
-
"toString": PropTypes.func.isRequired,
|
|
661
|
-
"valueOf": PropTypes.func.isRequired
|
|
662
|
-
}), PropTypes.string]),
|
|
663
|
-
"pl": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
664
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
665
|
-
"description": PropTypes.string,
|
|
666
|
-
"toString": PropTypes.func.isRequired,
|
|
667
|
-
"valueOf": PropTypes.func.isRequired
|
|
668
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
669
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
670
|
-
"description": PropTypes.string,
|
|
671
|
-
"toString": PropTypes.func.isRequired,
|
|
672
|
-
"valueOf": PropTypes.func.isRequired
|
|
673
|
-
}), PropTypes.string]),
|
|
674
|
-
"placeholder": PropTypes.string,
|
|
675
|
-
"pr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
676
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
677
|
-
"description": PropTypes.string,
|
|
678
|
-
"toString": PropTypes.func.isRequired,
|
|
679
|
-
"valueOf": PropTypes.func.isRequired
|
|
680
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
681
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
682
|
-
"description": PropTypes.string,
|
|
683
|
-
"toString": PropTypes.func.isRequired,
|
|
684
|
-
"valueOf": PropTypes.func.isRequired
|
|
685
|
-
}), PropTypes.string]),
|
|
686
|
-
"prefix": PropTypes.string,
|
|
687
|
-
"property": PropTypes.string,
|
|
688
|
-
"pt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
689
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
690
|
-
"description": PropTypes.string,
|
|
691
|
-
"toString": PropTypes.func.isRequired,
|
|
692
|
-
"valueOf": PropTypes.func.isRequired
|
|
693
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
694
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
695
|
-
"description": PropTypes.string,
|
|
696
|
-
"toString": PropTypes.func.isRequired,
|
|
697
|
-
"valueOf": PropTypes.func.isRequired
|
|
698
|
-
}), PropTypes.string]),
|
|
699
|
-
"px": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
700
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
701
|
-
"description": PropTypes.string,
|
|
702
|
-
"toString": PropTypes.func.isRequired,
|
|
703
|
-
"valueOf": PropTypes.func.isRequired
|
|
704
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
705
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
706
|
-
"description": PropTypes.string,
|
|
707
|
-
"toString": PropTypes.func.isRequired,
|
|
708
|
-
"valueOf": PropTypes.func.isRequired
|
|
709
|
-
}), PropTypes.string]),
|
|
710
|
-
"py": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
711
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
712
|
-
"description": PropTypes.string,
|
|
713
|
-
"toString": PropTypes.func.isRequired,
|
|
714
|
-
"valueOf": PropTypes.func.isRequired
|
|
715
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
716
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
717
|
-
"description": PropTypes.string,
|
|
718
|
-
"toString": PropTypes.func.isRequired,
|
|
719
|
-
"valueOf": PropTypes.func.isRequired
|
|
720
|
-
}), PropTypes.string]),
|
|
721
|
-
"radioGroup": PropTypes.string,
|
|
722
|
-
"resource": PropTypes.string,
|
|
723
|
-
"responsiveSettings": PropTypes.arrayOf(PropTypes.shape({
|
|
724
|
-
"alignSelf": PropTypes.string,
|
|
725
|
-
"gridArea": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
|
|
726
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
727
|
-
"anchor": PropTypes.func.isRequired,
|
|
728
|
-
"at": PropTypes.func.isRequired,
|
|
729
|
-
"big": PropTypes.func.isRequired,
|
|
730
|
-
"blink": PropTypes.func.isRequired,
|
|
731
|
-
"bold": PropTypes.func.isRequired,
|
|
732
|
-
"charAt": PropTypes.func.isRequired,
|
|
733
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
734
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
735
|
-
"concat": PropTypes.func.isRequired,
|
|
736
|
-
"endsWith": PropTypes.func.isRequired,
|
|
737
|
-
"fixed": PropTypes.func.isRequired,
|
|
738
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
739
|
-
"fontsize": PropTypes.func.isRequired,
|
|
740
|
-
"includes": PropTypes.func.isRequired,
|
|
741
|
-
"indexOf": PropTypes.func.isRequired,
|
|
742
|
-
"italics": PropTypes.func.isRequired,
|
|
743
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
744
|
-
"length": PropTypes.number.isRequired,
|
|
745
|
-
"link": PropTypes.func.isRequired,
|
|
746
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
747
|
-
"match": PropTypes.func.isRequired,
|
|
748
|
-
"matchAll": PropTypes.func.isRequired,
|
|
749
|
-
"normalize": PropTypes.func.isRequired,
|
|
750
|
-
"padEnd": PropTypes.func.isRequired,
|
|
751
|
-
"padStart": PropTypes.func.isRequired,
|
|
752
|
-
"repeat": PropTypes.func.isRequired,
|
|
753
|
-
"replace": PropTypes.func.isRequired,
|
|
754
|
-
"search": PropTypes.func.isRequired,
|
|
755
|
-
"slice": PropTypes.func.isRequired,
|
|
756
|
-
"small": PropTypes.func.isRequired,
|
|
757
|
-
"split": PropTypes.func.isRequired,
|
|
758
|
-
"startsWith": PropTypes.func.isRequired,
|
|
759
|
-
"strike": PropTypes.func.isRequired,
|
|
760
|
-
"sub": PropTypes.func.isRequired,
|
|
761
|
-
"substr": PropTypes.func.isRequired,
|
|
762
|
-
"substring": PropTypes.func.isRequired,
|
|
763
|
-
"sup": PropTypes.func.isRequired,
|
|
764
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
765
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
766
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
767
|
-
"toString": PropTypes.func.isRequired,
|
|
768
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
769
|
-
"trim": PropTypes.func.isRequired,
|
|
770
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
771
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
772
|
-
"trimRight": PropTypes.func.isRequired,
|
|
773
|
-
"trimStart": PropTypes.func.isRequired,
|
|
774
|
-
"valueOf": PropTypes.func.isRequired
|
|
775
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
776
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
777
|
-
"anchor": PropTypes.func.isRequired,
|
|
778
|
-
"at": PropTypes.func.isRequired,
|
|
779
|
-
"big": PropTypes.func.isRequired,
|
|
780
|
-
"blink": PropTypes.func.isRequired,
|
|
781
|
-
"bold": PropTypes.func.isRequired,
|
|
782
|
-
"charAt": PropTypes.func.isRequired,
|
|
783
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
784
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
785
|
-
"concat": PropTypes.func.isRequired,
|
|
786
|
-
"endsWith": PropTypes.func.isRequired,
|
|
787
|
-
"fixed": PropTypes.func.isRequired,
|
|
788
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
789
|
-
"fontsize": PropTypes.func.isRequired,
|
|
790
|
-
"includes": PropTypes.func.isRequired,
|
|
791
|
-
"indexOf": PropTypes.func.isRequired,
|
|
792
|
-
"italics": PropTypes.func.isRequired,
|
|
793
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
794
|
-
"length": PropTypes.number.isRequired,
|
|
795
|
-
"link": PropTypes.func.isRequired,
|
|
796
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
797
|
-
"match": PropTypes.func.isRequired,
|
|
798
|
-
"matchAll": PropTypes.func.isRequired,
|
|
799
|
-
"normalize": PropTypes.func.isRequired,
|
|
800
|
-
"padEnd": PropTypes.func.isRequired,
|
|
801
|
-
"padStart": PropTypes.func.isRequired,
|
|
802
|
-
"repeat": PropTypes.func.isRequired,
|
|
803
|
-
"replace": PropTypes.func.isRequired,
|
|
804
|
-
"search": PropTypes.func.isRequired,
|
|
805
|
-
"slice": PropTypes.func.isRequired,
|
|
806
|
-
"small": PropTypes.func.isRequired,
|
|
807
|
-
"split": PropTypes.func.isRequired,
|
|
808
|
-
"startsWith": PropTypes.func.isRequired,
|
|
809
|
-
"strike": PropTypes.func.isRequired,
|
|
810
|
-
"sub": PropTypes.func.isRequired,
|
|
811
|
-
"substr": PropTypes.func.isRequired,
|
|
812
|
-
"substring": PropTypes.func.isRequired,
|
|
813
|
-
"sup": PropTypes.func.isRequired,
|
|
814
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
815
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
816
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
817
|
-
"toString": PropTypes.func.isRequired,
|
|
818
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
819
|
-
"trim": PropTypes.func.isRequired,
|
|
820
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
821
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
822
|
-
"trimRight": PropTypes.func.isRequired,
|
|
823
|
-
"trimStart": PropTypes.func.isRequired,
|
|
824
|
-
"valueOf": PropTypes.func.isRequired
|
|
825
|
-
})]),
|
|
826
|
-
"gridColumn": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
|
|
827
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
828
|
-
"anchor": PropTypes.func.isRequired,
|
|
829
|
-
"at": PropTypes.func.isRequired,
|
|
830
|
-
"big": PropTypes.func.isRequired,
|
|
831
|
-
"blink": PropTypes.func.isRequired,
|
|
832
|
-
"bold": PropTypes.func.isRequired,
|
|
833
|
-
"charAt": PropTypes.func.isRequired,
|
|
834
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
835
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
836
|
-
"concat": PropTypes.func.isRequired,
|
|
837
|
-
"endsWith": PropTypes.func.isRequired,
|
|
838
|
-
"fixed": PropTypes.func.isRequired,
|
|
839
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
840
|
-
"fontsize": PropTypes.func.isRequired,
|
|
841
|
-
"includes": PropTypes.func.isRequired,
|
|
842
|
-
"indexOf": PropTypes.func.isRequired,
|
|
843
|
-
"italics": PropTypes.func.isRequired,
|
|
844
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
845
|
-
"length": PropTypes.number.isRequired,
|
|
846
|
-
"link": PropTypes.func.isRequired,
|
|
847
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
848
|
-
"match": PropTypes.func.isRequired,
|
|
849
|
-
"matchAll": PropTypes.func.isRequired,
|
|
850
|
-
"normalize": PropTypes.func.isRequired,
|
|
851
|
-
"padEnd": PropTypes.func.isRequired,
|
|
852
|
-
"padStart": PropTypes.func.isRequired,
|
|
853
|
-
"repeat": PropTypes.func.isRequired,
|
|
854
|
-
"replace": PropTypes.func.isRequired,
|
|
855
|
-
"search": PropTypes.func.isRequired,
|
|
856
|
-
"slice": PropTypes.func.isRequired,
|
|
857
|
-
"small": PropTypes.func.isRequired,
|
|
858
|
-
"split": PropTypes.func.isRequired,
|
|
859
|
-
"startsWith": PropTypes.func.isRequired,
|
|
860
|
-
"strike": PropTypes.func.isRequired,
|
|
861
|
-
"sub": PropTypes.func.isRequired,
|
|
862
|
-
"substr": PropTypes.func.isRequired,
|
|
863
|
-
"substring": PropTypes.func.isRequired,
|
|
864
|
-
"sup": PropTypes.func.isRequired,
|
|
865
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
866
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
867
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
868
|
-
"toString": PropTypes.func.isRequired,
|
|
869
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
870
|
-
"trim": PropTypes.func.isRequired,
|
|
871
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
872
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
873
|
-
"trimRight": PropTypes.func.isRequired,
|
|
874
|
-
"trimStart": PropTypes.func.isRequired,
|
|
875
|
-
"valueOf": PropTypes.func.isRequired
|
|
876
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
877
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
878
|
-
"anchor": PropTypes.func.isRequired,
|
|
879
|
-
"at": PropTypes.func.isRequired,
|
|
880
|
-
"big": PropTypes.func.isRequired,
|
|
881
|
-
"blink": PropTypes.func.isRequired,
|
|
882
|
-
"bold": PropTypes.func.isRequired,
|
|
883
|
-
"charAt": PropTypes.func.isRequired,
|
|
884
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
885
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
886
|
-
"concat": PropTypes.func.isRequired,
|
|
887
|
-
"endsWith": PropTypes.func.isRequired,
|
|
888
|
-
"fixed": PropTypes.func.isRequired,
|
|
889
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
890
|
-
"fontsize": PropTypes.func.isRequired,
|
|
891
|
-
"includes": PropTypes.func.isRequired,
|
|
892
|
-
"indexOf": PropTypes.func.isRequired,
|
|
893
|
-
"italics": PropTypes.func.isRequired,
|
|
894
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
895
|
-
"length": PropTypes.number.isRequired,
|
|
896
|
-
"link": PropTypes.func.isRequired,
|
|
897
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
898
|
-
"match": PropTypes.func.isRequired,
|
|
899
|
-
"matchAll": PropTypes.func.isRequired,
|
|
900
|
-
"normalize": PropTypes.func.isRequired,
|
|
901
|
-
"padEnd": PropTypes.func.isRequired,
|
|
902
|
-
"padStart": PropTypes.func.isRequired,
|
|
903
|
-
"repeat": PropTypes.func.isRequired,
|
|
904
|
-
"replace": PropTypes.func.isRequired,
|
|
905
|
-
"search": PropTypes.func.isRequired,
|
|
906
|
-
"slice": PropTypes.func.isRequired,
|
|
907
|
-
"small": PropTypes.func.isRequired,
|
|
908
|
-
"split": PropTypes.func.isRequired,
|
|
909
|
-
"startsWith": PropTypes.func.isRequired,
|
|
910
|
-
"strike": PropTypes.func.isRequired,
|
|
911
|
-
"sub": PropTypes.func.isRequired,
|
|
912
|
-
"substr": PropTypes.func.isRequired,
|
|
913
|
-
"substring": PropTypes.func.isRequired,
|
|
914
|
-
"sup": PropTypes.func.isRequired,
|
|
915
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
916
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
917
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
918
|
-
"toString": PropTypes.func.isRequired,
|
|
919
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
920
|
-
"trim": PropTypes.func.isRequired,
|
|
921
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
922
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
923
|
-
"trimRight": PropTypes.func.isRequired,
|
|
924
|
-
"trimStart": PropTypes.func.isRequired,
|
|
925
|
-
"valueOf": PropTypes.func.isRequired
|
|
926
|
-
})]),
|
|
927
|
-
"gridRow": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
|
|
928
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
929
|
-
"anchor": PropTypes.func.isRequired,
|
|
930
|
-
"at": PropTypes.func.isRequired,
|
|
931
|
-
"big": PropTypes.func.isRequired,
|
|
932
|
-
"blink": PropTypes.func.isRequired,
|
|
933
|
-
"bold": PropTypes.func.isRequired,
|
|
934
|
-
"charAt": PropTypes.func.isRequired,
|
|
935
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
936
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
937
|
-
"concat": PropTypes.func.isRequired,
|
|
938
|
-
"endsWith": PropTypes.func.isRequired,
|
|
939
|
-
"fixed": PropTypes.func.isRequired,
|
|
940
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
941
|
-
"fontsize": PropTypes.func.isRequired,
|
|
942
|
-
"includes": PropTypes.func.isRequired,
|
|
943
|
-
"indexOf": PropTypes.func.isRequired,
|
|
944
|
-
"italics": PropTypes.func.isRequired,
|
|
945
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
946
|
-
"length": PropTypes.number.isRequired,
|
|
947
|
-
"link": PropTypes.func.isRequired,
|
|
948
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
949
|
-
"match": PropTypes.func.isRequired,
|
|
950
|
-
"matchAll": PropTypes.func.isRequired,
|
|
951
|
-
"normalize": PropTypes.func.isRequired,
|
|
952
|
-
"padEnd": PropTypes.func.isRequired,
|
|
953
|
-
"padStart": PropTypes.func.isRequired,
|
|
954
|
-
"repeat": PropTypes.func.isRequired,
|
|
955
|
-
"replace": PropTypes.func.isRequired,
|
|
956
|
-
"search": PropTypes.func.isRequired,
|
|
957
|
-
"slice": PropTypes.func.isRequired,
|
|
958
|
-
"small": PropTypes.func.isRequired,
|
|
959
|
-
"split": PropTypes.func.isRequired,
|
|
960
|
-
"startsWith": PropTypes.func.isRequired,
|
|
961
|
-
"strike": PropTypes.func.isRequired,
|
|
962
|
-
"sub": PropTypes.func.isRequired,
|
|
963
|
-
"substr": PropTypes.func.isRequired,
|
|
964
|
-
"substring": PropTypes.func.isRequired,
|
|
965
|
-
"sup": PropTypes.func.isRequired,
|
|
966
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
967
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
968
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
969
|
-
"toString": PropTypes.func.isRequired,
|
|
970
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
971
|
-
"trim": PropTypes.func.isRequired,
|
|
972
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
973
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
974
|
-
"trimRight": PropTypes.func.isRequired,
|
|
975
|
-
"trimStart": PropTypes.func.isRequired,
|
|
976
|
-
"valueOf": PropTypes.func.isRequired
|
|
977
|
-
})])), PropTypes.object, PropTypes.shape({
|
|
978
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
979
|
-
"anchor": PropTypes.func.isRequired,
|
|
980
|
-
"at": PropTypes.func.isRequired,
|
|
981
|
-
"big": PropTypes.func.isRequired,
|
|
982
|
-
"blink": PropTypes.func.isRequired,
|
|
983
|
-
"bold": PropTypes.func.isRequired,
|
|
984
|
-
"charAt": PropTypes.func.isRequired,
|
|
985
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
986
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
987
|
-
"concat": PropTypes.func.isRequired,
|
|
988
|
-
"endsWith": PropTypes.func.isRequired,
|
|
989
|
-
"fixed": PropTypes.func.isRequired,
|
|
990
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
991
|
-
"fontsize": PropTypes.func.isRequired,
|
|
992
|
-
"includes": PropTypes.func.isRequired,
|
|
993
|
-
"indexOf": PropTypes.func.isRequired,
|
|
994
|
-
"italics": PropTypes.func.isRequired,
|
|
995
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
996
|
-
"length": PropTypes.number.isRequired,
|
|
997
|
-
"link": PropTypes.func.isRequired,
|
|
998
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
999
|
-
"match": PropTypes.func.isRequired,
|
|
1000
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1001
|
-
"normalize": PropTypes.func.isRequired,
|
|
1002
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1003
|
-
"padStart": PropTypes.func.isRequired,
|
|
1004
|
-
"repeat": PropTypes.func.isRequired,
|
|
1005
|
-
"replace": PropTypes.func.isRequired,
|
|
1006
|
-
"search": PropTypes.func.isRequired,
|
|
1007
|
-
"slice": PropTypes.func.isRequired,
|
|
1008
|
-
"small": PropTypes.func.isRequired,
|
|
1009
|
-
"split": PropTypes.func.isRequired,
|
|
1010
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1011
|
-
"strike": PropTypes.func.isRequired,
|
|
1012
|
-
"sub": PropTypes.func.isRequired,
|
|
1013
|
-
"substr": PropTypes.func.isRequired,
|
|
1014
|
-
"substring": PropTypes.func.isRequired,
|
|
1015
|
-
"sup": PropTypes.func.isRequired,
|
|
1016
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1017
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1018
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1019
|
-
"toString": PropTypes.func.isRequired,
|
|
1020
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1021
|
-
"trim": PropTypes.func.isRequired,
|
|
1022
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1023
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1024
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1025
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1026
|
-
"valueOf": PropTypes.func.isRequired
|
|
1027
|
-
})]),
|
|
1028
|
-
"justifySelf": PropTypes.string,
|
|
1029
|
-
"maxWidth": PropTypes.string,
|
|
1030
|
-
"p": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1031
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1032
|
-
"description": PropTypes.string,
|
|
1033
|
-
"toString": PropTypes.func.isRequired,
|
|
1034
|
-
"valueOf": PropTypes.func.isRequired
|
|
1035
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1036
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1037
|
-
"description": PropTypes.string,
|
|
1038
|
-
"toString": PropTypes.func.isRequired,
|
|
1039
|
-
"valueOf": PropTypes.func.isRequired
|
|
1040
|
-
}), PropTypes.string]),
|
|
1041
|
-
"padding": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1042
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1043
|
-
"description": PropTypes.string,
|
|
1044
|
-
"toString": PropTypes.func.isRequired,
|
|
1045
|
-
"valueOf": PropTypes.func.isRequired
|
|
1046
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1047
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1048
|
-
"description": PropTypes.string,
|
|
1049
|
-
"toString": PropTypes.func.isRequired,
|
|
1050
|
-
"valueOf": PropTypes.func.isRequired
|
|
1051
|
-
}), PropTypes.string]),
|
|
1052
|
-
"paddingBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1053
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1054
|
-
"description": PropTypes.string,
|
|
1055
|
-
"toString": PropTypes.func.isRequired,
|
|
1056
|
-
"valueOf": PropTypes.func.isRequired
|
|
1057
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1058
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1059
|
-
"description": PropTypes.string,
|
|
1060
|
-
"toString": PropTypes.func.isRequired,
|
|
1061
|
-
"valueOf": PropTypes.func.isRequired
|
|
1062
|
-
}), PropTypes.string]),
|
|
1063
|
-
"paddingLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1064
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1065
|
-
"description": PropTypes.string,
|
|
1066
|
-
"toString": PropTypes.func.isRequired,
|
|
1067
|
-
"valueOf": PropTypes.func.isRequired
|
|
1068
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1069
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1070
|
-
"description": PropTypes.string,
|
|
1071
|
-
"toString": PropTypes.func.isRequired,
|
|
1072
|
-
"valueOf": PropTypes.func.isRequired
|
|
1073
|
-
}), PropTypes.string]),
|
|
1074
|
-
"paddingRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1075
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1076
|
-
"description": PropTypes.string,
|
|
1077
|
-
"toString": PropTypes.func.isRequired,
|
|
1078
|
-
"valueOf": PropTypes.func.isRequired
|
|
1079
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1080
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1081
|
-
"description": PropTypes.string,
|
|
1082
|
-
"toString": PropTypes.func.isRequired,
|
|
1083
|
-
"valueOf": PropTypes.func.isRequired
|
|
1084
|
-
}), PropTypes.string]),
|
|
1085
|
-
"paddingTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1086
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1087
|
-
"description": PropTypes.string,
|
|
1088
|
-
"toString": PropTypes.func.isRequired,
|
|
1089
|
-
"valueOf": PropTypes.func.isRequired
|
|
1090
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1091
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1092
|
-
"description": PropTypes.string,
|
|
1093
|
-
"toString": PropTypes.func.isRequired,
|
|
1094
|
-
"valueOf": PropTypes.func.isRequired
|
|
1095
|
-
}), PropTypes.string]),
|
|
1096
|
-
"paddingX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1097
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1098
|
-
"description": PropTypes.string,
|
|
1099
|
-
"toString": PropTypes.func.isRequired,
|
|
1100
|
-
"valueOf": PropTypes.func.isRequired
|
|
1101
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1102
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1103
|
-
"description": PropTypes.string,
|
|
1104
|
-
"toString": PropTypes.func.isRequired,
|
|
1105
|
-
"valueOf": PropTypes.func.isRequired
|
|
1106
|
-
}), PropTypes.string]),
|
|
1107
|
-
"paddingY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1108
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1109
|
-
"description": PropTypes.string,
|
|
1110
|
-
"toString": PropTypes.func.isRequired,
|
|
1111
|
-
"valueOf": PropTypes.func.isRequired
|
|
1112
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1113
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1114
|
-
"description": PropTypes.string,
|
|
1115
|
-
"toString": PropTypes.func.isRequired,
|
|
1116
|
-
"valueOf": PropTypes.func.isRequired
|
|
1117
|
-
}), PropTypes.string]),
|
|
1118
|
-
"pb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1119
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1120
|
-
"description": PropTypes.string,
|
|
1121
|
-
"toString": PropTypes.func.isRequired,
|
|
1122
|
-
"valueOf": PropTypes.func.isRequired
|
|
1123
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1124
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1125
|
-
"description": PropTypes.string,
|
|
1126
|
-
"toString": PropTypes.func.isRequired,
|
|
1127
|
-
"valueOf": PropTypes.func.isRequired
|
|
1128
|
-
}), PropTypes.string]),
|
|
1129
|
-
"pl": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1130
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1131
|
-
"description": PropTypes.string,
|
|
1132
|
-
"toString": PropTypes.func.isRequired,
|
|
1133
|
-
"valueOf": PropTypes.func.isRequired
|
|
1134
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1135
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1136
|
-
"description": PropTypes.string,
|
|
1137
|
-
"toString": PropTypes.func.isRequired,
|
|
1138
|
-
"valueOf": PropTypes.func.isRequired
|
|
1139
|
-
}), PropTypes.string]),
|
|
1140
|
-
"pr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1141
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1142
|
-
"description": PropTypes.string,
|
|
1143
|
-
"toString": PropTypes.func.isRequired,
|
|
1144
|
-
"valueOf": PropTypes.func.isRequired
|
|
1145
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1146
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1147
|
-
"description": PropTypes.string,
|
|
1148
|
-
"toString": PropTypes.func.isRequired,
|
|
1149
|
-
"valueOf": PropTypes.func.isRequired
|
|
1150
|
-
}), PropTypes.string]),
|
|
1151
|
-
"pt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1152
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1153
|
-
"description": PropTypes.string,
|
|
1154
|
-
"toString": PropTypes.func.isRequired,
|
|
1155
|
-
"valueOf": PropTypes.func.isRequired
|
|
1156
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1157
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1158
|
-
"description": PropTypes.string,
|
|
1159
|
-
"toString": PropTypes.func.isRequired,
|
|
1160
|
-
"valueOf": PropTypes.func.isRequired
|
|
1161
|
-
}), PropTypes.string]),
|
|
1162
|
-
"px": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1163
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1164
|
-
"description": PropTypes.string,
|
|
1165
|
-
"toString": PropTypes.func.isRequired,
|
|
1166
|
-
"valueOf": PropTypes.func.isRequired
|
|
1167
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1168
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1169
|
-
"description": PropTypes.string,
|
|
1170
|
-
"toString": PropTypes.func.isRequired,
|
|
1171
|
-
"valueOf": PropTypes.func.isRequired
|
|
1172
|
-
}), PropTypes.string]),
|
|
1173
|
-
"py": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
1174
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1175
|
-
"description": PropTypes.string,
|
|
1176
|
-
"toString": PropTypes.func.isRequired,
|
|
1177
|
-
"valueOf": PropTypes.func.isRequired
|
|
1178
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
1179
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
1180
|
-
"description": PropTypes.string,
|
|
1181
|
-
"toString": PropTypes.func.isRequired,
|
|
1182
|
-
"valueOf": PropTypes.func.isRequired
|
|
1183
|
-
}), PropTypes.string])
|
|
1184
|
-
})),
|
|
1185
|
-
"results": PropTypes.number,
|
|
1186
|
-
"role": PropTypes.oneOfType([PropTypes.oneOf(["alert", "alertdialog", "application", "article", "banner", "button", "cell", "checkbox", "columnheader", "combobox", "complementary", "contentinfo", "definition", "dialog", "directory", "document", "feed", "figure", "form", "grid", "gridcell", "group", "heading", "img", "link", "list", "listbox", "listitem", "log", "main", "marquee", "math", "menu", "menubar", "menuitem", "menuitemcheckbox", "menuitemradio", "navigation", "none", "note", "option", "presentation", "progressbar", "radio", "radiogroup", "region", "row", "rowgroup", "rowheader", "scrollbar", "search", "searchbox", "separator", "slider", "spinbutton", "status", "switch", "tab", "table", "tablist", "tabpanel", "term", "textbox", "timer", "toolbar", "tooltip", "tree", "treegrid", "treeitem"]), PropTypes.shape({
|
|
1187
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
1188
|
-
"anchor": PropTypes.func.isRequired,
|
|
1189
|
-
"at": PropTypes.func.isRequired,
|
|
1190
|
-
"big": PropTypes.func.isRequired,
|
|
1191
|
-
"blink": PropTypes.func.isRequired,
|
|
1192
|
-
"bold": PropTypes.func.isRequired,
|
|
1193
|
-
"charAt": PropTypes.func.isRequired,
|
|
1194
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1195
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1196
|
-
"concat": PropTypes.func.isRequired,
|
|
1197
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1198
|
-
"fixed": PropTypes.func.isRequired,
|
|
1199
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1200
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1201
|
-
"includes": PropTypes.func.isRequired,
|
|
1202
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1203
|
-
"italics": PropTypes.func.isRequired,
|
|
1204
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1205
|
-
"length": PropTypes.number.isRequired,
|
|
1206
|
-
"link": PropTypes.func.isRequired,
|
|
1207
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1208
|
-
"match": PropTypes.func.isRequired,
|
|
1209
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1210
|
-
"normalize": PropTypes.func.isRequired,
|
|
1211
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1212
|
-
"padStart": PropTypes.func.isRequired,
|
|
1213
|
-
"repeat": PropTypes.func.isRequired,
|
|
1214
|
-
"replace": PropTypes.func.isRequired,
|
|
1215
|
-
"search": PropTypes.func.isRequired,
|
|
1216
|
-
"slice": PropTypes.func.isRequired,
|
|
1217
|
-
"small": PropTypes.func.isRequired,
|
|
1218
|
-
"split": PropTypes.func.isRequired,
|
|
1219
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1220
|
-
"strike": PropTypes.func.isRequired,
|
|
1221
|
-
"sub": PropTypes.func.isRequired,
|
|
1222
|
-
"substr": PropTypes.func.isRequired,
|
|
1223
|
-
"substring": PropTypes.func.isRequired,
|
|
1224
|
-
"sup": PropTypes.func.isRequired,
|
|
1225
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1226
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1227
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1228
|
-
"toString": PropTypes.func.isRequired,
|
|
1229
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1230
|
-
"trim": PropTypes.func.isRequired,
|
|
1231
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1232
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1233
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1234
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1235
|
-
"valueOf": PropTypes.func.isRequired
|
|
1236
|
-
})]),
|
|
1237
|
-
"security": PropTypes.string,
|
|
1238
|
-
"slot": PropTypes.string,
|
|
1239
|
-
"spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
1240
|
-
"style": PropTypes.object,
|
|
1241
|
-
"suppressContentEditableWarning": PropTypes.bool,
|
|
1242
|
-
"suppressHydrationWarning": PropTypes.bool,
|
|
1243
|
-
"tabIndex": PropTypes.number,
|
|
1244
|
-
"title": PropTypes.string,
|
|
1245
|
-
"translate": PropTypes.oneOf(["no", "yes"]),
|
|
1246
|
-
"typeof": PropTypes.string,
|
|
1247
|
-
"unselectable": PropTypes.oneOf(["off", "on"]),
|
|
1248
|
-
"vocab": PropTypes.string
|
|
1249
|
-
};
|
|
1250
|
-
export { GridItem };
|
|
1251
15
|
GridItem.displayName = "GridItem";
|
|
1252
16
|
export default GridItem;
|