@wordpress/components 20.0.2-next.957ca95e4c.0 → 21.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +68 -1
- package/CONTRIBUTING.md +3 -54
- package/build/alignment-matrix-control/styles/alignment-matrix-control-styles.js +9 -9
- package/build/alignment-matrix-control/styles/alignment-matrix-control-styles.js.map +1 -1
- package/build/angle-picker-control/index.js +10 -0
- package/build/angle-picker-control/index.js.map +1 -1
- package/build/autocomplete/autocompleter-ui.js +3 -3
- package/build/autocomplete/autocompleter-ui.js.map +1 -1
- package/build/border-box-control/border-box-control/component.js +10 -7
- package/build/border-box-control/border-box-control/component.js.map +1 -1
- package/build/border-box-control/border-box-control-linked-button/component.js +1 -2
- package/build/border-box-control/border-box-control-linked-button/component.js.map +1 -1
- package/build/border-box-control/border-box-control-split-controls/component.js +10 -7
- package/build/border-box-control/border-box-control-split-controls/component.js.map +1 -1
- package/build/border-box-control/styles.js +7 -7
- package/build/border-box-control/styles.js.map +1 -1
- package/build/border-control/border-control-dropdown/component.js +2 -1
- package/build/border-control/border-control-dropdown/component.js.map +1 -1
- package/build/box-control/linked-button.js +3 -3
- package/build/box-control/linked-button.js.map +1 -1
- package/build/card/styles.js +17 -17
- package/build/card/styles.js.map +1 -1
- package/build/checkbox-control/index.js +3 -3
- package/build/checkbox-control/index.js.map +1 -1
- package/build/color-palette/index.js +1 -1
- package/build/color-palette/index.js.map +1 -1
- package/build/color-picker/input-with-slider.js +2 -1
- package/build/color-picker/input-with-slider.js.map +1 -1
- package/build/combobox-control/index.js +1 -1
- package/build/combobox-control/index.js.map +1 -1
- package/build/custom-gradient-picker/index.js +1 -1
- package/build/custom-gradient-picker/index.js.map +1 -1
- package/build/date-time/date/index.js +1 -1
- package/build/date-time/date/index.js.map +1 -1
- package/build/date-time/time/timezone.js +1 -1
- package/build/date-time/time/timezone.js.map +1 -1
- package/build/disabled/index.js +14 -6
- package/build/disabled/index.js.map +1 -1
- package/build/disabled/styles/disabled-styles.js +8 -18
- package/build/disabled/styles/disabled-styles.js.map +1 -1
- package/build/drop-zone/index.js +44 -9
- package/build/drop-zone/index.js.map +1 -1
- package/build/drop-zone/provider.js.map +1 -1
- package/build/drop-zone/types.js +6 -0
- package/build/drop-zone/types.js.map +1 -0
- package/build/dropdown/index.js +11 -4
- package/build/dropdown/index.js.map +1 -1
- package/build/flex/flex/hook.js +6 -30
- package/build/flex/flex/hook.js.map +1 -1
- package/build/focal-point-picker/controls.js +10 -5
- package/build/focal-point-picker/controls.js.map +1 -1
- package/build/focal-point-picker/focal-point.js.map +1 -1
- package/build/focal-point-picker/grid.js.map +1 -1
- package/build/focal-point-picker/index.js +83 -16
- package/build/focal-point-picker/index.js.map +1 -1
- package/build/focal-point-picker/media.js +4 -0
- package/build/focal-point-picker/media.js.map +1 -1
- package/build/focal-point-picker/styles/focal-point-picker-style.js +70 -41
- package/build/focal-point-picker/styles/focal-point-picker-style.js.map +1 -1
- package/build/focal-point-picker/styles/focal-point-style.js +12 -12
- package/build/focal-point-picker/styles/focal-point-style.js.map +1 -1
- package/build/focal-point-picker/types.js +6 -0
- package/build/focal-point-picker/types.js.map +1 -0
- package/build/focal-point-picker/utils.js +6 -6
- package/build/focal-point-picker/utils.js.map +1 -1
- package/build/font-size-picker/index.js +11 -0
- package/build/font-size-picker/index.js.map +1 -1
- package/build/font-size-picker/utils.js +1 -1
- package/build/font-size-picker/utils.js.map +1 -1
- package/build/form-file-upload/index.js +22 -2
- package/build/form-file-upload/index.js.map +1 -1
- package/build/form-file-upload/types.js +6 -0
- package/build/form-file-upload/types.js.map +1 -0
- package/build/form-toggle/index.js +1 -3
- package/build/form-toggle/index.js.map +1 -1
- package/build/form-token-field/index.js +4 -6
- package/build/form-token-field/index.js.map +1 -1
- package/build/form-token-field/suggestions-list.js +1 -3
- package/build/form-token-field/suggestions-list.js.map +1 -1
- package/build/gradient-picker/index.js +25 -26
- package/build/gradient-picker/index.js.map +1 -1
- package/build/icon/index.js +1 -2
- package/build/icon/index.js.map +1 -1
- package/build/input-control/input-base.js +3 -2
- package/build/input-control/input-base.js.map +1 -1
- package/build/input-control/label.js +2 -2
- package/build/input-control/label.js.map +1 -1
- package/build/input-control/styles/input-control-styles.js +41 -128
- package/build/input-control/styles/input-control-styles.js.map +1 -1
- package/build/modal/aria-helper.js +3 -10
- package/build/modal/aria-helper.js.map +1 -1
- package/build/navigable-container/container.js +5 -1
- package/build/navigable-container/container.js.map +1 -1
- package/build/navigable-container/menu.js +10 -12
- package/build/navigable-container/menu.js.map +1 -1
- package/build/navigable-container/tabbable.js +2 -4
- package/build/navigable-container/tabbable.js.map +1 -1
- package/build/navigation/menu/menu-title-search.js +2 -1
- package/build/navigation/menu/menu-title-search.js.map +1 -1
- package/build/navigation/menu/use-navigation-tree-menu.js +2 -1
- package/build/navigation/menu/use-navigation-tree-menu.js.map +1 -1
- package/build/navigator/navigator-button/hook.js +1 -1
- package/build/navigator/navigator-button/hook.js.map +1 -1
- package/build/navigator/navigator-screen/component.js +2 -2
- package/build/navigator/navigator-screen/component.js.map +1 -1
- package/build/number-control/index.js +29 -25
- package/build/number-control/index.js.map +1 -1
- package/build/number-control/types.js +6 -0
- package/build/number-control/types.js.map +1 -0
- package/build/placeholder/index.js +1 -3
- package/build/placeholder/index.js.map +1 -1
- package/build/popover/index.js +190 -160
- package/build/popover/index.js.map +1 -1
- package/build/popover/types.js +6 -0
- package/build/popover/types.js.map +1 -0
- package/build/popover/utils.js +125 -24
- package/build/popover/utils.js.map +1 -1
- package/build/radio-control/index.js +7 -4
- package/build/radio-control/index.js.map +1 -1
- package/build/range-control/index.js +4 -1
- package/build/range-control/index.js.map +1 -1
- package/build/range-control/styles/range-control-styles.js +33 -33
- package/build/range-control/styles/range-control-styles.js.map +1 -1
- package/build/sandbox/index.js +2 -2
- package/build/sandbox/index.js.map +1 -1
- package/build/search-control/index.js +38 -10
- package/build/search-control/index.js.map +1 -1
- package/build/search-control/types.js +6 -0
- package/build/search-control/types.js.map +1 -0
- package/build/select-control/index.native.js +2 -1
- package/build/select-control/index.native.js.map +1 -1
- package/build/tab-panel/index.js +48 -9
- package/build/tab-panel/index.js.map +1 -1
- package/build/tab-panel/types.js +6 -0
- package/build/tab-panel/types.js.map +1 -0
- package/build/text-control/index.js +2 -0
- package/build/text-control/index.js.map +1 -1
- package/build/textarea-control/index.js +3 -3
- package/build/textarea-control/index.js.map +1 -1
- package/build/toggle-control/index.js +44 -4
- package/build/toggle-control/index.js.map +1 -1
- package/build/toggle-control/types.js +6 -0
- package/build/toggle-control/types.js.map +1 -0
- package/build/toggle-group-control/toggle-group-control/component.js +2 -2
- package/build/toggle-group-control/toggle-group-control/component.js.map +1 -1
- package/build/toggle-group-control/toggle-group-control-option-icon/component.js +1 -1
- package/build/toggle-group-control/toggle-group-control-option-icon/component.js.map +1 -1
- package/build/tooltip/index.js +9 -7
- package/build/tooltip/index.js.map +1 -1
- package/build/ui/context/context-connect.js +31 -22
- package/build/ui/context/context-connect.js.map +1 -1
- package/build/ui/context/context-system-provider.js +4 -3
- package/build/ui/context/context-system-provider.js.map +1 -1
- package/build/unit-control/index.js +1 -1
- package/build/unit-control/index.js.map +1 -1
- package/build/unit-control/styles/unit-control-styles.js +9 -9
- package/build/unit-control/styles/unit-control-styles.js.map +1 -1
- package/build/utils/colors-values.js +2 -30
- package/build/utils/colors-values.js.map +1 -1
- package/build/utils/math.js +4 -4
- package/build/utils/math.js.map +1 -1
- package/build/utils/values.js +62 -6
- package/build/utils/values.js.map +1 -1
- package/build/view/component.js +6 -7
- package/build/view/component.js.map +1 -1
- package/build/view/types.js +6 -0
- package/build/view/types.js.map +1 -0
- 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/angle-picker-control/index.js +9 -0
- package/build-module/angle-picker-control/index.js.map +1 -1
- package/build-module/autocomplete/autocompleter-ui.js +4 -4
- package/build-module/autocomplete/autocompleter-ui.js.map +1 -1
- package/build-module/border-box-control/border-box-control/component.js +11 -8
- package/build-module/border-box-control/border-box-control/component.js.map +1 -1
- package/build-module/border-box-control/border-box-control-linked-button/component.js +1 -2
- package/build-module/border-box-control/border-box-control-linked-button/component.js.map +1 -1
- package/build-module/border-box-control/border-box-control-split-controls/component.js +11 -8
- package/build-module/border-box-control/border-box-control-split-controls/component.js.map +1 -1
- package/build-module/border-box-control/styles.js +7 -7
- package/build-module/border-box-control/styles.js.map +1 -1
- package/build-module/border-control/border-control-dropdown/component.js +2 -1
- package/build-module/border-control/border-control-dropdown/component.js.map +1 -1
- package/build-module/box-control/linked-button.js +3 -3
- package/build-module/box-control/linked-button.js.map +1 -1
- package/build-module/card/styles.js +17 -17
- package/build-module/card/styles.js.map +1 -1
- package/build-module/checkbox-control/index.js +3 -3
- package/build-module/checkbox-control/index.js.map +1 -1
- package/build-module/color-palette/index.js +1 -1
- package/build-module/color-palette/index.js.map +1 -1
- package/build-module/color-picker/input-with-slider.js +2 -1
- package/build-module/color-picker/input-with-slider.js.map +1 -1
- package/build-module/combobox-control/index.js +1 -1
- package/build-module/combobox-control/index.js.map +1 -1
- package/build-module/custom-gradient-picker/index.js +1 -1
- package/build-module/custom-gradient-picker/index.js.map +1 -1
- package/build-module/date-time/date/index.js +2 -3
- package/build-module/date-time/date/index.js.map +1 -1
- package/build-module/date-time/time/timezone.js +1 -1
- package/build-module/date-time/time/timezone.js.map +1 -1
- package/build-module/disabled/index.js +16 -8
- package/build-module/disabled/index.js.map +1 -1
- package/build-module/disabled/styles/disabled-styles.js +6 -12
- package/build-module/disabled/styles/disabled-styles.js.map +1 -1
- package/build-module/drop-zone/index.js +40 -9
- package/build-module/drop-zone/index.js.map +1 -1
- package/build-module/drop-zone/provider.js.map +1 -1
- package/build-module/drop-zone/types.js +2 -0
- package/build-module/drop-zone/types.js.map +1 -0
- package/build-module/dropdown/index.js +10 -4
- package/build-module/dropdown/index.js.map +1 -1
- package/build-module/flex/flex/hook.js +7 -29
- package/build-module/flex/flex/hook.js.map +1 -1
- package/build-module/focal-point-picker/controls.js +11 -6
- package/build-module/focal-point-picker/controls.js.map +1 -1
- package/build-module/focal-point-picker/focal-point.js.map +1 -1
- package/build-module/focal-point-picker/grid.js.map +1 -1
- package/build-module/focal-point-picker/index.js +81 -16
- package/build-module/focal-point-picker/index.js.map +1 -1
- package/build-module/focal-point-picker/media.js +4 -0
- package/build-module/focal-point-picker/media.js.map +1 -1
- package/build-module/focal-point-picker/styles/focal-point-picker-style.js +68 -40
- package/build-module/focal-point-picker/styles/focal-point-picker-style.js.map +1 -1
- package/build-module/focal-point-picker/styles/focal-point-style.js +12 -12
- package/build-module/focal-point-picker/styles/focal-point-style.js.map +1 -1
- package/build-module/focal-point-picker/types.js +2 -0
- package/build-module/focal-point-picker/types.js.map +1 -0
- package/build-module/focal-point-picker/utils.js +6 -6
- package/build-module/focal-point-picker/utils.js.map +1 -1
- package/build-module/font-size-picker/index.js +10 -0
- package/build-module/font-size-picker/index.js.map +1 -1
- package/build-module/font-size-picker/utils.js +1 -1
- package/build-module/font-size-picker/utils.js.map +1 -1
- package/build-module/form-file-upload/index.js +21 -4
- package/build-module/form-file-upload/index.js.map +1 -1
- package/build-module/form-file-upload/types.js +2 -0
- package/build-module/form-file-upload/types.js.map +1 -0
- package/build-module/form-toggle/index.js +1 -3
- package/build-module/form-toggle/index.js.map +1 -1
- package/build-module/form-token-field/index.js +4 -5
- package/build-module/form-token-field/index.js.map +1 -1
- package/build-module/form-token-field/suggestions-list.js +1 -2
- package/build-module/form-token-field/suggestions-list.js.map +1 -1
- package/build-module/gradient-picker/index.js +25 -26
- package/build-module/gradient-picker/index.js.map +1 -1
- package/build-module/icon/index.js +1 -2
- package/build-module/icon/index.js.map +1 -1
- package/build-module/input-control/input-base.js +4 -3
- package/build-module/input-control/input-base.js.map +1 -1
- package/build-module/input-control/label.js +3 -3
- package/build-module/input-control/label.js.map +1 -1
- package/build-module/input-control/styles/input-control-styles.js +41 -127
- package/build-module/input-control/styles/input-control-styles.js.map +1 -1
- package/build-module/modal/aria-helper.js +3 -8
- package/build-module/modal/aria-helper.js.map +1 -1
- package/build-module/navigable-container/container.js +5 -1
- package/build-module/navigable-container/container.js.map +1 -1
- package/build-module/navigable-container/menu.js +10 -11
- package/build-module/navigable-container/menu.js.map +1 -1
- package/build-module/navigable-container/tabbable.js +2 -3
- package/build-module/navigable-container/tabbable.js.map +1 -1
- package/build-module/navigation/menu/menu-title-search.js +2 -1
- package/build-module/navigation/menu/menu-title-search.js.map +1 -1
- package/build-module/navigation/menu/use-navigation-tree-menu.js +2 -1
- package/build-module/navigation/menu/use-navigation-tree-menu.js.map +1 -1
- package/build-module/navigator/navigator-button/hook.js +1 -1
- package/build-module/navigator/navigator-button/hook.js.map +1 -1
- package/build-module/navigator/navigator-screen/component.js +2 -2
- package/build-module/navigator/navigator-screen/component.js.map +1 -1
- package/build-module/number-control/index.js +31 -23
- package/build-module/number-control/index.js.map +1 -1
- package/build-module/number-control/types.js +2 -0
- package/build-module/number-control/types.js.map +1 -0
- package/build-module/placeholder/index.js +1 -3
- package/build-module/placeholder/index.js.map +1 -1
- package/build-module/popover/index.js +192 -162
- package/build-module/popover/index.js.map +1 -1
- package/build-module/popover/types.js +2 -0
- package/build-module/popover/types.js.map +1 -0
- package/build-module/popover/utils.js +118 -23
- package/build-module/popover/utils.js.map +1 -1
- package/build-module/radio-control/index.js +7 -5
- package/build-module/radio-control/index.js.map +1 -1
- package/build-module/range-control/index.js +4 -1
- package/build-module/range-control/index.js.map +1 -1
- package/build-module/range-control/styles/range-control-styles.js +33 -33
- package/build-module/range-control/styles/range-control-styles.js.map +1 -1
- package/build-module/sandbox/index.js +2 -2
- package/build-module/sandbox/index.js.map +1 -1
- package/build-module/search-control/index.js +34 -7
- package/build-module/search-control/index.js.map +1 -1
- package/build-module/search-control/types.js +2 -0
- package/build-module/search-control/types.js.map +1 -0
- package/build-module/select-control/index.native.js +1 -1
- package/build-module/select-control/index.native.js.map +1 -1
- package/build-module/tab-panel/index.js +46 -10
- package/build-module/tab-panel/index.js.map +1 -1
- package/build-module/tab-panel/types.js +2 -0
- package/build-module/tab-panel/types.js.map +1 -0
- package/build-module/text-control/index.js +2 -0
- package/build-module/text-control/index.js.map +1 -1
- package/build-module/textarea-control/index.js +3 -3
- package/build-module/textarea-control/index.js.map +1 -1
- package/build-module/toggle-control/index.js +38 -4
- package/build-module/toggle-control/index.js.map +1 -1
- package/build-module/toggle-control/types.js +2 -0
- package/build-module/toggle-control/types.js.map +1 -0
- package/build-module/toggle-group-control/toggle-group-control/component.js +2 -2
- package/build-module/toggle-group-control/toggle-group-control/component.js.map +1 -1
- package/build-module/toggle-group-control/toggle-group-control-option-icon/component.js +1 -1
- package/build-module/toggle-group-control/toggle-group-control-option-icon/component.js.map +1 -1
- package/build-module/tooltip/index.js +10 -8
- package/build-module/tooltip/index.js.map +1 -1
- package/build-module/ui/context/context-connect.js +30 -23
- package/build-module/ui/context/context-connect.js.map +1 -1
- package/build-module/ui/context/context-system-provider.js +5 -4
- package/build-module/ui/context/context-system-provider.js.map +1 -1
- package/build-module/unit-control/index.js +1 -1
- package/build-module/unit-control/index.js.map +1 -1
- package/build-module/unit-control/styles/unit-control-styles.js +9 -9
- package/build-module/unit-control/styles/unit-control-styles.js.map +1 -1
- package/build-module/utils/colors-values.js +2 -30
- package/build-module/utils/colors-values.js.map +1 -1
- package/build-module/utils/math.js +4 -4
- package/build-module/utils/math.js.map +1 -1
- package/build-module/utils/values.js +48 -6
- package/build-module/utils/values.js.map +1 -1
- package/build-module/view/component.js +5 -8
- package/build-module/view/component.js.map +1 -1
- package/build-module/view/types.js +2 -0
- package/build-module/view/types.js.map +1 -0
- package/build-style/style-rtl.css +4 -31
- package/build-style/style.css +4 -31
- package/build-types/base-field/hook.d.ts +54 -55
- package/build-types/base-field/hook.d.ts.map +1 -1
- package/build-types/border-box-control/border-box-control/component.d.ts +10 -2
- package/build-types/border-box-control/border-box-control/component.d.ts.map +1 -1
- package/build-types/border-box-control/border-box-control/hook.d.ts +56 -57
- 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/component.d.ts +2 -1
- package/build-types/border-box-control/border-box-control-linked-button/component.d.ts.map +1 -1
- package/build-types/border-box-control/border-box-control-linked-button/hook.d.ts +55 -56
- 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/component.d.ts +9 -2
- package/build-types/border-box-control/border-box-control-split-controls/component.d.ts.map +1 -1
- package/build-types/border-box-control/border-box-control-split-controls/hook.d.ts +56 -57
- 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/component.d.ts +2 -1
- package/build-types/border-box-control/border-box-control-visualizer/component.d.ts.map +1 -1
- package/build-types/border-box-control/border-box-control-visualizer/hook.d.ts +55 -56
- package/build-types/border-box-control/border-box-control-visualizer/hook.d.ts.map +1 -1
- package/build-types/border-box-control/styles.d.ts.map +1 -1
- package/build-types/border-box-control/types.d.ts +5 -4
- package/build-types/border-box-control/types.d.ts.map +1 -1
- package/build-types/border-control/border-control/component.d.ts +14 -2
- package/build-types/border-control/border-control/component.d.ts.map +1 -1
- package/build-types/border-control/border-control/hook.d.ts +56 -57
- package/build-types/border-control/border-control/hook.d.ts.map +1 -1
- package/build-types/border-control/border-control-dropdown/component.d.ts +10 -2
- package/build-types/border-control/border-control-dropdown/component.d.ts.map +1 -1
- package/build-types/border-control/border-control-dropdown/hook.d.ts +56 -57
- 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 +6 -2
- package/build-types/border-control/border-control-style-picker/component.d.ts.map +1 -1
- package/build-types/border-control/border-control-style-picker/hook.d.ts +55 -56
- package/build-types/border-control/border-control-style-picker/hook.d.ts.map +1 -1
- package/build-types/border-control/stories/index.d.ts +74 -6
- package/build-types/border-control/stories/index.d.ts.map +1 -1
- package/build-types/border-control/types.d.ts +6 -8
- package/build-types/border-control/types.d.ts.map +1 -1
- package/build-types/button-group/index.d.ts +1 -3
- package/build-types/button-group/index.d.ts.map +1 -1
- package/build-types/card/card/component.d.ts +9 -2
- package/build-types/card/card/component.d.ts.map +1 -1
- package/build-types/card/card/hook.d.ts +55 -56
- package/build-types/card/card/hook.d.ts.map +1 -1
- package/build-types/card/card-body/component.d.ts +9 -2
- package/build-types/card/card-body/component.d.ts.map +1 -1
- package/build-types/card/card-body/hook.d.ts +55 -56
- package/build-types/card/card-body/hook.d.ts.map +1 -1
- package/build-types/card/card-divider/component.d.ts +7 -2
- package/build-types/card/card-divider/component.d.ts.map +1 -1
- package/build-types/card/card-divider/hook.d.ts +55 -55
- package/build-types/card/card-footer/component.d.ts +11 -2
- package/build-types/card/card-footer/component.d.ts.map +1 -1
- package/build-types/card/card-footer/hook.d.ts +55 -56
- package/build-types/card/card-footer/hook.d.ts.map +1 -1
- package/build-types/card/card-header/component.d.ts +1 -1
- package/build-types/card/card-header/component.d.ts.map +1 -1
- package/build-types/card/card-header/hook.d.ts +55 -56
- package/build-types/card/card-header/hook.d.ts.map +1 -1
- package/build-types/card/card-media/component.d.ts +2 -1
- package/build-types/card/card-media/component.d.ts.map +1 -1
- package/build-types/card/card-media/hook.d.ts +55 -56
- package/build-types/card/card-media/hook.d.ts.map +1 -1
- package/build-types/checkbox-control/index.d.ts +1 -1
- package/build-types/checkbox-control/index.d.ts.map +1 -1
- package/build-types/checkbox-control/stories/index.d.ts.map +1 -1
- package/build-types/checkbox-control/types.d.ts +1 -1
- package/build-types/checkbox-control/types.d.ts.map +1 -1
- package/build-types/color-indicator/index.d.ts +1 -3
- package/build-types/color-indicator/index.d.ts.map +1 -1
- package/build-types/color-palette/styles.d.ts +1 -3
- package/build-types/color-palette/styles.d.ts.map +1 -1
- package/build-types/color-picker/component.d.ts +2 -1
- package/build-types/color-picker/component.d.ts.map +1 -1
- package/build-types/color-picker/input-with-slider.d.ts.map +1 -1
- package/build-types/color-picker/styles.d.ts +12 -25
- package/build-types/color-picker/styles.d.ts.map +1 -1
- package/build-types/confirm-dialog/component.d.ts +4 -8
- package/build-types/confirm-dialog/component.d.ts.map +1 -1
- package/build-types/date-time/date/styles.d.ts +4 -8
- package/build-types/date-time/date/styles.d.ts.map +1 -1
- package/build-types/date-time/date-time/styles.d.ts +4 -6
- package/build-types/date-time/date-time/styles.d.ts.map +1 -1
- package/build-types/date-time/time/styles.d.ts +21 -43
- package/build-types/date-time/time/styles.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/disabled/styles/disabled-styles.d.ts +1 -5
- package/build-types/disabled/styles/disabled-styles.d.ts.map +1 -1
- package/build-types/divider/component.d.ts +7 -2
- package/build-types/divider/component.d.ts.map +1 -1
- package/build-types/drop-zone/index.d.ts +29 -0
- package/build-types/drop-zone/index.d.ts.map +1 -0
- package/build-types/drop-zone/provider.d.ts +5 -0
- package/build-types/drop-zone/provider.d.ts.map +1 -0
- package/build-types/drop-zone/stories/index.d.ts +12 -0
- package/build-types/drop-zone/stories/index.d.ts.map +1 -0
- package/build-types/drop-zone/types.d.ts +29 -0
- package/build-types/drop-zone/types.d.ts.map +1 -0
- package/build-types/dropdown/dropdown-content-wrapper.d.ts +2 -1
- package/build-types/dropdown/dropdown-content-wrapper.d.ts.map +1 -1
- package/build-types/dropdown/index.d.ts.map +1 -1
- package/build-types/elevation/component.d.ts +2 -1
- package/build-types/elevation/component.d.ts.map +1 -1
- package/build-types/elevation/hook.d.ts +54 -55
- package/build-types/elevation/hook.d.ts.map +1 -1
- package/build-types/external-link/index.d.ts +1 -1
- package/build-types/external-link/index.d.ts.map +1 -1
- package/build-types/external-link/styles/external-link-styles.d.ts +1 -1
- package/build-types/flex/flex/component.d.ts +2 -1
- package/build-types/flex/flex/component.d.ts.map +1 -1
- package/build-types/flex/flex/hook.d.ts +55 -56
- package/build-types/flex/flex/hook.d.ts.map +1 -1
- package/build-types/flex/flex-block/component.d.ts +2 -1
- package/build-types/flex/flex-block/component.d.ts.map +1 -1
- package/build-types/flex/flex-block/hook.d.ts +55 -56
- package/build-types/flex/flex-block/hook.d.ts.map +1 -1
- package/build-types/flex/flex-item/component.d.ts +2 -1
- package/build-types/flex/flex-item/component.d.ts.map +1 -1
- package/build-types/flex/flex-item/hook.d.ts +55 -56
- package/build-types/flex/flex-item/hook.d.ts.map +1 -1
- package/build-types/focal-point-picker/controls.d.ts +4 -0
- package/build-types/focal-point-picker/controls.d.ts.map +1 -0
- package/build-types/focal-point-picker/focal-point.d.ts +5 -0
- package/build-types/focal-point-picker/focal-point.d.ts.map +1 -0
- package/build-types/focal-point-picker/grid.d.ts +5 -0
- package/build-types/focal-point-picker/grid.d.ts.map +1 -0
- package/build-types/focal-point-picker/index.d.ts +51 -0
- package/build-types/focal-point-picker/index.d.ts.map +1 -0
- package/build-types/focal-point-picker/media.d.ts +4 -0
- package/build-types/focal-point-picker/media.d.ts.map +1 -0
- package/build-types/focal-point-picker/stories/index.d.ts +15 -0
- package/build-types/focal-point-picker/stories/index.d.ts.map +1 -0
- package/build-types/focal-point-picker/styles/focal-point-picker-style.d.ts +56 -0
- package/build-types/focal-point-picker/styles/focal-point-picker-style.d.ts.map +1 -0
- package/build-types/focal-point-picker/styles/focal-point-style.d.ts +19 -0
- package/build-types/focal-point-picker/styles/focal-point-style.d.ts.map +1 -0
- package/build-types/focal-point-picker/types.d.ts +79 -0
- package/build-types/focal-point-picker/types.d.ts.map +1 -0
- package/build-types/focal-point-picker/utils.d.ts +26 -0
- package/build-types/focal-point-picker/utils.d.ts.map +1 -0
- package/build-types/form-file-upload/index.d.ts +22 -0
- package/build-types/form-file-upload/index.d.ts.map +1 -0
- package/build-types/form-file-upload/stories/index.d.ts +23 -0
- package/build-types/form-file-upload/stories/index.d.ts.map +1 -0
- package/build-types/form-file-upload/test/index.d.ts +2 -0
- package/build-types/form-file-upload/test/index.d.ts.map +1 -0
- package/build-types/form-file-upload/types.d.ts +63 -0
- package/build-types/form-file-upload/types.d.ts.map +1 -0
- package/build-types/form-toggle/index.d.ts +1 -1
- package/build-types/form-toggle/index.d.ts.map +1 -1
- package/build-types/form-token-field/index.d.ts.map +1 -1
- package/build-types/form-token-field/styles.d.ts +1 -3
- package/build-types/form-token-field/styles.d.ts.map +1 -1
- package/build-types/form-token-field/suggestions-list.d.ts.map +1 -1
- package/build-types/form-token-field/token-input.d.ts +1 -3
- package/build-types/form-token-field/token-input.d.ts.map +1 -1
- package/build-types/grid/component.d.ts +2 -1
- package/build-types/grid/component.d.ts.map +1 -1
- package/build-types/grid/hook.d.ts +55 -56
- package/build-types/grid/hook.d.ts.map +1 -1
- package/build-types/h-stack/component.d.ts +5 -2
- package/build-types/h-stack/component.d.ts.map +1 -1
- package/build-types/h-stack/hook.d.ts +55 -56
- package/build-types/h-stack/hook.d.ts.map +1 -1
- package/build-types/heading/component.d.ts +4 -2
- package/build-types/heading/component.d.ts.map +1 -1
- package/build-types/heading/hook.d.ts +54 -55
- package/build-types/heading/hook.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.map +1 -1
- package/build-types/input-control/input-field.d.ts +1 -3
- package/build-types/input-control/input-field.d.ts.map +1 -1
- package/build-types/input-control/input-prefix-wrapper.d.ts +2 -1
- package/build-types/input-control/input-prefix-wrapper.d.ts.map +1 -1
- package/build-types/input-control/input-suffix-wrapper.d.ts +2 -1
- package/build-types/input-control/input-suffix-wrapper.d.ts.map +1 -1
- package/build-types/input-control/label.d.ts.map +1 -1
- package/build-types/input-control/stories/index.d.ts +5 -5
- package/build-types/input-control/stories/index.d.ts.map +1 -1
- package/build-types/input-control/styles/input-control-styles.d.ts +2 -6
- package/build-types/input-control/styles/input-control-styles.d.ts.map +1 -1
- package/build-types/input-control/types.d.ts +3 -0
- package/build-types/input-control/types.d.ts.map +1 -1
- package/build-types/item-group/item/component.d.ts +2 -1
- package/build-types/item-group/item/component.d.ts.map +1 -1
- package/build-types/item-group/item/hook.d.ts +54 -55
- package/build-types/item-group/item/hook.d.ts.map +1 -1
- package/build-types/item-group/item-group/component.d.ts +2 -1
- package/build-types/item-group/item-group/component.d.ts.map +1 -1
- package/build-types/item-group/item-group/hook.d.ts +54 -55
- package/build-types/item-group/item-group/hook.d.ts.map +1 -1
- package/build-types/modal/aria-helper.d.ts.map +1 -1
- package/build-types/navigable-container/menu.d.ts.map +1 -1
- package/build-types/navigable-container/tabbable.d.ts.map +1 -1
- package/build-types/navigator/navigator-back-button/component.d.ts +4 -2
- package/build-types/navigator/navigator-back-button/component.d.ts.map +1 -1
- package/build-types/navigator/navigator-back-button/hook.d.ts +59 -60
- package/build-types/navigator/navigator-back-button/hook.d.ts.map +1 -1
- package/build-types/navigator/navigator-button/component.d.ts +7 -2
- package/build-types/navigator/navigator-button/component.d.ts.map +1 -1
- package/build-types/navigator/navigator-button/hook.d.ts +59 -60
- package/build-types/navigator/navigator-button/hook.d.ts.map +1 -1
- package/build-types/navigator/navigator-provider/component.d.ts +2 -1
- package/build-types/navigator/navigator-provider/component.d.ts.map +1 -1
- package/build-types/navigator/navigator-screen/component.d.ts +1 -1
- package/build-types/navigator/navigator-screen/component.d.ts.map +1 -1
- package/build-types/number-control/index.d.ts +10 -28
- package/build-types/number-control/index.d.ts.map +1 -1
- package/build-types/number-control/styles/number-control-styles.d.ts +1 -1
- package/build-types/number-control/types.d.ts +72 -0
- package/build-types/number-control/types.d.ts.map +1 -0
- 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 +28 -24
- package/build-types/popover/index.d.ts.map +1 -1
- package/build-types/popover/stories/index.d.ts +12 -0
- package/build-types/popover/stories/index.d.ts.map +1 -0
- package/build-types/popover/types.d.ts +179 -0
- package/build-types/popover/types.d.ts.map +1 -0
- package/build-types/popover/utils.d.ts +42 -24
- package/build-types/popover/utils.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/range-control/index.d.ts +2 -4
- package/build-types/range-control/index.d.ts.map +1 -1
- package/build-types/range-control/input-range.d.ts +2 -4
- package/build-types/range-control/input-range.d.ts.map +1 -1
- package/build-types/range-control/styles/range-control-styles.d.ts +5 -10
- package/build-types/range-control/styles/range-control-styles.d.ts.map +1 -1
- package/build-types/resizable-box/index.d.ts +1 -1
- package/build-types/resizable-box/resize-tooltip/index.d.ts +1 -1
- package/build-types/resizable-box/resize-tooltip/label.d.ts +1 -1
- package/build-types/resizable-box/resize-tooltip/styles/resize-tooltip.styles.d.ts +1 -3
- package/build-types/resizable-box/resize-tooltip/styles/resize-tooltip.styles.d.ts.map +1 -1
- package/build-types/scrollable/component.d.ts +2 -1
- package/build-types/scrollable/component.d.ts.map +1 -1
- package/build-types/scrollable/hook.d.ts +55 -56
- package/build-types/scrollable/hook.d.ts.map +1 -1
- package/build-types/search-control/index.d.ts +29 -0
- package/build-types/search-control/index.d.ts.map +1 -0
- package/build-types/search-control/stories/index.d.ts +47 -0
- package/build-types/search-control/stories/index.d.ts.map +1 -0
- package/build-types/search-control/types.d.ts +39 -0
- package/build-types/search-control/types.d.ts.map +1 -0
- package/build-types/select-control/index.d.ts +1 -3
- package/build-types/select-control/index.d.ts.map +1 -1
- package/build-types/select-control/stories/index.d.ts +2 -6
- package/build-types/select-control/stories/index.d.ts.map +1 -1
- package/build-types/select-control/styles/select-control-styles.d.ts +1 -3
- package/build-types/select-control/styles/select-control-styles.d.ts.map +1 -1
- package/build-types/spacer/component.d.ts +2 -1
- package/build-types/spacer/component.d.ts.map +1 -1
- package/build-types/spacer/hook.d.ts +55 -56
- package/build-types/spacer/hook.d.ts.map +1 -1
- package/build-types/spinner/index.d.ts +1 -3
- package/build-types/spinner/index.d.ts.map +1 -1
- package/build-types/surface/component.d.ts +2 -1
- package/build-types/surface/component.d.ts.map +1 -1
- package/build-types/surface/hook.d.ts +55 -56
- package/build-types/surface/hook.d.ts.map +1 -1
- package/build-types/tab-panel/index.d.ts +42 -0
- package/build-types/tab-panel/index.d.ts.map +1 -0
- package/build-types/tab-panel/stories/index.d.ts +12 -0
- package/build-types/tab-panel/stories/index.d.ts.map +1 -0
- package/build-types/tab-panel/test/index.d.ts +2 -0
- package/build-types/tab-panel/test/index.d.ts.map +1 -0
- package/build-types/tab-panel/types.d.ts +64 -0
- package/build-types/tab-panel/types.d.ts.map +1 -0
- package/build-types/text/component.d.ts +1 -1
- package/build-types/text/component.d.ts.map +1 -1
- package/build-types/text/hook.d.ts +55 -56
- package/build-types/text/hook.d.ts.map +1 -1
- package/build-types/text-control/index.d.ts +2 -4
- package/build-types/text-control/index.d.ts.map +1 -1
- package/build-types/text-control/types.d.ts +1 -1
- package/build-types/text-control/types.d.ts.map +1 -1
- package/build-types/textarea-control/index.d.ts +1 -1
- package/build-types/textarea-control/index.d.ts.map +1 -1
- package/build-types/textarea-control/types.d.ts +1 -1
- package/build-types/textarea-control/types.d.ts.map +1 -1
- package/build-types/toggle-control/index.d.ts +26 -0
- package/build-types/toggle-control/index.d.ts.map +1 -0
- package/build-types/toggle-control/stories/index.d.ts +13 -0
- package/build-types/toggle-control/stories/index.d.ts.map +1 -0
- package/build-types/toggle-control/test/index.d.ts +2 -0
- package/build-types/toggle-control/test/index.d.ts.map +1 -0
- package/build-types/toggle-control/types.d.ts +20 -0
- package/build-types/toggle-control/types.d.ts.map +1 -0
- package/build-types/toggle-group-control/stories/index.d.ts +4 -2
- package/build-types/toggle-group-control/stories/index.d.ts.map +1 -1
- package/build-types/toggle-group-control/toggle-group-control/component.d.ts +12 -2
- package/build-types/toggle-group-control/toggle-group-control/component.d.ts.map +1 -1
- package/build-types/toggle-group-control/toggle-group-control-option/component.d.ts +2 -4
- 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 +2 -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-icon/component.d.ts +3 -5
- package/build-types/toggle-group-control/toggle-group-control-option-icon/component.d.ts.map +1 -1
- package/build-types/toggle-group-control/types.d.ts +2 -2
- package/build-types/toggle-group-control/types.d.ts.map +1 -1
- package/build-types/tools-panel/tools-panel/component.d.ts +2 -1
- package/build-types/tools-panel/tools-panel/component.d.ts.map +1 -1
- package/build-types/tools-panel/tools-panel/hook.d.ts +55 -56
- package/build-types/tools-panel/tools-panel/hook.d.ts.map +1 -1
- package/build-types/tools-panel/tools-panel-header/component.d.ts +2 -1
- package/build-types/tools-panel/tools-panel-header/component.d.ts.map +1 -1
- package/build-types/tools-panel/tools-panel-header/hook.d.ts +55 -56
- package/build-types/tools-panel/tools-panel-header/hook.d.ts.map +1 -1
- package/build-types/tools-panel/tools-panel-item/component.d.ts +6 -2
- package/build-types/tools-panel/tools-panel-item/component.d.ts.map +1 -1
- package/build-types/tools-panel/tools-panel-item/hook.d.ts +55 -56
- package/build-types/tools-panel/tools-panel-item/hook.d.ts.map +1 -1
- package/build-types/tooltip/index.d.ts.map +1 -1
- package/build-types/truncate/component.d.ts +2 -1
- package/build-types/truncate/component.d.ts.map +1 -1
- package/build-types/truncate/hook.d.ts +55 -56
- package/build-types/truncate/hook.d.ts.map +1 -1
- package/build-types/ui/context/context-connect.d.ts +10 -9
- package/build-types/ui/context/context-connect.d.ts.map +1 -1
- package/build-types/ui/context/context-system-provider.d.ts.map +1 -1
- package/build-types/ui/context/test/context-connect.d.ts +2 -0
- package/build-types/ui/context/test/context-connect.d.ts.map +1 -0
- package/build-types/ui/context/test/wordpress-component.d.ts +2 -0
- package/build-types/ui/context/test/wordpress-component.d.ts.map +1 -0
- package/build-types/ui/context/wordpress-component.d.ts +8 -9
- package/build-types/ui/context/wordpress-component.d.ts.map +1 -1
- package/build-types/ui/control-group/component.d.ts +4 -1
- package/build-types/ui/control-group/component.d.ts.map +1 -1
- package/build-types/ui/control-group/hook.d.ts +55 -56
- package/build-types/ui/control-group/hook.d.ts.map +1 -1
- package/build-types/ui/control-label/component.d.ts +4 -1
- package/build-types/ui/control-label/component.d.ts.map +1 -1
- package/build-types/ui/control-label/hook.d.ts +55 -56
- package/build-types/ui/control-label/hook.d.ts.map +1 -1
- package/build-types/ui/form-group/form-group.d.ts +4 -8
- package/build-types/ui/form-group/form-group.d.ts.map +1 -1
- package/build-types/ui/form-group/use-form-group.d.ts +112 -114
- package/build-types/ui/form-group/use-form-group.d.ts.map +1 -1
- package/build-types/ui/shortcut/component.d.ts +2 -1
- package/build-types/ui/shortcut/component.d.ts.map +1 -1
- package/build-types/ui/spinner/component.d.ts +1 -1
- package/build-types/ui/tooltip/component.d.ts +11 -1
- package/build-types/ui/tooltip/component.d.ts.map +1 -1
- package/build-types/ui/tooltip/content.d.ts +7 -1
- package/build-types/ui/tooltip/styles.d.ts +1 -3
- package/build-types/ui/tooltip/styles.d.ts.map +1 -1
- package/build-types/unit-control/index.d.ts +2 -12
- package/build-types/unit-control/index.d.ts.map +1 -1
- package/build-types/unit-control/stories/index.d.ts.map +1 -1
- package/build-types/unit-control/styles/unit-control-styles.d.ts +5 -10
- package/build-types/unit-control/styles/unit-control-styles.d.ts.map +1 -1
- package/build-types/unit-control/types.d.ts +3 -35
- package/build-types/unit-control/types.d.ts.map +1 -1
- package/build-types/utils/colors-values.d.ts +0 -18
- package/build-types/utils/colors-values.d.ts.map +1 -1
- package/build-types/utils/math.d.ts +6 -6
- package/build-types/utils/math.d.ts.map +1 -1
- package/build-types/utils/values.d.ts +10 -8
- package/build-types/utils/values.d.ts.map +1 -1
- package/build-types/v-stack/component.d.ts +8 -2
- package/build-types/v-stack/component.d.ts.map +1 -1
- package/build-types/v-stack/hook.d.ts +55 -56
- package/build-types/v-stack/hook.d.ts.map +1 -1
- package/build-types/v-stack/stories/index.d.ts +8 -1
- package/build-types/v-stack/stories/index.d.ts.map +1 -1
- package/build-types/view/component.d.ts +8 -6
- package/build-types/view/component.d.ts.map +1 -1
- package/build-types/view/stories/index.d.ts +12 -0
- package/build-types/view/stories/index.d.ts.map +1 -0
- package/build-types/view/types.d.ts +8 -0
- package/build-types/view/types.d.ts.map +1 -0
- package/build-types/visually-hidden/component.d.ts +2 -1
- package/build-types/visually-hidden/component.d.ts.map +1 -1
- package/build-types/z-stack/component.d.ts +2 -1
- package/build-types/z-stack/component.d.ts.map +1 -1
- package/package.json +17 -17
- package/src/alignment-matrix-control/styles/alignment-matrix-control-styles.js +1 -1
- package/src/angle-picker-control/README.md +9 -1
- package/src/angle-picker-control/index.js +12 -0
- package/src/angle-picker-control/stories/index.js +3 -3
- package/src/autocomplete/autocompleter-ui.js +6 -3
- package/src/base-field/test/__snapshots__/index.js.snap +3 -5
- package/src/border-box-control/border-box-control/component.tsx +28 -12
- package/src/border-box-control/border-box-control-linked-button/component.tsx +1 -2
- package/src/border-box-control/border-box-control-split-controls/component.tsx +25 -11
- package/src/border-box-control/stories/index.js +1 -0
- package/src/border-box-control/styles.ts +2 -1
- package/src/border-box-control/types.ts +5 -4
- package/src/border-control/border-control-dropdown/component.tsx +3 -8
- package/src/border-control/types.ts +7 -9
- package/src/box-control/linked-button.js +3 -3
- package/src/box-control/test/index.js +5 -5
- package/src/button/style.scss +4 -3
- package/src/card/styles.ts +1 -1
- package/src/card/test/__snapshots__/index.tsx.snap +39 -51
- package/src/checkbox-control/index.tsx +3 -6
- package/src/checkbox-control/stories/index.tsx +6 -2
- package/src/checkbox-control/types.ts +4 -1
- package/src/color-palette/index.js +1 -1
- package/src/color-palette/test/__snapshots__/index.js.snap +67 -91
- package/src/color-picker/input-with-slider.tsx +1 -0
- package/src/combobox-control/index.js +1 -1
- package/src/combobox-control/test/index.js +311 -0
- package/src/custom-gradient-picker/index.js +1 -1
- package/src/date-time/date/index.tsx +2 -2
- package/src/date-time/time/timezone.tsx +1 -1
- package/src/dimension-control/test/__snapshots__/index.test.js.snap +1122 -164
- package/src/dimension-control/test/index.test.js +29 -38
- package/src/disabled/index.tsx +27 -9
- package/src/disabled/styles/disabled-styles.tsx +2 -2
- package/src/disabled/test/index.tsx +38 -0
- package/src/drop-zone/README.md +3 -3
- package/src/drop-zone/{index.js → index.tsx} +48 -13
- package/src/drop-zone/{provider.js → provider.ts} +5 -1
- package/src/drop-zone/stories/index.tsx +30 -0
- package/src/drop-zone/types.ts +29 -0
- package/src/dropdown/README.md +6 -4
- package/src/dropdown/index.js +15 -3
- package/src/dropdown/stories/index.js +1 -1
- package/src/flex/flex/hook.ts +5 -54
- package/src/flex/test/__snapshots__/index.tsx.snap +7 -15
- package/src/focal-point-picker/README.md +2 -2
- package/src/focal-point-picker/{controls.js → controls.tsx} +38 -10
- package/src/focal-point-picker/{focal-point.js → focal-point.tsx} +7 -1
- package/src/focal-point-picker/{grid.js → grid.tsx} +6 -1
- package/src/focal-point-picker/{index.js → index.tsx} +99 -15
- package/src/focal-point-picker/{media.js → media.tsx} +10 -4
- package/src/focal-point-picker/stories/index.tsx +93 -0
- package/src/focal-point-picker/styles/{focal-point-picker-style.js → focal-point-picker-style.ts} +31 -5
- package/src/focal-point-picker/styles/{focal-point-style.js → focal-point-style.ts} +2 -1
- package/src/focal-point-picker/test/index.js +27 -7
- package/src/focal-point-picker/types.ts +93 -0
- package/src/focal-point-picker/{utils.js → utils.ts} +9 -9
- package/src/font-size-picker/README.md +9 -0
- package/src/font-size-picker/index.js +9 -0
- package/src/font-size-picker/stories/index.js +3 -5
- package/src/font-size-picker/test/index.js +15 -2
- package/src/font-size-picker/test/utils.js +1 -2
- package/src/font-size-picker/utils.js +1 -1
- package/src/form-file-upload/README.md +6 -1
- package/src/form-file-upload/{index.js → index.tsx} +22 -4
- package/src/form-file-upload/stories/index.tsx +74 -0
- package/src/form-file-upload/test/{index.js → index.tsx} +7 -3
- package/src/form-file-upload/types.ts +63 -0
- package/src/form-toggle/index.tsx +1 -6
- package/src/form-token-field/index.tsx +4 -5
- package/src/form-token-field/suggestions-list.tsx +1 -2
- package/src/gradient-picker/index.js +41 -47
- package/src/gradient-picker/stories/index.js +10 -0
- package/src/h-stack/test/__snapshots__/index.tsx.snap +3 -12
- package/src/higher-order/with-filters/test/__snapshots__/index.js.snap +87 -0
- package/src/higher-order/with-filters/test/index.js +20 -74
- package/src/icon/index.tsx +1 -1
- package/src/icon/stories/index.js +18 -0
- package/src/icon/test/index.js +32 -83
- package/src/input-control/input-base.tsx +9 -11
- package/src/input-control/label.tsx +9 -4
- package/src/input-control/styles/input-control-styles.tsx +0 -43
- package/src/input-control/types.ts +3 -0
- package/src/isolated-event-container/test/index.js +53 -11
- package/src/item-group/test/__snapshots__/index.js.snap +16 -16
- package/src/keyboard-shortcuts/test/index.js +16 -31
- package/src/menu-item/test/__snapshots__/index.js.snap +60 -62
- package/src/menu-item/test/index.js +30 -22
- package/src/modal/aria-helper.js +3 -8
- package/src/modal/style.scss +3 -4
- package/src/navigable-container/README.md +2 -0
- package/src/navigable-container/container.js +8 -1
- package/src/navigable-container/menu.js +14 -11
- package/src/navigable-container/stories/navigable-menu.js +49 -0
- package/src/navigable-container/stories/tabbable-container.js +40 -0
- package/src/navigable-container/tabbable.js +2 -3
- package/src/navigable-container/test/navigable-menu.js +277 -0
- package/src/navigable-container/test/tababble-container.js +175 -0
- package/src/navigation/menu/menu-title-search.js +2 -0
- package/src/navigation/menu/use-navigation-tree-menu.js +2 -0
- package/src/navigator/navigator-button/hook.ts +1 -1
- package/src/navigator/navigator-screen/component.tsx +6 -1
- package/src/number-control/index.tsx +209 -0
- package/src/number-control/stories/index.js +6 -18
- package/src/number-control/types.ts +75 -0
- package/src/panel/README.md +1 -1
- package/src/panel/test/__snapshots__/header.js.snap +9 -0
- package/src/panel/test/__snapshots__/index.js.snap +17 -0
- package/src/panel/test/__snapshots__/row.js.snap +17 -0
- package/src/panel/test/header.js +30 -23
- package/src/panel/test/index.js +33 -25
- package/src/panel/test/row.js +18 -11
- package/src/placeholder/index.tsx +4 -5
- package/src/placeholder/style.scss +4 -0
- package/src/popover/README.md +128 -48
- package/src/popover/{index.js → index.tsx} +284 -182
- package/src/popover/stories/{index.js → index.tsx} +52 -54
- package/src/popover/test/index.js +7 -5
- package/src/popover/types.ts +192 -0
- package/src/popover/utils.ts +242 -0
- package/src/radio-control/index.tsx +28 -29
- package/src/radio-control/style.scss +0 -17
- package/src/range-control/index.tsx +4 -1
- package/src/range-control/styles/range-control-styles.ts +8 -8
- package/src/sandbox/index.js +2 -2
- package/src/search-control/README.md +5 -3
- package/src/search-control/{index.js → index.tsx} +35 -7
- package/src/search-control/stories/index.tsx +66 -0
- package/src/search-control/types.ts +43 -0
- package/src/select-control/index.native.js +1 -1
- package/src/slot-fill/test/index.js +69 -12
- package/src/style.scss +0 -1
- package/src/surface/test/__snapshots__/index.tsx.snap +10 -10
- package/src/tab-panel/README.md +1 -2
- package/src/tab-panel/{index.js → index.tsx} +58 -13
- package/src/tab-panel/stories/index.tsx +37 -0
- package/src/tab-panel/test/index.tsx +120 -0
- package/src/tab-panel/types.ts +65 -0
- package/src/text-control/index.tsx +2 -0
- package/src/text-control/types.ts +5 -1
- package/src/textarea-control/index.tsx +3 -6
- package/src/textarea-control/types.ts +1 -1
- package/src/toggle-control/index.tsx +97 -0
- package/src/toggle-control/stories/index.tsx +58 -0
- package/src/toggle-control/test/index.tsx +53 -0
- package/src/toggle-control/types.ts +28 -0
- package/src/toggle-group-control/stories/index.tsx +10 -3
- package/src/toggle-group-control/toggle-group-control/component.tsx +3 -3
- package/src/toggle-group-control/toggle-group-control-option-icon/README.md +1 -1
- package/src/toggle-group-control/toggle-group-control-option-icon/component.tsx +1 -1
- package/src/toggle-group-control/types.ts +2 -2
- package/src/tooltip/index.js +11 -7
- package/src/ui/context/context-connect.ts +58 -31
- package/src/ui/context/context-system-provider.js +5 -4
- package/src/ui/context/test/context-connect.tsx +55 -0
- package/src/ui/context/test/wordpress-component.tsx +36 -0
- package/src/ui/context/wordpress-component.ts +18 -12
- package/src/ui/control-group/test/__snapshots__/index.js.snap +1 -4
- package/src/unit-control/index.tsx +1 -1
- package/src/unit-control/stories/index.tsx +7 -16
- package/src/unit-control/styles/unit-control-styles.ts +2 -2
- package/src/unit-control/test/__snapshots__/index.tsx.snap +4 -6
- package/src/unit-control/types.ts +3 -44
- package/src/utils/colors-values.js +2 -24
- package/src/utils/math.js +4 -4
- package/src/utils/values.js +48 -6
- package/src/v-stack/test/__snapshots__/index.tsx.snap +3 -12
- package/src/view/{component.js → component.tsx} +13 -4
- package/src/view/stories/index.tsx +32 -0
- package/src/view/types.ts +6 -0
- package/tsconfig.json +1 -6
- package/tsconfig.tsbuildinfo +1 -1
- package/src/focal-point-picker/stories/index.js +0 -76
- package/src/navigable-container/test/menu.js +0 -310
- package/src/navigable-container/test/tabbable.js +0 -158
- package/src/number-control/index.js +0 -192
- package/src/popover/utils.js +0 -107
- package/src/search-control/stories/index.js +0 -39
- package/src/tab-panel/stories/index.js +0 -39
- package/src/tab-panel/test/index.js +0 -179
- package/src/toggle-control/index.js +0 -55
- package/src/toggle-control/stories/index.js +0 -64
- package/src/toggle-control/style.scss +0 -14
- package/src/toggle-control/test/index.js +0 -52
|
@@ -1,181 +1,1139 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`DimensionControl rendering renders with custom sizes 1`] = `
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
4
|
+
.emotion-0 {
|
|
5
|
+
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
|
|
6
|
+
font-size: 13px;
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.emotion-0 *,
|
|
11
|
+
.emotion-0 *::before,
|
|
12
|
+
.emotion-0 *::after {
|
|
13
|
+
box-sizing: inherit;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.emotion-2 {
|
|
17
|
+
margin-bottom: calc(4px * 2);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.components-panel__row .emotion-2 {
|
|
21
|
+
margin-bottom: inherit;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.emotion-5 {
|
|
25
|
+
display: -webkit-box;
|
|
26
|
+
display: -webkit-flex;
|
|
27
|
+
display: -ms-flexbox;
|
|
28
|
+
display: flex;
|
|
29
|
+
-webkit-align-items: normal;
|
|
30
|
+
-webkit-box-align: normal;
|
|
31
|
+
-ms-flex-align: normal;
|
|
32
|
+
align-items: normal;
|
|
33
|
+
-webkit-flex-direction: column;
|
|
34
|
+
-ms-flex-direction: column;
|
|
35
|
+
flex-direction: column;
|
|
36
|
+
gap: calc(4px * 2);
|
|
37
|
+
-webkit-box-pack: justify;
|
|
38
|
+
-webkit-justify-content: space-between;
|
|
39
|
+
justify-content: space-between;
|
|
40
|
+
height: 100%;
|
|
41
|
+
position: relative;
|
|
42
|
+
border-radius: 2px;
|
|
43
|
+
padding-top: 0;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.emotion-5>* {
|
|
47
|
+
min-height: 0;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.emotion-8 {
|
|
51
|
+
display: block;
|
|
52
|
+
max-height: 100%;
|
|
53
|
+
max-width: 100%;
|
|
54
|
+
min-height: 0;
|
|
55
|
+
min-width: 0;
|
|
56
|
+
display: block;
|
|
57
|
+
max-width: calc( 100% - 10px );
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.emotion-11 {
|
|
61
|
+
color: #1e1e1e;
|
|
62
|
+
line-height: 1.2;
|
|
63
|
+
margin: 0;
|
|
64
|
+
font-size: calc((13 / 13) * 13px);
|
|
65
|
+
font-weight: normal;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.emotion-11.emotion-11.emotion-11 {
|
|
69
|
+
font-size: 11px;
|
|
70
|
+
font-weight: 500;
|
|
71
|
+
line-height: 1.4;
|
|
72
|
+
text-transform: uppercase;
|
|
73
|
+
box-sizing: border-box;
|
|
74
|
+
display: block;
|
|
75
|
+
padding-top: 0;
|
|
76
|
+
padding-bottom: 0;
|
|
77
|
+
max-width: 100%;
|
|
78
|
+
z-index: 1;
|
|
79
|
+
overflow: hidden;
|
|
80
|
+
text-overflow: ellipsis;
|
|
81
|
+
white-space: nowrap;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.emotion-13 {
|
|
85
|
+
-webkit-align-items: center;
|
|
86
|
+
-webkit-box-align: center;
|
|
87
|
+
-ms-flex-align: center;
|
|
88
|
+
align-items: center;
|
|
89
|
+
box-sizing: border-box;
|
|
90
|
+
border-radius: inherit;
|
|
91
|
+
display: -webkit-box;
|
|
92
|
+
display: -webkit-flex;
|
|
93
|
+
display: -ms-flexbox;
|
|
94
|
+
display: flex;
|
|
95
|
+
-webkit-flex: 1;
|
|
96
|
+
-ms-flex: 1;
|
|
97
|
+
flex: 1;
|
|
98
|
+
position: relative;
|
|
99
|
+
background-color: #fff;
|
|
100
|
+
width: 100%;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.emotion-15.emotion-15.emotion-15 {
|
|
104
|
+
-webkit-appearance: none;
|
|
105
|
+
-moz-appearance: none;
|
|
106
|
+
-ms-appearance: none;
|
|
107
|
+
appearance: none;
|
|
108
|
+
background: transparent;
|
|
109
|
+
box-sizing: border-box;
|
|
110
|
+
border: none;
|
|
111
|
+
box-shadow: none!important;
|
|
112
|
+
color: #1e1e1e;
|
|
113
|
+
display: block;
|
|
114
|
+
font-family: inherit;
|
|
115
|
+
margin: 0;
|
|
116
|
+
width: 100%;
|
|
117
|
+
max-width: none;
|
|
118
|
+
cursor: pointer;
|
|
119
|
+
overflow: hidden;
|
|
120
|
+
white-space: nowrap;
|
|
121
|
+
text-overflow: ellipsis;
|
|
122
|
+
font-size: 16px;
|
|
123
|
+
height: 30px;
|
|
124
|
+
min-height: 30px;
|
|
125
|
+
padding-top: 0;
|
|
126
|
+
padding-bottom: 0;
|
|
127
|
+
padding-left: 8px;
|
|
128
|
+
padding-right: 26px;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
@media ( min-width: 600px ) {
|
|
132
|
+
.emotion-15.emotion-15.emotion-15 {
|
|
133
|
+
font-size: 13px;
|
|
32
134
|
}
|
|
33
|
-
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.emotion-17 {
|
|
138
|
+
-webkit-align-items: center;
|
|
139
|
+
-webkit-box-align: center;
|
|
140
|
+
-ms-flex-align: center;
|
|
141
|
+
align-items: center;
|
|
142
|
+
-webkit-align-self: stretch;
|
|
143
|
+
-ms-flex-item-align: stretch;
|
|
144
|
+
align-self: stretch;
|
|
145
|
+
box-sizing: border-box;
|
|
146
|
+
display: -webkit-box;
|
|
147
|
+
display: -webkit-flex;
|
|
148
|
+
display: -ms-flexbox;
|
|
149
|
+
display: flex;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.emotion-20 {
|
|
153
|
+
margin-bottom: 0;
|
|
154
|
+
padding-right: calc(4px * 2);
|
|
155
|
+
position: absolute;
|
|
156
|
+
pointer-events: none;
|
|
157
|
+
right: 0;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.emotion-22 {
|
|
161
|
+
-webkit-margin-end: calc(4px * -1);
|
|
162
|
+
margin-inline-end: calc(4px * -1);
|
|
163
|
+
line-height: 0;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.emotion-24.emotion-24.emotion-24 {
|
|
167
|
+
box-sizing: border-box;
|
|
168
|
+
border-radius: inherit;
|
|
169
|
+
bottom: 0;
|
|
170
|
+
left: 0;
|
|
171
|
+
margin: 0;
|
|
172
|
+
padding: 0;
|
|
173
|
+
pointer-events: none;
|
|
174
|
+
position: absolute;
|
|
175
|
+
right: 0;
|
|
176
|
+
top: 0;
|
|
177
|
+
border-color: #757575;
|
|
178
|
+
border-style: solid;
|
|
179
|
+
border-width: 1px;
|
|
180
|
+
padding-left: 2px;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
<div>
|
|
184
|
+
<div
|
|
185
|
+
class="components-base-control emotion-0 emotion-1"
|
|
186
|
+
>
|
|
187
|
+
<div
|
|
188
|
+
class="components-base-control__field emotion-2 emotion-3"
|
|
189
|
+
>
|
|
190
|
+
<div
|
|
191
|
+
class="components-flex components-select-control block-editor-dimension-control emotion-4 emotion-5 emotion-6"
|
|
192
|
+
data-wp-c16t="true"
|
|
193
|
+
data-wp-component="Flex"
|
|
194
|
+
>
|
|
195
|
+
<div
|
|
196
|
+
class="components-flex-item emotion-7 emotion-8 emotion-6"
|
|
197
|
+
data-wp-c16t="true"
|
|
198
|
+
data-wp-component="FlexItem"
|
|
199
|
+
>
|
|
200
|
+
<label
|
|
201
|
+
class="components-truncate components-text components-input-control__label emotion-10 emotion-11 emotion-6"
|
|
202
|
+
data-wp-c16t="true"
|
|
203
|
+
data-wp-component="Text"
|
|
204
|
+
for="inspector-select-control-3"
|
|
205
|
+
>
|
|
206
|
+
Custom Dimension
|
|
207
|
+
</label>
|
|
208
|
+
</div>
|
|
209
|
+
<div
|
|
210
|
+
class="components-input-control__container emotion-13 emotion-14"
|
|
211
|
+
>
|
|
212
|
+
<select
|
|
213
|
+
class="components-select-control__input emotion-15 emotion-16"
|
|
214
|
+
id="inspector-select-control-3"
|
|
215
|
+
>
|
|
216
|
+
<option
|
|
217
|
+
value=""
|
|
218
|
+
>
|
|
219
|
+
Default
|
|
220
|
+
</option>
|
|
221
|
+
<option
|
|
222
|
+
value="mini"
|
|
223
|
+
>
|
|
224
|
+
Mini
|
|
225
|
+
</option>
|
|
226
|
+
<option
|
|
227
|
+
value="middle"
|
|
228
|
+
>
|
|
229
|
+
Middle
|
|
230
|
+
</option>
|
|
231
|
+
<option
|
|
232
|
+
value="giant"
|
|
233
|
+
>
|
|
234
|
+
Giant
|
|
235
|
+
</option>
|
|
236
|
+
</select>
|
|
237
|
+
<span
|
|
238
|
+
class="components-input-control__suffix emotion-17 emotion-18"
|
|
239
|
+
>
|
|
240
|
+
<div
|
|
241
|
+
class="components-spacer components-input-control-suffix-wrapper emotion-19 emotion-20 emotion-6"
|
|
242
|
+
data-wp-c16t="true"
|
|
243
|
+
data-wp-component="InputControlSuffixWrapper"
|
|
244
|
+
>
|
|
245
|
+
<div
|
|
246
|
+
class="emotion-22 emotion-23"
|
|
247
|
+
>
|
|
248
|
+
<svg
|
|
249
|
+
aria-hidden="true"
|
|
250
|
+
focusable="false"
|
|
251
|
+
height="18"
|
|
252
|
+
viewBox="0 0 24 24"
|
|
253
|
+
width="18"
|
|
254
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
255
|
+
>
|
|
256
|
+
<path
|
|
257
|
+
d="M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"
|
|
258
|
+
/>
|
|
259
|
+
</svg>
|
|
260
|
+
</div>
|
|
261
|
+
</div>
|
|
262
|
+
</span>
|
|
263
|
+
<div
|
|
264
|
+
aria-hidden="true"
|
|
265
|
+
class="components-input-control__backdrop emotion-24 emotion-25"
|
|
266
|
+
/>
|
|
267
|
+
</div>
|
|
268
|
+
</div>
|
|
269
|
+
</div>
|
|
270
|
+
</div>
|
|
271
|
+
</div>
|
|
34
272
|
`;
|
|
35
273
|
|
|
36
274
|
exports[`DimensionControl rendering renders with defaults 1`] = `
|
|
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
|
-
|
|
275
|
+
.emotion-0 {
|
|
276
|
+
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
|
|
277
|
+
font-size: 13px;
|
|
278
|
+
box-sizing: border-box;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.emotion-0 *,
|
|
282
|
+
.emotion-0 *::before,
|
|
283
|
+
.emotion-0 *::after {
|
|
284
|
+
box-sizing: inherit;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.emotion-2 {
|
|
288
|
+
margin-bottom: calc(4px * 2);
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.components-panel__row .emotion-2 {
|
|
292
|
+
margin-bottom: inherit;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.emotion-5 {
|
|
296
|
+
display: -webkit-box;
|
|
297
|
+
display: -webkit-flex;
|
|
298
|
+
display: -ms-flexbox;
|
|
299
|
+
display: flex;
|
|
300
|
+
-webkit-align-items: normal;
|
|
301
|
+
-webkit-box-align: normal;
|
|
302
|
+
-ms-flex-align: normal;
|
|
303
|
+
align-items: normal;
|
|
304
|
+
-webkit-flex-direction: column;
|
|
305
|
+
-ms-flex-direction: column;
|
|
306
|
+
flex-direction: column;
|
|
307
|
+
gap: calc(4px * 2);
|
|
308
|
+
-webkit-box-pack: justify;
|
|
309
|
+
-webkit-justify-content: space-between;
|
|
310
|
+
justify-content: space-between;
|
|
311
|
+
height: 100%;
|
|
312
|
+
position: relative;
|
|
313
|
+
border-radius: 2px;
|
|
314
|
+
padding-top: 0;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.emotion-5>* {
|
|
318
|
+
min-height: 0;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.emotion-8 {
|
|
322
|
+
display: block;
|
|
323
|
+
max-height: 100%;
|
|
324
|
+
max-width: 100%;
|
|
325
|
+
min-height: 0;
|
|
326
|
+
min-width: 0;
|
|
327
|
+
display: block;
|
|
328
|
+
max-width: calc( 100% - 10px );
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.emotion-11 {
|
|
332
|
+
color: #1e1e1e;
|
|
333
|
+
line-height: 1.2;
|
|
334
|
+
margin: 0;
|
|
335
|
+
font-size: calc((13 / 13) * 13px);
|
|
336
|
+
font-weight: normal;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.emotion-11.emotion-11.emotion-11 {
|
|
340
|
+
font-size: 11px;
|
|
341
|
+
font-weight: 500;
|
|
342
|
+
line-height: 1.4;
|
|
343
|
+
text-transform: uppercase;
|
|
344
|
+
box-sizing: border-box;
|
|
345
|
+
display: block;
|
|
346
|
+
padding-top: 0;
|
|
347
|
+
padding-bottom: 0;
|
|
348
|
+
max-width: 100%;
|
|
349
|
+
z-index: 1;
|
|
350
|
+
overflow: hidden;
|
|
351
|
+
text-overflow: ellipsis;
|
|
352
|
+
white-space: nowrap;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.emotion-13 {
|
|
356
|
+
-webkit-align-items: center;
|
|
357
|
+
-webkit-box-align: center;
|
|
358
|
+
-ms-flex-align: center;
|
|
359
|
+
align-items: center;
|
|
360
|
+
box-sizing: border-box;
|
|
361
|
+
border-radius: inherit;
|
|
362
|
+
display: -webkit-box;
|
|
363
|
+
display: -webkit-flex;
|
|
364
|
+
display: -ms-flexbox;
|
|
365
|
+
display: flex;
|
|
366
|
+
-webkit-flex: 1;
|
|
367
|
+
-ms-flex: 1;
|
|
368
|
+
flex: 1;
|
|
369
|
+
position: relative;
|
|
370
|
+
background-color: #fff;
|
|
371
|
+
width: 100%;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.emotion-15.emotion-15.emotion-15 {
|
|
375
|
+
-webkit-appearance: none;
|
|
376
|
+
-moz-appearance: none;
|
|
377
|
+
-ms-appearance: none;
|
|
378
|
+
appearance: none;
|
|
379
|
+
background: transparent;
|
|
380
|
+
box-sizing: border-box;
|
|
381
|
+
border: none;
|
|
382
|
+
box-shadow: none!important;
|
|
383
|
+
color: #1e1e1e;
|
|
384
|
+
display: block;
|
|
385
|
+
font-family: inherit;
|
|
386
|
+
margin: 0;
|
|
387
|
+
width: 100%;
|
|
388
|
+
max-width: none;
|
|
389
|
+
cursor: pointer;
|
|
390
|
+
overflow: hidden;
|
|
391
|
+
white-space: nowrap;
|
|
392
|
+
text-overflow: ellipsis;
|
|
393
|
+
font-size: 16px;
|
|
394
|
+
height: 30px;
|
|
395
|
+
min-height: 30px;
|
|
396
|
+
padding-top: 0;
|
|
397
|
+
padding-bottom: 0;
|
|
398
|
+
padding-left: 8px;
|
|
399
|
+
padding-right: 26px;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
@media ( min-width: 600px ) {
|
|
403
|
+
.emotion-15.emotion-15.emotion-15 {
|
|
404
|
+
font-size: 13px;
|
|
73
405
|
}
|
|
74
|
-
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.emotion-17 {
|
|
409
|
+
-webkit-align-items: center;
|
|
410
|
+
-webkit-box-align: center;
|
|
411
|
+
-ms-flex-align: center;
|
|
412
|
+
align-items: center;
|
|
413
|
+
-webkit-align-self: stretch;
|
|
414
|
+
-ms-flex-item-align: stretch;
|
|
415
|
+
align-self: stretch;
|
|
416
|
+
box-sizing: border-box;
|
|
417
|
+
display: -webkit-box;
|
|
418
|
+
display: -webkit-flex;
|
|
419
|
+
display: -ms-flexbox;
|
|
420
|
+
display: flex;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.emotion-20 {
|
|
424
|
+
margin-bottom: 0;
|
|
425
|
+
padding-right: calc(4px * 2);
|
|
426
|
+
position: absolute;
|
|
427
|
+
pointer-events: none;
|
|
428
|
+
right: 0;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.emotion-22 {
|
|
432
|
+
-webkit-margin-end: calc(4px * -1);
|
|
433
|
+
margin-inline-end: calc(4px * -1);
|
|
434
|
+
line-height: 0;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.emotion-24.emotion-24.emotion-24 {
|
|
438
|
+
box-sizing: border-box;
|
|
439
|
+
border-radius: inherit;
|
|
440
|
+
bottom: 0;
|
|
441
|
+
left: 0;
|
|
442
|
+
margin: 0;
|
|
443
|
+
padding: 0;
|
|
444
|
+
pointer-events: none;
|
|
445
|
+
position: absolute;
|
|
446
|
+
right: 0;
|
|
447
|
+
top: 0;
|
|
448
|
+
border-color: #757575;
|
|
449
|
+
border-style: solid;
|
|
450
|
+
border-width: 1px;
|
|
451
|
+
padding-left: 2px;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
<div>
|
|
455
|
+
<div
|
|
456
|
+
class="components-base-control emotion-0 emotion-1"
|
|
457
|
+
>
|
|
458
|
+
<div
|
|
459
|
+
class="components-base-control__field emotion-2 emotion-3"
|
|
460
|
+
>
|
|
461
|
+
<div
|
|
462
|
+
class="components-flex components-select-control block-editor-dimension-control emotion-4 emotion-5 emotion-6"
|
|
463
|
+
data-wp-c16t="true"
|
|
464
|
+
data-wp-component="Flex"
|
|
465
|
+
>
|
|
466
|
+
<div
|
|
467
|
+
class="components-flex-item emotion-7 emotion-8 emotion-6"
|
|
468
|
+
data-wp-c16t="true"
|
|
469
|
+
data-wp-component="FlexItem"
|
|
470
|
+
>
|
|
471
|
+
<label
|
|
472
|
+
class="components-truncate components-text components-input-control__label emotion-10 emotion-11 emotion-6"
|
|
473
|
+
data-wp-c16t="true"
|
|
474
|
+
data-wp-component="Text"
|
|
475
|
+
for="inspector-select-control-0"
|
|
476
|
+
>
|
|
477
|
+
Padding
|
|
478
|
+
</label>
|
|
479
|
+
</div>
|
|
480
|
+
<div
|
|
481
|
+
class="components-input-control__container emotion-13 emotion-14"
|
|
482
|
+
>
|
|
483
|
+
<select
|
|
484
|
+
class="components-select-control__input emotion-15 emotion-16"
|
|
485
|
+
id="inspector-select-control-0"
|
|
486
|
+
>
|
|
487
|
+
<option
|
|
488
|
+
value=""
|
|
489
|
+
>
|
|
490
|
+
Default
|
|
491
|
+
</option>
|
|
492
|
+
<option
|
|
493
|
+
value="none"
|
|
494
|
+
>
|
|
495
|
+
None
|
|
496
|
+
</option>
|
|
497
|
+
<option
|
|
498
|
+
value="small"
|
|
499
|
+
>
|
|
500
|
+
Small
|
|
501
|
+
</option>
|
|
502
|
+
<option
|
|
503
|
+
value="medium"
|
|
504
|
+
>
|
|
505
|
+
Medium
|
|
506
|
+
</option>
|
|
507
|
+
<option
|
|
508
|
+
value="large"
|
|
509
|
+
>
|
|
510
|
+
Large
|
|
511
|
+
</option>
|
|
512
|
+
<option
|
|
513
|
+
value="xlarge"
|
|
514
|
+
>
|
|
515
|
+
Extra Large
|
|
516
|
+
</option>
|
|
517
|
+
</select>
|
|
518
|
+
<span
|
|
519
|
+
class="components-input-control__suffix emotion-17 emotion-18"
|
|
520
|
+
>
|
|
521
|
+
<div
|
|
522
|
+
class="components-spacer components-input-control-suffix-wrapper emotion-19 emotion-20 emotion-6"
|
|
523
|
+
data-wp-c16t="true"
|
|
524
|
+
data-wp-component="InputControlSuffixWrapper"
|
|
525
|
+
>
|
|
526
|
+
<div
|
|
527
|
+
class="emotion-22 emotion-23"
|
|
528
|
+
>
|
|
529
|
+
<svg
|
|
530
|
+
aria-hidden="true"
|
|
531
|
+
focusable="false"
|
|
532
|
+
height="18"
|
|
533
|
+
viewBox="0 0 24 24"
|
|
534
|
+
width="18"
|
|
535
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
536
|
+
>
|
|
537
|
+
<path
|
|
538
|
+
d="M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"
|
|
539
|
+
/>
|
|
540
|
+
</svg>
|
|
541
|
+
</div>
|
|
542
|
+
</div>
|
|
543
|
+
</span>
|
|
544
|
+
<div
|
|
545
|
+
aria-hidden="true"
|
|
546
|
+
class="components-input-control__backdrop emotion-24 emotion-25"
|
|
547
|
+
/>
|
|
548
|
+
</div>
|
|
549
|
+
</div>
|
|
550
|
+
</div>
|
|
551
|
+
</div>
|
|
552
|
+
</div>
|
|
75
553
|
`;
|
|
76
554
|
|
|
77
555
|
exports[`DimensionControl rendering renders with icon and custom icon label 1`] = `
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
556
|
+
.emotion-0 {
|
|
557
|
+
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
|
|
558
|
+
font-size: 13px;
|
|
559
|
+
box-sizing: border-box;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
.emotion-0 *,
|
|
563
|
+
.emotion-0 *::before,
|
|
564
|
+
.emotion-0 *::after {
|
|
565
|
+
box-sizing: inherit;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.emotion-2 {
|
|
569
|
+
margin-bottom: calc(4px * 2);
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
.components-panel__row .emotion-2 {
|
|
573
|
+
margin-bottom: inherit;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
.emotion-5 {
|
|
577
|
+
display: -webkit-box;
|
|
578
|
+
display: -webkit-flex;
|
|
579
|
+
display: -ms-flexbox;
|
|
580
|
+
display: flex;
|
|
581
|
+
-webkit-align-items: normal;
|
|
582
|
+
-webkit-box-align: normal;
|
|
583
|
+
-ms-flex-align: normal;
|
|
584
|
+
align-items: normal;
|
|
585
|
+
-webkit-flex-direction: column;
|
|
586
|
+
-ms-flex-direction: column;
|
|
587
|
+
flex-direction: column;
|
|
588
|
+
gap: calc(4px * 2);
|
|
589
|
+
-webkit-box-pack: justify;
|
|
590
|
+
-webkit-justify-content: space-between;
|
|
591
|
+
justify-content: space-between;
|
|
592
|
+
height: 100%;
|
|
593
|
+
position: relative;
|
|
594
|
+
border-radius: 2px;
|
|
595
|
+
padding-top: 0;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.emotion-5>* {
|
|
599
|
+
min-height: 0;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.emotion-8 {
|
|
603
|
+
display: block;
|
|
604
|
+
max-height: 100%;
|
|
605
|
+
max-width: 100%;
|
|
606
|
+
min-height: 0;
|
|
607
|
+
min-width: 0;
|
|
608
|
+
display: block;
|
|
609
|
+
max-width: calc( 100% - 10px );
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.emotion-11 {
|
|
613
|
+
color: #1e1e1e;
|
|
614
|
+
line-height: 1.2;
|
|
615
|
+
margin: 0;
|
|
616
|
+
font-size: calc((13 / 13) * 13px);
|
|
617
|
+
font-weight: normal;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.emotion-11.emotion-11.emotion-11 {
|
|
621
|
+
font-size: 11px;
|
|
622
|
+
font-weight: 500;
|
|
623
|
+
line-height: 1.4;
|
|
624
|
+
text-transform: uppercase;
|
|
625
|
+
box-sizing: border-box;
|
|
626
|
+
display: block;
|
|
627
|
+
padding-top: 0;
|
|
628
|
+
padding-bottom: 0;
|
|
629
|
+
max-width: 100%;
|
|
630
|
+
z-index: 1;
|
|
631
|
+
overflow: hidden;
|
|
632
|
+
text-overflow: ellipsis;
|
|
633
|
+
white-space: nowrap;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.emotion-13 {
|
|
637
|
+
-webkit-align-items: center;
|
|
638
|
+
-webkit-box-align: center;
|
|
639
|
+
-ms-flex-align: center;
|
|
640
|
+
align-items: center;
|
|
641
|
+
box-sizing: border-box;
|
|
642
|
+
border-radius: inherit;
|
|
643
|
+
display: -webkit-box;
|
|
644
|
+
display: -webkit-flex;
|
|
645
|
+
display: -ms-flexbox;
|
|
646
|
+
display: flex;
|
|
647
|
+
-webkit-flex: 1;
|
|
648
|
+
-ms-flex: 1;
|
|
649
|
+
flex: 1;
|
|
650
|
+
position: relative;
|
|
651
|
+
background-color: #fff;
|
|
652
|
+
width: 100%;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.emotion-15.emotion-15.emotion-15 {
|
|
656
|
+
-webkit-appearance: none;
|
|
657
|
+
-moz-appearance: none;
|
|
658
|
+
-ms-appearance: none;
|
|
659
|
+
appearance: none;
|
|
660
|
+
background: transparent;
|
|
661
|
+
box-sizing: border-box;
|
|
662
|
+
border: none;
|
|
663
|
+
box-shadow: none!important;
|
|
664
|
+
color: #1e1e1e;
|
|
665
|
+
display: block;
|
|
666
|
+
font-family: inherit;
|
|
667
|
+
margin: 0;
|
|
668
|
+
width: 100%;
|
|
669
|
+
max-width: none;
|
|
670
|
+
cursor: pointer;
|
|
671
|
+
overflow: hidden;
|
|
672
|
+
white-space: nowrap;
|
|
673
|
+
text-overflow: ellipsis;
|
|
674
|
+
font-size: 16px;
|
|
675
|
+
height: 30px;
|
|
676
|
+
min-height: 30px;
|
|
677
|
+
padding-top: 0;
|
|
678
|
+
padding-bottom: 0;
|
|
679
|
+
padding-left: 8px;
|
|
680
|
+
padding-right: 26px;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
@media ( min-width: 600px ) {
|
|
684
|
+
.emotion-15.emotion-15.emotion-15 {
|
|
685
|
+
font-size: 13px;
|
|
126
686
|
}
|
|
127
|
-
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
.emotion-17 {
|
|
690
|
+
-webkit-align-items: center;
|
|
691
|
+
-webkit-box-align: center;
|
|
692
|
+
-ms-flex-align: center;
|
|
693
|
+
align-items: center;
|
|
694
|
+
-webkit-align-self: stretch;
|
|
695
|
+
-ms-flex-item-align: stretch;
|
|
696
|
+
align-self: stretch;
|
|
697
|
+
box-sizing: border-box;
|
|
698
|
+
display: -webkit-box;
|
|
699
|
+
display: -webkit-flex;
|
|
700
|
+
display: -ms-flexbox;
|
|
701
|
+
display: flex;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
.emotion-20 {
|
|
705
|
+
margin-bottom: 0;
|
|
706
|
+
padding-right: calc(4px * 2);
|
|
707
|
+
position: absolute;
|
|
708
|
+
pointer-events: none;
|
|
709
|
+
right: 0;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
.emotion-22 {
|
|
713
|
+
-webkit-margin-end: calc(4px * -1);
|
|
714
|
+
margin-inline-end: calc(4px * -1);
|
|
715
|
+
line-height: 0;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
.emotion-24.emotion-24.emotion-24 {
|
|
719
|
+
box-sizing: border-box;
|
|
720
|
+
border-radius: inherit;
|
|
721
|
+
bottom: 0;
|
|
722
|
+
left: 0;
|
|
723
|
+
margin: 0;
|
|
724
|
+
padding: 0;
|
|
725
|
+
pointer-events: none;
|
|
726
|
+
position: absolute;
|
|
727
|
+
right: 0;
|
|
728
|
+
top: 0;
|
|
729
|
+
border-color: #757575;
|
|
730
|
+
border-style: solid;
|
|
731
|
+
border-width: 1px;
|
|
732
|
+
padding-left: 2px;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
<div>
|
|
736
|
+
<div
|
|
737
|
+
class="components-base-control emotion-0 emotion-1"
|
|
738
|
+
>
|
|
739
|
+
<div
|
|
740
|
+
class="components-base-control__field emotion-2 emotion-3"
|
|
741
|
+
>
|
|
742
|
+
<div
|
|
743
|
+
class="components-flex components-select-control block-editor-dimension-control emotion-4 emotion-5 emotion-6"
|
|
744
|
+
data-wp-c16t="true"
|
|
745
|
+
data-wp-component="Flex"
|
|
746
|
+
>
|
|
747
|
+
<div
|
|
748
|
+
class="components-flex-item emotion-7 emotion-8 emotion-6"
|
|
749
|
+
data-wp-c16t="true"
|
|
750
|
+
data-wp-component="FlexItem"
|
|
751
|
+
>
|
|
752
|
+
<label
|
|
753
|
+
class="components-truncate components-text components-input-control__label emotion-10 emotion-11 emotion-6"
|
|
754
|
+
data-wp-c16t="true"
|
|
755
|
+
data-wp-component="Text"
|
|
756
|
+
for="inspector-select-control-2"
|
|
757
|
+
>
|
|
758
|
+
<svg
|
|
759
|
+
aria-hidden="true"
|
|
760
|
+
focusable="false"
|
|
761
|
+
height="24"
|
|
762
|
+
viewBox="0 0 24 24"
|
|
763
|
+
width="24"
|
|
764
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
765
|
+
>
|
|
766
|
+
<path
|
|
767
|
+
d="M18 11.2h-5.2V6h-1.6v5.2H6v1.6h5.2V18h1.6v-5.2H18z"
|
|
768
|
+
/>
|
|
769
|
+
</svg>
|
|
770
|
+
Margin
|
|
771
|
+
</label>
|
|
772
|
+
</div>
|
|
773
|
+
<div
|
|
774
|
+
class="components-input-control__container emotion-13 emotion-14"
|
|
775
|
+
>
|
|
776
|
+
<select
|
|
777
|
+
class="components-select-control__input emotion-15 emotion-16"
|
|
778
|
+
id="inspector-select-control-2"
|
|
779
|
+
>
|
|
780
|
+
<option
|
|
781
|
+
value=""
|
|
782
|
+
>
|
|
783
|
+
Default
|
|
784
|
+
</option>
|
|
785
|
+
<option
|
|
786
|
+
value="none"
|
|
787
|
+
>
|
|
788
|
+
None
|
|
789
|
+
</option>
|
|
790
|
+
<option
|
|
791
|
+
value="small"
|
|
792
|
+
>
|
|
793
|
+
Small
|
|
794
|
+
</option>
|
|
795
|
+
<option
|
|
796
|
+
value="medium"
|
|
797
|
+
>
|
|
798
|
+
Medium
|
|
799
|
+
</option>
|
|
800
|
+
<option
|
|
801
|
+
value="large"
|
|
802
|
+
>
|
|
803
|
+
Large
|
|
804
|
+
</option>
|
|
805
|
+
<option
|
|
806
|
+
value="xlarge"
|
|
807
|
+
>
|
|
808
|
+
Extra Large
|
|
809
|
+
</option>
|
|
810
|
+
</select>
|
|
811
|
+
<span
|
|
812
|
+
class="components-input-control__suffix emotion-17 emotion-18"
|
|
813
|
+
>
|
|
814
|
+
<div
|
|
815
|
+
class="components-spacer components-input-control-suffix-wrapper emotion-19 emotion-20 emotion-6"
|
|
816
|
+
data-wp-c16t="true"
|
|
817
|
+
data-wp-component="InputControlSuffixWrapper"
|
|
818
|
+
>
|
|
819
|
+
<div
|
|
820
|
+
class="emotion-22 emotion-23"
|
|
821
|
+
>
|
|
822
|
+
<svg
|
|
823
|
+
aria-hidden="true"
|
|
824
|
+
focusable="false"
|
|
825
|
+
height="18"
|
|
826
|
+
viewBox="0 0 24 24"
|
|
827
|
+
width="18"
|
|
828
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
829
|
+
>
|
|
830
|
+
<path
|
|
831
|
+
d="M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"
|
|
832
|
+
/>
|
|
833
|
+
</svg>
|
|
834
|
+
</div>
|
|
835
|
+
</div>
|
|
836
|
+
</span>
|
|
837
|
+
<div
|
|
838
|
+
aria-hidden="true"
|
|
839
|
+
class="components-input-control__backdrop emotion-24 emotion-25"
|
|
840
|
+
/>
|
|
841
|
+
</div>
|
|
842
|
+
</div>
|
|
843
|
+
</div>
|
|
844
|
+
</div>
|
|
845
|
+
</div>
|
|
128
846
|
`;
|
|
129
847
|
|
|
130
848
|
exports[`DimensionControl rendering renders with icon and default icon label 1`] = `
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
849
|
+
.emotion-0 {
|
|
850
|
+
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
|
|
851
|
+
font-size: 13px;
|
|
852
|
+
box-sizing: border-box;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
.emotion-0 *,
|
|
856
|
+
.emotion-0 *::before,
|
|
857
|
+
.emotion-0 *::after {
|
|
858
|
+
box-sizing: inherit;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
.emotion-2 {
|
|
862
|
+
margin-bottom: calc(4px * 2);
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
.components-panel__row .emotion-2 {
|
|
866
|
+
margin-bottom: inherit;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
.emotion-5 {
|
|
870
|
+
display: -webkit-box;
|
|
871
|
+
display: -webkit-flex;
|
|
872
|
+
display: -ms-flexbox;
|
|
873
|
+
display: flex;
|
|
874
|
+
-webkit-align-items: normal;
|
|
875
|
+
-webkit-box-align: normal;
|
|
876
|
+
-ms-flex-align: normal;
|
|
877
|
+
align-items: normal;
|
|
878
|
+
-webkit-flex-direction: column;
|
|
879
|
+
-ms-flex-direction: column;
|
|
880
|
+
flex-direction: column;
|
|
881
|
+
gap: calc(4px * 2);
|
|
882
|
+
-webkit-box-pack: justify;
|
|
883
|
+
-webkit-justify-content: space-between;
|
|
884
|
+
justify-content: space-between;
|
|
885
|
+
height: 100%;
|
|
886
|
+
position: relative;
|
|
887
|
+
border-radius: 2px;
|
|
888
|
+
padding-top: 0;
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
.emotion-5>* {
|
|
892
|
+
min-height: 0;
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
.emotion-8 {
|
|
896
|
+
display: block;
|
|
897
|
+
max-height: 100%;
|
|
898
|
+
max-width: 100%;
|
|
899
|
+
min-height: 0;
|
|
900
|
+
min-width: 0;
|
|
901
|
+
display: block;
|
|
902
|
+
max-width: calc( 100% - 10px );
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
.emotion-11 {
|
|
906
|
+
color: #1e1e1e;
|
|
907
|
+
line-height: 1.2;
|
|
908
|
+
margin: 0;
|
|
909
|
+
font-size: calc((13 / 13) * 13px);
|
|
910
|
+
font-weight: normal;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
.emotion-11.emotion-11.emotion-11 {
|
|
914
|
+
font-size: 11px;
|
|
915
|
+
font-weight: 500;
|
|
916
|
+
line-height: 1.4;
|
|
917
|
+
text-transform: uppercase;
|
|
918
|
+
box-sizing: border-box;
|
|
919
|
+
display: block;
|
|
920
|
+
padding-top: 0;
|
|
921
|
+
padding-bottom: 0;
|
|
922
|
+
max-width: 100%;
|
|
923
|
+
z-index: 1;
|
|
924
|
+
overflow: hidden;
|
|
925
|
+
text-overflow: ellipsis;
|
|
926
|
+
white-space: nowrap;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
.emotion-13 {
|
|
930
|
+
-webkit-align-items: center;
|
|
931
|
+
-webkit-box-align: center;
|
|
932
|
+
-ms-flex-align: center;
|
|
933
|
+
align-items: center;
|
|
934
|
+
box-sizing: border-box;
|
|
935
|
+
border-radius: inherit;
|
|
936
|
+
display: -webkit-box;
|
|
937
|
+
display: -webkit-flex;
|
|
938
|
+
display: -ms-flexbox;
|
|
939
|
+
display: flex;
|
|
940
|
+
-webkit-flex: 1;
|
|
941
|
+
-ms-flex: 1;
|
|
942
|
+
flex: 1;
|
|
943
|
+
position: relative;
|
|
944
|
+
background-color: #fff;
|
|
945
|
+
width: 100%;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
.emotion-15.emotion-15.emotion-15 {
|
|
949
|
+
-webkit-appearance: none;
|
|
950
|
+
-moz-appearance: none;
|
|
951
|
+
-ms-appearance: none;
|
|
952
|
+
appearance: none;
|
|
953
|
+
background: transparent;
|
|
954
|
+
box-sizing: border-box;
|
|
955
|
+
border: none;
|
|
956
|
+
box-shadow: none!important;
|
|
957
|
+
color: #1e1e1e;
|
|
958
|
+
display: block;
|
|
959
|
+
font-family: inherit;
|
|
960
|
+
margin: 0;
|
|
961
|
+
width: 100%;
|
|
962
|
+
max-width: none;
|
|
963
|
+
cursor: pointer;
|
|
964
|
+
overflow: hidden;
|
|
965
|
+
white-space: nowrap;
|
|
966
|
+
text-overflow: ellipsis;
|
|
967
|
+
font-size: 16px;
|
|
968
|
+
height: 30px;
|
|
969
|
+
min-height: 30px;
|
|
970
|
+
padding-top: 0;
|
|
971
|
+
padding-bottom: 0;
|
|
972
|
+
padding-left: 8px;
|
|
973
|
+
padding-right: 26px;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
@media ( min-width: 600px ) {
|
|
977
|
+
.emotion-15.emotion-15.emotion-15 {
|
|
978
|
+
font-size: 13px;
|
|
179
979
|
}
|
|
180
|
-
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
.emotion-17 {
|
|
983
|
+
-webkit-align-items: center;
|
|
984
|
+
-webkit-box-align: center;
|
|
985
|
+
-ms-flex-align: center;
|
|
986
|
+
align-items: center;
|
|
987
|
+
-webkit-align-self: stretch;
|
|
988
|
+
-ms-flex-item-align: stretch;
|
|
989
|
+
align-self: stretch;
|
|
990
|
+
box-sizing: border-box;
|
|
991
|
+
display: -webkit-box;
|
|
992
|
+
display: -webkit-flex;
|
|
993
|
+
display: -ms-flexbox;
|
|
994
|
+
display: flex;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
.emotion-20 {
|
|
998
|
+
margin-bottom: 0;
|
|
999
|
+
padding-right: calc(4px * 2);
|
|
1000
|
+
position: absolute;
|
|
1001
|
+
pointer-events: none;
|
|
1002
|
+
right: 0;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
.emotion-22 {
|
|
1006
|
+
-webkit-margin-end: calc(4px * -1);
|
|
1007
|
+
margin-inline-end: calc(4px * -1);
|
|
1008
|
+
line-height: 0;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
.emotion-24.emotion-24.emotion-24 {
|
|
1012
|
+
box-sizing: border-box;
|
|
1013
|
+
border-radius: inherit;
|
|
1014
|
+
bottom: 0;
|
|
1015
|
+
left: 0;
|
|
1016
|
+
margin: 0;
|
|
1017
|
+
padding: 0;
|
|
1018
|
+
pointer-events: none;
|
|
1019
|
+
position: absolute;
|
|
1020
|
+
right: 0;
|
|
1021
|
+
top: 0;
|
|
1022
|
+
border-color: #757575;
|
|
1023
|
+
border-style: solid;
|
|
1024
|
+
border-width: 1px;
|
|
1025
|
+
padding-left: 2px;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
<div>
|
|
1029
|
+
<div
|
|
1030
|
+
class="components-base-control emotion-0 emotion-1"
|
|
1031
|
+
>
|
|
1032
|
+
<div
|
|
1033
|
+
class="components-base-control__field emotion-2 emotion-3"
|
|
1034
|
+
>
|
|
1035
|
+
<div
|
|
1036
|
+
class="components-flex components-select-control block-editor-dimension-control emotion-4 emotion-5 emotion-6"
|
|
1037
|
+
data-wp-c16t="true"
|
|
1038
|
+
data-wp-component="Flex"
|
|
1039
|
+
>
|
|
1040
|
+
<div
|
|
1041
|
+
class="components-flex-item emotion-7 emotion-8 emotion-6"
|
|
1042
|
+
data-wp-c16t="true"
|
|
1043
|
+
data-wp-component="FlexItem"
|
|
1044
|
+
>
|
|
1045
|
+
<label
|
|
1046
|
+
class="components-truncate components-text components-input-control__label emotion-10 emotion-11 emotion-6"
|
|
1047
|
+
data-wp-c16t="true"
|
|
1048
|
+
data-wp-component="Text"
|
|
1049
|
+
for="inspector-select-control-1"
|
|
1050
|
+
>
|
|
1051
|
+
<svg
|
|
1052
|
+
aria-hidden="true"
|
|
1053
|
+
focusable="false"
|
|
1054
|
+
height="24"
|
|
1055
|
+
viewBox="0 0 24 24"
|
|
1056
|
+
width="24"
|
|
1057
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1058
|
+
>
|
|
1059
|
+
<path
|
|
1060
|
+
d="M18 11.2h-5.2V6h-1.6v5.2H6v1.6h5.2V18h1.6v-5.2H18z"
|
|
1061
|
+
/>
|
|
1062
|
+
</svg>
|
|
1063
|
+
Margin
|
|
1064
|
+
</label>
|
|
1065
|
+
</div>
|
|
1066
|
+
<div
|
|
1067
|
+
class="components-input-control__container emotion-13 emotion-14"
|
|
1068
|
+
>
|
|
1069
|
+
<select
|
|
1070
|
+
class="components-select-control__input emotion-15 emotion-16"
|
|
1071
|
+
id="inspector-select-control-1"
|
|
1072
|
+
>
|
|
1073
|
+
<option
|
|
1074
|
+
value=""
|
|
1075
|
+
>
|
|
1076
|
+
Default
|
|
1077
|
+
</option>
|
|
1078
|
+
<option
|
|
1079
|
+
value="none"
|
|
1080
|
+
>
|
|
1081
|
+
None
|
|
1082
|
+
</option>
|
|
1083
|
+
<option
|
|
1084
|
+
value="small"
|
|
1085
|
+
>
|
|
1086
|
+
Small
|
|
1087
|
+
</option>
|
|
1088
|
+
<option
|
|
1089
|
+
value="medium"
|
|
1090
|
+
>
|
|
1091
|
+
Medium
|
|
1092
|
+
</option>
|
|
1093
|
+
<option
|
|
1094
|
+
value="large"
|
|
1095
|
+
>
|
|
1096
|
+
Large
|
|
1097
|
+
</option>
|
|
1098
|
+
<option
|
|
1099
|
+
value="xlarge"
|
|
1100
|
+
>
|
|
1101
|
+
Extra Large
|
|
1102
|
+
</option>
|
|
1103
|
+
</select>
|
|
1104
|
+
<span
|
|
1105
|
+
class="components-input-control__suffix emotion-17 emotion-18"
|
|
1106
|
+
>
|
|
1107
|
+
<div
|
|
1108
|
+
class="components-spacer components-input-control-suffix-wrapper emotion-19 emotion-20 emotion-6"
|
|
1109
|
+
data-wp-c16t="true"
|
|
1110
|
+
data-wp-component="InputControlSuffixWrapper"
|
|
1111
|
+
>
|
|
1112
|
+
<div
|
|
1113
|
+
class="emotion-22 emotion-23"
|
|
1114
|
+
>
|
|
1115
|
+
<svg
|
|
1116
|
+
aria-hidden="true"
|
|
1117
|
+
focusable="false"
|
|
1118
|
+
height="18"
|
|
1119
|
+
viewBox="0 0 24 24"
|
|
1120
|
+
width="18"
|
|
1121
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1122
|
+
>
|
|
1123
|
+
<path
|
|
1124
|
+
d="M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"
|
|
1125
|
+
/>
|
|
1126
|
+
</svg>
|
|
1127
|
+
</div>
|
|
1128
|
+
</div>
|
|
1129
|
+
</span>
|
|
1130
|
+
<div
|
|
1131
|
+
aria-hidden="true"
|
|
1132
|
+
class="components-input-control__backdrop emotion-24 emotion-25"
|
|
1133
|
+
/>
|
|
1134
|
+
</div>
|
|
1135
|
+
</div>
|
|
1136
|
+
</div>
|
|
1137
|
+
</div>
|
|
1138
|
+
</div>
|
|
181
1139
|
`;
|