@sanity/ui 4.0.0-static.9 → 4.0.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/LICENSE +1 -1
- package/README.md +25 -7
- package/dist/_system-CTe2lb5l.d.ts +40 -0
- package/dist/_system-CTe2lb5l.d.ts.map +1 -0
- package/dist/arrow-CHE8-_G7.js +161 -0
- package/dist/arrow-CHE8-_G7.js.map +1 -0
- package/dist/autocomplete.d.ts +140 -0
- package/dist/autocomplete.d.ts.map +1 -0
- package/dist/autocomplete.js +475 -0
- package/dist/autocomplete.js.map +1 -0
- package/dist/breadcrumbs.d.ts +18 -0
- package/dist/breadcrumbs.d.ts.map +1 -0
- package/dist/breadcrumbs.js +116 -0
- package/dist/breadcrumbs.js.map +1 -0
- package/dist/button-dnqMFkWg.d.ts +76 -0
- package/dist/button-dnqMFkWg.d.ts.map +1 -0
- package/dist/button-mxfSqr0n.js +179 -0
- package/dist/button-mxfSqr0n.js.map +1 -0
- package/dist/card-C0a0wQTc.d.ts +7 -0
- package/dist/card-C0a0wQTc.d.ts.map +1 -0
- package/dist/code.d.ts +20 -0
- package/dist/code.d.ts.map +1 -0
- package/dist/code.js +90 -0
- package/dist/code.js.map +1 -0
- package/dist/codeFontStyle-DYUujk7K.js +11 -0
- package/dist/codeFontStyle-DYUujk7K.js.map +1 -0
- package/dist/component-DVlwaWB-.d.ts +25 -0
- package/dist/component-DVlwaWB-.d.ts.map +1 -0
- package/dist/element-BYgCE_iK.js +51 -0
- package/dist/element-BYgCE_iK.js.map +1 -0
- package/dist/factory-BA3gEfyI.js +3056 -0
- package/dist/factory-BA3gEfyI.js.map +1 -0
- package/dist/flex-C-5JHi1C.js +76 -0
- package/dist/flex-C-5JHi1C.js.map +1 -0
- package/dist/font-EtfxKPUz.d.ts +49 -0
- package/dist/font-EtfxKPUz.d.ts.map +1 -0
- package/dist/getElementRef-5HZQ-Owu.js +91 -0
- package/dist/getElementRef-5HZQ-Owu.js.map +1 -0
- package/dist/getScopedTheme-C-sZsyAz.js +267 -0
- package/dist/getScopedTheme-C-sZsyAz.js.map +1 -0
- package/dist/getTheme_v2-y09KqtEb.js +487 -0
- package/dist/getTheme_v2-y09KqtEb.js.map +1 -0
- package/dist/grid-BXHFJhf_.js +115 -0
- package/dist/grid-BXHFJhf_.js.map +1 -0
- package/dist/helpers-bwfx1e-Y.js +67 -0
- package/dist/helpers-bwfx1e-Y.js.map +1 -0
- package/dist/hotkeys-CmmTQZpn.js +165 -0
- package/dist/hotkeys-CmmTQZpn.js.map +1 -0
- package/dist/index.d.ts +1192 -2168
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2069 -4483
- package/dist/index.js.map +1 -1
- package/dist/layer-B98ynOf2.js +61 -0
- package/dist/layer-B98ynOf2.js.map +1 -0
- package/dist/layer-ChlP9Ik6.d.ts +242 -0
- package/dist/layer-ChlP9Ik6.d.ts.map +1 -0
- package/dist/menu.d.ts +146 -0
- package/dist/menu.d.ts.map +1 -0
- package/dist/menu.js +614 -0
- package/dist/menu.js.map +1 -0
- package/dist/popover-CMlQeKn0.d.ts +96 -0
- package/dist/popover-CMlQeKn0.d.ts.map +1 -0
- package/dist/popover-PorX5Jv9.js +419 -0
- package/dist/popover-PorX5Jv9.js.map +1 -0
- package/dist/popover.d.ts +2 -0
- package/dist/popover.js +3 -0
- package/dist/refractor-CC48DwHi.js +20 -0
- package/dist/refractor-CC48DwHi.js.map +1 -0
- package/dist/responsiveFont-hN1mZFjm.js +55 -0
- package/dist/responsiveFont-hN1mZFjm.js.map +1 -0
- package/dist/rgba-BSYaEUW6.d.ts +846 -0
- package/dist/rgba-BSYaEUW6.d.ts.map +1 -0
- package/dist/selectable-B0GUIL74.d.ts +7 -0
- package/dist/selectable-B0GUIL74.d.ts.map +1 -0
- package/dist/stack-iW9HuGLg.js +112 -0
- package/dist/stack-iW9HuGLg.js.map +1 -0
- package/dist/styles-css.d.ts +2 -0
- package/dist/styles-css.js +4 -0
- package/dist/styles.css +28 -0
- package/dist/textInput-udxyGbm1.js +321 -0
- package/dist/textInput-udxyGbm1.js.map +1 -0
- package/dist/theme.d.ts +240 -459
- package/dist/theme.d.ts.map +1 -0
- package/dist/theme.js +55 -870
- package/dist/theme.js.map +1 -1
- package/dist/toast.d.ts +73 -0
- package/dist/toast.d.ts.map +1 -0
- package/dist/toast.js +297 -0
- package/dist/toast.js.map +1 -0
- package/dist/tooltip.d.ts +88 -0
- package/dist/tooltip.d.ts.map +1 -0
- package/dist/tooltip.js +447 -0
- package/dist/tooltip.js.map +1 -0
- package/dist/useClickOutsideEvent-lEVhDFCQ.js +36 -0
- package/dist/useClickOutsideEvent-lEVhDFCQ.js.map +1 -0
- package/dist/useElementSize-BJvbGHq8.js +51 -0
- package/dist/useElementSize-BJvbGHq8.js.map +1 -0
- package/dist/useLayer-BAVfmbNN.js +712 -0
- package/dist/useLayer-BAVfmbNN.js.map +1 -0
- package/package.json +73 -208
- package/dist/_chunks-cjs/refractor.cjs +0 -22
- package/dist/_chunks-cjs/refractor.cjs.map +0 -1
- package/dist/_chunks-es/refractor.js +0 -25
- package/dist/_chunks-es/refractor.js.map +0 -1
- package/dist/css/index.cjs +0 -966
- package/dist/css/index.cjs.map +0 -1
- package/dist/css/index.css +0 -23387
- package/dist/css/index.css.map +0 -1
- package/dist/css/index.d.cts +0 -1394
- package/dist/css/index.d.ts +0 -1394
- package/dist/css/index.js +0 -967
- package/dist/css/index.js.map +0 -1
- package/dist/index.cjs +0 -4515
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.cts +0 -2521
- package/dist/theme.cjs +0 -870
- package/dist/theme.cjs.map +0 -1
- package/dist/theme.d.cts +0 -499
- package/exports/css.ts +0 -1
- package/exports/index.ts +0 -1
- package/exports/theme.ts +0 -1
- package/src/core/Root.tsx +0 -88
- package/src/core/RootProvider.tsx +0 -40
- package/src/core/__workshop__/boundary.tsx +0 -28
- package/src/core/__workshop__/index.ts +0 -16
- package/src/core/components/autocomplete/__workshop__/async.tsx +0 -156
- package/src/core/components/autocomplete/__workshop__/constrainedHeight.tsx +0 -131
- package/src/core/components/autocomplete/__workshop__/custom.tsx +0 -91
- package/src/core/components/autocomplete/__workshop__/example.tsx +0 -80
- package/src/core/components/autocomplete/__workshop__/focusAndBlur.tsx +0 -36
- package/src/core/components/autocomplete/__workshop__/fullscreen.tsx +0 -292
- package/src/core/components/autocomplete/__workshop__/index.ts +0 -41
- package/src/core/components/autocomplete/__workshop__/mock/apiStore.ts +0 -49
- package/src/core/components/autocomplete/__workshop__/mock/countries.ts +0 -245
- package/src/core/components/autocomplete/__workshop__/types.ts +0 -4
- package/src/core/components/autocomplete/autocomplete.tsx +0 -690
- package/src/core/components/autocomplete/autocompleteOption.tsx +0 -45
- package/src/core/components/autocomplete/autocompleteReducer.ts +0 -47
- package/src/core/components/autocomplete/constants.ts +0 -28
- package/src/core/components/autocomplete/types.ts +0 -103
- package/src/core/components/breadcrumbs/__workshop__/example.tsx +0 -61
- package/src/core/components/breadcrumbs/__workshop__/index.ts +0 -16
- package/src/core/components/breadcrumbs/breadcrumbs.tsx +0 -131
- package/src/core/components/dialog/__workshop__/activate.tsx +0 -141
- package/src/core/components/dialog/__workshop__/autoFocus.tsx +0 -29
- package/src/core/components/dialog/__workshop__/index.ts +0 -21
- package/src/core/components/dialog/__workshop__/layering.tsx +0 -41
- package/src/core/components/dialog/__workshop__/nested.tsx +0 -71
- package/src/core/components/dialog/__workshop__/onScroll.tsx +0 -51
- package/src/core/components/dialog/__workshop__/panes.tsx +0 -89
- package/src/core/components/dialog/__workshop__/position.tsx +0 -30
- package/src/core/components/dialog/__workshop__/props.tsx +0 -77
- package/src/core/components/dialog/__workshop__/provider.tsx +0 -11
- package/src/core/components/dialog/__workshop__/wrapped.tsx +0 -76
- package/src/core/components/dialog/dialog.tsx +0 -232
- package/src/core/components/dialog/dialogCard.tsx +0 -233
- package/src/core/components/dialog/dialogContext.ts +0 -21
- package/src/core/components/dialog/dialogProvider.tsx +0 -34
- package/src/core/components/dialog/isTargetWithinScope.ts +0 -14
- package/src/core/components/dialog/types.ts +0 -2
- package/src/core/components/dialog/useDialog.ts +0 -11
- package/src/core/components/hotkeys/__workshop__/index.ts +0 -16
- package/src/core/components/hotkeys/__workshop__/plain.tsx +0 -9
- package/src/core/components/hotkeys/hotkeys.tsx +0 -60
- package/src/core/components/menu/__workshop__/asComponent.tsx +0 -45
- package/src/core/components/menu/__workshop__/avatarMenu.tsx +0 -57
- package/src/core/components/menu/__workshop__/closableMenuButton.tsx +0 -47
- package/src/core/components/menu/__workshop__/constrainedInBoundary.tsx +0 -133
- package/src/core/components/menu/__workshop__/customMenuItem.tsx +0 -45
- package/src/core/components/menu/__workshop__/customSelectedState.tsx +0 -35
- package/src/core/components/menu/__workshop__/disableFocusOnClose.tsx +0 -40
- package/src/core/components/menu/__workshop__/groups.tsx +0 -156
- package/src/core/components/menu/__workshop__/index.ts +0 -91
- package/src/core/components/menu/__workshop__/menuButton.tsx +0 -80
- package/src/core/components/menu/__workshop__/menuGroupRight.tsx +0 -65
- package/src/core/components/menu/__workshop__/nestedMenu.tsx +0 -22
- package/src/core/components/menu/__workshop__/onCloseMenuButton.tsx +0 -50
- package/src/core/components/menu/__workshop__/selectedItem.tsx +0 -69
- package/src/core/components/menu/__workshop__/shouldFocus.tsx +0 -42
- package/src/core/components/menu/__workshop__/tones.tsx +0 -25
- package/src/core/components/menu/__workshop__/withoutArrow.tsx +0 -32
- package/src/core/components/menu/helpers.ts +0 -82
- package/src/core/components/menu/menu.test.tsx +0 -129
- package/src/core/components/menu/menu.tsx +0 -179
- package/src/core/components/menu/menuButton.tsx +0 -225
- package/src/core/components/menu/menuContext.ts +0 -19
- package/src/core/components/menu/menuDivider.tsx +0 -32
- package/src/core/components/menu/menuGroup.tsx +0 -233
- package/src/core/components/menu/menuItem.tsx +0 -184
- package/src/core/components/menu/useMenu.ts +0 -21
- package/src/core/components/menu/useMenuController.ts +0 -241
- package/src/core/components/tab/__workshop__/example.tsx +0 -79
- package/src/core/components/tab/__workshop__/index.ts +0 -16
- package/src/core/components/tab/tab.tsx +0 -109
- package/src/core/components/tab/tabList.tsx +0 -90
- package/src/core/components/tab/tabPanel.tsx +0 -47
- package/src/core/components/toast/__workshop__/hook.tsx +0 -71
- package/src/core/components/toast/__workshop__/index.ts +0 -21
- package/src/core/components/toast/__workshop__/toast.tsx +0 -26
- package/src/core/components/toast/toast.test.tsx +0 -103
- package/src/core/components/toast/toast.tsx +0 -191
- package/src/core/components/toast/toastContext.ts +0 -7
- package/src/core/components/toast/toastLayer.tsx +0 -54
- package/src/core/components/toast/toastProvider.tsx +0 -112
- package/src/core/components/toast/toastState.ts +0 -6
- package/src/core/components/toast/types.ts +0 -24
- package/src/core/components/toast/useToast.ts +0 -23
- package/src/core/components/tree/__workshop__/basic.perf.ts +0 -19
- package/src/core/components/tree/__workshop__/basic.tsx +0 -105
- package/src/core/components/tree/__workshop__/index.ts +0 -23
- package/src/core/components/tree/__workshop__/tabFromElement.tsx +0 -84
- package/src/core/components/tree/helpers.ts +0 -105
- package/src/core/components/tree/tree.tsx +0 -248
- package/src/core/components/tree/treeContext.ts +0 -10
- package/src/core/components/tree/treeGroup.tsx +0 -46
- package/src/core/components/tree/treeItem.tsx +0 -237
- package/src/core/components/tree/types.ts +0 -24
- package/src/core/components/tree/useTree.ts +0 -17
- package/src/core/components/virtualList/__workshop__/changingProps.tsx +0 -36
- package/src/core/components/virtualList/__workshop__/elementScroll.tsx +0 -24
- package/src/core/components/virtualList/__workshop__/index.ts +0 -31
- package/src/core/components/virtualList/__workshop__/infiniteList.tsx +0 -48
- package/src/core/components/virtualList/__workshop__/windowScrolll.tsx +0 -22
- package/src/core/components/virtualList/virtualList.tsx +0 -209
- package/src/core/constants.ts +0 -67
- package/src/core/helpers/animation.ts +0 -27
- package/src/core/helpers/element.ts +0 -55
- package/src/core/helpers/focus.ts +0 -92
- package/src/core/helpers/props.ts +0 -28
- package/src/core/helpers/scroll.ts +0 -15
- package/src/core/hooks/useClickOutsideEvent.test.tsx +0 -114
- package/src/core/hooks/useClickOutsideEvent.ts +0 -67
- package/src/core/hooks/useCustomValidity.ts +0 -13
- package/src/core/hooks/useDelayed.test.ts +0 -67
- package/src/core/hooks/useDelayedState.ts +0 -28
- package/src/core/hooks/useElementSize.ts +0 -19
- package/src/core/hooks/useGlobalKeyDown.ts +0 -17
- package/src/core/hooks/useMatchMedia.ts +0 -28
- package/src/core/hooks/useMediaIndex/__workshop__/index.ts +0 -16
- package/src/core/hooks/useMediaIndex/__workshop__/test.tsx +0 -14
- package/src/core/hooks/useMediaIndex/useMediaIndex.test.tsx +0 -21
- package/src/core/hooks/useMediaIndex/useMediaIndex.ts +0 -107
- package/src/core/hooks/useMounted.ts +0 -15
- package/src/core/hooks/usePrefersDark.hydration.test.tsx +0 -56
- package/src/core/hooks/usePrefersDark.test.tsx +0 -20
- package/src/core/hooks/usePrefersDark.ts +0 -16
- package/src/core/hooks/usePrefersReducedMotion.hydration.test.tsx +0 -56
- package/src/core/hooks/usePrefersReducedMotion.test.tsx +0 -20
- package/src/core/hooks/usePrefersReducedMotion.ts +0 -16
- package/src/core/hooks/useResponsiveProp.ts +0 -28
- package/src/core/index.ts +0 -115
- package/src/core/lib/createGlobalScopedContext.ts +0 -37
- package/src/core/lib/globalScope.ts +0 -19
- package/src/core/lib/isArray.ts +0 -3
- package/src/core/lib/isRecord.ts +0 -3
- package/src/core/middleware/origin.ts +0 -47
- package/src/core/observers/elementSize.ts +0 -116
- package/src/core/observers/resize.ts +0 -9
- package/src/core/primitives/arrow/arrow.tsx +0 -74
- package/src/core/primitives/arrow/cmds.ts +0 -91
- package/src/core/primitives/avatar/__workshop__/asButton.tsx +0 -14
- package/src/core/primitives/avatar/__workshop__/index.ts +0 -31
- package/src/core/primitives/avatar/__workshop__/stack.tsx +0 -25
- package/src/core/primitives/avatar/__workshop__/withinButton.tsx +0 -55
- package/src/core/primitives/avatar/__workshop__/withinMenuItem.tsx +0 -72
- package/src/core/primitives/avatar/avatar.tsx +0 -147
- package/src/core/primitives/avatar/avatarCounter.tsx +0 -69
- package/src/core/primitives/avatar/avatarStack.tsx +0 -79
- package/src/core/primitives/avatar/types.ts +0 -2
- package/src/core/primitives/badge/__workshop__/index.ts +0 -21
- package/src/core/primitives/badge/__workshop__/props.tsx +0 -19
- package/src/core/primitives/badge/__workshop__/tones.tsx +0 -16
- package/src/core/primitives/badge/badge.test.tsx +0 -16
- package/src/core/primitives/badge/badge.tsx +0 -61
- package/src/core/primitives/box/__workshop__/index.ts +0 -21
- package/src/core/primitives/box/__workshop__/props.tsx +0 -20
- package/src/core/primitives/box/__workshop__/responsive.tsx +0 -20
- package/src/core/primitives/box/box.tsx +0 -222
- package/src/core/primitives/button/__workshop__/custom.tsx +0 -27
- package/src/core/primitives/button/__workshop__/customIcons.tsx +0 -30
- package/src/core/primitives/button/__workshop__/disabled.tsx +0 -54
- package/src/core/primitives/button/__workshop__/index.ts +0 -66
- package/src/core/primitives/button/__workshop__/mixedChildren.tsx +0 -12
- package/src/core/primitives/button/__workshop__/props.tsx +0 -55
- package/src/core/primitives/button/__workshop__/sanityUploadButton.tsx +0 -36
- package/src/core/primitives/button/__workshop__/stacked.tsx +0 -58
- package/src/core/primitives/button/__workshop__/styled1.tsx +0 -17
- package/src/core/primitives/button/__workshop__/styled2.tsx +0 -19
- package/src/core/primitives/button/__workshop__/textOverflow.tsx +0 -13
- package/src/core/primitives/button/__workshop__/uploadButton.tsx +0 -29
- package/src/core/primitives/button/button.test.tsx +0 -30
- package/src/core/primitives/button/button.tsx +0 -193
- package/src/core/primitives/button/types.ts +0 -2
- package/src/core/primitives/card/__workshop__/asButton.tsx +0 -107
- package/src/core/primitives/card/__workshop__/asComponent.tsx +0 -27
- package/src/core/primitives/card/__workshop__/checkered.tsx +0 -26
- package/src/core/primitives/card/__workshop__/index.ts +0 -20
- package/src/core/primitives/card/__workshop__/interactive.tsx +0 -29
- package/src/core/primitives/card/__workshop__/listNavigation.tsx +0 -78
- package/src/core/primitives/card/__workshop__/props.tsx +0 -52
- package/src/core/primitives/card/__workshop__/selected.tsx +0 -62
- package/src/core/primitives/card/__workshop__/styled.tsx +0 -14
- package/src/core/primitives/card/__workshop__/tones.tsx +0 -27
- package/src/core/primitives/card/card.tsx +0 -109
- package/src/core/primitives/card/cardContext.ts +0 -10
- package/src/core/primitives/card/cardProvider.tsx +0 -27
- package/src/core/primitives/card/types.ts +0 -17
- package/src/core/primitives/card/useCard.ts +0 -15
- package/src/core/primitives/checkbox/__workshop__/example.tsx +0 -25
- package/src/core/primitives/checkbox/__workshop__/index.ts +0 -15
- package/src/core/primitives/checkbox/__workshop__/props.tsx +0 -35
- package/src/core/primitives/checkbox/__workshop__/readOnly.tsx +0 -16
- package/src/core/primitives/checkbox/__workshop__/tones.tsx +0 -27
- package/src/core/primitives/checkbox/checkbox.tsx +0 -80
- package/src/core/primitives/code/__workshop__/index.ts +0 -21
- package/src/core/primitives/code/__workshop__/opticalAlignment.tsx +0 -23
- package/src/core/primitives/code/__workshop__/props.tsx +0 -18
- package/src/core/primitives/code/code.tsx +0 -48
- package/src/core/primitives/code/refractor.tsx +0 -18
- package/src/core/primitives/container/__workshop__/example.tsx +0 -20
- package/src/core/primitives/container/__workshop__/index.ts +0 -10
- package/src/core/primitives/container/container.tsx +0 -37
- package/src/core/primitives/container/types.ts +0 -6
- package/src/core/primitives/flex/__workshop__/example.tsx +0 -34
- package/src/core/primitives/flex/__workshop__/gap.tsx +0 -25
- package/src/core/primitives/flex/__workshop__/index.ts +0 -13
- package/src/core/primitives/flex/flex.tsx +0 -58
- package/src/core/primitives/grid/__workshop__/index.ts +0 -12
- package/src/core/primitives/grid/__workshop__/responsive.tsx +0 -54
- package/src/core/primitives/grid/grid.tsx +0 -35
- package/src/core/primitives/heading/__workshop__/index.ts +0 -21
- package/src/core/primitives/heading/__workshop__/opticalAlignment.tsx +0 -54
- package/src/core/primitives/heading/__workshop__/plain.tsx +0 -29
- package/src/core/primitives/heading/heading.tsx +0 -78
- package/src/core/primitives/inline/__workshop__/index.ts +0 -10
- package/src/core/primitives/inline/__workshop__/plain.tsx +0 -24
- package/src/core/primitives/inline/inline.tsx +0 -62
- package/src/core/primitives/kbd/__workshop__/index.ts +0 -10
- package/src/core/primitives/kbd/__workshop__/plain.tsx +0 -9
- package/src/core/primitives/kbd/kbd.tsx +0 -57
- package/src/core/primitives/label/__workshop__/index.ts +0 -21
- package/src/core/primitives/label/__workshop__/opticalAlignment.tsx +0 -54
- package/src/core/primitives/label/__workshop__/plain.tsx +0 -28
- package/src/core/primitives/label/label.tsx +0 -75
- package/src/core/primitives/layer/__workshop__/_debug.tsx +0 -17
- package/src/core/primitives/layer/__workshop__/index.ts +0 -26
- package/src/core/primitives/layer/__workshop__/multipleRoots.tsx +0 -49
- package/src/core/primitives/layer/__workshop__/nested.tsx +0 -98
- package/src/core/primitives/layer/__workshop__/responsiveZOffset.tsx +0 -17
- package/src/core/primitives/layer/getLayerContext.test.ts +0 -32
- package/src/core/primitives/layer/getLayerContext.ts +0 -21
- package/src/core/primitives/layer/layer.test.tsx +0 -110
- package/src/core/primitives/layer/layer.tsx +0 -42
- package/src/core/primitives/layer/layerCard.tsx +0 -90
- package/src/core/primitives/layer/layerContext.ts +0 -7
- package/src/core/primitives/layer/layerProvider.tsx +0 -106
- package/src/core/primitives/layer/types.ts +0 -9
- package/src/core/primitives/layer/useLayer.ts +0 -24
- package/src/core/primitives/popover/__workshop__/AlignedStory.tsx +0 -77
- package/src/core/primitives/popover/__workshop__/MarginsStory.tsx +0 -31
- package/src/core/primitives/popover/__workshop__/MatchReferenceWidthStory.tsx +0 -32
- package/src/core/primitives/popover/__workshop__/OpenOnMountStory.tsx +0 -11
- package/src/core/primitives/popover/__workshop__/PlainStory.tsx +0 -71
- package/src/core/primitives/popover/__workshop__/RecursiveStory.tsx +0 -69
- package/src/core/primitives/popover/__workshop__/SidePanelStory.tsx +0 -96
- package/src/core/primitives/popover/__workshop__/TestStory.tsx +0 -100
- package/src/core/primitives/popover/__workshop__/index.ts +0 -51
- package/src/core/primitives/popover/constants.ts +0 -22
- package/src/core/primitives/popover/floating-ui/size.ts +0 -83
- package/src/core/primitives/popover/helpers.ts +0 -32
- package/src/core/primitives/popover/popover.tsx +0 -443
- package/src/core/primitives/popover/popoverLayer.tsx +0 -149
- package/src/core/primitives/popover/types.ts +0 -12
- package/src/core/primitives/radio/__workshop__/example.tsx +0 -63
- package/src/core/primitives/radio/__workshop__/index.ts +0 -13
- package/src/core/primitives/radio/__workshop__/plain.tsx +0 -28
- package/src/core/primitives/radio/radio.tsx +0 -64
- package/src/core/primitives/select/__workshop__/index.ts +0 -13
- package/src/core/primitives/select/__workshop__/plain.tsx +0 -39
- package/src/core/primitives/select/__workshop__/readOnly.tsx +0 -23
- package/src/core/primitives/select/select.tsx +0 -75
- package/src/core/primitives/selectable/selectable.tsx +0 -50
- package/src/core/primitives/skeleton/__workshop__/delay.tsx +0 -70
- package/src/core/primitives/skeleton/__workshop__/index.ts +0 -13
- package/src/core/primitives/skeleton/__workshop__/skeleton.tsx +0 -64
- package/src/core/primitives/skeleton/codeSkeleton.tsx +0 -49
- package/src/core/primitives/skeleton/headingSkeleton.tsx +0 -48
- package/src/core/primitives/skeleton/labelSkeleton.tsx +0 -47
- package/src/core/primitives/skeleton/skeleton.tsx +0 -70
- package/src/core/primitives/skeleton/textSkeleton.tsx +0 -49
- package/src/core/primitives/spinner/__workshop__/Props.tsx +0 -15
- package/src/core/primitives/spinner/__workshop__/index.ts +0 -16
- package/src/core/primitives/spinner/animatedSpinnerIcon.tsx +0 -14
- package/src/core/primitives/spinner/spinner.tsx +0 -45
- package/src/core/primitives/srOnly/srOnly.tsx +0 -33
- package/src/core/primitives/stack/__workshop__/index.ts +0 -16
- package/src/core/primitives/stack/__workshop__/plain.tsx +0 -32
- package/src/core/primitives/stack/stack.tsx +0 -60
- package/src/core/primitives/switch/__workshop__/example.tsx +0 -23
- package/src/core/primitives/switch/__workshop__/index.ts +0 -13
- package/src/core/primitives/switch/__workshop__/props.tsx +0 -21
- package/src/core/primitives/switch/switch.tsx +0 -84
- package/src/core/primitives/text/__workshop__/colored.tsx +0 -23
- package/src/core/primitives/text/__workshop__/example.tsx +0 -28
- package/src/core/primitives/text/__workshop__/index.ts +0 -26
- package/src/core/primitives/text/__workshop__/opticalAlignment.tsx +0 -23
- package/src/core/primitives/text/text.tsx +0 -76
- package/src/core/primitives/textArea/__workshop__/index.ts +0 -16
- package/src/core/primitives/textArea/__workshop__/plain.tsx +0 -61
- package/src/core/primitives/textArea/textArea.tsx +0 -84
- package/src/core/primitives/textInput/__workshop__/clearButton.tsx +0 -30
- package/src/core/primitives/textInput/__workshop__/customValidity.tsx +0 -17
- package/src/core/primitives/textInput/__workshop__/index.ts +0 -46
- package/src/core/primitives/textInput/__workshop__/plain.tsx +0 -110
- package/src/core/primitives/textInput/__workshop__/readOnly.tsx +0 -9
- package/src/core/primitives/textInput/__workshop__/states.tsx +0 -53
- package/src/core/primitives/textInput/__workshop__/tones.tsx +0 -277
- package/src/core/primitives/textInput/__workshop__/typed.tsx +0 -23
- package/src/core/primitives/textInput/textInput.tsx +0 -258
- package/src/core/primitives/tooltip/__workshop__/customPortal.tsx +0 -102
- package/src/core/primitives/tooltip/__workshop__/index.ts +0 -31
- package/src/core/primitives/tooltip/__workshop__/overflowingBoundary.tsx +0 -74
- package/src/core/primitives/tooltip/__workshop__/props.tsx +0 -112
- package/src/core/primitives/tooltip/__workshop__/resizableBoundary.tsx +0 -86
- package/src/core/primitives/tooltip/constants.ts +0 -23
- package/src/core/primitives/tooltip/tooltip.test.tsx +0 -452
- package/src/core/primitives/tooltip/tooltip.tsx +0 -482
- package/src/core/primitives/tooltip/tooltipDelayGroup/index.ts +0 -4
- package/src/core/primitives/tooltip/tooltipDelayGroup/tooltipDelayGroupContext.tsx +0 -13
- package/src/core/primitives/tooltip/tooltipDelayGroup/tooltipDelayGroupProvider.tsx +0 -55
- package/src/core/primitives/tooltip/tooltipDelayGroup/types.ts +0 -10
- package/src/core/primitives/tooltip/tooltipDelayGroup/useTooltipDelayGroup.ts +0 -13
- package/src/core/primitives/tooltip/tooltipLayer.tsx +0 -106
- package/src/core/types.ts +0 -56
- package/src/core/utils/boundaryElement/__workshop__/index.ts +0 -16
- package/src/core/utils/boundaryElement/__workshop__/plain.tsx +0 -19
- package/src/core/utils/boundaryElement/boundaryElement.test.tsx +0 -102
- package/src/core/utils/boundaryElement/boundaryElementContext.ts +0 -10
- package/src/core/utils/boundaryElement/boundaryElementProvider.tsx +0 -18
- package/src/core/utils/boundaryElement/types.ts +0 -5
- package/src/core/utils/boundaryElement/useBoundaryElement.ts +0 -24
- package/src/core/utils/elementQuery/__workshop__/customMedia.tsx +0 -41
- package/src/core/utils/elementQuery/__workshop__/index.ts +0 -16
- package/src/core/utils/elementQuery/elementQuery.tsx +0 -75
- package/src/core/utils/elementQuery/helpers.ts +0 -27
- package/src/core/utils/errorBoundary.tsx +0 -50
- package/src/core/utils/getElementRef.ts +0 -29
- package/src/core/utils/portal/__workshop__/index.ts +0 -16
- package/src/core/utils/portal/__workshop__/named.tsx +0 -63
- package/src/core/utils/portal/portal.test.tsx +0 -105
- package/src/core/utils/portal/portal.tsx +0 -36
- package/src/core/utils/portal/portalContext.ts +0 -37
- package/src/core/utils/portal/portalProvider.tsx +0 -70
- package/src/core/utils/portal/types.ts +0 -7
- package/src/core/utils/portal/usePortal.ts +0 -23
- package/src/css/_assign.ts +0 -3
- package/src/css/_composeClassNames.ts +0 -12
- package/src/css/_fromEntries.ts +0 -3
- package/src/css/_getClassNames.ts +0 -9
- package/src/css/_responsiveClassName.ts +0 -45
- package/src/css/_responsiveStyle.css.ts +0 -34
- package/src/css/_style.css.ts +0 -9
- package/src/css/components/breadcrumbs/breadcrumbs.css.ts +0 -6
- package/src/css/components/breadcrumbs/breadcrumbs.ts +0 -7
- package/src/css/components/dialog/dialog.css.ts +0 -98
- package/src/css/components/dialog/dialog.ts +0 -58
- package/src/css/components/menu/menu.css.ts +0 -14
- package/src/css/components/menu/menu.ts +0 -12
- package/src/css/components/skeleton/skeleton.css.ts +0 -128
- package/src/css/components/skeleton/skeleton.ts +0 -38
- package/src/css/components/skeleton/types.ts +0 -36
- package/src/css/components/toast/toast.css.ts +0 -17
- package/src/css/components/toast/toast.ts +0 -11
- package/src/css/components/tree/tree.css.ts +0 -65
- package/src/css/components/tree/tree.ts +0 -7
- package/src/css/constants.ts +0 -10
- package/src/css/getVarName.ts +0 -27
- package/src/css/index.ts +0 -146
- package/src/css/layers.css.ts +0 -12
- package/src/css/primitives/_arrow/_arrow.css.ts +0 -68
- package/src/css/primitives/_arrow/_arrow.ts +0 -26
- package/src/css/primitives/_input/_input.css.ts +0 -261
- package/src/css/primitives/_input/input.ts +0 -29
- package/src/css/primitives/_input/types.ts +0 -13
- package/src/css/primitives/avatar/avatar.css.ts +0 -201
- package/src/css/primitives/avatar/avatar.ts +0 -68
- package/src/css/primitives/avatar/types.ts +0 -10
- package/src/css/primitives/badge/badge.css.ts +0 -27
- package/src/css/primitives/badge/badge.ts +0 -8
- package/src/css/primitives/badge/types.ts +0 -13
- package/src/css/primitives/box/box.css.ts +0 -19
- package/src/css/primitives/box/box.ts +0 -82
- package/src/css/primitives/box/types.ts +0 -75
- package/src/css/primitives/button/button.css.ts +0 -287
- package/src/css/primitives/button/button.ts +0 -26
- package/src/css/primitives/button/types.ts +0 -12
- package/src/css/primitives/card/__workshop__/color.tsx +0 -75
- package/src/css/primitives/card/__workshop__/index.ts +0 -16
- package/src/css/primitives/card/card.css.ts +0 -387
- package/src/css/primitives/card/card.ts +0 -13
- package/src/css/primitives/card/types.ts +0 -9
- package/src/css/primitives/checkbox/checkbox.css.ts +0 -193
- package/src/css/primitives/checkbox/checkbox.ts +0 -17
- package/src/css/primitives/code/code.css.ts +0 -272
- package/src/css/primitives/code/code.ts +0 -19
- package/src/css/primitives/code/types.ts +0 -11
- package/src/css/primitives/container/container.css.ts +0 -4
- package/src/css/primitives/container/container.ts +0 -17
- package/src/css/primitives/container/types.ts +0 -9
- package/src/css/primitives/heading/heading.css.ts +0 -86
- package/src/css/primitives/heading/heading.ts +0 -22
- package/src/css/primitives/heading/types.ts +0 -14
- package/src/css/primitives/kbd/kbd.css.ts +0 -16
- package/src/css/primitives/kbd/kbd.ts +0 -9
- package/src/css/primitives/kbd/types.ts +0 -6
- package/src/css/primitives/label/label.css.ts +0 -87
- package/src/css/primitives/label/label.ts +0 -22
- package/src/css/primitives/label/types.ts +0 -14
- package/src/css/primitives/popover/popover.css.ts +0 -6
- package/src/css/primitives/popover/popover.ts +0 -12
- package/src/css/primitives/radio/radio.css.ts +0 -78
- package/src/css/primitives/radio/radio.ts +0 -17
- package/src/css/primitives/root/root.css.ts +0 -19
- package/src/css/primitives/root/root.ts +0 -17
- package/src/css/primitives/root/types.ts +0 -10
- package/src/css/primitives/select/select.css.ts +0 -24
- package/src/css/primitives/select/select.ts +0 -14
- package/src/css/primitives/select/types.ts +0 -5
- package/src/css/primitives/selectable/selectable.css.ts +0 -131
- package/src/css/primitives/selectable/selectable.ts +0 -9
- package/src/css/primitives/selectable/types.ts +0 -9
- package/src/css/primitives/spinner/spinner.css.ts +0 -19
- package/src/css/primitives/spinner/spinner.ts +0 -13
- package/src/css/primitives/spinner/types.ts +0 -4
- package/src/css/primitives/srOnly/srOnly.css.ts +0 -10
- package/src/css/primitives/srOnly/srOnly.ts +0 -7
- package/src/css/primitives/stack/stack.css.ts +0 -6
- package/src/css/primitives/stack/stack.ts +0 -7
- package/src/css/primitives/switch/switch.css.ts +0 -98
- package/src/css/primitives/switch/switch.ts +0 -27
- package/src/css/primitives/text/text.css.ts +0 -86
- package/src/css/primitives/text/text.ts +0 -24
- package/src/css/primitives/text/types.ts +0 -18
- package/src/css/primitives/textArea/textArea.css.ts +0 -4
- package/src/css/primitives/textArea/textArea.ts +0 -9
- package/src/css/primitives/textArea/types.ts +0 -7
- package/src/css/primitives/textInput/textInput.css.ts +0 -43
- package/src/css/primitives/textInput/textInput.ts +0 -24
- package/src/css/primitives/textInput/types.ts +0 -7
- package/src/css/primitives/tooltip/tooltip.css.ts +0 -4
- package/src/css/primitives/tooltip/tooltip.ts +0 -8
- package/src/css/primitives/tooltip/types.ts +0 -4
- package/src/css/props/alignItems/alignItems.css.ts +0 -22
- package/src/css/props/alignItems/alignItems.ts +0 -8
- package/src/css/props/alignItems/types.ts +0 -9
- package/src/css/props/border/border.css.ts +0 -65
- package/src/css/props/border/border.ts +0 -21
- package/src/css/props/border/types.ts +0 -13
- package/src/css/props/boxSizing/boxSizing.css.ts +0 -12
- package/src/css/props/boxSizing/boxSizing.ts +0 -7
- package/src/css/props/boxSizing/types.ts +0 -7
- package/src/css/props/display/display.css.ts +0 -56
- package/src/css/props/display/display.ts +0 -8
- package/src/css/props/display/types.ts +0 -16
- package/src/css/props/flex/flex.css.ts +0 -52
- package/src/css/props/flex/flex.ts +0 -8
- package/src/css/props/flex/types.ts +0 -9
- package/src/css/props/flexDirection/flexDirection.css.ts +0 -19
- package/src/css/props/flexDirection/flexDirection.ts +0 -8
- package/src/css/props/flexDirection/types.ts +0 -9
- package/src/css/props/flexWrap/flexWrap.css.ts +0 -16
- package/src/css/props/flexWrap/flexWrap.ts +0 -8
- package/src/css/props/flexWrap/types.ts +0 -9
- package/src/css/props/font/font.css.ts +0 -94
- package/src/css/props/font/font.ts +0 -8
- package/src/css/props/font/types.ts +0 -6
- package/src/css/props/gap/gap.css.ts +0 -40
- package/src/css/props/gap/gap.ts +0 -13
- package/src/css/props/gap/types.ts +0 -10
- package/src/css/props/gridAutoColumns/gridAutoColumns.css.ts +0 -19
- package/src/css/props/gridAutoColumns/gridAutoColumns.ts +0 -8
- package/src/css/props/gridAutoColumns/types.ts +0 -9
- package/src/css/props/gridAutoFlow/gridAutoFlow.css.ts +0 -19
- package/src/css/props/gridAutoFlow/gridAutoFlow.ts +0 -8
- package/src/css/props/gridAutoFlow/types.ts +0 -9
- package/src/css/props/gridAutoRows/gridAutoRows.css.ts +0 -19
- package/src/css/props/gridAutoRows/gridAutoRows.ts +0 -8
- package/src/css/props/gridAutoRows/types.ts +0 -9
- package/src/css/props/gridColumn/gridColumn.css.ts +0 -49
- package/src/css/props/gridColumn/gridColumn.ts +0 -8
- package/src/css/props/gridColumn/types.ts +0 -9
- package/src/css/props/gridColumnEnd/gridColumnEnd.css.ts +0 -46
- package/src/css/props/gridColumnEnd/gridColumnEnd.ts +0 -8
- package/src/css/props/gridColumnEnd/types.ts +0 -9
- package/src/css/props/gridColumnStart/gridColumnStart.css.ts +0 -46
- package/src/css/props/gridColumnStart/gridColumnStart.ts +0 -8
- package/src/css/props/gridColumnStart/types.ts +0 -9
- package/src/css/props/gridRow/gridRow.css.ts +0 -49
- package/src/css/props/gridRow/gridRow.ts +0 -8
- package/src/css/props/gridRow/types.ts +0 -9
- package/src/css/props/gridRowEnd/gridRowEnd.css.ts +0 -46
- package/src/css/props/gridRowEnd/gridRowEnd.ts +0 -8
- package/src/css/props/gridRowEnd/types.ts +0 -9
- package/src/css/props/gridRowStart/gridRowStart.css.ts +0 -46
- package/src/css/props/gridRowStart/gridRowStart.ts +0 -8
- package/src/css/props/gridRowStart/types.ts +0 -9
- package/src/css/props/gridTemplateColumns/gridTemplateColumns.css.ts +0 -43
- package/src/css/props/gridTemplateColumns/gridTemplateColumns.ts +0 -8
- package/src/css/props/gridTemplateColumns/types.ts +0 -9
- package/src/css/props/gridTemplateRows/gridTemplateRows.css.ts +0 -43
- package/src/css/props/gridTemplateRows/gridTemplateRows.ts +0 -8
- package/src/css/props/gridTemplateRows/types.ts +0 -9
- package/src/css/props/height/height.css.ts +0 -25
- package/src/css/props/height/height.ts +0 -8
- package/src/css/props/height/types.ts +0 -9
- package/src/css/props/inset/inset.css.ts +0 -37
- package/src/css/props/inset/inset.ts +0 -21
- package/src/css/props/inset/types.ts +0 -13
- package/src/css/props/justifyContent/justifyContent.css.ts +0 -25
- package/src/css/props/justifyContent/justifyContent.ts +0 -8
- package/src/css/props/justifyContent/types.ts +0 -15
- package/src/css/props/margin/margin.css.ts +0 -117
- package/src/css/props/margin/margin.ts +0 -25
- package/src/css/props/margin/types.ts +0 -17
- package/src/css/props/maxWidth/maxWidth.css.ts +0 -32
- package/src/css/props/maxWidth/maxWidth.ts +0 -8
- package/src/css/props/maxWidth/types.ts +0 -11
- package/src/css/props/minHeight/minHeight.css.ts +0 -13
- package/src/css/props/minHeight/minHeight.ts +0 -8
- package/src/css/props/minHeight/types.ts +0 -9
- package/src/css/props/minWidth/minWidth.css.ts +0 -25
- package/src/css/props/minWidth/minWidth.ts +0 -8
- package/src/css/props/minWidth/types.ts +0 -9
- package/src/css/props/outline/outline.css.ts +0 -10
- package/src/css/props/outline/outline.ts +0 -8
- package/src/css/props/outline/types.ts +0 -7
- package/src/css/props/overflow/overflow.css.ts +0 -16
- package/src/css/props/overflow/overflow.ts +0 -8
- package/src/css/props/overflow/types.ts +0 -11
- package/src/css/props/padding/padding.css.ts +0 -87
- package/src/css/props/padding/padding.ts +0 -25
- package/src/css/props/padding/types.ts +0 -17
- package/src/css/props/pointerEvents/pointerEvents.css.ts +0 -13
- package/src/css/props/pointerEvents/pointerEvents.ts +0 -8
- package/src/css/props/pointerEvents/types.ts +0 -7
- package/src/css/props/position/position.css.ts +0 -22
- package/src/css/props/position/position.ts +0 -8
- package/src/css/props/position/types.ts +0 -9
- package/src/css/props/radius/radius.css.ts +0 -21
- package/src/css/props/radius/radius.ts +0 -8
- package/src/css/props/radius/types.ts +0 -8
- package/src/css/props/shadow/shadow.css.ts +0 -23
- package/src/css/props/shadow/shadow.ts +0 -8
- package/src/css/props/shadow/types.ts +0 -8
- package/src/css/props/textAlign/textAlign.css.ts +0 -22
- package/src/css/props/textAlign/textAlign.ts +0 -8
- package/src/css/props/textAlign/types.ts +0 -7
- package/src/css/props/textOverflow/textOverflow.css.ts +0 -19
- package/src/css/props/textOverflow/textOverflow.ts +0 -8
- package/src/css/props/textOverflow/types.ts +0 -12
- package/src/css/props/width/types.ts +0 -11
- package/src/css/props/width/width.css.ts +0 -31
- package/src/css/props/width/width.ts +0 -8
- package/src/css/theme/buildCSSTheme.ts +0 -488
- package/src/css/theme/defaultTheme.css.ts +0 -64
- package/src/css/types.ts +0 -427
- package/src/css/vars.css.ts +0 -676
- package/src/theme/_parseColorToken.ts +0 -180
- package/src/theme/buildTheme.ts +0 -32
- package/src/theme/constants.ts +0 -90
- package/src/theme/defaults/color.ts +0 -197
- package/src/theme/defaults/common.ts +0 -71
- package/src/theme/defaults/fonts.ts +0 -250
- package/src/theme/index.ts +0 -5
- package/src/theme/merge.ts +0 -24
- package/src/theme/resolveTokens.ts +0 -204
- package/src/theme/types.ts +0 -366
|
@@ -1,443 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
arrow,
|
|
3
|
-
autoPlacement,
|
|
4
|
-
autoUpdate,
|
|
5
|
-
flip,
|
|
6
|
-
hide,
|
|
7
|
-
type Middleware,
|
|
8
|
-
offset,
|
|
9
|
-
type RootBoundary,
|
|
10
|
-
shift,
|
|
11
|
-
useFloating,
|
|
12
|
-
} from '@floating-ui/react-dom'
|
|
13
|
-
import {type MaxWidth, popover as popoverCss, type ResponsiveProp} from '@sanity/ui/css'
|
|
14
|
-
import {AnimatePresence} from 'framer-motion'
|
|
15
|
-
import {
|
|
16
|
-
cloneElement,
|
|
17
|
-
type ForwardedRef,
|
|
18
|
-
type ReactElement,
|
|
19
|
-
type ReactNode,
|
|
20
|
-
type Ref,
|
|
21
|
-
useCallback,
|
|
22
|
-
useEffect,
|
|
23
|
-
useImperativeHandle,
|
|
24
|
-
useMemo,
|
|
25
|
-
useRef,
|
|
26
|
-
} from 'react'
|
|
27
|
-
|
|
28
|
-
import {Z_OFFSETS} from '../../constants'
|
|
29
|
-
import {usePrefersReducedMotion} from '../../hooks/usePrefersReducedMotion'
|
|
30
|
-
import {useResponsiveProp} from '../../hooks/useResponsiveProp'
|
|
31
|
-
import {origin} from '../../middleware/origin'
|
|
32
|
-
import type {ComponentType, Placement, Props} from '../../types'
|
|
33
|
-
import {useBoundaryElement} from '../../utils/boundaryElement/useBoundaryElement'
|
|
34
|
-
import {getElementRef} from '../../utils/getElementRef'
|
|
35
|
-
import {Portal} from '../../utils/portal/portal'
|
|
36
|
-
import {CardProvider} from '../card/cardProvider'
|
|
37
|
-
import {useCard} from '../card/useCard'
|
|
38
|
-
import {type LayerOwnProps} from '../layer/layer'
|
|
39
|
-
import {useLayer} from '../layer/useLayer'
|
|
40
|
-
import {
|
|
41
|
-
DEFAULT_FALLBACK_PLACEMENTS,
|
|
42
|
-
DEFAULT_POPOVER_DISTANCE,
|
|
43
|
-
DEFAULT_POPOVER_MARGINS,
|
|
44
|
-
DEFAULT_POPOVER_PADDING,
|
|
45
|
-
} from './constants'
|
|
46
|
-
import {size} from './floating-ui/size'
|
|
47
|
-
import {PopoverLayer} from './popoverLayer'
|
|
48
|
-
import type {PopoverMargins, PopoverUpdateCallback} from './types'
|
|
49
|
-
|
|
50
|
-
/** @public */
|
|
51
|
-
export const DEFAULT_POPOVER_ELEMENT = 'div'
|
|
52
|
-
|
|
53
|
-
/** @public */
|
|
54
|
-
export type PopoverOwnProps = Omit<LayerOwnProps, 'maxWidth'> & {
|
|
55
|
-
/** @beta */
|
|
56
|
-
__unstable_margins?: PopoverMargins
|
|
57
|
-
/**
|
|
58
|
-
* Whether the popover should animate in and out.
|
|
59
|
-
*
|
|
60
|
-
* @beta
|
|
61
|
-
* @defaultValue false
|
|
62
|
-
*/
|
|
63
|
-
animate?: boolean
|
|
64
|
-
arrow?: boolean
|
|
65
|
-
children?: ReactElement<{ref: ForwardedRef<HTMLElement>}>
|
|
66
|
-
/**
|
|
67
|
-
* When `true`, prevent overflow within the current boundary:
|
|
68
|
-
* - by flipping on its side axis
|
|
69
|
-
* - by resizing
|
|
70
|
-
*
|
|
71
|
-
* Note that:
|
|
72
|
-
* - setting `preventOverflow` to `true` also prevents overflow on its side axis
|
|
73
|
-
* - setting `matchReferenceWidth` to `true` also causes the popover to resize
|
|
74
|
-
*
|
|
75
|
-
* @defaultValue false
|
|
76
|
-
*/
|
|
77
|
-
constrainSize?: boolean
|
|
78
|
-
content?: ReactNode
|
|
79
|
-
disabled?: boolean
|
|
80
|
-
fallbackPlacements?: Placement[]
|
|
81
|
-
floatingBoundary?: HTMLElement | null
|
|
82
|
-
/**
|
|
83
|
-
* When `true`, set the maximum width to match the reference element, and also prevent overflow within
|
|
84
|
-
* the current boundary by resizing.
|
|
85
|
-
*
|
|
86
|
-
* Note that setting `constrainSize` to `true` also causes the popover to resize
|
|
87
|
-
*
|
|
88
|
-
* @defaultValue false
|
|
89
|
-
*/
|
|
90
|
-
matchReferenceWidth?: boolean
|
|
91
|
-
/**
|
|
92
|
-
* When true, blocks all pointer interaction with elements beneath the popover until closed.
|
|
93
|
-
*
|
|
94
|
-
* @beta
|
|
95
|
-
* @defaultValue false
|
|
96
|
-
*/
|
|
97
|
-
modal?: boolean
|
|
98
|
-
open?: boolean
|
|
99
|
-
placement?: Placement
|
|
100
|
-
/**
|
|
101
|
-
* When 'flip' (default), the placement is determined from the initial placement and the
|
|
102
|
-
* fallback placements in order. Whichever fits in the viewport first.
|
|
103
|
-
*
|
|
104
|
-
* When 'autoPlacement', the initial placement and all fallback placements are evaluated
|
|
105
|
-
* and the placement with the most viewport space available.
|
|
106
|
-
*
|
|
107
|
-
* Option is only relevant if either `constrainSize` or `preventOverflow` is `true`
|
|
108
|
-
*/
|
|
109
|
-
placementStrategy?: 'flip' | 'autoPlacement'
|
|
110
|
-
/** Whether or not to render the popover in a portal element. */
|
|
111
|
-
portal?: boolean | string
|
|
112
|
-
preventOverflow?: boolean
|
|
113
|
-
referenceBoundary?: HTMLElement | null
|
|
114
|
-
/**
|
|
115
|
-
* When defined, the popover will be positioned relative to this element.
|
|
116
|
-
* The children of the popover won't be rendered.
|
|
117
|
-
*/
|
|
118
|
-
referenceElement?: HTMLElement | null
|
|
119
|
-
/** @beta */
|
|
120
|
-
updateRef?: Ref<PopoverUpdateCallback | undefined>
|
|
121
|
-
width?: ResponsiveProp<MaxWidth>
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
/** @public */
|
|
125
|
-
export type PopoverElementType = 'div' | ComponentType
|
|
126
|
-
|
|
127
|
-
/** @public */
|
|
128
|
-
export type PopoverProps<E extends PopoverElementType = PopoverElementType> = Props<
|
|
129
|
-
PopoverOwnProps,
|
|
130
|
-
E
|
|
131
|
-
>
|
|
132
|
-
|
|
133
|
-
function ViewportOverlay() {
|
|
134
|
-
const {zIndex} = useLayer()
|
|
135
|
-
|
|
136
|
-
return (
|
|
137
|
-
<div
|
|
138
|
-
style={{
|
|
139
|
-
position: 'fixed',
|
|
140
|
-
inset: 0,
|
|
141
|
-
width: '100vw',
|
|
142
|
-
height: '100vh',
|
|
143
|
-
zIndex,
|
|
144
|
-
}}
|
|
145
|
-
/>
|
|
146
|
-
)
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
/**
|
|
150
|
-
* The `Popover` component is used to display some content on top of another.
|
|
151
|
-
*
|
|
152
|
-
* @public
|
|
153
|
-
*/
|
|
154
|
-
export function Popover<E extends PopoverElementType = typeof DEFAULT_POPOVER_ELEMENT>(
|
|
155
|
-
props: PopoverProps<E>,
|
|
156
|
-
): React.JSX.Element {
|
|
157
|
-
const boundaryElementContext = useBoundaryElement()
|
|
158
|
-
|
|
159
|
-
const {
|
|
160
|
-
__unstable_margins: margins = DEFAULT_POPOVER_MARGINS,
|
|
161
|
-
animate: _animate = false,
|
|
162
|
-
arrow: arrowProp = false,
|
|
163
|
-
as: as = DEFAULT_POPOVER_ELEMENT,
|
|
164
|
-
children: childProp,
|
|
165
|
-
className,
|
|
166
|
-
constrainSize = false,
|
|
167
|
-
content,
|
|
168
|
-
disabled,
|
|
169
|
-
fallbackPlacements = props.fallbackPlacements ??
|
|
170
|
-
DEFAULT_FALLBACK_PLACEMENTS[props.placement ?? 'bottom'],
|
|
171
|
-
matchReferenceWidth,
|
|
172
|
-
floatingBoundary = boundaryElementContext.element,
|
|
173
|
-
modal,
|
|
174
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
175
|
-
onActivate,
|
|
176
|
-
open,
|
|
177
|
-
overflow = 'hidden',
|
|
178
|
-
padding,
|
|
179
|
-
placement: placementProp = 'bottom',
|
|
180
|
-
placementStrategy = 'flip',
|
|
181
|
-
portal,
|
|
182
|
-
preventOverflow = true,
|
|
183
|
-
radius = 3,
|
|
184
|
-
ref: forwardedRef,
|
|
185
|
-
referenceBoundary = boundaryElementContext.element,
|
|
186
|
-
referenceElement,
|
|
187
|
-
scheme,
|
|
188
|
-
shadow = 3,
|
|
189
|
-
tone = 'inherit',
|
|
190
|
-
width: widthProp = 'auto',
|
|
191
|
-
zOffset: zOffsetProp = Z_OFFSETS.popover,
|
|
192
|
-
updateRef,
|
|
193
|
-
...rest
|
|
194
|
-
} = props as PopoverProps<typeof DEFAULT_POPOVER_ELEMENT>
|
|
195
|
-
|
|
196
|
-
const card = useCard()
|
|
197
|
-
|
|
198
|
-
const prefersReducedMotion = usePrefersReducedMotion()
|
|
199
|
-
const animate = prefersReducedMotion ? false : _animate
|
|
200
|
-
const zOffset = useResponsiveProp(zOffsetProp)
|
|
201
|
-
const ref = useRef<HTMLDivElement | null>(null)
|
|
202
|
-
const arrowRef = useRef<HTMLDivElement | null>(null)
|
|
203
|
-
const rootBoundary: RootBoundary = 'viewport'
|
|
204
|
-
|
|
205
|
-
useImperativeHandle<HTMLDivElement | null, HTMLDivElement | null>(forwardedRef, () => ref.current)
|
|
206
|
-
|
|
207
|
-
// Keep track of reference element width (see `size` middleware below)
|
|
208
|
-
const referenceWidthRef = useRef<number>(undefined)
|
|
209
|
-
|
|
210
|
-
const middleware = useMemo(() => {
|
|
211
|
-
const ret: Middleware[] = []
|
|
212
|
-
|
|
213
|
-
// Flip the floating element when leaving the boundary box
|
|
214
|
-
if (constrainSize || preventOverflow) {
|
|
215
|
-
if (placementStrategy === 'autoPlacement') {
|
|
216
|
-
ret.push(
|
|
217
|
-
autoPlacement({
|
|
218
|
-
allowedPlacements: [placementProp].concat(fallbackPlacements),
|
|
219
|
-
}),
|
|
220
|
-
)
|
|
221
|
-
} else {
|
|
222
|
-
ret.push(
|
|
223
|
-
flip({
|
|
224
|
-
boundary: floatingBoundary || undefined,
|
|
225
|
-
fallbackPlacements,
|
|
226
|
-
padding: DEFAULT_POPOVER_PADDING,
|
|
227
|
-
rootBoundary,
|
|
228
|
-
}),
|
|
229
|
-
)
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
// Define distance between reference and floating element
|
|
234
|
-
ret.push(offset({mainAxis: DEFAULT_POPOVER_DISTANCE}))
|
|
235
|
-
|
|
236
|
-
// Track sizes
|
|
237
|
-
if (constrainSize || matchReferenceWidth) {
|
|
238
|
-
ret.push(
|
|
239
|
-
size({
|
|
240
|
-
apply({availableWidth, availableHeight, elements, referenceWidth}) {
|
|
241
|
-
// not fresh, so use refs
|
|
242
|
-
|
|
243
|
-
referenceWidthRef.current = referenceWidth
|
|
244
|
-
|
|
245
|
-
if (matchReferenceWidth) {
|
|
246
|
-
elements.floating.style.width = `${referenceWidth}px`
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
if (constrainSize) {
|
|
250
|
-
elements.floating.style.maxWidth = `${availableWidth}px`
|
|
251
|
-
elements.floating.style.maxHeight = `${availableHeight}px`
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
|
-
boundaryElement: floatingBoundary || undefined,
|
|
255
|
-
constrainSize,
|
|
256
|
-
margins,
|
|
257
|
-
matchReferenceWidth,
|
|
258
|
-
padding: DEFAULT_POPOVER_PADDING,
|
|
259
|
-
}),
|
|
260
|
-
)
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
// Shift the popover so its sits within the boundary element
|
|
264
|
-
if (preventOverflow) {
|
|
265
|
-
ret.push(
|
|
266
|
-
shift({
|
|
267
|
-
boundary: floatingBoundary || undefined,
|
|
268
|
-
rootBoundary,
|
|
269
|
-
padding: DEFAULT_POPOVER_PADDING,
|
|
270
|
-
}),
|
|
271
|
-
)
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
// Place arrow
|
|
275
|
-
if (arrowProp) {
|
|
276
|
-
ret.push(
|
|
277
|
-
arrow({
|
|
278
|
-
element: arrowRef,
|
|
279
|
-
padding: DEFAULT_POPOVER_PADDING,
|
|
280
|
-
}),
|
|
281
|
-
)
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
// Determine the origin to scale from.
|
|
285
|
-
// Must be placed after `@sanity/ui/size` and `shift` middleware.
|
|
286
|
-
if (animate) {
|
|
287
|
-
ret.push(origin)
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
ret.push(
|
|
291
|
-
hide({
|
|
292
|
-
boundary: referenceBoundary || undefined,
|
|
293
|
-
padding: DEFAULT_POPOVER_PADDING,
|
|
294
|
-
strategy: 'referenceHidden',
|
|
295
|
-
}),
|
|
296
|
-
)
|
|
297
|
-
|
|
298
|
-
return ret
|
|
299
|
-
}, [
|
|
300
|
-
animate,
|
|
301
|
-
arrowProp,
|
|
302
|
-
constrainSize,
|
|
303
|
-
fallbackPlacements,
|
|
304
|
-
floatingBoundary,
|
|
305
|
-
placementProp,
|
|
306
|
-
placementStrategy,
|
|
307
|
-
margins,
|
|
308
|
-
matchReferenceWidth,
|
|
309
|
-
preventOverflow,
|
|
310
|
-
referenceBoundary,
|
|
311
|
-
])
|
|
312
|
-
|
|
313
|
-
const {x, y, middlewareData, placement, refs, strategy, update} = useFloating({
|
|
314
|
-
middleware,
|
|
315
|
-
placement: placementProp,
|
|
316
|
-
whileElementsMounted: autoUpdate,
|
|
317
|
-
elements: referenceElement
|
|
318
|
-
? {
|
|
319
|
-
reference: referenceElement,
|
|
320
|
-
}
|
|
321
|
-
: undefined,
|
|
322
|
-
})
|
|
323
|
-
|
|
324
|
-
const referenceHidden = middlewareData.hide?.referenceHidden
|
|
325
|
-
|
|
326
|
-
const arrowX = middlewareData.arrow?.x
|
|
327
|
-
const arrowY = middlewareData.arrow?.y
|
|
328
|
-
|
|
329
|
-
const originX = middlewareData['@sanity/ui/origin']?.originX
|
|
330
|
-
const originY = middlewareData['@sanity/ui/origin']?.originY
|
|
331
|
-
|
|
332
|
-
const setArrow = useCallback((arrowEl: HTMLDivElement | null) => {
|
|
333
|
-
arrowRef.current = arrowEl
|
|
334
|
-
}, [])
|
|
335
|
-
|
|
336
|
-
const setFloating = useCallback(
|
|
337
|
-
(node: HTMLDivElement | null) => {
|
|
338
|
-
ref.current = node
|
|
339
|
-
refs.setFloating(node)
|
|
340
|
-
},
|
|
341
|
-
[refs],
|
|
342
|
-
)
|
|
343
|
-
|
|
344
|
-
const setReference = useCallback(
|
|
345
|
-
(node: HTMLElement | null) => {
|
|
346
|
-
refs.setReference(node)
|
|
347
|
-
|
|
348
|
-
if (!childProp) return
|
|
349
|
-
|
|
350
|
-
const childRef = getElementRef(childProp)
|
|
351
|
-
|
|
352
|
-
if (typeof childRef === 'function') {
|
|
353
|
-
childRef(node)
|
|
354
|
-
} else if (childRef) {
|
|
355
|
-
childRef.current = node
|
|
356
|
-
}
|
|
357
|
-
},
|
|
358
|
-
[childProp, refs],
|
|
359
|
-
)
|
|
360
|
-
|
|
361
|
-
const child = useMemo(() => {
|
|
362
|
-
// If a reference element is defined, we don't need to clone the child
|
|
363
|
-
if (referenceElement) return childProp
|
|
364
|
-
|
|
365
|
-
if (!childProp) return null
|
|
366
|
-
|
|
367
|
-
return cloneElement(childProp, {ref: setReference})
|
|
368
|
-
}, [childProp, referenceElement, setReference])
|
|
369
|
-
|
|
370
|
-
useEffect(() => {
|
|
371
|
-
if (updateRef) {
|
|
372
|
-
if (typeof updateRef === 'function') {
|
|
373
|
-
updateRef(update)
|
|
374
|
-
} else if (updateRef) {
|
|
375
|
-
updateRef.current = update
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
}, [update, updateRef])
|
|
379
|
-
|
|
380
|
-
if (disabled) {
|
|
381
|
-
return childProp || <></>
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
const node = (
|
|
385
|
-
<>
|
|
386
|
-
{/* Optional transparent blocking overlay at the top-most z-index layer. Must be positioned
|
|
387
|
-
before the below popover card. */}
|
|
388
|
-
{modal && <ViewportOverlay />}
|
|
389
|
-
|
|
390
|
-
<PopoverLayer
|
|
391
|
-
{...rest}
|
|
392
|
-
__unstable_margins={margins}
|
|
393
|
-
animate={animate}
|
|
394
|
-
arrow={arrowProp}
|
|
395
|
-
arrowRef={setArrow}
|
|
396
|
-
arrowX={arrowX}
|
|
397
|
-
arrowY={arrowY}
|
|
398
|
-
as={as}
|
|
399
|
-
className={popoverCss({className})}
|
|
400
|
-
hidden={referenceHidden}
|
|
401
|
-
maxWidth={widthProp}
|
|
402
|
-
overflow={overflow}
|
|
403
|
-
padding={padding}
|
|
404
|
-
placement={placement}
|
|
405
|
-
radius={radius}
|
|
406
|
-
ref={setFloating}
|
|
407
|
-
scheme={scheme}
|
|
408
|
-
shadow={shadow}
|
|
409
|
-
originX={originX}
|
|
410
|
-
originY={originY}
|
|
411
|
-
tone={tone}
|
|
412
|
-
strategy={strategy}
|
|
413
|
-
x={x}
|
|
414
|
-
y={y}
|
|
415
|
-
zOffset={zOffset}
|
|
416
|
-
>
|
|
417
|
-
{content}
|
|
418
|
-
</PopoverLayer>
|
|
419
|
-
</>
|
|
420
|
-
)
|
|
421
|
-
|
|
422
|
-
const children =
|
|
423
|
-
open &&
|
|
424
|
-
(portal ? (
|
|
425
|
-
<Portal __unstable_name={typeof portal === 'string' ? portal : undefined}>
|
|
426
|
-
<CardProvider tone={tone === 'inherit' ? card.tone : tone} scheme={scheme ?? 'light'}>
|
|
427
|
-
{node}
|
|
428
|
-
</CardProvider>
|
|
429
|
-
</Portal>
|
|
430
|
-
) : (
|
|
431
|
-
node
|
|
432
|
-
))
|
|
433
|
-
|
|
434
|
-
return (
|
|
435
|
-
<>
|
|
436
|
-
{/* the popover */}
|
|
437
|
-
{animate ? <AnimatePresence>{children}</AnimatePresence> : children}
|
|
438
|
-
|
|
439
|
-
{/* the referred element */}
|
|
440
|
-
{child}
|
|
441
|
-
</>
|
|
442
|
-
)
|
|
443
|
-
}
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
import type {Strategy} from '@floating-ui/react-dom'
|
|
2
|
-
import {popoverCard} from '@sanity/ui/css'
|
|
3
|
-
import {motion} from 'framer-motion'
|
|
4
|
-
import {type CSSProperties, type ForwardedRef, useMemo} from 'react'
|
|
5
|
-
|
|
6
|
-
import {POPOVER_MOTION_PROPS} from '../../constants'
|
|
7
|
-
import type {Placement} from '../../types'
|
|
8
|
-
import {Arrow} from '../arrow/arrow'
|
|
9
|
-
import {Flex} from '../flex/flex'
|
|
10
|
-
import {Layer, type LayerOwnProps, type LayerProps} from '../layer/layer'
|
|
11
|
-
import {
|
|
12
|
-
DEFAULT_POPOVER_ARROW_HEIGHT,
|
|
13
|
-
DEFAULT_POPOVER_ARROW_RADIUS,
|
|
14
|
-
DEFAULT_POPOVER_ARROW_WIDTH,
|
|
15
|
-
DEFAULT_POPOVER_MARGINS,
|
|
16
|
-
} from './constants'
|
|
17
|
-
import type {PopoverMargins} from './types'
|
|
18
|
-
|
|
19
|
-
/** @internal */
|
|
20
|
-
export const DEFAULT_POPOVER_LAYER_ELEMENT = 'div'
|
|
21
|
-
|
|
22
|
-
/** @internal */
|
|
23
|
-
export type PopoverLayerOwnProps = LayerOwnProps & {
|
|
24
|
-
/** @beta*/
|
|
25
|
-
__unstable_margins?: PopoverMargins
|
|
26
|
-
animate?: boolean
|
|
27
|
-
arrow: boolean
|
|
28
|
-
arrowRef: ForwardedRef<HTMLDivElement>
|
|
29
|
-
arrowX?: number
|
|
30
|
-
arrowY?: number
|
|
31
|
-
originX?: number
|
|
32
|
-
originY?: number
|
|
33
|
-
placement: Placement
|
|
34
|
-
referenceWidth?: number
|
|
35
|
-
strategy: Strategy
|
|
36
|
-
x: number | null
|
|
37
|
-
y: number | null
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
/** @internal */
|
|
41
|
-
export type PopoverLayerProps = PopoverLayerOwnProps & LayerProps<'div'>
|
|
42
|
-
|
|
43
|
-
/** @internal */
|
|
44
|
-
export function PopoverLayer(props: PopoverLayerProps): React.JSX.Element {
|
|
45
|
-
const {
|
|
46
|
-
__unstable_margins: marginsProp,
|
|
47
|
-
animate,
|
|
48
|
-
arrow,
|
|
49
|
-
arrowRef,
|
|
50
|
-
arrowX,
|
|
51
|
-
arrowY,
|
|
52
|
-
children,
|
|
53
|
-
maxWidth,
|
|
54
|
-
padding,
|
|
55
|
-
placement,
|
|
56
|
-
originX,
|
|
57
|
-
originY,
|
|
58
|
-
overflow,
|
|
59
|
-
radius,
|
|
60
|
-
referenceWidth,
|
|
61
|
-
shadow,
|
|
62
|
-
strategy,
|
|
63
|
-
style,
|
|
64
|
-
tone = 'inherit',
|
|
65
|
-
x: xProp,
|
|
66
|
-
y: yProp,
|
|
67
|
-
...rest
|
|
68
|
-
} = props
|
|
69
|
-
|
|
70
|
-
// Get margins: [top, right, bottom, left]
|
|
71
|
-
const margins: PopoverMargins = useMemo(
|
|
72
|
-
() => marginsProp || DEFAULT_POPOVER_MARGINS,
|
|
73
|
-
[marginsProp],
|
|
74
|
-
)
|
|
75
|
-
|
|
76
|
-
// Translate according to margins
|
|
77
|
-
const x = (xProp ?? 0) + margins[3]
|
|
78
|
-
const y = (yProp ?? 0) + margins[0]
|
|
79
|
-
|
|
80
|
-
const rootStyle: CSSProperties = useMemo(
|
|
81
|
-
() => ({
|
|
82
|
-
left: x,
|
|
83
|
-
originX,
|
|
84
|
-
originY,
|
|
85
|
-
top: y,
|
|
86
|
-
width: referenceWidth,
|
|
87
|
-
willChange: animate ? 'transform' : undefined,
|
|
88
|
-
...style,
|
|
89
|
-
}),
|
|
90
|
-
[animate, originX, originY, referenceWidth, style, x, y],
|
|
91
|
-
)
|
|
92
|
-
|
|
93
|
-
const arrowStyle: CSSProperties = useMemo(
|
|
94
|
-
() => ({
|
|
95
|
-
left: arrowX !== null ? arrowX : undefined,
|
|
96
|
-
top: arrowY !== null ? arrowY : undefined,
|
|
97
|
-
right: undefined,
|
|
98
|
-
bottom: undefined,
|
|
99
|
-
}),
|
|
100
|
-
[arrowX, arrowY],
|
|
101
|
-
)
|
|
102
|
-
|
|
103
|
-
return (
|
|
104
|
-
// @ts-expect-error - TODO: fix this
|
|
105
|
-
<Layer
|
|
106
|
-
className={popoverCard()}
|
|
107
|
-
data-ui="Popover"
|
|
108
|
-
{...rest}
|
|
109
|
-
as={motion.div}
|
|
110
|
-
data-context-tone={tone}
|
|
111
|
-
data-placement={placement}
|
|
112
|
-
flexDirection="column"
|
|
113
|
-
display="flex"
|
|
114
|
-
position={strategy}
|
|
115
|
-
radius={radius}
|
|
116
|
-
shadow={shadow}
|
|
117
|
-
sizing="border"
|
|
118
|
-
style={rootStyle}
|
|
119
|
-
tone={tone}
|
|
120
|
-
variants={POPOVER_MOTION_PROPS.card}
|
|
121
|
-
transition={POPOVER_MOTION_PROPS.transition}
|
|
122
|
-
initial={animate ? ['hidden', 'initial'] : undefined}
|
|
123
|
-
animate={animate ? ['visible', 'scaleIn'] : undefined}
|
|
124
|
-
exit={animate ? ['hidden', 'scaleOut'] : undefined}
|
|
125
|
-
>
|
|
126
|
-
<Flex
|
|
127
|
-
data-ui="Popover__wrapper"
|
|
128
|
-
direction="column"
|
|
129
|
-
flex={1}
|
|
130
|
-
maxWidth={maxWidth}
|
|
131
|
-
overflow={overflow}
|
|
132
|
-
>
|
|
133
|
-
<Flex direction="column" flex={1} padding={padding}>
|
|
134
|
-
{children}
|
|
135
|
-
</Flex>
|
|
136
|
-
</Flex>
|
|
137
|
-
|
|
138
|
-
{arrow && (
|
|
139
|
-
<Arrow
|
|
140
|
-
ref={arrowRef}
|
|
141
|
-
style={arrowStyle}
|
|
142
|
-
width={DEFAULT_POPOVER_ARROW_WIDTH}
|
|
143
|
-
height={DEFAULT_POPOVER_ARROW_HEIGHT}
|
|
144
|
-
radius={DEFAULT_POPOVER_ARROW_RADIUS}
|
|
145
|
-
/>
|
|
146
|
-
)}
|
|
147
|
-
</Layer>
|
|
148
|
-
)
|
|
149
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type {ContainerWidth} from '@sanity/ui/theme'
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* @beta
|
|
5
|
-
*/
|
|
6
|
-
export type PopoverMargins = [number, number, number, number]
|
|
7
|
-
|
|
8
|
-
/** @beta */
|
|
9
|
-
export type PopoverUpdateCallback = () => void
|
|
10
|
-
|
|
11
|
-
/** @public */
|
|
12
|
-
export type PopoverWidth = Exclude<ContainerWidth, 'auto'>
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import {Box, Container, Flex, Radio, Stack, Text} from '@sanity/ui'
|
|
2
|
-
import {useBoolean} from '@sanity/ui-workshop'
|
|
3
|
-
import {useCallback, useState} from 'react'
|
|
4
|
-
|
|
5
|
-
export default function ExampleStory(): React.JSX.Element {
|
|
6
|
-
const [value, setValue] = useState('first-option')
|
|
7
|
-
const disabled = useBoolean('Disabled', false)
|
|
8
|
-
const readOnly = useBoolean('Read only', false)
|
|
9
|
-
|
|
10
|
-
const handleChange = useCallback((event: React.ChangeEvent<HTMLInputElement>) => {
|
|
11
|
-
setValue(event.target.value)
|
|
12
|
-
}, [])
|
|
13
|
-
|
|
14
|
-
return (
|
|
15
|
-
<Flex align="center" height="fill" justify="center" padding={[3, 4, 5]} sizing="border">
|
|
16
|
-
<Container width={0}>
|
|
17
|
-
<Stack gap={3}>
|
|
18
|
-
<Flex align="center" as="label">
|
|
19
|
-
<Radio
|
|
20
|
-
checked={value === 'first-option'}
|
|
21
|
-
disabled={disabled}
|
|
22
|
-
name="name"
|
|
23
|
-
onChange={handleChange}
|
|
24
|
-
readOnly={readOnly}
|
|
25
|
-
value="first-option"
|
|
26
|
-
/>
|
|
27
|
-
<Box marginLeft={2}>
|
|
28
|
-
<Text>First option</Text>
|
|
29
|
-
</Box>
|
|
30
|
-
</Flex>
|
|
31
|
-
|
|
32
|
-
<Flex align="center" as="label">
|
|
33
|
-
<Radio
|
|
34
|
-
checked={value === 'second-option'}
|
|
35
|
-
disabled={disabled}
|
|
36
|
-
name="name"
|
|
37
|
-
onChange={handleChange}
|
|
38
|
-
readOnly={readOnly}
|
|
39
|
-
value="second-option"
|
|
40
|
-
/>
|
|
41
|
-
<Box marginLeft={2}>
|
|
42
|
-
<Text>Second option</Text>
|
|
43
|
-
</Box>
|
|
44
|
-
</Flex>
|
|
45
|
-
|
|
46
|
-
<Flex align="center" as="label">
|
|
47
|
-
<Radio
|
|
48
|
-
checked={value === 'third-option'}
|
|
49
|
-
disabled={disabled}
|
|
50
|
-
name="name"
|
|
51
|
-
onChange={handleChange}
|
|
52
|
-
readOnly={readOnly}
|
|
53
|
-
value="third-option"
|
|
54
|
-
/>
|
|
55
|
-
<Box marginLeft={2}>
|
|
56
|
-
<Text>Third option</Text>
|
|
57
|
-
</Box>
|
|
58
|
-
</Flex>
|
|
59
|
-
</Stack>
|
|
60
|
-
</Container>
|
|
61
|
-
</Flex>
|
|
62
|
-
)
|
|
63
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type {WorkshopScope} from '@sanity/ui-workshop'
|
|
2
|
-
import {lazy} from 'react'
|
|
3
|
-
|
|
4
|
-
const scope: WorkshopScope = {
|
|
5
|
-
name: 'primitives/radio',
|
|
6
|
-
title: 'Radio',
|
|
7
|
-
stories: [
|
|
8
|
-
{name: 'plain', title: 'Plain', component: lazy(() => import('./plain'))},
|
|
9
|
-
{name: 'example', title: 'Example', component: lazy(() => import('./example'))},
|
|
10
|
-
],
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export default scope
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import {Flex, Radio} from '@sanity/ui'
|
|
2
|
-
import {useAction, useBoolean} from '@sanity/ui-workshop'
|
|
3
|
-
|
|
4
|
-
export default function PlainStory(): React.JSX.Element {
|
|
5
|
-
const checked = useBoolean('Checked', false)
|
|
6
|
-
const disabled = useBoolean('Disabled', false)
|
|
7
|
-
const id = 'radioStory'
|
|
8
|
-
const name = 'radioStory'
|
|
9
|
-
const onBlur = useAction('onBlur')
|
|
10
|
-
const onChange = useAction('onChange')
|
|
11
|
-
const onFocus = useAction('onFocus')
|
|
12
|
-
const readOnly = useBoolean('Read only', false)
|
|
13
|
-
|
|
14
|
-
return (
|
|
15
|
-
<Flex align="center" height="fill" justify="center" padding={[3, 4, 5]} sizing="border">
|
|
16
|
-
<Radio
|
|
17
|
-
checked={checked}
|
|
18
|
-
disabled={disabled}
|
|
19
|
-
id={id}
|
|
20
|
-
name={name}
|
|
21
|
-
onBlur={onBlur}
|
|
22
|
-
onChange={onChange}
|
|
23
|
-
onFocus={onFocus}
|
|
24
|
-
readOnly={readOnly}
|
|
25
|
-
/>
|
|
26
|
-
</Flex>
|
|
27
|
-
)
|
|
28
|
-
}
|