@tamagui/list-item 1.27.2 → 1.28.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/dist/cjs/ListItem.js +14 -11
- package/dist/cjs/ListItem.js.map +1 -1
- package/dist/esm/ListItem.js +9 -6
- package/dist/esm/ListItem.js.map +1 -1
- package/dist/jsx/ListItem.js +9 -6
- package/dist/jsx/ListItem.js.map +1 -1
- package/dist/jsx/ListItem.mjs +9 -6
- package/dist/jsx/ListItem.mjs.map +1 -1
- package/package.json +7 -7
- package/src/ListItem.tsx +9 -6
- package/types/ListItem.d.ts +116 -116
- package/types/ListItem.d.ts.map +1 -1
- package/dist/esm/ListItem.mjs +0 -187
- package/dist/esm/index.mjs +0 -2
package/types/ListItem.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FontSizeTokens, GetProps, SizeTokens, ThemeableProps } from '@tamagui/core';
|
|
2
1
|
import { TextParentStyles } from '@tamagui/text';
|
|
2
|
+
import { FontSizeTokens, GetProps, SizeTokens, ThemeableProps } from '@tamagui/web';
|
|
3
3
|
import React, { FunctionComponent } from 'react';
|
|
4
4
|
type ListItemIconProps = {
|
|
5
5
|
color?: string;
|
|
@@ -63,7 +63,7 @@ export declare const listItemVariants: {
|
|
|
63
63
|
}) => {
|
|
64
64
|
minHeight: any;
|
|
65
65
|
paddingHorizontal: any;
|
|
66
|
-
paddingVertical: import("@tamagui/
|
|
66
|
+
paddingVertical: import("@tamagui/web").Variable<number>;
|
|
67
67
|
};
|
|
68
68
|
};
|
|
69
69
|
readonly active: {
|
|
@@ -80,7 +80,7 @@ export declare const listItemVariants: {
|
|
|
80
80
|
};
|
|
81
81
|
};
|
|
82
82
|
};
|
|
83
|
-
export declare const ListItemFrame: import("@tamagui/
|
|
83
|
+
export declare const ListItemFrame: import("@tamagui/web").TamaguiComponent<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
84
84
|
readonly fullscreen?: boolean | undefined;
|
|
85
85
|
readonly elevation?: SizeTokens | undefined;
|
|
86
86
|
} & {
|
|
@@ -100,7 +100,7 @@ export declare const ListItemFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
100
100
|
readonly size?: SizeTokens | undefined;
|
|
101
101
|
readonly active?: boolean | undefined;
|
|
102
102
|
readonly disabled?: boolean | undefined;
|
|
103
|
-
} & import("@tamagui/
|
|
103
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
104
104
|
readonly fullscreen?: boolean | undefined;
|
|
105
105
|
readonly elevation?: SizeTokens | undefined;
|
|
106
106
|
} & {
|
|
@@ -120,7 +120,7 @@ export declare const ListItemFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
120
120
|
readonly size?: SizeTokens | undefined;
|
|
121
121
|
readonly active?: boolean | undefined;
|
|
122
122
|
readonly disabled?: boolean | undefined;
|
|
123
|
-
}>> & import("@tamagui/
|
|
123
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
124
124
|
readonly fullscreen?: boolean | undefined;
|
|
125
125
|
readonly elevation?: SizeTokens | undefined;
|
|
126
126
|
} & {
|
|
@@ -140,7 +140,7 @@ export declare const ListItemFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
140
140
|
readonly size?: SizeTokens | undefined;
|
|
141
141
|
readonly active?: boolean | undefined;
|
|
142
142
|
readonly disabled?: boolean | undefined;
|
|
143
|
-
}>>, import("@tamagui/
|
|
143
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
144
144
|
readonly fullscreen?: boolean | undefined;
|
|
145
145
|
readonly elevation?: SizeTokens | undefined;
|
|
146
146
|
} & {
|
|
@@ -163,44 +163,44 @@ export declare const ListItemFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
163
163
|
}, {
|
|
164
164
|
displayName: string | undefined;
|
|
165
165
|
}>;
|
|
166
|
-
export declare const ListItemText: import("@tamagui/
|
|
166
|
+
export declare const ListItemText: import("@tamagui/web").TamaguiComponent<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
167
167
|
readonly size?: FontSizeTokens | undefined;
|
|
168
168
|
}, "unstyled"> & {
|
|
169
169
|
unstyled?: boolean | undefined;
|
|
170
|
-
} & import("@tamagui/
|
|
170
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
171
171
|
readonly size?: FontSizeTokens | undefined;
|
|
172
172
|
}, "unstyled"> & {
|
|
173
173
|
unstyled?: boolean | undefined;
|
|
174
|
-
}>> & import("@tamagui/
|
|
174
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
175
175
|
readonly size?: FontSizeTokens | undefined;
|
|
176
176
|
}, "unstyled"> & {
|
|
177
177
|
unstyled?: boolean | undefined;
|
|
178
|
-
}>>, import("@tamagui/
|
|
178
|
+
}>>, import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
|
|
179
179
|
readonly size?: FontSizeTokens | undefined;
|
|
180
180
|
} & {
|
|
181
181
|
unstyled?: boolean | undefined;
|
|
182
182
|
}, {
|
|
183
183
|
displayName: string | undefined;
|
|
184
184
|
}>;
|
|
185
|
-
export declare const ListItemSubtitle: import("@tamagui/
|
|
185
|
+
export declare const ListItemSubtitle: import("@tamagui/web").TamaguiComponent<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
186
186
|
readonly size?: FontSizeTokens | undefined;
|
|
187
187
|
} & {
|
|
188
188
|
unstyled?: boolean | undefined;
|
|
189
189
|
}, "unstyled"> & {
|
|
190
190
|
readonly unstyled?: boolean | undefined;
|
|
191
|
-
} & import("@tamagui/
|
|
191
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
192
192
|
readonly size?: FontSizeTokens | undefined;
|
|
193
193
|
} & {
|
|
194
194
|
unstyled?: boolean | undefined;
|
|
195
195
|
}, "unstyled"> & {
|
|
196
196
|
readonly unstyled?: boolean | undefined;
|
|
197
|
-
}>> & import("@tamagui/
|
|
197
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
198
198
|
readonly size?: FontSizeTokens | undefined;
|
|
199
199
|
} & {
|
|
200
200
|
unstyled?: boolean | undefined;
|
|
201
201
|
}, "unstyled"> & {
|
|
202
202
|
readonly unstyled?: boolean | undefined;
|
|
203
|
-
}>>, import("@tamagui/
|
|
203
|
+
}>>, import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
|
|
204
204
|
readonly size?: FontSizeTokens | undefined;
|
|
205
205
|
} & {
|
|
206
206
|
unstyled?: boolean | undefined;
|
|
@@ -209,37 +209,37 @@ export declare const ListItemSubtitle: import("@tamagui/core").TamaguiComponent<
|
|
|
209
209
|
}, {
|
|
210
210
|
displayName: string | undefined;
|
|
211
211
|
}>;
|
|
212
|
-
export declare const ListItemTitle: import("@tamagui/
|
|
212
|
+
export declare const ListItemTitle: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
213
213
|
readonly size?: FontSizeTokens | undefined;
|
|
214
214
|
}, "unstyled"> & {
|
|
215
215
|
unstyled?: boolean | undefined;
|
|
216
|
-
} & import("@tamagui/
|
|
216
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
217
217
|
readonly size?: FontSizeTokens | undefined;
|
|
218
218
|
}, "unstyled"> & {
|
|
219
219
|
unstyled?: boolean | undefined;
|
|
220
|
-
}>> & import("@tamagui/
|
|
220
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
221
221
|
readonly size?: FontSizeTokens | undefined;
|
|
222
222
|
}, "unstyled"> & {
|
|
223
223
|
unstyled?: boolean | undefined;
|
|
224
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/
|
|
224
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
225
225
|
readonly size?: FontSizeTokens | undefined;
|
|
226
226
|
} & {
|
|
227
227
|
unstyled?: boolean | undefined;
|
|
228
228
|
}, string | number> & {
|
|
229
229
|
[x: string]: undefined;
|
|
230
|
-
} & import("@tamagui/
|
|
230
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
231
231
|
readonly size?: FontSizeTokens | undefined;
|
|
232
232
|
} & {
|
|
233
233
|
unstyled?: boolean | undefined;
|
|
234
234
|
}, string | number> & {
|
|
235
235
|
[x: string]: undefined;
|
|
236
|
-
}>> & import("@tamagui/
|
|
236
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
237
237
|
readonly size?: FontSizeTokens | undefined;
|
|
238
238
|
} & {
|
|
239
239
|
unstyled?: boolean | undefined;
|
|
240
240
|
}, string | number> & {
|
|
241
241
|
[x: string]: undefined;
|
|
242
|
-
}>>), import("@tamagui/
|
|
242
|
+
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
|
|
243
243
|
readonly size?: FontSizeTokens | undefined;
|
|
244
244
|
} & {
|
|
245
245
|
unstyled?: boolean | undefined;
|
|
@@ -330,14 +330,14 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
|
|
|
330
330
|
accessibilityLanguage?: string | undefined;
|
|
331
331
|
target?: string | undefined;
|
|
332
332
|
asChild?: boolean | undefined;
|
|
333
|
-
spaceDirection?: import("@tamagui/
|
|
333
|
+
spaceDirection?: import("@tamagui/web").SpaceDirection | undefined;
|
|
334
334
|
separator?: React.ReactNode;
|
|
335
335
|
dangerouslySetInnerHTML?: {
|
|
336
336
|
__html: string;
|
|
337
337
|
} | undefined;
|
|
338
|
-
animation?: import("@tamagui/
|
|
338
|
+
animation?: import("@tamagui/web").AnimationProp | null | undefined;
|
|
339
339
|
animateOnly?: string[] | undefined;
|
|
340
|
-
debug?: import("@tamagui/
|
|
340
|
+
debug?: import("@tamagui/web").DebugProp | undefined;
|
|
341
341
|
disabled?: boolean | undefined;
|
|
342
342
|
className?: string | undefined;
|
|
343
343
|
themeShallow?: boolean | undefined;
|
|
@@ -356,37 +356,37 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
|
|
|
356
356
|
onMouseUp?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
357
357
|
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
358
358
|
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
359
|
-
backgroundColor?: import("@tamagui/
|
|
360
|
-
borderBottomColor?: import("@tamagui/
|
|
361
|
-
borderBottomEndRadius?: import("@tamagui/
|
|
362
|
-
borderBottomLeftRadius?: import("@tamagui/
|
|
363
|
-
borderBottomRightRadius?: import("@tamagui/
|
|
364
|
-
borderBottomStartRadius?: import("@tamagui/
|
|
365
|
-
borderBottomWidth?: import("@tamagui/
|
|
366
|
-
borderColor?: import("@tamagui/
|
|
359
|
+
backgroundColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native/types").OpaqueColorValue | undefined;
|
|
360
|
+
borderBottomColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native/types").OpaqueColorValue | undefined;
|
|
361
|
+
borderBottomEndRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
|
|
362
|
+
borderBottomLeftRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
|
|
363
|
+
borderBottomRightRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
|
|
364
|
+
borderBottomStartRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
|
|
365
|
+
borderBottomWidth?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
366
|
+
borderColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native/types").OpaqueColorValue | undefined;
|
|
367
367
|
borderEndColor?: import("react-native/types").ColorValue | undefined;
|
|
368
|
-
borderLeftColor?: import("@tamagui/
|
|
369
|
-
borderLeftWidth?: import("@tamagui/
|
|
370
|
-
borderRadius?: import("@tamagui/
|
|
371
|
-
borderRightColor?: import("@tamagui/
|
|
372
|
-
borderRightWidth?: import("@tamagui/
|
|
368
|
+
borderLeftColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native/types").OpaqueColorValue | undefined;
|
|
369
|
+
borderLeftWidth?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
370
|
+
borderRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
|
|
371
|
+
borderRightColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native/types").OpaqueColorValue | undefined;
|
|
372
|
+
borderRightWidth?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
373
373
|
borderStartColor?: import("react-native/types").ColorValue | undefined;
|
|
374
374
|
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
375
|
-
borderTopColor?: import("@tamagui/
|
|
376
|
-
borderTopEndRadius?: import("@tamagui/
|
|
377
|
-
borderTopLeftRadius?: import("@tamagui/
|
|
378
|
-
borderTopRightRadius?: import("@tamagui/
|
|
379
|
-
borderTopStartRadius?: import("@tamagui/
|
|
380
|
-
borderTopWidth?: import("@tamagui/
|
|
381
|
-
borderWidth?: import("@tamagui/
|
|
375
|
+
borderTopColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native/types").OpaqueColorValue | undefined;
|
|
376
|
+
borderTopEndRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
|
|
377
|
+
borderTopLeftRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
|
|
378
|
+
borderTopRightRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
|
|
379
|
+
borderTopStartRadius?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").RadiusTokens | undefined;
|
|
380
|
+
borderTopWidth?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
381
|
+
borderWidth?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
382
382
|
opacity?: number | undefined;
|
|
383
383
|
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
384
384
|
alignItems?: import("react-native/types").FlexAlignType | undefined;
|
|
385
385
|
alignSelf?: "auto" | import("react-native/types").FlexAlignType | undefined;
|
|
386
386
|
aspectRatio?: string | number | undefined;
|
|
387
|
-
borderEndWidth?: import("@tamagui/
|
|
388
|
-
borderStartWidth?: import("@tamagui/
|
|
389
|
-
bottom?: import("@tamagui/
|
|
387
|
+
borderEndWidth?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
388
|
+
borderStartWidth?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
389
|
+
bottom?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
390
390
|
end?: string | number | undefined;
|
|
391
391
|
flex?: number | undefined;
|
|
392
392
|
flexBasis?: string | number | undefined;
|
|
@@ -394,60 +394,60 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
|
|
|
394
394
|
flexGrow?: number | undefined;
|
|
395
395
|
flexShrink?: number | undefined;
|
|
396
396
|
flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
397
|
-
height?: SizeTokens | import("@tamagui/
|
|
397
|
+
height?: SizeTokens | import("@tamagui/web").ThemeValueFallback | undefined;
|
|
398
398
|
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
399
|
-
left?: import("@tamagui/
|
|
400
|
-
margin?: import("@tamagui/
|
|
401
|
-
marginBottom?: import("@tamagui/
|
|
402
|
-
marginEnd?: import("@tamagui/
|
|
403
|
-
marginHorizontal?: import("@tamagui/
|
|
404
|
-
marginLeft?: import("@tamagui/
|
|
405
|
-
marginRight?: import("@tamagui/
|
|
406
|
-
marginStart?: import("@tamagui/
|
|
407
|
-
marginTop?: import("@tamagui/
|
|
408
|
-
marginVertical?: import("@tamagui/
|
|
409
|
-
maxHeight?: SizeTokens | import("@tamagui/
|
|
410
|
-
maxWidth?: SizeTokens | import("@tamagui/
|
|
411
|
-
minHeight?: SizeTokens | import("@tamagui/
|
|
412
|
-
minWidth?: SizeTokens | import("@tamagui/
|
|
399
|
+
left?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
400
|
+
margin?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
401
|
+
marginBottom?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
402
|
+
marginEnd?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
403
|
+
marginHorizontal?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
404
|
+
marginLeft?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
405
|
+
marginRight?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
406
|
+
marginStart?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
407
|
+
marginTop?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
408
|
+
marginVertical?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
409
|
+
maxHeight?: SizeTokens | import("@tamagui/web").ThemeValueFallback | undefined;
|
|
410
|
+
maxWidth?: SizeTokens | import("@tamagui/web").ThemeValueFallback | undefined;
|
|
411
|
+
minHeight?: SizeTokens | import("@tamagui/web").ThemeValueFallback | undefined;
|
|
412
|
+
minWidth?: SizeTokens | import("@tamagui/web").ThemeValueFallback | undefined;
|
|
413
413
|
overflow?: "hidden" | "visible" | "scroll" | undefined;
|
|
414
|
-
padding?: import("@tamagui/
|
|
415
|
-
paddingBottom?: import("@tamagui/
|
|
416
|
-
paddingEnd?: import("@tamagui/
|
|
417
|
-
paddingHorizontal?: import("@tamagui/
|
|
418
|
-
paddingLeft?: import("@tamagui/
|
|
419
|
-
paddingRight?: import("@tamagui/
|
|
420
|
-
paddingStart?: import("@tamagui/
|
|
421
|
-
paddingTop?: import("@tamagui/
|
|
422
|
-
paddingVertical?: import("@tamagui/
|
|
414
|
+
padding?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
415
|
+
paddingBottom?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
416
|
+
paddingEnd?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
417
|
+
paddingHorizontal?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
418
|
+
paddingLeft?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
419
|
+
paddingRight?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
420
|
+
paddingStart?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
421
|
+
paddingTop?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
422
|
+
paddingVertical?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
423
423
|
position?: "absolute" | "relative" | undefined;
|
|
424
|
-
right?: import("@tamagui/
|
|
424
|
+
right?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
425
425
|
start?: string | number | undefined;
|
|
426
|
-
top?: import("@tamagui/
|
|
427
|
-
width?: SizeTokens | import("@tamagui/
|
|
428
|
-
zIndex?: import("@tamagui/
|
|
426
|
+
top?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
427
|
+
width?: SizeTokens | import("@tamagui/web").ThemeValueFallback | undefined;
|
|
428
|
+
zIndex?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").ZIndexTokens | undefined;
|
|
429
429
|
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
430
|
-
shadowColor?: import("@tamagui/
|
|
431
|
-
shadowOffset?: import("@tamagui/
|
|
432
|
-
width: import("@tamagui/
|
|
433
|
-
height: import("@tamagui/
|
|
430
|
+
shadowColor?: import("@tamagui/web").ColorTokens | import("@tamagui/web").ThemeValueFallback | import("react-native/types").OpaqueColorValue | undefined;
|
|
431
|
+
shadowOffset?: import("@tamagui/web").ThemeValueFallback | {
|
|
432
|
+
width: import("@tamagui/web").SpaceTokens;
|
|
433
|
+
height: import("@tamagui/web").SpaceTokens;
|
|
434
434
|
} | {
|
|
435
435
|
width: number;
|
|
436
436
|
height: number;
|
|
437
437
|
} | undefined;
|
|
438
438
|
shadowOpacity?: number | undefined;
|
|
439
|
-
shadowRadius?: SizeTokens | import("@tamagui/
|
|
439
|
+
shadowRadius?: SizeTokens | import("@tamagui/web").ThemeValueFallback | undefined;
|
|
440
440
|
transform?: (import("react-native/types").PerpectiveTransform | import("react-native/types").RotateTransform | import("react-native/types").RotateXTransform | import("react-native/types").RotateYTransform | import("react-native/types").RotateZTransform | import("react-native/types").ScaleTransform | import("react-native/types").ScaleXTransform | import("react-native/types").ScaleYTransform | import("react-native/types").TranslateXTransform | import("react-native/types").TranslateYTransform | import("react-native/types").SkewXTransform | import("react-native/types").SkewYTransform | import("react-native/types").MatrixTransform)[] | undefined;
|
|
441
441
|
transformMatrix?: number[] | undefined;
|
|
442
442
|
rotation?: number | undefined;
|
|
443
|
-
scaleX?: import("@tamagui/
|
|
444
|
-
scaleY?: import("@tamagui/
|
|
443
|
+
scaleX?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
444
|
+
scaleY?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
445
445
|
translateX?: number | undefined;
|
|
446
446
|
translateY?: number | undefined;
|
|
447
|
-
x?: import("@tamagui/
|
|
448
|
-
y?: import("@tamagui/
|
|
447
|
+
x?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
448
|
+
y?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
449
449
|
perspective?: number | undefined;
|
|
450
|
-
scale?: import("@tamagui/
|
|
450
|
+
scale?: import("@tamagui/web").ThemeValueFallback | import("@tamagui/web").SpaceTokens | undefined;
|
|
451
451
|
skewX?: string | undefined;
|
|
452
452
|
skewY?: string | undefined;
|
|
453
453
|
matrix?: number[] | undefined;
|
|
@@ -458,14 +458,14 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
|
|
|
458
458
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
459
459
|
contain?: import("csstype").Property.Contain | undefined;
|
|
460
460
|
display?: "flex" | "none" | "inherit" | "inline" | "block" | "contents" | "inline-flex" | undefined;
|
|
461
|
-
gap?: import("@tamagui/
|
|
462
|
-
columnGap?: import("@tamagui/
|
|
463
|
-
rowGap?: import("@tamagui/
|
|
461
|
+
gap?: import("@tamagui/web").SpaceTokens | undefined;
|
|
462
|
+
columnGap?: import("@tamagui/web").SpaceTokens | undefined;
|
|
463
|
+
rowGap?: import("@tamagui/web").SpaceTokens | undefined;
|
|
464
464
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
465
465
|
outlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
466
466
|
outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
467
|
-
outlineOffset?: import("@tamagui/
|
|
468
|
-
outlineWidth?: import("@tamagui/
|
|
467
|
+
outlineOffset?: import("@tamagui/web").SpaceTokens | undefined;
|
|
468
|
+
outlineWidth?: import("@tamagui/web").SpaceTokens | undefined;
|
|
469
469
|
rel?: any;
|
|
470
470
|
download?: any;
|
|
471
471
|
onStartShouldSetResponder?: ((event: import("react-native/types").GestureResponderEvent) => boolean) | undefined;
|
|
@@ -509,7 +509,7 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
|
|
|
509
509
|
unstyled?: boolean | undefined;
|
|
510
510
|
size?: SizeTokens | undefined;
|
|
511
511
|
active?: boolean | undefined;
|
|
512
|
-
hoverStyle?: Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/
|
|
512
|
+
hoverStyle?: Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
513
513
|
readonly fullscreen?: boolean | undefined;
|
|
514
514
|
readonly elevation?: SizeTokens | undefined;
|
|
515
515
|
} & {
|
|
@@ -530,7 +530,7 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
|
|
|
530
530
|
readonly active?: boolean | undefined;
|
|
531
531
|
readonly disabled?: boolean | undefined;
|
|
532
532
|
}> | null | undefined;
|
|
533
|
-
pressStyle?: Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/
|
|
533
|
+
pressStyle?: Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
534
534
|
readonly fullscreen?: boolean | undefined;
|
|
535
535
|
readonly elevation?: SizeTokens | undefined;
|
|
536
536
|
} & {
|
|
@@ -551,7 +551,7 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
|
|
|
551
551
|
readonly active?: boolean | undefined;
|
|
552
552
|
readonly disabled?: boolean | undefined;
|
|
553
553
|
}> | null | undefined;
|
|
554
|
-
focusStyle?: Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/
|
|
554
|
+
focusStyle?: Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
555
555
|
readonly fullscreen?: boolean | undefined;
|
|
556
556
|
readonly elevation?: SizeTokens | undefined;
|
|
557
557
|
} & {
|
|
@@ -572,7 +572,7 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
|
|
|
572
572
|
readonly active?: boolean | undefined;
|
|
573
573
|
readonly disabled?: boolean | undefined;
|
|
574
574
|
}> | null | undefined;
|
|
575
|
-
exitStyle?: Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/
|
|
575
|
+
exitStyle?: Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
576
576
|
readonly fullscreen?: boolean | undefined;
|
|
577
577
|
readonly elevation?: SizeTokens | undefined;
|
|
578
578
|
} & {
|
|
@@ -593,7 +593,7 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
|
|
|
593
593
|
readonly active?: boolean | undefined;
|
|
594
594
|
readonly disabled?: boolean | undefined;
|
|
595
595
|
}> | null | undefined;
|
|
596
|
-
enterStyle?: Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/
|
|
596
|
+
enterStyle?: Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
597
597
|
readonly fullscreen?: boolean | undefined;
|
|
598
598
|
readonly elevation?: SizeTokens | undefined;
|
|
599
599
|
} & {
|
|
@@ -616,13 +616,13 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
|
|
|
616
616
|
}> | null | undefined;
|
|
617
617
|
themeInverse?: boolean | undefined;
|
|
618
618
|
themeReset?: boolean | undefined;
|
|
619
|
-
fontFamily: `$${string}` | import("@tamagui/
|
|
619
|
+
fontFamily: `$${string}` | import("@tamagui/web").ThemeValueFallback | undefined;
|
|
620
620
|
};
|
|
621
621
|
};
|
|
622
622
|
export declare const listItemStaticConfig: {
|
|
623
623
|
inlineProps: Set<string>;
|
|
624
624
|
};
|
|
625
|
-
export declare const ListItem: import("@tamagui/
|
|
625
|
+
export declare const ListItem: import("@tamagui/web").ReactComponentWithRef<Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
626
626
|
readonly fullscreen?: boolean | undefined;
|
|
627
627
|
readonly elevation?: SizeTokens | undefined;
|
|
628
628
|
} & {
|
|
@@ -642,7 +642,7 @@ export declare const ListItem: import("@tamagui/core").ReactComponentWithRef<Omi
|
|
|
642
642
|
readonly size?: SizeTokens | undefined;
|
|
643
643
|
readonly active?: boolean | undefined;
|
|
644
644
|
readonly disabled?: boolean | undefined;
|
|
645
|
-
} & import("@tamagui/
|
|
645
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
646
646
|
readonly fullscreen?: boolean | undefined;
|
|
647
647
|
readonly elevation?: SizeTokens | undefined;
|
|
648
648
|
} & {
|
|
@@ -662,7 +662,7 @@ export declare const ListItem: import("@tamagui/core").ReactComponentWithRef<Omi
|
|
|
662
662
|
readonly size?: SizeTokens | undefined;
|
|
663
663
|
readonly active?: boolean | undefined;
|
|
664
664
|
readonly disabled?: boolean | undefined;
|
|
665
|
-
}>> & import("@tamagui/
|
|
665
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
666
666
|
readonly fullscreen?: boolean | undefined;
|
|
667
667
|
readonly elevation?: SizeTokens | undefined;
|
|
668
668
|
} & {
|
|
@@ -718,7 +718,7 @@ export declare const ListItem: import("@tamagui/core").ReactComponentWithRef<Omi
|
|
|
718
718
|
* will not wrap text around `children` only, "all" will not wrap title or subTitle
|
|
719
719
|
*/
|
|
720
720
|
noTextWrap?: boolean | "all" | undefined;
|
|
721
|
-
} & Omit<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/
|
|
721
|
+
} & Omit<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
722
722
|
readonly fullscreen?: boolean | undefined;
|
|
723
723
|
readonly elevation?: SizeTokens | undefined;
|
|
724
724
|
} & {
|
|
@@ -738,7 +738,7 @@ export declare const ListItem: import("@tamagui/core").ReactComponentWithRef<Omi
|
|
|
738
738
|
readonly size?: SizeTokens | undefined;
|
|
739
739
|
readonly active?: boolean | undefined;
|
|
740
740
|
readonly disabled?: boolean | undefined;
|
|
741
|
-
} & import("@tamagui/
|
|
741
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
742
742
|
readonly fullscreen?: boolean | undefined;
|
|
743
743
|
readonly elevation?: SizeTokens | undefined;
|
|
744
744
|
} & {
|
|
@@ -758,7 +758,7 @@ export declare const ListItem: import("@tamagui/core").ReactComponentWithRef<Omi
|
|
|
758
758
|
readonly size?: SizeTokens | undefined;
|
|
759
759
|
readonly active?: boolean | undefined;
|
|
760
760
|
readonly disabled?: boolean | undefined;
|
|
761
|
-
}>> & import("@tamagui/
|
|
761
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
762
762
|
readonly fullscreen?: boolean | undefined;
|
|
763
763
|
readonly elevation?: SizeTokens | undefined;
|
|
764
764
|
} & {
|
|
@@ -778,9 +778,9 @@ export declare const ListItem: import("@tamagui/core").ReactComponentWithRef<Omi
|
|
|
778
778
|
readonly size?: SizeTokens | undefined;
|
|
779
779
|
readonly active?: boolean | undefined;
|
|
780
780
|
readonly disabled?: boolean | undefined;
|
|
781
|
-
}>>, "noTextWrap" | "color" | "fontWeight" | "fontSize" | "fontFamily" | "fontStyle" | "letterSpacing" | "textAlign" | "textProps" | "display" | "children" | "onLayout" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "hitSlop" | "id" | "pointerEvents" | "removeClippedSubviews" | "style" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "elevation" | "gap" | "columnGap" | "rowGap" | "backgroundColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderBottomWidth" | "borderColor" | "borderEndColor" | "borderLeftColor" | "borderLeftWidth" | "borderRadius" | "borderRightColor" | "borderRightWidth" | "borderStartColor" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "borderTopWidth" | "borderWidth" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless" | "fullscreen" | `$${string}` | `$${number}` | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "cursor" | "contain" | "userSelect" | "outlineColor" | "outlineStyle" | "outlineOffset" | "outlineWidth" | "theme" | "space" | "separator" | "onPress" | "onPressIn" | "onPressOut" | "disabled" | "target" | "asChild" | "spaceDirection" | "dangerouslySetInnerHTML" | "animation" | "animateOnly" | "debug" | "className" | "themeShallow" | "tag" | "componentName" | "tabIndex" | "forceStyle" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle" | "size" | "rel" | "download" | "dataSet" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "href" | "hrefAttrs" | "elevationAndroid" | "unstyled" | "active" | "themeInverse" | "themeReset" | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle">, import("@tamagui/
|
|
782
|
-
staticConfig: import("@tamagui/
|
|
783
|
-
styleable: import("@tamagui/
|
|
781
|
+
}>>, "noTextWrap" | "color" | "fontWeight" | "fontSize" | "fontFamily" | "fontStyle" | "letterSpacing" | "textAlign" | "textProps" | "display" | "children" | "onLayout" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "hitSlop" | "id" | "pointerEvents" | "removeClippedSubviews" | "style" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "elevation" | "gap" | "columnGap" | "rowGap" | "backgroundColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderBottomWidth" | "borderColor" | "borderEndColor" | "borderLeftColor" | "borderLeftWidth" | "borderRadius" | "borderRightColor" | "borderRightWidth" | "borderStartColor" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "borderTopWidth" | "borderWidth" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless" | "fullscreen" | `$${string}` | `$${number}` | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "cursor" | "contain" | "userSelect" | "outlineColor" | "outlineStyle" | "outlineOffset" | "outlineWidth" | "theme" | "space" | "separator" | "onPress" | "onPressIn" | "onPressOut" | "disabled" | "target" | "asChild" | "spaceDirection" | "dangerouslySetInnerHTML" | "animation" | "animateOnly" | "debug" | "className" | "themeShallow" | "tag" | "componentName" | "tabIndex" | "forceStyle" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle" | "size" | "rel" | "download" | "dataSet" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "href" | "hrefAttrs" | "elevationAndroid" | "unstyled" | "active" | "themeInverse" | "themeReset" | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle">, import("@tamagui/web").TamaguiElement> & {
|
|
782
|
+
staticConfig: import("@tamagui/web").StaticConfigParsed;
|
|
783
|
+
styleable: import("@tamagui/web").Styleable<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
784
784
|
readonly fullscreen?: boolean | undefined;
|
|
785
785
|
readonly elevation?: SizeTokens | undefined;
|
|
786
786
|
} & {
|
|
@@ -800,7 +800,7 @@ export declare const ListItem: import("@tamagui/core").ReactComponentWithRef<Omi
|
|
|
800
800
|
readonly size?: SizeTokens | undefined;
|
|
801
801
|
readonly active?: boolean | undefined;
|
|
802
802
|
readonly disabled?: boolean | undefined;
|
|
803
|
-
} & import("@tamagui/
|
|
803
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
804
804
|
readonly fullscreen?: boolean | undefined;
|
|
805
805
|
readonly elevation?: SizeTokens | undefined;
|
|
806
806
|
} & {
|
|
@@ -820,7 +820,7 @@ export declare const ListItem: import("@tamagui/core").ReactComponentWithRef<Omi
|
|
|
820
820
|
readonly size?: SizeTokens | undefined;
|
|
821
821
|
readonly active?: boolean | undefined;
|
|
822
822
|
readonly disabled?: boolean | undefined;
|
|
823
|
-
}>> & import("@tamagui/
|
|
823
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
824
824
|
readonly fullscreen?: boolean | undefined;
|
|
825
825
|
readonly elevation?: SizeTokens | undefined;
|
|
826
826
|
} & {
|
|
@@ -840,46 +840,46 @@ export declare const ListItem: import("@tamagui/core").ReactComponentWithRef<Omi
|
|
|
840
840
|
readonly size?: SizeTokens | undefined;
|
|
841
841
|
readonly active?: boolean | undefined;
|
|
842
842
|
readonly disabled?: boolean | undefined;
|
|
843
|
-
}>>, import("@tamagui/
|
|
843
|
+
}>>, import("@tamagui/web").TamaguiElement>;
|
|
844
844
|
} & {
|
|
845
|
-
Text: import("@tamagui/
|
|
845
|
+
Text: import("@tamagui/web").TamaguiComponent<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
846
846
|
readonly size?: FontSizeTokens | undefined;
|
|
847
847
|
}, "unstyled"> & {
|
|
848
848
|
unstyled?: boolean | undefined;
|
|
849
|
-
} & import("@tamagui/
|
|
849
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
850
850
|
readonly size?: FontSizeTokens | undefined;
|
|
851
851
|
}, "unstyled"> & {
|
|
852
852
|
unstyled?: boolean | undefined;
|
|
853
|
-
}>> & import("@tamagui/
|
|
853
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
854
854
|
readonly size?: FontSizeTokens | undefined;
|
|
855
855
|
}, "unstyled"> & {
|
|
856
856
|
unstyled?: boolean | undefined;
|
|
857
|
-
}>>, import("@tamagui/
|
|
857
|
+
}>>, import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
|
|
858
858
|
readonly size?: FontSizeTokens | undefined;
|
|
859
859
|
} & {
|
|
860
860
|
unstyled?: boolean | undefined;
|
|
861
861
|
}, {
|
|
862
862
|
displayName: string | undefined;
|
|
863
863
|
}>;
|
|
864
|
-
Subtitle: import("@tamagui/
|
|
864
|
+
Subtitle: import("@tamagui/web").TamaguiComponent<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
865
865
|
readonly size?: FontSizeTokens | undefined;
|
|
866
866
|
} & {
|
|
867
867
|
unstyled?: boolean | undefined;
|
|
868
868
|
}, "unstyled"> & {
|
|
869
869
|
readonly unstyled?: boolean | undefined;
|
|
870
|
-
} & import("@tamagui/
|
|
870
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
871
871
|
readonly size?: FontSizeTokens | undefined;
|
|
872
872
|
} & {
|
|
873
873
|
unstyled?: boolean | undefined;
|
|
874
874
|
}, "unstyled"> & {
|
|
875
875
|
readonly unstyled?: boolean | undefined;
|
|
876
|
-
}>> & import("@tamagui/
|
|
876
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
877
877
|
readonly size?: FontSizeTokens | undefined;
|
|
878
878
|
} & {
|
|
879
879
|
unstyled?: boolean | undefined;
|
|
880
880
|
}, "unstyled"> & {
|
|
881
881
|
readonly unstyled?: boolean | undefined;
|
|
882
|
-
}>>, import("@tamagui/
|
|
882
|
+
}>>, import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
|
|
883
883
|
readonly size?: FontSizeTokens | undefined;
|
|
884
884
|
} & {
|
|
885
885
|
unstyled?: boolean | undefined;
|