@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
|
@@ -14,50 +14,50 @@ export function useFlex(props: import('../../ui/context').WordPressComponentProp
|
|
|
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;
|
|
@@ -12,50 +12,50 @@ export function useFlexBlock(props: import('../../ui/context').WordPressComponen
|
|
|
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;
|
|
@@ -12,50 +12,50 @@ export function useFlexItem(props: import('../../ui/context').WordPressComponent
|
|
|
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;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export function useFlyout(props: import('../../ui/context').WordPressComponentProps<import('../types').Props, 'div', false>): {
|
|
5
5
|
elevation: number;
|
|
6
|
-
maxWidth: import("csstype").Property.MaxWidth<string | number>;
|
|
6
|
+
maxWidth: import("react/node_modules/csstype").Property.MaxWidth<string | number>;
|
|
7
7
|
flyoutState: import("reakit").PopoverStateReturn;
|
|
8
8
|
label?: string | undefined;
|
|
9
9
|
onVisibleChange?: ((...args: any) => void) | undefined;
|
|
@@ -17,50 +17,50 @@ export function useFlyout(props: import('../../ui/context').WordPressComponentPr
|
|
|
17
17
|
className: string;
|
|
18
18
|
color?: string | undefined;
|
|
19
19
|
lang?: string | undefined;
|
|
20
|
-
role?:
|
|
20
|
+
role?: string | undefined;
|
|
21
21
|
tabIndex?: number | undefined;
|
|
22
22
|
'aria-activedescendant'?: string | undefined;
|
|
23
|
-
'aria-atomic'?:
|
|
24
|
-
'aria-autocomplete'?: "
|
|
25
|
-
'aria-busy'?:
|
|
23
|
+
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
24
|
+
'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
|
|
25
|
+
'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
26
26
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
27
27
|
'aria-colcount'?: number | undefined;
|
|
28
28
|
'aria-colindex'?: number | undefined;
|
|
29
29
|
'aria-colspan'?: number | undefined;
|
|
30
30
|
'aria-controls'?: string | undefined;
|
|
31
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "
|
|
31
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date" | undefined;
|
|
32
32
|
'aria-describedby'?: string | undefined;
|
|
33
33
|
'aria-details'?: string | undefined;
|
|
34
|
-
'aria-disabled'?:
|
|
34
|
+
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
35
35
|
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
36
36
|
'aria-errormessage'?: string | undefined;
|
|
37
|
-
'aria-expanded'?:
|
|
37
|
+
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
38
38
|
'aria-flowto'?: string | undefined;
|
|
39
|
-
'aria-grabbed'?:
|
|
40
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
41
|
-
'aria-hidden'?:
|
|
39
|
+
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
40
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
41
|
+
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
42
42
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
43
43
|
'aria-keyshortcuts'?: string | undefined;
|
|
44
44
|
'aria-label'?: string | undefined;
|
|
45
45
|
'aria-labelledby'?: string | undefined;
|
|
46
46
|
'aria-level'?: number | undefined;
|
|
47
47
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
48
|
-
'aria-modal'?:
|
|
49
|
-
'aria-multiline'?:
|
|
50
|
-
'aria-multiselectable'?:
|
|
48
|
+
'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
49
|
+
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
50
|
+
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
51
51
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
52
52
|
'aria-owns'?: string | undefined;
|
|
53
53
|
'aria-placeholder'?: string | undefined;
|
|
54
54
|
'aria-posinset'?: number | undefined;
|
|
55
55
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
56
|
-
'aria-readonly'?:
|
|
56
|
+
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
57
57
|
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
58
|
-
'aria-required'?:
|
|
58
|
+
'aria-required'?: boolean | "true" | "false" | undefined;
|
|
59
59
|
'aria-roledescription'?: string | undefined;
|
|
60
60
|
'aria-rowcount'?: number | undefined;
|
|
61
61
|
'aria-rowindex'?: number | undefined;
|
|
62
62
|
'aria-rowspan'?: number | undefined;
|
|
63
|
-
'aria-selected'?:
|
|
63
|
+
'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
64
64
|
'aria-setsize'?: number | undefined;
|
|
65
65
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
66
66
|
'aria-valuemax'?: number | undefined;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
export declare const FlyoutContentView: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
state?: unknown;
|
|
4
|
+
} & Partial<import("reakit").PopoverOptions> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as" | "visible" | "hide" | "state" | "unstable_system" | "baseId" | "animating" | "animated" | "stopAnimation" | "modal" | "unstable_disclosureRef" | "unstable_popoverRef" | "unstable_popoverStyles" | "hideOnEsc" | "hideOnClickOutside" | "preventBodyScroll" | "unstable_initialFocusRef" | "unstable_finalFocusRef" | "unstable_orphan" | "unstable_autoFocusOnShow" | "unstable_autoFocusOnHide"> & {
|
|
5
|
+
as?: "div" | undefined;
|
|
6
|
+
children?: import("react").ReactNode | import("reakit-utils/ts/types").RenderProp<import("reakit-utils/ts/types").ExtractHTMLAttributes<any>>;
|
|
7
|
+
} & {
|
|
8
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
9
|
+
}, {}, {}>;
|
|
10
|
+
export declare const CardView: import("@emotion/styled").StyledComponent<import("../surface/types").Props & {
|
|
9
11
|
size?: import("../card/types").SizeOptions | "extraSmall" | undefined;
|
|
10
12
|
} & {
|
|
11
13
|
elevation?: number | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/flyout/styles.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/flyout/styles.ts"],"names":[],"mappings":";AAcA,eAAO,MAAM,iBAAiB;;;;;;;UAkB7B,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;UAIpB,CAAC"}
|
|
@@ -12,50 +12,50 @@ export default function useGrid(props: import('../ui/context').WordPressComponen
|
|
|
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;
|
|
@@ -15,50 +15,50 @@ export function useHStack(props: import('../ui/context').WordPressComponentProps
|
|
|
15
15
|
color?: string | undefined;
|
|
16
16
|
id?: string | undefined;
|
|
17
17
|
lang?: string | undefined;
|
|
18
|
-
role?:
|
|
18
|
+
role?: string | undefined;
|
|
19
19
|
tabIndex?: number | undefined;
|
|
20
20
|
'aria-activedescendant'?: string | undefined;
|
|
21
|
-
'aria-atomic'?:
|
|
22
|
-
'aria-autocomplete'?: "
|
|
23
|
-
'aria-busy'?:
|
|
21
|
+
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
22
|
+
'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
|
|
23
|
+
'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
24
24
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
25
25
|
'aria-colcount'?: number | undefined;
|
|
26
26
|
'aria-colindex'?: number | undefined;
|
|
27
27
|
'aria-colspan'?: number | undefined;
|
|
28
28
|
'aria-controls'?: string | undefined;
|
|
29
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "
|
|
29
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date" | undefined;
|
|
30
30
|
'aria-describedby'?: string | undefined;
|
|
31
31
|
'aria-details'?: string | undefined;
|
|
32
|
-
'aria-disabled'?:
|
|
32
|
+
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
33
33
|
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
34
34
|
'aria-errormessage'?: string | undefined;
|
|
35
|
-
'aria-expanded'?:
|
|
35
|
+
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
36
36
|
'aria-flowto'?: string | undefined;
|
|
37
|
-
'aria-grabbed'?:
|
|
38
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
39
|
-
'aria-hidden'?:
|
|
37
|
+
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
38
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
39
|
+
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
40
40
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
41
41
|
'aria-keyshortcuts'?: string | undefined;
|
|
42
42
|
'aria-label'?: string | undefined;
|
|
43
43
|
'aria-labelledby'?: string | undefined;
|
|
44
44
|
'aria-level'?: number | undefined;
|
|
45
45
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
46
|
-
'aria-modal'?:
|
|
47
|
-
'aria-multiline'?:
|
|
48
|
-
'aria-multiselectable'?:
|
|
46
|
+
'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
47
|
+
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
48
|
+
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
49
49
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
50
50
|
'aria-owns'?: string | undefined;
|
|
51
51
|
'aria-placeholder'?: string | undefined;
|
|
52
52
|
'aria-posinset'?: number | undefined;
|
|
53
53
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
54
|
-
'aria-readonly'?:
|
|
54
|
+
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
55
55
|
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
56
|
-
'aria-required'?:
|
|
56
|
+
'aria-required'?: boolean | "true" | "false" | undefined;
|
|
57
57
|
'aria-roledescription'?: string | undefined;
|
|
58
58
|
'aria-rowcount'?: number | undefined;
|
|
59
59
|
'aria-rowindex'?: number | undefined;
|
|
60
60
|
'aria-rowspan'?: number | undefined;
|
|
61
|
-
'aria-selected'?:
|
|
61
|
+
'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
62
62
|
'aria-setsize'?: number | undefined;
|
|
63
63
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
64
64
|
'aria-valuemax'?: number | undefined;
|
|
@@ -33,7 +33,7 @@ export interface HeadingProps extends Omit<TextProps, 'size'> {
|
|
|
33
33
|
}
|
|
34
34
|
export declare function useHeading(props: WordPressComponentProps<HeadingProps, 'h1'>): {
|
|
35
35
|
as: keyof JSX.IntrinsicElements;
|
|
36
|
-
role?: string |
|
|
36
|
+
role?: string | undefined;
|
|
37
37
|
'aria-level'?: number | undefined;
|
|
38
38
|
children: import("react").ReactNode;
|
|
39
39
|
className: string;
|
|
@@ -47,46 +47,46 @@ export declare function useHeading(props: WordPressComponentProps<HeadingProps,
|
|
|
47
47
|
lang?: string | undefined;
|
|
48
48
|
tabIndex?: number | undefined;
|
|
49
49
|
'aria-activedescendant'?: string | undefined;
|
|
50
|
-
'aria-atomic'?:
|
|
51
|
-
'aria-autocomplete'?: "
|
|
52
|
-
'aria-busy'?:
|
|
50
|
+
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
51
|
+
'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
|
|
52
|
+
'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
53
53
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
54
54
|
'aria-colcount'?: number | undefined;
|
|
55
55
|
'aria-colindex'?: number | undefined;
|
|
56
56
|
'aria-colspan'?: number | undefined;
|
|
57
57
|
'aria-controls'?: string | undefined;
|
|
58
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "
|
|
58
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date" | undefined;
|
|
59
59
|
'aria-describedby'?: string | undefined;
|
|
60
60
|
'aria-details'?: string | undefined;
|
|
61
|
-
'aria-disabled'?:
|
|
61
|
+
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
62
62
|
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
63
63
|
'aria-errormessage'?: string | undefined;
|
|
64
|
-
'aria-expanded'?:
|
|
64
|
+
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
65
65
|
'aria-flowto'?: string | undefined;
|
|
66
|
-
'aria-grabbed'?:
|
|
67
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
68
|
-
'aria-hidden'?:
|
|
66
|
+
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
67
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
68
|
+
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
69
69
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
70
70
|
'aria-keyshortcuts'?: string | undefined;
|
|
71
71
|
'aria-label'?: string | undefined;
|
|
72
72
|
'aria-labelledby'?: string | undefined;
|
|
73
73
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
74
|
-
'aria-modal'?:
|
|
75
|
-
'aria-multiline'?:
|
|
76
|
-
'aria-multiselectable'?:
|
|
74
|
+
'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
75
|
+
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
76
|
+
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
77
77
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
78
78
|
'aria-owns'?: string | undefined;
|
|
79
79
|
'aria-placeholder'?: string | undefined;
|
|
80
80
|
'aria-posinset'?: number | undefined;
|
|
81
81
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
82
|
-
'aria-readonly'?:
|
|
82
|
+
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
83
83
|
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
84
|
-
'aria-required'?:
|
|
84
|
+
'aria-required'?: boolean | "true" | "false" | undefined;
|
|
85
85
|
'aria-roledescription'?: string | undefined;
|
|
86
86
|
'aria-rowcount'?: number | undefined;
|
|
87
87
|
'aria-rowindex'?: number | undefined;
|
|
88
88
|
'aria-rowspan'?: number | undefined;
|
|
89
|
-
'aria-selected'?:
|
|
89
|
+
'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
90
90
|
'aria-setsize'?: number | undefined;
|
|
91
91
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
92
92
|
'aria-valuemax'?: number | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Ref } from 'react';
|
|
2
2
|
import type { InputControlProps } from './types';
|
|
3
3
|
export declare function InputControl({ __unstableStateReducer: stateReducer, __unstableInputWidth, className, disabled, hideLabelFromVision, id: idProp, isPressEnterToChange, label, labelPosition, onChange, onValidate, onKeyDown, prefix, size, suffix, value, ...props }: InputControlProps, ref: Ref<HTMLInputElement>): JSX.Element;
|
|
4
|
-
declare const ForwardedComponent: import("react").ForwardRefExoticComponent<Pick<InputControlProps, "type" | "value" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "as" | "key" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "width" | "role" | "tabIndex" | "crossOrigin" | "direction" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "
|
|
4
|
+
declare const ForwardedComponent: import("react").ForwardRefExoticComponent<Pick<InputControlProps, "type" | "value" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "as" | "key" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "width" | "role" | "tabIndex" | "crossOrigin" | "direction" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "align" | "justify" | "wrap" | "gap" | "expanded" | "hideLabelFromVision" | "isReversed" | "suffix" | "__unstableInputWidth" | "labelPosition" | "dragDirection" | "dragThreshold" | "isDragEnabled" | "isPressEnterToChange" | "onValidate" | "__unstableStateReducer"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
5
5
|
export default ForwardedComponent;
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/input-control/index.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAajC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AASjD,wBAAgB,YAAY,CAC3B,EACC,sBAAsB,EAAE,YAAiC,EACzD,oBAAoB,EACpB,SAAS,EACT,QAAgB,EAChB,mBAA2B,EAC3B,EAAE,EAAE,MAAM,EACV,oBAA4B,EAC5B,KAAK,EACL,aAAqB,EACrB,QAAe,EACf,UAAiB,EACjB,SAAgB,EAChB,MAAM,EACN,IAAgB,EAChB,MAAM,EACN,KAAK,EACL,GAAG,KAAK,EACR,EAAE,iBAAiB,EACpB,GAAG,EAAE,GAAG,CAAE,gBAAgB,CAAE,eAyC5B;AAED,QAAA,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/input-control/index.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAajC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AASjD,wBAAgB,YAAY,CAC3B,EACC,sBAAsB,EAAE,YAAiC,EACzD,oBAAoB,EACpB,SAAS,EACT,QAAgB,EAChB,mBAA2B,EAC3B,EAAE,EAAE,MAAM,EACV,oBAA4B,EAC5B,KAAK,EACL,aAAqB,EACrB,QAAe,EACf,UAAiB,EACjB,SAAgB,EAChB,MAAM,EACN,IAAgB,EAChB,MAAM,EACN,KAAK,EACL,GAAG,KAAK,EACR,EAAE,iBAAiB,EACpB,GAAG,EAAE,GAAG,CAAE,gBAAgB,CAAE,eAyC5B;AAED,QAAA,MAAM,kBAAkB,2vKAA6B,CAAC;AAEtD,eAAe,kBAAkB,CAAC"}
|