@tamagui/radio-group 1.43.17 → 1.45.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 +10 -10
- package/types/RadioGroup.d.ts +4 -81
- package/types/RadioGroup.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/radio-group",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.45.0",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@radix-ui/react-use-previous": "^1.0.0",
|
|
35
|
-
"@tamagui/compose-refs": "1.
|
|
36
|
-
"@tamagui/core": "1.
|
|
37
|
-
"@tamagui/create-context": "1.
|
|
38
|
-
"@tamagui/focusable": "1.
|
|
39
|
-
"@tamagui/get-token": "1.
|
|
40
|
-
"@tamagui/label": "1.
|
|
41
|
-
"@tamagui/stacks": "1.
|
|
42
|
-
"@tamagui/use-controllable-state": "1.
|
|
35
|
+
"@tamagui/compose-refs": "1.45.0",
|
|
36
|
+
"@tamagui/core": "1.45.0",
|
|
37
|
+
"@tamagui/create-context": "1.45.0",
|
|
38
|
+
"@tamagui/focusable": "1.45.0",
|
|
39
|
+
"@tamagui/get-token": "1.45.0",
|
|
40
|
+
"@tamagui/label": "1.45.0",
|
|
41
|
+
"@tamagui/stacks": "1.45.0",
|
|
42
|
+
"@tamagui/use-controllable-state": "1.45.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "*"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@tamagui/build": "1.
|
|
48
|
+
"@tamagui/build": "1.45.0",
|
|
49
49
|
"react": "^18.2.0"
|
|
50
50
|
},
|
|
51
51
|
"publishConfig": {
|
package/types/RadioGroup.d.ts
CHANGED
|
@@ -60,26 +60,7 @@ declare const RadioGroupFrame: import("@tamagui/core").TamaguiComponent<Omit<imp
|
|
|
60
60
|
readonly chromeless?: boolean | "all" | undefined;
|
|
61
61
|
}, "orientation"> & {
|
|
62
62
|
readonly orientation?: "horizontal" | "vertical" | undefined;
|
|
63
|
-
}
|
|
64
|
-
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
65
|
-
} & 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<{
|
|
66
|
-
readonly fullscreen?: boolean | undefined;
|
|
67
|
-
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
68
|
-
} & {
|
|
69
|
-
readonly backgrounded?: boolean | undefined;
|
|
70
|
-
readonly radiused?: boolean | undefined;
|
|
71
|
-
readonly hoverTheme?: boolean | undefined;
|
|
72
|
-
readonly pressTheme?: boolean | undefined;
|
|
73
|
-
readonly focusTheme?: boolean | undefined;
|
|
74
|
-
readonly circular?: boolean | undefined;
|
|
75
|
-
readonly padded?: boolean | undefined;
|
|
76
|
-
readonly elevate?: boolean | undefined;
|
|
77
|
-
readonly bordered?: number | boolean | undefined;
|
|
78
|
-
readonly transparent?: boolean | undefined;
|
|
79
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
80
|
-
}, "orientation"> & {
|
|
81
|
-
readonly orientation?: "horizontal" | "vertical" | undefined;
|
|
82
|
-
}>>>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
63
|
+
}>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
83
64
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
84
65
|
} & 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, {
|
|
85
66
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -192,26 +173,7 @@ declare const RadioGroup: React.ForwardRefExoticComponent<Omit<import("react-nat
|
|
|
192
173
|
readonly chromeless?: boolean | "all" | undefined;
|
|
193
174
|
}, "orientation"> & {
|
|
194
175
|
readonly orientation?: "horizontal" | "vertical" | undefined;
|
|
195
|
-
} &
|
|
196
|
-
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
197
|
-
} & 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<{
|
|
198
|
-
readonly fullscreen?: boolean | undefined;
|
|
199
|
-
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
200
|
-
} & {
|
|
201
|
-
readonly backgrounded?: boolean | undefined;
|
|
202
|
-
readonly radiused?: boolean | undefined;
|
|
203
|
-
readonly hoverTheme?: boolean | undefined;
|
|
204
|
-
readonly pressTheme?: boolean | undefined;
|
|
205
|
-
readonly focusTheme?: boolean | undefined;
|
|
206
|
-
readonly circular?: boolean | undefined;
|
|
207
|
-
readonly padded?: boolean | undefined;
|
|
208
|
-
readonly elevate?: boolean | undefined;
|
|
209
|
-
readonly bordered?: number | boolean | undefined;
|
|
210
|
-
readonly transparent?: boolean | undefined;
|
|
211
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
212
|
-
}, "orientation"> & {
|
|
213
|
-
readonly orientation?: "horizontal" | "vertical" | undefined;
|
|
214
|
-
}>>>> & {
|
|
176
|
+
}>> & {
|
|
215
177
|
value?: string | undefined;
|
|
216
178
|
defaultValue?: string | undefined;
|
|
217
179
|
onValueChange?: ((value: string) => void) | undefined;
|
|
@@ -278,26 +240,7 @@ declare const RadioGroup: React.ForwardRefExoticComponent<Omit<import("react-nat
|
|
|
278
240
|
readonly chromeless?: boolean | "all" | undefined;
|
|
279
241
|
}, "unstyled"> & {
|
|
280
242
|
readonly unstyled?: boolean | undefined;
|
|
281
|
-
} &
|
|
282
|
-
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
283
|
-
} & 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<{
|
|
284
|
-
readonly fullscreen?: boolean | undefined;
|
|
285
|
-
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
286
|
-
} & {
|
|
287
|
-
readonly backgrounded?: boolean | undefined;
|
|
288
|
-
readonly radiused?: boolean | undefined;
|
|
289
|
-
readonly hoverTheme?: boolean | undefined;
|
|
290
|
-
readonly pressTheme?: boolean | undefined;
|
|
291
|
-
readonly focusTheme?: boolean | undefined;
|
|
292
|
-
readonly circular?: boolean | undefined;
|
|
293
|
-
readonly padded?: boolean | undefined;
|
|
294
|
-
readonly elevate?: boolean | undefined;
|
|
295
|
-
readonly bordered?: number | boolean | undefined;
|
|
296
|
-
readonly transparent?: boolean | undefined;
|
|
297
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
298
|
-
}, "unstyled"> & {
|
|
299
|
-
readonly unstyled?: boolean | undefined;
|
|
300
|
-
}>>>> & {
|
|
243
|
+
}>> & {
|
|
301
244
|
forceMount?: boolean | undefined;
|
|
302
245
|
unstyled?: boolean | undefined;
|
|
303
246
|
} & React.RefAttributes<TamaguiElement>>;
|
|
@@ -361,27 +304,7 @@ declare const RadioGroup: React.ForwardRefExoticComponent<Omit<import("react-nat
|
|
|
361
304
|
}, "size" | "unstyled"> & {
|
|
362
305
|
readonly unstyled?: boolean | undefined;
|
|
363
306
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
364
|
-
} &
|
|
365
|
-
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
366
|
-
} & 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<{
|
|
367
|
-
readonly fullscreen?: boolean | undefined;
|
|
368
|
-
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
369
|
-
} & {
|
|
370
|
-
readonly backgrounded?: boolean | undefined;
|
|
371
|
-
readonly radiused?: boolean | undefined;
|
|
372
|
-
readonly hoverTheme?: boolean | undefined;
|
|
373
|
-
readonly pressTheme?: boolean | undefined;
|
|
374
|
-
readonly focusTheme?: boolean | undefined;
|
|
375
|
-
readonly circular?: boolean | undefined;
|
|
376
|
-
readonly padded?: boolean | undefined;
|
|
377
|
-
readonly elevate?: boolean | undefined;
|
|
378
|
-
readonly bordered?: number | boolean | undefined;
|
|
379
|
-
readonly transparent?: boolean | undefined;
|
|
380
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
381
|
-
}, "size" | "unstyled"> & {
|
|
382
|
-
readonly unstyled?: boolean | undefined;
|
|
383
|
-
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
384
|
-
}>>>> & {
|
|
307
|
+
}>> & {
|
|
385
308
|
value: string;
|
|
386
309
|
id?: string | undefined;
|
|
387
310
|
labelledBy?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../src/RadioGroup.tsx"],"names":[],"mappings":"AAIA,OAAO,EACL,QAAQ,EAOT,MAAM,eAAe,CAAA;AAOtB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAMnC,QAAA,MAAgC,qBAAqB,+CACf,CAAA;AAyXtC,KAAK,cAAc,GAAG,WAAW,GAAG,IAAI,CAAA;AAIxC,QAAA,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../src/RadioGroup.tsx"],"names":[],"mappings":"AAIA,OAAO,EACL,QAAQ,EAOT,MAAM,eAAe,CAAA;AAOtB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAMnC,QAAA,MAAgC,qBAAqB,+CACf,CAAA;AAyXtC,KAAK,cAAc,GAAG,WAAW,GAAG,IAAI,CAAA;AAIxC,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAenB,CAAA;AAEF,KAAK,eAAe,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,GAAG;IACxD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BARU,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAlQhC,MAAM;;;;;CA8Td,CAAA;AAID,OAAO,EAAE,qBAAqB,EAAE,UAAU,EAAE,CAAA;AAC5C,YAAY,EAAE,eAAe,EAAE,CAAA"}
|