@wordpress/components 19.2.1-next.33ec3857e2.0 → 19.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -29
- package/build/angle-picker-control/index.js +0 -2
- package/build/angle-picker-control/index.js.map +1 -1
- package/build/button/index.native.js +3 -13
- package/build/button/index.native.js.map +1 -1
- package/build/checkbox-control/index.js +1 -1
- package/build/checkbox-control/index.js.map +1 -1
- package/build/clipboard-button/index.js +2 -1
- package/build/clipboard-button/index.js.map +1 -1
- package/build/color-palette/index.js +1 -13
- package/build/color-palette/index.js.map +1 -1
- package/build/color-picker/color-display.js +2 -4
- package/build/color-picker/color-display.js.map +1 -1
- package/build/color-picker/hex-input.js +1 -3
- package/build/color-picker/hex-input.js.map +1 -1
- package/build/color-picker/input-with-slider.js +1 -3
- package/build/color-picker/input-with-slider.js.map +1 -1
- package/build/custom-gradient-picker/index.js +0 -1
- package/build/custom-gradient-picker/index.js.map +1 -1
- package/build/date-time/date.js +86 -63
- package/build/date-time/date.js.map +1 -1
- package/build/divider/component.js +7 -8
- package/build/divider/component.js.map +1 -1
- package/build/divider/styles.js +13 -38
- package/build/divider/styles.js.map +1 -1
- package/build/drop-zone/index.js +6 -14
- package/build/drop-zone/index.js.map +1 -1
- package/build/drop-zone/provider.js +0 -1
- package/build/drop-zone/provider.js.map +1 -1
- package/build/flyout/styles.js +2 -2
- package/build/flyout/styles.js.map +1 -1
- package/build/focusable-iframe/index.js +0 -1
- package/build/focusable-iframe/index.js.map +1 -1
- package/build/higher-order/with-focus-outside/index.js +0 -2
- package/build/higher-order/with-focus-outside/index.js.map +1 -1
- package/build/index.js +0 -8
- package/build/index.js.map +1 -1
- package/build/input-control/styles/input-control-styles.js +32 -44
- package/build/input-control/styles/input-control-styles.js.map +1 -1
- package/build/mobile/bottom-sheet/link-suggestion-item-cell.native.js +3 -10
- package/build/mobile/bottom-sheet/link-suggestion-item-cell.native.js.map +1 -1
- package/build/mobile/color-settings/index.native.js +2 -4
- package/build/mobile/color-settings/index.native.js.map +1 -1
- package/build/mobile/color-settings/palette.screen.native.js +6 -7
- package/build/mobile/color-settings/palette.screen.native.js.map +1 -1
- package/build/mobile/global-styles-context/utils.native.js +1 -1
- package/build/mobile/global-styles-context/utils.native.js.map +1 -1
- package/build/mobile/gridicons/index.native.js +1 -3
- package/build/mobile/gridicons/index.native.js.map +1 -1
- package/build/mobile/link-picker/index.native.js +4 -45
- package/build/mobile/link-picker/index.native.js.map +1 -1
- package/build/mobile/link-settings/index.native.js +0 -10
- package/build/mobile/link-settings/index.native.js.map +1 -1
- package/build/modal/aria-helper.js +0 -2
- package/build/modal/aria-helper.js.map +1 -1
- package/build/modal/index.js +8 -17
- package/build/modal/index.js.map +1 -1
- package/build/palette-edit/index.js +31 -27
- package/build/palette-edit/index.js.map +1 -1
- package/build/select-control/styles/select-control-styles.js +9 -33
- package/build/select-control/styles/select-control-styles.js.map +1 -1
- package/build/style-provider/index.js +0 -2
- package/build/style-provider/index.js.map +1 -1
- package/build/toggle-group-control/toggle-group-control/component.js +2 -7
- package/build/toggle-group-control/toggle-group-control/component.js.map +1 -1
- package/build/toggle-group-control/toggle-group-control/toggle-group-control-backdrop.js +14 -25
- package/build/toggle-group-control/toggle-group-control/toggle-group-control-backdrop.js.map +1 -1
- package/build/tools-panel/styles.js +10 -12
- package/build/tools-panel/styles.js.map +1 -1
- package/build/tools-panel/tools-panel/component.js +8 -6
- package/build/tools-panel/tools-panel/component.js.map +1 -1
- package/build/tools-panel/tools-panel-item/hook.js +8 -6
- package/build/tools-panel/tools-panel-item/hook.js.map +1 -1
- package/build/unit-control/styles/unit-control-styles.js +41 -23
- package/build/unit-control/styles/unit-control-styles.js.map +1 -1
- package/build/z-stack/component.js.map +1 -1
- package/build/z-stack/styles.js +8 -10
- package/build/z-stack/styles.js.map +1 -1
- package/build-module/angle-picker-control/index.js +0 -2
- package/build-module/angle-picker-control/index.js.map +1 -1
- package/build-module/button/index.native.js +3 -13
- package/build-module/button/index.native.js.map +1 -1
- package/build-module/checkbox-control/index.js +1 -1
- package/build-module/checkbox-control/index.js.map +1 -1
- package/build-module/clipboard-button/index.js +2 -1
- package/build-module/clipboard-button/index.js.map +1 -1
- package/build-module/color-palette/index.js +2 -14
- package/build-module/color-palette/index.js.map +1 -1
- package/build-module/color-picker/color-display.js +2 -3
- package/build-module/color-picker/color-display.js.map +1 -1
- package/build-module/color-picker/hex-input.js +1 -2
- package/build-module/color-picker/hex-input.js.map +1 -1
- package/build-module/color-picker/input-with-slider.js +1 -2
- package/build-module/color-picker/input-with-slider.js.map +1 -1
- package/build-module/custom-gradient-picker/index.js +0 -1
- package/build-module/custom-gradient-picker/index.js.map +1 -1
- package/build-module/date-time/date.js +87 -63
- package/build-module/date-time/date.js.map +1 -1
- package/build-module/divider/component.js +7 -8
- package/build-module/divider/component.js.map +1 -1
- package/build-module/divider/styles.js +13 -37
- package/build-module/divider/styles.js.map +1 -1
- package/build-module/drop-zone/index.js +6 -14
- package/build-module/drop-zone/index.js.map +1 -1
- package/build-module/drop-zone/provider.js +0 -1
- package/build-module/drop-zone/provider.js.map +1 -1
- package/build-module/flyout/styles.js +2 -2
- package/build-module/flyout/styles.js.map +1 -1
- package/build-module/focusable-iframe/index.js +0 -1
- package/build-module/focusable-iframe/index.js.map +1 -1
- package/build-module/higher-order/with-focus-outside/index.js +0 -1
- package/build-module/higher-order/with-focus-outside/index.js.map +1 -1
- package/build-module/index.js +0 -1
- package/build-module/index.js.map +1 -1
- package/build-module/input-control/styles/input-control-styles.js +32 -44
- package/build-module/input-control/styles/input-control-styles.js.map +1 -1
- package/build-module/mobile/bottom-sheet/link-suggestion-item-cell.native.js +4 -10
- package/build-module/mobile/bottom-sheet/link-suggestion-item-cell.native.js.map +1 -1
- package/build-module/mobile/color-settings/index.native.js +2 -4
- package/build-module/mobile/color-settings/index.native.js.map +1 -1
- package/build-module/mobile/color-settings/palette.screen.native.js +6 -7
- package/build-module/mobile/color-settings/palette.screen.native.js.map +1 -1
- package/build-module/mobile/global-styles-context/utils.native.js +1 -1
- package/build-module/mobile/global-styles-context/utils.native.js.map +1 -1
- package/build-module/mobile/gridicons/index.native.js +0 -1
- package/build-module/mobile/gridicons/index.native.js.map +1 -1
- package/build-module/mobile/link-picker/index.native.js +8 -50
- package/build-module/mobile/link-picker/index.native.js.map +1 -1
- package/build-module/mobile/link-settings/index.native.js +0 -10
- package/build-module/mobile/link-settings/index.native.js.map +1 -1
- package/build-module/modal/aria-helper.js +0 -2
- package/build-module/modal/aria-helper.js.map +1 -1
- package/build-module/modal/index.js +8 -15
- package/build-module/modal/index.js.map +1 -1
- package/build-module/palette-edit/index.js +30 -27
- package/build-module/palette-edit/index.js.map +1 -1
- package/build-module/select-control/styles/select-control-styles.js +9 -33
- package/build-module/select-control/styles/select-control-styles.js.map +1 -1
- package/build-module/style-provider/index.js +0 -1
- package/build-module/style-provider/index.js.map +1 -1
- package/build-module/toggle-group-control/toggle-group-control/component.js +3 -8
- package/build-module/toggle-group-control/toggle-group-control/component.js.map +1 -1
- package/build-module/toggle-group-control/toggle-group-control/toggle-group-control-backdrop.js +14 -25
- package/build-module/toggle-group-control/toggle-group-control/toggle-group-control-backdrop.js.map +1 -1
- package/build-module/tools-panel/styles.js +11 -12
- package/build-module/tools-panel/styles.js.map +1 -1
- package/build-module/tools-panel/tools-panel/component.js +8 -5
- package/build-module/tools-panel/tools-panel/component.js.map +1 -1
- package/build-module/tools-panel/tools-panel-item/hook.js +8 -6
- package/build-module/tools-panel/tools-panel-item/hook.js.map +1 -1
- package/build-module/unit-control/styles/unit-control-styles.js +41 -23
- package/build-module/unit-control/styles/unit-control-styles.js.map +1 -1
- package/build-module/z-stack/component.js.map +1 -1
- package/build-module/z-stack/styles.js +8 -13
- package/build-module/z-stack/styles.js.map +1 -1
- package/build-style/style-rtl.css +11 -23
- package/build-style/style.css +11 -23
- package/build-types/base-field/hook.d.ts +16 -16
- package/build-types/card/card/hook.d.ts +16 -16
- package/build-types/card/card-body/hook.d.ts +16 -16
- package/build-types/card/card-divider/hook.d.ts +18 -18
- package/build-types/card/card-footer/hook.d.ts +17 -17
- package/build-types/card/card-header/hook.d.ts +16 -16
- package/build-types/card/card-media/hook.d.ts +16 -16
- package/build-types/divider/component.d.ts +7 -8
- package/build-types/divider/component.d.ts.map +1 -1
- package/build-types/divider/styles.d.ts +2 -2
- package/build-types/divider/styles.d.ts.map +1 -1
- package/build-types/divider/types.d.ts +5 -5
- package/build-types/divider/types.d.ts.map +1 -1
- package/build-types/elevation/hook.d.ts +15 -15
- package/build-types/flex/flex/hook.d.ts +16 -16
- package/build-types/flex/flex-block/hook.d.ts +16 -16
- package/build-types/flex/flex-item/hook.d.ts +16 -16
- package/build-types/flyout/flyout/hook.d.ts +17 -17
- package/build-types/flyout/styles.d.ts +9 -7
- package/build-types/flyout/styles.d.ts.map +1 -1
- package/build-types/grid/hook.d.ts +16 -16
- package/build-types/h-stack/hook.d.ts +16 -16
- package/build-types/heading/hook.d.ts +16 -16
- package/build-types/input-control/index.d.ts +1 -1
- package/build-types/input-control/index.d.ts.map +1 -1
- package/build-types/input-control/input-field.d.ts +1 -1
- package/build-types/input-control/input-field.d.ts.map +1 -1
- package/build-types/input-control/styles/input-control-styles.d.ts +2 -1
- package/build-types/input-control/styles/input-control-styles.d.ts.map +1 -1
- package/build-types/input-control/types.d.ts +1 -2
- package/build-types/input-control/types.d.ts.map +1 -1
- package/build-types/item-group/item/hook.d.ts +16 -16
- package/build-types/item-group/item-group/hook.d.ts +16 -16
- package/build-types/number-control/styles/number-control-styles.d.ts +1 -1
- package/build-types/scrollable/hook.d.ts +16 -16
- package/build-types/select-control/styles/select-control-styles.d.ts.map +1 -1
- package/build-types/select-control/types.d.ts +1 -1
- package/build-types/select-control/types.d.ts.map +1 -1
- package/build-types/spacer/hook.d.ts +16 -16
- package/build-types/surface/hook.d.ts +16 -16
- package/build-types/text/hook.d.ts +16 -16
- package/build-types/toggle-group-control/toggle-group-control/component.d.ts.map +1 -1
- package/build-types/toggle-group-control/toggle-group-control/toggle-group-control-backdrop.d.ts.map +1 -1
- package/build-types/tools-panel/styles.d.ts.map +1 -1
- package/build-types/tools-panel/tools-panel/component.d.ts.map +1 -1
- package/build-types/tools-panel/tools-panel/hook.d.ts +16 -16
- package/build-types/tools-panel/tools-panel-header/hook.d.ts +16 -16
- package/build-types/tools-panel/tools-panel-item/hook.d.ts +16 -16
- package/build-types/tools-panel/tools-panel-item/hook.d.ts.map +1 -1
- package/build-types/truncate/hook.d.ts +16 -16
- package/build-types/ui/control-group/hook.d.ts +18 -18
- package/build-types/ui/control-label/hook.d.ts +16 -16
- package/build-types/ui/form-group/form-group.d.ts +4 -4
- package/build-types/ui/form-group/use-form-group.d.ts +55 -55
- package/build-types/unit-control/index.d.ts +1 -1
- package/build-types/unit-control/index.d.ts.map +1 -1
- package/build-types/unit-control/styles/unit-control-styles.d.ts +0 -1
- package/build-types/unit-control/styles/unit-control-styles.d.ts.map +1 -1
- package/build-types/unit-control/types.d.ts +2 -2
- package/build-types/unit-control/types.d.ts.map +1 -1
- package/build-types/v-stack/hook.d.ts +16 -16
- package/build-types/z-stack/component.d.ts +1 -1
- package/build-types/z-stack/styles.d.ts.map +1 -1
- package/package.json +23 -21
- package/src/alignment-matrix-control/stories/index.js +1 -1
- package/src/angle-picker-control/index.js +0 -2
- package/src/base-control/stories/index.js +1 -1
- package/src/button/index.native.js +1 -15
- package/src/button/stories/index.js +1 -1
- package/src/button/style.scss +0 -14
- package/src/card/card/README.md +3 -3
- package/src/card/stories/index.js +1 -1
- package/src/card/test/__snapshots__/index.js.snap +6 -6
- package/src/checkbox-control/index.js +1 -1
- package/src/checkbox-control/stories/index.js +1 -1
- package/src/clipboard-button/index.js +2 -1
- package/src/color-indicator/stories/index.js +1 -1
- package/src/color-indicator/style.scss +8 -5
- package/src/color-palette/index.js +5 -13
- package/src/color-palette/stories/index.js +1 -1
- package/src/color-palette/test/__snapshots__/index.js.snap +0 -1
- package/src/color-picker/color-display.tsx +2 -3
- package/src/color-picker/hex-input.tsx +1 -2
- package/src/color-picker/input-with-slider.tsx +1 -2
- package/src/color-picker/stories/index.js +1 -1
- package/src/combobox-control/README.md +2 -2
- package/src/custom-gradient-picker/index.js +0 -1
- package/src/custom-gradient-picker/style.scss +4 -0
- package/src/date-time/README.md +0 -7
- package/src/date-time/date.js +84 -67
- package/src/date-time/stories/index.js +1 -1
- package/src/date-time/stories/time.js +1 -1
- package/src/date-time/test/date.js +29 -3
- package/src/dimension-control/README.md +1 -1
- package/src/divider/README.md +5 -33
- package/src/divider/component.tsx +7 -8
- package/src/divider/stories/index.js +17 -43
- package/src/divider/styles.ts +16 -53
- package/src/divider/test/__snapshots__/index.js.snap +11 -11
- package/src/divider/test/index.js +4 -4
- package/src/divider/types.ts +5 -5
- package/src/drop-zone/index.js +6 -14
- package/src/drop-zone/provider.js +0 -1
- package/src/dropdown-menu/stories/index.js +1 -1
- package/src/duotone-picker/README.md +1 -1
- package/src/elevation/stories/index.js +1 -1
- package/src/external-link/stories/index.js +1 -1
- package/src/flyout/styles.ts +2 -4
- package/src/focusable-iframe/index.js +0 -1
- package/src/font-size-picker/stories/index.js +1 -1
- package/src/form-token-field/stories/index.js +1 -1
- package/src/gradient-picker/stories/index.js +1 -1
- package/src/grid/stories/index.js +1 -1
- package/src/guide/stories/index.js +1 -1
- package/src/higher-order/with-focus-outside/index.js +0 -2
- package/src/icon/stories/index.js +1 -1
- package/src/index.js +0 -1
- package/src/input-control/stories/index.js +1 -2
- package/src/input-control/styles/input-control-styles.tsx +6 -16
- package/src/input-control/types.ts +1 -3
- package/src/item-group/stories/index.js +2 -84
- package/src/menu-item/README.md +2 -2
- package/src/mobile/bottom-sheet/link-suggestion-item-cell.native.js +2 -6
- package/src/mobile/color-settings/index.native.js +0 -2
- package/src/mobile/color-settings/palette.screen.native.js +5 -8
- package/src/mobile/color-settings/style.native.scss +1 -1
- package/src/mobile/global-styles-context/utils.native.js +1 -1
- package/src/mobile/gridicons/index.native.js +3 -3
- package/src/mobile/inserter-button/style.native.scss +0 -1
- package/src/mobile/link-picker/index.native.js +7 -41
- package/src/mobile/link-settings/index.native.js +0 -11
- package/src/modal/README.md +0 -10
- package/src/modal/aria-helper.js +0 -2
- package/src/modal/index.js +55 -72
- package/src/modal/stories/index.js +1 -6
- package/src/modal/style.scss +0 -9
- package/src/modal/test/index.js +0 -11
- package/src/navigation/README.md +9 -0
- package/src/notice/stories/index.js +1 -1
- package/src/number-control/stories/index.js +1 -1
- package/src/palette-edit/index.js +106 -73
- package/src/panel/stories/index.js +1 -1
- package/src/placeholder/stories/index.js +1 -1
- package/src/popover/stories/index.js +1 -1
- package/src/query-controls/README.md +6 -138
- package/src/radio-group/README.md +1 -4
- package/src/range-control/stories/index.js +1 -1
- package/src/resizable-box/stories/index.js +1 -1
- package/src/scrollable/stories/index.js +1 -1
- package/src/search-control/stories/index.js +1 -1
- package/src/select-control/stories/index.js +1 -2
- package/src/select-control/styles/select-control-styles.ts +2 -25
- package/src/select-control/types.ts +1 -1
- package/src/slot-fill/stories/index.js +1 -1
- package/src/snackbar/stories/index.js +1 -1
- package/src/spacer/stories/index.js +1 -1
- package/src/style-provider/index.js +0 -2
- package/src/surface/stories/index.js +1 -1
- package/src/tab-panel/stories/index.js +1 -1
- package/src/text-control/stories/index.js +1 -1
- package/src/text-highlight/stories/index.js +1 -1
- package/src/textarea-control/stories/index.js +1 -1
- package/src/tip/stories/index.js +1 -1
- package/src/toggle-control/stories/index.js +1 -1
- package/src/toggle-group-control/stories/index.js +1 -1
- package/src/toggle-group-control/toggle-group-control/component.tsx +2 -7
- package/src/toggle-group-control/toggle-group-control/toggle-group-control-backdrop.tsx +9 -24
- package/src/toolbar-button/stories/index.js +1 -1
- package/src/tools-panel/stories/index.js +0 -54
- package/src/tools-panel/styles.ts +1 -41
- package/src/tools-panel/test/index.js +137 -19
- package/src/tools-panel/tools-panel/README.md +3 -11
- package/src/tools-panel/tools-panel/component.tsx +5 -2
- package/src/tools-panel/tools-panel-item/hook.ts +14 -6
- package/src/tooltip/stories/index.js +1 -1
- package/src/tree-select/stories/index.js +1 -1
- package/src/truncate/stories/index.js +1 -1
- package/src/unit-control/stories/index.js +1 -19
- package/src/unit-control/styles/unit-control-styles.ts +46 -33
- package/src/unit-control/types.ts +2 -5
- package/src/z-stack/README.md +1 -1
- package/src/z-stack/component.tsx +1 -1
- package/src/z-stack/stories/index.js +1 -1
- package/src/z-stack/styles.ts +2 -7
- package/tsconfig.json +2 -6
- package/tsconfig.tsbuildinfo +1 -1
- package/build/confirm-dialog/component.js +0 -103
- package/build/confirm-dialog/component.js.map +0 -1
- package/build/confirm-dialog/index.js +0 -16
- package/build/confirm-dialog/index.js.map +0 -1
- package/build/confirm-dialog/types.js +0 -6
- package/build/confirm-dialog/types.js.map +0 -1
- package/build/date-time/utils.js +0 -32
- package/build/date-time/utils.js.map +0 -1
- package/build-module/confirm-dialog/component.js +0 -84
- package/build-module/confirm-dialog/component.js.map +0 -1
- package/build-module/confirm-dialog/index.js +0 -6
- package/build-module/confirm-dialog/index.js.map +0 -1
- package/build-module/confirm-dialog/types.js +0 -2
- package/build-module/confirm-dialog/types.js.map +0 -1
- package/build-module/date-time/utils.js +0 -20
- package/build-module/date-time/utils.js.map +0 -1
- package/src/confirm-dialog/README.md +0 -128
- package/src/confirm-dialog/component.tsx +0 -114
- package/src/confirm-dialog/index.tsx +0 -6
- package/src/confirm-dialog/stories/index.js +0 -120
- package/src/confirm-dialog/test/index.js +0 -302
- package/src/confirm-dialog/types.ts +0 -26
- package/src/date-time/test/utils.js +0 -32
- package/src/date-time/utils.js +0 -18
- package/src/mobile/link-settings/test/edit.native.js +0 -432
package/build-types/toggle-group-control/toggle-group-control/toggle-group-control-backdrop.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle-group-control-backdrop.d.ts","sourceRoot":"","sources":["../../../src/toggle-group-control/toggle-group-control/toggle-group-control-backdrop.tsx"],"names":[],"mappings":";AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,UAAU,CAAC;AAGhE,iBAAS,0BAA0B,CAAE,EACpC,YAAY,EACZ,cAAc,EACd,eAAe,EACf,KAAK,GACL,EAAE,+BAA+B,
|
|
1
|
+
{"version":3,"file":"toggle-group-control-backdrop.d.ts","sourceRoot":"","sources":["../../../src/toggle-group-control/toggle-group-control/toggle-group-control-backdrop.tsx"],"names":[],"mappings":";AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,UAAU,CAAC;AAGhE,iBAAS,0BAA0B,CAAE,EACpC,YAAY,EACZ,cAAc,EACd,eAAe,EACf,KAAK,GACL,EAAE,+BAA+B,sBAoDjC;;AAED,wBAAkD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/tools-panel/styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/tools-panel/styles.ts"],"names":[],"mappings":"AA2BA,eAAO,MAAM,UAAU,2CAMtB,CAAC;AAEF;;;;GAIG;AAEH,eAAO,MAAM,0BAA0B,YAAc,MAAM,8CAS1D,CAAC;AAEF,eAAO,MAAM,4BAA4B,2CAIxC,CAAC;AAEF,eAAO,MAAM,gBAAgB,2CAkB5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,2CAS7B,CAAC;AAEF,eAAO,MAAM,cAAc,2CAoB1B,CAAC;AAEF,eAAO,MAAM,yBAAyB,2CAErC,CAAC;AAEF,eAAO,MAAM,YAAY,2CAExB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/tools-panel/tools-panel/component.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/tools-panel/tools-panel/component.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAgChD,QAAA,MAAM,mBAAmB,6EAA6C,CAAC;AAEvE,eAAe,mBAAmB,CAAC"}
|
|
@@ -26,50 +26,50 @@ export declare function useToolsPanel(props: WordPressComponentProps<ToolsPanelP
|
|
|
26
26
|
color?: string | undefined;
|
|
27
27
|
id?: string | undefined;
|
|
28
28
|
lang?: string | undefined;
|
|
29
|
-
role?:
|
|
29
|
+
role?: string | undefined;
|
|
30
30
|
tabIndex?: number | undefined;
|
|
31
31
|
'aria-activedescendant'?: string | undefined;
|
|
32
|
-
'aria-atomic'?:
|
|
33
|
-
'aria-autocomplete'?: "
|
|
34
|
-
'aria-busy'?:
|
|
32
|
+
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
33
|
+
'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
|
|
34
|
+
'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
35
35
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
36
36
|
'aria-colcount'?: number | undefined;
|
|
37
37
|
'aria-colindex'?: number | undefined;
|
|
38
38
|
'aria-colspan'?: number | undefined;
|
|
39
39
|
'aria-controls'?: string | undefined;
|
|
40
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "
|
|
40
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date" | undefined;
|
|
41
41
|
'aria-describedby'?: string | undefined;
|
|
42
42
|
'aria-details'?: string | undefined;
|
|
43
|
-
'aria-disabled'?:
|
|
43
|
+
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
44
44
|
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
45
45
|
'aria-errormessage'?: string | undefined;
|
|
46
|
-
'aria-expanded'?:
|
|
46
|
+
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
47
47
|
'aria-flowto'?: string | undefined;
|
|
48
|
-
'aria-grabbed'?:
|
|
49
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
50
|
-
'aria-hidden'?:
|
|
48
|
+
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
49
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
50
|
+
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
51
51
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
52
52
|
'aria-keyshortcuts'?: string | undefined;
|
|
53
53
|
'aria-label'?: string | undefined;
|
|
54
54
|
'aria-labelledby'?: string | undefined;
|
|
55
55
|
'aria-level'?: number | undefined;
|
|
56
56
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
57
|
-
'aria-modal'?:
|
|
58
|
-
'aria-multiline'?:
|
|
59
|
-
'aria-multiselectable'?:
|
|
57
|
+
'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
58
|
+
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
59
|
+
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
60
60
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
61
61
|
'aria-owns'?: string | undefined;
|
|
62
62
|
'aria-placeholder'?: string | undefined;
|
|
63
63
|
'aria-posinset'?: number | undefined;
|
|
64
64
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
65
|
-
'aria-readonly'?:
|
|
65
|
+
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
66
66
|
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
67
|
-
'aria-required'?:
|
|
67
|
+
'aria-required'?: boolean | "true" | "false" | undefined;
|
|
68
68
|
'aria-roledescription'?: string | undefined;
|
|
69
69
|
'aria-rowcount'?: number | undefined;
|
|
70
70
|
'aria-rowindex'?: number | undefined;
|
|
71
71
|
'aria-rowspan'?: number | undefined;
|
|
72
|
-
'aria-selected'?:
|
|
72
|
+
'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
73
73
|
'aria-setsize'?: number | undefined;
|
|
74
74
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
75
75
|
'aria-valuemax'?: number | undefined;
|
|
@@ -19,50 +19,50 @@ export declare function useToolsPanelHeader(props: WordPressComponentProps<Tools
|
|
|
19
19
|
color?: string | undefined;
|
|
20
20
|
id?: string | undefined;
|
|
21
21
|
lang?: string | undefined;
|
|
22
|
-
role?:
|
|
22
|
+
role?: string | undefined;
|
|
23
23
|
tabIndex?: number | undefined;
|
|
24
24
|
'aria-activedescendant'?: string | undefined;
|
|
25
|
-
'aria-atomic'?:
|
|
26
|
-
'aria-autocomplete'?: "
|
|
27
|
-
'aria-busy'?:
|
|
25
|
+
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
26
|
+
'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
|
|
27
|
+
'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
28
28
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
29
29
|
'aria-colcount'?: number | undefined;
|
|
30
30
|
'aria-colindex'?: number | undefined;
|
|
31
31
|
'aria-colspan'?: number | undefined;
|
|
32
32
|
'aria-controls'?: string | undefined;
|
|
33
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "
|
|
33
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date" | undefined;
|
|
34
34
|
'aria-describedby'?: string | undefined;
|
|
35
35
|
'aria-details'?: string | undefined;
|
|
36
|
-
'aria-disabled'?:
|
|
36
|
+
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
37
37
|
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
38
38
|
'aria-errormessage'?: string | undefined;
|
|
39
|
-
'aria-expanded'?:
|
|
39
|
+
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
40
40
|
'aria-flowto'?: string | undefined;
|
|
41
|
-
'aria-grabbed'?:
|
|
42
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
43
|
-
'aria-hidden'?:
|
|
41
|
+
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
42
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
43
|
+
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
44
44
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
45
45
|
'aria-keyshortcuts'?: string | undefined;
|
|
46
46
|
'aria-label'?: string | undefined;
|
|
47
47
|
'aria-labelledby'?: string | undefined;
|
|
48
48
|
'aria-level'?: number | undefined;
|
|
49
49
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
50
|
-
'aria-modal'?:
|
|
51
|
-
'aria-multiline'?:
|
|
52
|
-
'aria-multiselectable'?:
|
|
50
|
+
'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
51
|
+
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
52
|
+
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
53
53
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
54
54
|
'aria-owns'?: string | undefined;
|
|
55
55
|
'aria-placeholder'?: string | undefined;
|
|
56
56
|
'aria-posinset'?: number | undefined;
|
|
57
57
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
58
|
-
'aria-readonly'?:
|
|
58
|
+
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
59
59
|
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
60
|
-
'aria-required'?:
|
|
60
|
+
'aria-required'?: boolean | "true" | "false" | undefined;
|
|
61
61
|
'aria-roledescription'?: string | undefined;
|
|
62
62
|
'aria-rowcount'?: number | undefined;
|
|
63
63
|
'aria-rowindex'?: number | undefined;
|
|
64
64
|
'aria-rowspan'?: number | undefined;
|
|
65
|
-
'aria-selected'?:
|
|
65
|
+
'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
66
66
|
'aria-setsize'?: number | undefined;
|
|
67
67
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
68
68
|
'aria-valuemax'?: number | undefined;
|
|
@@ -14,50 +14,50 @@ export declare function useToolsPanelItem(props: WordPressComponentProps<ToolsPa
|
|
|
14
14
|
color?: string | undefined;
|
|
15
15
|
id?: string | undefined;
|
|
16
16
|
lang?: string | undefined;
|
|
17
|
-
role?:
|
|
17
|
+
role?: string | undefined;
|
|
18
18
|
tabIndex?: number | undefined;
|
|
19
19
|
'aria-activedescendant'?: string | undefined;
|
|
20
|
-
'aria-atomic'?:
|
|
21
|
-
'aria-autocomplete'?: "
|
|
22
|
-
'aria-busy'?:
|
|
20
|
+
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
21
|
+
'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
|
|
22
|
+
'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
23
23
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
24
24
|
'aria-colcount'?: number | undefined;
|
|
25
25
|
'aria-colindex'?: number | undefined;
|
|
26
26
|
'aria-colspan'?: number | undefined;
|
|
27
27
|
'aria-controls'?: string | undefined;
|
|
28
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "
|
|
28
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date" | undefined;
|
|
29
29
|
'aria-describedby'?: string | undefined;
|
|
30
30
|
'aria-details'?: string | undefined;
|
|
31
|
-
'aria-disabled'?:
|
|
31
|
+
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
32
32
|
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
33
33
|
'aria-errormessage'?: string | undefined;
|
|
34
|
-
'aria-expanded'?:
|
|
34
|
+
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
35
35
|
'aria-flowto'?: string | undefined;
|
|
36
|
-
'aria-grabbed'?:
|
|
37
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
38
|
-
'aria-hidden'?:
|
|
36
|
+
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
37
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
38
|
+
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
39
39
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
40
40
|
'aria-keyshortcuts'?: string | undefined;
|
|
41
41
|
'aria-label'?: string | undefined;
|
|
42
42
|
'aria-labelledby'?: string | undefined;
|
|
43
43
|
'aria-level'?: number | undefined;
|
|
44
44
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
45
|
-
'aria-modal'?:
|
|
46
|
-
'aria-multiline'?:
|
|
47
|
-
'aria-multiselectable'?:
|
|
45
|
+
'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
46
|
+
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
47
|
+
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
48
48
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
49
49
|
'aria-owns'?: string | undefined;
|
|
50
50
|
'aria-placeholder'?: string | undefined;
|
|
51
51
|
'aria-posinset'?: number | undefined;
|
|
52
52
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
53
|
-
'aria-readonly'?:
|
|
53
|
+
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
54
54
|
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
55
|
-
'aria-required'?:
|
|
55
|
+
'aria-required'?: boolean | "true" | "false" | undefined;
|
|
56
56
|
'aria-roledescription'?: string | undefined;
|
|
57
57
|
'aria-rowcount'?: number | undefined;
|
|
58
58
|
'aria-rowindex'?: number | undefined;
|
|
59
59
|
'aria-rowspan'?: number | undefined;
|
|
60
|
-
'aria-selected'?:
|
|
60
|
+
'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
61
61
|
'aria-setsize'?: number | undefined;
|
|
62
62
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
63
63
|
'aria-valuemax'?: number | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hook.d.ts","sourceRoot":"","sources":["../../../src/tools-panel/tools-panel-item/hook.ts"],"names":[],"mappings":";AAWA,OAAO,EAAoB,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAE7E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,wBAAgB,iBAAiB,CAChC,KAAK,EAAE,uBAAuB,CAAE,mBAAmB,EAAE,KAAK,CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"hook.d.ts","sourceRoot":"","sources":["../../../src/tools-panel/tools-panel-item/hook.ts"],"names":[],"mappings":";AAWA,OAAO,EAAoB,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAE7E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,wBAAgB,iBAAiB,CAChC,KAAK,EAAE,uBAAuB,CAAE,mBAAmB,EAAE,KAAK,CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4H5D"}
|
|
@@ -12,50 +12,50 @@ export default function useTruncate(props: import('../ui/context').WordPressComp
|
|
|
12
12
|
color?: string | undefined;
|
|
13
13
|
id?: string | undefined;
|
|
14
14
|
lang?: string | undefined;
|
|
15
|
-
role?:
|
|
15
|
+
role?: string | undefined;
|
|
16
16
|
tabIndex?: number | undefined;
|
|
17
17
|
'aria-activedescendant'?: string | undefined;
|
|
18
|
-
'aria-atomic'?:
|
|
19
|
-
'aria-autocomplete'?: "
|
|
20
|
-
'aria-busy'?:
|
|
18
|
+
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
19
|
+
'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
|
|
20
|
+
'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
21
21
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
22
22
|
'aria-colcount'?: number | undefined;
|
|
23
23
|
'aria-colindex'?: number | undefined;
|
|
24
24
|
'aria-colspan'?: number | undefined;
|
|
25
25
|
'aria-controls'?: string | undefined;
|
|
26
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "
|
|
26
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date" | undefined;
|
|
27
27
|
'aria-describedby'?: string | undefined;
|
|
28
28
|
'aria-details'?: string | undefined;
|
|
29
|
-
'aria-disabled'?:
|
|
29
|
+
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
30
30
|
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
31
31
|
'aria-errormessage'?: string | undefined;
|
|
32
|
-
'aria-expanded'?:
|
|
32
|
+
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
33
33
|
'aria-flowto'?: string | undefined;
|
|
34
|
-
'aria-grabbed'?:
|
|
35
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
36
|
-
'aria-hidden'?:
|
|
34
|
+
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
35
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
36
|
+
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
37
37
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
38
38
|
'aria-keyshortcuts'?: string | undefined;
|
|
39
39
|
'aria-label'?: string | undefined;
|
|
40
40
|
'aria-labelledby'?: string | undefined;
|
|
41
41
|
'aria-level'?: number | undefined;
|
|
42
42
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
43
|
-
'aria-modal'?:
|
|
44
|
-
'aria-multiline'?:
|
|
45
|
-
'aria-multiselectable'?:
|
|
43
|
+
'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
44
|
+
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
45
|
+
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
46
46
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
47
47
|
'aria-owns'?: string | undefined;
|
|
48
48
|
'aria-placeholder'?: string | undefined;
|
|
49
49
|
'aria-posinset'?: number | undefined;
|
|
50
50
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
51
|
-
'aria-readonly'?:
|
|
51
|
+
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
52
52
|
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
53
|
-
'aria-required'?:
|
|
53
|
+
'aria-required'?: boolean | "true" | "false" | undefined;
|
|
54
54
|
'aria-roledescription'?: string | undefined;
|
|
55
55
|
'aria-rowcount'?: number | undefined;
|
|
56
56
|
'aria-rowindex'?: number | undefined;
|
|
57
57
|
'aria-rowspan'?: number | undefined;
|
|
58
|
-
'aria-selected'?:
|
|
58
|
+
'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
59
59
|
'aria-setsize'?: number | undefined;
|
|
60
60
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
61
61
|
'aria-valuemax'?: number | undefined;
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
export function useControlGroup(props: import('../context').WordPressComponentProps<import('./types').Props, 'div'>): {
|
|
5
5
|
children: JSX.Element[];
|
|
6
6
|
className: string;
|
|
7
|
-
direction: import("csstype").Property.FlexDirection | (import("csstype").Property.FlexDirection | undefined)[];
|
|
8
|
-
templateColumns: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
|
|
7
|
+
direction: import("react/node_modules/csstype").Property.FlexDirection | (import("react/node_modules/csstype").Property.FlexDirection | undefined)[];
|
|
8
|
+
templateColumns: import("react/node_modules/csstype").Property.GridTemplateColumns<string | number> | undefined;
|
|
9
9
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
10
10
|
slot?: string | undefined;
|
|
11
11
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -14,50 +14,50 @@ export function useControlGroup(props: import('../context').WordPressComponentPr
|
|
|
14
14
|
color?: string | undefined;
|
|
15
15
|
id?: string | undefined;
|
|
16
16
|
lang?: string | undefined;
|
|
17
|
-
role?:
|
|
17
|
+
role?: string | undefined;
|
|
18
18
|
tabIndex?: number | undefined;
|
|
19
19
|
'aria-activedescendant'?: string | undefined;
|
|
20
|
-
'aria-atomic'?:
|
|
21
|
-
'aria-autocomplete'?: "
|
|
22
|
-
'aria-busy'?:
|
|
20
|
+
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
21
|
+
'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
|
|
22
|
+
'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
23
23
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
24
24
|
'aria-colcount'?: number | undefined;
|
|
25
25
|
'aria-colindex'?: number | undefined;
|
|
26
26
|
'aria-colspan'?: number | undefined;
|
|
27
27
|
'aria-controls'?: string | undefined;
|
|
28
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "
|
|
28
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date" | undefined;
|
|
29
29
|
'aria-describedby'?: string | undefined;
|
|
30
30
|
'aria-details'?: string | undefined;
|
|
31
|
-
'aria-disabled'?:
|
|
31
|
+
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
32
32
|
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
33
33
|
'aria-errormessage'?: string | undefined;
|
|
34
|
-
'aria-expanded'?:
|
|
34
|
+
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
35
35
|
'aria-flowto'?: string | undefined;
|
|
36
|
-
'aria-grabbed'?:
|
|
37
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
38
|
-
'aria-hidden'?:
|
|
36
|
+
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
37
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
38
|
+
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
39
39
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
40
40
|
'aria-keyshortcuts'?: string | undefined;
|
|
41
41
|
'aria-label'?: string | undefined;
|
|
42
42
|
'aria-labelledby'?: string | undefined;
|
|
43
43
|
'aria-level'?: number | undefined;
|
|
44
44
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
45
|
-
'aria-modal'?:
|
|
46
|
-
'aria-multiline'?:
|
|
47
|
-
'aria-multiselectable'?:
|
|
45
|
+
'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
46
|
+
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
47
|
+
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
48
48
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
49
49
|
'aria-owns'?: string | undefined;
|
|
50
50
|
'aria-placeholder'?: string | undefined;
|
|
51
51
|
'aria-posinset'?: number | undefined;
|
|
52
52
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
53
|
-
'aria-readonly'?:
|
|
53
|
+
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
54
54
|
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
55
|
-
'aria-required'?:
|
|
55
|
+
'aria-required'?: boolean | "true" | "false" | undefined;
|
|
56
56
|
'aria-roledescription'?: string | undefined;
|
|
57
57
|
'aria-rowcount'?: number | undefined;
|
|
58
58
|
'aria-rowindex'?: number | undefined;
|
|
59
59
|
'aria-rowspan'?: number | undefined;
|
|
60
|
-
'aria-selected'?:
|
|
60
|
+
'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
61
61
|
'aria-setsize'?: number | undefined;
|
|
62
62
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
63
63
|
'aria-valuemax'?: number | undefined;
|
|
@@ -13,50 +13,50 @@ export function useControlLabel(props: import('../context').WordPressComponentPr
|
|
|
13
13
|
color?: string | undefined;
|
|
14
14
|
id?: string | undefined;
|
|
15
15
|
lang?: string | undefined;
|
|
16
|
-
role?:
|
|
16
|
+
role?: string | undefined;
|
|
17
17
|
tabIndex?: number | undefined;
|
|
18
18
|
'aria-activedescendant'?: string | undefined;
|
|
19
|
-
'aria-atomic'?:
|
|
20
|
-
'aria-autocomplete'?: "
|
|
21
|
-
'aria-busy'?:
|
|
19
|
+
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
20
|
+
'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
|
|
21
|
+
'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
22
22
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
23
23
|
'aria-colcount'?: number | undefined;
|
|
24
24
|
'aria-colindex'?: number | undefined;
|
|
25
25
|
'aria-colspan'?: number | undefined;
|
|
26
26
|
'aria-controls'?: string | undefined;
|
|
27
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "
|
|
27
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date" | undefined;
|
|
28
28
|
'aria-describedby'?: string | undefined;
|
|
29
29
|
'aria-details'?: string | undefined;
|
|
30
|
-
'aria-disabled'?:
|
|
30
|
+
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
31
31
|
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
32
32
|
'aria-errormessage'?: string | undefined;
|
|
33
|
-
'aria-expanded'?:
|
|
33
|
+
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
34
34
|
'aria-flowto'?: string | undefined;
|
|
35
|
-
'aria-grabbed'?:
|
|
36
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
37
|
-
'aria-hidden'?:
|
|
35
|
+
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
36
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
37
|
+
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
38
38
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
39
39
|
'aria-keyshortcuts'?: string | undefined;
|
|
40
40
|
'aria-label'?: string | undefined;
|
|
41
41
|
'aria-labelledby'?: string | undefined;
|
|
42
42
|
'aria-level'?: number | undefined;
|
|
43
43
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
44
|
-
'aria-modal'?:
|
|
45
|
-
'aria-multiline'?:
|
|
46
|
-
'aria-multiselectable'?:
|
|
44
|
+
'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
45
|
+
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
46
|
+
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
47
47
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
48
48
|
'aria-owns'?: string | undefined;
|
|
49
49
|
'aria-placeholder'?: string | undefined;
|
|
50
50
|
'aria-posinset'?: number | undefined;
|
|
51
51
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
52
|
-
'aria-readonly'?:
|
|
52
|
+
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
53
53
|
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
54
|
-
'aria-required'?:
|
|
54
|
+
'aria-required'?: boolean | "true" | "false" | undefined;
|
|
55
55
|
'aria-roledescription'?: string | undefined;
|
|
56
56
|
'aria-rowcount'?: number | undefined;
|
|
57
57
|
'aria-rowindex'?: number | undefined;
|
|
58
58
|
'aria-rowspan'?: number | undefined;
|
|
59
|
-
'aria-selected'?:
|
|
59
|
+
'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
60
60
|
'aria-setsize'?: number | undefined;
|
|
61
61
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
62
62
|
'aria-valuemax'?: number | undefined;
|
|
@@ -22,11 +22,11 @@ declare const ConnectedFormGroup: import("../context").WordPressComponent<import
|
|
|
22
22
|
labelHidden?: boolean | undefined;
|
|
23
23
|
id?: import("react").ReactText | undefined;
|
|
24
24
|
} & {
|
|
25
|
-
alignLabel?: import("csstype").Property.TextAlign | undefined;
|
|
25
|
+
alignLabel?: import("react/node_modules/csstype").Property.TextAlign | undefined;
|
|
26
26
|
help?: import("react").ReactNode;
|
|
27
27
|
horizontal?: boolean | undefined;
|
|
28
28
|
label?: import("react").ReactNode;
|
|
29
|
-
spacing?: import("csstype").Property.Width<string | number> | undefined;
|
|
29
|
+
spacing?: import("react/node_modules/csstype").Property.Width<string | number> | undefined;
|
|
30
30
|
truncate?: boolean | undefined;
|
|
31
31
|
} & import("../../grid/types").Props & {
|
|
32
32
|
horizontal: true;
|
|
@@ -41,11 +41,11 @@ declare const ConnectedFormGroup: import("../context").WordPressComponent<import
|
|
|
41
41
|
labelHidden?: boolean | undefined;
|
|
42
42
|
id?: import("react").ReactText | undefined;
|
|
43
43
|
} & {
|
|
44
|
-
alignLabel?: import("csstype").Property.TextAlign | undefined;
|
|
44
|
+
alignLabel?: import("react/node_modules/csstype").Property.TextAlign | undefined;
|
|
45
45
|
help?: import("react").ReactNode;
|
|
46
46
|
horizontal?: boolean | undefined;
|
|
47
47
|
label?: import("react").ReactNode;
|
|
48
|
-
spacing?: import("csstype").Property.Width<string | number> | undefined;
|
|
48
|
+
spacing?: import("react/node_modules/csstype").Property.Width<string | number> | undefined;
|
|
49
49
|
truncate?: boolean | undefined;
|
|
50
50
|
} & {
|
|
51
51
|
horizontal: false;
|