@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.
@@ -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("@hanzo/gui-use-previous"),
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("@hanzo/gui-use-previous"),
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) {
@@ -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("@hanzo/gui-compose-refs"),
38
- import_gui_constants = require("@hanzo/gui-constants"),
39
- import_gui_helpers = require("@hanzo/gui-helpers"),
40
- import_gui_label = require("@hanzo/gui-label"),
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("@hanzo/gui-compose-refs"),
41
- import_gui_constants = require("@hanzo/gui-constants"),
42
- import_gui_helpers = require("@hanzo/gui-helpers"),
43
- import_gui_label = require("@hanzo/gui-label"),
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");
@@ -1,4 +1,4 @@
1
- import { usePrevious } from "@hanzo/gui-use-previous";
1
+ import { usePrevious } from "@hanzogui/use-previous";
2
2
  import * as React from "react";
3
3
  import { isIndeterminate } from "./utils.mjs";
4
4
  import { jsx } from "react/jsx-runtime";
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import { usePrevious } from "@hanzo/gui-use-previous";
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) {
@@ -1,7 +1,7 @@
1
- import { useComposedRefs } from "@hanzo/gui-compose-refs";
2
- import { isWeb } from "@hanzo/gui-constants";
3
- import { composeEventHandlers } from "@hanzo/gui-helpers";
4
- import { useLabelContext } from "@hanzo/gui-label";
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 "@hanzo/gui-compose-refs";
3
- import { isWeb } from "@hanzo/gui-constants";
4
- import { composeEventHandlers } from "@hanzo/gui-helpers";
5
- import { useLabelContext } from "@hanzo/gui-label";
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";
@@ -1,4 +1,4 @@
1
- import { usePrevious } from "@hanzo/gui-use-previous";
1
+ import { usePrevious } from "@hanzogui/use-previous";
2
2
  import * as React from "react";
3
3
  import { isIndeterminate } from "./utils.mjs";
4
4
  import { jsx } from "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("@hanzo/gui-use-previous"),
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) {
@@ -1,7 +1,7 @@
1
- import { useComposedRefs } from "@hanzo/gui-compose-refs";
2
- import { isWeb } from "@hanzo/gui-constants";
3
- import { composeEventHandlers } from "@hanzo/gui-helpers";
4
- import { useLabelContext } from "@hanzo/gui-label";
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("@hanzo/gui-compose-refs"),
41
- import_gui_constants = require("@hanzo/gui-constants"),
42
- import_gui_helpers = require("@hanzo/gui-helpers"),
43
- import_gui_label = require("@hanzo/gui-label"),
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.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.0-rc.29",
41
- "@hanzogui/constants": "2.0.0-rc.29",
42
- "@hanzogui/create-context": "2.0.0-rc.29",
43
- "@hanzogui/focusable": "2.0.0",
44
- "@hanzogui/helpers": "2.0.0-rc.29",
45
- "@hanzogui/label": "2.0.0",
46
- "@hanzogui/use-controllable-state": "2.0.0-rc.29",
47
- "@hanzogui/use-previous": "2.0.0-rc.29",
48
- "@hanzogui/web": "2.0.0-rc.29"
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.0-rc.29",
51
+ "@hanzogui/build": "2.0.1",
52
52
  "react": ">=19",
53
53
  "react-native": "0.83.2"
54
54
  },