@tamagui/list-item 1.30.19 → 1.30.21
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/ListItem.d.ts +54 -18
- package/types/ListItem.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/list-item",
|
|
3
|
-
"version": "1.30.
|
|
3
|
+
"version": "1.30.21",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"watch": "tamagui-build --watch"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@tamagui/font-size": "1.30.
|
|
25
|
-
"@tamagui/get-token": "1.30.
|
|
26
|
-
"@tamagui/helpers-tamagui": "1.30.
|
|
27
|
-
"@tamagui/text": "1.30.
|
|
28
|
-
"@tamagui/web": "1.30.
|
|
24
|
+
"@tamagui/font-size": "1.30.21",
|
|
25
|
+
"@tamagui/get-token": "1.30.21",
|
|
26
|
+
"@tamagui/helpers-tamagui": "1.30.21",
|
|
27
|
+
"@tamagui/text": "1.30.21",
|
|
28
|
+
"@tamagui/web": "1.30.21"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": "*"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@tamagui/build": "1.30.
|
|
34
|
+
"@tamagui/build": "1.30.21",
|
|
35
35
|
"react": "^18.2.0"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
package/types/ListItem.d.ts
CHANGED
|
@@ -163,17 +163,23 @@ export declare const ListItemFrame: import("@tamagui/web").TamaguiComponent<Omit
|
|
|
163
163
|
}, {
|
|
164
164
|
displayName: string | undefined;
|
|
165
165
|
}>;
|
|
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").
|
|
166
|
+
export declare const ListItemText: import("@tamagui/web").TamaguiComponent<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
167
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
168
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
167
169
|
readonly unstyled?: boolean | undefined;
|
|
168
170
|
readonly size?: FontSizeTokens | undefined;
|
|
169
171
|
}, "unstyled"> & {
|
|
170
172
|
unstyled?: boolean | undefined;
|
|
171
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").
|
|
173
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
174
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
175
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
172
176
|
readonly unstyled?: boolean | undefined;
|
|
173
177
|
readonly size?: FontSizeTokens | undefined;
|
|
174
178
|
}, "unstyled"> & {
|
|
175
179
|
unstyled?: boolean | undefined;
|
|
176
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").
|
|
180
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
181
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
182
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
177
183
|
readonly unstyled?: boolean | undefined;
|
|
178
184
|
readonly size?: FontSizeTokens | undefined;
|
|
179
185
|
}, "unstyled"> & {
|
|
@@ -186,21 +192,27 @@ export declare const ListItemText: import("@tamagui/web").TamaguiComponent<Omit<
|
|
|
186
192
|
}, {
|
|
187
193
|
displayName: string | undefined;
|
|
188
194
|
}>;
|
|
189
|
-
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").
|
|
195
|
+
export declare const ListItemSubtitle: import("@tamagui/web").TamaguiComponent<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
196
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
197
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
190
198
|
readonly unstyled?: boolean | undefined;
|
|
191
199
|
readonly size?: FontSizeTokens | undefined;
|
|
192
200
|
} & {
|
|
193
201
|
unstyled?: boolean | undefined;
|
|
194
202
|
}, "unstyled"> & {
|
|
195
203
|
readonly unstyled?: boolean | undefined;
|
|
196
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").
|
|
204
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
205
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
206
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
197
207
|
readonly unstyled?: boolean | undefined;
|
|
198
208
|
readonly size?: FontSizeTokens | undefined;
|
|
199
209
|
} & {
|
|
200
210
|
unstyled?: boolean | undefined;
|
|
201
211
|
}, "unstyled"> & {
|
|
202
212
|
readonly unstyled?: boolean | undefined;
|
|
203
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").
|
|
213
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
214
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
215
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
204
216
|
readonly unstyled?: boolean | undefined;
|
|
205
217
|
readonly size?: FontSizeTokens | undefined;
|
|
206
218
|
} & {
|
|
@@ -217,36 +229,48 @@ export declare const ListItemSubtitle: import("@tamagui/web").TamaguiComponent<O
|
|
|
217
229
|
}, {
|
|
218
230
|
displayName: string | undefined;
|
|
219
231
|
}>;
|
|
220
|
-
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").
|
|
232
|
+
export declare const ListItemTitle: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
233
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
234
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
221
235
|
readonly unstyled?: boolean | undefined;
|
|
222
236
|
readonly size?: FontSizeTokens | undefined;
|
|
223
237
|
}, "unstyled"> & {
|
|
224
238
|
unstyled?: boolean | undefined;
|
|
225
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").
|
|
239
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
240
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
241
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
226
242
|
readonly unstyled?: boolean | undefined;
|
|
227
243
|
readonly size?: FontSizeTokens | undefined;
|
|
228
244
|
}, "unstyled"> & {
|
|
229
245
|
unstyled?: boolean | undefined;
|
|
230
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").
|
|
246
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
247
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
248
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
231
249
|
readonly unstyled?: boolean | undefined;
|
|
232
250
|
readonly size?: FontSizeTokens | undefined;
|
|
233
251
|
}, "unstyled"> & {
|
|
234
252
|
unstyled?: boolean | undefined;
|
|
235
|
-
}>>) | (Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").
|
|
253
|
+
}>>) | (Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
254
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
255
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
236
256
|
readonly unstyled?: boolean | undefined;
|
|
237
257
|
readonly size?: FontSizeTokens | undefined;
|
|
238
258
|
} & {
|
|
239
259
|
unstyled?: boolean | undefined;
|
|
240
260
|
}, string | number> & {
|
|
241
261
|
[x: string]: undefined;
|
|
242
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").
|
|
262
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
263
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
264
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
243
265
|
readonly unstyled?: boolean | undefined;
|
|
244
266
|
readonly size?: FontSizeTokens | undefined;
|
|
245
267
|
} & {
|
|
246
268
|
unstyled?: boolean | undefined;
|
|
247
269
|
}, string | number> & {
|
|
248
270
|
[x: string]: undefined;
|
|
249
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").
|
|
271
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
272
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
273
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
250
274
|
readonly unstyled?: boolean | undefined;
|
|
251
275
|
readonly size?: FontSizeTokens | undefined;
|
|
252
276
|
} & {
|
|
@@ -857,17 +881,23 @@ export declare const ListItem: import("@tamagui/web").ReactComponentWithRef<Omit
|
|
|
857
881
|
readonly disabled?: boolean | undefined;
|
|
858
882
|
}>>, import("@tamagui/web").TamaguiElement>;
|
|
859
883
|
} & {
|
|
860
|
-
Text: import("@tamagui/web").TamaguiComponent<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").
|
|
884
|
+
Text: import("@tamagui/web").TamaguiComponent<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
885
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
886
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
861
887
|
readonly unstyled?: boolean | undefined;
|
|
862
888
|
readonly size?: FontSizeTokens | undefined;
|
|
863
889
|
}, "unstyled"> & {
|
|
864
890
|
unstyled?: boolean | undefined;
|
|
865
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").
|
|
891
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
892
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
893
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
866
894
|
readonly unstyled?: boolean | undefined;
|
|
867
895
|
readonly size?: FontSizeTokens | undefined;
|
|
868
896
|
}, "unstyled"> & {
|
|
869
897
|
unstyled?: boolean | undefined;
|
|
870
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").
|
|
898
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
899
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
900
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
871
901
|
readonly unstyled?: boolean | undefined;
|
|
872
902
|
readonly size?: FontSizeTokens | undefined;
|
|
873
903
|
}, "unstyled"> & {
|
|
@@ -880,21 +910,27 @@ export declare const ListItem: import("@tamagui/web").ReactComponentWithRef<Omit
|
|
|
880
910
|
}, {
|
|
881
911
|
displayName: string | undefined;
|
|
882
912
|
}>;
|
|
883
|
-
Subtitle: import("@tamagui/web").TamaguiComponent<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").
|
|
913
|
+
Subtitle: import("@tamagui/web").TamaguiComponent<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
914
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
915
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
884
916
|
readonly unstyled?: boolean | undefined;
|
|
885
917
|
readonly size?: FontSizeTokens | undefined;
|
|
886
918
|
} & {
|
|
887
919
|
unstyled?: boolean | undefined;
|
|
888
920
|
}, "unstyled"> & {
|
|
889
921
|
readonly unstyled?: boolean | undefined;
|
|
890
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").
|
|
922
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
923
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
924
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
891
925
|
readonly unstyled?: boolean | undefined;
|
|
892
926
|
readonly size?: FontSizeTokens | undefined;
|
|
893
927
|
} & {
|
|
894
928
|
unstyled?: boolean | undefined;
|
|
895
929
|
}, "unstyled"> & {
|
|
896
930
|
readonly unstyled?: boolean | undefined;
|
|
897
|
-
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").
|
|
931
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
932
|
+
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native/types").TextStyle>;
|
|
933
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
898
934
|
readonly unstyled?: boolean | undefined;
|
|
899
935
|
readonly size?: FontSizeTokens | undefined;
|
|
900
936
|
} & {
|
package/types/ListItem.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../src/ListItem.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAe,gBAAgB,EAAsB,MAAM,eAAe,CAAA;AACjF,OAAO,EACL,cAAc,EACd,QAAQ,EACR,UAAU,EAEV,cAAc,EAMf,MAAM,cAAc,CAAA;AACrB,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAEhD,KAAK,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AAC1D,KAAK,QAAQ,GAAG,GAAG,CAAC,OAAO,GAAG,iBAAiB,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAA;AAEzE,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,gBAAgB,EAAE,eAAe,GAAG,YAAY,CAAC,GAChF,QAAQ,CAAC,OAAO,aAAa,CAAC,GAC9B,cAAc,GAAG;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf;;OAEG;IACH,SAAS,CAAC,EAAE,QAAQ,CAAA;IACpB;;OAEG;IACH;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,KAAK,CAAA;CAC7B,CAAA;AAIH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;kCAgBR,UAAU;;;;;;;;;;;;;;;;;;;;;CA0BrB,CAAA;AAEV,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASxB,CAAA;AAEF,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../src/ListItem.tsx"],"names":[],"mappings":"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"}
|