@hanzogui/checkbox-headless 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/BubbleInput.cjs +1 -1
- package/dist/cjs/BubbleInput.native.js +1 -1
- package/dist/cjs/useCheckbox.cjs +4 -4
- package/dist/cjs/useCheckbox.native.js +4 -4
- package/dist/esm/BubbleInput.mjs +1 -1
- package/dist/esm/BubbleInput.native.js +1 -1
- package/dist/esm/useCheckbox.mjs +4 -4
- package/dist/esm/useCheckbox.native.js +4 -4
- package/dist/jsx/BubbleInput.mjs +1 -1
- package/dist/jsx/BubbleInput.native.js +1 -1
- package/dist/jsx/useCheckbox.mjs +4 -4
- package/dist/jsx/useCheckbox.native.js +4 -4
- package/package.json +11 -11
package/dist/cjs/BubbleInput.cjs
CHANGED
|
@@ -34,7 +34,7 @@ __export(BubbleInput_exports, {
|
|
|
34
34
|
BubbleInput: () => BubbleInput
|
|
35
35
|
});
|
|
36
36
|
module.exports = __toCommonJS(BubbleInput_exports);
|
|
37
|
-
var import_gui_use_previous = require("@
|
|
37
|
+
var import_gui_use_previous = require("@hanzogui/use-previous"),
|
|
38
38
|
React = __toESM(require("react"), 1),
|
|
39
39
|
import_utils = require("./utils.cjs"),
|
|
40
40
|
import_jsx_runtime = require("react/jsx-runtime");
|
|
@@ -37,7 +37,7 @@ __export(BubbleInput_exports, {
|
|
|
37
37
|
});
|
|
38
38
|
module.exports = __toCommonJS(BubbleInput_exports);
|
|
39
39
|
var import_jsx_runtime = require("react/jsx-runtime"),
|
|
40
|
-
import_gui_use_previous = require("@
|
|
40
|
+
import_gui_use_previous = require("@hanzogui/use-previous"),
|
|
41
41
|
React = __toESM(require("react"), 1),
|
|
42
42
|
import_utils = require("./utils.native.js"),
|
|
43
43
|
BubbleInput = function (props) {
|
package/dist/cjs/useCheckbox.cjs
CHANGED
|
@@ -34,10 +34,10 @@ __export(useCheckbox_exports, {
|
|
|
34
34
|
useCheckbox: () => useCheckbox
|
|
35
35
|
});
|
|
36
36
|
module.exports = __toCommonJS(useCheckbox_exports);
|
|
37
|
-
var import_gui_compose_refs = require("@
|
|
38
|
-
import_gui_constants = require("@
|
|
39
|
-
import_gui_helpers = require("@
|
|
40
|
-
import_gui_label = require("@
|
|
37
|
+
var import_gui_compose_refs = require("@hanzogui/compose-refs"),
|
|
38
|
+
import_gui_constants = require("@hanzogui/constants"),
|
|
39
|
+
import_gui_helpers = require("@hanzogui/helpers"),
|
|
40
|
+
import_gui_label = require("@hanzogui/label"),
|
|
41
41
|
import_react = __toESM(require("react"), 1),
|
|
42
42
|
import_BubbleInput = require("./BubbleInput.cjs"),
|
|
43
43
|
import_utils = require("./utils.cjs"),
|
|
@@ -37,10 +37,10 @@ __export(useCheckbox_exports, {
|
|
|
37
37
|
});
|
|
38
38
|
module.exports = __toCommonJS(useCheckbox_exports);
|
|
39
39
|
var import_jsx_runtime = require("react/jsx-runtime"),
|
|
40
|
-
import_gui_compose_refs = require("@
|
|
41
|
-
import_gui_constants = require("@
|
|
42
|
-
import_gui_helpers = require("@
|
|
43
|
-
import_gui_label = require("@
|
|
40
|
+
import_gui_compose_refs = require("@hanzogui/compose-refs"),
|
|
41
|
+
import_gui_constants = require("@hanzogui/constants"),
|
|
42
|
+
import_gui_helpers = require("@hanzogui/helpers"),
|
|
43
|
+
import_gui_label = require("@hanzogui/label"),
|
|
44
44
|
import_react = __toESM(require("react"), 1),
|
|
45
45
|
import_BubbleInput = require("./BubbleInput.native.js"),
|
|
46
46
|
import_utils = require("./utils.native.js");
|
package/dist/esm/BubbleInput.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { usePrevious } from "@
|
|
2
|
+
import { usePrevious } from "@hanzogui/use-previous";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import { isIndeterminate } from "./utils.native.js";
|
|
5
5
|
var BubbleInput = function (props) {
|
package/dist/esm/useCheckbox.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { useComposedRefs } from "@
|
|
2
|
-
import { isWeb } from "@
|
|
3
|
-
import { composeEventHandlers } from "@
|
|
4
|
-
import { useLabelContext } from "@
|
|
1
|
+
import { useComposedRefs } from "@hanzogui/compose-refs";
|
|
2
|
+
import { isWeb } from "@hanzogui/constants";
|
|
3
|
+
import { composeEventHandlers } from "@hanzogui/helpers";
|
|
4
|
+
import { useLabelContext } from "@hanzogui/label";
|
|
5
5
|
import React, { useMemo } from "react";
|
|
6
6
|
import { BubbleInput } from "./BubbleInput.mjs";
|
|
7
7
|
import { getState, isIndeterminate } from "./utils.mjs";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { useComposedRefs } from "@
|
|
3
|
-
import { isWeb } from "@
|
|
4
|
-
import { composeEventHandlers } from "@
|
|
5
|
-
import { useLabelContext } from "@
|
|
2
|
+
import { useComposedRefs } from "@hanzogui/compose-refs";
|
|
3
|
+
import { isWeb } from "@hanzogui/constants";
|
|
4
|
+
import { composeEventHandlers } from "@hanzogui/helpers";
|
|
5
|
+
import { useLabelContext } from "@hanzogui/label";
|
|
6
6
|
import React, { useMemo } from "react";
|
|
7
7
|
import { BubbleInput } from "./BubbleInput.native.js";
|
|
8
8
|
import { getState, isIndeterminate } from "./utils.native.js";
|
package/dist/jsx/BubbleInput.mjs
CHANGED
|
@@ -37,7 +37,7 @@ __export(BubbleInput_exports, {
|
|
|
37
37
|
});
|
|
38
38
|
module.exports = __toCommonJS(BubbleInput_exports);
|
|
39
39
|
var import_jsx_runtime = require("react/jsx-runtime"),
|
|
40
|
-
import_gui_use_previous = require("@
|
|
40
|
+
import_gui_use_previous = require("@hanzogui/use-previous"),
|
|
41
41
|
React = __toESM(require("react"), 1),
|
|
42
42
|
import_utils = require("./utils.native.js"),
|
|
43
43
|
BubbleInput = function (props) {
|
package/dist/jsx/useCheckbox.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { useComposedRefs } from "@
|
|
2
|
-
import { isWeb } from "@
|
|
3
|
-
import { composeEventHandlers } from "@
|
|
4
|
-
import { useLabelContext } from "@
|
|
1
|
+
import { useComposedRefs } from "@hanzogui/compose-refs";
|
|
2
|
+
import { isWeb } from "@hanzogui/constants";
|
|
3
|
+
import { composeEventHandlers } from "@hanzogui/helpers";
|
|
4
|
+
import { useLabelContext } from "@hanzogui/label";
|
|
5
5
|
import React, { useMemo } from "react";
|
|
6
6
|
import { BubbleInput } from "./BubbleInput.mjs";
|
|
7
7
|
import { getState, isIndeterminate } from "./utils.mjs";
|
|
@@ -37,10 +37,10 @@ __export(useCheckbox_exports, {
|
|
|
37
37
|
});
|
|
38
38
|
module.exports = __toCommonJS(useCheckbox_exports);
|
|
39
39
|
var import_jsx_runtime = require("react/jsx-runtime"),
|
|
40
|
-
import_gui_compose_refs = require("@
|
|
41
|
-
import_gui_constants = require("@
|
|
42
|
-
import_gui_helpers = require("@
|
|
43
|
-
import_gui_label = require("@
|
|
40
|
+
import_gui_compose_refs = require("@hanzogui/compose-refs"),
|
|
41
|
+
import_gui_constants = require("@hanzogui/constants"),
|
|
42
|
+
import_gui_helpers = require("@hanzogui/helpers"),
|
|
43
|
+
import_gui_label = require("@hanzogui/label"),
|
|
44
44
|
import_react = __toESM(require("react"), 1),
|
|
45
45
|
import_BubbleInput = require("./BubbleInput.native.js"),
|
|
46
46
|
import_utils = require("./utils.native.js");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzogui/checkbox-headless",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"files": [
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"clean:build": "hanzo-gui-build clean:build"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@hanzogui/compose-refs": "2.0.
|
|
41
|
-
"@hanzogui/constants": "2.0.
|
|
42
|
-
"@hanzogui/create-context": "2.0.
|
|
43
|
-
"@hanzogui/focusable": "2.0.
|
|
44
|
-
"@hanzogui/helpers": "2.0.
|
|
45
|
-
"@hanzogui/label": "2.0.
|
|
46
|
-
"@hanzogui/use-controllable-state": "2.0.
|
|
47
|
-
"@hanzogui/use-previous": "2.0.
|
|
48
|
-
"@hanzogui/web": "2.0.
|
|
40
|
+
"@hanzogui/compose-refs": "2.0.1",
|
|
41
|
+
"@hanzogui/constants": "2.0.1",
|
|
42
|
+
"@hanzogui/create-context": "2.0.1",
|
|
43
|
+
"@hanzogui/focusable": "2.0.1",
|
|
44
|
+
"@hanzogui/helpers": "2.0.1",
|
|
45
|
+
"@hanzogui/label": "2.0.1",
|
|
46
|
+
"@hanzogui/use-controllable-state": "2.0.1",
|
|
47
|
+
"@hanzogui/use-previous": "2.0.1",
|
|
48
|
+
"@hanzogui/web": "2.0.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@hanzogui/build": "2.0.
|
|
51
|
+
"@hanzogui/build": "2.0.1",
|
|
52
52
|
"react": ">=19",
|
|
53
53
|
"react-native": "0.83.2"
|
|
54
54
|
},
|