@tamagui/group 1.88.6 → 1.88.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 +7 -7
- package/types/Group.d.ts +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/group",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.7",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
"clean:build": "tamagui-build clean:build"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@tamagui/core": "1.88.
|
|
27
|
-
"@tamagui/create-context": "1.88.
|
|
28
|
-
"@tamagui/helpers": "1.88.
|
|
29
|
-
"@tamagui/stacks": "1.88.
|
|
30
|
-
"@tamagui/use-controllable-state": "1.88.
|
|
26
|
+
"@tamagui/core": "1.88.7",
|
|
27
|
+
"@tamagui/create-context": "1.88.7",
|
|
28
|
+
"@tamagui/helpers": "1.88.7",
|
|
29
|
+
"@tamagui/stacks": "1.88.7",
|
|
30
|
+
"@tamagui/use-controllable-state": "1.88.7",
|
|
31
31
|
"reforest": "^0.13.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": "*"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@tamagui/build": "1.88.
|
|
37
|
+
"@tamagui/build": "1.88.7",
|
|
38
38
|
"react": "^18.2.0"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
package/types/Group.d.ts
CHANGED
|
@@ -50,7 +50,7 @@ export type GroupItemProps = {
|
|
|
50
50
|
export declare const useGroupItem: (childrenProps: {
|
|
51
51
|
disabled: boolean;
|
|
52
52
|
}, forcePlacement?: GroupItemProps['forcePlacement'], __scopeGroup?: Scope) => Record<string, any>;
|
|
53
|
-
export declare const Group: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps,
|
|
53
|
+
export declare const Group: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
54
54
|
unstyled?: boolean | undefined;
|
|
55
55
|
size?: any;
|
|
56
56
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -66,7 +66,7 @@ export declare const Group: React.ForwardRefExoticComponent<Omit<import("@tamagu
|
|
|
66
66
|
radiused?: boolean | undefined;
|
|
67
67
|
padded?: boolean | undefined;
|
|
68
68
|
chromeless?: boolean | "all" | undefined;
|
|
69
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
69
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
70
70
|
unstyled?: boolean | undefined;
|
|
71
71
|
size?: any;
|
|
72
72
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -82,7 +82,7 @@ export declare const Group: React.ForwardRefExoticComponent<Omit<import("@tamagu
|
|
|
82
82
|
radiused?: boolean | undefined;
|
|
83
83
|
padded?: boolean | undefined;
|
|
84
84
|
chromeless?: boolean | "all" | undefined;
|
|
85
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
85
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
86
86
|
unstyled?: boolean | undefined;
|
|
87
87
|
size?: any;
|
|
88
88
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -98,7 +98,7 @@ export declare const Group: React.ForwardRefExoticComponent<Omit<import("@tamagu
|
|
|
98
98
|
radiused?: boolean | undefined;
|
|
99
99
|
padded?: boolean | undefined;
|
|
100
100
|
chromeless?: boolean | "all" | undefined;
|
|
101
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
101
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
102
102
|
unstyled?: boolean | undefined;
|
|
103
103
|
size?: any;
|
|
104
104
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -114,7 +114,7 @@ export declare const Group: React.ForwardRefExoticComponent<Omit<import("@tamagu
|
|
|
114
114
|
radiused?: boolean | undefined;
|
|
115
115
|
padded?: boolean | undefined;
|
|
116
116
|
chromeless?: boolean | "all" | undefined;
|
|
117
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
117
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
118
118
|
unstyled?: boolean | undefined;
|
|
119
119
|
size?: any;
|
|
120
120
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -152,7 +152,7 @@ export declare const Group: React.ForwardRefExoticComponent<Omit<import("@tamagu
|
|
|
152
152
|
} & React.RefAttributes<TamaguiElement>> & {
|
|
153
153
|
Item: (props: ScopedProps<GroupItemProps>) => any;
|
|
154
154
|
};
|
|
155
|
-
export declare const YGroup: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps,
|
|
155
|
+
export declare const YGroup: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
156
156
|
unstyled?: boolean | undefined;
|
|
157
157
|
size?: any;
|
|
158
158
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -168,7 +168,7 @@ export declare const YGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
168
168
|
radiused?: boolean | undefined;
|
|
169
169
|
padded?: boolean | undefined;
|
|
170
170
|
chromeless?: boolean | "all" | undefined;
|
|
171
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
171
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
172
172
|
unstyled?: boolean | undefined;
|
|
173
173
|
size?: any;
|
|
174
174
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -184,7 +184,7 @@ export declare const YGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
184
184
|
radiused?: boolean | undefined;
|
|
185
185
|
padded?: boolean | undefined;
|
|
186
186
|
chromeless?: boolean | "all" | undefined;
|
|
187
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
187
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
188
188
|
unstyled?: boolean | undefined;
|
|
189
189
|
size?: any;
|
|
190
190
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -200,7 +200,7 @@ export declare const YGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
200
200
|
radiused?: boolean | undefined;
|
|
201
201
|
padded?: boolean | undefined;
|
|
202
202
|
chromeless?: boolean | "all" | undefined;
|
|
203
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
203
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
204
204
|
unstyled?: boolean | undefined;
|
|
205
205
|
size?: any;
|
|
206
206
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -216,7 +216,7 @@ export declare const YGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
216
216
|
radiused?: boolean | undefined;
|
|
217
217
|
padded?: boolean | undefined;
|
|
218
218
|
chromeless?: boolean | "all" | undefined;
|
|
219
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
219
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
220
220
|
unstyled?: boolean | undefined;
|
|
221
221
|
size?: any;
|
|
222
222
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -254,7 +254,7 @@ export declare const YGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
254
254
|
} & React.RefAttributes<TamaguiElement>> & {
|
|
255
255
|
Item: (props: ScopedProps<GroupItemProps>) => any;
|
|
256
256
|
};
|
|
257
|
-
export declare const XGroup: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps,
|
|
257
|
+
export declare const XGroup: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
258
258
|
unstyled?: boolean | undefined;
|
|
259
259
|
size?: any;
|
|
260
260
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -270,7 +270,7 @@ export declare const XGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
270
270
|
radiused?: boolean | undefined;
|
|
271
271
|
padded?: boolean | undefined;
|
|
272
272
|
chromeless?: boolean | "all" | undefined;
|
|
273
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
273
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
274
274
|
unstyled?: boolean | undefined;
|
|
275
275
|
size?: any;
|
|
276
276
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -286,7 +286,7 @@ export declare const XGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
286
286
|
radiused?: boolean | undefined;
|
|
287
287
|
padded?: boolean | undefined;
|
|
288
288
|
chromeless?: boolean | "all" | undefined;
|
|
289
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
289
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
290
290
|
unstyled?: boolean | undefined;
|
|
291
291
|
size?: any;
|
|
292
292
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -302,7 +302,7 @@ export declare const XGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
302
302
|
radiused?: boolean | undefined;
|
|
303
303
|
padded?: boolean | undefined;
|
|
304
304
|
chromeless?: boolean | "all" | undefined;
|
|
305
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
305
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
306
306
|
unstyled?: boolean | undefined;
|
|
307
307
|
size?: any;
|
|
308
308
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -318,7 +318,7 @@ export declare const XGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
318
318
|
radiused?: boolean | undefined;
|
|
319
319
|
padded?: boolean | undefined;
|
|
320
320
|
chromeless?: boolean | "all" | undefined;
|
|
321
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
321
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
322
322
|
unstyled?: boolean | undefined;
|
|
323
323
|
size?: any;
|
|
324
324
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|