@tamagui/checkbox-headless 1.130.8 → 1.131.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/cjs/BubbleInput.cjs +1 -1
- package/dist/cjs/index.cjs +2 -2
- package/dist/cjs/useCheckbox.cjs +2 -2
- package/package.json +11 -11
package/dist/cjs/BubbleInput.cjs
CHANGED
|
@@ -36,7 +36,7 @@ __export(BubbleInput_exports, {
|
|
|
36
36
|
module.exports = __toCommonJS(BubbleInput_exports);
|
|
37
37
|
var import_use_previous = require("@tamagui/use-previous"),
|
|
38
38
|
React = __toESM(require("react")),
|
|
39
|
-
import_utils = require("./utils"),
|
|
39
|
+
import_utils = require("./utils.cjs"),
|
|
40
40
|
import_jsx_runtime = require("react/jsx-runtime");
|
|
41
41
|
const BubbleInput = props => {
|
|
42
42
|
const {
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -15,5 +15,5 @@ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
|
15
15
|
}), mod);
|
|
16
16
|
var index_exports = {};
|
|
17
17
|
module.exports = __toCommonJS(index_exports);
|
|
18
|
-
__reExport(index_exports, require("./useCheckbox"), module.exports);
|
|
19
|
-
__reExport(index_exports, require("./utils"), module.exports);
|
|
18
|
+
__reExport(index_exports, require("./useCheckbox.cjs"), module.exports);
|
|
19
|
+
__reExport(index_exports, require("./utils.cjs"), module.exports);
|
package/dist/cjs/useCheckbox.cjs
CHANGED
|
@@ -39,8 +39,8 @@ var import_compose_refs = require("@tamagui/compose-refs"),
|
|
|
39
39
|
import_helpers = require("@tamagui/helpers"),
|
|
40
40
|
import_label = require("@tamagui/label"),
|
|
41
41
|
import_react = __toESM(require("react")),
|
|
42
|
-
import_BubbleInput = require("./BubbleInput"),
|
|
43
|
-
import_utils = require("./utils"),
|
|
42
|
+
import_BubbleInput = require("./BubbleInput.cjs"),
|
|
43
|
+
import_utils = require("./utils.cjs"),
|
|
44
44
|
import_jsx_runtime = require("react/jsx-runtime");
|
|
45
45
|
function useCheckbox(props, [checked, setChecked], ref) {
|
|
46
46
|
const {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/checkbox-headless",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.131.1",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"clean:build": "tamagui-build clean:build"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@tamagui/compose-refs": "1.
|
|
27
|
-
"@tamagui/constants": "1.
|
|
28
|
-
"@tamagui/create-context": "1.
|
|
29
|
-
"@tamagui/focusable": "1.
|
|
30
|
-
"@tamagui/helpers": "1.
|
|
31
|
-
"@tamagui/label": "1.
|
|
32
|
-
"@tamagui/use-controllable-state": "1.
|
|
33
|
-
"@tamagui/use-previous": "1.
|
|
34
|
-
"@tamagui/web": "1.
|
|
26
|
+
"@tamagui/compose-refs": "1.131.1",
|
|
27
|
+
"@tamagui/constants": "1.131.1",
|
|
28
|
+
"@tamagui/create-context": "1.131.1",
|
|
29
|
+
"@tamagui/focusable": "1.131.1",
|
|
30
|
+
"@tamagui/helpers": "1.131.1",
|
|
31
|
+
"@tamagui/label": "1.131.1",
|
|
32
|
+
"@tamagui/use-controllable-state": "1.131.1",
|
|
33
|
+
"@tamagui/use-previous": "1.131.1",
|
|
34
|
+
"@tamagui/web": "1.131.1"
|
|
35
35
|
},
|
|
36
36
|
"exports": {
|
|
37
37
|
"./package.json": "./package.json",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@tamagui/build": "1.
|
|
50
|
+
"@tamagui/build": "1.131.1",
|
|
51
51
|
"react": "*",
|
|
52
52
|
"react-native": "^0.79.2"
|
|
53
53
|
},
|