@wordpress/components 27.4.0 → 27.6.0
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 +47 -1
- package/build/alignment-matrix-control/icon.js +2 -2
- package/build/alignment-matrix-control/icon.js.map +1 -1
- package/build/alignment-matrix-control/index.js +5 -3
- package/build/alignment-matrix-control/index.js.map +1 -1
- package/build/alignment-matrix-control/styles/alignment-matrix-control-styles.js +8 -8
- package/build/alignment-matrix-control/styles/alignment-matrix-control-styles.js.map +1 -1
- package/build/alignment-matrix-control/utils.js +6 -2
- package/build/alignment-matrix-control/utils.js.map +1 -1
- package/build/angle-picker-control/index.js +2 -2
- package/build/angle-picker-control/index.js.map +1 -1
- package/build/animate/index.js +4 -4
- package/build/animate/index.js.map +1 -1
- package/build/autocomplete/autocompleter-ui.js +5 -3
- package/build/autocomplete/autocompleter-ui.js.map +1 -1
- package/build/autocomplete/index.js +21 -7
- package/build/autocomplete/index.js.map +1 -1
- package/build/base-control/hooks.js +1 -4
- package/build/base-control/hooks.js.map +1 -1
- package/build/base-control/index.js +2 -2
- package/build/base-control/index.js.map +1 -1
- package/build/base-control/types.js.map +1 -1
- package/build/border-control/types.js.map +1 -1
- package/build/button/index.js +2 -2
- package/build/button/index.js.map +1 -1
- package/build/button-group/index.js +2 -2
- package/build/button-group/index.js.map +1 -1
- package/build/checkbox-control/index.js +11 -4
- package/build/checkbox-control/index.js.map +1 -1
- package/build/circular-option-picker/circular-option-picker-actions.js +3 -3
- package/build/circular-option-picker/circular-option-picker-actions.js.map +1 -1
- package/build/circular-option-picker/circular-option-picker-option-group.js +2 -2
- package/build/circular-option-picker/circular-option-picker-option-group.js.map +1 -1
- package/build/circular-option-picker/circular-option-picker-option.js +2 -2
- package/build/circular-option-picker/circular-option-picker-option.js.map +1 -1
- package/build/circular-option-picker/circular-option-picker.js +2 -2
- package/build/circular-option-picker/circular-option-picker.js.map +1 -1
- package/build/clipboard-button/index.js +2 -2
- package/build/clipboard-button/index.js.map +1 -1
- package/build/color-indicator/index.js +2 -2
- package/build/color-indicator/index.js.map +1 -1
- package/build/color-palette/index.js +2 -2
- package/build/color-palette/index.js.map +1 -1
- package/build/color-picker/hex-input.js +3 -1
- package/build/color-picker/hex-input.js.map +1 -1
- package/build/color-picker/hue-picker.native.js +6 -2
- package/build/color-picker/hue-picker.native.js.map +1 -1
- package/build/color-picker/index.native.js +9 -3
- package/build/color-picker/index.native.js.map +1 -1
- package/build/color-picker/saturation-picker.native.js +6 -2
- package/build/color-picker/saturation-picker.native.js.map +1 -1
- package/build/color-picker/use-deprecated-props.js +9 -3
- package/build/color-picker/use-deprecated-props.js.map +1 -1
- package/build/combobox-control/index.js +7 -2
- package/build/combobox-control/index.js.map +1 -1
- package/build/combobox-control/types.js.map +1 -1
- package/build/context/context-connect.js +6 -2
- package/build/context/context-connect.js.map +1 -1
- package/build/custom-gradient-picker/gradient-bar/control-points.js +3 -3
- package/build/custom-gradient-picker/gradient-bar/control-points.js.map +1 -1
- package/build/custom-gradient-picker/gradient-bar/index.js +2 -2
- package/build/custom-gradient-picker/gradient-bar/index.js.map +1 -1
- package/build/custom-gradient-picker/index.js.map +1 -1
- package/build/custom-select-control/index.js +3 -3
- package/build/custom-select-control/index.js.map +1 -1
- package/build/custom-select-control-v2/legacy-component/index.js +3 -1
- package/build/custom-select-control-v2/legacy-component/index.js.map +1 -1
- package/build/dimension-control/index.js +2 -2
- package/build/dimension-control/index.js.map +1 -1
- package/build/drop-zone/index.js +74 -66
- package/build/drop-zone/index.js.map +1 -1
- package/build/dropdown/index.js +2 -2
- package/build/dropdown/index.js.map +1 -1
- package/build/dropdown/styles.js +5 -3
- package/build/dropdown/styles.js.map +1 -1
- package/build/dropdown-menu/index.js +5 -5
- package/build/dropdown-menu/index.js.map +1 -1
- package/build/dropdown-menu/index.native.js +4 -4
- package/build/dropdown-menu/index.native.js.map +1 -1
- package/build/duotone-picker/utils.js +3 -1
- package/build/duotone-picker/utils.js.map +1 -1
- package/build/elevation/hook.js +5 -6
- package/build/elevation/hook.js.map +1 -1
- package/build/external-link/index.js +2 -2
- package/build/external-link/index.js.map +1 -1
- package/build/focal-point-picker/controls.js +3 -1
- package/build/focal-point-picker/controls.js.map +1 -1
- package/build/focal-point-picker/focal-point.js +2 -2
- package/build/focal-point-picker/focal-point.js.map +1 -1
- package/build/focal-point-picker/index.js +23 -9
- package/build/focal-point-picker/index.js.map +1 -1
- package/build/focal-point-picker/styles/focal-point-picker-style.js +12 -12
- package/build/focal-point-picker/styles/focal-point-picker-style.js.map +1 -1
- package/build/focal-point-picker/tooltip/index.native.js +3 -8
- package/build/focal-point-picker/tooltip/index.native.js.map +1 -1
- package/build/focal-point-picker/utils.js +3 -1
- package/build/focal-point-picker/utils.js.map +1 -1
- package/build/font-size-picker/index.js +3 -2
- package/build/font-size-picker/index.js.map +1 -1
- package/build/font-size-picker/types.js.map +1 -1
- package/build/form-toggle/index.js +2 -2
- package/build/form-toggle/index.js.map +1 -1
- package/build/form-token-field/index.js +3 -3
- package/build/form-token-field/index.js.map +1 -1
- package/build/form-token-field/suggestions-list.js +9 -5
- package/build/form-token-field/suggestions-list.js.map +1 -1
- package/build/form-token-field/token-input.js +2 -2
- package/build/form-token-field/token-input.js.map +1 -1
- package/build/form-token-field/token.js +2 -2
- package/build/form-token-field/token.js.map +1 -1
- package/build/guide/index.js +2 -2
- package/build/guide/index.js.map +1 -1
- package/build/input-control/index.js +3 -6
- package/build/input-control/index.js.map +1 -1
- package/build/input-control/input-field.js +3 -1
- package/build/input-control/input-field.js.map +1 -1
- package/build/input-control/label.js +3 -1
- package/build/input-control/label.js.map +1 -1
- package/build/input-control/styles/input-control-styles.js +31 -23
- package/build/input-control/styles/input-control-styles.js.map +1 -1
- package/build/input-control/utils.js +8 -4
- package/build/input-control/utils.js.map +1 -1
- package/build/item-group/item/hook.js +0 -4
- package/build/item-group/item/hook.js.map +1 -1
- package/build/menu-group/index.js +2 -2
- package/build/menu-group/index.js.map +1 -1
- package/build/menu-item/index.js +3 -3
- package/build/menu-item/index.js.map +1 -1
- package/build/mobile/color-settings/utils.native.js +1 -1
- package/build/mobile/color-settings/utils.native.js.map +1 -1
- package/build/mobile/gradient/index.native.js +3 -1
- package/build/mobile/gradient/index.native.js.map +1 -1
- package/build/mobile/keyboard-aware-flat-list/index.android.js +9 -3
- package/build/mobile/keyboard-aware-flat-list/index.android.js.map +1 -1
- package/build/mobile/keyboard-aware-flat-list/index.ios.js +15 -13
- package/build/mobile/keyboard-aware-flat-list/index.ios.js.map +1 -1
- package/build/mobile/keyboard-aware-flat-list/shared.native.js +33 -0
- package/build/mobile/keyboard-aware-flat-list/shared.native.js.map +1 -0
- package/build/modal/aria-helper.js +9 -3
- package/build/modal/aria-helper.js.map +1 -1
- package/build/modal/index.js +10 -6
- package/build/modal/index.js.map +1 -1
- package/build/navigation/back-button/index.js +2 -2
- package/build/navigation/back-button/index.js.map +1 -1
- package/build/navigation/group/index.js +2 -2
- package/build/navigation/group/index.js.map +1 -1
- package/build/navigation/index.js +3 -3
- package/build/navigation/index.js.map +1 -1
- package/build/navigation/item/base.js +2 -2
- package/build/navigation/item/base.js.map +1 -1
- package/build/navigation/item/index.js +2 -2
- package/build/navigation/item/index.js.map +1 -1
- package/build/navigation/menu/index.js +2 -2
- package/build/navigation/menu/index.js.map +1 -1
- package/build/navigation/styles/navigation-styles.js +12 -12
- package/build/navigation/styles/navigation-styles.js.map +1 -1
- package/build/notice/index.js +3 -3
- package/build/notice/index.js.map +1 -1
- package/build/notice/list.js +2 -2
- package/build/notice/list.js.map +1 -1
- package/build/number-control/index.js +2 -2
- package/build/number-control/index.js.map +1 -1
- package/build/palette-edit/index.js +5 -5
- package/build/palette-edit/index.js.map +1 -1
- package/build/palette-edit/styles.js +14 -15
- package/build/palette-edit/styles.js.map +1 -1
- package/build/panel/body.js +5 -3
- package/build/panel/body.js.map +1 -1
- package/build/panel/index.js +2 -2
- package/build/panel/index.js.map +1 -1
- package/build/panel/row.js +2 -2
- package/build/panel/row.js.map +1 -1
- package/build/placeholder/index.js +3 -3
- package/build/placeholder/index.js.map +1 -1
- package/build/popover/index.js +5 -3
- package/build/popover/index.js.map +1 -1
- package/build/popover/overlay-middlewares.js +3 -1
- package/build/popover/overlay-middlewares.js.map +1 -1
- package/build/query-controls/author-select.js +3 -1
- package/build/query-controls/author-select.js.map +1 -1
- package/build/radio-control/index.js +2 -2
- package/build/radio-control/index.js.map +1 -1
- package/build/range-control/index.js +3 -3
- package/build/range-control/index.js.map +1 -1
- package/build/range-control/mark.js +3 -3
- package/build/range-control/mark.js.map +1 -1
- package/build/range-control/rail.js +1 -1
- package/build/range-control/rail.js.map +1 -1
- package/build/range-control/styles/range-control-styles.js +29 -29
- package/build/range-control/styles/range-control-styles.js.map +1 -1
- package/build/range-control/tooltip.js +2 -2
- package/build/range-control/tooltip.js.map +1 -1
- package/build/resizable-box/index.js +10 -10
- package/build/resizable-box/index.js.map +1 -1
- package/build/resizable-box/resize-tooltip/index.js +5 -3
- package/build/resizable-box/resize-tooltip/index.js.map +1 -1
- package/build/resizable-box/resize-tooltip/label.js +3 -1
- package/build/resizable-box/resize-tooltip/label.js.map +1 -1
- package/build/resizable-box/resize-tooltip/utils.js +12 -4
- package/build/resizable-box/resize-tooltip/utils.js.map +1 -1
- package/build/responsive-wrapper/index.js +2 -2
- package/build/responsive-wrapper/index.js.map +1 -1
- package/build/search-control/index.js +2 -2
- package/build/search-control/index.js.map +1 -1
- package/build/select-control/index.js +5 -3
- package/build/select-control/index.js.map +1 -1
- package/build/select-control/styles/select-control-styles.js +8 -6
- package/build/select-control/styles/select-control-styles.js.map +1 -1
- package/build/slot-fill/bubbles-virtually/slot-fill-context.js +3 -3
- package/build/slot-fill/bubbles-virtually/slot-fill-context.js.map +1 -1
- package/build/slot-fill/bubbles-virtually/slot-fill-provider.js +3 -3
- package/build/slot-fill/bubbles-virtually/slot-fill-provider.js.map +1 -1
- package/build/slot-fill/bubbles-virtually/use-slot-fills.js +2 -2
- package/build/slot-fill/bubbles-virtually/use-slot-fills.js.map +1 -1
- package/build/slot-fill/bubbles-virtually/use-slot.js +2 -2
- package/build/slot-fill/bubbles-virtually/use-slot.js.map +1 -1
- package/build/slot-fill/types.js.map +1 -1
- package/build/snackbar/index.js +3 -3
- package/build/snackbar/index.js.map +1 -1
- package/build/snackbar/list.js +2 -2
- package/build/snackbar/list.js.map +1 -1
- package/build/spinner/index.js +2 -2
- package/build/spinner/index.js.map +1 -1
- package/build/tab-panel/index.js +2 -2
- package/build/tab-panel/index.js.map +1 -1
- package/build/text/get-line-height.js +6 -2
- package/build/text/get-line-height.js.map +1 -1
- package/build/text/utils.js +6 -2
- package/build/text/utils.js.map +1 -1
- package/build/text-control/index.js +2 -2
- package/build/text-control/index.js.map +1 -1
- package/build/theme/color-algorithms.js +6 -2
- package/build/theme/color-algorithms.js.map +1 -1
- package/build/toggle-group-control/toggle-group-control-option-base/component.js +3 -1
- package/build/toggle-group-control/toggle-group-control-option-base/component.js.map +1 -1
- package/build/toggle-group-control/toggle-group-control-option-base/styles.js +9 -9
- package/build/toggle-group-control/toggle-group-control-option-base/styles.js.map +1 -1
- package/build/toolbar/toolbar/index.js +2 -2
- package/build/toolbar/toolbar/index.js.map +1 -1
- package/build/toolbar/toolbar-button/index.js +3 -3
- package/build/toolbar/toolbar-button/index.js.map +1 -1
- package/build/toolbar/toolbar-group/index.js +2 -2
- package/build/toolbar/toolbar-group/index.js.map +1 -1
- package/build/tools-panel/tools-panel/hook.js +5 -6
- package/build/tools-panel/tools-panel/hook.js.map +1 -1
- package/build/tools-panel/tools-panel-item/hook.js +6 -8
- package/build/tools-panel/tools-panel-item/hook.js.map +1 -1
- package/build/tools-panel/types.js.map +1 -1
- package/build/tree-grid/roving-tab-index-item.js +3 -1
- package/build/tree-grid/roving-tab-index-item.js.map +1 -1
- package/build/truncate/hook.js +1 -1
- package/build/truncate/hook.js.map +1 -1
- package/build/unit-control/index.js +5 -3
- package/build/unit-control/index.js.map +1 -1
- package/build/unit-control/unit-select-control.js +2 -2
- package/build/unit-control/unit-select-control.js.map +1 -1
- package/build/utils/colors.js +21 -7
- package/build/utils/colors.js.map +1 -1
- package/build/utils/font-size.js +3 -1
- package/build/utils/font-size.js.map +1 -1
- package/build/utils/get-valid-children.js +3 -1
- package/build/utils/get-valid-children.js.map +1 -1
- package/build/utils/input/base.js +2 -3
- package/build/utils/input/base.js.map +1 -1
- package/build/utils/strings.js +11 -57
- package/build/utils/strings.js.map +1 -1
- package/build/utils/use-responsive-value.js +3 -1
- package/build/utils/use-responsive-value.js.map +1 -1
- package/build/view/component.js +26 -8
- package/build/view/component.js.map +1 -1
- package/build-module/alignment-matrix-control/icon.js +2 -2
- package/build-module/alignment-matrix-control/icon.js.map +1 -1
- package/build-module/alignment-matrix-control/index.js +5 -3
- package/build-module/alignment-matrix-control/index.js.map +1 -1
- package/build-module/alignment-matrix-control/styles/alignment-matrix-control-styles.js +9 -9
- package/build-module/alignment-matrix-control/styles/alignment-matrix-control-styles.js.map +1 -1
- package/build-module/alignment-matrix-control/utils.js +6 -2
- package/build-module/alignment-matrix-control/utils.js.map +1 -1
- package/build-module/angle-picker-control/index.js +2 -2
- package/build-module/angle-picker-control/index.js.map +1 -1
- package/build-module/animate/index.js +4 -4
- package/build-module/animate/index.js.map +1 -1
- package/build-module/autocomplete/autocompleter-ui.js +5 -3
- package/build-module/autocomplete/autocompleter-ui.js.map +1 -1
- package/build-module/autocomplete/index.js +21 -7
- package/build-module/autocomplete/index.js.map +1 -1
- package/build-module/base-control/hooks.js +1 -4
- package/build-module/base-control/hooks.js.map +1 -1
- package/build-module/base-control/index.js +2 -2
- package/build-module/base-control/index.js.map +1 -1
- package/build-module/base-control/types.js.map +1 -1
- package/build-module/border-control/types.js.map +1 -1
- package/build-module/button/index.js +2 -2
- package/build-module/button/index.js.map +1 -1
- package/build-module/button-group/index.js +2 -2
- package/build-module/button-group/index.js.map +1 -1
- package/build-module/checkbox-control/index.js +11 -4
- package/build-module/checkbox-control/index.js.map +1 -1
- package/build-module/circular-option-picker/circular-option-picker-actions.js +3 -3
- package/build-module/circular-option-picker/circular-option-picker-actions.js.map +1 -1
- package/build-module/circular-option-picker/circular-option-picker-option-group.js +2 -2
- package/build-module/circular-option-picker/circular-option-picker-option-group.js.map +1 -1
- package/build-module/circular-option-picker/circular-option-picker-option.js +2 -2
- package/build-module/circular-option-picker/circular-option-picker-option.js.map +1 -1
- package/build-module/circular-option-picker/circular-option-picker.js +2 -2
- package/build-module/circular-option-picker/circular-option-picker.js.map +1 -1
- package/build-module/clipboard-button/index.js +2 -2
- package/build-module/clipboard-button/index.js.map +1 -1
- package/build-module/color-indicator/index.js +2 -2
- package/build-module/color-indicator/index.js.map +1 -1
- package/build-module/color-palette/index.js +2 -2
- package/build-module/color-palette/index.js.map +1 -1
- package/build-module/color-picker/hex-input.js +3 -1
- package/build-module/color-picker/hex-input.js.map +1 -1
- package/build-module/color-picker/hue-picker.native.js +6 -2
- package/build-module/color-picker/hue-picker.native.js.map +1 -1
- package/build-module/color-picker/index.native.js +9 -3
- package/build-module/color-picker/index.native.js.map +1 -1
- package/build-module/color-picker/saturation-picker.native.js +6 -2
- package/build-module/color-picker/saturation-picker.native.js.map +1 -1
- package/build-module/color-picker/use-deprecated-props.js +9 -3
- package/build-module/color-picker/use-deprecated-props.js.map +1 -1
- package/build-module/combobox-control/index.js +7 -2
- package/build-module/combobox-control/index.js.map +1 -1
- package/build-module/combobox-control/types.js.map +1 -1
- package/build-module/context/context-connect.js +6 -2
- package/build-module/context/context-connect.js.map +1 -1
- package/build-module/custom-gradient-picker/gradient-bar/control-points.js +3 -3
- package/build-module/custom-gradient-picker/gradient-bar/control-points.js.map +1 -1
- package/build-module/custom-gradient-picker/gradient-bar/index.js +2 -2
- package/build-module/custom-gradient-picker/gradient-bar/index.js.map +1 -1
- package/build-module/custom-gradient-picker/index.js.map +1 -1
- package/build-module/custom-select-control/index.js +3 -3
- package/build-module/custom-select-control/index.js.map +1 -1
- package/build-module/custom-select-control-v2/legacy-component/index.js +3 -1
- package/build-module/custom-select-control-v2/legacy-component/index.js.map +1 -1
- package/build-module/dimension-control/index.js +2 -2
- package/build-module/dimension-control/index.js.map +1 -1
- package/build-module/drop-zone/index.js +74 -66
- package/build-module/drop-zone/index.js.map +1 -1
- package/build-module/dropdown/index.js +2 -2
- package/build-module/dropdown/index.js.map +1 -1
- package/build-module/dropdown/styles.js +5 -3
- package/build-module/dropdown/styles.js.map +1 -1
- package/build-module/dropdown-menu/index.js +5 -5
- package/build-module/dropdown-menu/index.js.map +1 -1
- package/build-module/dropdown-menu/index.native.js +4 -4
- package/build-module/dropdown-menu/index.native.js.map +1 -1
- package/build-module/duotone-picker/utils.js +3 -1
- package/build-module/duotone-picker/utils.js.map +1 -1
- package/build-module/elevation/hook.js +6 -7
- package/build-module/elevation/hook.js.map +1 -1
- package/build-module/external-link/index.js +2 -2
- package/build-module/external-link/index.js.map +1 -1
- package/build-module/focal-point-picker/controls.js +3 -1
- package/build-module/focal-point-picker/controls.js.map +1 -1
- package/build-module/focal-point-picker/focal-point.js +2 -2
- package/build-module/focal-point-picker/focal-point.js.map +1 -1
- package/build-module/focal-point-picker/index.js +23 -9
- package/build-module/focal-point-picker/index.js.map +1 -1
- package/build-module/focal-point-picker/styles/focal-point-picker-style.js +13 -13
- package/build-module/focal-point-picker/styles/focal-point-picker-style.js.map +1 -1
- package/build-module/focal-point-picker/tooltip/index.native.js +3 -8
- package/build-module/focal-point-picker/tooltip/index.native.js.map +1 -1
- package/build-module/focal-point-picker/utils.js +3 -1
- package/build-module/focal-point-picker/utils.js.map +1 -1
- package/build-module/font-size-picker/index.js +3 -2
- package/build-module/font-size-picker/index.js.map +1 -1
- package/build-module/font-size-picker/types.js.map +1 -1
- package/build-module/form-toggle/index.js +2 -2
- package/build-module/form-toggle/index.js.map +1 -1
- package/build-module/form-token-field/index.js +3 -3
- package/build-module/form-token-field/index.js.map +1 -1
- package/build-module/form-token-field/suggestions-list.js +9 -5
- package/build-module/form-token-field/suggestions-list.js.map +1 -1
- package/build-module/form-token-field/token-input.js +2 -2
- package/build-module/form-token-field/token-input.js.map +1 -1
- package/build-module/form-token-field/token.js +2 -2
- package/build-module/form-token-field/token.js.map +1 -1
- package/build-module/guide/index.js +2 -2
- package/build-module/guide/index.js.map +1 -1
- package/build-module/input-control/index.js +3 -6
- package/build-module/input-control/index.js.map +1 -1
- package/build-module/input-control/input-field.js +3 -1
- package/build-module/input-control/input-field.js.map +1 -1
- package/build-module/input-control/label.js +3 -1
- package/build-module/input-control/label.js.map +1 -1
- package/build-module/input-control/styles/input-control-styles.js +31 -23
- package/build-module/input-control/styles/input-control-styles.js.map +1 -1
- package/build-module/input-control/utils.js +8 -4
- package/build-module/input-control/utils.js.map +1 -1
- package/build-module/item-group/item/hook.js +0 -4
- package/build-module/item-group/item/hook.js.map +1 -1
- package/build-module/menu-group/index.js +2 -2
- package/build-module/menu-group/index.js.map +1 -1
- package/build-module/menu-item/index.js +3 -3
- package/build-module/menu-item/index.js.map +1 -1
- package/build-module/mobile/color-settings/utils.native.js +1 -1
- package/build-module/mobile/color-settings/utils.native.js.map +1 -1
- package/build-module/mobile/gradient/index.native.js +3 -1
- package/build-module/mobile/gradient/index.native.js.map +1 -1
- package/build-module/mobile/keyboard-aware-flat-list/index.android.js +9 -3
- package/build-module/mobile/keyboard-aware-flat-list/index.android.js.map +1 -1
- package/build-module/mobile/keyboard-aware-flat-list/index.ios.js +16 -15
- package/build-module/mobile/keyboard-aware-flat-list/index.ios.js.map +1 -1
- package/build-module/mobile/keyboard-aware-flat-list/shared.native.js +27 -0
- package/build-module/mobile/keyboard-aware-flat-list/shared.native.js.map +1 -0
- package/build-module/modal/aria-helper.js +9 -3
- package/build-module/modal/aria-helper.js.map +1 -1
- package/build-module/modal/index.js +10 -6
- package/build-module/modal/index.js.map +1 -1
- package/build-module/navigation/back-button/index.js +2 -2
- package/build-module/navigation/back-button/index.js.map +1 -1
- package/build-module/navigation/group/index.js +2 -2
- package/build-module/navigation/group/index.js.map +1 -1
- package/build-module/navigation/index.js +3 -3
- package/build-module/navigation/index.js.map +1 -1
- package/build-module/navigation/item/base.js +2 -2
- package/build-module/navigation/item/base.js.map +1 -1
- package/build-module/navigation/item/index.js +2 -2
- package/build-module/navigation/item/index.js.map +1 -1
- package/build-module/navigation/menu/index.js +2 -2
- package/build-module/navigation/menu/index.js.map +1 -1
- package/build-module/navigation/styles/navigation-styles.js +13 -13
- package/build-module/navigation/styles/navigation-styles.js.map +1 -1
- package/build-module/notice/index.js +3 -3
- package/build-module/notice/index.js.map +1 -1
- package/build-module/notice/list.js +2 -2
- package/build-module/notice/list.js.map +1 -1
- package/build-module/number-control/index.js +2 -2
- package/build-module/number-control/index.js.map +1 -1
- package/build-module/palette-edit/index.js +6 -6
- package/build-module/palette-edit/index.js.map +1 -1
- package/build-module/palette-edit/styles.js +13 -14
- package/build-module/palette-edit/styles.js.map +1 -1
- package/build-module/panel/body.js +5 -3
- package/build-module/panel/body.js.map +1 -1
- package/build-module/panel/index.js +2 -2
- package/build-module/panel/index.js.map +1 -1
- package/build-module/panel/row.js +2 -2
- package/build-module/panel/row.js.map +1 -1
- package/build-module/placeholder/index.js +3 -3
- package/build-module/placeholder/index.js.map +1 -1
- package/build-module/popover/index.js +5 -3
- package/build-module/popover/index.js.map +1 -1
- package/build-module/popover/overlay-middlewares.js +3 -1
- package/build-module/popover/overlay-middlewares.js.map +1 -1
- package/build-module/query-controls/author-select.js +3 -1
- package/build-module/query-controls/author-select.js.map +1 -1
- package/build-module/radio-control/index.js +2 -2
- package/build-module/radio-control/index.js.map +1 -1
- package/build-module/range-control/index.js +3 -3
- package/build-module/range-control/index.js.map +1 -1
- package/build-module/range-control/mark.js +3 -3
- package/build-module/range-control/mark.js.map +1 -1
- package/build-module/range-control/rail.js +1 -1
- package/build-module/range-control/rail.js.map +1 -1
- package/build-module/range-control/styles/range-control-styles.js +30 -30
- package/build-module/range-control/styles/range-control-styles.js.map +1 -1
- package/build-module/range-control/tooltip.js +2 -2
- package/build-module/range-control/tooltip.js.map +1 -1
- package/build-module/resizable-box/index.js +10 -10
- package/build-module/resizable-box/index.js.map +1 -1
- package/build-module/resizable-box/resize-tooltip/index.js +5 -3
- package/build-module/resizable-box/resize-tooltip/index.js.map +1 -1
- package/build-module/resizable-box/resize-tooltip/label.js +3 -1
- package/build-module/resizable-box/resize-tooltip/label.js.map +1 -1
- package/build-module/resizable-box/resize-tooltip/utils.js +12 -4
- package/build-module/resizable-box/resize-tooltip/utils.js.map +1 -1
- package/build-module/responsive-wrapper/index.js +2 -2
- package/build-module/responsive-wrapper/index.js.map +1 -1
- package/build-module/search-control/index.js +2 -2
- package/build-module/search-control/index.js.map +1 -1
- package/build-module/select-control/index.js +5 -3
- package/build-module/select-control/index.js.map +1 -1
- package/build-module/select-control/styles/select-control-styles.js +8 -6
- package/build-module/select-control/styles/select-control-styles.js.map +1 -1
- package/build-module/slot-fill/bubbles-virtually/slot-fill-context.js +2 -1
- package/build-module/slot-fill/bubbles-virtually/slot-fill-context.js.map +1 -1
- package/build-module/slot-fill/bubbles-virtually/slot-fill-provider.js +1 -1
- package/build-module/slot-fill/bubbles-virtually/slot-fill-provider.js.map +1 -1
- package/build-module/slot-fill/bubbles-virtually/use-slot-fills.js +1 -1
- package/build-module/slot-fill/bubbles-virtually/use-slot-fills.js.map +1 -1
- package/build-module/slot-fill/bubbles-virtually/use-slot.js +1 -1
- package/build-module/slot-fill/bubbles-virtually/use-slot.js.map +1 -1
- package/build-module/slot-fill/types.js.map +1 -1
- package/build-module/snackbar/index.js +3 -3
- package/build-module/snackbar/index.js.map +1 -1
- package/build-module/snackbar/list.js +2 -2
- package/build-module/snackbar/list.js.map +1 -1
- package/build-module/spinner/index.js +2 -2
- package/build-module/spinner/index.js.map +1 -1
- package/build-module/tab-panel/index.js +2 -2
- package/build-module/tab-panel/index.js.map +1 -1
- package/build-module/text/get-line-height.js +6 -2
- package/build-module/text/get-line-height.js.map +1 -1
- package/build-module/text/utils.js +6 -2
- package/build-module/text/utils.js.map +1 -1
- package/build-module/text-control/index.js +2 -2
- package/build-module/text-control/index.js.map +1 -1
- package/build-module/theme/color-algorithms.js +6 -2
- package/build-module/theme/color-algorithms.js.map +1 -1
- package/build-module/toggle-group-control/toggle-group-control-option-base/component.js +3 -1
- package/build-module/toggle-group-control/toggle-group-control-option-base/component.js.map +1 -1
- package/build-module/toggle-group-control/toggle-group-control-option-base/styles.js +10 -10
- package/build-module/toggle-group-control/toggle-group-control-option-base/styles.js.map +1 -1
- package/build-module/toolbar/toolbar/index.js +2 -2
- package/build-module/toolbar/toolbar/index.js.map +1 -1
- package/build-module/toolbar/toolbar-button/index.js +3 -3
- package/build-module/toolbar/toolbar-button/index.js.map +1 -1
- package/build-module/toolbar/toolbar-group/index.js +2 -2
- package/build-module/toolbar/toolbar-group/index.js.map +1 -1
- package/build-module/tools-panel/tools-panel/hook.js +5 -6
- package/build-module/tools-panel/tools-panel/hook.js.map +1 -1
- package/build-module/tools-panel/tools-panel-item/hook.js +6 -8
- package/build-module/tools-panel/tools-panel-item/hook.js.map +1 -1
- package/build-module/tools-panel/types.js.map +1 -1
- package/build-module/tree-grid/roving-tab-index-item.js +3 -1
- package/build-module/tree-grid/roving-tab-index-item.js.map +1 -1
- package/build-module/truncate/hook.js +1 -1
- package/build-module/truncate/hook.js.map +1 -1
- package/build-module/unit-control/index.js +5 -3
- package/build-module/unit-control/index.js.map +1 -1
- package/build-module/unit-control/unit-select-control.js +2 -2
- package/build-module/unit-control/unit-select-control.js.map +1 -1
- package/build-module/utils/colors.js +21 -7
- package/build-module/utils/colors.js.map +1 -1
- package/build-module/utils/font-size.js +3 -1
- package/build-module/utils/font-size.js.map +1 -1
- package/build-module/utils/get-valid-children.js +3 -1
- package/build-module/utils/get-valid-children.js.map +1 -1
- package/build-module/utils/input/base.js +2 -3
- package/build-module/utils/input/base.js.map +1 -1
- package/build-module/utils/strings.js +12 -57
- package/build-module/utils/strings.js.map +1 -1
- package/build-module/utils/use-responsive-value.js +3 -1
- package/build-module/utils/use-responsive-value.js.map +1 -1
- package/build-module/view/component.js +26 -8
- package/build-module/view/component.js.map +1 -1
- package/build-style/style-rtl.css +56 -55
- package/build-style/style.css +56 -55
- package/build-types/alignment-matrix-control/cell.d.ts +1 -1
- package/build-types/alignment-matrix-control/cell.d.ts.map +1 -1
- package/build-types/alignment-matrix-control/icon.d.ts +1 -1
- package/build-types/alignment-matrix-control/icon.d.ts.map +1 -1
- package/build-types/alignment-matrix-control/index.d.ts +1 -1
- package/build-types/alignment-matrix-control/index.d.ts.map +1 -1
- package/build-types/alignment-matrix-control/stories/index.story.d.ts +2 -2
- package/build-types/alignment-matrix-control/stories/index.story.d.ts.map +1 -1
- package/build-types/alignment-matrix-control/styles/alignment-matrix-control-icon-styles.d.ts +4 -4
- package/build-types/alignment-matrix-control/styles/alignment-matrix-control-styles.d.ts +4 -4
- package/build-types/alignment-matrix-control/styles/alignment-matrix-control-styles.d.ts.map +1 -1
- package/build-types/alignment-matrix-control/utils.d.ts.map +1 -1
- package/build-types/angle-picker-control/angle-circle.d.ts +1 -1
- package/build-types/angle-picker-control/angle-circle.d.ts.map +1 -1
- package/build-types/angle-picker-control/index.d.ts +1 -1
- package/build-types/angle-picker-control/stories/index.story.d.ts +1 -1
- package/build-types/angle-picker-control/styles/angle-picker-control-styles.d.ts +4 -4
- package/build-types/animate/index.d.ts.map +1 -1
- package/build-types/autocomplete/autocompleter-ui.d.ts +1 -1
- package/build-types/autocomplete/autocompleter-ui.d.ts.map +1 -1
- package/build-types/autocomplete/index.d.ts +3 -3
- package/build-types/autocomplete/index.d.ts.map +1 -1
- package/build-types/base-control/hooks.d.ts +1 -0
- package/build-types/base-control/hooks.d.ts.map +1 -1
- package/build-types/base-control/index.d.ts +2 -2
- package/build-types/base-control/index.d.ts.map +1 -1
- package/build-types/base-control/styles/base-control-styles.d.ts +5 -5
- package/build-types/base-control/types.d.ts +1 -2
- package/build-types/base-control/types.d.ts.map +1 -1
- package/build-types/border-box-control/border-box-control/hook.d.ts +69 -59
- package/build-types/border-box-control/border-box-control/hook.d.ts.map +1 -1
- package/build-types/border-box-control/border-box-control-linked-button/hook.d.ts +70 -61
- package/build-types/border-box-control/border-box-control-linked-button/hook.d.ts.map +1 -1
- package/build-types/border-box-control/border-box-control-split-controls/hook.d.ts +69 -59
- package/build-types/border-box-control/border-box-control-split-controls/hook.d.ts.map +1 -1
- package/build-types/border-box-control/border-box-control-visualizer/hook.d.ts +69 -59
- package/build-types/border-box-control/border-box-control-visualizer/hook.d.ts.map +1 -1
- package/build-types/border-box-control/stories/index.story.d.ts +1 -1
- package/build-types/border-box-control/stories/index.story.d.ts.map +1 -1
- package/build-types/border-control/border-control/component.d.ts +1 -0
- package/build-types/border-control/border-control/component.d.ts.map +1 -1
- package/build-types/border-control/border-control/hook.d.ts +70 -59
- package/build-types/border-control/border-control/hook.d.ts.map +1 -1
- package/build-types/border-control/border-control-dropdown/hook.d.ts +69 -59
- package/build-types/border-control/border-control-dropdown/hook.d.ts.map +1 -1
- package/build-types/border-control/border-control-style-picker/component.d.ts +1 -1
- package/build-types/border-control/stories/index.story.d.ts +12 -6
- package/build-types/border-control/stories/index.story.d.ts.map +1 -1
- package/build-types/border-control/types.d.ts +4 -0
- package/build-types/border-control/types.d.ts.map +1 -1
- package/build-types/box-control/all-input-control.d.ts +1 -1
- package/build-types/box-control/all-input-control.d.ts.map +1 -1
- package/build-types/box-control/axial-input-controls.d.ts +1 -1
- package/build-types/box-control/axial-input-controls.d.ts.map +1 -1
- package/build-types/box-control/icon.d.ts +1 -1
- package/build-types/box-control/icon.d.ts.map +1 -1
- package/build-types/box-control/index.d.ts +1 -1
- package/build-types/box-control/index.d.ts.map +1 -1
- package/build-types/box-control/input-controls.d.ts +1 -1
- package/build-types/box-control/input-controls.d.ts.map +1 -1
- package/build-types/box-control/linked-button.d.ts +1 -1
- package/build-types/box-control/linked-button.d.ts.map +1 -1
- package/build-types/box-control/stories/index.story.d.ts +439 -390
- package/build-types/box-control/stories/index.story.d.ts.map +1 -1
- package/build-types/box-control/styles/box-control-icon-styles.d.ts +6 -6
- package/build-types/box-control/styles/box-control-styles.d.ts +5 -5
- package/build-types/button/deprecated.d.ts +5 -51
- package/build-types/button/deprecated.d.ts.map +1 -1
- package/build-types/button/index.d.ts +1 -1
- package/build-types/button/index.d.ts.map +1 -1
- package/build-types/button/stories/index.story.d.ts +1 -1
- package/build-types/button/stories/index.story.d.ts.map +1 -1
- package/build-types/button-group/index.d.ts +1 -1
- package/build-types/button-group/index.d.ts.map +1 -1
- package/build-types/card/card/hook.d.ts +69 -59
- package/build-types/card/card/hook.d.ts.map +1 -1
- package/build-types/card/card-body/hook.d.ts +69 -59
- package/build-types/card/card-body/hook.d.ts.map +1 -1
- package/build-types/card/card-divider/hook.d.ts +69 -59
- package/build-types/card/card-divider/hook.d.ts.map +1 -1
- package/build-types/card/card-footer/hook.d.ts +69 -59
- package/build-types/card/card-footer/hook.d.ts.map +1 -1
- package/build-types/card/card-header/hook.d.ts +69 -59
- package/build-types/card/card-header/hook.d.ts.map +1 -1
- package/build-types/card/card-media/hook.d.ts +69 -59
- package/build-types/card/card-media/hook.d.ts.map +1 -1
- package/build-types/card/stories/index.story.d.ts +2 -2
- package/build-types/checkbox-control/index.d.ts +1 -1
- package/build-types/checkbox-control/index.d.ts.map +1 -1
- package/build-types/circular-option-picker/circular-option-picker-actions.d.ts +2 -2
- package/build-types/circular-option-picker/circular-option-picker-actions.d.ts.map +1 -1
- package/build-types/circular-option-picker/circular-option-picker-option-group.d.ts +1 -1
- package/build-types/circular-option-picker/circular-option-picker-option-group.d.ts.map +1 -1
- package/build-types/circular-option-picker/circular-option-picker-option.d.ts +1 -1
- package/build-types/circular-option-picker/circular-option-picker-option.d.ts.map +1 -1
- package/build-types/circular-option-picker/circular-option-picker.d.ts +1 -1
- package/build-types/circular-option-picker/circular-option-picker.d.ts.map +1 -1
- package/build-types/clipboard-button/index.d.ts +1 -1
- package/build-types/clipboard-button/index.d.ts.map +1 -1
- package/build-types/color-indicator/index.d.ts +1 -1
- package/build-types/color-indicator/index.d.ts.map +1 -1
- package/build-types/color-palette/index.d.ts +1 -1
- package/build-types/color-palette/index.d.ts.map +1 -1
- package/build-types/color-palette/styles.d.ts +1 -1
- package/build-types/color-picker/color-copy-button.d.ts +1 -1
- package/build-types/color-picker/color-copy-button.d.ts.map +1 -1
- package/build-types/color-picker/color-input.d.ts +1 -1
- package/build-types/color-picker/color-input.d.ts.map +1 -1
- package/build-types/color-picker/component.d.ts +2 -2
- package/build-types/color-picker/component.d.ts.map +1 -1
- package/build-types/color-picker/hex-input.d.ts +1 -1
- package/build-types/color-picker/hex-input.d.ts.map +1 -1
- package/build-types/color-picker/hsl-input.d.ts +1 -1
- package/build-types/color-picker/hsl-input.d.ts.map +1 -1
- package/build-types/color-picker/input-with-slider.d.ts +1 -1
- package/build-types/color-picker/input-with-slider.d.ts.map +1 -1
- package/build-types/color-picker/legacy-adapter.d.ts +1 -1
- package/build-types/color-picker/legacy-adapter.d.ts.map +1 -1
- package/build-types/color-picker/picker.d.ts +1 -1
- package/build-types/color-picker/picker.d.ts.map +1 -1
- package/build-types/color-picker/rgb-input.d.ts +1 -1
- package/build-types/color-picker/rgb-input.d.ts.map +1 -1
- package/build-types/color-picker/stories/index.story.d.ts +1 -1
- package/build-types/color-picker/stories/index.story.d.ts.map +1 -1
- package/build-types/color-picker/styles.d.ts +6 -6
- package/build-types/color-picker/use-deprecated-props.d.ts.map +1 -1
- package/build-types/combobox-control/index.d.ts +3 -1
- package/build-types/combobox-control/index.d.ts.map +1 -1
- package/build-types/combobox-control/stories/index.story.d.ts +22 -2
- package/build-types/combobox-control/stories/index.story.d.ts.map +1 -1
- package/build-types/combobox-control/styles.d.ts +1 -1
- package/build-types/combobox-control/types.d.ts +1 -0
- package/build-types/combobox-control/types.d.ts.map +1 -1
- package/build-types/composite/current/stories/utils.d.ts +1 -1
- package/build-types/composite/current/stories/utils.d.ts.map +1 -1
- package/build-types/composite/legacy/stories/utils.d.ts +1 -1
- package/build-types/composite/legacy/stories/utils.d.ts.map +1 -1
- package/build-types/confirm-dialog/stories/index.story.d.ts +2 -2
- package/build-types/confirm-dialog/stories/index.story.d.ts.map +1 -1
- package/build-types/context/context-connect.d.ts.map +1 -1
- package/build-types/custom-gradient-picker/gradient-bar/control-points.d.ts +2 -2
- package/build-types/custom-gradient-picker/gradient-bar/control-points.d.ts.map +1 -1
- package/build-types/custom-gradient-picker/gradient-bar/index.d.ts +1 -1
- package/build-types/custom-gradient-picker/gradient-bar/index.d.ts.map +1 -1
- package/build-types/custom-gradient-picker/index.d.ts +1 -1
- package/build-types/custom-gradient-picker/index.d.ts.map +1 -1
- package/build-types/custom-gradient-picker/styles/custom-gradient-picker-styles.d.ts +2 -2
- package/build-types/custom-select-control/index.d.ts +2 -2
- package/build-types/custom-select-control/index.d.ts.map +1 -1
- package/build-types/custom-select-control-v2/custom-select.d.ts +1 -1
- package/build-types/custom-select-control-v2/custom-select.d.ts.map +1 -1
- package/build-types/custom-select-control-v2/default-component/index.d.ts +1 -1
- package/build-types/custom-select-control-v2/default-component/index.d.ts.map +1 -1
- package/build-types/custom-select-control-v2/item.d.ts +1 -1
- package/build-types/custom-select-control-v2/item.d.ts.map +1 -1
- package/build-types/custom-select-control-v2/legacy-component/index.d.ts +1 -1
- package/build-types/custom-select-control-v2/legacy-component/index.d.ts.map +1 -1
- package/build-types/custom-select-control-v2/stories/default.story.d.ts +3 -3
- package/build-types/custom-select-control-v2/stories/default.story.d.ts.map +1 -1
- package/build-types/custom-select-control-v2/styles.d.ts +8 -8
- package/build-types/dashicon/index.d.ts +1 -1
- package/build-types/dashicon/index.d.ts.map +1 -1
- package/build-types/date-time/date/index.d.ts +1 -1
- package/build-types/date-time/date/index.d.ts.map +1 -1
- package/build-types/date-time/date/styles.d.ts +5 -5
- package/build-types/date-time/date-time/styles.d.ts +1 -1
- package/build-types/date-time/time/index.d.ts +1 -1
- package/build-types/date-time/time/index.d.ts.map +1 -1
- package/build-types/date-time/time/styles.d.ts +10 -10
- package/build-types/date-time/time/timezone.d.ts +1 -1
- package/build-types/date-time/time/timezone.d.ts.map +1 -1
- package/build-types/dimension-control/index.d.ts +1 -1
- package/build-types/dimension-control/index.d.ts.map +1 -1
- package/build-types/disabled/index.d.ts +1 -1
- package/build-types/disabled/index.d.ts.map +1 -1
- package/build-types/disclosure/index.d.ts +1 -1
- package/build-types/disclosure/index.d.ts.map +1 -1
- package/build-types/divider/styles.d.ts +1 -1
- package/build-types/draggable/index.d.ts +1 -1
- package/build-types/draggable/index.d.ts.map +1 -1
- package/build-types/drop-zone/index.d.ts +1 -1
- package/build-types/drop-zone/index.d.ts.map +1 -1
- package/build-types/drop-zone/stories/index.story.d.ts +1 -1
- package/build-types/drop-zone/stories/index.story.d.ts.map +1 -1
- package/build-types/dropdown/index.d.ts +1 -1
- package/build-types/dropdown/index.d.ts.map +1 -1
- package/build-types/dropdown/stories/index.story.d.ts +4 -4
- package/build-types/dropdown/stories/index.story.d.ts.map +1 -1
- package/build-types/dropdown/styles.d.ts +1 -1
- package/build-types/dropdown/styles.d.ts.map +1 -1
- package/build-types/dropdown-menu/index.d.ts +1 -1
- package/build-types/dropdown-menu/index.d.ts.map +1 -1
- package/build-types/dropdown-menu/stories/index.story.d.ts +2 -2
- package/build-types/dropdown-menu/stories/index.story.d.ts.map +1 -1
- package/build-types/dropdown-menu-v2/index.d.ts +7 -7
- package/build-types/dropdown-menu-v2/index.d.ts.map +1 -1
- package/build-types/dropdown-menu-v2/styles.d.ts +12 -12
- package/build-types/duotone-picker/color-list-picker/index.d.ts +1 -1
- package/build-types/duotone-picker/color-list-picker/index.d.ts.map +1 -1
- package/build-types/duotone-picker/custom-duotone-bar.d.ts +1 -1
- package/build-types/duotone-picker/custom-duotone-bar.d.ts.map +1 -1
- package/build-types/duotone-picker/duotone-picker.d.ts +1 -1
- package/build-types/duotone-picker/duotone-picker.d.ts.map +1 -1
- package/build-types/duotone-picker/duotone-swatch.d.ts +1 -1
- package/build-types/duotone-picker/duotone-swatch.d.ts.map +1 -1
- package/build-types/duotone-picker/utils.d.ts.map +1 -1
- package/build-types/elevation/hook.d.ts +68 -58
- package/build-types/elevation/hook.d.ts.map +1 -1
- package/build-types/flex/flex/hook.d.ts +69 -59
- package/build-types/flex/flex/hook.d.ts.map +1 -1
- package/build-types/flex/flex-block/hook.d.ts +69 -59
- package/build-types/flex/flex-block/hook.d.ts.map +1 -1
- package/build-types/flex/flex-item/hook.d.ts +69 -59
- package/build-types/flex/flex-item/hook.d.ts.map +1 -1
- package/build-types/focal-point-picker/controls.d.ts +1 -1
- package/build-types/focal-point-picker/controls.d.ts.map +1 -1
- package/build-types/focal-point-picker/focal-point.d.ts +1 -1
- package/build-types/focal-point-picker/focal-point.d.ts.map +1 -1
- package/build-types/focal-point-picker/grid.d.ts +1 -1
- package/build-types/focal-point-picker/grid.d.ts.map +1 -1
- package/build-types/focal-point-picker/index.d.ts +1 -1
- package/build-types/focal-point-picker/index.d.ts.map +1 -1
- package/build-types/focal-point-picker/media.d.ts +1 -1
- package/build-types/focal-point-picker/media.d.ts.map +1 -1
- package/build-types/focal-point-picker/stories/index.story.d.ts +8 -8
- package/build-types/focal-point-picker/stories/index.story.d.ts.map +1 -1
- package/build-types/focal-point-picker/styles/focal-point-picker-style.d.ts +9 -9
- package/build-types/focal-point-picker/styles/focal-point-picker-style.d.ts.map +1 -1
- package/build-types/focal-point-picker/styles/focal-point-style.d.ts +1 -1
- package/build-types/focal-point-picker/test/index.d.ts +2 -0
- package/build-types/focal-point-picker/test/index.d.ts.map +1 -0
- package/build-types/focal-point-picker/test/media.d.ts +2 -0
- package/build-types/focal-point-picker/test/media.d.ts.map +1 -0
- package/build-types/focal-point-picker/utils.d.ts.map +1 -1
- package/build-types/focusable-iframe/index.d.ts +1 -1
- package/build-types/focusable-iframe/index.d.ts.map +1 -1
- package/build-types/font-size-picker/font-size-picker-select.d.ts +1 -1
- package/build-types/font-size-picker/font-size-picker-select.d.ts.map +1 -1
- package/build-types/font-size-picker/font-size-picker-toggle-group.d.ts +1 -1
- package/build-types/font-size-picker/font-size-picker-toggle-group.d.ts.map +1 -1
- package/build-types/font-size-picker/index.d.ts.map +1 -1
- package/build-types/font-size-picker/stories/index.story.d.ts.map +1 -1
- package/build-types/font-size-picker/styles.d.ts +4 -4
- package/build-types/font-size-picker/types.d.ts +2 -0
- package/build-types/font-size-picker/types.d.ts.map +1 -1
- package/build-types/form-file-upload/index.d.ts +1 -1
- package/build-types/form-file-upload/index.d.ts.map +1 -1
- package/build-types/form-file-upload/stories/index.story.d.ts +5 -5
- package/build-types/form-file-upload/stories/index.story.d.ts.map +1 -1
- package/build-types/form-toggle/index.d.ts +2 -2
- package/build-types/form-toggle/index.d.ts.map +1 -1
- package/build-types/form-token-field/index.d.ts +1 -1
- package/build-types/form-token-field/index.d.ts.map +1 -1
- package/build-types/form-token-field/styles.d.ts +1 -1
- package/build-types/form-token-field/suggestions-list.d.ts +2 -1
- package/build-types/form-token-field/suggestions-list.d.ts.map +1 -1
- package/build-types/form-token-field/token-input.d.ts +2 -2
- package/build-types/form-token-field/token-input.d.ts.map +1 -1
- package/build-types/form-token-field/token.d.ts +1 -1
- package/build-types/form-token-field/token.d.ts.map +1 -1
- package/build-types/gradient-picker/index.d.ts +1 -1
- package/build-types/gradient-picker/index.d.ts.map +1 -1
- package/build-types/grid/hook.d.ts +69 -59
- package/build-types/grid/hook.d.ts.map +1 -1
- package/build-types/guide/icons.d.ts +1 -1
- package/build-types/guide/icons.d.ts.map +1 -1
- package/build-types/guide/index.d.ts +1 -1
- package/build-types/guide/index.d.ts.map +1 -1
- package/build-types/guide/page-control.d.ts +1 -1
- package/build-types/guide/page-control.d.ts.map +1 -1
- package/build-types/guide/page.d.ts +1 -1
- package/build-types/guide/page.d.ts.map +1 -1
- package/build-types/h-stack/hook.d.ts +69 -59
- package/build-types/h-stack/hook.d.ts.map +1 -1
- package/build-types/heading/hook.d.ts +69 -59
- package/build-types/heading/hook.d.ts.map +1 -1
- package/build-types/higher-order/navigate-regions/index.d.ts +1 -1
- package/build-types/higher-order/with-constrained-tabbing/index.d.ts +1 -1
- package/build-types/higher-order/with-constrained-tabbing/index.d.ts.map +1 -1
- package/build-types/higher-order/with-fallback-styles/index.d.ts +1 -1
- package/build-types/higher-order/with-filters/index.d.ts +2 -2
- package/build-types/higher-order/with-focus-outside/index.d.ts +1 -1
- package/build-types/higher-order/with-notices/index.d.ts +2 -2
- package/build-types/higher-order/with-spoken-messages/index.d.ts +1 -1
- package/build-types/icon/index.d.ts +1 -1
- package/build-types/icon/index.d.ts.map +1 -1
- package/build-types/input-control/backdrop.d.ts +1 -1
- package/build-types/input-control/backdrop.d.ts.map +1 -1
- 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-base.d.ts +1 -1
- package/build-types/input-control/input-base.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/label.d.ts +1 -1
- package/build-types/input-control/label.d.ts.map +1 -1
- package/build-types/input-control/stories/index.story.d.ts +2 -1
- package/build-types/input-control/stories/index.story.d.ts.map +1 -1
- package/build-types/input-control/styles/input-control-styles.d.ts +8 -8
- package/build-types/input-control/styles/input-control-styles.d.ts.map +1 -1
- package/build-types/input-control/utils.d.ts.map +1 -1
- package/build-types/isolated-event-container/index.d.ts +1 -1
- package/build-types/isolated-event-container/index.d.ts.map +1 -1
- package/build-types/item-group/item/hook.d.ts +70 -60
- package/build-types/item-group/item/hook.d.ts.map +1 -1
- package/build-types/item-group/item-group/hook.d.ts +69 -59
- package/build-types/item-group/item-group/hook.d.ts.map +1 -1
- package/build-types/keyboard-shortcuts/index.d.ts +1 -1
- package/build-types/keyboard-shortcuts/index.d.ts.map +1 -1
- package/build-types/menu-group/index.d.ts +1 -1
- package/build-types/menu-group/index.d.ts.map +1 -1
- package/build-types/menu-item/index.d.ts +1 -1
- package/build-types/menu-item/index.d.ts.map +1 -1
- package/build-types/menu-item/stories/index.story.d.ts +4 -4
- package/build-types/menu-item/stories/index.story.d.ts.map +1 -1
- package/build-types/menu-items-choice/index.d.ts +1 -1
- package/build-types/menu-items-choice/index.d.ts.map +1 -1
- package/build-types/modal/aria-helper.d.ts.map +1 -1
- package/build-types/modal/index.d.ts.map +1 -1
- package/build-types/navigable-container/container.d.ts +1 -1
- package/build-types/navigable-container/menu.d.ts +2 -2
- package/build-types/navigable-container/menu.d.ts.map +1 -1
- package/build-types/navigable-container/tabbable.d.ts +2 -2
- package/build-types/navigable-container/tabbable.d.ts.map +1 -1
- package/build-types/navigation/back-button/index.d.ts.map +1 -1
- package/build-types/navigation/group/index.d.ts +1 -1
- package/build-types/navigation/group/index.d.ts.map +1 -1
- package/build-types/navigation/index.d.ts +1 -1
- package/build-types/navigation/index.d.ts.map +1 -1
- package/build-types/navigation/item/base-content.d.ts +1 -1
- package/build-types/navigation/item/base-content.d.ts.map +1 -1
- package/build-types/navigation/item/base.d.ts +1 -1
- package/build-types/navigation/item/base.d.ts.map +1 -1
- package/build-types/navigation/item/index.d.ts +1 -1
- package/build-types/navigation/item/index.d.ts.map +1 -1
- package/build-types/navigation/menu/index.d.ts +1 -1
- package/build-types/navigation/menu/index.d.ts.map +1 -1
- package/build-types/navigation/menu/menu-title-search.d.ts +1 -1
- package/build-types/navigation/menu/menu-title.d.ts +1 -1
- package/build-types/navigation/menu/menu-title.d.ts.map +1 -1
- package/build-types/navigation/menu/search-no-results-found.d.ts +1 -1
- package/build-types/navigation/menu/search-no-results-found.d.ts.map +1 -1
- package/build-types/navigation/styles/navigation-styles.d.ts +11 -11
- package/build-types/navigation/styles/navigation-styles.d.ts.map +1 -1
- package/build-types/navigator/navigator-back-button/hook.d.ts +70 -61
- package/build-types/navigator/navigator-back-button/hook.d.ts.map +1 -1
- package/build-types/navigator/navigator-button/hook.d.ts +70 -61
- package/build-types/navigator/navigator-button/hook.d.ts.map +1 -1
- package/build-types/notice/index.d.ts +1 -1
- package/build-types/notice/index.d.ts.map +1 -1
- package/build-types/notice/list.d.ts +1 -1
- package/build-types/notice/list.d.ts.map +1 -1
- package/build-types/number-control/index.d.ts +1 -1
- package/build-types/number-control/index.d.ts.map +1 -1
- package/build-types/number-control/stories/index.story.d.ts +1 -1
- package/build-types/number-control/stories/index.story.d.ts.map +1 -1
- package/build-types/palette-edit/index.d.ts +1 -1
- package/build-types/palette-edit/index.d.ts.map +1 -1
- package/build-types/palette-edit/styles.d.ts +1009 -19
- package/build-types/palette-edit/styles.d.ts.map +1 -1
- package/build-types/panel/body.d.ts +1 -1
- package/build-types/panel/body.d.ts.map +1 -1
- package/build-types/panel/header.d.ts +1 -1
- package/build-types/panel/header.d.ts.map +1 -1
- package/build-types/placeholder/index.d.ts +1 -1
- package/build-types/placeholder/index.d.ts.map +1 -1
- package/build-types/popover/index.d.ts +1 -1
- package/build-types/popover/index.d.ts.map +1 -1
- package/build-types/popover/overlay-middlewares.d.ts.map +1 -1
- package/build-types/popover/stories/e2e/index.story.d.ts +2 -2
- package/build-types/popover/stories/e2e/index.story.d.ts.map +1 -1
- package/build-types/popover/stories/index.story.d.ts.map +1 -1
- package/build-types/popover/test/utils/index.d.ts +1 -1
- package/build-types/popover/test/utils/index.d.ts.map +1 -1
- package/build-types/progress-bar/index.d.ts +1 -1
- package/build-types/progress-bar/index.d.ts.map +1 -1
- package/build-types/progress-bar/styles.d.ts +3 -3
- package/build-types/query-controls/author-select.d.ts +1 -1
- package/build-types/query-controls/author-select.d.ts.map +1 -1
- package/build-types/query-controls/category-select.d.ts +1 -1
- package/build-types/query-controls/category-select.d.ts.map +1 -1
- package/build-types/query-controls/index.d.ts +1 -1
- package/build-types/query-controls/index.d.ts.map +1 -1
- package/build-types/radio-control/index.d.ts +1 -1
- package/build-types/radio-control/index.d.ts.map +1 -1
- package/build-types/radio-group/index.d.ts +1 -1
- package/build-types/radio-group/index.d.ts.map +1 -1
- package/build-types/radio-group/radio.d.ts +1 -1
- package/build-types/radio-group/radio.d.ts.map +1 -1
- package/build-types/range-control/index.d.ts +1 -1
- package/build-types/range-control/index.d.ts.map +1 -1
- package/build-types/range-control/input-range.d.ts +1 -1
- package/build-types/range-control/mark.d.ts +1 -1
- package/build-types/range-control/mark.d.ts.map +1 -1
- package/build-types/range-control/rail.d.ts +1 -1
- package/build-types/range-control/rail.d.ts.map +1 -1
- package/build-types/range-control/styles/range-control-styles.d.ts +15 -15
- package/build-types/range-control/styles/range-control-styles.d.ts.map +1 -1
- package/build-types/range-control/tooltip.d.ts +1 -1
- package/build-types/range-control/tooltip.d.ts.map +1 -1
- package/build-types/resizable-box/index.d.ts +3 -3
- package/build-types/resizable-box/resize-tooltip/index.d.ts +1 -1
- package/build-types/resizable-box/resize-tooltip/index.d.ts.map +1 -1
- package/build-types/resizable-box/resize-tooltip/label.d.ts +1 -1
- package/build-types/resizable-box/resize-tooltip/label.d.ts.map +1 -1
- package/build-types/resizable-box/resize-tooltip/styles/resize-tooltip.styles.d.ts +4 -4
- package/build-types/resizable-box/resize-tooltip/utils.d.ts.map +1 -1
- package/build-types/resizable-box/stories/index.story.d.ts +6 -6
- package/build-types/responsive-wrapper/index.d.ts +1 -1
- package/build-types/responsive-wrapper/index.d.ts.map +1 -1
- package/build-types/sandbox/index.d.ts +1 -1
- package/build-types/sandbox/index.d.ts.map +1 -1
- package/build-types/scrollable/hook.d.ts +69 -59
- package/build-types/scrollable/hook.d.ts.map +1 -1
- package/build-types/search-control/index.d.ts.map +1 -1
- package/build-types/search-control/styles.d.ts +1 -1
- package/build-types/select-control/chevron-down.d.ts +1 -1
- package/build-types/select-control/chevron-down.d.ts.map +1 -1
- package/build-types/select-control/index.d.ts.map +1 -1
- package/build-types/select-control/styles/select-control-styles.d.ts +3 -3
- package/build-types/select-control/styles/select-control-styles.d.ts.map +1 -1
- package/build-types/shortcut/index.d.ts +1 -1
- package/build-types/shortcut/index.d.ts.map +1 -1
- package/build-types/slot-fill/bubbles-virtually/slot-fill-context.d.ts.map +1 -1
- package/build-types/slot-fill/bubbles-virtually/slot-fill-provider.d.ts +1 -1
- package/build-types/slot-fill/bubbles-virtually/slot-fill-provider.d.ts.map +1 -1
- package/build-types/slot-fill/bubbles-virtually/slot.d.ts +1 -1
- package/build-types/slot-fill/bubbles-virtually/use-slot-fills.d.ts.map +1 -1
- package/build-types/slot-fill/bubbles-virtually/use-slot.d.ts.map +1 -1
- package/build-types/slot-fill/index.d.ts +7 -7
- package/build-types/slot-fill/index.d.ts.map +1 -1
- package/build-types/slot-fill/provider.d.ts +1 -1
- package/build-types/slot-fill/provider.d.ts.map +1 -1
- package/build-types/slot-fill/slot.d.ts +1 -1
- package/build-types/slot-fill/slot.d.ts.map +1 -1
- package/build-types/slot-fill/types.d.ts +2 -2
- package/build-types/slot-fill/types.d.ts.map +1 -1
- package/build-types/snackbar/index.d.ts +2 -2
- package/build-types/snackbar/index.d.ts.map +1 -1
- package/build-types/snackbar/list.d.ts +1 -1
- package/build-types/snackbar/list.d.ts.map +1 -1
- package/build-types/spacer/hook.d.ts +69 -59
- package/build-types/spacer/hook.d.ts.map +1 -1
- package/build-types/spinner/index.d.ts +2 -2
- package/build-types/spinner/index.d.ts.map +1 -1
- package/build-types/spinner/styles.d.ts +3 -3
- package/build-types/style-provider/index.d.ts +1 -1
- package/build-types/style-provider/index.d.ts.map +1 -1
- package/build-types/surface/hook.d.ts +69 -59
- package/build-types/surface/hook.d.ts.map +1 -1
- package/build-types/tab-panel/index.d.ts +1 -1
- package/build-types/tab-panel/index.d.ts.map +1 -1
- package/build-types/tab-panel/stories/index.story.d.ts +4 -4
- package/build-types/tab-panel/stories/index.story.d.ts.map +1 -1
- package/build-types/tabs/index.d.ts +2 -2
- package/build-types/tabs/index.d.ts.map +1 -1
- package/build-types/tabs/styles.d.ts +3 -3
- package/build-types/tabs/tablist.d.ts +1 -1
- package/build-types/tabs/tablist.d.ts.map +1 -1
- package/build-types/text/get-line-height.d.ts.map +1 -1
- package/build-types/text/hook.d.ts +68 -59
- package/build-types/text/hook.d.ts.map +1 -1
- package/build-types/text/stories/index.story.d.ts +3 -3
- package/build-types/text/utils.d.ts.map +1 -1
- package/build-types/text-control/index.d.ts +3 -3
- package/build-types/text-control/index.d.ts.map +1 -1
- package/build-types/text-highlight/index.d.ts +1 -1
- package/build-types/text-highlight/index.d.ts.map +1 -1
- package/build-types/textarea-control/index.d.ts +2 -2
- package/build-types/textarea-control/index.d.ts.map +1 -1
- package/build-types/textarea-control/styles/textarea-control-styles.d.ts +1 -1
- package/build-types/theme/color-algorithms.d.ts.map +1 -1
- package/build-types/theme/index.d.ts +1 -1
- package/build-types/theme/index.d.ts.map +1 -1
- package/build-types/theme/stories/index.story.d.ts +1 -1
- package/build-types/theme/styles.d.ts +1 -1
- package/build-types/tip/index.d.ts +1 -1
- package/build-types/tip/index.d.ts.map +1 -1
- package/build-types/toggle-control/index.d.ts +2 -2
- package/build-types/toggle-control/index.d.ts.map +1 -1
- package/build-types/toggle-control/stories/index.story.d.ts +2 -2
- package/build-types/toggle-control/stories/index.story.d.ts.map +1 -1
- package/build-types/toggle-group-control/toggle-group-control/as-button-group.d.ts +1 -1
- package/build-types/toggle-group-control/toggle-group-control/as-button-group.d.ts.map +1 -1
- package/build-types/toggle-group-control/toggle-group-control/as-radio-group.d.ts +1 -1
- package/build-types/toggle-group-control/toggle-group-control/as-radio-group.d.ts.map +1 -1
- package/build-types/toggle-group-control/toggle-group-control/styles.d.ts +1 -1
- package/build-types/toggle-group-control/toggle-group-control-option/component.d.ts +1 -1
- package/build-types/toggle-group-control/toggle-group-control-option/component.d.ts.map +1 -1
- package/build-types/toggle-group-control/toggle-group-control-option-base/component.d.ts +1 -1
- package/build-types/toggle-group-control/toggle-group-control-option-base/component.d.ts.map +1 -1
- package/build-types/toggle-group-control/toggle-group-control-option-base/styles.d.ts +2 -2
- package/build-types/toggle-group-control/toggle-group-control-option-base/styles.d.ts.map +1 -1
- package/build-types/toggle-group-control/toggle-group-control-option-icon/component.d.ts +1 -1
- package/build-types/toggle-group-control/toggle-group-control-option-icon/component.d.ts.map +1 -1
- package/build-types/toolbar/stories/index.story.d.ts +3 -3
- package/build-types/toolbar/stories/index.story.d.ts.map +1 -1
- package/build-types/toolbar/toolbar/index.d.ts +1 -1
- package/build-types/toolbar/toolbar/index.d.ts.map +1 -1
- package/build-types/toolbar/toolbar/toolbar-container.d.ts +1 -1
- package/build-types/toolbar/toolbar/toolbar-container.d.ts.map +1 -1
- package/build-types/toolbar/toolbar-button/index.d.ts +5 -51
- package/build-types/toolbar/toolbar-button/index.d.ts.map +1 -1
- package/build-types/toolbar/toolbar-button/toolbar-button-container.d.ts +1 -1
- package/build-types/toolbar/toolbar-button/toolbar-button-container.d.ts.map +1 -1
- package/build-types/toolbar/toolbar-group/index.d.ts +1 -1
- package/build-types/toolbar/toolbar-group/index.d.ts.map +1 -1
- package/build-types/toolbar/toolbar-group/toolbar-group-collapsed.d.ts +1 -1
- package/build-types/toolbar/toolbar-group/toolbar-group-collapsed.d.ts.map +1 -1
- package/build-types/toolbar/toolbar-group/toolbar-group-container.d.ts +1 -1
- package/build-types/toolbar/toolbar-group/toolbar-group-container.d.ts.map +1 -1
- package/build-types/tools-panel/styles.d.ts +1 -1
- package/build-types/tools-panel/tools-panel/hook.d.ts +71 -61
- package/build-types/tools-panel/tools-panel/hook.d.ts.map +1 -1
- package/build-types/tools-panel/tools-panel-header/hook.d.ts +70 -60
- package/build-types/tools-panel/tools-panel-header/hook.d.ts.map +1 -1
- package/build-types/tools-panel/tools-panel-item/hook.d.ts +69 -59
- package/build-types/tools-panel/tools-panel-item/hook.d.ts.map +1 -1
- package/build-types/tools-panel/types.d.ts +1 -1
- package/build-types/tools-panel/types.d.ts.map +1 -1
- package/build-types/tree-grid/index.d.ts +1 -1
- package/build-types/tree-grid/index.d.ts.map +1 -1
- package/build-types/tree-grid/item.d.ts +1 -1
- package/build-types/tree-grid/item.d.ts.map +1 -1
- package/build-types/tree-grid/roving-tab-index-item.d.ts +1 -1
- package/build-types/tree-grid/roving-tab-index-item.d.ts.map +1 -1
- package/build-types/tree-grid/roving-tab-index.d.ts +1 -1
- package/build-types/tree-grid/roving-tab-index.d.ts.map +1 -1
- package/build-types/tree-grid/row.d.ts +1 -1
- package/build-types/tree-grid/row.d.ts.map +1 -1
- package/build-types/tree-grid/stories/index.story.d.ts +1 -1
- package/build-types/tree-grid/stories/index.story.d.ts.map +1 -1
- package/build-types/tree-select/index.d.ts +1 -1
- package/build-types/tree-select/index.d.ts.map +1 -1
- package/build-types/truncate/hook.d.ts +69 -59
- package/build-types/truncate/hook.d.ts.map +1 -1
- 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 +3 -3
- package/build-types/unit-control/unit-select-control.d.ts +1 -1
- package/build-types/utils/colors.d.ts.map +1 -1
- package/build-types/utils/font-size.d.ts.map +1 -1
- package/build-types/utils/get-valid-children.d.ts.map +1 -1
- package/build-types/utils/input/base.d.ts.map +1 -1
- package/build-types/utils/strings.d.ts.map +1 -1
- package/build-types/utils/use-responsive-value.d.ts.map +1 -1
- package/build-types/v-stack/hook.d.ts +69 -59
- package/build-types/v-stack/hook.d.ts.map +1 -1
- package/build-types/v-stack/stories/index.story.d.ts +1 -1
- package/build-types/view/component.d.ts +255 -7
- package/build-types/view/component.d.ts.map +1 -1
- package/build-types/z-stack/styles.d.ts +2 -2
- package/package.json +22 -22
- package/src/alignment-matrix-control/icon.tsx +2 -2
- package/src/alignment-matrix-control/index.tsx +5 -6
- package/src/alignment-matrix-control/styles/alignment-matrix-control-styles.ts +4 -3
- package/src/alignment-matrix-control/utils.tsx +6 -2
- package/src/angle-picker-control/index.tsx +2 -2
- package/src/animate/index.tsx +4 -7
- package/src/autocomplete/autocompleter-ui.tsx +5 -3
- package/src/autocomplete/index.tsx +21 -7
- package/src/autocomplete/style.scss +10 -4
- package/src/base-control/README.md +1 -1
- package/src/base-control/hooks.ts +1 -5
- package/src/base-control/index.tsx +2 -5
- package/src/base-control/test/index.tsx +3 -3
- package/src/base-control/types.ts +1 -2
- package/src/border-control/types.ts +4 -0
- package/src/box-control/test/index.tsx +22 -0
- package/src/button/index.tsx +2 -2
- package/src/button/style.scss +4 -6
- package/src/button-group/index.tsx +2 -2
- package/src/card/test/__snapshots__/index.tsx.snap +44 -47
- package/src/checkbox-control/index.tsx +46 -37
- package/src/checkbox-control/style.scss +12 -1
- package/src/checkbox-control/test/__snapshots__/index.tsx.snap +27 -26
- package/src/checkbox-control/test/index.tsx +5 -0
- package/src/circular-option-picker/circular-option-picker-actions.tsx +3 -3
- package/src/circular-option-picker/circular-option-picker-option-group.tsx +2 -2
- package/src/circular-option-picker/circular-option-picker-option.tsx +2 -2
- package/src/circular-option-picker/circular-option-picker.tsx +2 -5
- package/src/circular-option-picker/style.scss +1 -2
- package/src/clipboard-button/index.tsx +2 -2
- package/src/color-indicator/index.tsx +2 -2
- package/src/color-palette/index.tsx +2 -2
- package/src/color-picker/hex-input.tsx +3 -1
- package/src/color-picker/hue-picker.native.js +6 -2
- package/src/color-picker/index.native.js +9 -3
- package/src/color-picker/saturation-picker.native.js +6 -2
- package/src/color-picker/use-deprecated-props.ts +9 -3
- package/src/combobox-control/README.md +1 -1
- package/src/combobox-control/index.tsx +8 -5
- package/src/combobox-control/stories/index.story.tsx +28 -0
- package/src/combobox-control/types.ts +1 -0
- package/src/context/context-connect.ts +6 -2
- package/src/custom-gradient-picker/gradient-bar/control-points.tsx +3 -3
- package/src/custom-gradient-picker/gradient-bar/index.tsx +2 -2
- package/src/custom-gradient-picker/index.tsx +2 -2
- package/src/custom-select-control/index.js +3 -6
- package/src/custom-select-control-v2/README.md +0 -4
- package/src/custom-select-control-v2/legacy-component/index.tsx +3 -1
- package/src/custom-select-control-v2/stories/default.story.tsx +1 -1
- package/src/custom-select-control-v2/stories/legacy.story.tsx +1 -1
- package/src/dimension-control/index.tsx +2 -5
- package/src/drop-zone/index.tsx +68 -68
- package/src/dropdown/index.tsx +2 -2
- package/src/dropdown/styles.ts +3 -1
- package/src/dropdown-menu/index.native.js +6 -12
- package/src/dropdown-menu/index.tsx +9 -16
- package/src/duotone-picker/utils.ts +3 -1
- package/src/elevation/hook.ts +6 -3
- package/src/elevation/test/__snapshots__/index.tsx.snap +18 -24
- package/src/external-link/index.tsx +2 -2
- package/src/flex/test/__snapshots__/index.tsx.snap +4 -4
- package/src/focal-point-picker/controls.tsx +3 -1
- package/src/focal-point-picker/focal-point.tsx +2 -4
- package/src/focal-point-picker/index.tsx +22 -12
- package/src/focal-point-picker/styles/focal-point-picker-style.ts +4 -3
- package/src/focal-point-picker/test/{index.js → index.tsx} +44 -17
- package/src/focal-point-picker/test/{media.js → media.tsx} +18 -13
- package/src/focal-point-picker/tooltip/index.native.js +1 -7
- package/src/focal-point-picker/utils.ts +3 -1
- package/src/font-size-picker/README.md +1 -0
- package/src/font-size-picker/index.tsx +4 -2
- package/src/font-size-picker/stories/index.story.tsx +0 -1
- package/src/font-size-picker/types.ts +2 -0
- package/src/form-toggle/index.tsx +2 -2
- package/src/form-token-field/index.tsx +10 -8
- package/src/form-token-field/style.scss +9 -0
- package/src/form-token-field/suggestions-list.tsx +16 -10
- package/src/form-token-field/token-input.tsx +2 -2
- package/src/form-token-field/token.tsx +2 -2
- package/src/guide/index.tsx +2 -2
- package/src/higher-order/navigate-regions/style.scss +3 -3
- package/src/input-control/index.tsx +3 -6
- package/src/input-control/input-field.tsx +3 -1
- package/src/input-control/label.tsx +3 -1
- package/src/input-control/stories/index.story.tsx +31 -1
- package/src/input-control/styles/input-control-styles.tsx +12 -4
- package/src/input-control/test/index.js +10 -6
- package/src/input-control/utils.ts +3 -2
- package/src/item-group/item/hook.ts +1 -10
- package/src/item-group/test/__snapshots__/index.js.snap +16 -16
- package/src/menu-group/index.tsx +2 -2
- package/src/menu-item/index.tsx +3 -3
- package/src/mobile/color-settings/utils.native.js +1 -1
- package/src/mobile/gradient/index.native.js +3 -1
- package/src/mobile/keyboard-aware-flat-list/index.android.js +11 -2
- package/src/mobile/keyboard-aware-flat-list/index.ios.js +30 -19
- package/src/mobile/keyboard-aware-flat-list/shared.native.js +26 -0
- package/src/mobile/keyboard-aware-flat-list/styles.native.scss +8 -0
- package/src/modal/aria-helper.ts +8 -3
- package/src/modal/index.tsx +10 -6
- package/src/modal/test/index.tsx +11 -4
- package/src/navigation/back-button/index.tsx +2 -5
- package/src/navigation/group/index.tsx +2 -2
- package/src/navigation/index.tsx +3 -3
- package/src/navigation/item/base.tsx +2 -2
- package/src/navigation/item/index.tsx +2 -2
- package/src/navigation/menu/index.tsx +2 -2
- package/src/navigation/styles/navigation-styles.tsx +4 -3
- package/src/notice/index.tsx +5 -10
- package/src/notice/list.tsx +2 -2
- package/src/number-control/index.tsx +2 -2
- package/src/palette-edit/index.tsx +10 -8
- package/src/palette-edit/styles.ts +2 -3
- package/src/panel/body.tsx +5 -3
- package/src/panel/index.tsx +2 -2
- package/src/panel/row.tsx +2 -2
- package/src/panel/style.scss +1 -0
- package/src/placeholder/index.tsx +3 -3
- package/src/placeholder/style.scss +12 -35
- package/src/popover/index.tsx +4 -3
- package/src/popover/overlay-middlewares.tsx +3 -1
- package/src/popover/stories/index.story.tsx +0 -2
- package/src/query-controls/author-select.tsx +3 -1
- package/src/radio-control/index.tsx +2 -2
- package/src/range-control/index.tsx +3 -3
- package/src/range-control/mark.tsx +3 -3
- package/src/range-control/rail.tsx +1 -1
- package/src/range-control/styles/range-control-styles.ts +5 -3
- package/src/range-control/tooltip.tsx +2 -2
- package/src/resizable-box/index.tsx +10 -10
- package/src/resizable-box/resize-tooltip/index.tsx +5 -3
- package/src/resizable-box/resize-tooltip/label.tsx +3 -1
- package/src/resizable-box/resize-tooltip/utils.ts +12 -4
- package/src/responsive-wrapper/index.tsx +2 -2
- package/src/search-control/index.tsx +2 -5
- package/src/select-control/index.tsx +5 -3
- package/src/select-control/styles/select-control-styles.ts +3 -1
- package/src/slot-fill/bubbles-virtually/slot-fill-context.ts +2 -1
- package/src/slot-fill/bubbles-virtually/slot-fill-provider.tsx +1 -1
- package/src/slot-fill/bubbles-virtually/use-slot-fills.ts +1 -1
- package/src/slot-fill/bubbles-virtually/use-slot.ts +1 -1
- package/src/slot-fill/types.ts +2 -2
- package/src/snackbar/index.tsx +5 -8
- package/src/snackbar/list.tsx +2 -2
- package/src/spinner/index.tsx +2 -2
- package/src/surface/test/__snapshots__/index.tsx.snap +10 -10
- package/src/tab-panel/index.tsx +2 -2
- package/src/text/get-line-height.ts +6 -2
- package/src/text/utils.ts +6 -2
- package/src/text-control/index.tsx +2 -2
- package/src/theme/color-algorithms.ts +6 -2
- package/src/theme/stories/index.story.tsx +1 -1
- package/src/toggle-group-control/test/__snapshots__/index.tsx.snap +18 -26
- package/src/toggle-group-control/toggle-group-control-option-base/component.tsx +3 -1
- package/src/toggle-group-control/toggle-group-control-option-base/styles.ts +7 -6
- package/src/toolbar/toolbar/index.tsx +2 -2
- package/src/toolbar/toolbar/style.scss +2 -14
- package/src/toolbar/toolbar-button/index.tsx +3 -3
- package/src/toolbar/toolbar-group/index.tsx +2 -2
- package/src/tools-panel/tools-panel/hook.ts +9 -6
- package/src/tools-panel/tools-panel-item/hook.ts +12 -8
- package/src/tools-panel/types.ts +1 -0
- package/src/tree-grid/roving-tab-index-item.tsx +3 -1
- package/src/truncate/hook.ts +1 -1
- package/src/unit-control/index.tsx +7 -3
- package/src/unit-control/unit-select-control.tsx +2 -2
- package/src/utils/colors.js +21 -7
- package/src/utils/font-size.ts +3 -1
- package/src/utils/get-valid-children.ts +3 -1
- package/src/utils/input/base.js +4 -3
- package/src/utils/strings.ts +11 -59
- package/src/utils/test/strings.js +62 -0
- package/src/utils/theme-variables.scss +4 -0
- package/src/utils/use-responsive-value.ts +2 -1
- package/src/view/component.tsx +18 -11
- package/tsconfig.json +1 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/build/slot-fill/bubbles-virtually/observable-map.js +0 -68
- package/build/slot-fill/bubbles-virtually/observable-map.js.map +0 -1
- package/build/view/types.js +0 -6
- package/build/view/types.js.map +0 -1
- package/build-module/slot-fill/bubbles-virtually/observable-map.js +0 -60
- package/build-module/slot-fill/bubbles-virtually/observable-map.js.map +0 -1
- package/build-module/view/types.js +0 -2
- package/build-module/view/types.js.map +0 -1
- package/build-types/slot-fill/bubbles-virtually/observable-map.d.ts +0 -19
- package/build-types/slot-fill/bubbles-virtually/observable-map.d.ts.map +0 -1
- package/build-types/view/types.d.ts +0 -8
- package/build-types/view/types.d.ts.map +0 -1
- package/src/slot-fill/bubbles-virtually/observable-map.ts +0 -79
- package/src/slot-fill/test/observable-map.js +0 -83
- package/src/utils/hooks/stories/use-cx.js +0 -157
- package/src/view/types.ts +0 -6
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
/**
|
|
3
4
|
* External dependencies
|
|
4
5
|
*/
|
|
@@ -18,72 +19,75 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
|
|
|
18
19
|
prefix?: import("react").ReactNode;
|
|
19
20
|
slot?: string | undefined;
|
|
20
21
|
role?: import("react").AriaRole | undefined;
|
|
21
|
-
form?: string | undefined;
|
|
22
|
-
style?: import("react").CSSProperties | undefined;
|
|
23
|
-
title?: string | undefined;
|
|
24
|
-
pattern?: string | undefined;
|
|
25
22
|
color?: string | undefined;
|
|
23
|
+
content?: string | undefined;
|
|
26
24
|
height?: string | number | undefined;
|
|
27
|
-
translate?: "
|
|
25
|
+
translate?: "no" | "yes" | undefined;
|
|
28
26
|
width?: string | number | undefined;
|
|
29
27
|
help?: import("react").ReactNode;
|
|
30
28
|
hidden?: boolean | undefined;
|
|
29
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
31
30
|
lang?: string | undefined;
|
|
32
31
|
max?: number | undefined;
|
|
33
32
|
min?: number | undefined;
|
|
34
33
|
name?: string | undefined;
|
|
34
|
+
style?: import("react").CSSProperties | undefined;
|
|
35
35
|
tabIndex?: number | undefined;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
36
|
+
"aria-activedescendant"?: string | undefined;
|
|
37
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
38
|
+
"aria-autocomplete"?: "inline" | "none" | "list" | "both" | undefined;
|
|
39
|
+
"aria-braillelabel"?: string | undefined;
|
|
40
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
41
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
42
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
43
|
+
"aria-colcount"?: number | undefined;
|
|
44
|
+
"aria-colindex"?: number | undefined;
|
|
45
|
+
"aria-colindextext"?: string | undefined;
|
|
46
|
+
"aria-colspan"?: number | undefined;
|
|
47
|
+
"aria-controls"?: string | undefined;
|
|
48
|
+
"aria-current"?: boolean | "page" | "time" | "step" | "false" | "true" | "date" | "location" | undefined;
|
|
49
|
+
"aria-describedby"?: string | undefined;
|
|
50
|
+
"aria-description"?: string | undefined;
|
|
51
|
+
"aria-details"?: string | undefined;
|
|
52
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
53
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
54
|
+
"aria-errormessage"?: string | undefined;
|
|
55
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
56
|
+
"aria-flowto"?: string | undefined;
|
|
57
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
58
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
59
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
60
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
61
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
62
|
+
"aria-label"?: string | undefined;
|
|
63
|
+
"aria-labelledby"?: string | undefined;
|
|
64
|
+
"aria-level"?: number | undefined;
|
|
65
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
66
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
67
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
68
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
69
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
70
|
+
"aria-owns"?: string | undefined;
|
|
71
|
+
"aria-placeholder"?: string | undefined;
|
|
72
|
+
"aria-posinset"?: number | undefined;
|
|
73
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
74
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
75
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
76
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
77
|
+
"aria-roledescription"?: string | undefined;
|
|
78
|
+
"aria-rowcount"?: number | undefined;
|
|
79
|
+
"aria-rowindex"?: number | undefined;
|
|
80
|
+
"aria-rowindextext"?: string | undefined;
|
|
81
|
+
"aria-rowspan"?: number | undefined;
|
|
82
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
83
|
+
"aria-setsize"?: number | undefined;
|
|
84
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
85
|
+
"aria-valuemax"?: number | undefined;
|
|
86
|
+
"aria-valuemin"?: number | undefined;
|
|
87
|
+
"aria-valuenow"?: number | undefined;
|
|
88
|
+
"aria-valuetext"?: string | undefined;
|
|
85
89
|
dangerouslySetInnerHTML?: {
|
|
86
|
-
__html: string;
|
|
90
|
+
__html: string | TrustedHTML;
|
|
87
91
|
} | undefined;
|
|
88
92
|
onCopy?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
89
93
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
@@ -151,6 +155,8 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
|
|
|
151
155
|
onProgressCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
152
156
|
onRateChange?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
153
157
|
onRateChangeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
158
|
+
onResize?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
159
|
+
onResizeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
154
160
|
onSeeked?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
155
161
|
onSeekedCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
156
162
|
onSeeking?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
@@ -224,9 +230,7 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
|
|
|
224
230
|
onPointerCancel?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
225
231
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
226
232
|
onPointerEnter?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
227
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
228
233
|
onPointerLeave?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
229
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
230
234
|
onPointerOver?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
231
235
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
232
236
|
onPointerOut?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
@@ -249,24 +253,29 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
|
|
|
249
253
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
|
|
250
254
|
size?: import("../../input-control/types").Size | undefined;
|
|
251
255
|
value?: string | number | undefined;
|
|
256
|
+
form?: string | undefined;
|
|
257
|
+
title?: string | undefined;
|
|
258
|
+
pattern?: string | undefined;
|
|
252
259
|
key?: import("react").Key | null | undefined;
|
|
253
260
|
defaultChecked?: boolean | undefined;
|
|
254
261
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
255
262
|
suppressContentEditableWarning?: boolean | undefined;
|
|
256
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
257
263
|
accessKey?: string | undefined;
|
|
258
|
-
|
|
264
|
+
autoFocus?: boolean | undefined;
|
|
265
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
259
266
|
contextMenu?: string | undefined;
|
|
260
267
|
dir?: string | undefined;
|
|
261
268
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
262
|
-
|
|
269
|
+
nonce?: string | undefined;
|
|
263
270
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
264
271
|
radioGroup?: string | undefined;
|
|
265
272
|
about?: string | undefined;
|
|
266
273
|
datatype?: string | undefined;
|
|
267
274
|
inlist?: any;
|
|
268
275
|
property?: string | undefined;
|
|
276
|
+
rel?: string | undefined;
|
|
269
277
|
resource?: string | undefined;
|
|
278
|
+
rev?: string | undefined;
|
|
270
279
|
typeof?: string | undefined;
|
|
271
280
|
vocab?: string | undefined;
|
|
272
281
|
autoCapitalize?: string | undefined;
|
|
@@ -279,19 +288,18 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
|
|
|
279
288
|
itemRef?: string | undefined;
|
|
280
289
|
results?: number | undefined;
|
|
281
290
|
security?: string | undefined;
|
|
282
|
-
unselectable?: "
|
|
283
|
-
inputMode?: "search" | "
|
|
291
|
+
unselectable?: "off" | "on" | undefined;
|
|
292
|
+
inputMode?: "search" | "none" | "text" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
284
293
|
is?: string | undefined;
|
|
285
|
-
alt?: string | undefined;
|
|
286
294
|
src?: string | undefined;
|
|
287
|
-
autoFocus?: boolean | undefined;
|
|
288
295
|
disabled?: boolean | undefined;
|
|
289
296
|
formAction?: string | undefined;
|
|
290
297
|
formEncType?: string | undefined;
|
|
291
298
|
formMethod?: string | undefined;
|
|
292
299
|
formNoValidate?: boolean | undefined;
|
|
293
300
|
formTarget?: string | undefined;
|
|
294
|
-
autoComplete?:
|
|
301
|
+
autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
|
|
302
|
+
alt?: string | undefined;
|
|
295
303
|
accept?: string | undefined;
|
|
296
304
|
capture?: boolean | "user" | "environment" | undefined;
|
|
297
305
|
checked?: boolean | undefined;
|
|
@@ -300,6 +308,7 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
|
|
|
300
308
|
maxLength?: number | undefined;
|
|
301
309
|
minLength?: number | undefined;
|
|
302
310
|
multiple?: boolean | undefined;
|
|
311
|
+
placeholder?: string | undefined;
|
|
303
312
|
readOnly?: boolean | undefined;
|
|
304
313
|
required?: boolean | undefined;
|
|
305
314
|
step?: string | number | undefined;
|
|
@@ -341,72 +350,75 @@ export declare const Controlled: import("@storybook/types").AnnotatedStoryFn<imp
|
|
|
341
350
|
prefix?: import("react").ReactNode;
|
|
342
351
|
slot?: string | undefined;
|
|
343
352
|
role?: import("react").AriaRole | undefined;
|
|
344
|
-
form?: string | undefined;
|
|
345
|
-
style?: import("react").CSSProperties | undefined;
|
|
346
|
-
title?: string | undefined;
|
|
347
|
-
pattern?: string | undefined;
|
|
348
353
|
color?: string | undefined;
|
|
354
|
+
content?: string | undefined;
|
|
349
355
|
height?: string | number | undefined;
|
|
350
|
-
translate?: "
|
|
356
|
+
translate?: "no" | "yes" | undefined;
|
|
351
357
|
width?: string | number | undefined;
|
|
352
358
|
help?: import("react").ReactNode;
|
|
353
359
|
hidden?: boolean | undefined;
|
|
360
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
354
361
|
lang?: string | undefined;
|
|
355
362
|
max?: number | undefined;
|
|
356
363
|
min?: number | undefined;
|
|
357
364
|
name?: string | undefined;
|
|
365
|
+
style?: import("react").CSSProperties | undefined;
|
|
358
366
|
tabIndex?: number | undefined;
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
367
|
+
"aria-activedescendant"?: string | undefined;
|
|
368
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
369
|
+
"aria-autocomplete"?: "inline" | "none" | "list" | "both" | undefined;
|
|
370
|
+
"aria-braillelabel"?: string | undefined;
|
|
371
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
372
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
373
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
374
|
+
"aria-colcount"?: number | undefined;
|
|
375
|
+
"aria-colindex"?: number | undefined;
|
|
376
|
+
"aria-colindextext"?: string | undefined;
|
|
377
|
+
"aria-colspan"?: number | undefined;
|
|
378
|
+
"aria-controls"?: string | undefined;
|
|
379
|
+
"aria-current"?: boolean | "page" | "time" | "step" | "false" | "true" | "date" | "location" | undefined;
|
|
380
|
+
"aria-describedby"?: string | undefined;
|
|
381
|
+
"aria-description"?: string | undefined;
|
|
382
|
+
"aria-details"?: string | undefined;
|
|
383
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
384
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
385
|
+
"aria-errormessage"?: string | undefined;
|
|
386
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
387
|
+
"aria-flowto"?: string | undefined;
|
|
388
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
389
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
390
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
391
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
392
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
393
|
+
"aria-label"?: string | undefined;
|
|
394
|
+
"aria-labelledby"?: string | undefined;
|
|
395
|
+
"aria-level"?: number | undefined;
|
|
396
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
397
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
398
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
399
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
400
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
401
|
+
"aria-owns"?: string | undefined;
|
|
402
|
+
"aria-placeholder"?: string | undefined;
|
|
403
|
+
"aria-posinset"?: number | undefined;
|
|
404
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
405
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
406
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
407
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
408
|
+
"aria-roledescription"?: string | undefined;
|
|
409
|
+
"aria-rowcount"?: number | undefined;
|
|
410
|
+
"aria-rowindex"?: number | undefined;
|
|
411
|
+
"aria-rowindextext"?: string | undefined;
|
|
412
|
+
"aria-rowspan"?: number | undefined;
|
|
413
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
414
|
+
"aria-setsize"?: number | undefined;
|
|
415
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
416
|
+
"aria-valuemax"?: number | undefined;
|
|
417
|
+
"aria-valuemin"?: number | undefined;
|
|
418
|
+
"aria-valuenow"?: number | undefined;
|
|
419
|
+
"aria-valuetext"?: string | undefined;
|
|
408
420
|
dangerouslySetInnerHTML?: {
|
|
409
|
-
__html: string;
|
|
421
|
+
__html: string | TrustedHTML;
|
|
410
422
|
} | undefined;
|
|
411
423
|
onCopy?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
412
424
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
@@ -474,6 +486,8 @@ export declare const Controlled: import("@storybook/types").AnnotatedStoryFn<imp
|
|
|
474
486
|
onProgressCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
475
487
|
onRateChange?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
476
488
|
onRateChangeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
489
|
+
onResize?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
490
|
+
onResizeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
477
491
|
onSeeked?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
478
492
|
onSeekedCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
479
493
|
onSeeking?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
@@ -547,9 +561,7 @@ export declare const Controlled: import("@storybook/types").AnnotatedStoryFn<imp
|
|
|
547
561
|
onPointerCancel?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
548
562
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
549
563
|
onPointerEnter?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
550
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
551
564
|
onPointerLeave?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
552
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
553
565
|
onPointerOver?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
554
566
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
555
567
|
onPointerOut?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
@@ -572,24 +584,29 @@ export declare const Controlled: import("@storybook/types").AnnotatedStoryFn<imp
|
|
|
572
584
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
|
|
573
585
|
size?: import("../../input-control/types").Size | undefined;
|
|
574
586
|
value?: string | number | undefined;
|
|
587
|
+
form?: string | undefined;
|
|
588
|
+
title?: string | undefined;
|
|
589
|
+
pattern?: string | undefined;
|
|
575
590
|
key?: import("react").Key | null | undefined;
|
|
576
591
|
defaultChecked?: boolean | undefined;
|
|
577
592
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
578
593
|
suppressContentEditableWarning?: boolean | undefined;
|
|
579
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
580
594
|
accessKey?: string | undefined;
|
|
581
|
-
|
|
595
|
+
autoFocus?: boolean | undefined;
|
|
596
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
582
597
|
contextMenu?: string | undefined;
|
|
583
598
|
dir?: string | undefined;
|
|
584
599
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
585
|
-
|
|
600
|
+
nonce?: string | undefined;
|
|
586
601
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
587
602
|
radioGroup?: string | undefined;
|
|
588
603
|
about?: string | undefined;
|
|
589
604
|
datatype?: string | undefined;
|
|
590
605
|
inlist?: any;
|
|
591
606
|
property?: string | undefined;
|
|
607
|
+
rel?: string | undefined;
|
|
592
608
|
resource?: string | undefined;
|
|
609
|
+
rev?: string | undefined;
|
|
593
610
|
typeof?: string | undefined;
|
|
594
611
|
vocab?: string | undefined;
|
|
595
612
|
autoCapitalize?: string | undefined;
|
|
@@ -602,19 +619,18 @@ export declare const Controlled: import("@storybook/types").AnnotatedStoryFn<imp
|
|
|
602
619
|
itemRef?: string | undefined;
|
|
603
620
|
results?: number | undefined;
|
|
604
621
|
security?: string | undefined;
|
|
605
|
-
unselectable?: "
|
|
606
|
-
inputMode?: "search" | "
|
|
622
|
+
unselectable?: "off" | "on" | undefined;
|
|
623
|
+
inputMode?: "search" | "none" | "text" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
607
624
|
is?: string | undefined;
|
|
608
|
-
alt?: string | undefined;
|
|
609
625
|
src?: string | undefined;
|
|
610
|
-
autoFocus?: boolean | undefined;
|
|
611
626
|
disabled?: boolean | undefined;
|
|
612
627
|
formAction?: string | undefined;
|
|
613
628
|
formEncType?: string | undefined;
|
|
614
629
|
formMethod?: string | undefined;
|
|
615
630
|
formNoValidate?: boolean | undefined;
|
|
616
631
|
formTarget?: string | undefined;
|
|
617
|
-
autoComplete?:
|
|
632
|
+
autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
|
|
633
|
+
alt?: string | undefined;
|
|
618
634
|
accept?: string | undefined;
|
|
619
635
|
capture?: boolean | "user" | "environment" | undefined;
|
|
620
636
|
checked?: boolean | undefined;
|
|
@@ -623,6 +639,7 @@ export declare const Controlled: import("@storybook/types").AnnotatedStoryFn<imp
|
|
|
623
639
|
maxLength?: number | undefined;
|
|
624
640
|
minLength?: number | undefined;
|
|
625
641
|
multiple?: boolean | undefined;
|
|
642
|
+
placeholder?: string | undefined;
|
|
626
643
|
readOnly?: boolean | undefined;
|
|
627
644
|
required?: boolean | undefined;
|
|
628
645
|
step?: string | number | undefined;
|
|
@@ -664,72 +681,75 @@ export declare const ArbitrarySides: import("@storybook/types").AnnotatedStoryFn
|
|
|
664
681
|
prefix?: import("react").ReactNode;
|
|
665
682
|
slot?: string | undefined;
|
|
666
683
|
role?: import("react").AriaRole | undefined;
|
|
667
|
-
form?: string | undefined;
|
|
668
|
-
style?: import("react").CSSProperties | undefined;
|
|
669
|
-
title?: string | undefined;
|
|
670
|
-
pattern?: string | undefined;
|
|
671
684
|
color?: string | undefined;
|
|
685
|
+
content?: string | undefined;
|
|
672
686
|
height?: string | number | undefined;
|
|
673
|
-
translate?: "
|
|
687
|
+
translate?: "no" | "yes" | undefined;
|
|
674
688
|
width?: string | number | undefined;
|
|
675
689
|
help?: import("react").ReactNode;
|
|
676
690
|
hidden?: boolean | undefined;
|
|
691
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
677
692
|
lang?: string | undefined;
|
|
678
693
|
max?: number | undefined;
|
|
679
694
|
min?: number | undefined;
|
|
680
695
|
name?: string | undefined;
|
|
696
|
+
style?: import("react").CSSProperties | undefined;
|
|
681
697
|
tabIndex?: number | undefined;
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
698
|
+
"aria-activedescendant"?: string | undefined;
|
|
699
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
700
|
+
"aria-autocomplete"?: "inline" | "none" | "list" | "both" | undefined;
|
|
701
|
+
"aria-braillelabel"?: string | undefined;
|
|
702
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
703
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
704
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
705
|
+
"aria-colcount"?: number | undefined;
|
|
706
|
+
"aria-colindex"?: number | undefined;
|
|
707
|
+
"aria-colindextext"?: string | undefined;
|
|
708
|
+
"aria-colspan"?: number | undefined;
|
|
709
|
+
"aria-controls"?: string | undefined;
|
|
710
|
+
"aria-current"?: boolean | "page" | "time" | "step" | "false" | "true" | "date" | "location" | undefined;
|
|
711
|
+
"aria-describedby"?: string | undefined;
|
|
712
|
+
"aria-description"?: string | undefined;
|
|
713
|
+
"aria-details"?: string | undefined;
|
|
714
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
715
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
716
|
+
"aria-errormessage"?: string | undefined;
|
|
717
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
718
|
+
"aria-flowto"?: string | undefined;
|
|
719
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
720
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
721
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
722
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
723
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
724
|
+
"aria-label"?: string | undefined;
|
|
725
|
+
"aria-labelledby"?: string | undefined;
|
|
726
|
+
"aria-level"?: number | undefined;
|
|
727
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
728
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
729
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
730
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
731
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
732
|
+
"aria-owns"?: string | undefined;
|
|
733
|
+
"aria-placeholder"?: string | undefined;
|
|
734
|
+
"aria-posinset"?: number | undefined;
|
|
735
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
736
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
737
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
738
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
739
|
+
"aria-roledescription"?: string | undefined;
|
|
740
|
+
"aria-rowcount"?: number | undefined;
|
|
741
|
+
"aria-rowindex"?: number | undefined;
|
|
742
|
+
"aria-rowindextext"?: string | undefined;
|
|
743
|
+
"aria-rowspan"?: number | undefined;
|
|
744
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
745
|
+
"aria-setsize"?: number | undefined;
|
|
746
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
747
|
+
"aria-valuemax"?: number | undefined;
|
|
748
|
+
"aria-valuemin"?: number | undefined;
|
|
749
|
+
"aria-valuenow"?: number | undefined;
|
|
750
|
+
"aria-valuetext"?: string | undefined;
|
|
731
751
|
dangerouslySetInnerHTML?: {
|
|
732
|
-
__html: string;
|
|
752
|
+
__html: string | TrustedHTML;
|
|
733
753
|
} | undefined;
|
|
734
754
|
onCopy?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
735
755
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
@@ -797,6 +817,8 @@ export declare const ArbitrarySides: import("@storybook/types").AnnotatedStoryFn
|
|
|
797
817
|
onProgressCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
798
818
|
onRateChange?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
799
819
|
onRateChangeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
820
|
+
onResize?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
821
|
+
onResizeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
800
822
|
onSeeked?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
801
823
|
onSeekedCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
802
824
|
onSeeking?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
@@ -870,9 +892,7 @@ export declare const ArbitrarySides: import("@storybook/types").AnnotatedStoryFn
|
|
|
870
892
|
onPointerCancel?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
871
893
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
872
894
|
onPointerEnter?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
873
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
874
895
|
onPointerLeave?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
875
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
876
896
|
onPointerOver?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
877
897
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
878
898
|
onPointerOut?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
@@ -895,24 +915,29 @@ export declare const ArbitrarySides: import("@storybook/types").AnnotatedStoryFn
|
|
|
895
915
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
|
|
896
916
|
size?: import("../../input-control/types").Size | undefined;
|
|
897
917
|
value?: string | number | undefined;
|
|
918
|
+
form?: string | undefined;
|
|
919
|
+
title?: string | undefined;
|
|
920
|
+
pattern?: string | undefined;
|
|
898
921
|
key?: import("react").Key | null | undefined;
|
|
899
922
|
defaultChecked?: boolean | undefined;
|
|
900
923
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
901
924
|
suppressContentEditableWarning?: boolean | undefined;
|
|
902
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
903
925
|
accessKey?: string | undefined;
|
|
904
|
-
|
|
926
|
+
autoFocus?: boolean | undefined;
|
|
927
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
905
928
|
contextMenu?: string | undefined;
|
|
906
929
|
dir?: string | undefined;
|
|
907
930
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
908
|
-
|
|
931
|
+
nonce?: string | undefined;
|
|
909
932
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
910
933
|
radioGroup?: string | undefined;
|
|
911
934
|
about?: string | undefined;
|
|
912
935
|
datatype?: string | undefined;
|
|
913
936
|
inlist?: any;
|
|
914
937
|
property?: string | undefined;
|
|
938
|
+
rel?: string | undefined;
|
|
915
939
|
resource?: string | undefined;
|
|
940
|
+
rev?: string | undefined;
|
|
916
941
|
typeof?: string | undefined;
|
|
917
942
|
vocab?: string | undefined;
|
|
918
943
|
autoCapitalize?: string | undefined;
|
|
@@ -925,19 +950,18 @@ export declare const ArbitrarySides: import("@storybook/types").AnnotatedStoryFn
|
|
|
925
950
|
itemRef?: string | undefined;
|
|
926
951
|
results?: number | undefined;
|
|
927
952
|
security?: string | undefined;
|
|
928
|
-
unselectable?: "
|
|
929
|
-
inputMode?: "search" | "
|
|
953
|
+
unselectable?: "off" | "on" | undefined;
|
|
954
|
+
inputMode?: "search" | "none" | "text" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
930
955
|
is?: string | undefined;
|
|
931
|
-
alt?: string | undefined;
|
|
932
956
|
src?: string | undefined;
|
|
933
|
-
autoFocus?: boolean | undefined;
|
|
934
957
|
disabled?: boolean | undefined;
|
|
935
958
|
formAction?: string | undefined;
|
|
936
959
|
formEncType?: string | undefined;
|
|
937
960
|
formMethod?: string | undefined;
|
|
938
961
|
formNoValidate?: boolean | undefined;
|
|
939
962
|
formTarget?: string | undefined;
|
|
940
|
-
autoComplete?:
|
|
963
|
+
autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
|
|
964
|
+
alt?: string | undefined;
|
|
941
965
|
accept?: string | undefined;
|
|
942
966
|
capture?: boolean | "user" | "environment" | undefined;
|
|
943
967
|
checked?: boolean | undefined;
|
|
@@ -946,6 +970,7 @@ export declare const ArbitrarySides: import("@storybook/types").AnnotatedStoryFn
|
|
|
946
970
|
maxLength?: number | undefined;
|
|
947
971
|
minLength?: number | undefined;
|
|
948
972
|
multiple?: boolean | undefined;
|
|
973
|
+
placeholder?: string | undefined;
|
|
949
974
|
readOnly?: boolean | undefined;
|
|
950
975
|
required?: boolean | undefined;
|
|
951
976
|
step?: string | number | undefined;
|
|
@@ -987,72 +1012,75 @@ export declare const SingleSide: import("@storybook/types").AnnotatedStoryFn<imp
|
|
|
987
1012
|
prefix?: import("react").ReactNode;
|
|
988
1013
|
slot?: string | undefined;
|
|
989
1014
|
role?: import("react").AriaRole | undefined;
|
|
990
|
-
form?: string | undefined;
|
|
991
|
-
style?: import("react").CSSProperties | undefined;
|
|
992
|
-
title?: string | undefined;
|
|
993
|
-
pattern?: string | undefined;
|
|
994
1015
|
color?: string | undefined;
|
|
1016
|
+
content?: string | undefined;
|
|
995
1017
|
height?: string | number | undefined;
|
|
996
|
-
translate?: "
|
|
1018
|
+
translate?: "no" | "yes" | undefined;
|
|
997
1019
|
width?: string | number | undefined;
|
|
998
1020
|
help?: import("react").ReactNode;
|
|
999
1021
|
hidden?: boolean | undefined;
|
|
1022
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
1000
1023
|
lang?: string | undefined;
|
|
1001
1024
|
max?: number | undefined;
|
|
1002
1025
|
min?: number | undefined;
|
|
1003
1026
|
name?: string | undefined;
|
|
1027
|
+
style?: import("react").CSSProperties | undefined;
|
|
1004
1028
|
tabIndex?: number | undefined;
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1029
|
+
"aria-activedescendant"?: string | undefined;
|
|
1030
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1031
|
+
"aria-autocomplete"?: "inline" | "none" | "list" | "both" | undefined;
|
|
1032
|
+
"aria-braillelabel"?: string | undefined;
|
|
1033
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
1034
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1035
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1036
|
+
"aria-colcount"?: number | undefined;
|
|
1037
|
+
"aria-colindex"?: number | undefined;
|
|
1038
|
+
"aria-colindextext"?: string | undefined;
|
|
1039
|
+
"aria-colspan"?: number | undefined;
|
|
1040
|
+
"aria-controls"?: string | undefined;
|
|
1041
|
+
"aria-current"?: boolean | "page" | "time" | "step" | "false" | "true" | "date" | "location" | undefined;
|
|
1042
|
+
"aria-describedby"?: string | undefined;
|
|
1043
|
+
"aria-description"?: string | undefined;
|
|
1044
|
+
"aria-details"?: string | undefined;
|
|
1045
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1046
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1047
|
+
"aria-errormessage"?: string | undefined;
|
|
1048
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1049
|
+
"aria-flowto"?: string | undefined;
|
|
1050
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1051
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1052
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1053
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1054
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
1055
|
+
"aria-label"?: string | undefined;
|
|
1056
|
+
"aria-labelledby"?: string | undefined;
|
|
1057
|
+
"aria-level"?: number | undefined;
|
|
1058
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1059
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
1060
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
1061
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
1062
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1063
|
+
"aria-owns"?: string | undefined;
|
|
1064
|
+
"aria-placeholder"?: string | undefined;
|
|
1065
|
+
"aria-posinset"?: number | undefined;
|
|
1066
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1067
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1068
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1069
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1070
|
+
"aria-roledescription"?: string | undefined;
|
|
1071
|
+
"aria-rowcount"?: number | undefined;
|
|
1072
|
+
"aria-rowindex"?: number | undefined;
|
|
1073
|
+
"aria-rowindextext"?: string | undefined;
|
|
1074
|
+
"aria-rowspan"?: number | undefined;
|
|
1075
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1076
|
+
"aria-setsize"?: number | undefined;
|
|
1077
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1078
|
+
"aria-valuemax"?: number | undefined;
|
|
1079
|
+
"aria-valuemin"?: number | undefined;
|
|
1080
|
+
"aria-valuenow"?: number | undefined;
|
|
1081
|
+
"aria-valuetext"?: string | undefined;
|
|
1054
1082
|
dangerouslySetInnerHTML?: {
|
|
1055
|
-
__html: string;
|
|
1083
|
+
__html: string | TrustedHTML;
|
|
1056
1084
|
} | undefined;
|
|
1057
1085
|
onCopy?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
1058
1086
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
@@ -1120,6 +1148,8 @@ export declare const SingleSide: import("@storybook/types").AnnotatedStoryFn<imp
|
|
|
1120
1148
|
onProgressCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1121
1149
|
onRateChange?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1122
1150
|
onRateChangeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1151
|
+
onResize?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1152
|
+
onResizeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1123
1153
|
onSeeked?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1124
1154
|
onSeekedCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1125
1155
|
onSeeking?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
@@ -1193,9 +1223,7 @@ export declare const SingleSide: import("@storybook/types").AnnotatedStoryFn<imp
|
|
|
1193
1223
|
onPointerCancel?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1194
1224
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1195
1225
|
onPointerEnter?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1196
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1197
1226
|
onPointerLeave?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1198
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1199
1227
|
onPointerOver?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1200
1228
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1201
1229
|
onPointerOut?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
@@ -1218,24 +1246,29 @@ export declare const SingleSide: import("@storybook/types").AnnotatedStoryFn<imp
|
|
|
1218
1246
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
|
|
1219
1247
|
size?: import("../../input-control/types").Size | undefined;
|
|
1220
1248
|
value?: string | number | undefined;
|
|
1249
|
+
form?: string | undefined;
|
|
1250
|
+
title?: string | undefined;
|
|
1251
|
+
pattern?: string | undefined;
|
|
1221
1252
|
key?: import("react").Key | null | undefined;
|
|
1222
1253
|
defaultChecked?: boolean | undefined;
|
|
1223
1254
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1224
1255
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1225
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
1226
1256
|
accessKey?: string | undefined;
|
|
1227
|
-
|
|
1257
|
+
autoFocus?: boolean | undefined;
|
|
1258
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1228
1259
|
contextMenu?: string | undefined;
|
|
1229
1260
|
dir?: string | undefined;
|
|
1230
1261
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1231
|
-
|
|
1262
|
+
nonce?: string | undefined;
|
|
1232
1263
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1233
1264
|
radioGroup?: string | undefined;
|
|
1234
1265
|
about?: string | undefined;
|
|
1235
1266
|
datatype?: string | undefined;
|
|
1236
1267
|
inlist?: any;
|
|
1237
1268
|
property?: string | undefined;
|
|
1269
|
+
rel?: string | undefined;
|
|
1238
1270
|
resource?: string | undefined;
|
|
1271
|
+
rev?: string | undefined;
|
|
1239
1272
|
typeof?: string | undefined;
|
|
1240
1273
|
vocab?: string | undefined;
|
|
1241
1274
|
autoCapitalize?: string | undefined;
|
|
@@ -1248,19 +1281,18 @@ export declare const SingleSide: import("@storybook/types").AnnotatedStoryFn<imp
|
|
|
1248
1281
|
itemRef?: string | undefined;
|
|
1249
1282
|
results?: number | undefined;
|
|
1250
1283
|
security?: string | undefined;
|
|
1251
|
-
unselectable?: "
|
|
1252
|
-
inputMode?: "search" | "
|
|
1284
|
+
unselectable?: "off" | "on" | undefined;
|
|
1285
|
+
inputMode?: "search" | "none" | "text" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
1253
1286
|
is?: string | undefined;
|
|
1254
|
-
alt?: string | undefined;
|
|
1255
1287
|
src?: string | undefined;
|
|
1256
|
-
autoFocus?: boolean | undefined;
|
|
1257
1288
|
disabled?: boolean | undefined;
|
|
1258
1289
|
formAction?: string | undefined;
|
|
1259
1290
|
formEncType?: string | undefined;
|
|
1260
1291
|
formMethod?: string | undefined;
|
|
1261
1292
|
formNoValidate?: boolean | undefined;
|
|
1262
1293
|
formTarget?: string | undefined;
|
|
1263
|
-
autoComplete?:
|
|
1294
|
+
autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
|
|
1295
|
+
alt?: string | undefined;
|
|
1264
1296
|
accept?: string | undefined;
|
|
1265
1297
|
capture?: boolean | "user" | "environment" | undefined;
|
|
1266
1298
|
checked?: boolean | undefined;
|
|
@@ -1269,6 +1301,7 @@ export declare const SingleSide: import("@storybook/types").AnnotatedStoryFn<imp
|
|
|
1269
1301
|
maxLength?: number | undefined;
|
|
1270
1302
|
minLength?: number | undefined;
|
|
1271
1303
|
multiple?: boolean | undefined;
|
|
1304
|
+
placeholder?: string | undefined;
|
|
1272
1305
|
readOnly?: boolean | undefined;
|
|
1273
1306
|
required?: boolean | undefined;
|
|
1274
1307
|
step?: string | number | undefined;
|
|
@@ -1310,72 +1343,75 @@ export declare const AxialControls: import("@storybook/types").AnnotatedStoryFn<
|
|
|
1310
1343
|
prefix?: import("react").ReactNode;
|
|
1311
1344
|
slot?: string | undefined;
|
|
1312
1345
|
role?: import("react").AriaRole | undefined;
|
|
1313
|
-
form?: string | undefined;
|
|
1314
|
-
style?: import("react").CSSProperties | undefined;
|
|
1315
|
-
title?: string | undefined;
|
|
1316
|
-
pattern?: string | undefined;
|
|
1317
1346
|
color?: string | undefined;
|
|
1347
|
+
content?: string | undefined;
|
|
1318
1348
|
height?: string | number | undefined;
|
|
1319
|
-
translate?: "
|
|
1349
|
+
translate?: "no" | "yes" | undefined;
|
|
1320
1350
|
width?: string | number | undefined;
|
|
1321
1351
|
help?: import("react").ReactNode;
|
|
1322
1352
|
hidden?: boolean | undefined;
|
|
1353
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
1323
1354
|
lang?: string | undefined;
|
|
1324
1355
|
max?: number | undefined;
|
|
1325
1356
|
min?: number | undefined;
|
|
1326
1357
|
name?: string | undefined;
|
|
1358
|
+
style?: import("react").CSSProperties | undefined;
|
|
1327
1359
|
tabIndex?: number | undefined;
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1360
|
+
"aria-activedescendant"?: string | undefined;
|
|
1361
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1362
|
+
"aria-autocomplete"?: "inline" | "none" | "list" | "both" | undefined;
|
|
1363
|
+
"aria-braillelabel"?: string | undefined;
|
|
1364
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
1365
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1366
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1367
|
+
"aria-colcount"?: number | undefined;
|
|
1368
|
+
"aria-colindex"?: number | undefined;
|
|
1369
|
+
"aria-colindextext"?: string | undefined;
|
|
1370
|
+
"aria-colspan"?: number | undefined;
|
|
1371
|
+
"aria-controls"?: string | undefined;
|
|
1372
|
+
"aria-current"?: boolean | "page" | "time" | "step" | "false" | "true" | "date" | "location" | undefined;
|
|
1373
|
+
"aria-describedby"?: string | undefined;
|
|
1374
|
+
"aria-description"?: string | undefined;
|
|
1375
|
+
"aria-details"?: string | undefined;
|
|
1376
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1377
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1378
|
+
"aria-errormessage"?: string | undefined;
|
|
1379
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1380
|
+
"aria-flowto"?: string | undefined;
|
|
1381
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1382
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1383
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1384
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1385
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
1386
|
+
"aria-label"?: string | undefined;
|
|
1387
|
+
"aria-labelledby"?: string | undefined;
|
|
1388
|
+
"aria-level"?: number | undefined;
|
|
1389
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1390
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
1391
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
1392
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
1393
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1394
|
+
"aria-owns"?: string | undefined;
|
|
1395
|
+
"aria-placeholder"?: string | undefined;
|
|
1396
|
+
"aria-posinset"?: number | undefined;
|
|
1397
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1398
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1399
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1400
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1401
|
+
"aria-roledescription"?: string | undefined;
|
|
1402
|
+
"aria-rowcount"?: number | undefined;
|
|
1403
|
+
"aria-rowindex"?: number | undefined;
|
|
1404
|
+
"aria-rowindextext"?: string | undefined;
|
|
1405
|
+
"aria-rowspan"?: number | undefined;
|
|
1406
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1407
|
+
"aria-setsize"?: number | undefined;
|
|
1408
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1409
|
+
"aria-valuemax"?: number | undefined;
|
|
1410
|
+
"aria-valuemin"?: number | undefined;
|
|
1411
|
+
"aria-valuenow"?: number | undefined;
|
|
1412
|
+
"aria-valuetext"?: string | undefined;
|
|
1377
1413
|
dangerouslySetInnerHTML?: {
|
|
1378
|
-
__html: string;
|
|
1414
|
+
__html: string | TrustedHTML;
|
|
1379
1415
|
} | undefined;
|
|
1380
1416
|
onCopy?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
1381
1417
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
@@ -1443,6 +1479,8 @@ export declare const AxialControls: import("@storybook/types").AnnotatedStoryFn<
|
|
|
1443
1479
|
onProgressCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1444
1480
|
onRateChange?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1445
1481
|
onRateChangeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1482
|
+
onResize?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1483
|
+
onResizeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1446
1484
|
onSeeked?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1447
1485
|
onSeekedCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1448
1486
|
onSeeking?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
@@ -1516,9 +1554,7 @@ export declare const AxialControls: import("@storybook/types").AnnotatedStoryFn<
|
|
|
1516
1554
|
onPointerCancel?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1517
1555
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1518
1556
|
onPointerEnter?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1519
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1520
1557
|
onPointerLeave?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1521
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1522
1558
|
onPointerOver?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1523
1559
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1524
1560
|
onPointerOut?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
@@ -1541,24 +1577,29 @@ export declare const AxialControls: import("@storybook/types").AnnotatedStoryFn<
|
|
|
1541
1577
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
|
|
1542
1578
|
size?: import("../../input-control/types").Size | undefined;
|
|
1543
1579
|
value?: string | number | undefined;
|
|
1580
|
+
form?: string | undefined;
|
|
1581
|
+
title?: string | undefined;
|
|
1582
|
+
pattern?: string | undefined;
|
|
1544
1583
|
key?: import("react").Key | null | undefined;
|
|
1545
1584
|
defaultChecked?: boolean | undefined;
|
|
1546
1585
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1547
1586
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1548
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
1549
1587
|
accessKey?: string | undefined;
|
|
1550
|
-
|
|
1588
|
+
autoFocus?: boolean | undefined;
|
|
1589
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1551
1590
|
contextMenu?: string | undefined;
|
|
1552
1591
|
dir?: string | undefined;
|
|
1553
1592
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1554
|
-
|
|
1593
|
+
nonce?: string | undefined;
|
|
1555
1594
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1556
1595
|
radioGroup?: string | undefined;
|
|
1557
1596
|
about?: string | undefined;
|
|
1558
1597
|
datatype?: string | undefined;
|
|
1559
1598
|
inlist?: any;
|
|
1560
1599
|
property?: string | undefined;
|
|
1600
|
+
rel?: string | undefined;
|
|
1561
1601
|
resource?: string | undefined;
|
|
1602
|
+
rev?: string | undefined;
|
|
1562
1603
|
typeof?: string | undefined;
|
|
1563
1604
|
vocab?: string | undefined;
|
|
1564
1605
|
autoCapitalize?: string | undefined;
|
|
@@ -1571,19 +1612,18 @@ export declare const AxialControls: import("@storybook/types").AnnotatedStoryFn<
|
|
|
1571
1612
|
itemRef?: string | undefined;
|
|
1572
1613
|
results?: number | undefined;
|
|
1573
1614
|
security?: string | undefined;
|
|
1574
|
-
unselectable?: "
|
|
1575
|
-
inputMode?: "search" | "
|
|
1615
|
+
unselectable?: "off" | "on" | undefined;
|
|
1616
|
+
inputMode?: "search" | "none" | "text" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
1576
1617
|
is?: string | undefined;
|
|
1577
|
-
alt?: string | undefined;
|
|
1578
1618
|
src?: string | undefined;
|
|
1579
|
-
autoFocus?: boolean | undefined;
|
|
1580
1619
|
disabled?: boolean | undefined;
|
|
1581
1620
|
formAction?: string | undefined;
|
|
1582
1621
|
formEncType?: string | undefined;
|
|
1583
1622
|
formMethod?: string | undefined;
|
|
1584
1623
|
formNoValidate?: boolean | undefined;
|
|
1585
1624
|
formTarget?: string | undefined;
|
|
1586
|
-
autoComplete?:
|
|
1625
|
+
autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
|
|
1626
|
+
alt?: string | undefined;
|
|
1587
1627
|
accept?: string | undefined;
|
|
1588
1628
|
capture?: boolean | "user" | "environment" | undefined;
|
|
1589
1629
|
checked?: boolean | undefined;
|
|
@@ -1592,6 +1632,7 @@ export declare const AxialControls: import("@storybook/types").AnnotatedStoryFn<
|
|
|
1592
1632
|
maxLength?: number | undefined;
|
|
1593
1633
|
minLength?: number | undefined;
|
|
1594
1634
|
multiple?: boolean | undefined;
|
|
1635
|
+
placeholder?: string | undefined;
|
|
1595
1636
|
readOnly?: boolean | undefined;
|
|
1596
1637
|
required?: boolean | undefined;
|
|
1597
1638
|
step?: string | number | undefined;
|
|
@@ -1633,72 +1674,75 @@ export declare const AxialControlsWithSingleSide: import("@storybook/types").Ann
|
|
|
1633
1674
|
prefix?: import("react").ReactNode;
|
|
1634
1675
|
slot?: string | undefined;
|
|
1635
1676
|
role?: import("react").AriaRole | undefined;
|
|
1636
|
-
form?: string | undefined;
|
|
1637
|
-
style?: import("react").CSSProperties | undefined;
|
|
1638
|
-
title?: string | undefined;
|
|
1639
|
-
pattern?: string | undefined;
|
|
1640
1677
|
color?: string | undefined;
|
|
1678
|
+
content?: string | undefined;
|
|
1641
1679
|
height?: string | number | undefined;
|
|
1642
|
-
translate?: "
|
|
1680
|
+
translate?: "no" | "yes" | undefined;
|
|
1643
1681
|
width?: string | number | undefined;
|
|
1644
1682
|
help?: import("react").ReactNode;
|
|
1645
1683
|
hidden?: boolean | undefined;
|
|
1684
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
1646
1685
|
lang?: string | undefined;
|
|
1647
1686
|
max?: number | undefined;
|
|
1648
1687
|
min?: number | undefined;
|
|
1649
1688
|
name?: string | undefined;
|
|
1689
|
+
style?: import("react").CSSProperties | undefined;
|
|
1650
1690
|
tabIndex?: number | undefined;
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1691
|
+
"aria-activedescendant"?: string | undefined;
|
|
1692
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1693
|
+
"aria-autocomplete"?: "inline" | "none" | "list" | "both" | undefined;
|
|
1694
|
+
"aria-braillelabel"?: string | undefined;
|
|
1695
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
1696
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1697
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1698
|
+
"aria-colcount"?: number | undefined;
|
|
1699
|
+
"aria-colindex"?: number | undefined;
|
|
1700
|
+
"aria-colindextext"?: string | undefined;
|
|
1701
|
+
"aria-colspan"?: number | undefined;
|
|
1702
|
+
"aria-controls"?: string | undefined;
|
|
1703
|
+
"aria-current"?: boolean | "page" | "time" | "step" | "false" | "true" | "date" | "location" | undefined;
|
|
1704
|
+
"aria-describedby"?: string | undefined;
|
|
1705
|
+
"aria-description"?: string | undefined;
|
|
1706
|
+
"aria-details"?: string | undefined;
|
|
1707
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1708
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1709
|
+
"aria-errormessage"?: string | undefined;
|
|
1710
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1711
|
+
"aria-flowto"?: string | undefined;
|
|
1712
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1713
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1714
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1715
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1716
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
1717
|
+
"aria-label"?: string | undefined;
|
|
1718
|
+
"aria-labelledby"?: string | undefined;
|
|
1719
|
+
"aria-level"?: number | undefined;
|
|
1720
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1721
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
1722
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
1723
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
1724
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1725
|
+
"aria-owns"?: string | undefined;
|
|
1726
|
+
"aria-placeholder"?: string | undefined;
|
|
1727
|
+
"aria-posinset"?: number | undefined;
|
|
1728
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1729
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1730
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1731
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1732
|
+
"aria-roledescription"?: string | undefined;
|
|
1733
|
+
"aria-rowcount"?: number | undefined;
|
|
1734
|
+
"aria-rowindex"?: number | undefined;
|
|
1735
|
+
"aria-rowindextext"?: string | undefined;
|
|
1736
|
+
"aria-rowspan"?: number | undefined;
|
|
1737
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1738
|
+
"aria-setsize"?: number | undefined;
|
|
1739
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1740
|
+
"aria-valuemax"?: number | undefined;
|
|
1741
|
+
"aria-valuemin"?: number | undefined;
|
|
1742
|
+
"aria-valuenow"?: number | undefined;
|
|
1743
|
+
"aria-valuetext"?: string | undefined;
|
|
1700
1744
|
dangerouslySetInnerHTML?: {
|
|
1701
|
-
__html: string;
|
|
1745
|
+
__html: string | TrustedHTML;
|
|
1702
1746
|
} | undefined;
|
|
1703
1747
|
onCopy?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
1704
1748
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
@@ -1766,6 +1810,8 @@ export declare const AxialControlsWithSingleSide: import("@storybook/types").Ann
|
|
|
1766
1810
|
onProgressCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1767
1811
|
onRateChange?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1768
1812
|
onRateChangeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1813
|
+
onResize?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1814
|
+
onResizeCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1769
1815
|
onSeeked?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1770
1816
|
onSeekedCapture?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
1771
1817
|
onSeeking?: import("react").ReactEventHandler<HTMLInputElement> | undefined;
|
|
@@ -1839,9 +1885,7 @@ export declare const AxialControlsWithSingleSide: import("@storybook/types").Ann
|
|
|
1839
1885
|
onPointerCancel?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1840
1886
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1841
1887
|
onPointerEnter?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1842
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1843
1888
|
onPointerLeave?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1844
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1845
1889
|
onPointerOver?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1846
1890
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
1847
1891
|
onPointerOut?: import("react").PointerEventHandler<HTMLInputElement> | undefined;
|
|
@@ -1864,24 +1908,29 @@ export declare const AxialControlsWithSingleSide: import("@storybook/types").Ann
|
|
|
1864
1908
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
|
|
1865
1909
|
size?: import("../../input-control/types").Size | undefined;
|
|
1866
1910
|
value?: string | number | undefined;
|
|
1911
|
+
form?: string | undefined;
|
|
1912
|
+
title?: string | undefined;
|
|
1913
|
+
pattern?: string | undefined;
|
|
1867
1914
|
key?: import("react").Key | null | undefined;
|
|
1868
1915
|
defaultChecked?: boolean | undefined;
|
|
1869
1916
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1870
1917
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1871
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
1872
1918
|
accessKey?: string | undefined;
|
|
1873
|
-
|
|
1919
|
+
autoFocus?: boolean | undefined;
|
|
1920
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1874
1921
|
contextMenu?: string | undefined;
|
|
1875
1922
|
dir?: string | undefined;
|
|
1876
1923
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1877
|
-
|
|
1924
|
+
nonce?: string | undefined;
|
|
1878
1925
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1879
1926
|
radioGroup?: string | undefined;
|
|
1880
1927
|
about?: string | undefined;
|
|
1881
1928
|
datatype?: string | undefined;
|
|
1882
1929
|
inlist?: any;
|
|
1883
1930
|
property?: string | undefined;
|
|
1931
|
+
rel?: string | undefined;
|
|
1884
1932
|
resource?: string | undefined;
|
|
1933
|
+
rev?: string | undefined;
|
|
1885
1934
|
typeof?: string | undefined;
|
|
1886
1935
|
vocab?: string | undefined;
|
|
1887
1936
|
autoCapitalize?: string | undefined;
|
|
@@ -1894,19 +1943,18 @@ export declare const AxialControlsWithSingleSide: import("@storybook/types").Ann
|
|
|
1894
1943
|
itemRef?: string | undefined;
|
|
1895
1944
|
results?: number | undefined;
|
|
1896
1945
|
security?: string | undefined;
|
|
1897
|
-
unselectable?: "
|
|
1898
|
-
inputMode?: "search" | "
|
|
1946
|
+
unselectable?: "off" | "on" | undefined;
|
|
1947
|
+
inputMode?: "search" | "none" | "text" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
1899
1948
|
is?: string | undefined;
|
|
1900
|
-
alt?: string | undefined;
|
|
1901
1949
|
src?: string | undefined;
|
|
1902
|
-
autoFocus?: boolean | undefined;
|
|
1903
1950
|
disabled?: boolean | undefined;
|
|
1904
1951
|
formAction?: string | undefined;
|
|
1905
1952
|
formEncType?: string | undefined;
|
|
1906
1953
|
formMethod?: string | undefined;
|
|
1907
1954
|
formNoValidate?: boolean | undefined;
|
|
1908
1955
|
formTarget?: string | undefined;
|
|
1909
|
-
autoComplete?:
|
|
1956
|
+
autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
|
|
1957
|
+
alt?: string | undefined;
|
|
1910
1958
|
accept?: string | undefined;
|
|
1911
1959
|
capture?: boolean | "user" | "environment" | undefined;
|
|
1912
1960
|
checked?: boolean | undefined;
|
|
@@ -1915,6 +1963,7 @@ export declare const AxialControlsWithSingleSide: import("@storybook/types").Ann
|
|
|
1915
1963
|
maxLength?: number | undefined;
|
|
1916
1964
|
minLength?: number | undefined;
|
|
1917
1965
|
multiple?: boolean | undefined;
|
|
1966
|
+
placeholder?: string | undefined;
|
|
1918
1967
|
readOnly?: boolean | undefined;
|
|
1919
1968
|
required?: boolean | undefined;
|
|
1920
1969
|
step?: string | number | undefined;
|