@tamagui/checkbox 1.111.2 → 1.111.4
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getVariableValue, styled } from "@tamagui/core";
|
|
2
2
|
import { getSize } from "@tamagui/get-token";
|
|
3
3
|
import { ThemeableStack } from "@tamagui/stacks";
|
|
4
|
-
import { CheckboxStyledContext } from "./CheckboxStyledContext.mjs";
|
|
4
|
+
import { CheckboxStyledContext } from "./CheckboxStyledContext.native.mjs";
|
|
5
5
|
var INDICATOR_NAME = "CheckboxIndicator",
|
|
6
6
|
CheckboxIndicatorFrame = styled(ThemeableStack, {
|
|
7
7
|
// use Checkbox for easier themes
|
|
@@ -7,8 +7,8 @@ import { getFontSize } from "@tamagui/font-size";
|
|
|
7
7
|
import { getSize } from "@tamagui/get-token";
|
|
8
8
|
import { useGetThemedIcon } from "@tamagui/helpers-tamagui";
|
|
9
9
|
import { useControllableState } from "@tamagui/use-controllable-state";
|
|
10
|
-
import { CheckboxFrame, CheckboxIndicatorFrame } from "./Checkbox.mjs";
|
|
11
|
-
import { CheckboxStyledContext } from "./CheckboxStyledContext.mjs";
|
|
10
|
+
import { CheckboxFrame, CheckboxIndicatorFrame } from "./Checkbox.native.mjs";
|
|
11
|
+
import { CheckboxStyledContext } from "./CheckboxStyledContext.native.mjs";
|
|
12
12
|
var CheckboxContext = /* @__PURE__ */React.createContext({
|
|
13
13
|
checked: !1,
|
|
14
14
|
disabled: !1
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { CheckboxFrame, CheckboxIndicatorFrame } from "./Checkbox.mjs";
|
|
2
|
-
import { createCheckbox } from "./createCheckbox.mjs";
|
|
3
|
-
export * from "./createCheckbox.mjs";
|
|
4
|
-
export * from "./Checkbox.mjs";
|
|
5
|
-
export * from "./CheckboxStyledContext.mjs";
|
|
1
|
+
import { CheckboxFrame, CheckboxIndicatorFrame } from "./Checkbox.native.mjs";
|
|
2
|
+
import { createCheckbox } from "./createCheckbox.native.mjs";
|
|
3
|
+
export * from "./createCheckbox.native.mjs";
|
|
4
|
+
export * from "./Checkbox.native.mjs";
|
|
5
|
+
export * from "./CheckboxStyledContext.native.mjs";
|
|
6
6
|
var Checkbox = createCheckbox({
|
|
7
7
|
Frame: CheckboxFrame,
|
|
8
8
|
Indicator: CheckboxIndicatorFrame
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/checkbox",
|
|
3
|
-
"version": "1.111.
|
|
3
|
+
"version": "1.111.4",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -24,20 +24,20 @@
|
|
|
24
24
|
"clean:build": "tamagui-build clean:build"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@tamagui/checkbox-headless": "1.111.
|
|
28
|
-
"@tamagui/compose-refs": "1.111.
|
|
29
|
-
"@tamagui/constants": "1.111.
|
|
30
|
-
"@tamagui/core": "1.111.
|
|
31
|
-
"@tamagui/create-context": "1.111.
|
|
32
|
-
"@tamagui/focusable": "1.111.
|
|
33
|
-
"@tamagui/font-size": "1.111.
|
|
34
|
-
"@tamagui/get-token": "1.111.
|
|
35
|
-
"@tamagui/helpers": "1.111.
|
|
36
|
-
"@tamagui/helpers-tamagui": "1.111.
|
|
37
|
-
"@tamagui/label": "1.111.
|
|
38
|
-
"@tamagui/stacks": "1.111.
|
|
39
|
-
"@tamagui/use-controllable-state": "1.111.
|
|
40
|
-
"@tamagui/use-previous": "1.111.
|
|
27
|
+
"@tamagui/checkbox-headless": "1.111.4",
|
|
28
|
+
"@tamagui/compose-refs": "1.111.4",
|
|
29
|
+
"@tamagui/constants": "1.111.4",
|
|
30
|
+
"@tamagui/core": "1.111.4",
|
|
31
|
+
"@tamagui/create-context": "1.111.4",
|
|
32
|
+
"@tamagui/focusable": "1.111.4",
|
|
33
|
+
"@tamagui/font-size": "1.111.4",
|
|
34
|
+
"@tamagui/get-token": "1.111.4",
|
|
35
|
+
"@tamagui/helpers": "1.111.4",
|
|
36
|
+
"@tamagui/helpers-tamagui": "1.111.4",
|
|
37
|
+
"@tamagui/label": "1.111.4",
|
|
38
|
+
"@tamagui/stacks": "1.111.4",
|
|
39
|
+
"@tamagui/use-controllable-state": "1.111.4",
|
|
40
|
+
"@tamagui/use-previous": "1.111.4"
|
|
41
41
|
},
|
|
42
42
|
"exports": {
|
|
43
43
|
"./package.json": "./package.json",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@tamagui/build": "1.111.
|
|
53
|
+
"@tamagui/build": "1.111.4",
|
|
54
54
|
"react": "^18.2.0 || ^19.0.0"
|
|
55
55
|
},
|
|
56
56
|
"publishConfig": {
|