@tamagui/checkbox 1.7.6 → 1.7.7
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/Checkbox.d.ts +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/checkbox",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.7",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@radix-ui/react-use-previous": "^0.1.1",
|
|
23
|
-
"@tamagui/core": "1.7.
|
|
24
|
-
"@tamagui/create-context": "1.7.
|
|
25
|
-
"@tamagui/focusable": "1.7.
|
|
26
|
-
"@tamagui/font-size": "1.7.
|
|
27
|
-
"@tamagui/get-size": "1.7.
|
|
28
|
-
"@tamagui/helpers-tamagui": "1.7.
|
|
29
|
-
"@tamagui/label": "1.7.
|
|
30
|
-
"@tamagui/stacks": "1.7.
|
|
31
|
-
"@tamagui/use-controllable-state": "1.7.
|
|
23
|
+
"@tamagui/core": "1.7.7",
|
|
24
|
+
"@tamagui/create-context": "1.7.7",
|
|
25
|
+
"@tamagui/focusable": "1.7.7",
|
|
26
|
+
"@tamagui/font-size": "1.7.7",
|
|
27
|
+
"@tamagui/get-size": "1.7.7",
|
|
28
|
+
"@tamagui/helpers-tamagui": "1.7.7",
|
|
29
|
+
"@tamagui/label": "1.7.7",
|
|
30
|
+
"@tamagui/stacks": "1.7.7",
|
|
31
|
+
"@tamagui/use-controllable-state": "1.7.7"
|
|
32
32
|
},
|
|
33
33
|
"exports": {
|
|
34
34
|
"./package.json": "./package.json",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"react": "*"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tamagui/build": "1.7.
|
|
45
|
+
"@tamagui/build": "1.7.7",
|
|
46
46
|
"react": "^18.2.0"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
package/types/Checkbox.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export declare const BubbleInput: (props: BubbleInputProps) => JSX.Element;
|
|
|
14
14
|
declare const CheckboxIndicatorFrame: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
15
15
|
readonly fullscreen?: boolean | undefined;
|
|
16
16
|
readonly elevation?: SizeTokens | undefined;
|
|
17
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "
|
|
17
|
+
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
18
18
|
readonly backgrounded?: boolean | undefined;
|
|
19
19
|
readonly radiused?: boolean | undefined;
|
|
20
20
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -29,7 +29,7 @@ declare const CheckboxIndicatorFrame: import("@tamagui/core").TamaguiComponent<(
|
|
|
29
29
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
30
30
|
readonly fullscreen?: boolean | undefined;
|
|
31
31
|
readonly elevation?: SizeTokens | undefined;
|
|
32
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "
|
|
32
|
+
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
33
33
|
readonly backgrounded?: boolean | undefined;
|
|
34
34
|
readonly radiused?: boolean | undefined;
|
|
35
35
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -44,7 +44,7 @@ declare const CheckboxIndicatorFrame: import("@tamagui/core").TamaguiComponent<(
|
|
|
44
44
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
45
45
|
readonly fullscreen?: boolean | undefined;
|
|
46
46
|
readonly elevation?: SizeTokens | undefined;
|
|
47
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "
|
|
47
|
+
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
48
48
|
readonly backgrounded?: boolean | undefined;
|
|
49
49
|
readonly radiused?: boolean | undefined;
|
|
50
50
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -229,7 +229,7 @@ export declare const Checkbox: React.ForwardRefExoticComponent<CheckboxProps & R
|
|
|
229
229
|
Indicator: React.ForwardRefExoticComponent<((Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
230
230
|
readonly fullscreen?: boolean | undefined;
|
|
231
231
|
readonly elevation?: SizeTokens | undefined;
|
|
232
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "
|
|
232
|
+
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
233
233
|
readonly backgrounded?: boolean | undefined;
|
|
234
234
|
readonly radiused?: boolean | undefined;
|
|
235
235
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -244,7 +244,7 @@ export declare const Checkbox: React.ForwardRefExoticComponent<CheckboxProps & R
|
|
|
244
244
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
245
245
|
readonly fullscreen?: boolean | undefined;
|
|
246
246
|
readonly elevation?: SizeTokens | undefined;
|
|
247
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "
|
|
247
|
+
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
248
248
|
readonly backgrounded?: boolean | undefined;
|
|
249
249
|
readonly radiused?: boolean | undefined;
|
|
250
250
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -259,7 +259,7 @@ export declare const Checkbox: React.ForwardRefExoticComponent<CheckboxProps & R
|
|
|
259
259
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
260
260
|
readonly fullscreen?: boolean | undefined;
|
|
261
261
|
readonly elevation?: SizeTokens | undefined;
|
|
262
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "
|
|
262
|
+
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
263
263
|
readonly backgrounded?: boolean | undefined;
|
|
264
264
|
readonly radiused?: boolean | undefined;
|
|
265
265
|
readonly hoverTheme?: boolean | undefined;
|