@meowdown/react 0.46.0 → 0.46.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2302,7 +2302,7 @@ var wikilink_hover_card_module_default = {
|
|
|
2302
2302
|
//#endregion
|
|
2303
2303
|
//#region src/components/wikilink-hover-card.tsx
|
|
2304
2304
|
const OPEN_DELAY = 300;
|
|
2305
|
-
const CLOSE_DELAY =
|
|
2305
|
+
const CLOSE_DELAY = 100;
|
|
2306
2306
|
/**
|
|
2307
2307
|
* Show host-rendered content after a 300ms dwell over a rendered wiki link.
|
|
2308
2308
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meowdown/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.46.
|
|
4
|
+
"version": "0.46.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"clsx": "^2.1.1",
|
|
27
27
|
"lucide-react": "^1.21.0",
|
|
28
28
|
"react-property": "^2.0.2",
|
|
29
|
-
"@meowdown/core": "0.46.
|
|
29
|
+
"@meowdown/core": "0.46.1"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": "^19.0.0",
|