@tamagui/switch 1.130.8 → 1.131.0
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/createSwitch.cjs +2 -2
- package/dist/cjs/index.cjs +5 -5
- package/package.json +13 -13
|
@@ -41,8 +41,8 @@ var import_core = require("@tamagui/core"),
|
|
|
41
41
|
import_use_controllable_state = require("@tamagui/use-controllable-state"),
|
|
42
42
|
React = __toESM(require("react")),
|
|
43
43
|
import_react_native = require("react-native-web"),
|
|
44
|
-
import_StyledContext = require("./StyledContext"),
|
|
45
|
-
import_Switch = require("./Switch"),
|
|
44
|
+
import_StyledContext = require("./StyledContext.cjs"),
|
|
45
|
+
import_Switch = require("./Switch.cjs"),
|
|
46
46
|
import_jsx_runtime = require("react/jsx-runtime");
|
|
47
47
|
const SwitchContext = React.createContext({
|
|
48
48
|
checked: !1,
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -24,11 +24,11 @@ __export(index_exports, {
|
|
|
24
24
|
Switch: () => Switch
|
|
25
25
|
});
|
|
26
26
|
module.exports = __toCommonJS(index_exports);
|
|
27
|
-
var import_createSwitch = require("./createSwitch"),
|
|
28
|
-
import_Switch = require("./Switch");
|
|
29
|
-
__reExport(index_exports, require("./createSwitch"), module.exports);
|
|
30
|
-
__reExport(index_exports, require("./StyledContext"), module.exports);
|
|
31
|
-
__reExport(index_exports, require("./Switch"), module.exports);
|
|
27
|
+
var import_createSwitch = require("./createSwitch.cjs"),
|
|
28
|
+
import_Switch = require("./Switch.cjs");
|
|
29
|
+
__reExport(index_exports, require("./createSwitch.cjs"), module.exports);
|
|
30
|
+
__reExport(index_exports, require("./StyledContext.cjs"), module.exports);
|
|
31
|
+
__reExport(index_exports, require("./Switch.cjs"), module.exports);
|
|
32
32
|
const Switch = (0, import_createSwitch.createSwitch)({
|
|
33
33
|
Frame: import_Switch.SwitchFrame,
|
|
34
34
|
Thumb: import_Switch.SwitchThumb
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/switch",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.131.0",
|
|
4
4
|
"removeSideEffects": true,
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -37,24 +37,24 @@
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@tamagui/compose-refs": "1.
|
|
41
|
-
"@tamagui/constants": "1.
|
|
42
|
-
"@tamagui/core": "1.
|
|
43
|
-
"@tamagui/focusable": "1.
|
|
44
|
-
"@tamagui/get-token": "1.
|
|
45
|
-
"@tamagui/helpers": "1.
|
|
46
|
-
"@tamagui/label": "1.
|
|
47
|
-
"@tamagui/stacks": "1.
|
|
48
|
-
"@tamagui/switch-headless": "1.
|
|
49
|
-
"@tamagui/use-controllable-state": "1.
|
|
50
|
-
"@tamagui/use-previous": "1.
|
|
40
|
+
"@tamagui/compose-refs": "1.131.0",
|
|
41
|
+
"@tamagui/constants": "1.131.0",
|
|
42
|
+
"@tamagui/core": "1.131.0",
|
|
43
|
+
"@tamagui/focusable": "1.131.0",
|
|
44
|
+
"@tamagui/get-token": "1.131.0",
|
|
45
|
+
"@tamagui/helpers": "1.131.0",
|
|
46
|
+
"@tamagui/label": "1.131.0",
|
|
47
|
+
"@tamagui/stacks": "1.131.0",
|
|
48
|
+
"@tamagui/switch-headless": "1.131.0",
|
|
49
|
+
"@tamagui/use-controllable-state": "1.131.0",
|
|
50
|
+
"@tamagui/use-previous": "1.131.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"react": "*",
|
|
54
54
|
"react-native": "^0.79.2"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@tamagui/build": "1.
|
|
57
|
+
"@tamagui/build": "1.131.0",
|
|
58
58
|
"react": "*",
|
|
59
59
|
"react-native": "^0.79.2"
|
|
60
60
|
},
|