@hanzogui/checkbox-headless 2.0.4 → 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 +1 -1
- package/src/BubbleInput.tsx +1 -1
- package/src/useCheckbox.tsx +5 -5
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
package/src/BubbleInput.tsx
CHANGED
package/src/useCheckbox.tsx
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { useComposedRefs } from '@
|
|
2
|
-
import { isWeb } from '@
|
|
3
|
-
import type { GestureReponderEvent } from '@
|
|
4
|
-
import { composeEventHandlers } from '@
|
|
5
|
-
import { useLabelContext } from '@
|
|
1
|
+
import { useComposedRefs } from '@hanzogui/compose-refs'
|
|
2
|
+
import { isWeb } from '@hanzogui/constants'
|
|
3
|
+
import type { GestureReponderEvent } from '@hanzogui/web'
|
|
4
|
+
import { composeEventHandlers } from '@hanzogui/helpers'
|
|
5
|
+
import { useLabelContext } from '@hanzogui/label'
|
|
6
6
|
import React, { useMemo } from 'react'
|
|
7
7
|
import type { PressableProps, View, ViewProps } from 'react-native'
|
|
8
8
|
|