@wordpress/components 25.6.1 → 26.0.1-next.5a1d1283.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 +21 -1
- package/CONTRIBUTING.md +1 -1
- package/README.md +3 -8
- package/build/color-picker/hsv-color-picker.native.js +92 -0
- package/build/color-picker/hsv-color-picker.native.js.map +1 -0
- package/build/color-picker/hue-picker.native.js +195 -0
- package/build/color-picker/hue-picker.native.js.map +1 -0
- package/build/color-picker/index.native.js +3 -2
- package/build/color-picker/index.native.js.map +1 -1
- package/build/color-picker/saturation-picker.native.js +178 -0
- package/build/color-picker/saturation-picker.native.js.map +1 -0
- package/build/item-group/item/component.js +0 -1
- package/build/item-group/item/component.js.map +1 -1
- package/build/item-group/item-group/component.js +0 -1
- package/build/item-group/item-group/component.js.map +1 -1
- package/build/menu-item/index.js +6 -4
- package/build/menu-item/index.js.map +1 -1
- package/build/menu-item/types.js.map +1 -1
- package/build/mobile/link-settings/link-settings-navigation.native.js +1 -1
- package/build/mobile/link-settings/link-settings-navigation.native.js.map +1 -1
- package/build/navigation/index.js +0 -1
- package/build/navigation/index.js.map +1 -1
- package/build/navigator/navigator-provider/component.js +1 -2
- package/build/navigator/navigator-provider/component.js.map +1 -1
- package/build/palette-edit/styles.js +10 -10
- package/build/palette-edit/styles.js.map +1 -1
- package/build/popover/index.js +38 -75
- package/build/popover/index.js.map +1 -1
- package/build/popover/overlay-middlewares.js.map +1 -1
- package/build/popover/types.js.map +1 -1
- package/build/popover/utils.js +5 -50
- package/build/popover/utils.js.map +1 -1
- package/build/progress-bar/styles.js +6 -5
- package/build/progress-bar/styles.js.map +1 -1
- package/build/search-control/index.native.js +27 -24
- package/build/search-control/index.native.js.map +1 -1
- package/build/shortcut/index.js +13 -0
- package/build/shortcut/index.js.map +1 -1
- package/build/slot-fill/bubbles-virtually/slot-fill-context.js +3 -1
- package/build/slot-fill/bubbles-virtually/slot-fill-context.js.map +1 -1
- package/build/slot-fill/bubbles-virtually/slot.js +14 -8
- package/build/slot-fill/bubbles-virtually/slot.js.map +1 -1
- package/build/slot-fill/index.js +5 -0
- package/build/slot-fill/index.js.map +1 -1
- package/build/spinner/index.js +0 -1
- package/build/spinner/index.js.map +1 -1
- package/build/theme/index.js +0 -1
- package/build/theme/index.js.map +1 -1
- package/build/tools-panel/tools-panel/component.js +0 -1
- package/build/tools-panel/tools-panel/component.js.map +1 -1
- package/build/tools-panel/tools-panel-header/component.js +5 -1
- package/build/tools-panel/tools-panel-header/component.js.map +1 -1
- package/build/tree-select/index.js +0 -1
- package/build/tree-select/index.js.map +1 -1
- package/build/unit-control/index.js +0 -1
- package/build/unit-control/index.js.map +1 -1
- package/build/utils/hooks/use-cx.js +2 -1
- package/build/utils/hooks/use-cx.js.map +1 -1
- package/build/view/component.js +1 -2
- package/build/view/component.js.map +1 -1
- package/build-module/color-picker/hsv-color-picker.native.js +84 -0
- package/build-module/color-picker/hsv-color-picker.native.js.map +1 -0
- package/build-module/color-picker/hue-picker.native.js +185 -0
- package/build-module/color-picker/hue-picker.native.js.map +1 -0
- package/build-module/color-picker/index.native.js +2 -1
- package/build-module/color-picker/index.native.js.map +1 -1
- package/build-module/color-picker/saturation-picker.native.js +168 -0
- package/build-module/color-picker/saturation-picker.native.js.map +1 -0
- package/build-module/item-group/item/component.js +0 -1
- package/build-module/item-group/item/component.js.map +1 -1
- package/build-module/item-group/item-group/component.js +0 -1
- package/build-module/item-group/item-group/component.js.map +1 -1
- package/build-module/menu-item/index.js +4 -2
- package/build-module/menu-item/index.js.map +1 -1
- package/build-module/menu-item/types.js.map +1 -1
- package/build-module/mobile/link-settings/link-settings-navigation.native.js +1 -1
- package/build-module/mobile/link-settings/link-settings-navigation.native.js.map +1 -1
- package/build-module/navigation/index.js +0 -1
- package/build-module/navigation/index.js.map +1 -1
- package/build-module/navigator/navigator-provider/component.js +1 -2
- package/build-module/navigator/navigator-provider/component.js.map +1 -1
- package/build-module/palette-edit/styles.js +10 -10
- package/build-module/palette-edit/styles.js.map +1 -1
- package/build-module/popover/index.js +42 -79
- package/build-module/popover/index.js.map +1 -1
- package/build-module/popover/overlay-middlewares.js.map +1 -1
- package/build-module/popover/types.js.map +1 -1
- package/build-module/popover/utils.js +4 -47
- package/build-module/popover/utils.js.map +1 -1
- package/build-module/progress-bar/styles.js +6 -5
- package/build-module/progress-bar/styles.js.map +1 -1
- package/build-module/search-control/index.native.js +28 -25
- package/build-module/search-control/index.native.js.map +1 -1
- package/build-module/shortcut/index.js +13 -0
- package/build-module/shortcut/index.js.map +1 -1
- package/build-module/slot-fill/bubbles-virtually/slot-fill-context.js +3 -1
- package/build-module/slot-fill/bubbles-virtually/slot-fill-context.js.map +1 -1
- package/build-module/slot-fill/bubbles-virtually/slot.js +14 -8
- package/build-module/slot-fill/bubbles-virtually/slot.js.map +1 -1
- package/build-module/slot-fill/index.js +6 -1
- package/build-module/slot-fill/index.js.map +1 -1
- package/build-module/spinner/index.js +0 -1
- package/build-module/spinner/index.js.map +1 -1
- package/build-module/theme/index.js +0 -1
- package/build-module/theme/index.js.map +1 -1
- package/build-module/tools-panel/tools-panel/component.js +0 -1
- package/build-module/tools-panel/tools-panel/component.js.map +1 -1
- package/build-module/tools-panel/tools-panel-header/component.js +5 -1
- package/build-module/tools-panel/tools-panel-header/component.js.map +1 -1
- package/build-module/tree-select/index.js +0 -1
- package/build-module/tree-select/index.js.map +1 -1
- package/build-module/unit-control/index.js +0 -1
- package/build-module/unit-control/index.js.map +1 -1
- package/build-module/utils/hooks/use-cx.js +2 -1
- package/build-module/utils/hooks/use-cx.js.map +1 -1
- package/build-module/view/component.js +1 -2
- package/build-module/view/component.js.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/angle-picker-control/stories/index.story.d.ts +2 -2
- package/build-types/angle-picker-control/stories/index.story.d.ts.map +1 -1
- package/build-types/animate/stories/index.story.d.ts +9 -9
- package/build-types/animate/stories/index.story.d.ts.map +1 -1
- package/build-types/base-control/stories/index.story.d.ts +4 -4
- package/build-types/base-control/stories/index.story.d.ts.map +1 -1
- package/build-types/border-box-control/stories/index.story.d.ts +2 -2
- package/build-types/border-box-control/stories/index.story.d.ts.map +1 -1
- package/build-types/border-control/stories/index.story.d.ts +2 -2
- package/build-types/border-control/stories/index.story.d.ts.map +1 -1
- package/build-types/button/stories/e2e/index.story.d.ts +3 -3
- package/build-types/button/stories/e2e/index.story.d.ts.map +1 -1
- package/build-types/button/stories/index.story.d.ts +10 -9
- package/build-types/button/stories/index.story.d.ts.map +1 -1
- package/build-types/button-group/stories/index.story.d.ts +3 -3
- package/build-types/button-group/stories/index.story.d.ts.map +1 -1
- package/build-types/card/stories/index.story.d.ts +2 -2
- package/build-types/card/stories/index.story.d.ts.map +1 -1
- package/build-types/checkbox-control/stories/index.story.d.ts +4 -4
- package/build-types/checkbox-control/stories/index.story.d.ts.map +1 -1
- package/build-types/circular-option-picker/stories/index.story.d.ts +2 -2
- package/build-types/circular-option-picker/stories/index.story.d.ts.map +1 -1
- package/build-types/color-indicator/stories/index.story.d.ts +3 -3
- package/build-types/color-indicator/stories/index.story.d.ts.map +1 -1
- package/build-types/color-palette/stories/index.story.d.ts +3 -3
- package/build-types/color-palette/stories/index.story.d.ts.map +1 -1
- package/build-types/color-palette/styles.d.ts +1 -1
- package/build-types/color-picker/stories/index.story.d.ts +2 -2
- package/build-types/color-picker/stories/index.story.d.ts.map +1 -1
- package/build-types/combobox-control/stories/index.story.d.ts +2 -2
- package/build-types/combobox-control/stories/index.story.d.ts.map +1 -1
- package/build-types/custom-gradient-picker/stories/index.story.d.ts +2 -2
- package/build-types/custom-gradient-picker/stories/index.story.d.ts.map +1 -1
- package/build-types/date-time/date/styles.d.ts +1 -1
- package/build-types/date-time/stories/date-time.story.d.ts +5 -5
- package/build-types/date-time/stories/date-time.story.d.ts.map +1 -1
- package/build-types/date-time/stories/date.story.d.ts +5 -5
- package/build-types/date-time/stories/date.story.d.ts.map +1 -1
- package/build-types/date-time/stories/time.story.d.ts +3 -3
- package/build-types/date-time/stories/time.story.d.ts.map +1 -1
- package/build-types/dimension-control/stories/index.story.d.ts.map +1 -1
- package/build-types/disabled/stories/index.story.d.ts +4 -4
- package/build-types/disabled/stories/index.story.d.ts.map +1 -1
- package/build-types/divider/stories/index.story.d.ts +5 -5
- package/build-types/divider/stories/index.story.d.ts.map +1 -1
- package/build-types/draggable/stories/index.story.d.ts +4 -4
- package/build-types/draggable/stories/index.story.d.ts.map +1 -1
- package/build-types/drop-zone/stories/index.story.d.ts +2 -2
- package/build-types/drop-zone/stories/index.story.d.ts.map +1 -1
- package/build-types/dropdown/stories/index.story.d.ts +6 -5
- package/build-types/dropdown/stories/index.story.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/stories/index.story.d.ts +2 -2
- package/build-types/dropdown-menu-v2/stories/index.story.d.ts.map +1 -1
- package/build-types/duotone-picker/stories/duotone-picker.story.d.ts +2 -2
- package/build-types/duotone-picker/stories/duotone-picker.story.d.ts.map +1 -1
- package/build-types/duotone-picker/stories/duotone-swatch.story.d.ts +2 -2
- package/build-types/duotone-picker/stories/duotone-swatch.story.d.ts.map +1 -1
- package/build-types/elevation/stories/index.story.d.ts +5 -5
- package/build-types/elevation/stories/index.story.d.ts.map +1 -1
- package/build-types/external-link/stories/index.story.d.ts +3 -3
- package/build-types/external-link/stories/index.story.d.ts.map +1 -1
- package/build-types/flex/stories/index.story.d.ts +4 -4
- package/build-types/flex/stories/index.story.d.ts.map +1 -1
- package/build-types/focal-point-picker/stories/index.story.d.ts +2 -2
- package/build-types/focal-point-picker/stories/index.story.d.ts.map +1 -1
- package/build-types/font-size-picker/stories/e2e/index.story.d.ts +2 -2
- package/build-types/font-size-picker/stories/e2e/index.story.d.ts.map +1 -1
- package/build-types/font-size-picker/stories/index.story.d.ts +8 -8
- package/build-types/font-size-picker/stories/index.story.d.ts.map +1 -1
- package/build-types/form-file-upload/stories/index.story.d.ts +2 -2
- package/build-types/form-file-upload/stories/index.story.d.ts.map +1 -1
- package/build-types/form-toggle/stories/index.story.d.ts +3 -3
- package/build-types/form-toggle/stories/index.story.d.ts.map +1 -1
- package/build-types/form-token-field/stories/index.story.d.ts +7 -7
- package/build-types/form-token-field/stories/index.story.d.ts.map +1 -1
- package/build-types/gradient-picker/stories/index.story.d.ts +2 -2
- package/build-types/gradient-picker/stories/index.story.d.ts.map +1 -1
- package/build-types/grid/stories/index.story.d.ts +3 -3
- package/build-types/grid/stories/index.story.d.ts.map +1 -1
- package/build-types/guide/stories/index.story.d.ts +2 -2
- package/build-types/guide/stories/index.story.d.ts.map +1 -1
- package/build-types/h-stack/stories/e2e/index.story.d.ts +3 -3
- package/build-types/h-stack/stories/e2e/index.story.d.ts.map +1 -1
- package/build-types/h-stack/stories/index.story.d.ts +3 -3
- package/build-types/h-stack/stories/index.story.d.ts.map +1 -1
- package/build-types/heading/stories/index.story.d.ts +3 -3
- package/build-types/heading/stories/index.story.d.ts.map +1 -1
- package/build-types/icon/stories/index.story.d.ts +4 -4
- package/build-types/icon/stories/index.story.d.ts.map +1 -1
- package/build-types/input-control/stories/index.story.d.ts +2 -2
- package/build-types/input-control/stories/index.story.d.ts.map +1 -1
- package/build-types/item-group/item/component.d.ts +0 -1
- package/build-types/item-group/item/component.d.ts.map +1 -1
- package/build-types/item-group/item-group/component.d.ts +0 -1
- package/build-types/item-group/item-group/component.d.ts.map +1 -1
- package/build-types/item-group/stories/index.story.d.ts +6 -6
- package/build-types/item-group/stories/index.story.d.ts.map +1 -1
- package/build-types/keyboard-shortcuts/stories/index.story.d.ts +2 -2
- package/build-types/keyboard-shortcuts/stories/index.story.d.ts.map +1 -1
- package/build-types/menu-group/stories/index.story.d.ts +3 -3
- package/build-types/menu-group/stories/index.story.d.ts.map +1 -1
- package/build-types/menu-item/index.d.ts +5 -58
- package/build-types/menu-item/index.d.ts.map +1 -1
- package/build-types/menu-item/stories/index.story.d.ts +74 -0
- package/build-types/menu-item/stories/index.story.d.ts.map +1 -0
- package/build-types/menu-item/types.d.ts +3 -2
- package/build-types/menu-item/types.d.ts.map +1 -1
- package/build-types/menu-items-choice/stories/index.story.d.ts +3 -3
- package/build-types/menu-items-choice/stories/index.story.d.ts.map +1 -1
- package/build-types/modal/stories/index.story.d.ts +4 -4
- package/build-types/modal/stories/index.story.d.ts.map +1 -1
- package/build-types/navigable-container/stories/navigable-menu.story.d.ts +3 -3
- package/build-types/navigable-container/stories/navigable-menu.story.d.ts.map +1 -1
- package/build-types/navigable-container/stories/tabbable-container.story.d.ts +3 -3
- package/build-types/navigable-container/stories/tabbable-container.story.d.ts.map +1 -1
- package/build-types/navigation/index.d.ts +0 -1
- package/build-types/navigation/index.d.ts.map +1 -1
- package/build-types/navigation/stories/index.story.d.ts +2 -2
- package/build-types/navigation/stories/index.story.d.ts.map +1 -1
- package/build-types/navigation/stories/utils/controlled-state.d.ts +2 -2
- package/build-types/navigation/stories/utils/controlled-state.d.ts.map +1 -1
- package/build-types/navigation/stories/utils/default.d.ts +2 -2
- package/build-types/navigation/stories/utils/default.d.ts.map +1 -1
- package/build-types/navigation/stories/utils/group.d.ts +2 -2
- package/build-types/navigation/stories/utils/group.d.ts.map +1 -1
- package/build-types/navigation/stories/utils/hide-if-empty.d.ts +2 -2
- package/build-types/navigation/stories/utils/hide-if-empty.d.ts.map +1 -1
- package/build-types/navigation/stories/utils/more-examples.d.ts +2 -2
- package/build-types/navigation/stories/utils/more-examples.d.ts.map +1 -1
- package/build-types/navigation/stories/utils/search.d.ts +2 -2
- package/build-types/navigation/stories/utils/search.d.ts.map +1 -1
- package/build-types/navigation/styles/navigation-styles.d.ts +1 -1
- package/build-types/navigator/navigator-provider/component.d.ts +0 -1
- package/build-types/navigator/navigator-provider/component.d.ts.map +1 -1
- package/build-types/navigator/stories/index.story.d.ts +5 -5
- package/build-types/navigator/stories/index.story.d.ts.map +1 -1
- package/build-types/notice/stories/index.story.d.ts +3 -3
- package/build-types/notice/stories/index.story.d.ts.map +1 -1
- package/build-types/number-control/stories/index.story.d.ts +2 -2
- package/build-types/number-control/stories/index.story.d.ts.map +1 -1
- package/build-types/palette-edit/stories/index.story.d.ts +2 -2
- package/build-types/palette-edit/stories/index.story.d.ts.map +1 -1
- package/build-types/palette-edit/styles.d.ts +1 -1
- package/build-types/palette-edit/styles.d.ts.map +1 -1
- package/build-types/panel/stories/index.story.d.ts +6 -6
- package/build-types/panel/stories/index.story.d.ts.map +1 -1
- package/build-types/placeholder/stories/index.story.d.ts +3 -3
- package/build-types/placeholder/stories/index.story.d.ts.map +1 -1
- package/build-types/popover/index.d.ts.map +1 -1
- package/build-types/popover/overlay-middlewares.d.ts +2 -2
- package/build-types/popover/overlay-middlewares.d.ts.map +1 -1
- package/build-types/popover/stories/index.story.d.ts +7 -7
- package/build-types/popover/stories/index.story.d.ts.map +1 -1
- package/build-types/popover/types.d.ts +6 -0
- package/build-types/popover/types.d.ts.map +1 -1
- package/build-types/popover/utils.d.ts +1 -21
- package/build-types/popover/utils.d.ts.map +1 -1
- package/build-types/progress-bar/stories/index.story.d.ts +3 -3
- package/build-types/progress-bar/stories/index.story.d.ts.map +1 -1
- package/build-types/progress-bar/styles.d.ts.map +1 -1
- package/build-types/query-controls/stories/index.story.d.ts +4 -4
- package/build-types/query-controls/stories/index.story.d.ts.map +1 -1
- package/build-types/radio-control/stories/index.story.d.ts +3 -3
- package/build-types/radio-control/stories/index.story.d.ts.map +1 -1
- package/build-types/range-control/stories/index.story.d.ts +9 -9
- package/build-types/range-control/stories/index.story.d.ts.map +1 -1
- package/build-types/resizable-box/stories/index.story.d.ts +2 -2
- package/build-types/resizable-box/stories/index.story.d.ts.map +1 -1
- package/build-types/responsive-wrapper/stories/index.story.d.ts +3 -3
- package/build-types/responsive-wrapper/stories/index.story.d.ts.map +1 -1
- package/build-types/sandbox/stories/index.story.d.ts +2 -2
- package/build-types/sandbox/stories/index.story.d.ts.map +1 -1
- package/build-types/scroll-lock/stories/index.story.d.ts +3 -3
- package/build-types/scroll-lock/stories/index.story.d.ts.map +1 -1
- package/build-types/scrollable/stories/index.story.d.ts +3 -3
- package/build-types/scrollable/stories/index.story.d.ts.map +1 -1
- package/build-types/search-control/stories/index.story.d.ts +2 -2
- package/build-types/search-control/stories/index.story.d.ts.map +1 -1
- package/build-types/select-control/stories/index.story.d.ts +2 -2
- package/build-types/select-control/stories/index.story.d.ts.map +1 -1
- package/build-types/shortcut/index.d.ts +13 -0
- package/build-types/shortcut/index.d.ts.map +1 -1
- package/build-types/shortcut/stories/index.story.d.ts +13 -0
- package/build-types/shortcut/stories/index.story.d.ts.map +1 -0
- package/build-types/slot-fill/bubbles-virtually/slot-fill-context.d.ts +1 -0
- package/build-types/slot-fill/bubbles-virtually/slot-fill-context.d.ts.map +1 -1
- package/build-types/slot-fill/bubbles-virtually/slot.d.ts +1 -6
- package/build-types/slot-fill/index.d.ts +1 -1
- package/build-types/slot-fill/index.d.ts.map +1 -1
- package/build-types/snackbar/stories/index.story.d.ts +7 -7
- package/build-types/snackbar/stories/index.story.d.ts.map +1 -1
- package/build-types/snackbar/stories/list.story.d.ts +3 -3
- package/build-types/snackbar/stories/list.story.d.ts.map +1 -1
- package/build-types/spacer/stories/index.story.d.ts +3 -3
- package/build-types/spacer/stories/index.story.d.ts.map +1 -1
- package/build-types/spinner/index.d.ts +0 -1
- package/build-types/spinner/index.d.ts.map +1 -1
- package/build-types/spinner/stories/index.story.d.ts +4 -4
- package/build-types/spinner/stories/index.story.d.ts.map +1 -1
- package/build-types/surface/stories/index.story.d.ts +3 -3
- package/build-types/surface/stories/index.story.d.ts.map +1 -1
- package/build-types/tab-panel/stories/index.story.d.ts +2 -2
- package/build-types/tab-panel/stories/index.story.d.ts.map +1 -1
- package/build-types/text-control/stories/index.story.d.ts +4 -4
- package/build-types/text-control/stories/index.story.d.ts.map +1 -1
- package/build-types/text-highlight/stories/index.story.d.ts +3 -3
- package/build-types/text-highlight/stories/index.story.d.ts.map +1 -1
- package/build-types/textarea-control/stories/index.story.d.ts +3 -3
- package/build-types/textarea-control/stories/index.story.d.ts.map +1 -1
- package/build-types/theme/index.d.ts +0 -1
- package/build-types/theme/index.d.ts.map +1 -1
- package/build-types/theme/stories/index.story.d.ts +4 -4
- package/build-types/theme/stories/index.story.d.ts.map +1 -1
- package/build-types/tip/stories/index.story.d.ts +3 -3
- package/build-types/tip/stories/index.story.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/stories/index.story.d.ts +6 -6
- package/build-types/toggle-group-control/stories/index.story.d.ts.map +1 -1
- package/build-types/toolbar/stories/index.story.d.ts +2 -2
- package/build-types/toolbar/stories/index.story.d.ts.map +1 -1
- package/build-types/tools-panel/stories/index.story.d.ts +8 -8
- package/build-types/tools-panel/stories/index.story.d.ts.map +1 -1
- package/build-types/tools-panel/tools-panel/component.d.ts +0 -1
- package/build-types/tools-panel/tools-panel/component.d.ts.map +1 -1
- package/build-types/tools-panel/tools-panel-header/component.d.ts.map +1 -1
- package/build-types/tree-grid/stories/index.story.d.ts +2 -2
- package/build-types/tree-grid/stories/index.story.d.ts.map +1 -1
- package/build-types/tree-select/index.d.ts +0 -1
- package/build-types/tree-select/index.d.ts.map +1 -1
- package/build-types/tree-select/stories/index.story.d.ts +2 -2
- package/build-types/tree-select/stories/index.story.d.ts.map +1 -1
- package/build-types/truncate/stories/index.story.d.ts +4 -4
- package/build-types/truncate/stories/index.story.d.ts.map +1 -1
- package/build-types/unit-control/index.d.ts +0 -1
- package/build-types/unit-control/index.d.ts.map +1 -1
- package/build-types/unit-control/stories/index.story.d.ts +7 -7
- package/build-types/unit-control/stories/index.story.d.ts.map +1 -1
- package/build-types/utils/hooks/use-cx.d.ts +2 -1
- package/build-types/utils/hooks/use-cx.d.ts.map +1 -1
- package/build-types/v-stack/stories/e2e/index.story.d.ts +3 -3
- package/build-types/v-stack/stories/e2e/index.story.d.ts.map +1 -1
- package/build-types/v-stack/stories/index.story.d.ts +2 -2
- package/build-types/v-stack/stories/index.story.d.ts.map +1 -1
- package/build-types/view/component.d.ts +0 -1
- package/build-types/view/component.d.ts.map +1 -1
- package/build-types/view/stories/index.story.d.ts +3 -3
- package/build-types/view/stories/index.story.d.ts.map +1 -1
- package/build-types/visually-hidden/stories/index.story.d.ts +5 -5
- package/build-types/visually-hidden/stories/index.story.d.ts.map +1 -1
- package/build-types/z-stack/stories/index.story.d.ts +3 -3
- package/build-types/z-stack/stories/index.story.d.ts.map +1 -1
- package/package.json +20 -20
- package/src/alignment-matrix-control/stories/index.story.tsx +7 -3
- package/src/angle-picker-control/stories/index.story.tsx +3 -3
- package/src/animate/stories/index.story.tsx +12 -10
- package/src/base-control/stories/index.story.tsx +5 -9
- package/src/border-box-control/stories/index.story.tsx +5 -9
- package/src/border-control/stories/index.story.tsx +8 -14
- package/src/button/stories/e2e/index.story.tsx +3 -3
- package/src/button/stories/index.story.tsx +10 -10
- package/src/button-group/stories/index.story.tsx +4 -6
- package/src/card/stories/index.story.tsx +5 -5
- package/src/checkbox-control/stories/index.story.tsx +7 -6
- package/src/circular-option-picker/stories/index.story.tsx +16 -4
- package/src/color-indicator/stories/index.story.tsx +4 -6
- package/src/color-palette/stories/index.story.tsx +12 -21
- package/src/color-picker/hsv-color-picker.native.js +88 -0
- package/src/color-picker/hue-picker.native.js +194 -0
- package/src/color-picker/index.native.js +2 -1
- package/src/color-picker/saturation-picker.native.js +163 -0
- package/src/color-picker/stories/index.story.tsx +3 -3
- package/src/color-picker/style.native.scss +23 -0
- package/src/combobox-control/stories/index.story.tsx +3 -3
- package/src/custom-gradient-picker/stories/index.story.tsx +3 -3
- package/src/date-time/stories/date-time.story.tsx +8 -10
- package/src/date-time/stories/date.story.tsx +8 -9
- package/src/date-time/stories/time.story.tsx +4 -4
- package/src/dimension-control/stories/index.story.tsx +3 -3
- package/src/disabled/stories/index.story.tsx +4 -4
- package/src/divider/stories/index.story.tsx +6 -6
- package/src/draggable/stories/index.story.tsx +5 -7
- package/src/drop-zone/stories/index.story.tsx +3 -3
- package/src/dropdown/stories/index.story.tsx +8 -6
- package/src/dropdown-menu/stories/index.story.tsx +3 -3
- package/src/dropdown-menu-v2/stories/index.story.tsx +24 -10
- package/src/duotone-picker/stories/duotone-picker.story.tsx +3 -6
- package/src/duotone-picker/stories/duotone-swatch.story.tsx +3 -3
- package/src/elevation/stories/index.story.tsx +7 -7
- package/src/external-link/stories/index.story.tsx +4 -6
- package/src/flex/stories/index.story.tsx +6 -6
- package/src/focal-point-picker/stories/index.story.tsx +3 -3
- package/src/font-size-picker/stories/e2e/index.story.tsx +3 -3
- package/src/font-size-picker/stories/index.story.tsx +10 -10
- package/src/form-file-upload/stories/index.story.tsx +3 -3
- package/src/form-toggle/stories/index.story.tsx +4 -7
- package/src/form-token-field/stories/index.story.tsx +10 -11
- package/src/gradient-picker/stories/index.story.tsx +3 -3
- package/src/grid/stories/index.story.tsx +4 -4
- package/src/guide/stories/index.story.tsx +3 -3
- package/src/h-stack/stories/e2e/index.story.tsx +4 -4
- package/src/h-stack/stories/index.story.tsx +4 -4
- package/src/heading/stories/index.story.tsx +3 -3
- package/src/icon/stories/index.story.tsx +5 -5
- package/src/input-control/stories/index.story.tsx +5 -3
- package/src/item-group/item/component.tsx +0 -1
- package/src/item-group/item-group/component.tsx +0 -1
- package/src/item-group/stories/index.story.tsx +11 -12
- package/src/keyboard-shortcuts/stories/index.story.tsx +3 -3
- package/src/menu-group/stories/index.story.tsx +5 -5
- package/src/menu-item/README.md +1 -1
- package/src/menu-item/index.tsx +5 -2
- package/src/menu-item/stories/index.story.tsx +80 -0
- package/src/menu-item/types.ts +3 -2
- package/src/menu-items-choice/stories/index.story.tsx +4 -6
- package/src/mobile/link-settings/link-settings-navigation.native.js +1 -1
- package/src/modal/stories/index.story.tsx +5 -10
- package/src/navigable-container/stories/navigable-menu.story.tsx +3 -3
- package/src/navigable-container/stories/tabbable-container.story.tsx +3 -3
- package/src/navigation/index.tsx +0 -1
- package/src/navigation/stories/index.story.tsx +16 -2
- package/src/navigation/stories/utils/controlled-state.tsx +2 -2
- package/src/navigation/stories/utils/default.tsx +2 -2
- package/src/navigation/stories/utils/group.tsx +2 -2
- package/src/navigation/stories/utils/hide-if-empty.tsx +2 -2
- package/src/navigation/stories/utils/more-examples.tsx +2 -2
- package/src/navigation/stories/utils/search.tsx +2 -2
- package/src/navigator/navigator-provider/component.tsx +0 -1
- package/src/navigator/stories/index.story.tsx +9 -10
- package/src/notice/stories/index.story.tsx +6 -6
- package/src/number-control/stories/index.story.tsx +3 -3
- package/src/palette-edit/stories/index.story.tsx +3 -3
- package/src/palette-edit/styles.js +0 -1
- package/src/panel/stories/index.story.tsx +9 -11
- package/src/placeholder/stories/index.story.tsx +4 -6
- package/src/popover/README.md +2 -2
- package/src/popover/index.tsx +69 -103
- package/src/popover/overlay-middlewares.tsx +2 -2
- package/src/popover/stories/index.story.tsx +8 -10
- package/src/popover/test/index.tsx +15 -1
- package/src/popover/types.ts +6 -0
- package/src/popover/utils.ts +5 -56
- package/src/progress-bar/stories/index.story.tsx +4 -6
- package/src/progress-bar/styles.ts +4 -1
- package/src/query-controls/stories/index.story.tsx +5 -6
- package/src/radio-control/stories/index.story.tsx +4 -6
- package/src/radio-group/stories/index.story.js +1 -0
- package/src/range-control/stories/index.story.tsx +12 -18
- package/src/resizable-box/stories/index.story.tsx +3 -3
- package/src/responsive-wrapper/stories/index.story.tsx +4 -5
- package/src/sandbox/stories/index.story.tsx +3 -5
- package/src/scroll-lock/stories/index.story.tsx +3 -3
- package/src/scrollable/stories/index.story.tsx +4 -4
- package/src/search-control/index.native.js +39 -27
- package/src/search-control/stories/index.story.tsx +3 -3
- package/src/select-control/stories/index.story.tsx +3 -3
- package/src/shortcut/index.tsx +13 -0
- package/src/shortcut/stories/index.story.tsx +33 -0
- package/src/slot-fill/README.md +5 -5
- package/src/slot-fill/bubbles-virtually/slot-fill-context.js +3 -0
- package/src/slot-fill/bubbles-virtually/slot.js +17 -5
- package/src/slot-fill/index.js +6 -1
- package/src/slot-fill/stories/index.story.js +2 -0
- package/src/slot-fill/test/__snapshots__/slot.js.snap +12 -4
- package/src/snackbar/stories/index.story.tsx +10 -13
- package/src/snackbar/stories/list.story.tsx +3 -3
- package/src/spacer/stories/index.story.tsx +4 -4
- package/src/spinner/index.tsx +0 -1
- package/src/spinner/stories/index.story.tsx +5 -5
- package/src/surface/stories/index.story.tsx +4 -4
- package/src/tab-panel/stories/index.story.tsx +5 -13
- package/src/tab-panel/test/index.tsx +9 -25
- package/src/text-control/stories/index.story.tsx +7 -6
- package/src/text-highlight/stories/index.story.tsx +4 -6
- package/src/textarea-control/stories/index.story.tsx +4 -6
- package/src/theme/index.tsx +0 -1
- package/src/theme/stories/index.story.tsx +5 -5
- package/src/tip/stories/index.story.tsx +4 -4
- package/src/toggle-control/stories/index.story.tsx +3 -3
- package/src/toggle-group-control/stories/index.story.tsx +17 -11
- package/src/toolbar/stories/index.story.tsx +13 -3
- package/src/tools-panel/stories/index.story.tsx +17 -12
- package/src/tools-panel/tools-panel/component.tsx +0 -1
- package/src/tools-panel/tools-panel-header/component.tsx +3 -0
- package/src/tree-grid/stories/index.story.tsx +5 -3
- package/src/tree-select/index.tsx +0 -1
- package/src/tree-select/stories/index.story.tsx +3 -3
- package/src/truncate/stories/index.story.tsx +5 -7
- package/src/unit-control/index.tsx +0 -1
- package/src/unit-control/stories/index.story.tsx +10 -9
- package/src/utils/hooks/use-cx.ts +2 -1
- package/src/v-stack/stories/e2e/index.story.tsx +4 -4
- package/src/v-stack/stories/index.story.tsx +3 -3
- package/src/view/component.tsx +0 -1
- package/src/view/stories/index.story.tsx +4 -4
- package/src/visually-hidden/stories/index.story.tsx +7 -7
- package/src/z-stack/stories/index.story.tsx +4 -4
- package/tsconfig.tsbuildinfo +1 -1
- package/build/popover/limit-shift.js +0 -129
- package/build/popover/limit-shift.js.map +0 -1
- package/build-module/popover/limit-shift.js +0 -122
- package/build-module/popover/limit-shift.js.map +0 -1
- package/build-types/popover/limit-shift.d.ts +0 -87
- package/build-types/popover/limit-shift.d.ts.map +0 -1
- package/src/popover/limit-shift.ts +0 -205
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* External dependencies
|
|
3
3
|
*/
|
|
4
|
-
import type {
|
|
4
|
+
import type { Meta, StoryFn } from '@storybook/react';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* WordPress dependencies
|
|
@@ -23,8 +23,10 @@ import type {
|
|
|
23
23
|
ToggleGroupControlProps,
|
|
24
24
|
} from '../types';
|
|
25
25
|
|
|
26
|
-
const meta:
|
|
26
|
+
const meta: Meta< typeof ToggleGroupControl > = {
|
|
27
27
|
component: ToggleGroupControl,
|
|
28
|
+
// @ts-expect-error - See https://github.com/storybookjs/storybook/issues/23170
|
|
29
|
+
subcomponents: { ToggleGroupControlOption, ToggleGroupControlOptionIcon },
|
|
28
30
|
title: 'Components (Experimental)/ToggleGroupControl',
|
|
29
31
|
argTypes: {
|
|
30
32
|
help: { control: { type: 'text' } },
|
|
@@ -38,7 +40,7 @@ const meta: ComponentMeta< typeof ToggleGroupControl > = {
|
|
|
38
40
|
};
|
|
39
41
|
export default meta;
|
|
40
42
|
|
|
41
|
-
const Template:
|
|
43
|
+
const Template: StoryFn< typeof ToggleGroupControl > = ( {
|
|
42
44
|
onChange,
|
|
43
45
|
...props
|
|
44
46
|
} ) => {
|
|
@@ -72,8 +74,9 @@ const mapPropsToOptionIconComponent = ( {
|
|
|
72
74
|
<ToggleGroupControlOptionIcon value={ value } key={ value } { ...props } />
|
|
73
75
|
);
|
|
74
76
|
|
|
75
|
-
export const Default:
|
|
76
|
-
|
|
77
|
+
export const Default: StoryFn< typeof ToggleGroupControl > = Template.bind(
|
|
78
|
+
{}
|
|
79
|
+
);
|
|
77
80
|
Default.args = {
|
|
78
81
|
children: [
|
|
79
82
|
{ value: 'left', label: 'Left' },
|
|
@@ -90,8 +93,9 @@ Default.args = {
|
|
|
90
93
|
* The `aria-label` will be used in the tooltip if provided. Otherwise, the
|
|
91
94
|
* `label` will be used.
|
|
92
95
|
*/
|
|
93
|
-
export const WithTooltip:
|
|
94
|
-
|
|
96
|
+
export const WithTooltip: StoryFn< typeof ToggleGroupControl > = Template.bind(
|
|
97
|
+
{}
|
|
98
|
+
);
|
|
95
99
|
WithTooltip.args = {
|
|
96
100
|
...Default.args,
|
|
97
101
|
children: [
|
|
@@ -114,8 +118,9 @@ WithTooltip.args = {
|
|
|
114
118
|
* The `ToggleGroupControlOptionIcon` component can be used for icon options. A `label` is required
|
|
115
119
|
* on each option for accessibility, which will be shown in a tooltip.
|
|
116
120
|
*/
|
|
117
|
-
export const WithIcons:
|
|
118
|
-
|
|
121
|
+
export const WithIcons: StoryFn< typeof ToggleGroupControl > = Template.bind(
|
|
122
|
+
{}
|
|
123
|
+
);
|
|
119
124
|
WithIcons.args = {
|
|
120
125
|
...Default.args,
|
|
121
126
|
children: [
|
|
@@ -128,8 +133,9 @@ WithIcons.args = {
|
|
|
128
133
|
/**
|
|
129
134
|
* When the `isDeselectable` prop is true, the option can be deselected by clicking on it again.
|
|
130
135
|
*/
|
|
131
|
-
export const Deselectable:
|
|
132
|
-
|
|
136
|
+
export const Deselectable: StoryFn< typeof ToggleGroupControl > = Template.bind(
|
|
137
|
+
{}
|
|
138
|
+
);
|
|
133
139
|
Deselectable.args = {
|
|
134
140
|
...WithIcons.args,
|
|
135
141
|
isDeselectable: true,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* External dependencies
|
|
3
3
|
*/
|
|
4
|
-
import type {
|
|
4
|
+
import type { Meta, StoryFn } from '@storybook/react';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* WordPress dependencies
|
|
@@ -37,9 +37,19 @@ import {
|
|
|
37
37
|
} from '..';
|
|
38
38
|
import DropdownMenu from '../../dropdown-menu';
|
|
39
39
|
|
|
40
|
-
const meta:
|
|
40
|
+
const meta: Meta< typeof Toolbar > = {
|
|
41
41
|
title: 'Components/Toolbar',
|
|
42
42
|
component: Toolbar,
|
|
43
|
+
subcomponents: {
|
|
44
|
+
// @ts-expect-error - See https://github.com/storybookjs/storybook/issues/23170
|
|
45
|
+
ToolbarButton,
|
|
46
|
+
// @ts-expect-error - See https://github.com/storybookjs/storybook/issues/23170
|
|
47
|
+
ToolbarGroup,
|
|
48
|
+
// @ts-expect-error - See https://github.com/storybookjs/storybook/issues/23170
|
|
49
|
+
ToolbarItem,
|
|
50
|
+
// @ts-expect-error - See https://github.com/storybookjs/storybook/issues/23170
|
|
51
|
+
ToolbarDropdownMenu,
|
|
52
|
+
},
|
|
43
53
|
argTypes: {
|
|
44
54
|
children: { control: { type: null } },
|
|
45
55
|
},
|
|
@@ -59,7 +69,7 @@ function InlineImageIcon() {
|
|
|
59
69
|
);
|
|
60
70
|
}
|
|
61
71
|
|
|
62
|
-
const Template:
|
|
72
|
+
const Template: StoryFn< typeof Toolbar > = ( props ) => (
|
|
63
73
|
<div style={ { height: 280 } }>
|
|
64
74
|
<Toolbar { ...props } />
|
|
65
75
|
</div>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* External dependencies
|
|
3
3
|
*/
|
|
4
|
-
import type {
|
|
4
|
+
import type { Meta, StoryFn } from '@storybook/react';
|
|
5
5
|
import styled from '@emotion/styled';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -25,9 +25,11 @@ import Panel from '../../panel';
|
|
|
25
25
|
import UnitControl from '../../unit-control';
|
|
26
26
|
import { createSlotFill, Provider as SlotFillProvider } from '../../slot-fill';
|
|
27
27
|
|
|
28
|
-
const meta:
|
|
28
|
+
const meta: Meta< typeof ToolsPanel > = {
|
|
29
29
|
title: 'Components (Experimental)/ToolsPanel',
|
|
30
30
|
component: ToolsPanel,
|
|
31
|
+
// @ts-expect-error - See https://github.com/storybookjs/storybook/issues/23170
|
|
32
|
+
subcomponents: { ToolsPanelItem },
|
|
31
33
|
argTypes: {
|
|
32
34
|
as: { control: { type: null } },
|
|
33
35
|
children: { control: { type: null } },
|
|
@@ -44,7 +46,7 @@ const meta: ComponentMeta< typeof ToolsPanel > = {
|
|
|
44
46
|
};
|
|
45
47
|
export default meta;
|
|
46
48
|
|
|
47
|
-
export const Default:
|
|
49
|
+
export const Default: StoryFn< typeof ToolsPanel > = ( {
|
|
48
50
|
resetAll: resetAllProp,
|
|
49
51
|
...props
|
|
50
52
|
} ) => {
|
|
@@ -136,7 +138,7 @@ Default.args = {
|
|
|
136
138
|
label: 'Tools Panel (default example)',
|
|
137
139
|
};
|
|
138
140
|
|
|
139
|
-
export const WithNonToolsPanelItems:
|
|
141
|
+
export const WithNonToolsPanelItems: StoryFn< typeof ToolsPanel > = ( {
|
|
140
142
|
resetAll: resetAllProp,
|
|
141
143
|
...props
|
|
142
144
|
} ) => {
|
|
@@ -191,9 +193,10 @@ WithNonToolsPanelItems.args = {
|
|
|
191
193
|
label: 'ToolsPanel (with non-menu items)',
|
|
192
194
|
};
|
|
193
195
|
|
|
194
|
-
export const WithOptionalItemsPlusIcon:
|
|
195
|
-
|
|
196
|
-
|
|
196
|
+
export const WithOptionalItemsPlusIcon: StoryFn< typeof ToolsPanel > = ( {
|
|
197
|
+
resetAll: resetAllProp,
|
|
198
|
+
...props
|
|
199
|
+
} ) => {
|
|
197
200
|
const [
|
|
198
201
|
isFirstToolsPanelItemShownByDefault,
|
|
199
202
|
setIsFirstToolsPanelItemShownByDefault,
|
|
@@ -294,7 +297,7 @@ WithOptionalItemsPlusIcon.args = {
|
|
|
294
297
|
|
|
295
298
|
const { Fill: ToolsPanelItems, Slot } = createSlotFill( 'ToolsPanelSlot' );
|
|
296
299
|
|
|
297
|
-
export const WithSlotFillItems:
|
|
300
|
+
export const WithSlotFillItems: StoryFn< typeof ToolsPanel > = ( {
|
|
298
301
|
resetAll: resetAllProp,
|
|
299
302
|
panelId,
|
|
300
303
|
...props
|
|
@@ -392,9 +395,11 @@ WithSlotFillItems.args = {
|
|
|
392
395
|
panelId: 'unique-tools-panel-id',
|
|
393
396
|
};
|
|
394
397
|
|
|
395
|
-
export const WithConditionalDefaultControl:
|
|
396
|
-
|
|
397
|
-
|
|
398
|
+
export const WithConditionalDefaultControl: StoryFn< typeof ToolsPanel > = ( {
|
|
399
|
+
resetAll: resetAllProp,
|
|
400
|
+
panelId,
|
|
401
|
+
...props
|
|
402
|
+
} ) => {
|
|
398
403
|
const [ attributes, setAttributes ] = useState< {
|
|
399
404
|
height?: string;
|
|
400
405
|
scale?: React.ReactText;
|
|
@@ -488,7 +493,7 @@ WithConditionalDefaultControl.args = {
|
|
|
488
493
|
panelId: 'unique-tools-panel-id',
|
|
489
494
|
};
|
|
490
495
|
|
|
491
|
-
export const WithConditionallyRenderedControl:
|
|
496
|
+
export const WithConditionallyRenderedControl: StoryFn<
|
|
492
497
|
typeof ToolsPanel
|
|
493
498
|
> = ( { resetAll: resetAllProp, panelId, ...props } ) => {
|
|
494
499
|
const [ attributes, setAttributes ] = useState< {
|
|
@@ -214,6 +214,9 @@ const ToolsPanelHeader = (
|
|
|
214
214
|
<MenuGroup>
|
|
215
215
|
<MenuItem
|
|
216
216
|
aria-disabled={ ! canResetAll }
|
|
217
|
+
// @ts-expect-error - TODO: If this "tertiary" style is something we really want to allow on MenuItem,
|
|
218
|
+
// we should rename it and explicitly allow it as an official API. All the other Button variants
|
|
219
|
+
// don't make sense in a MenuItem context, and should be disallowed.
|
|
217
220
|
variant={ 'tertiary' }
|
|
218
221
|
onClick={ () => {
|
|
219
222
|
if ( canResetAll ) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* External dependencies
|
|
3
3
|
*/
|
|
4
|
-
import type {
|
|
4
|
+
import type { Meta, StoryFn } from '@storybook/react';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* WordPress dependencies
|
|
@@ -15,9 +15,11 @@ import TreeGrid, { TreeGridRow, TreeGridCell } from '..';
|
|
|
15
15
|
import { Button } from '../../button';
|
|
16
16
|
import InputControl from '../../input-control';
|
|
17
17
|
|
|
18
|
-
const meta:
|
|
18
|
+
const meta: Meta< typeof TreeGrid > = {
|
|
19
19
|
title: 'Components (Experimental)/TreeGrid',
|
|
20
20
|
component: TreeGrid,
|
|
21
|
+
// @ts-expect-error - See https://github.com/storybookjs/storybook/issues/23170
|
|
22
|
+
subcomponents: { TreeGridRow, TreeGridCell },
|
|
21
23
|
argTypes: {
|
|
22
24
|
children: { control: { type: null } },
|
|
23
25
|
},
|
|
@@ -133,7 +135,7 @@ const Rows = ( {
|
|
|
133
135
|
);
|
|
134
136
|
};
|
|
135
137
|
|
|
136
|
-
const Template:
|
|
138
|
+
const Template: StoryFn< typeof TreeGrid > = ( args ) => (
|
|
137
139
|
<TreeGrid { ...args } />
|
|
138
140
|
);
|
|
139
141
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* External dependencies
|
|
3
3
|
*/
|
|
4
|
-
import type {
|
|
4
|
+
import type { Meta, StoryFn } from '@storybook/react';
|
|
5
5
|
import type { ComponentProps } from 'react';
|
|
6
6
|
/**
|
|
7
7
|
* WordPress dependencies
|
|
@@ -13,7 +13,7 @@ import { useState } from '@wordpress/element';
|
|
|
13
13
|
*/
|
|
14
14
|
import TreeSelect from '../';
|
|
15
15
|
|
|
16
|
-
const meta:
|
|
16
|
+
const meta: Meta< typeof TreeSelect > = {
|
|
17
17
|
title: 'Components/TreeSelect',
|
|
18
18
|
component: TreeSelect,
|
|
19
19
|
argTypes: {
|
|
@@ -33,7 +33,7 @@ const meta: ComponentMeta< typeof TreeSelect > = {
|
|
|
33
33
|
|
|
34
34
|
export default meta;
|
|
35
35
|
|
|
36
|
-
const TreeSelectWithState:
|
|
36
|
+
const TreeSelectWithState: StoryFn< typeof TreeSelect > = ( props ) => {
|
|
37
37
|
const [ selection, setSelection ] =
|
|
38
38
|
useState< ComponentProps< typeof TreeSelect >[ 'selectedId' ] >();
|
|
39
39
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* External dependencies
|
|
3
3
|
*/
|
|
4
|
-
import type {
|
|
4
|
+
import type { Meta, StoryFn } from '@storybook/react';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Internal dependencies
|
|
8
8
|
*/
|
|
9
9
|
import { Truncate } from '..';
|
|
10
10
|
|
|
11
|
-
const meta:
|
|
11
|
+
const meta: Meta< typeof Truncate > = {
|
|
12
12
|
component: Truncate,
|
|
13
13
|
title: 'Components (Experimental)/Truncate',
|
|
14
14
|
argTypes: {
|
|
@@ -27,19 +27,17 @@ export default meta;
|
|
|
27
27
|
const defaultText =
|
|
28
28
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut facilisis dictum tortor, eu tincidunt justo scelerisque tincidunt. Duis semper dui id augue malesuada, ut feugiat nisi aliquam. Vestibulum venenatis diam sem, finibus dictum massa semper in. Nulla facilisi. Nunc vulputate faucibus diam, in lobortis arcu ornare vel. In dignissim nunc sed facilisis finibus. Etiam imperdiet mattis arcu, sed rutrum sapien blandit gravida. Aenean sollicitudin neque eget enim blandit, sit amet rutrum leo vehicula. Nunc malesuada ultricies eros ut faucibus. Aliquam erat volutpat. Nulla nec feugiat risus. Vivamus iaculis dui aliquet ante ultricies feugiat. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Vivamus nec pretium velit, sit amet consectetur ante. Praesent porttitor ex eget fermentum mattis.';
|
|
29
29
|
|
|
30
|
-
const Template:
|
|
30
|
+
const Template: StoryFn< typeof Truncate > = ( args ) => {
|
|
31
31
|
return <Truncate { ...args } />;
|
|
32
32
|
};
|
|
33
33
|
|
|
34
|
-
export const Default:
|
|
34
|
+
export const Default: StoryFn< typeof Truncate > = Template.bind( {} );
|
|
35
35
|
Default.args = {
|
|
36
36
|
numberOfLines: 2,
|
|
37
37
|
children: defaultText,
|
|
38
38
|
};
|
|
39
39
|
|
|
40
|
-
export const CharacterCount:
|
|
41
|
-
{}
|
|
42
|
-
);
|
|
40
|
+
export const CharacterCount: StoryFn< typeof Truncate > = Template.bind( {} );
|
|
43
41
|
CharacterCount.args = {
|
|
44
42
|
limit: 23,
|
|
45
43
|
children: defaultText,
|
|
@@ -223,7 +223,6 @@ function UnforwardedUnitControl(
|
|
|
223
223
|
* `UnitControl` allows the user to set a numeric quantity as well as a unit (e.g. `px`).
|
|
224
224
|
*
|
|
225
225
|
*
|
|
226
|
-
* @example
|
|
227
226
|
* ```jsx
|
|
228
227
|
* import { __experimentalUnitControl as UnitControl } from '@wordpress/components';
|
|
229
228
|
* import { useState } from '@wordpress/element';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* External dependencies
|
|
3
3
|
*/
|
|
4
|
-
import type {
|
|
4
|
+
import type { Meta, StoryFn } from '@storybook/react';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* WordPress dependencies
|
|
@@ -14,7 +14,7 @@ import { useState } from '@wordpress/element';
|
|
|
14
14
|
import { UnitControl } from '../';
|
|
15
15
|
import { CSS_UNITS } from '../utils';
|
|
16
16
|
|
|
17
|
-
const meta:
|
|
17
|
+
const meta: Meta< typeof UnitControl > = {
|
|
18
18
|
component: UnitControl,
|
|
19
19
|
title: 'Components (Experimental)/UnitControl',
|
|
20
20
|
argTypes: {
|
|
@@ -35,7 +35,7 @@ const meta: ComponentMeta< typeof UnitControl > = {
|
|
|
35
35
|
};
|
|
36
36
|
export default meta;
|
|
37
37
|
|
|
38
|
-
const DefaultTemplate:
|
|
38
|
+
const DefaultTemplate: StoryFn< typeof UnitControl > = ( {
|
|
39
39
|
onChange,
|
|
40
40
|
...args
|
|
41
41
|
} ) => {
|
|
@@ -53,8 +53,9 @@ const DefaultTemplate: ComponentStory< typeof UnitControl > = ( {
|
|
|
53
53
|
);
|
|
54
54
|
};
|
|
55
55
|
|
|
56
|
-
export const Default:
|
|
57
|
-
|
|
56
|
+
export const Default: StoryFn< typeof UnitControl > = DefaultTemplate.bind(
|
|
57
|
+
{}
|
|
58
|
+
);
|
|
58
59
|
Default.args = {
|
|
59
60
|
label: 'Label',
|
|
60
61
|
};
|
|
@@ -64,7 +65,7 @@ Default.args = {
|
|
|
64
65
|
* will not fire while a new value is typed in the input field (you can verify this
|
|
65
66
|
* behavior by inspecting the console's output).
|
|
66
67
|
*/
|
|
67
|
-
export const PressEnterToChange:
|
|
68
|
+
export const PressEnterToChange: StoryFn< typeof UnitControl > =
|
|
68
69
|
DefaultTemplate.bind( {} );
|
|
69
70
|
PressEnterToChange.args = {
|
|
70
71
|
...Default.args,
|
|
@@ -75,7 +76,7 @@ PressEnterToChange.args = {
|
|
|
75
76
|
* Most of `NumberControl`'s props can be passed to `UnitControl`, and they will
|
|
76
77
|
* affect its numeric input field.
|
|
77
78
|
*/
|
|
78
|
-
export const TweakingTheNumberInput:
|
|
79
|
+
export const TweakingTheNumberInput: StoryFn< typeof UnitControl > =
|
|
79
80
|
DefaultTemplate.bind( {} );
|
|
80
81
|
TweakingTheNumberInput.args = {
|
|
81
82
|
...Default.args,
|
|
@@ -88,7 +89,7 @@ TweakingTheNumberInput.args = {
|
|
|
88
89
|
/**
|
|
89
90
|
* When only one unit is available, the unit selection dropdown becomes static text.
|
|
90
91
|
*/
|
|
91
|
-
export const WithSingleUnit:
|
|
92
|
+
export const WithSingleUnit: StoryFn< typeof UnitControl > =
|
|
92
93
|
DefaultTemplate.bind( {} );
|
|
93
94
|
WithSingleUnit.args = {
|
|
94
95
|
...Default.args,
|
|
@@ -100,7 +101,7 @@ WithSingleUnit.args = {
|
|
|
100
101
|
* if the `isResetValueOnUnitChange` is set to `true`, the input's quantity is
|
|
101
102
|
* reset to the new unit's default value.
|
|
102
103
|
*/
|
|
103
|
-
export const WithCustomUnits:
|
|
104
|
+
export const WithCustomUnits: StoryFn< typeof UnitControl > = ( {
|
|
104
105
|
onChange,
|
|
105
106
|
...args
|
|
106
107
|
} ) => {
|
|
@@ -25,7 +25,7 @@ const isSerializedStyles = ( o: any ): o is SerializedStyles =>
|
|
|
25
25
|
* `cx` normally knows how to handle. It also hooks into the Emotion
|
|
26
26
|
* Cache, allowing `css` calls to work inside iframes.
|
|
27
27
|
*
|
|
28
|
-
*
|
|
28
|
+
* ```jsx
|
|
29
29
|
* import { css } from '@emotion/react';
|
|
30
30
|
*
|
|
31
31
|
* const styles = css`
|
|
@@ -39,6 +39,7 @@ const isSerializedStyles = ( o: any ): o is SerializedStyles =>
|
|
|
39
39
|
*
|
|
40
40
|
* return <span className={classes} {...props} />;
|
|
41
41
|
* }
|
|
42
|
+
* ```
|
|
42
43
|
*/
|
|
43
44
|
export const useCx = () => {
|
|
44
45
|
const cache = useEmotionCache();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* External dependencies
|
|
3
3
|
*/
|
|
4
|
-
import type {
|
|
4
|
+
import type { StoryFn, Meta } from '@storybook/react';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Internal dependencies
|
|
@@ -9,13 +9,13 @@ import type { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
|
9
9
|
import { View } from '../../../view';
|
|
10
10
|
import { VStack } from '../..';
|
|
11
11
|
|
|
12
|
-
const meta:
|
|
12
|
+
const meta: Meta< typeof VStack > = {
|
|
13
13
|
component: VStack,
|
|
14
14
|
title: 'Components (Experimental)/VStack',
|
|
15
15
|
};
|
|
16
16
|
export default meta;
|
|
17
17
|
|
|
18
|
-
const Template:
|
|
18
|
+
const Template: StoryFn< typeof VStack > = ( props ) => {
|
|
19
19
|
return (
|
|
20
20
|
<VStack
|
|
21
21
|
{ ...props }
|
|
@@ -30,7 +30,7 @@ const Template: ComponentStory< typeof VStack > = ( props ) => {
|
|
|
30
30
|
);
|
|
31
31
|
};
|
|
32
32
|
|
|
33
|
-
export const Default:
|
|
33
|
+
export const Default: StoryFn< typeof VStack > = Template.bind( {} );
|
|
34
34
|
Default.args = {
|
|
35
35
|
spacing: 3,
|
|
36
36
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* External dependencies
|
|
3
3
|
*/
|
|
4
|
-
import type {
|
|
4
|
+
import type { Meta, StoryFn } from '@storybook/react';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Internal dependencies
|
|
@@ -23,7 +23,7 @@ const ALIGNMENTS = {
|
|
|
23
23
|
stretch: 'stretch',
|
|
24
24
|
};
|
|
25
25
|
|
|
26
|
-
const meta:
|
|
26
|
+
const meta: Meta< typeof VStack > = {
|
|
27
27
|
component: VStack,
|
|
28
28
|
title: 'Components (Experimental)/VStack',
|
|
29
29
|
argTypes: {
|
|
@@ -44,7 +44,7 @@ const meta: ComponentMeta< typeof VStack > = {
|
|
|
44
44
|
};
|
|
45
45
|
export default meta;
|
|
46
46
|
|
|
47
|
-
const Template:
|
|
47
|
+
const Template: StoryFn< typeof VStack > = ( props ) => {
|
|
48
48
|
return (
|
|
49
49
|
<VStack
|
|
50
50
|
{ ...props }
|
package/src/view/component.tsx
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* External dependencies
|
|
3
3
|
*/
|
|
4
|
-
import type {
|
|
4
|
+
import type { Meta, StoryFn } from '@storybook/react';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Internal dependencies
|
|
8
8
|
*/
|
|
9
9
|
import { View } from '..';
|
|
10
10
|
|
|
11
|
-
const meta:
|
|
11
|
+
const meta: Meta< typeof View > = {
|
|
12
12
|
component: View,
|
|
13
13
|
title: 'Components (Experimental)/View',
|
|
14
14
|
argTypes: {
|
|
@@ -22,11 +22,11 @@ const meta: ComponentMeta< typeof View > = {
|
|
|
22
22
|
};
|
|
23
23
|
export default meta;
|
|
24
24
|
|
|
25
|
-
const Template:
|
|
25
|
+
const Template: StoryFn< typeof View > = ( args ) => {
|
|
26
26
|
return <View { ...args } />;
|
|
27
27
|
};
|
|
28
28
|
|
|
29
|
-
export const Default:
|
|
29
|
+
export const Default: StoryFn< typeof View > = Template.bind( {} );
|
|
30
30
|
Default.args = {
|
|
31
31
|
children: 'An example tip',
|
|
32
32
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* External dependencies
|
|
3
3
|
*/
|
|
4
|
-
import type {
|
|
4
|
+
import type { Meta, StoryFn } from '@storybook/react';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Internal dependencies
|
|
8
8
|
*/
|
|
9
9
|
import { VisuallyHidden } from '..';
|
|
10
10
|
|
|
11
|
-
const meta:
|
|
11
|
+
const meta: Meta< typeof VisuallyHidden > = {
|
|
12
12
|
component: VisuallyHidden,
|
|
13
13
|
title: 'Components/VisuallyHidden',
|
|
14
14
|
argTypes: {
|
|
@@ -24,7 +24,7 @@ const meta: ComponentMeta< typeof VisuallyHidden > = {
|
|
|
24
24
|
};
|
|
25
25
|
export default meta;
|
|
26
26
|
|
|
27
|
-
export const Default:
|
|
27
|
+
export const Default: StoryFn< typeof VisuallyHidden > = ( args ) => (
|
|
28
28
|
<>
|
|
29
29
|
<VisuallyHidden as="span" { ...args }>
|
|
30
30
|
This should not show.
|
|
@@ -39,7 +39,7 @@ export const Default: ComponentStory< typeof VisuallyHidden > = ( args ) => (
|
|
|
39
39
|
</>
|
|
40
40
|
);
|
|
41
41
|
|
|
42
|
-
export const WithForwardedProps:
|
|
42
|
+
export const WithForwardedProps: StoryFn< typeof VisuallyHidden > = (
|
|
43
43
|
args
|
|
44
44
|
) => (
|
|
45
45
|
<>
|
|
@@ -52,9 +52,9 @@ export const WithForwardedProps: ComponentStory< typeof VisuallyHidden > = (
|
|
|
52
52
|
</>
|
|
53
53
|
);
|
|
54
54
|
|
|
55
|
-
export const WithAdditionalClassNames:
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
export const WithAdditionalClassNames: StoryFn< typeof VisuallyHidden > = (
|
|
56
|
+
args
|
|
57
|
+
) => (
|
|
58
58
|
<>
|
|
59
59
|
Additional class names passed to VisuallyHidden extend the component
|
|
60
60
|
class name.{ ' ' }
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* External dependencies
|
|
3
3
|
*/
|
|
4
4
|
import type { CSSProperties } from 'react';
|
|
5
|
-
import type {
|
|
5
|
+
import type { Meta, StoryFn } from '@storybook/react';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Internal dependencies
|
|
@@ -11,7 +11,7 @@ import { Elevation } from '../../elevation';
|
|
|
11
11
|
import { View } from '../../view';
|
|
12
12
|
import { ZStack } from '..';
|
|
13
13
|
|
|
14
|
-
const meta:
|
|
14
|
+
const meta: Meta< typeof ZStack > = {
|
|
15
15
|
component: ZStack,
|
|
16
16
|
title: 'Components (Experimental)/ZStack',
|
|
17
17
|
argTypes: {
|
|
@@ -52,7 +52,7 @@ const Avatar = ( {
|
|
|
52
52
|
);
|
|
53
53
|
};
|
|
54
54
|
|
|
55
|
-
const Template:
|
|
55
|
+
const Template: StoryFn< typeof ZStack > = ( args ) => {
|
|
56
56
|
return (
|
|
57
57
|
<ZStack { ...args }>
|
|
58
58
|
<Avatar backgroundColor="#444" />
|
|
@@ -63,7 +63,7 @@ const Template: ComponentStory< typeof ZStack > = ( args ) => {
|
|
|
63
63
|
);
|
|
64
64
|
};
|
|
65
65
|
|
|
66
|
-
export const Default:
|
|
66
|
+
export const Default: StoryFn< typeof ZStack > = Template.bind( {} );
|
|
67
67
|
Default.args = {
|
|
68
68
|
offset: 20,
|
|
69
69
|
};
|