@hanzogui/dismissable 2.0.0 → 2.0.5
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/cjs/Dismissable.cjs
CHANGED
|
@@ -41,10 +41,10 @@ __export(Dismissable_exports, {
|
|
|
41
41
|
useIsInsideDismissable: () => useIsInsideDismissable
|
|
42
42
|
});
|
|
43
43
|
module.exports = __toCommonJS(Dismissable_exports);
|
|
44
|
-
var import_gui_compose_refs = require("@
|
|
45
|
-
import_gui_core = require("@
|
|
46
|
-
import_gui_use_escape_keydown = require("@
|
|
47
|
-
import_gui_use_event = require("@
|
|
44
|
+
var import_gui_compose_refs = require("@hanzogui/compose-refs"),
|
|
45
|
+
import_gui_core = require("@hanzogui/core"),
|
|
46
|
+
import_gui_use_escape_keydown = require("@hanzogui/use-escape-keydown"),
|
|
47
|
+
import_gui_use_event = require("@hanzogui/use-event"),
|
|
48
48
|
React = __toESM(require("react"), 1),
|
|
49
49
|
ReactDOM = __toESM(require("react-dom"), 1),
|
|
50
50
|
import_jsx_runtime = require("react/jsx-runtime");
|
package/dist/esm/Dismissable.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { useComposedRefs } from "@
|
|
2
|
-
import { Slot, View, composeEventHandlers } from "@
|
|
3
|
-
import { useEscapeKeydown } from "@
|
|
4
|
-
import { useEvent } from "@
|
|
1
|
+
import { useComposedRefs } from "@hanzogui/compose-refs";
|
|
2
|
+
import { Slot, View, composeEventHandlers } from "@hanzogui/core";
|
|
3
|
+
import { useEscapeKeydown } from "@hanzogui/use-escape-keydown";
|
|
4
|
+
import { useEvent } from "@hanzogui/use-event";
|
|
5
5
|
import * as React from "react";
|
|
6
6
|
import * as ReactDOM from "react-dom";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
package/dist/jsx/Dismissable.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { useComposedRefs } from "@
|
|
2
|
-
import { Slot, View, composeEventHandlers } from "@
|
|
3
|
-
import { useEscapeKeydown } from "@
|
|
4
|
-
import { useEvent } from "@
|
|
1
|
+
import { useComposedRefs } from "@hanzogui/compose-refs";
|
|
2
|
+
import { Slot, View, composeEventHandlers } from "@hanzogui/core";
|
|
3
|
+
import { useEscapeKeydown } from "@hanzogui/use-escape-keydown";
|
|
4
|
+
import { useEvent } from "@hanzogui/use-event";
|
|
5
5
|
import * as React from "react";
|
|
6
6
|
import * as ReactDOM from "react-dom";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzogui/dismissable",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"files": [
|
|
6
6
|
"src",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"clean:build": "hanzo-gui-build clean:build"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@hanzogui/compose-refs": "2.0.
|
|
38
|
-
"@hanzogui/core": "2.0.
|
|
39
|
-
"@hanzogui/helpers": "2.0.
|
|
40
|
-
"@hanzogui/use-escape-keydown": "2.0.
|
|
41
|
-
"@hanzogui/use-event": "2.0.
|
|
37
|
+
"@hanzogui/compose-refs": "2.0.1",
|
|
38
|
+
"@hanzogui/core": "2.0.1",
|
|
39
|
+
"@hanzogui/helpers": "2.0.1",
|
|
40
|
+
"@hanzogui/use-escape-keydown": "2.0.1",
|
|
41
|
+
"@hanzogui/use-event": "2.0.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@hanzogui/build": "2.0.
|
|
44
|
+
"@hanzogui/build": "2.0.1",
|
|
45
45
|
"react": ">=19",
|
|
46
46
|
"react-dom": "*"
|
|
47
47
|
},
|