@sanity/ui 4.0.0-v4.1 → 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 -4481
- 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 +72 -196
- package/dist/_chunks-es/Refractor.js +0 -25
- package/dist/_chunks-es/Refractor.js.map +0 -1
- package/dist/css/index.css +0 -2
- package/dist/css/index.css.map +0 -1
- package/dist/css/index.d.ts +0 -1398
- package/dist/css/index.js +0 -18882
- package/dist/css/index.js.map +0 -1
- 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/Autocomplete.tsx +0 -690
- package/src/core/components/autocomplete/AutocompleteOption.tsx +0 -45
- 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 -104
- package/src/core/components/autocomplete/__workshop__/Example.tsx +0 -91
- 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/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/Breadcrumbs.tsx +0 -131
- package/src/core/components/breadcrumbs/__workshop__/Example.tsx +0 -61
- package/src/core/components/breadcrumbs/__workshop__/index.ts +0 -16
- 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/__workshop__/Activate.tsx +0 -141
- package/src/core/components/dialog/__workshop__/AutoFocus.tsx +0 -29
- 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 -38
- package/src/core/components/dialog/__workshop__/Props.tsx +0 -79
- 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/__workshop__/index.ts +0 -21
- 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/Hotkeys.tsx +0 -60
- package/src/core/components/hotkeys/__workshop__/Plain.tsx +0 -9
- package/src/core/components/hotkeys/__workshop__/index.ts +0 -16
- 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 -230
- 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 -236
- package/src/core/components/menu/MenuItem.tsx +0 -184
- 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__/MenuButton.tsx +0 -85
- 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 -31
- package/src/core/components/menu/__workshop__/WithoutArrow.tsx +0 -32
- package/src/core/components/menu/__workshop__/index.ts +0 -91
- package/src/core/components/menu/helpers.ts +0 -82
- package/src/core/components/menu/useMenu.ts +0 -21
- package/src/core/components/menu/useMenuController.ts +0 -241
- 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/tab/__workshop__/Example.tsx +0 -79
- package/src/core/components/tab/__workshop__/index.ts +0 -16
- 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/__workshop__/Hook.tsx +0 -71
- package/src/core/components/toast/__workshop__/Toast.tsx +0 -28
- package/src/core/components/toast/__workshop__/index.ts +0 -21
- 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/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/__workshop__/Basic.tsx +0 -105
- package/src/core/components/tree/__workshop__/TabFromElement.tsx +0 -84
- package/src/core/components/tree/__workshop__/basic.perf.ts +0 -19
- package/src/core/components/tree/__workshop__/index.ts +0 -23
- package/src/core/components/tree/helpers.ts +0 -105
- package/src/core/components/tree/types.ts +0 -24
- package/src/core/components/tree/useTree.ts +0 -17
- package/src/core/components/virtualList/VirtualList.tsx +0 -209
- 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__/InfiniteList.tsx +0 -48
- package/src/core/components/virtualList/__workshop__/WindowScrolll.tsx +0 -22
- package/src/core/components/virtualList/__workshop__/index.ts +0 -31
- 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__/Test.tsx +0 -14
- package/src/core/hooks/useMediaIndex/__workshop__/index.ts +0 -16
- 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 -118
- 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/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/__workshop__/AsButton.tsx +0 -21
- package/src/core/primitives/avatar/__workshop__/Stack.tsx +0 -29
- 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/__workshop__/index.ts +0 -31
- package/src/core/primitives/avatar/types.ts +0 -2
- package/src/core/primitives/badge/Badge.test.tsx +0 -16
- package/src/core/primitives/badge/Badge.tsx +0 -61
- package/src/core/primitives/badge/__workshop__/Props.tsx +0 -30
- package/src/core/primitives/badge/__workshop__/Tones.tsx +0 -16
- package/src/core/primitives/badge/__workshop__/index.ts +0 -21
- package/src/core/primitives/box/Box.tsx +0 -222
- package/src/core/primitives/box/__workshop__/Props.tsx +0 -25
- package/src/core/primitives/box/__workshop__/Responsive.tsx +0 -20
- package/src/core/primitives/box/__workshop__/index.ts +0 -21
- package/src/core/primitives/button/Button.test.tsx +0 -30
- package/src/core/primitives/button/Button.tsx +0 -193
- 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__/MixedChildren.tsx +0 -12
- package/src/core/primitives/button/__workshop__/Props.tsx +0 -77
- package/src/core/primitives/button/__workshop__/SanityUploadButton.tsx +0 -36
- package/src/core/primitives/button/__workshop__/Stacked.tsx +0 -74
- 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/__workshop__/index.ts +0 -66
- package/src/core/primitives/button/types.ts +0 -2
- 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/__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__/Interactive.tsx +0 -29
- package/src/core/primitives/card/__workshop__/ListNavigation.tsx +0 -78
- package/src/core/primitives/card/__workshop__/Props.tsx +0 -62
- 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/__workshop__/index.ts +0 -20
- package/src/core/primitives/card/types.ts +0 -17
- package/src/core/primitives/card/useCard.ts +0 -15
- package/src/core/primitives/checkbox/Checkbox.tsx +0 -80
- package/src/core/primitives/checkbox/__workshop__/Example.tsx +0 -25
- 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/__workshop__/index.ts +0 -15
- package/src/core/primitives/code/Code.tsx +0 -48
- package/src/core/primitives/code/Refractor.tsx +0 -18
- package/src/core/primitives/code/__workshop__/OpticalAlignment.tsx +0 -23
- package/src/core/primitives/code/__workshop__/Props.tsx +0 -23
- package/src/core/primitives/code/__workshop__/index.ts +0 -21
- package/src/core/primitives/container/Container.tsx +0 -37
- package/src/core/primitives/container/__workshop__/Example.tsx +0 -25
- package/src/core/primitives/container/__workshop__/index.ts +0 -10
- package/src/core/primitives/container/types.ts +0 -6
- package/src/core/primitives/flex/Flex.tsx +0 -58
- package/src/core/primitives/flex/__workshop__/Example.tsx +0 -40
- package/src/core/primitives/flex/__workshop__/Gap.tsx +0 -25
- package/src/core/primitives/flex/__workshop__/index.ts +0 -13
- package/src/core/primitives/grid/Grid.tsx +0 -35
- package/src/core/primitives/grid/__workshop__/Responsive.tsx +0 -54
- package/src/core/primitives/grid/__workshop__/index.ts +0 -12
- package/src/core/primitives/heading/Heading.tsx +0 -78
- package/src/core/primitives/heading/__workshop__/OpticalAlignment.tsx +0 -54
- package/src/core/primitives/heading/__workshop__/Plain.tsx +0 -40
- package/src/core/primitives/heading/__workshop__/index.ts +0 -21
- package/src/core/primitives/inline/Inline.tsx +0 -62
- package/src/core/primitives/inline/__workshop__/Plain.tsx +0 -28
- package/src/core/primitives/inline/__workshop__/index.ts +0 -10
- package/src/core/primitives/kbd/Kbd.tsx +0 -57
- package/src/core/primitives/kbd/__workshop__/Plain.tsx +0 -9
- package/src/core/primitives/kbd/__workshop__/index.ts +0 -10
- package/src/core/primitives/label/Label.tsx +0 -75
- package/src/core/primitives/label/__workshop__/OpticalAlignment.tsx +0 -54
- package/src/core/primitives/label/__workshop__/Plain.tsx +0 -42
- package/src/core/primitives/label/__workshop__/index.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/__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/__workshop__/_debug.tsx +0 -17
- package/src/core/primitives/layer/__workshop__/index.ts +0 -26
- package/src/core/primitives/layer/getLayerContext.test.ts +0 -32
- package/src/core/primitives/layer/getLayerContext.ts +0 -21
- package/src/core/primitives/layer/types.ts +0 -9
- package/src/core/primitives/layer/useLayer.ts +0 -24
- package/src/core/primitives/popover/Popover.tsx +0 -442
- package/src/core/primitives/popover/PopoverLayer.tsx +0 -149
- package/src/core/primitives/popover/__workshop__/AlignedStory.tsx +0 -89
- package/src/core/primitives/popover/__workshop__/MarginsStory.tsx +0 -31
- package/src/core/primitives/popover/__workshop__/MatchReferenceWidthStory.tsx +0 -34
- package/src/core/primitives/popover/__workshop__/OpenOnMountStory.tsx +0 -11
- package/src/core/primitives/popover/__workshop__/PlainStory.tsx +0 -79
- package/src/core/primitives/popover/__workshop__/RecursiveStory.tsx +0 -69
- package/src/core/primitives/popover/__workshop__/SidePanelStory.tsx +0 -102
- package/src/core/primitives/popover/__workshop__/TestStory.tsx +0 -106
- 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/types.ts +0 -12
- package/src/core/primitives/radio/Radio.tsx +0 -64
- package/src/core/primitives/radio/__workshop__/Example.tsx +0 -63
- package/src/core/primitives/radio/__workshop__/Plain.tsx +0 -28
- package/src/core/primitives/radio/__workshop__/index.ts +0 -13
- package/src/core/primitives/select/Select.tsx +0 -75
- package/src/core/primitives/select/__workshop__/Plain.tsx +0 -43
- package/src/core/primitives/select/__workshop__/ReadOnly.tsx +0 -23
- package/src/core/primitives/select/__workshop__/index.ts +0 -13
- package/src/core/primitives/selectable/Selectable.tsx +0 -50
- 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/skeleton/__workshop__/Delay.tsx +0 -78
- package/src/core/primitives/skeleton/__workshop__/Skeleton.tsx +0 -72
- package/src/core/primitives/skeleton/__workshop__/index.ts +0 -13
- package/src/core/primitives/spinner/AnimatedSpinnerIcon.tsx +0 -14
- package/src/core/primitives/spinner/Spinner.tsx +0 -45
- package/src/core/primitives/spinner/__workshop__/Props.tsx +0 -20
- package/src/core/primitives/spinner/__workshop__/index.ts +0 -16
- package/src/core/primitives/srOnly/SrOnly.tsx +0 -33
- package/src/core/primitives/stack/Stack.tsx +0 -60
- package/src/core/primitives/stack/__workshop__/Plain.tsx +0 -35
- package/src/core/primitives/stack/__workshop__/index.ts +0 -16
- package/src/core/primitives/switch/Switch.tsx +0 -84
- package/src/core/primitives/switch/__workshop__/Example.tsx +0 -23
- package/src/core/primitives/switch/__workshop__/Props.tsx +0 -21
- package/src/core/primitives/switch/__workshop__/index.ts +0 -13
- package/src/core/primitives/text/Text.tsx +0 -76
- package/src/core/primitives/text/__workshop__/Colored.tsx +0 -30
- package/src/core/primitives/text/__workshop__/Example.tsx +0 -42
- package/src/core/primitives/text/__workshop__/OpticalAlignment.tsx +0 -23
- package/src/core/primitives/text/__workshop__/index.ts +0 -26
- package/src/core/primitives/textArea/TextArea.tsx +0 -84
- package/src/core/primitives/textArea/__workshop__/Plain.tsx +0 -69
- package/src/core/primitives/textArea/__workshop__/index.ts +0 -16
- package/src/core/primitives/textInput/TextInput.tsx +0 -258
- 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__/Plain.tsx +0 -140
- 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 -29
- package/src/core/primitives/textInput/__workshop__/index.ts +0 -46
- package/src/core/primitives/tooltip/Tooltip.test.tsx +0 -452
- package/src/core/primitives/tooltip/Tooltip.tsx +0 -483
- package/src/core/primitives/tooltip/TooltipLayer.tsx +0 -106
- package/src/core/primitives/tooltip/__workshop__/CustomPortal.tsx +0 -104
- package/src/core/primitives/tooltip/__workshop__/OverflowingBoundary.tsx +0 -76
- package/src/core/primitives/tooltip/__workshop__/Props.tsx +0 -124
- package/src/core/primitives/tooltip/__workshop__/ResizableBoundary.tsx +0 -91
- package/src/core/primitives/tooltip/__workshop__/index.ts +0 -31
- package/src/core/primitives/tooltip/constants.ts +0 -23
- 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/types.ts +0 -56
- package/src/core/utils/ErrorBoundary.tsx +0 -50
- 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/__workshop__/Plain.tsx +0 -19
- package/src/core/utils/boundaryElement/__workshop__/index.ts +0 -16
- package/src/core/utils/boundaryElement/types.ts +0 -5
- package/src/core/utils/boundaryElement/useBoundaryElement.ts +0 -24
- package/src/core/utils/elementQuery/ElementQuery.tsx +0 -75
- 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/helpers.ts +0 -27
- package/src/core/utils/getElementRef.ts +0 -29
- 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/__workshop__/Named.tsx +0 -63
- package/src/core/utils/portal/__workshop__/index.ts +0 -16
- 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 -83
- package/src/css/primitives/card/__workshop__/index.ts +0 -16
- package/src/css/primitives/card/card.css.ts +0 -397
- 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 -20
- 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 -492
- package/src/css/theme/defaultTheme.css.ts +0 -64
- package/src/css/types.ts +0 -431
- package/src/css/vars.css.ts +0 -680
- 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,76 +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
|
-
// @ts-expect-error - TODO: fix this
|
|
13
|
-
const placement = useSelect('Placement', WORKSHOP_PLACEMENT_OPTIONS, 'top')
|
|
14
|
-
const portal = useBoolean('Portal', false)
|
|
15
|
-
const useBoundaryElement = useBoolean('Use boundary element', true)
|
|
16
|
-
|
|
17
|
-
const [boundaryElement, setBoundaryElement] = useState<HTMLDivElement | null>(null)
|
|
18
|
-
const [buttonsVisible, setButtonsVisible] = useState(true)
|
|
19
|
-
|
|
20
|
-
const handleHideButtons = useCallback(() => {
|
|
21
|
-
setButtonsVisible(false)
|
|
22
|
-
}, [])
|
|
23
|
-
|
|
24
|
-
const handleShowButtons = useCallback(() => {
|
|
25
|
-
setButtonsVisible(true)
|
|
26
|
-
}, [])
|
|
27
|
-
|
|
28
|
-
return (
|
|
29
|
-
<Flex align="center" height="fill" justify="center" style={{height: '200vh'}}>
|
|
30
|
-
<BoundaryElementProvider element={useBoundaryElement ? boundaryElement : null}>
|
|
31
|
-
<Card
|
|
32
|
-
border
|
|
33
|
-
ref={setBoundaryElement}
|
|
34
|
-
style={{
|
|
35
|
-
height: 'calc(100vh - 100px)',
|
|
36
|
-
overflow: 'hidden',
|
|
37
|
-
position: 'relative',
|
|
38
|
-
resize: 'both',
|
|
39
|
-
width: '500px',
|
|
40
|
-
}}
|
|
41
|
-
>
|
|
42
|
-
<Flex align="center" height="fill" justify="center">
|
|
43
|
-
<Flex justify="center">
|
|
44
|
-
<Stack gap={2}>
|
|
45
|
-
<Code size={1}>Placement: {placement}</Code>
|
|
46
|
-
<Button
|
|
47
|
-
disabled={buttonsVisible}
|
|
48
|
-
fontSize={1}
|
|
49
|
-
onClick={handleShowButtons}
|
|
50
|
-
text="Show buttons"
|
|
51
|
-
/>
|
|
52
|
-
</Stack>
|
|
53
|
-
</Flex>
|
|
54
|
-
</Flex>
|
|
55
|
-
|
|
56
|
-
{buttonsVisible && (
|
|
57
|
-
<Tooltip
|
|
58
|
-
content={<Text size={1}>{content}</Text>}
|
|
59
|
-
padding={2}
|
|
60
|
-
// @ts-expect-error - TODO: fix this
|
|
61
|
-
placement={placement}
|
|
62
|
-
portal={portal}
|
|
63
|
-
>
|
|
64
|
-
<Button
|
|
65
|
-
mode="bleed"
|
|
66
|
-
onClick={handleHideButtons}
|
|
67
|
-
style={{position: 'absolute', top: 10, right: 10}}
|
|
68
|
-
text="Tooltip"
|
|
69
|
-
/>
|
|
70
|
-
</Tooltip>
|
|
71
|
-
)}
|
|
72
|
-
</Card>
|
|
73
|
-
</BoundaryElementProvider>
|
|
74
|
-
</Flex>
|
|
75
|
-
)
|
|
76
|
-
}
|
|
@@ -1,124 +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
|
-
// @ts-expect-error - TODO: fix this
|
|
15
|
-
const padding = useSelect('Padding', WORKSHOP_SPACE_OPTIONS, 2)
|
|
16
|
-
// @ts-expect-error - TODO: fix this
|
|
17
|
-
const placement = useSelect('Placement', WORKSHOP_PLACEMENT_OPTIONS, 'top')
|
|
18
|
-
const portal = useBoolean('Portal', true)
|
|
19
|
-
const openDelay = useNumber('Open Delay', 200)
|
|
20
|
-
const closeDelay = useNumber('Close Delay', 200)
|
|
21
|
-
// @ts-expect-error - TODO: fix this
|
|
22
|
-
const shadow = useSelect('Shadow', WORKSHOP_SHADOW_OPTIONS, 2)
|
|
23
|
-
|
|
24
|
-
return (
|
|
25
|
-
<Card height="fill">
|
|
26
|
-
<Flex
|
|
27
|
-
height="fill"
|
|
28
|
-
align="center"
|
|
29
|
-
justify="center"
|
|
30
|
-
padding={8}
|
|
31
|
-
sizing="border"
|
|
32
|
-
direction="column"
|
|
33
|
-
gap={4}
|
|
34
|
-
>
|
|
35
|
-
<Stack
|
|
36
|
-
gap={4}
|
|
37
|
-
padding={4}
|
|
38
|
-
style={{outline: `1px solid ${vars.color.border}`, width: '100%', maxWidth: '640px'}}
|
|
39
|
-
>
|
|
40
|
-
<Text align="center" size={3}>
|
|
41
|
-
Standalone tooltip
|
|
42
|
-
</Text>
|
|
43
|
-
<Flex align="center" justify="center" padding={4} sizing="border">
|
|
44
|
-
<Tooltip
|
|
45
|
-
arrow={arrow}
|
|
46
|
-
content={<Text size={1}>{content}</Text>}
|
|
47
|
-
// @ts-expect-error - TODO: fix this
|
|
48
|
-
padding={padding}
|
|
49
|
-
// @ts-expect-error - TODO: fix this
|
|
50
|
-
placement={placement}
|
|
51
|
-
portal={portal}
|
|
52
|
-
// @ts-expect-error - TODO: fix this
|
|
53
|
-
shadow={shadow}
|
|
54
|
-
delay={{
|
|
55
|
-
open: openDelay,
|
|
56
|
-
close: closeDelay,
|
|
57
|
-
}}
|
|
58
|
-
>
|
|
59
|
-
<Button mode="bleed" text="Hover me" />
|
|
60
|
-
</Tooltip>
|
|
61
|
-
</Flex>
|
|
62
|
-
</Stack>
|
|
63
|
-
<Stack
|
|
64
|
-
gap={4}
|
|
65
|
-
padding={4}
|
|
66
|
-
style={{outline: `1px solid ${vars.color.border}`, width: '100%', maxWidth: '640px'}}
|
|
67
|
-
>
|
|
68
|
-
<Text align="center" size={3}>
|
|
69
|
-
Grouped tooltips
|
|
70
|
-
</Text>
|
|
71
|
-
<Text align="center" size={1}>
|
|
72
|
-
All tooltip delays are set to 1ms after the first tooltip within a DelayGroupProvider
|
|
73
|
-
opens.
|
|
74
|
-
</Text>
|
|
75
|
-
<Flex align="center" justify="center" padding={4} sizing="border" gap={4}>
|
|
76
|
-
<TooltipDelayGroupProvider
|
|
77
|
-
delay={{
|
|
78
|
-
open: openDelay,
|
|
79
|
-
close: closeDelay,
|
|
80
|
-
}}
|
|
81
|
-
>
|
|
82
|
-
<Tooltip
|
|
83
|
-
arrow={arrow}
|
|
84
|
-
// This is overridden by the group delay, kept here intentionally for testing purposes.
|
|
85
|
-
delay={{
|
|
86
|
-
open: 100,
|
|
87
|
-
close: 100,
|
|
88
|
-
}}
|
|
89
|
-
content={<Text size={1}>{content}</Text>}
|
|
90
|
-
// @ts-expect-error - TODO: fix this
|
|
91
|
-
padding={padding}
|
|
92
|
-
// @ts-expect-error - TODO: fix this
|
|
93
|
-
placement={placement}
|
|
94
|
-
portal={portal}
|
|
95
|
-
// @ts-expect-error - TODO: fix this
|
|
96
|
-
shadow={shadow}
|
|
97
|
-
>
|
|
98
|
-
<Button mode="bleed" text="Hover me" />
|
|
99
|
-
</Tooltip>
|
|
100
|
-
<Tooltip
|
|
101
|
-
arrow={arrow}
|
|
102
|
-
// This is overridden by the group delay, kept here intentionally for testing purposes.
|
|
103
|
-
delay={{
|
|
104
|
-
open: 100,
|
|
105
|
-
close: 100,
|
|
106
|
-
}}
|
|
107
|
-
content={<Text size={1}>{content}</Text>}
|
|
108
|
-
// @ts-expect-error - TODO: fix this
|
|
109
|
-
padding={padding}
|
|
110
|
-
// @ts-expect-error - TODO: fix this
|
|
111
|
-
placement={placement}
|
|
112
|
-
portal={portal}
|
|
113
|
-
// @ts-expect-error - TODO: fix this
|
|
114
|
-
shadow={shadow}
|
|
115
|
-
>
|
|
116
|
-
<Button mode="bleed" text="Or me" />
|
|
117
|
-
</Tooltip>
|
|
118
|
-
</TooltipDelayGroupProvider>
|
|
119
|
-
</Flex>
|
|
120
|
-
</Stack>
|
|
121
|
-
</Flex>
|
|
122
|
-
</Card>
|
|
123
|
-
)
|
|
124
|
-
}
|
|
@@ -1,91 +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
|
-
// @ts-expect-error - TODO: fix this
|
|
13
|
-
const placement = useSelect('Placement', WORKSHOP_PLACEMENT_OPTIONS, 'right')
|
|
14
|
-
const portal = useBoolean('Portal', true)
|
|
15
|
-
const useBoundaryElement = useBoolean('Use boundary element', true)
|
|
16
|
-
|
|
17
|
-
const [boundaryElement, setBoundaryElement] = useState<HTMLDivElement | null>(null)
|
|
18
|
-
|
|
19
|
-
return (
|
|
20
|
-
<Flex align="center" height="fill" justify="center">
|
|
21
|
-
<BoundaryElementProvider element={useBoundaryElement ? boundaryElement : null}>
|
|
22
|
-
<Card
|
|
23
|
-
border
|
|
24
|
-
ref={setBoundaryElement}
|
|
25
|
-
style={{
|
|
26
|
-
height: 'calc(100vh - 100px)',
|
|
27
|
-
overflow: 'hidden',
|
|
28
|
-
position: 'relative',
|
|
29
|
-
resize: 'both',
|
|
30
|
-
width: '500px',
|
|
31
|
-
}}
|
|
32
|
-
>
|
|
33
|
-
<Flex align="center" height="fill" justify="center">
|
|
34
|
-
<Flex justify="center">
|
|
35
|
-
<Code size={1}>Placement: {placement}</Code>
|
|
36
|
-
</Flex>
|
|
37
|
-
</Flex>
|
|
38
|
-
|
|
39
|
-
<Tooltip
|
|
40
|
-
content={<Text size={1}>{content}</Text>}
|
|
41
|
-
padding={2}
|
|
42
|
-
// @ts-expect-error - TODO: fix this
|
|
43
|
-
placement={placement}
|
|
44
|
-
portal={portal}
|
|
45
|
-
>
|
|
46
|
-
<Button mode="bleed" style={{position: 'absolute', top: 10, left: 10}} text="Tooltip" />
|
|
47
|
-
</Tooltip>
|
|
48
|
-
<Tooltip
|
|
49
|
-
content={<Text size={1}>{content}</Text>}
|
|
50
|
-
padding={2}
|
|
51
|
-
// @ts-expect-error - TODO: fix this
|
|
52
|
-
placement={placement}
|
|
53
|
-
portal={portal}
|
|
54
|
-
>
|
|
55
|
-
<Button
|
|
56
|
-
mode="bleed"
|
|
57
|
-
style={{position: 'absolute', top: 10, right: 10}}
|
|
58
|
-
text="Tooltip"
|
|
59
|
-
/>
|
|
60
|
-
</Tooltip>
|
|
61
|
-
<Tooltip
|
|
62
|
-
content={<Text size={1}>{content}</Text>}
|
|
63
|
-
padding={2}
|
|
64
|
-
// @ts-expect-error - TODO: fix this
|
|
65
|
-
placement={placement}
|
|
66
|
-
portal={portal}
|
|
67
|
-
>
|
|
68
|
-
<Button
|
|
69
|
-
mode="bleed"
|
|
70
|
-
style={{position: 'absolute', bottom: 10, left: 10}}
|
|
71
|
-
text="Tooltip"
|
|
72
|
-
/>
|
|
73
|
-
</Tooltip>
|
|
74
|
-
<Tooltip
|
|
75
|
-
content={<Text size={1}>{content}</Text>}
|
|
76
|
-
padding={2}
|
|
77
|
-
// @ts-expect-error - TODO: fix this
|
|
78
|
-
placement={placement}
|
|
79
|
-
portal={portal}
|
|
80
|
-
>
|
|
81
|
-
<Button
|
|
82
|
-
mode="bleed"
|
|
83
|
-
style={{position: 'absolute', bottom: 10, right: 10}}
|
|
84
|
-
text="Tooltip"
|
|
85
|
-
/>
|
|
86
|
-
</Tooltip>
|
|
87
|
-
</Card>
|
|
88
|
-
</BoundaryElementProvider>
|
|
89
|
-
</Flex>
|
|
90
|
-
)
|
|
91
|
-
}
|
|
@@ -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,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
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type {Context} from 'react'
|
|
2
|
-
|
|
3
|
-
import {createGlobalScopedContext} from '../../../lib/createGlobalScopedContext'
|
|
4
|
-
import type {TooltipDelayGroupContextValue} from './types'
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* @beta
|
|
8
|
-
*/
|
|
9
|
-
export const TooltipDelayGroupContext: Context<TooltipDelayGroupContextValue | null> =
|
|
10
|
-
createGlobalScopedContext<TooltipDelayGroupContextValue | null>(
|
|
11
|
-
'@sanity/ui/v3/tooltipDelayGroup',
|
|
12
|
-
null,
|
|
13
|
-
)
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import {type ReactNode, useMemo} from 'react'
|
|
2
|
-
|
|
3
|
-
import {useDelayedState} from '../../../hooks/useDelayedState'
|
|
4
|
-
import type {Delay} from '../../../types'
|
|
5
|
-
import {TooltipDelayGroupContext} from './TooltipDelayGroupContext'
|
|
6
|
-
import type {TooltipDelayGroupContextValue} from './types'
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* @public
|
|
10
|
-
* */
|
|
11
|
-
export interface TooltipDelayGroupProviderProps {
|
|
12
|
-
children?: ReactNode
|
|
13
|
-
/**
|
|
14
|
-
* Handles the delays to open or close a tooltip inside a group
|
|
15
|
-
*
|
|
16
|
-
* If only a `number` is passed, it will be used for both opening and closing.
|
|
17
|
-
*
|
|
18
|
-
* If an object `{open: number; close:number}` is passed, it can be used to set different delays for each action.
|
|
19
|
-
*
|
|
20
|
-
* @public
|
|
21
|
-
*/
|
|
22
|
-
delay: Delay
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* @public
|
|
27
|
-
* Provides context for a group of tooltip elements that should share a delay
|
|
28
|
-
* which temporarily becomes 1 ms after the first floating element of the group opens.
|
|
29
|
-
*/
|
|
30
|
-
export function TooltipDelayGroupProvider(
|
|
31
|
-
props: TooltipDelayGroupProviderProps,
|
|
32
|
-
): React.JSX.Element {
|
|
33
|
-
const {children, delay} = props
|
|
34
|
-
const [isGroupActive, setIsGroupActive] = useDelayedState(false)
|
|
35
|
-
const [openTooltipId, setOpenTooltipId] = useDelayedState<string | null>(null)
|
|
36
|
-
|
|
37
|
-
const openDelay = typeof delay === 'number' ? delay : delay?.open || 0
|
|
38
|
-
const closeDelay = typeof delay === 'number' ? delay : delay?.close || 0
|
|
39
|
-
|
|
40
|
-
const value: TooltipDelayGroupContextValue = useMemo(
|
|
41
|
-
() => ({
|
|
42
|
-
setIsGroupActive: setIsGroupActive,
|
|
43
|
-
openTooltipId: openTooltipId,
|
|
44
|
-
setOpenTooltipId: setOpenTooltipId,
|
|
45
|
-
// When the group is active, we want the next tooltip to open immediately.
|
|
46
|
-
openDelay: isGroupActive ? 1 : openDelay,
|
|
47
|
-
closeDelay: closeDelay,
|
|
48
|
-
}),
|
|
49
|
-
[closeDelay, isGroupActive, openDelay, openTooltipId, setIsGroupActive, setOpenTooltipId],
|
|
50
|
-
)
|
|
51
|
-
|
|
52
|
-
return (
|
|
53
|
-
<TooltipDelayGroupContext.Provider value={value}>{children}</TooltipDelayGroupContext.Provider>
|
|
54
|
-
)
|
|
55
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @beta
|
|
3
|
-
*/
|
|
4
|
-
export interface TooltipDelayGroupContextValue {
|
|
5
|
-
setIsGroupActive: (nextState: React.SetStateAction<boolean>, delay?: number | undefined) => void
|
|
6
|
-
setOpenTooltipId: (nextId: string | null, delay?: number | undefined) => void
|
|
7
|
-
openDelay: number
|
|
8
|
-
closeDelay: number
|
|
9
|
-
openTooltipId: string | null
|
|
10
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import {useContext} from 'react'
|
|
2
|
-
|
|
3
|
-
import {TooltipDelayGroupContext} from './TooltipDelayGroupContext'
|
|
4
|
-
import type {TooltipDelayGroupContextValue} from './types'
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* @beta
|
|
8
|
-
*/
|
|
9
|
-
export function useTooltipDelayGroup(): TooltipDelayGroupContextValue | null {
|
|
10
|
-
const value = useContext(TooltipDelayGroupContext)
|
|
11
|
-
|
|
12
|
-
return value
|
|
13
|
-
}
|
package/src/core/types.ts
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/no-empty-object-type */
|
|
2
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
3
|
-
|
|
4
|
-
import type {ComponentClass, ComponentProps, ExoticComponent, FunctionComponent, JSX} from 'react'
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Assign properties from `U` to `T`, excluding properties that already exist in `T`.
|
|
8
|
-
*
|
|
9
|
-
* @public
|
|
10
|
-
*/
|
|
11
|
-
export type Assign<T extends {}, U extends {}> = Omit<T, keyof U> & U
|
|
12
|
-
|
|
13
|
-
/** @public */
|
|
14
|
-
export type EmptyProps = {}
|
|
15
|
-
|
|
16
|
-
/** @public */
|
|
17
|
-
export type TagType = keyof JSX.IntrinsicElements
|
|
18
|
-
|
|
19
|
-
/** @public */
|
|
20
|
-
export type ComponentType<P = any> = FunctionComponent<P> | ComponentClass<P> | ExoticComponent<P>
|
|
21
|
-
|
|
22
|
-
/** @public */
|
|
23
|
-
export type ElementType<P> = TagType | ComponentType<P>
|
|
24
|
-
|
|
25
|
-
/** @public */
|
|
26
|
-
export type Props<P extends EmptyProps, E extends ElementType<P>> = Assign<
|
|
27
|
-
E extends TagType ? JSX.IntrinsicElements[E] : ComponentProps<E>,
|
|
28
|
-
P & {as?: E}
|
|
29
|
-
>
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Placement of floating UI elements.
|
|
33
|
-
*
|
|
34
|
-
* @public
|
|
35
|
-
*/
|
|
36
|
-
export type Placement =
|
|
37
|
-
| 'top'
|
|
38
|
-
| 'top-start'
|
|
39
|
-
| 'top-end'
|
|
40
|
-
| 'right'
|
|
41
|
-
| 'right-start'
|
|
42
|
-
| 'right-end'
|
|
43
|
-
| 'bottom'
|
|
44
|
-
| 'bottom-start'
|
|
45
|
-
| 'bottom-end'
|
|
46
|
-
| 'left'
|
|
47
|
-
| 'left-start'
|
|
48
|
-
| 'left-end'
|
|
49
|
-
|
|
50
|
-
/** @public */
|
|
51
|
-
export type Delay =
|
|
52
|
-
| number
|
|
53
|
-
| Partial<{
|
|
54
|
-
open: number
|
|
55
|
-
close: number
|
|
56
|
-
}>
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import {Component, type ErrorInfo, type PropsWithChildren, type ReactNode} from 'react'
|
|
2
|
-
|
|
3
|
-
import {Code} from '../primitives/code/Code'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* DO NOT USE IN PRODUCTION
|
|
7
|
-
* @beta
|
|
8
|
-
*/
|
|
9
|
-
export type ErrorBoundaryProps = PropsWithChildren<{
|
|
10
|
-
onCatch: (params: {error: Error; info: ErrorInfo}) => void
|
|
11
|
-
}>
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* DO NOT USE IN PRODUCTION
|
|
15
|
-
* @beta
|
|
16
|
-
*/
|
|
17
|
-
export interface ErrorBoundaryState {
|
|
18
|
-
error: Error | null
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* DO NOT USE IN PRODUCTION
|
|
23
|
-
* @beta
|
|
24
|
-
*/
|
|
25
|
-
export class ErrorBoundary extends Component<ErrorBoundaryProps, ErrorBoundaryState> {
|
|
26
|
-
override state: ErrorBoundaryState = {error: null}
|
|
27
|
-
|
|
28
|
-
static displayName = 'ErrorBoundary'
|
|
29
|
-
|
|
30
|
-
static getDerivedStateFromError(error: Error): ErrorBoundaryState {
|
|
31
|
-
// Update state so the next render will show the fallback UI.
|
|
32
|
-
return {error}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
override componentDidCatch(error: Error, info: ErrorInfo): void {
|
|
36
|
-
this.props.onCatch({error, info})
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
override render(): ReactNode {
|
|
40
|
-
const {error} = this.state
|
|
41
|
-
|
|
42
|
-
if (error) {
|
|
43
|
-
const message = typeof error?.message === 'string' ? error.message : 'Error'
|
|
44
|
-
|
|
45
|
-
return <Code>{message}</Code>
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
return this.props.children
|
|
49
|
-
}
|
|
50
|
-
}
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
import {describe, expect, it, vi} from 'vitest'
|
|
2
|
-
|
|
3
|
-
import {render} from '$test/utils'
|
|
4
|
-
|
|
5
|
-
import {BoundaryElementContext} from './BoundaryElementContext'
|
|
6
|
-
import type {BoundaryElementContextValue} from './types'
|
|
7
|
-
import {useBoundaryElement} from './useBoundaryElement'
|
|
8
|
-
|
|
9
|
-
describe('utils/boundaryElement', () => {
|
|
10
|
-
describe('useBoundaryElement', () => {
|
|
11
|
-
it('should get context value', async () => {
|
|
12
|
-
const log = vi.fn()
|
|
13
|
-
|
|
14
|
-
function Debug() {
|
|
15
|
-
const rootBoundaryElement = useBoundaryElement()
|
|
16
|
-
|
|
17
|
-
log(rootBoundaryElement)
|
|
18
|
-
|
|
19
|
-
return <>debug</>
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
function Root() {
|
|
23
|
-
const value: BoundaryElementContextValue = {
|
|
24
|
-
version: 0.0,
|
|
25
|
-
element: null,
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
return (
|
|
29
|
-
<BoundaryElementContext.Provider value={value}>
|
|
30
|
-
<Debug />
|
|
31
|
-
</BoundaryElementContext.Provider>
|
|
32
|
-
)
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
render(<Root />)
|
|
36
|
-
|
|
37
|
-
expect(log.mock.calls[0][0].version).toBe(0.0)
|
|
38
|
-
expect(log.mock.calls[0][0].element).toBe(null)
|
|
39
|
-
})
|
|
40
|
-
|
|
41
|
-
it('should provide default value when no context value is provided', async () => {
|
|
42
|
-
const log = vi.fn()
|
|
43
|
-
|
|
44
|
-
function Debug() {
|
|
45
|
-
const rootBoundaryElement = useBoundaryElement()
|
|
46
|
-
|
|
47
|
-
log(rootBoundaryElement)
|
|
48
|
-
|
|
49
|
-
return null
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
function Root() {
|
|
53
|
-
return (
|
|
54
|
-
<BoundaryElementContext.Provider
|
|
55
|
-
// @ts-expect-error - we want to test the error case
|
|
56
|
-
value={undefined}
|
|
57
|
-
>
|
|
58
|
-
<Debug />
|
|
59
|
-
</BoundaryElementContext.Provider>
|
|
60
|
-
)
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
render(<Root />)
|
|
64
|
-
|
|
65
|
-
expect(log.mock.calls[0][0].version).toBe(0.0)
|
|
66
|
-
expect(log.mock.calls[0][0].element).toBe(null)
|
|
67
|
-
})
|
|
68
|
-
|
|
69
|
-
it('should fail when context value is not compatible', async () => {
|
|
70
|
-
const log = vi.fn()
|
|
71
|
-
|
|
72
|
-
function Debug() {
|
|
73
|
-
try {
|
|
74
|
-
useBoundaryElement()
|
|
75
|
-
} catch (err) {
|
|
76
|
-
log(err)
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
return null
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
function Root() {
|
|
83
|
-
// NOTE: we’re testing this because the context value may be a function in the future
|
|
84
|
-
|
|
85
|
-
return (
|
|
86
|
-
<BoundaryElementContext.Provider
|
|
87
|
-
// @ts-expect-error - we want to test the error case
|
|
88
|
-
value={() => ({version: 1})}
|
|
89
|
-
>
|
|
90
|
-
<Debug />
|
|
91
|
-
</BoundaryElementContext.Provider>
|
|
92
|
-
)
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
render(<Root />)
|
|
96
|
-
|
|
97
|
-
expect(log.mock.calls[0][0].message).toEqual(
|
|
98
|
-
'useBoundaryElement(): the context value is not compatible',
|
|
99
|
-
)
|
|
100
|
-
})
|
|
101
|
-
})
|
|
102
|
-
})
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type {Context} from 'react'
|
|
2
|
-
|
|
3
|
-
import {createGlobalScopedContext} from '../../lib/createGlobalScopedContext'
|
|
4
|
-
import type {BoundaryElementContextValue} from './types'
|
|
5
|
-
|
|
6
|
-
export const BoundaryElementContext: Context<BoundaryElementContextValue | null> =
|
|
7
|
-
createGlobalScopedContext<BoundaryElementContextValue | null>(
|
|
8
|
-
'@sanity/ui/v3/boundaryElement',
|
|
9
|
-
null,
|
|
10
|
-
)
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import {type ReactNode, useMemo} from 'react'
|
|
2
|
-
|
|
3
|
-
import {BoundaryElementContext} from './BoundaryElementContext'
|
|
4
|
-
import type {BoundaryElementContextValue} from './types'
|
|
5
|
-
|
|
6
|
-
/** @public */
|
|
7
|
-
export interface BoundaryElementProviderProps {
|
|
8
|
-
children: ReactNode
|
|
9
|
-
element: HTMLElement | null
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
/** @public */
|
|
13
|
-
export function BoundaryElementProvider(props: BoundaryElementProviderProps): React.JSX.Element {
|
|
14
|
-
const {children, element} = props
|
|
15
|
-
const value: BoundaryElementContextValue = useMemo(() => ({version: 0.0, element}), [element])
|
|
16
|
-
|
|
17
|
-
return <BoundaryElementContext.Provider value={value}>{children}</BoundaryElementContext.Provider>
|
|
18
|
-
}
|