@tamagui/switch 1.68.6 → 1.69.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/package.json +11 -11
- package/types/Switch.d.ts +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/switch",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.69.0",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -31,22 +31,22 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@tamagui/compose-refs": "1.
|
|
35
|
-
"@tamagui/core": "1.
|
|
36
|
-
"@tamagui/create-context": "1.
|
|
37
|
-
"@tamagui/focusable": "1.
|
|
38
|
-
"@tamagui/get-token": "1.
|
|
39
|
-
"@tamagui/label": "1.
|
|
40
|
-
"@tamagui/stacks": "1.
|
|
41
|
-
"@tamagui/use-controllable-state": "1.
|
|
42
|
-
"@tamagui/use-previous": "1.
|
|
34
|
+
"@tamagui/compose-refs": "1.69.0",
|
|
35
|
+
"@tamagui/core": "1.69.0",
|
|
36
|
+
"@tamagui/create-context": "1.69.0",
|
|
37
|
+
"@tamagui/focusable": "1.69.0",
|
|
38
|
+
"@tamagui/get-token": "1.69.0",
|
|
39
|
+
"@tamagui/label": "1.69.0",
|
|
40
|
+
"@tamagui/stacks": "1.69.0",
|
|
41
|
+
"@tamagui/use-controllable-state": "1.69.0",
|
|
42
|
+
"@tamagui/use-previous": "1.69.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "*",
|
|
46
46
|
"react-native": "*"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@tamagui/build": "1.
|
|
49
|
+
"@tamagui/build": "1.69.0",
|
|
50
50
|
"react": "^18.2.0",
|
|
51
51
|
"react-native": "^0.72.1"
|
|
52
52
|
},
|
package/types/Switch.d.ts
CHANGED
|
@@ -112,7 +112,7 @@ export declare const SwitchFrame: import("@tamagui/core").TamaguiComponent<Omit<
|
|
|
112
112
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
113
113
|
readonly fullscreen?: boolean | undefined;
|
|
114
114
|
readonly elevation?: SizeTokens | undefined;
|
|
115
|
-
}, "size" | "
|
|
115
|
+
}, "size" | "checked" | "frameWidth" | "unstyled"> & {
|
|
116
116
|
readonly unstyled?: boolean | undefined;
|
|
117
117
|
readonly checked?: boolean | undefined;
|
|
118
118
|
readonly frameWidth?: number | undefined;
|
|
@@ -122,7 +122,7 @@ export declare const SwitchFrame: import("@tamagui/core").TamaguiComponent<Omit<
|
|
|
122
122
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
123
123
|
readonly fullscreen?: boolean | undefined;
|
|
124
124
|
readonly elevation?: SizeTokens | undefined;
|
|
125
|
-
}, "size" | "
|
|
125
|
+
}, "size" | "checked" | "frameWidth" | "unstyled"> & {
|
|
126
126
|
readonly unstyled?: boolean | undefined;
|
|
127
127
|
readonly checked?: boolean | undefined;
|
|
128
128
|
readonly frameWidth?: number | undefined;
|
|
@@ -132,7 +132,7 @@ export declare const SwitchFrame: import("@tamagui/core").TamaguiComponent<Omit<
|
|
|
132
132
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
133
133
|
readonly fullscreen?: boolean | undefined;
|
|
134
134
|
readonly elevation?: SizeTokens | undefined;
|
|
135
|
-
}, "size" | "
|
|
135
|
+
}, "size" | "checked" | "frameWidth" | "unstyled"> & {
|
|
136
136
|
readonly unstyled?: boolean | undefined;
|
|
137
137
|
readonly checked?: boolean | undefined;
|
|
138
138
|
readonly frameWidth?: number | undefined;
|