@tamagui/list-item 1.30.13 → 1.30.15
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 +23 -0
- 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.15",
|
|
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.15",
|
|
25
|
+
"@tamagui/get-token": "1.30.15",
|
|
26
|
+
"@tamagui/helpers-tamagui": "1.30.15",
|
|
27
|
+
"@tamagui/text": "1.30.15",
|
|
28
|
+
"@tamagui/web": "1.30.15"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": "*"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@tamagui/build": "1.30.
|
|
34
|
+
"@tamagui/build": "1.30.15",
|
|
35
35
|
"react": "^18.2.0"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
package/types/ListItem.d.ts
CHANGED
|
@@ -164,18 +164,22 @@ export declare const ListItemFrame: import("@tamagui/web").TamaguiComponent<Omit
|
|
|
164
164
|
displayName: string | undefined;
|
|
165
165
|
}>;
|
|
166
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
|
+
readonly unstyled?: boolean | undefined;
|
|
167
168
|
readonly size?: FontSizeTokens | undefined;
|
|
168
169
|
}, "unstyled"> & {
|
|
169
170
|
unstyled?: boolean | undefined;
|
|
170
171
|
} & 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<{
|
|
172
|
+
readonly unstyled?: boolean | undefined;
|
|
171
173
|
readonly size?: FontSizeTokens | undefined;
|
|
172
174
|
}, "unstyled"> & {
|
|
173
175
|
unstyled?: boolean | undefined;
|
|
174
176
|
}>> & 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<{
|
|
177
|
+
readonly unstyled?: boolean | undefined;
|
|
175
178
|
readonly size?: FontSizeTokens | undefined;
|
|
176
179
|
}, "unstyled"> & {
|
|
177
180
|
unstyled?: boolean | undefined;
|
|
178
181
|
}>>, import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
|
|
182
|
+
readonly unstyled?: boolean | undefined;
|
|
179
183
|
readonly size?: FontSizeTokens | undefined;
|
|
180
184
|
} & {
|
|
181
185
|
unstyled?: boolean | undefined;
|
|
@@ -183,24 +187,28 @@ export declare const ListItemText: import("@tamagui/web").TamaguiComponent<Omit<
|
|
|
183
187
|
displayName: string | undefined;
|
|
184
188
|
}>;
|
|
185
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").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<{
|
|
190
|
+
readonly unstyled?: boolean | undefined;
|
|
186
191
|
readonly size?: FontSizeTokens | undefined;
|
|
187
192
|
} & {
|
|
188
193
|
unstyled?: boolean | undefined;
|
|
189
194
|
}, "unstyled"> & {
|
|
190
195
|
readonly unstyled?: boolean | undefined;
|
|
191
196
|
} & 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<{
|
|
197
|
+
readonly unstyled?: boolean | undefined;
|
|
192
198
|
readonly size?: FontSizeTokens | undefined;
|
|
193
199
|
} & {
|
|
194
200
|
unstyled?: boolean | undefined;
|
|
195
201
|
}, "unstyled"> & {
|
|
196
202
|
readonly unstyled?: boolean | undefined;
|
|
197
203
|
}>> & 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<{
|
|
204
|
+
readonly unstyled?: boolean | undefined;
|
|
198
205
|
readonly size?: FontSizeTokens | undefined;
|
|
199
206
|
} & {
|
|
200
207
|
unstyled?: boolean | undefined;
|
|
201
208
|
}, "unstyled"> & {
|
|
202
209
|
readonly unstyled?: boolean | undefined;
|
|
203
210
|
}>>, import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
|
|
211
|
+
readonly unstyled?: boolean | undefined;
|
|
204
212
|
readonly size?: FontSizeTokens | undefined;
|
|
205
213
|
} & {
|
|
206
214
|
unstyled?: boolean | undefined;
|
|
@@ -210,36 +218,43 @@ export declare const ListItemSubtitle: import("@tamagui/web").TamaguiComponent<O
|
|
|
210
218
|
displayName: string | undefined;
|
|
211
219
|
}>;
|
|
212
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").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
|
+
readonly unstyled?: boolean | undefined;
|
|
213
222
|
readonly size?: FontSizeTokens | undefined;
|
|
214
223
|
}, "unstyled"> & {
|
|
215
224
|
unstyled?: boolean | undefined;
|
|
216
225
|
} & 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<{
|
|
226
|
+
readonly unstyled?: boolean | undefined;
|
|
217
227
|
readonly size?: FontSizeTokens | undefined;
|
|
218
228
|
}, "unstyled"> & {
|
|
219
229
|
unstyled?: boolean | undefined;
|
|
220
230
|
}>> & 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<{
|
|
231
|
+
readonly unstyled?: boolean | undefined;
|
|
221
232
|
readonly size?: FontSizeTokens | undefined;
|
|
222
233
|
}, "unstyled"> & {
|
|
223
234
|
unstyled?: boolean | undefined;
|
|
224
235
|
}>>) | (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<{
|
|
236
|
+
readonly unstyled?: boolean | undefined;
|
|
225
237
|
readonly size?: FontSizeTokens | undefined;
|
|
226
238
|
} & {
|
|
227
239
|
unstyled?: boolean | undefined;
|
|
228
240
|
}, string | number> & {
|
|
229
241
|
[x: string]: undefined;
|
|
230
242
|
} & 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<{
|
|
243
|
+
readonly unstyled?: boolean | undefined;
|
|
231
244
|
readonly size?: FontSizeTokens | undefined;
|
|
232
245
|
} & {
|
|
233
246
|
unstyled?: boolean | undefined;
|
|
234
247
|
}, string | number> & {
|
|
235
248
|
[x: string]: undefined;
|
|
236
249
|
}>> & 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<{
|
|
250
|
+
readonly unstyled?: boolean | undefined;
|
|
237
251
|
readonly size?: FontSizeTokens | undefined;
|
|
238
252
|
} & {
|
|
239
253
|
unstyled?: boolean | undefined;
|
|
240
254
|
}, string | number> & {
|
|
241
255
|
[x: string]: undefined;
|
|
242
256
|
}>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
|
|
257
|
+
readonly unstyled?: boolean | undefined;
|
|
243
258
|
readonly size?: FontSizeTokens | undefined;
|
|
244
259
|
} & {
|
|
245
260
|
unstyled?: boolean | undefined;
|
|
@@ -843,18 +858,22 @@ export declare const ListItem: import("@tamagui/web").ReactComponentWithRef<Omit
|
|
|
843
858
|
}>>, import("@tamagui/web").TamaguiElement>;
|
|
844
859
|
} & {
|
|
845
860
|
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<{
|
|
861
|
+
readonly unstyled?: boolean | undefined;
|
|
846
862
|
readonly size?: FontSizeTokens | undefined;
|
|
847
863
|
}, "unstyled"> & {
|
|
848
864
|
unstyled?: boolean | undefined;
|
|
849
865
|
} & 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<{
|
|
866
|
+
readonly unstyled?: boolean | undefined;
|
|
850
867
|
readonly size?: FontSizeTokens | undefined;
|
|
851
868
|
}, "unstyled"> & {
|
|
852
869
|
unstyled?: boolean | undefined;
|
|
853
870
|
}>> & 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<{
|
|
871
|
+
readonly unstyled?: boolean | undefined;
|
|
854
872
|
readonly size?: FontSizeTokens | undefined;
|
|
855
873
|
}, "unstyled"> & {
|
|
856
874
|
unstyled?: boolean | undefined;
|
|
857
875
|
}>>, import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
|
|
876
|
+
readonly unstyled?: boolean | undefined;
|
|
858
877
|
readonly size?: FontSizeTokens | undefined;
|
|
859
878
|
} & {
|
|
860
879
|
unstyled?: boolean | undefined;
|
|
@@ -862,24 +881,28 @@ export declare const ListItem: import("@tamagui/web").ReactComponentWithRef<Omit
|
|
|
862
881
|
displayName: string | undefined;
|
|
863
882
|
}>;
|
|
864
883
|
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<{
|
|
884
|
+
readonly unstyled?: boolean | undefined;
|
|
865
885
|
readonly size?: FontSizeTokens | undefined;
|
|
866
886
|
} & {
|
|
867
887
|
unstyled?: boolean | undefined;
|
|
868
888
|
}, "unstyled"> & {
|
|
869
889
|
readonly unstyled?: boolean | undefined;
|
|
870
890
|
} & 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<{
|
|
891
|
+
readonly unstyled?: boolean | undefined;
|
|
871
892
|
readonly size?: FontSizeTokens | undefined;
|
|
872
893
|
} & {
|
|
873
894
|
unstyled?: boolean | undefined;
|
|
874
895
|
}, "unstyled"> & {
|
|
875
896
|
readonly unstyled?: boolean | undefined;
|
|
876
897
|
}>> & 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<{
|
|
898
|
+
readonly unstyled?: boolean | undefined;
|
|
877
899
|
readonly size?: FontSizeTokens | undefined;
|
|
878
900
|
} & {
|
|
879
901
|
unstyled?: boolean | undefined;
|
|
880
902
|
}, "unstyled"> & {
|
|
881
903
|
readonly unstyled?: boolean | undefined;
|
|
882
904
|
}>>, import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
|
|
905
|
+
readonly unstyled?: boolean | undefined;
|
|
883
906
|
readonly size?: FontSizeTokens | undefined;
|
|
884
907
|
} & {
|
|
885
908
|
unstyled?: boolean | undefined;
|
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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"}
|