@tamagui/group 1.120.2 → 1.121.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 +7 -7
- package/types/Group.d.ts +96 -96
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/group",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.121.0",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@tamagui/core": "1.
|
|
40
|
-
"@tamagui/create-context": "1.
|
|
41
|
-
"@tamagui/helpers": "1.
|
|
42
|
-
"@tamagui/stacks": "1.
|
|
43
|
-
"@tamagui/use-controllable-state": "1.
|
|
39
|
+
"@tamagui/core": "1.121.0",
|
|
40
|
+
"@tamagui/create-context": "1.121.0",
|
|
41
|
+
"@tamagui/helpers": "1.121.0",
|
|
42
|
+
"@tamagui/stacks": "1.121.0",
|
|
43
|
+
"@tamagui/use-controllable-state": "1.121.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@tamagui/build": "1.
|
|
46
|
+
"@tamagui/build": "1.121.0",
|
|
47
47
|
"react": "*"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
package/types/Group.d.ts
CHANGED
|
@@ -3,18 +3,16 @@ import type { Scope } from '@tamagui/create-context';
|
|
|
3
3
|
import React from 'react';
|
|
4
4
|
type DisablePassBorderRadius = boolean | 'bottom' | 'top' | 'start' | 'end';
|
|
5
5
|
export declare const GroupFrame: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
6
|
-
unstyled?: boolean | undefined;
|
|
7
|
-
size?: any;
|
|
8
6
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
9
|
-
transparent?: boolean | undefined;
|
|
10
|
-
fullscreen?: boolean | undefined;
|
|
11
|
-
circular?: boolean | undefined;
|
|
12
7
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
13
8
|
top?: number;
|
|
14
9
|
bottom?: number;
|
|
15
10
|
left?: number;
|
|
16
11
|
right?: number;
|
|
17
|
-
} | undefined;
|
|
12
|
+
} | null | undefined;
|
|
13
|
+
transparent?: boolean | undefined;
|
|
14
|
+
fullscreen?: boolean | undefined;
|
|
15
|
+
circular?: boolean | undefined;
|
|
18
16
|
hoverTheme?: boolean | undefined;
|
|
19
17
|
pressTheme?: boolean | undefined;
|
|
20
18
|
focusTheme?: boolean | undefined;
|
|
@@ -24,6 +22,8 @@ export declare const GroupFrame: import("@tamagui/core").TamaguiComponent<import
|
|
|
24
22
|
radiused?: boolean | undefined;
|
|
25
23
|
padded?: boolean | undefined;
|
|
26
24
|
chromeless?: boolean | "all" | undefined;
|
|
25
|
+
size?: any;
|
|
26
|
+
unstyled?: boolean | undefined;
|
|
27
27
|
}, import("@tamagui/core").StaticConfigPublic>;
|
|
28
28
|
export type GroupExtraProps = {
|
|
29
29
|
/**
|
|
@@ -56,18 +56,16 @@ export declare const useGroupItem: (childrenProps: {
|
|
|
56
56
|
ref?: any;
|
|
57
57
|
}, forcePlacement?: GroupItemProps["forcePlacement"], __scopeGroup?: Scope) => Record<string, any>;
|
|
58
58
|
export declare const Group: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
59
|
-
unstyled?: boolean | undefined;
|
|
60
|
-
size?: any;
|
|
61
59
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
62
|
-
transparent?: boolean | undefined;
|
|
63
|
-
fullscreen?: boolean | undefined;
|
|
64
|
-
circular?: boolean | undefined;
|
|
65
60
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
66
61
|
top?: number;
|
|
67
62
|
bottom?: number;
|
|
68
63
|
left?: number;
|
|
69
64
|
right?: number;
|
|
70
|
-
} | undefined;
|
|
65
|
+
} | null | undefined;
|
|
66
|
+
transparent?: boolean | undefined;
|
|
67
|
+
fullscreen?: boolean | undefined;
|
|
68
|
+
circular?: boolean | undefined;
|
|
71
69
|
hoverTheme?: boolean | undefined;
|
|
72
70
|
pressTheme?: boolean | undefined;
|
|
73
71
|
focusTheme?: boolean | undefined;
|
|
@@ -77,21 +75,21 @@ export declare const Group: React.ForwardRefExoticComponent<Omit<import("@tamagu
|
|
|
77
75
|
radiused?: boolean | undefined;
|
|
78
76
|
padded?: boolean | undefined;
|
|
79
77
|
chromeless?: boolean | "all" | undefined;
|
|
78
|
+
size?: any;
|
|
79
|
+
unstyled?: boolean | undefined;
|
|
80
80
|
}>, keyof GroupExtraProps | "__scopeGroup"> & GroupExtraProps & {
|
|
81
81
|
__scopeGroup?: Scope;
|
|
82
82
|
} & React.RefAttributes<import("@tamagui/core").TamaguiElement>> & import("@tamagui/core").StaticComponentObject<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
83
|
-
unstyled?: boolean | undefined;
|
|
84
|
-
size?: any;
|
|
85
83
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
86
|
-
transparent?: boolean | undefined;
|
|
87
|
-
fullscreen?: boolean | undefined;
|
|
88
|
-
circular?: boolean | undefined;
|
|
89
84
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
90
85
|
top?: number;
|
|
91
86
|
bottom?: number;
|
|
92
87
|
left?: number;
|
|
93
88
|
right?: number;
|
|
94
|
-
} | undefined;
|
|
89
|
+
} | null | undefined;
|
|
90
|
+
transparent?: boolean | undefined;
|
|
91
|
+
fullscreen?: boolean | undefined;
|
|
92
|
+
circular?: boolean | undefined;
|
|
95
93
|
hoverTheme?: boolean | undefined;
|
|
96
94
|
pressTheme?: boolean | undefined;
|
|
97
95
|
focusTheme?: boolean | undefined;
|
|
@@ -101,23 +99,23 @@ export declare const Group: React.ForwardRefExoticComponent<Omit<import("@tamagu
|
|
|
101
99
|
radiused?: boolean | undefined;
|
|
102
100
|
padded?: boolean | undefined;
|
|
103
101
|
chromeless?: boolean | "all" | undefined;
|
|
102
|
+
size?: any;
|
|
103
|
+
unstyled?: boolean | undefined;
|
|
104
104
|
}>, keyof GroupExtraProps | "__scopeGroup"> & GroupExtraProps & {
|
|
105
105
|
__scopeGroup?: Scope;
|
|
106
106
|
}, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & GroupExtraProps & {
|
|
107
107
|
__scopeGroup?: Scope;
|
|
108
108
|
}, import("@tamagui/core").StackStyleBase, {
|
|
109
|
-
unstyled?: boolean | undefined;
|
|
110
|
-
size?: any;
|
|
111
109
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
112
|
-
transparent?: boolean | undefined;
|
|
113
|
-
fullscreen?: boolean | undefined;
|
|
114
|
-
circular?: boolean | undefined;
|
|
115
110
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
116
111
|
top?: number;
|
|
117
112
|
bottom?: number;
|
|
118
113
|
left?: number;
|
|
119
114
|
right?: number;
|
|
120
|
-
} | undefined;
|
|
115
|
+
} | null | undefined;
|
|
116
|
+
transparent?: boolean | undefined;
|
|
117
|
+
fullscreen?: boolean | undefined;
|
|
118
|
+
circular?: boolean | undefined;
|
|
121
119
|
hoverTheme?: boolean | undefined;
|
|
122
120
|
pressTheme?: boolean | undefined;
|
|
123
121
|
focusTheme?: boolean | undefined;
|
|
@@ -127,20 +125,20 @@ export declare const Group: React.ForwardRefExoticComponent<Omit<import("@tamagu
|
|
|
127
125
|
radiused?: boolean | undefined;
|
|
128
126
|
padded?: boolean | undefined;
|
|
129
127
|
chromeless?: boolean | "all" | undefined;
|
|
128
|
+
size?: any;
|
|
129
|
+
unstyled?: boolean | undefined;
|
|
130
130
|
}, import("@tamagui/core").StaticConfigPublic> & Omit<import("@tamagui/core").StaticConfigPublic, "staticConfig" | "extractable" | "styleable"> & {
|
|
131
131
|
__tama: [Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
132
|
-
unstyled?: boolean | undefined;
|
|
133
|
-
size?: any;
|
|
134
132
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
135
|
-
transparent?: boolean | undefined;
|
|
136
|
-
fullscreen?: boolean | undefined;
|
|
137
|
-
circular?: boolean | undefined;
|
|
138
133
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
139
134
|
top?: number;
|
|
140
135
|
bottom?: number;
|
|
141
136
|
left?: number;
|
|
142
137
|
right?: number;
|
|
143
|
-
} | undefined;
|
|
138
|
+
} | null | undefined;
|
|
139
|
+
transparent?: boolean | undefined;
|
|
140
|
+
fullscreen?: boolean | undefined;
|
|
141
|
+
circular?: boolean | undefined;
|
|
144
142
|
hoverTheme?: boolean | undefined;
|
|
145
143
|
pressTheme?: boolean | undefined;
|
|
146
144
|
focusTheme?: boolean | undefined;
|
|
@@ -150,23 +148,23 @@ export declare const Group: React.ForwardRefExoticComponent<Omit<import("@tamagu
|
|
|
150
148
|
radiused?: boolean | undefined;
|
|
151
149
|
padded?: boolean | undefined;
|
|
152
150
|
chromeless?: boolean | "all" | undefined;
|
|
151
|
+
size?: any;
|
|
152
|
+
unstyled?: boolean | undefined;
|
|
153
153
|
}>, keyof GroupExtraProps | "__scopeGroup"> & GroupExtraProps & {
|
|
154
154
|
__scopeGroup?: Scope;
|
|
155
155
|
}, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & GroupExtraProps & {
|
|
156
156
|
__scopeGroup?: Scope;
|
|
157
157
|
}, import("@tamagui/core").StackStyleBase, {
|
|
158
|
-
unstyled?: boolean | undefined;
|
|
159
|
-
size?: any;
|
|
160
158
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
161
|
-
transparent?: boolean | undefined;
|
|
162
|
-
fullscreen?: boolean | undefined;
|
|
163
|
-
circular?: boolean | undefined;
|
|
164
159
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
165
160
|
top?: number;
|
|
166
161
|
bottom?: number;
|
|
167
162
|
left?: number;
|
|
168
163
|
right?: number;
|
|
169
|
-
} | undefined;
|
|
164
|
+
} | null | undefined;
|
|
165
|
+
transparent?: boolean | undefined;
|
|
166
|
+
fullscreen?: boolean | undefined;
|
|
167
|
+
circular?: boolean | undefined;
|
|
170
168
|
hoverTheme?: boolean | undefined;
|
|
171
169
|
pressTheme?: boolean | undefined;
|
|
172
170
|
focusTheme?: boolean | undefined;
|
|
@@ -176,6 +174,8 @@ export declare const Group: React.ForwardRefExoticComponent<Omit<import("@tamagu
|
|
|
176
174
|
radiused?: boolean | undefined;
|
|
177
175
|
padded?: boolean | undefined;
|
|
178
176
|
chromeless?: boolean | "all" | undefined;
|
|
177
|
+
size?: any;
|
|
178
|
+
unstyled?: boolean | undefined;
|
|
179
179
|
}, import("@tamagui/core").StaticConfigPublic];
|
|
180
180
|
} & {
|
|
181
181
|
Item: React.ForwardRefExoticComponent<GroupItemProps & {
|
|
@@ -183,18 +183,16 @@ export declare const Group: React.ForwardRefExoticComponent<Omit<import("@tamagu
|
|
|
183
183
|
} & React.RefAttributes<unknown>>;
|
|
184
184
|
};
|
|
185
185
|
export declare const YGroup: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
186
|
-
unstyled?: boolean | undefined;
|
|
187
|
-
size?: any;
|
|
188
186
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
189
|
-
transparent?: boolean | undefined;
|
|
190
|
-
fullscreen?: boolean | undefined;
|
|
191
|
-
circular?: boolean | undefined;
|
|
192
187
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
193
188
|
top?: number;
|
|
194
189
|
bottom?: number;
|
|
195
190
|
left?: number;
|
|
196
191
|
right?: number;
|
|
197
|
-
} | undefined;
|
|
192
|
+
} | null | undefined;
|
|
193
|
+
transparent?: boolean | undefined;
|
|
194
|
+
fullscreen?: boolean | undefined;
|
|
195
|
+
circular?: boolean | undefined;
|
|
198
196
|
hoverTheme?: boolean | undefined;
|
|
199
197
|
pressTheme?: boolean | undefined;
|
|
200
198
|
focusTheme?: boolean | undefined;
|
|
@@ -204,21 +202,21 @@ export declare const YGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
204
202
|
radiused?: boolean | undefined;
|
|
205
203
|
padded?: boolean | undefined;
|
|
206
204
|
chromeless?: boolean | "all" | undefined;
|
|
205
|
+
size?: any;
|
|
206
|
+
unstyled?: boolean | undefined;
|
|
207
207
|
}>, keyof GroupExtraProps | "__scopeGroup"> & GroupExtraProps & {
|
|
208
208
|
__scopeGroup?: Scope;
|
|
209
209
|
} & React.RefAttributes<import("@tamagui/core").TamaguiElement>> & import("@tamagui/core").StaticComponentObject<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
210
|
-
unstyled?: boolean | undefined;
|
|
211
|
-
size?: any;
|
|
212
210
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
213
|
-
transparent?: boolean | undefined;
|
|
214
|
-
fullscreen?: boolean | undefined;
|
|
215
|
-
circular?: boolean | undefined;
|
|
216
211
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
217
212
|
top?: number;
|
|
218
213
|
bottom?: number;
|
|
219
214
|
left?: number;
|
|
220
215
|
right?: number;
|
|
221
|
-
} | undefined;
|
|
216
|
+
} | null | undefined;
|
|
217
|
+
transparent?: boolean | undefined;
|
|
218
|
+
fullscreen?: boolean | undefined;
|
|
219
|
+
circular?: boolean | undefined;
|
|
222
220
|
hoverTheme?: boolean | undefined;
|
|
223
221
|
pressTheme?: boolean | undefined;
|
|
224
222
|
focusTheme?: boolean | undefined;
|
|
@@ -228,23 +226,23 @@ export declare const YGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
228
226
|
radiused?: boolean | undefined;
|
|
229
227
|
padded?: boolean | undefined;
|
|
230
228
|
chromeless?: boolean | "all" | undefined;
|
|
229
|
+
size?: any;
|
|
230
|
+
unstyled?: boolean | undefined;
|
|
231
231
|
}>, keyof GroupExtraProps | "__scopeGroup"> & GroupExtraProps & {
|
|
232
232
|
__scopeGroup?: Scope;
|
|
233
233
|
}, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & GroupExtraProps & {
|
|
234
234
|
__scopeGroup?: Scope;
|
|
235
235
|
}, import("@tamagui/core").StackStyleBase, {
|
|
236
|
-
unstyled?: boolean | undefined;
|
|
237
|
-
size?: any;
|
|
238
236
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
239
|
-
transparent?: boolean | undefined;
|
|
240
|
-
fullscreen?: boolean | undefined;
|
|
241
|
-
circular?: boolean | undefined;
|
|
242
237
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
243
238
|
top?: number;
|
|
244
239
|
bottom?: number;
|
|
245
240
|
left?: number;
|
|
246
241
|
right?: number;
|
|
247
|
-
} | undefined;
|
|
242
|
+
} | null | undefined;
|
|
243
|
+
transparent?: boolean | undefined;
|
|
244
|
+
fullscreen?: boolean | undefined;
|
|
245
|
+
circular?: boolean | undefined;
|
|
248
246
|
hoverTheme?: boolean | undefined;
|
|
249
247
|
pressTheme?: boolean | undefined;
|
|
250
248
|
focusTheme?: boolean | undefined;
|
|
@@ -254,20 +252,20 @@ export declare const YGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
254
252
|
radiused?: boolean | undefined;
|
|
255
253
|
padded?: boolean | undefined;
|
|
256
254
|
chromeless?: boolean | "all" | undefined;
|
|
255
|
+
size?: any;
|
|
256
|
+
unstyled?: boolean | undefined;
|
|
257
257
|
}, import("@tamagui/core").StaticConfigPublic> & Omit<import("@tamagui/core").StaticConfigPublic, "staticConfig" | "extractable" | "styleable"> & {
|
|
258
258
|
__tama: [Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
259
|
-
unstyled?: boolean | undefined;
|
|
260
|
-
size?: any;
|
|
261
259
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
262
|
-
transparent?: boolean | undefined;
|
|
263
|
-
fullscreen?: boolean | undefined;
|
|
264
|
-
circular?: boolean | undefined;
|
|
265
260
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
266
261
|
top?: number;
|
|
267
262
|
bottom?: number;
|
|
268
263
|
left?: number;
|
|
269
264
|
right?: number;
|
|
270
|
-
} | undefined;
|
|
265
|
+
} | null | undefined;
|
|
266
|
+
transparent?: boolean | undefined;
|
|
267
|
+
fullscreen?: boolean | undefined;
|
|
268
|
+
circular?: boolean | undefined;
|
|
271
269
|
hoverTheme?: boolean | undefined;
|
|
272
270
|
pressTheme?: boolean | undefined;
|
|
273
271
|
focusTheme?: boolean | undefined;
|
|
@@ -277,23 +275,23 @@ export declare const YGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
277
275
|
radiused?: boolean | undefined;
|
|
278
276
|
padded?: boolean | undefined;
|
|
279
277
|
chromeless?: boolean | "all" | undefined;
|
|
278
|
+
size?: any;
|
|
279
|
+
unstyled?: boolean | undefined;
|
|
280
280
|
}>, keyof GroupExtraProps | "__scopeGroup"> & GroupExtraProps & {
|
|
281
281
|
__scopeGroup?: Scope;
|
|
282
282
|
}, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & GroupExtraProps & {
|
|
283
283
|
__scopeGroup?: Scope;
|
|
284
284
|
}, import("@tamagui/core").StackStyleBase, {
|
|
285
|
-
unstyled?: boolean | undefined;
|
|
286
|
-
size?: any;
|
|
287
285
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
288
|
-
transparent?: boolean | undefined;
|
|
289
|
-
fullscreen?: boolean | undefined;
|
|
290
|
-
circular?: boolean | undefined;
|
|
291
286
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
292
287
|
top?: number;
|
|
293
288
|
bottom?: number;
|
|
294
289
|
left?: number;
|
|
295
290
|
right?: number;
|
|
296
|
-
} | undefined;
|
|
291
|
+
} | null | undefined;
|
|
292
|
+
transparent?: boolean | undefined;
|
|
293
|
+
fullscreen?: boolean | undefined;
|
|
294
|
+
circular?: boolean | undefined;
|
|
297
295
|
hoverTheme?: boolean | undefined;
|
|
298
296
|
pressTheme?: boolean | undefined;
|
|
299
297
|
focusTheme?: boolean | undefined;
|
|
@@ -303,6 +301,8 @@ export declare const YGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
303
301
|
radiused?: boolean | undefined;
|
|
304
302
|
padded?: boolean | undefined;
|
|
305
303
|
chromeless?: boolean | "all" | undefined;
|
|
304
|
+
size?: any;
|
|
305
|
+
unstyled?: boolean | undefined;
|
|
306
306
|
}, import("@tamagui/core").StaticConfigPublic];
|
|
307
307
|
} & {
|
|
308
308
|
Item: React.ForwardRefExoticComponent<GroupItemProps & {
|
|
@@ -310,18 +310,16 @@ export declare const YGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
310
310
|
} & React.RefAttributes<unknown>>;
|
|
311
311
|
};
|
|
312
312
|
export declare const XGroup: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
313
|
-
unstyled?: boolean | undefined;
|
|
314
|
-
size?: any;
|
|
315
313
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
316
|
-
transparent?: boolean | undefined;
|
|
317
|
-
fullscreen?: boolean | undefined;
|
|
318
|
-
circular?: boolean | undefined;
|
|
319
314
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
320
315
|
top?: number;
|
|
321
316
|
bottom?: number;
|
|
322
317
|
left?: number;
|
|
323
318
|
right?: number;
|
|
324
|
-
} | undefined;
|
|
319
|
+
} | null | undefined;
|
|
320
|
+
transparent?: boolean | undefined;
|
|
321
|
+
fullscreen?: boolean | undefined;
|
|
322
|
+
circular?: boolean | undefined;
|
|
325
323
|
hoverTheme?: boolean | undefined;
|
|
326
324
|
pressTheme?: boolean | undefined;
|
|
327
325
|
focusTheme?: boolean | undefined;
|
|
@@ -331,21 +329,21 @@ export declare const XGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
331
329
|
radiused?: boolean | undefined;
|
|
332
330
|
padded?: boolean | undefined;
|
|
333
331
|
chromeless?: boolean | "all" | undefined;
|
|
332
|
+
size?: any;
|
|
333
|
+
unstyled?: boolean | undefined;
|
|
334
334
|
}>, keyof GroupExtraProps | "__scopeGroup"> & GroupExtraProps & {
|
|
335
335
|
__scopeGroup?: Scope;
|
|
336
336
|
} & React.RefAttributes<import("@tamagui/core").TamaguiElement>> & import("@tamagui/core").StaticComponentObject<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
337
|
-
unstyled?: boolean | undefined;
|
|
338
|
-
size?: any;
|
|
339
337
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
340
|
-
transparent?: boolean | undefined;
|
|
341
|
-
fullscreen?: boolean | undefined;
|
|
342
|
-
circular?: boolean | undefined;
|
|
343
338
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
344
339
|
top?: number;
|
|
345
340
|
bottom?: number;
|
|
346
341
|
left?: number;
|
|
347
342
|
right?: number;
|
|
348
|
-
} | undefined;
|
|
343
|
+
} | null | undefined;
|
|
344
|
+
transparent?: boolean | undefined;
|
|
345
|
+
fullscreen?: boolean | undefined;
|
|
346
|
+
circular?: boolean | undefined;
|
|
349
347
|
hoverTheme?: boolean | undefined;
|
|
350
348
|
pressTheme?: boolean | undefined;
|
|
351
349
|
focusTheme?: boolean | undefined;
|
|
@@ -355,23 +353,23 @@ export declare const XGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
355
353
|
radiused?: boolean | undefined;
|
|
356
354
|
padded?: boolean | undefined;
|
|
357
355
|
chromeless?: boolean | "all" | undefined;
|
|
356
|
+
size?: any;
|
|
357
|
+
unstyled?: boolean | undefined;
|
|
358
358
|
}>, keyof GroupExtraProps | "__scopeGroup"> & GroupExtraProps & {
|
|
359
359
|
__scopeGroup?: Scope;
|
|
360
360
|
}, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & GroupExtraProps & {
|
|
361
361
|
__scopeGroup?: Scope;
|
|
362
362
|
}, import("@tamagui/core").StackStyleBase, {
|
|
363
|
-
unstyled?: boolean | undefined;
|
|
364
|
-
size?: any;
|
|
365
363
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
366
|
-
transparent?: boolean | undefined;
|
|
367
|
-
fullscreen?: boolean | undefined;
|
|
368
|
-
circular?: boolean | undefined;
|
|
369
364
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
370
365
|
top?: number;
|
|
371
366
|
bottom?: number;
|
|
372
367
|
left?: number;
|
|
373
368
|
right?: number;
|
|
374
|
-
} | undefined;
|
|
369
|
+
} | null | undefined;
|
|
370
|
+
transparent?: boolean | undefined;
|
|
371
|
+
fullscreen?: boolean | undefined;
|
|
372
|
+
circular?: boolean | undefined;
|
|
375
373
|
hoverTheme?: boolean | undefined;
|
|
376
374
|
pressTheme?: boolean | undefined;
|
|
377
375
|
focusTheme?: boolean | undefined;
|
|
@@ -381,20 +379,20 @@ export declare const XGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
381
379
|
radiused?: boolean | undefined;
|
|
382
380
|
padded?: boolean | undefined;
|
|
383
381
|
chromeless?: boolean | "all" | undefined;
|
|
382
|
+
size?: any;
|
|
383
|
+
unstyled?: boolean | undefined;
|
|
384
384
|
}, import("@tamagui/core").StaticConfigPublic> & Omit<import("@tamagui/core").StaticConfigPublic, "staticConfig" | "extractable" | "styleable"> & {
|
|
385
385
|
__tama: [Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
386
|
-
unstyled?: boolean | undefined;
|
|
387
|
-
size?: any;
|
|
388
386
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
389
|
-
transparent?: boolean | undefined;
|
|
390
|
-
fullscreen?: boolean | undefined;
|
|
391
|
-
circular?: boolean | undefined;
|
|
392
387
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
393
388
|
top?: number;
|
|
394
389
|
bottom?: number;
|
|
395
390
|
left?: number;
|
|
396
391
|
right?: number;
|
|
397
|
-
} | undefined;
|
|
392
|
+
} | null | undefined;
|
|
393
|
+
transparent?: boolean | undefined;
|
|
394
|
+
fullscreen?: boolean | undefined;
|
|
395
|
+
circular?: boolean | undefined;
|
|
398
396
|
hoverTheme?: boolean | undefined;
|
|
399
397
|
pressTheme?: boolean | undefined;
|
|
400
398
|
focusTheme?: boolean | undefined;
|
|
@@ -404,23 +402,23 @@ export declare const XGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
404
402
|
radiused?: boolean | undefined;
|
|
405
403
|
padded?: boolean | undefined;
|
|
406
404
|
chromeless?: boolean | "all" | undefined;
|
|
405
|
+
size?: any;
|
|
406
|
+
unstyled?: boolean | undefined;
|
|
407
407
|
}>, keyof GroupExtraProps | "__scopeGroup"> & GroupExtraProps & {
|
|
408
408
|
__scopeGroup?: Scope;
|
|
409
409
|
}, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & GroupExtraProps & {
|
|
410
410
|
__scopeGroup?: Scope;
|
|
411
411
|
}, import("@tamagui/core").StackStyleBase, {
|
|
412
|
-
unstyled?: boolean | undefined;
|
|
413
|
-
size?: any;
|
|
414
412
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
415
|
-
transparent?: boolean | undefined;
|
|
416
|
-
fullscreen?: boolean | undefined;
|
|
417
|
-
circular?: boolean | undefined;
|
|
418
413
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
419
414
|
top?: number;
|
|
420
415
|
bottom?: number;
|
|
421
416
|
left?: number;
|
|
422
417
|
right?: number;
|
|
423
|
-
} | undefined;
|
|
418
|
+
} | null | undefined;
|
|
419
|
+
transparent?: boolean | undefined;
|
|
420
|
+
fullscreen?: boolean | undefined;
|
|
421
|
+
circular?: boolean | undefined;
|
|
424
422
|
hoverTheme?: boolean | undefined;
|
|
425
423
|
pressTheme?: boolean | undefined;
|
|
426
424
|
focusTheme?: boolean | undefined;
|
|
@@ -430,6 +428,8 @@ export declare const XGroup: React.ForwardRefExoticComponent<Omit<import("@tamag
|
|
|
430
428
|
radiused?: boolean | undefined;
|
|
431
429
|
padded?: boolean | undefined;
|
|
432
430
|
chromeless?: boolean | "all" | undefined;
|
|
431
|
+
size?: any;
|
|
432
|
+
unstyled?: boolean | undefined;
|
|
433
433
|
}, import("@tamagui/core").StaticConfigPublic];
|
|
434
434
|
} & {
|
|
435
435
|
Item: React.ForwardRefExoticComponent<GroupItemProps & {
|