@tamagui/list-item 1.0.1-beta.76 → 1.0.1-beta.77
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 +5 -5
- package/types/ListItem.d.ts +48 -16
- 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.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.77",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
"watch": "tamagui-build --watch"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@tamagui/core": "^1.0.1-beta.
|
|
23
|
-
"@tamagui/font-size": "^1.0.1-beta.
|
|
24
|
-
"@tamagui/helpers-tamagui": "^1.0.1-beta.
|
|
22
|
+
"@tamagui/core": "^1.0.1-beta.77",
|
|
23
|
+
"@tamagui/font-size": "^1.0.1-beta.77",
|
|
24
|
+
"@tamagui/helpers-tamagui": "^1.0.1-beta.77"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"react": "*",
|
|
28
28
|
"react-dom": "*"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@tamagui/build": "^1.0.1-beta.
|
|
31
|
+
"@tamagui/build": "^1.0.1-beta.77",
|
|
32
32
|
"react": "*",
|
|
33
33
|
"react-dom": "*"
|
|
34
34
|
},
|
package/types/ListItem.d.ts
CHANGED
|
@@ -117,7 +117,9 @@ export declare const ListItemText: import("@tamagui/core").TamaguiComponent<(Omi
|
|
|
117
117
|
[x: string]: undefined;
|
|
118
118
|
}>>), any, import("@tamagui/core").TextPropsBase, {
|
|
119
119
|
size?: FontSizeTokens | undefined;
|
|
120
|
-
}
|
|
120
|
+
} | ({
|
|
121
|
+
size?: FontSizeTokens | undefined;
|
|
122
|
+
} & {
|
|
121
123
|
[x: string]: undefined;
|
|
122
124
|
})>;
|
|
123
125
|
export declare const ListItemSubtitle: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
@@ -140,43 +142,57 @@ export declare const ListItemSubtitle: import("@tamagui/core").TamaguiComponent<
|
|
|
140
142
|
[x: string]: undefined;
|
|
141
143
|
}>>) | (Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
142
144
|
size?: FontSizeTokens | undefined;
|
|
143
|
-
}
|
|
145
|
+
} | ({
|
|
146
|
+
size?: FontSizeTokens | undefined;
|
|
147
|
+
} & {
|
|
144
148
|
[x: string]: undefined;
|
|
145
149
|
}), string | number> & {
|
|
146
150
|
[x: string]: undefined;
|
|
147
151
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
148
152
|
size?: FontSizeTokens | undefined;
|
|
149
|
-
}
|
|
153
|
+
} | ({
|
|
154
|
+
size?: FontSizeTokens | undefined;
|
|
155
|
+
} & {
|
|
150
156
|
[x: string]: undefined;
|
|
151
157
|
}), string | number> & {
|
|
152
158
|
[x: string]: undefined;
|
|
153
159
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
154
160
|
size?: FontSizeTokens | undefined;
|
|
155
|
-
}
|
|
161
|
+
} | ({
|
|
162
|
+
size?: FontSizeTokens | undefined;
|
|
163
|
+
} & {
|
|
156
164
|
[x: string]: undefined;
|
|
157
165
|
}), string | number> & {
|
|
158
166
|
[x: string]: undefined;
|
|
159
167
|
}>>) | (Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
160
168
|
size?: FontSizeTokens | undefined;
|
|
161
|
-
}
|
|
169
|
+
} | ({
|
|
170
|
+
size?: FontSizeTokens | undefined;
|
|
171
|
+
} & {
|
|
162
172
|
[x: string]: undefined;
|
|
163
173
|
}), string | number> & {
|
|
164
174
|
[x: string]: undefined;
|
|
165
175
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
166
176
|
size?: FontSizeTokens | undefined;
|
|
167
|
-
}
|
|
177
|
+
} | ({
|
|
178
|
+
size?: FontSizeTokens | undefined;
|
|
179
|
+
} & {
|
|
168
180
|
[x: string]: undefined;
|
|
169
181
|
}), string | number> & {
|
|
170
182
|
[x: string]: undefined;
|
|
171
183
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
172
184
|
size?: FontSizeTokens | undefined;
|
|
173
|
-
}
|
|
185
|
+
} | ({
|
|
186
|
+
size?: FontSizeTokens | undefined;
|
|
187
|
+
} & {
|
|
174
188
|
[x: string]: undefined;
|
|
175
189
|
}), string | number> & {
|
|
176
190
|
[x: string]: undefined;
|
|
177
191
|
}>>), any, import("@tamagui/core").TextPropsBase, ({
|
|
178
192
|
size?: FontSizeTokens | undefined;
|
|
179
|
-
}
|
|
193
|
+
} | ({
|
|
194
|
+
size?: FontSizeTokens | undefined;
|
|
195
|
+
} & {
|
|
180
196
|
[x: string]: undefined;
|
|
181
197
|
})) & ({} | {
|
|
182
198
|
[x: string]: undefined;
|
|
@@ -204,7 +220,9 @@ export declare const ListItem: ReactComponentWithRef<ListItemProps, View | HTMLL
|
|
|
204
220
|
[x: string]: undefined;
|
|
205
221
|
}>>), any, import("@tamagui/core").TextPropsBase, {
|
|
206
222
|
size?: FontSizeTokens | undefined;
|
|
207
|
-
}
|
|
223
|
+
} | ({
|
|
224
|
+
size?: FontSizeTokens | undefined;
|
|
225
|
+
} & {
|
|
208
226
|
[x: string]: undefined;
|
|
209
227
|
})>;
|
|
210
228
|
Subtitle: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{}, "size"> & {
|
|
@@ -227,43 +245,57 @@ export declare const ListItem: ReactComponentWithRef<ListItemProps, View | HTMLL
|
|
|
227
245
|
[x: string]: undefined;
|
|
228
246
|
}>>) | (Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
229
247
|
size?: FontSizeTokens | undefined;
|
|
230
|
-
}
|
|
248
|
+
} | ({
|
|
249
|
+
size?: FontSizeTokens | undefined;
|
|
250
|
+
} & {
|
|
231
251
|
[x: string]: undefined;
|
|
232
252
|
}), string | number> & {
|
|
233
253
|
[x: string]: undefined;
|
|
234
254
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
235
255
|
size?: FontSizeTokens | undefined;
|
|
236
|
-
}
|
|
256
|
+
} | ({
|
|
257
|
+
size?: FontSizeTokens | undefined;
|
|
258
|
+
} & {
|
|
237
259
|
[x: string]: undefined;
|
|
238
260
|
}), string | number> & {
|
|
239
261
|
[x: string]: undefined;
|
|
240
262
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
241
263
|
size?: FontSizeTokens | undefined;
|
|
242
|
-
}
|
|
264
|
+
} | ({
|
|
265
|
+
size?: FontSizeTokens | undefined;
|
|
266
|
+
} & {
|
|
243
267
|
[x: string]: undefined;
|
|
244
268
|
}), string | number> & {
|
|
245
269
|
[x: string]: undefined;
|
|
246
270
|
}>>) | (Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
247
271
|
size?: FontSizeTokens | undefined;
|
|
248
|
-
}
|
|
272
|
+
} | ({
|
|
273
|
+
size?: FontSizeTokens | undefined;
|
|
274
|
+
} & {
|
|
249
275
|
[x: string]: undefined;
|
|
250
276
|
}), string | number> & {
|
|
251
277
|
[x: string]: undefined;
|
|
252
278
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
253
279
|
size?: FontSizeTokens | undefined;
|
|
254
|
-
}
|
|
280
|
+
} | ({
|
|
281
|
+
size?: FontSizeTokens | undefined;
|
|
282
|
+
} & {
|
|
255
283
|
[x: string]: undefined;
|
|
256
284
|
}), string | number> & {
|
|
257
285
|
[x: string]: undefined;
|
|
258
286
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").TextProps, "children"> & import("@tamagui/core").RNWTextProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>> & Omit<{
|
|
259
287
|
size?: FontSizeTokens | undefined;
|
|
260
|
-
}
|
|
288
|
+
} | ({
|
|
289
|
+
size?: FontSizeTokens | undefined;
|
|
290
|
+
} & {
|
|
261
291
|
[x: string]: undefined;
|
|
262
292
|
}), string | number> & {
|
|
263
293
|
[x: string]: undefined;
|
|
264
294
|
}>>), any, import("@tamagui/core").TextPropsBase, ({
|
|
265
295
|
size?: FontSizeTokens | undefined;
|
|
266
|
-
}
|
|
296
|
+
} | ({
|
|
297
|
+
size?: FontSizeTokens | undefined;
|
|
298
|
+
} & {
|
|
267
299
|
[x: string]: undefined;
|
|
268
300
|
})) & ({} | {
|
|
269
301
|
[x: string]: undefined;
|
package/types/ListItem.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../src/ListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,QAAQ,EACR,qBAAqB,EAErB,cAAc,EAMf,MAAM,eAAe,CAAA;AAEtB,OAAO,EACL,gBAAgB,EAGjB,MAAM,0BAA0B,CAAA;AAGjC,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAc,MAAM,OAAO,CAAA;AAC5D,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAKnC,aAAK,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AAC1D,aAAK,QAAQ,GAAG,GAAG,CAAC,OAAO,GAAG,iBAAiB,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAA;AAEzE,oBAAY,aAAa,GAAG,IAAI,CAAC,gBAAgB,EAAE,eAAe,CAAC,GACjE,QAAQ,CAAC,OAAO,aAAa,CAAC,GAC9B,cAAc,GAAG;IAEf,IAAI,CAAC,EAAE,QAAQ,CAAA;IAEf,SAAS,CAAC,EAAE,QAAQ,CAAA;IAGpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAE5B,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAEvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC3B,CAAA;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyCxB,CAAA;AAEF,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../src/ListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,QAAQ,EACR,qBAAqB,EAErB,cAAc,EAMf,MAAM,eAAe,CAAA;AAEtB,OAAO,EACL,gBAAgB,EAGjB,MAAM,0BAA0B,CAAA;AAGjC,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAc,MAAM,OAAO,CAAA;AAC5D,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAKnC,aAAK,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AAC1D,aAAK,QAAQ,GAAG,GAAG,CAAC,OAAO,GAAG,iBAAiB,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAA;AAEzE,oBAAY,aAAa,GAAG,IAAI,CAAC,gBAAgB,EAAE,eAAe,CAAC,GACjE,QAAQ,CAAC,OAAO,aAAa,CAAC,GAC9B,cAAc,GAAG;IAEf,IAAI,CAAC,EAAE,QAAQ,CAAA;IAEf,SAAS,CAAC,EAAE,QAAQ,CAAA;IAGpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAE5B,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAEvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC3B,CAAA;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyCxB,CAAA;AAEF,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;GAMvB,CAAA;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAK3B,CAAA;AAsFF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAA"}
|