chore: upgrade ariakit (#2583)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"name": "@standardnotes/inner-desktop",
|
||||
"productName": "Standard Notes",
|
||||
"private": true,
|
||||
"version": "3.108.192",
|
||||
"description": "An end-to-end encrypted notes app for digitalists and professionals.",
|
||||
"author": "Standard Notes <help@standardnotes.com>",
|
||||
"main": "./dist/index.js",
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
"app/**/*.{js,ts,jsx,tsx,css,md}": "prettier --write"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ariakit/react": "^0.2.15",
|
||||
"@ariakit/react": "^0.3.5",
|
||||
"@lexical/headless": "0.12.2",
|
||||
"@radix-ui/react-slot": "^1.0.1",
|
||||
"fast-diff": "^1.3.0"
|
||||
|
||||
@@ -128,7 +128,7 @@ const ItemLinkAutocompleteInput = forwardRef(
|
||||
{shouldShowCreateTag && (
|
||||
<ComboboxItem
|
||||
hideOnClick
|
||||
as={Slot}
|
||||
render={<Slot />}
|
||||
onClick={() => {
|
||||
void createAndAddNewTag(searchQuery)
|
||||
combobox.setValue('')
|
||||
|
||||
@@ -73,11 +73,10 @@ const StyledTooltip = ({
|
||||
return (
|
||||
<>
|
||||
<TooltipAnchor
|
||||
ref={anchorRef}
|
||||
{...clickProps}
|
||||
onBlur={() => setForceOpen(undefined)}
|
||||
store={tooltip}
|
||||
as={Slot}
|
||||
render={<Slot ref={anchorRef} />}
|
||||
showOnHover={showOnHover}
|
||||
>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user