@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,258 +0,0 @@
|
|
|
1
|
-
import {CloseIcon} from '@sanity/icons'
|
|
2
|
-
import {
|
|
3
|
-
_inputElement,
|
|
4
|
-
_inputPresentation,
|
|
5
|
-
type InputStyleProps,
|
|
6
|
-
type ResponsiveProp,
|
|
7
|
-
textInput,
|
|
8
|
-
textInputElement,
|
|
9
|
-
textInputPrefix,
|
|
10
|
-
textInputSuffix,
|
|
11
|
-
} from '@sanity/ui/css'
|
|
12
|
-
import type {FontWeight, Space} from '@sanity/ui/theme'
|
|
13
|
-
import {
|
|
14
|
-
type ElementType,
|
|
15
|
-
isValidElement,
|
|
16
|
-
type MouseEvent,
|
|
17
|
-
type ReactNode,
|
|
18
|
-
useCallback,
|
|
19
|
-
useImperativeHandle,
|
|
20
|
-
useMemo,
|
|
21
|
-
useRef,
|
|
22
|
-
} from 'react'
|
|
23
|
-
import {isValidElementType} from 'react-is'
|
|
24
|
-
|
|
25
|
-
import {EMPTY_RECORD} from '../../constants'
|
|
26
|
-
import {useCustomValidity} from '../../hooks/useCustomValidity'
|
|
27
|
-
import {useResponsiveProp} from '../../hooks/useResponsiveProp'
|
|
28
|
-
import {isRecord} from '../../lib/isRecord'
|
|
29
|
-
import type {ComponentType, Props} from '../../types'
|
|
30
|
-
import {Box} from '../box/box'
|
|
31
|
-
import {Button, type ButtonProps} from '../button/button'
|
|
32
|
-
import {Text} from '../text/text'
|
|
33
|
-
|
|
34
|
-
/** @public */
|
|
35
|
-
export const DEFAULT_TEXT_INPUT_ELEMENT = 'input'
|
|
36
|
-
|
|
37
|
-
/** @public */
|
|
38
|
-
export type TextInputClearButtonProps = Omit<
|
|
39
|
-
ButtonProps<'button'>,
|
|
40
|
-
'as' | 'onClick' | 'onMouseDown'
|
|
41
|
-
>
|
|
42
|
-
|
|
43
|
-
/** @public */
|
|
44
|
-
export type TextInputOwnProps = InputStyleProps & {
|
|
45
|
-
/**
|
|
46
|
-
* @beta
|
|
47
|
-
*/
|
|
48
|
-
__unstable_disableFocusRing?: boolean
|
|
49
|
-
/**
|
|
50
|
-
* @beta
|
|
51
|
-
*/
|
|
52
|
-
clearButton?: boolean | TextInputClearButtonProps
|
|
53
|
-
customValidity?: string
|
|
54
|
-
icon?: ElementType | ReactNode
|
|
55
|
-
iconRight?: ElementType | ReactNode
|
|
56
|
-
/**
|
|
57
|
-
* @beta
|
|
58
|
-
*/
|
|
59
|
-
onClear?: () => void
|
|
60
|
-
prefix?: ReactNode
|
|
61
|
-
suffix?: ReactNode
|
|
62
|
-
weight?: FontWeight
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/** @public */
|
|
66
|
-
export type TextInputElementType = 'input' | ComponentType
|
|
67
|
-
|
|
68
|
-
/** @public */
|
|
69
|
-
export type TextInputProps<E extends TextInputElementType = TextInputElementType> = Props<
|
|
70
|
-
TextInputOwnProps,
|
|
71
|
-
E
|
|
72
|
-
>
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* Single line text input.
|
|
76
|
-
*
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
export function TextInput<E extends TextInputElementType = typeof DEFAULT_TEXT_INPUT_ELEMENT>(
|
|
80
|
-
props: TextInputProps<E>,
|
|
81
|
-
): React.JSX.Element {
|
|
82
|
-
const {
|
|
83
|
-
__unstable_disableFocusRing,
|
|
84
|
-
as: Element = DEFAULT_TEXT_INPUT_ELEMENT,
|
|
85
|
-
border = true,
|
|
86
|
-
className,
|
|
87
|
-
clearButton,
|
|
88
|
-
disabled = false,
|
|
89
|
-
fontSize = 2,
|
|
90
|
-
gap = 3,
|
|
91
|
-
icon: IconComponent,
|
|
92
|
-
iconRight: IconRightComponent,
|
|
93
|
-
onClear,
|
|
94
|
-
padding = 3,
|
|
95
|
-
prefix,
|
|
96
|
-
radius = 2,
|
|
97
|
-
readOnly,
|
|
98
|
-
ref: forwardedRef,
|
|
99
|
-
suffix,
|
|
100
|
-
customValidity,
|
|
101
|
-
type = 'text',
|
|
102
|
-
weight: _width, // eslint-disable-line @typescript-eslint/no-unused-vars
|
|
103
|
-
width,
|
|
104
|
-
...rest
|
|
105
|
-
} = props as TextInputProps<typeof DEFAULT_TEXT_INPUT_ELEMENT>
|
|
106
|
-
|
|
107
|
-
const ref = useRef<HTMLInputElement | null>(null)
|
|
108
|
-
|
|
109
|
-
const responsivePadding = useResponsiveProp(padding)
|
|
110
|
-
|
|
111
|
-
const withClearButton = Boolean(clearButton)
|
|
112
|
-
|
|
113
|
-
useImperativeHandle<HTMLInputElement | null, HTMLInputElement | null>(
|
|
114
|
-
forwardedRef,
|
|
115
|
-
() => ref.current,
|
|
116
|
-
)
|
|
117
|
-
|
|
118
|
-
useCustomValidity(ref, customValidity)
|
|
119
|
-
|
|
120
|
-
// Prevent the clear button from taking the focus away from the input
|
|
121
|
-
const handleClearMouseDown = useCallback((event: MouseEvent<HTMLButtonElement>) => {
|
|
122
|
-
event.preventDefault()
|
|
123
|
-
event.stopPropagation()
|
|
124
|
-
}, [])
|
|
125
|
-
|
|
126
|
-
const handleClearClick = useCallback(
|
|
127
|
-
(event: MouseEvent<HTMLButtonElement>) => {
|
|
128
|
-
event.preventDefault()
|
|
129
|
-
event.stopPropagation()
|
|
130
|
-
|
|
131
|
-
if (onClear) onClear()
|
|
132
|
-
|
|
133
|
-
// Focus the input, in case focus has been lost when clicking the clear button
|
|
134
|
-
ref.current?.focus()
|
|
135
|
-
},
|
|
136
|
-
[onClear, ref],
|
|
137
|
-
)
|
|
138
|
-
|
|
139
|
-
const clearButtonBoxPadding = useMemo(() => {
|
|
140
|
-
return Object.fromEntries(
|
|
141
|
-
Object.entries(responsivePadding).map(([key, value]) => {
|
|
142
|
-
if (value === 0) return [key, 0]
|
|
143
|
-
if (value === 1) return [key, 1]
|
|
144
|
-
if (value === 2) return [key, 1]
|
|
145
|
-
|
|
146
|
-
return [key, typeof value === 'number' ? value - 2 : 0]
|
|
147
|
-
}),
|
|
148
|
-
) as ResponsiveProp<Space>
|
|
149
|
-
}, [responsivePadding])
|
|
150
|
-
|
|
151
|
-
const clearButtonPadding = useMemo(() => {
|
|
152
|
-
return Object.fromEntries(
|
|
153
|
-
Object.entries(responsivePadding).map(([key, value]) => {
|
|
154
|
-
if (value === 0) return [key, 0]
|
|
155
|
-
if (value === 1) return [key, 0]
|
|
156
|
-
if (value === 2) return [key, 1]
|
|
157
|
-
|
|
158
|
-
return [key, typeof value === 'number' ? value - 1 : 0]
|
|
159
|
-
}),
|
|
160
|
-
) as ResponsiveProp<Space>
|
|
161
|
-
}, [responsivePadding])
|
|
162
|
-
|
|
163
|
-
const clearButtonProps: TextInputClearButtonProps = useMemo(
|
|
164
|
-
() => (isRecord(clearButton) ? clearButton : EMPTY_RECORD),
|
|
165
|
-
[clearButton],
|
|
166
|
-
)
|
|
167
|
-
|
|
168
|
-
return (
|
|
169
|
-
<Box
|
|
170
|
-
alignItems="center"
|
|
171
|
-
className={textInput({
|
|
172
|
-
className,
|
|
173
|
-
border,
|
|
174
|
-
fontSize,
|
|
175
|
-
padding,
|
|
176
|
-
radius,
|
|
177
|
-
gap: gap,
|
|
178
|
-
width,
|
|
179
|
-
})}
|
|
180
|
-
data-icon-left={IconComponent ? '' : undefined}
|
|
181
|
-
data-icon-right={IconRightComponent ? '' : undefined}
|
|
182
|
-
data-invalid={customValidity ? '' : undefined}
|
|
183
|
-
data-prefix={prefix ? '' : undefined}
|
|
184
|
-
data-read-only={!disabled && readOnly ? '' : undefined}
|
|
185
|
-
data-suffix={suffix ? '' : undefined}
|
|
186
|
-
data-ui="TextInput"
|
|
187
|
-
display="flex"
|
|
188
|
-
>
|
|
189
|
-
{prefix && (
|
|
190
|
-
<Box className={textInputPrefix()} sizing="border">
|
|
191
|
-
<span>{prefix}</span>
|
|
192
|
-
</Box>
|
|
193
|
-
)}
|
|
194
|
-
|
|
195
|
-
<Box className={textInputElement()} flex={1} position="relative">
|
|
196
|
-
<Element
|
|
197
|
-
{...rest}
|
|
198
|
-
className={_inputElement()}
|
|
199
|
-
data-no-focus-ring={__unstable_disableFocusRing ? '' : undefined}
|
|
200
|
-
disabled={disabled}
|
|
201
|
-
readOnly={readOnly}
|
|
202
|
-
ref={ref}
|
|
203
|
-
type={type}
|
|
204
|
-
/>
|
|
205
|
-
|
|
206
|
-
<Box className={_inputPresentation()} position="absolute">
|
|
207
|
-
{IconComponent && (
|
|
208
|
-
<Box padding={padding} position="absolute" insetTop={0} insetLeft={0}>
|
|
209
|
-
<Text size={fontSize}>
|
|
210
|
-
{isValidElement(IconComponent) && IconComponent}
|
|
211
|
-
{isValidElementType(IconComponent) && <IconComponent />}
|
|
212
|
-
</Text>
|
|
213
|
-
</Box>
|
|
214
|
-
)}
|
|
215
|
-
|
|
216
|
-
{!withClearButton && IconRightComponent && (
|
|
217
|
-
<Box padding={padding} position="absolute" insetTop={0} insetRight={0}>
|
|
218
|
-
<Text size={fontSize}>
|
|
219
|
-
{isValidElement(IconRightComponent) && IconRightComponent}
|
|
220
|
-
{isValidElementType(IconRightComponent) && <IconRightComponent />}
|
|
221
|
-
</Text>
|
|
222
|
-
</Box>
|
|
223
|
-
)}
|
|
224
|
-
</Box>
|
|
225
|
-
|
|
226
|
-
{!disabled && !readOnly && clearButton && (
|
|
227
|
-
<Box
|
|
228
|
-
insetTop={0}
|
|
229
|
-
insetRight={0}
|
|
230
|
-
padding={clearButtonBoxPadding}
|
|
231
|
-
position="absolute"
|
|
232
|
-
style={{zIndex: 2}}
|
|
233
|
-
>
|
|
234
|
-
<Button
|
|
235
|
-
aria-label="Clear"
|
|
236
|
-
data-qa="clear-button"
|
|
237
|
-
display="block"
|
|
238
|
-
fontSize={fontSize}
|
|
239
|
-
icon={CloseIcon}
|
|
240
|
-
mode="bleed"
|
|
241
|
-
padding={clearButtonPadding}
|
|
242
|
-
radius={radius}
|
|
243
|
-
{...clearButtonProps}
|
|
244
|
-
onClick={handleClearClick}
|
|
245
|
-
onMouseDown={handleClearMouseDown}
|
|
246
|
-
/>
|
|
247
|
-
</Box>
|
|
248
|
-
)}
|
|
249
|
-
</Box>
|
|
250
|
-
|
|
251
|
-
{suffix && (
|
|
252
|
-
<Box className={textInputSuffix()} sizing="border">
|
|
253
|
-
<span>{suffix}</span>
|
|
254
|
-
</Box>
|
|
255
|
-
)}
|
|
256
|
-
</Box>
|
|
257
|
-
)
|
|
258
|
-
}
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
BoundaryElementProvider,
|
|
3
|
-
Button,
|
|
4
|
-
Card,
|
|
5
|
-
Flex,
|
|
6
|
-
Portal,
|
|
7
|
-
PortalProvider,
|
|
8
|
-
Stack,
|
|
9
|
-
Text,
|
|
10
|
-
Tooltip,
|
|
11
|
-
} from '@sanity/ui'
|
|
12
|
-
import {useBoolean, useSelect, useText} from '@sanity/ui-workshop'
|
|
13
|
-
import {useMemo, useState} from 'react'
|
|
14
|
-
|
|
15
|
-
import {WORKSHOP_PLACEMENT_OPTIONS} from '$workshop'
|
|
16
|
-
|
|
17
|
-
const PORTAL_OPTIONS = {
|
|
18
|
-
'(true)': true,
|
|
19
|
-
'(false)': false,
|
|
20
|
-
'portal1': 'portal1',
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export default function CustomPortalStory(): React.JSX.Element {
|
|
24
|
-
const content = useText(
|
|
25
|
-
'Content',
|
|
26
|
-
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut mollis consectetur malesuada. Sed lobortis est dolor, eget imperdiet velit placerat et. Aenean posuere mi non aliquet iaculis. Donec fermentum pulvinar purus at sagittis. Ut tincidunt massa odio, sed finibus justo ullamcorper id. Nam venenatis justo non ligula elementum cursus. Pellentesque laoreet justo in mollis sagittis. In lacinia ornare ultrices. Suspendisse potenti.',
|
|
27
|
-
)
|
|
28
|
-
const placement = useSelect('Placement', WORKSHOP_PLACEMENT_OPTIONS, 'top')
|
|
29
|
-
const portal = useSelect('Portal', PORTAL_OPTIONS)
|
|
30
|
-
const useBoundaryElement = useBoolean('Use boundary element', true)
|
|
31
|
-
|
|
32
|
-
const [portal1Element, setPortal1Element] = useState<HTMLDivElement | null>(null)
|
|
33
|
-
const [boundaryElement, setBoundaryElement] = useState<HTMLDivElement | null>(null)
|
|
34
|
-
const __unstable_elements = useMemo(
|
|
35
|
-
() => ({
|
|
36
|
-
portal1: portal1Element,
|
|
37
|
-
}),
|
|
38
|
-
[portal1Element],
|
|
39
|
-
)
|
|
40
|
-
|
|
41
|
-
return (
|
|
42
|
-
<PortalProvider __unstable_elements={__unstable_elements}>
|
|
43
|
-
<Flex align="center" height="fill" justify="center">
|
|
44
|
-
<BoundaryElementProvider element={useBoundaryElement ? boundaryElement : null}>
|
|
45
|
-
<Card
|
|
46
|
-
border
|
|
47
|
-
padding={4}
|
|
48
|
-
ref={setBoundaryElement}
|
|
49
|
-
style={{
|
|
50
|
-
height: 'calc(100vh - 100px)',
|
|
51
|
-
position: 'relative',
|
|
52
|
-
width: '500px',
|
|
53
|
-
}}
|
|
54
|
-
>
|
|
55
|
-
<Text>Boundary element</Text>
|
|
56
|
-
<Flex align="center" height="fill" justify="center">
|
|
57
|
-
<Flex justify="center">
|
|
58
|
-
<Stack gap={2}>
|
|
59
|
-
<Tooltip
|
|
60
|
-
boundaryElement={useBoundaryElement ? boundaryElement : null}
|
|
61
|
-
content={content ? <Text size={1}>{content}</Text> : undefined}
|
|
62
|
-
padding={2}
|
|
63
|
-
placement={placement}
|
|
64
|
-
portal={portal}
|
|
65
|
-
>
|
|
66
|
-
<Button mode="bleed" text="Tooltip" />
|
|
67
|
-
</Tooltip>
|
|
68
|
-
</Stack>
|
|
69
|
-
</Flex>
|
|
70
|
-
</Flex>
|
|
71
|
-
</Card>
|
|
72
|
-
</BoundaryElementProvider>
|
|
73
|
-
</Flex>
|
|
74
|
-
|
|
75
|
-
<Card
|
|
76
|
-
border
|
|
77
|
-
margin={4}
|
|
78
|
-
padding={4}
|
|
79
|
-
ref={setPortal1Element}
|
|
80
|
-
style={{
|
|
81
|
-
left: 0,
|
|
82
|
-
position: 'absolute',
|
|
83
|
-
top: 0,
|
|
84
|
-
width: '175px',
|
|
85
|
-
}}
|
|
86
|
-
tone="critical"
|
|
87
|
-
/>
|
|
88
|
-
|
|
89
|
-
<Portal __unstable_name="portal1">
|
|
90
|
-
<Stack gap={4}>
|
|
91
|
-
<Text size={1} weight="medium">
|
|
92
|
-
Portal 1 content
|
|
93
|
-
</Text>
|
|
94
|
-
<Text size={1}>
|
|
95
|
-
The tooltip's max-width should not exceed this container's width (minus padding) if it's
|
|
96
|
-
set to use this portal
|
|
97
|
-
</Text>
|
|
98
|
-
</Stack>
|
|
99
|
-
</Portal>
|
|
100
|
-
</PortalProvider>
|
|
101
|
-
)
|
|
102
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import type {WorkshopScope} from '@sanity/ui-workshop'
|
|
2
|
-
import {lazy} from 'react'
|
|
3
|
-
|
|
4
|
-
const scope: WorkshopScope = {
|
|
5
|
-
name: 'primitives/tooltip',
|
|
6
|
-
title: 'Tooltip',
|
|
7
|
-
stories: [
|
|
8
|
-
{
|
|
9
|
-
name: 'props',
|
|
10
|
-
title: 'Props',
|
|
11
|
-
component: lazy(() => import('./props')),
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
name: 'resizableBoundary',
|
|
15
|
-
title: 'Resizable Boundary',
|
|
16
|
-
component: lazy(() => import('./resizableBoundary')),
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
name: 'overflowBoundary',
|
|
20
|
-
title: 'Overflowing Boundary',
|
|
21
|
-
component: lazy(() => import('./overflowingBoundary')),
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
name: 'customPortalStory',
|
|
25
|
-
title: 'Custom Portal',
|
|
26
|
-
component: lazy(() => import('./customPortal')),
|
|
27
|
-
},
|
|
28
|
-
],
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export default scope
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import {BoundaryElementProvider, Button, Card, Code, Flex, Stack, Text, Tooltip} from '@sanity/ui'
|
|
2
|
-
import {useBoolean, useSelect, useText} from '@sanity/ui-workshop'
|
|
3
|
-
import {useCallback, useState} from 'react'
|
|
4
|
-
|
|
5
|
-
import {WORKSHOP_PLACEMENT_OPTIONS} from '$workshop'
|
|
6
|
-
|
|
7
|
-
export default function OverflowingBoundaryStory(): React.JSX.Element {
|
|
8
|
-
const content = useText(
|
|
9
|
-
'Content',
|
|
10
|
-
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut mollis consectetur malesuada. Sed lobortis est dolor, eget imperdiet velit placerat et. Aenean posuere mi non aliquet iaculis. Donec fermentum pulvinar purus at sagittis. Ut tincidunt massa odio, sed finibus justo ullamcorper id. Nam venenatis justo non ligula elementum cursus. Pellentesque laoreet justo in mollis sagittis. In lacinia ornare ultrices. Suspendisse potenti.',
|
|
11
|
-
)
|
|
12
|
-
const placement = useSelect('Placement', WORKSHOP_PLACEMENT_OPTIONS, 'top')
|
|
13
|
-
const portal = useBoolean('Portal', false)
|
|
14
|
-
const useBoundaryElement = useBoolean('Use boundary element', true)
|
|
15
|
-
|
|
16
|
-
const [boundaryElement, setBoundaryElement] = useState<HTMLDivElement | null>(null)
|
|
17
|
-
const [buttonsVisible, setButtonsVisible] = useState(true)
|
|
18
|
-
|
|
19
|
-
const handleHideButtons = useCallback(() => {
|
|
20
|
-
setButtonsVisible(false)
|
|
21
|
-
}, [])
|
|
22
|
-
|
|
23
|
-
const handleShowButtons = useCallback(() => {
|
|
24
|
-
setButtonsVisible(true)
|
|
25
|
-
}, [])
|
|
26
|
-
|
|
27
|
-
return (
|
|
28
|
-
<Flex align="center" height="fill" justify="center" style={{height: '200vh'}}>
|
|
29
|
-
<BoundaryElementProvider element={useBoundaryElement ? boundaryElement : null}>
|
|
30
|
-
<Card
|
|
31
|
-
border
|
|
32
|
-
ref={setBoundaryElement}
|
|
33
|
-
style={{
|
|
34
|
-
height: 'calc(100vh - 100px)',
|
|
35
|
-
overflow: 'hidden',
|
|
36
|
-
position: 'relative',
|
|
37
|
-
resize: 'both',
|
|
38
|
-
width: '500px',
|
|
39
|
-
}}
|
|
40
|
-
>
|
|
41
|
-
<Flex align="center" height="fill" justify="center">
|
|
42
|
-
<Flex justify="center">
|
|
43
|
-
<Stack gap={2}>
|
|
44
|
-
<Code size={1}>Placement: {placement}</Code>
|
|
45
|
-
<Button
|
|
46
|
-
disabled={buttonsVisible}
|
|
47
|
-
fontSize={1}
|
|
48
|
-
onClick={handleShowButtons}
|
|
49
|
-
text="Show buttons"
|
|
50
|
-
/>
|
|
51
|
-
</Stack>
|
|
52
|
-
</Flex>
|
|
53
|
-
</Flex>
|
|
54
|
-
|
|
55
|
-
{buttonsVisible && (
|
|
56
|
-
<Tooltip
|
|
57
|
-
content={<Text size={1}>{content}</Text>}
|
|
58
|
-
padding={2}
|
|
59
|
-
placement={placement}
|
|
60
|
-
portal={portal}
|
|
61
|
-
>
|
|
62
|
-
<Button
|
|
63
|
-
mode="bleed"
|
|
64
|
-
onClick={handleHideButtons}
|
|
65
|
-
style={{position: 'absolute', top: 10, right: 10}}
|
|
66
|
-
text="Tooltip"
|
|
67
|
-
/>
|
|
68
|
-
</Tooltip>
|
|
69
|
-
)}
|
|
70
|
-
</Card>
|
|
71
|
-
</BoundaryElementProvider>
|
|
72
|
-
</Flex>
|
|
73
|
-
)
|
|
74
|
-
}
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
import {Button, Card, Flex, Stack, Text, Tooltip, TooltipDelayGroupProvider} from '@sanity/ui'
|
|
2
|
-
import {vars} from '@sanity/ui/css'
|
|
3
|
-
import {useBoolean, useNumber, useSelect, useText} from '@sanity/ui-workshop'
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
WORKSHOP_PLACEMENT_OPTIONS,
|
|
7
|
-
WORKSHOP_SHADOW_OPTIONS,
|
|
8
|
-
WORKSHOP_SPACE_OPTIONS,
|
|
9
|
-
} from '$workshop'
|
|
10
|
-
|
|
11
|
-
export default function PropsStory(): React.JSX.Element {
|
|
12
|
-
const arrow = useBoolean('Arrow', false)
|
|
13
|
-
const content = useText('Content', 'Tooltip content')
|
|
14
|
-
const padding = useSelect('Padding', WORKSHOP_SPACE_OPTIONS, 2)
|
|
15
|
-
const placement = useSelect('Placement', WORKSHOP_PLACEMENT_OPTIONS, 'top')
|
|
16
|
-
const portal = useBoolean('Portal', true)
|
|
17
|
-
const openDelay = useNumber('Open Delay', 200)
|
|
18
|
-
const closeDelay = useNumber('Close Delay', 200)
|
|
19
|
-
const shadow = useSelect('Shadow', WORKSHOP_SHADOW_OPTIONS, 2)
|
|
20
|
-
|
|
21
|
-
return (
|
|
22
|
-
<Card height="fill">
|
|
23
|
-
<Flex
|
|
24
|
-
height="fill"
|
|
25
|
-
align="center"
|
|
26
|
-
justify="center"
|
|
27
|
-
padding={8}
|
|
28
|
-
sizing="border"
|
|
29
|
-
direction="column"
|
|
30
|
-
gap={4}
|
|
31
|
-
>
|
|
32
|
-
<Stack
|
|
33
|
-
gap={4}
|
|
34
|
-
padding={4}
|
|
35
|
-
style={{outline: `1px solid ${vars.color.border}`, width: '100%', maxWidth: '640px'}}
|
|
36
|
-
>
|
|
37
|
-
<Text align="center" size={3}>
|
|
38
|
-
Standalone tooltip
|
|
39
|
-
</Text>
|
|
40
|
-
<Flex align="center" justify="center" padding={4} sizing="border">
|
|
41
|
-
<Tooltip
|
|
42
|
-
arrow={arrow}
|
|
43
|
-
content={<Text size={1}>{content}</Text>}
|
|
44
|
-
padding={padding}
|
|
45
|
-
placement={placement}
|
|
46
|
-
portal={portal}
|
|
47
|
-
shadow={shadow}
|
|
48
|
-
delay={{
|
|
49
|
-
open: openDelay,
|
|
50
|
-
close: closeDelay,
|
|
51
|
-
}}
|
|
52
|
-
>
|
|
53
|
-
<Button mode="bleed" text="Hover me" />
|
|
54
|
-
</Tooltip>
|
|
55
|
-
</Flex>
|
|
56
|
-
</Stack>
|
|
57
|
-
<Stack
|
|
58
|
-
gap={4}
|
|
59
|
-
padding={4}
|
|
60
|
-
style={{outline: `1px solid ${vars.color.border}`, width: '100%', maxWidth: '640px'}}
|
|
61
|
-
>
|
|
62
|
-
<Text align="center" size={3}>
|
|
63
|
-
Grouped tooltips
|
|
64
|
-
</Text>
|
|
65
|
-
<Text align="center" size={1}>
|
|
66
|
-
All tooltip delays are set to 1ms after the first tooltip within a DelayGroupProvider
|
|
67
|
-
opens.
|
|
68
|
-
</Text>
|
|
69
|
-
<Flex align="center" justify="center" padding={4} sizing="border" gap={4}>
|
|
70
|
-
<TooltipDelayGroupProvider
|
|
71
|
-
delay={{
|
|
72
|
-
open: openDelay,
|
|
73
|
-
close: closeDelay,
|
|
74
|
-
}}
|
|
75
|
-
>
|
|
76
|
-
<Tooltip
|
|
77
|
-
arrow={arrow}
|
|
78
|
-
// This is overridden by the group delay, kept here intentionally for testing purposes.
|
|
79
|
-
delay={{
|
|
80
|
-
open: 100,
|
|
81
|
-
close: 100,
|
|
82
|
-
}}
|
|
83
|
-
content={<Text size={1}>{content}</Text>}
|
|
84
|
-
padding={padding}
|
|
85
|
-
placement={placement}
|
|
86
|
-
portal={portal}
|
|
87
|
-
shadow={shadow}
|
|
88
|
-
>
|
|
89
|
-
<Button mode="bleed" text="Hover me" />
|
|
90
|
-
</Tooltip>
|
|
91
|
-
<Tooltip
|
|
92
|
-
arrow={arrow}
|
|
93
|
-
// This is overridden by the group delay, kept here intentionally for testing purposes.
|
|
94
|
-
delay={{
|
|
95
|
-
open: 100,
|
|
96
|
-
close: 100,
|
|
97
|
-
}}
|
|
98
|
-
content={<Text size={1}>{content}</Text>}
|
|
99
|
-
padding={padding}
|
|
100
|
-
placement={placement}
|
|
101
|
-
portal={portal}
|
|
102
|
-
shadow={shadow}
|
|
103
|
-
>
|
|
104
|
-
<Button mode="bleed" text="Or me" />
|
|
105
|
-
</Tooltip>
|
|
106
|
-
</TooltipDelayGroupProvider>
|
|
107
|
-
</Flex>
|
|
108
|
-
</Stack>
|
|
109
|
-
</Flex>
|
|
110
|
-
</Card>
|
|
111
|
-
)
|
|
112
|
-
}
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import {BoundaryElementProvider, Button, Card, Code, Flex, Text, Tooltip} from '@sanity/ui'
|
|
2
|
-
import {useBoolean, useSelect, useText} from '@sanity/ui-workshop'
|
|
3
|
-
import {useState} from 'react'
|
|
4
|
-
|
|
5
|
-
import {WORKSHOP_PLACEMENT_OPTIONS} from '$workshop'
|
|
6
|
-
|
|
7
|
-
export default function ResizableBoundaryStory(): React.JSX.Element {
|
|
8
|
-
const content = useText(
|
|
9
|
-
'Content',
|
|
10
|
-
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut mollis consectetur malesuada. Sed lobortis est dolor, eget imperdiet velit placerat et. Aenean posuere mi non aliquet iaculis. Donec fermentum pulvinar purus at sagittis. Ut tincidunt massa odio, sed finibus justo ullamcorper id. Nam venenatis justo non ligula elementum cursus. Pellentesque laoreet justo in mollis sagittis. In lacinia ornare ultrices. Suspendisse potenti.',
|
|
11
|
-
)
|
|
12
|
-
const placement = useSelect('Placement', WORKSHOP_PLACEMENT_OPTIONS, 'right')
|
|
13
|
-
const portal = useBoolean('Portal', true)
|
|
14
|
-
const useBoundaryElement = useBoolean('Use boundary element', true)
|
|
15
|
-
|
|
16
|
-
const [boundaryElement, setBoundaryElement] = useState<HTMLDivElement | null>(null)
|
|
17
|
-
|
|
18
|
-
return (
|
|
19
|
-
<Flex align="center" height="fill" justify="center">
|
|
20
|
-
<BoundaryElementProvider element={useBoundaryElement ? boundaryElement : null}>
|
|
21
|
-
<Card
|
|
22
|
-
border
|
|
23
|
-
ref={setBoundaryElement}
|
|
24
|
-
style={{
|
|
25
|
-
height: 'calc(100vh - 100px)',
|
|
26
|
-
overflow: 'hidden',
|
|
27
|
-
position: 'relative',
|
|
28
|
-
resize: 'both',
|
|
29
|
-
width: '500px',
|
|
30
|
-
}}
|
|
31
|
-
>
|
|
32
|
-
<Flex align="center" height="fill" justify="center">
|
|
33
|
-
<Flex justify="center">
|
|
34
|
-
<Code size={1}>Placement: {placement}</Code>
|
|
35
|
-
</Flex>
|
|
36
|
-
</Flex>
|
|
37
|
-
|
|
38
|
-
<Tooltip
|
|
39
|
-
content={<Text size={1}>{content}</Text>}
|
|
40
|
-
padding={2}
|
|
41
|
-
placement={placement}
|
|
42
|
-
portal={portal}
|
|
43
|
-
>
|
|
44
|
-
<Button mode="bleed" style={{position: 'absolute', top: 10, left: 10}} text="Tooltip" />
|
|
45
|
-
</Tooltip>
|
|
46
|
-
<Tooltip
|
|
47
|
-
content={<Text size={1}>{content}</Text>}
|
|
48
|
-
padding={2}
|
|
49
|
-
placement={placement}
|
|
50
|
-
portal={portal}
|
|
51
|
-
>
|
|
52
|
-
<Button
|
|
53
|
-
mode="bleed"
|
|
54
|
-
style={{position: 'absolute', top: 10, right: 10}}
|
|
55
|
-
text="Tooltip"
|
|
56
|
-
/>
|
|
57
|
-
</Tooltip>
|
|
58
|
-
<Tooltip
|
|
59
|
-
content={<Text size={1}>{content}</Text>}
|
|
60
|
-
padding={2}
|
|
61
|
-
placement={placement}
|
|
62
|
-
portal={portal}
|
|
63
|
-
>
|
|
64
|
-
<Button
|
|
65
|
-
mode="bleed"
|
|
66
|
-
style={{position: 'absolute', bottom: 10, left: 10}}
|
|
67
|
-
text="Tooltip"
|
|
68
|
-
/>
|
|
69
|
-
</Tooltip>
|
|
70
|
-
<Tooltip
|
|
71
|
-
content={<Text size={1}>{content}</Text>}
|
|
72
|
-
padding={2}
|
|
73
|
-
placement={placement}
|
|
74
|
-
portal={portal}
|
|
75
|
-
>
|
|
76
|
-
<Button
|
|
77
|
-
mode="bleed"
|
|
78
|
-
style={{position: 'absolute', bottom: 10, right: 10}}
|
|
79
|
-
text="Tooltip"
|
|
80
|
-
/>
|
|
81
|
-
</Tooltip>
|
|
82
|
-
</Card>
|
|
83
|
-
</BoundaryElementProvider>
|
|
84
|
-
</Flex>
|
|
85
|
-
)
|
|
86
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type {Placement} from '../../types'
|
|
2
|
-
|
|
3
|
-
export const DEFAULT_TOOLTIP_ARROW_WIDTH = 15
|
|
4
|
-
export const DEFAULT_TOOLTIP_ARROW_HEIGHT = 6
|
|
5
|
-
export const DEFAULT_TOOLTIP_ARROW_RADIUS = 2
|
|
6
|
-
|
|
7
|
-
export const DEFAULT_TOOLTIP_DISTANCE = 4
|
|
8
|
-
export const DEFAULT_TOOLTIP_PADDING = 4
|
|
9
|
-
|
|
10
|
-
export const DEFAULT_FALLBACK_PLACEMENTS: Record<Placement, Placement[]> = {
|
|
11
|
-
'top': ['top-end', 'top-start', 'bottom', 'left', 'right'],
|
|
12
|
-
'top-start': ['top', 'top-end', 'bottom-start', 'left-start', 'right-start'],
|
|
13
|
-
'top-end': ['top', 'top-start', 'bottom-end', 'left-end', 'right-end'],
|
|
14
|
-
'bottom': ['bottom-end', 'bottom-start', 'top', 'left', 'right'],
|
|
15
|
-
'bottom-start': ['bottom', 'bottom-end', 'top-start', 'left-start', 'right-start'],
|
|
16
|
-
'bottom-end': ['bottom', 'bottom-start', 'top-end', 'left-end', 'right-end'],
|
|
17
|
-
'left': ['left-end', 'left-start', 'right', 'top', 'bottom'],
|
|
18
|
-
'left-start': ['left', 'left-end', 'right-start', 'top-start', 'bottom-start'],
|
|
19
|
-
'left-end': ['left', 'left-start', 'right-end', 'top-end', 'bottom-end'],
|
|
20
|
-
'right': ['right-end', 'right-start', 'left', 'top', 'bottom'],
|
|
21
|
-
'right-start': ['right', 'right-end', 'left-start', 'top-start', 'bottom-start'],
|
|
22
|
-
'right-end': ['right', 'right-start', 'left-end', 'top-end', 'bottom-end'],
|
|
23
|
-
}
|