@tamagui/list-item 1.101.0 → 1.101.2
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 +10 -10
- package/types/ListItem.d.ts +54 -54
- 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.101.
|
|
3
|
+
"version": "1.101.2",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@tamagui/font-size": "1.101.
|
|
36
|
-
"@tamagui/get-font-sized": "1.101.
|
|
37
|
-
"@tamagui/get-token": "1.101.
|
|
38
|
-
"@tamagui/helpers": "1.101.
|
|
39
|
-
"@tamagui/helpers-tamagui": "1.101.
|
|
40
|
-
"@tamagui/stacks": "1.101.
|
|
41
|
-
"@tamagui/text": "1.101.
|
|
42
|
-
"@tamagui/web": "1.101.
|
|
35
|
+
"@tamagui/font-size": "1.101.2",
|
|
36
|
+
"@tamagui/get-font-sized": "1.101.2",
|
|
37
|
+
"@tamagui/get-token": "1.101.2",
|
|
38
|
+
"@tamagui/helpers": "1.101.2",
|
|
39
|
+
"@tamagui/helpers-tamagui": "1.101.2",
|
|
40
|
+
"@tamagui/stacks": "1.101.2",
|
|
41
|
+
"@tamagui/text": "1.101.2",
|
|
42
|
+
"@tamagui/web": "1.101.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tamagui/build": "1.101.
|
|
45
|
+
"@tamagui/build": "1.101.2",
|
|
46
46
|
"react": "^18.2.0"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
package/types/ListItem.d.ts
CHANGED
|
@@ -53,10 +53,10 @@ export declare const ListItemFrame: import("@tamagui/web").TamaguiComponent<impo
|
|
|
53
53
|
fullscreen?: boolean | undefined;
|
|
54
54
|
circular?: boolean | undefined;
|
|
55
55
|
inset?: number | SizeTokens | {
|
|
56
|
-
top?: number
|
|
57
|
-
bottom?: number
|
|
58
|
-
left?: number
|
|
59
|
-
right?: number
|
|
56
|
+
top?: number;
|
|
57
|
+
bottom?: number;
|
|
58
|
+
left?: number;
|
|
59
|
+
right?: number;
|
|
60
60
|
} | undefined;
|
|
61
61
|
hoverTheme?: boolean | undefined;
|
|
62
62
|
pressTheme?: boolean | undefined;
|
|
@@ -97,10 +97,10 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
97
97
|
fullscreen?: boolean | undefined;
|
|
98
98
|
circular?: boolean | undefined;
|
|
99
99
|
inset?: number | SizeTokens | {
|
|
100
|
-
top?: number
|
|
101
|
-
bottom?: number
|
|
102
|
-
left?: number
|
|
103
|
-
right?: number
|
|
100
|
+
top?: number;
|
|
101
|
+
bottom?: number;
|
|
102
|
+
left?: number;
|
|
103
|
+
right?: number;
|
|
104
104
|
} | undefined;
|
|
105
105
|
hoverTheme?: boolean | undefined;
|
|
106
106
|
pressTheme?: boolean | undefined;
|
|
@@ -116,26 +116,26 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
116
116
|
/**
|
|
117
117
|
* add icon before, passes color and size automatically if Component
|
|
118
118
|
*/
|
|
119
|
-
icon?: IconProp
|
|
119
|
+
icon?: IconProp;
|
|
120
120
|
/**
|
|
121
121
|
* add icon after, passes color and size automatically if Component
|
|
122
122
|
*/
|
|
123
|
-
iconAfter?: IconProp
|
|
123
|
+
iconAfter?: IconProp;
|
|
124
124
|
/**
|
|
125
125
|
* adjust icon relative to size
|
|
126
126
|
*/
|
|
127
127
|
/**
|
|
128
128
|
* default: -1
|
|
129
129
|
*/
|
|
130
|
-
scaleIcon?: number
|
|
130
|
+
scaleIcon?: number;
|
|
131
131
|
/**
|
|
132
132
|
* make the spacing elements flex
|
|
133
133
|
*/
|
|
134
|
-
spaceFlex?: number | boolean
|
|
134
|
+
spaceFlex?: number | boolean;
|
|
135
135
|
/**
|
|
136
136
|
* adjust internal space relative to icon size
|
|
137
137
|
*/
|
|
138
|
-
scaleSpace?: number
|
|
138
|
+
scaleSpace?: number;
|
|
139
139
|
/**
|
|
140
140
|
* title
|
|
141
141
|
*/
|
|
@@ -147,7 +147,7 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
147
147
|
/**
|
|
148
148
|
* will not wrap text around `children` only, "all" will not wrap title or subTitle
|
|
149
149
|
*/
|
|
150
|
-
noTextWrap?: boolean | "all"
|
|
150
|
+
noTextWrap?: boolean | "all";
|
|
151
151
|
} & import("react").RefAttributes<import("@tamagui/web").TamaguiElement>> & import("@tamagui/web").StaticComponentObject<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
152
152
|
unstyled?: boolean | undefined;
|
|
153
153
|
size?: SizeTokens | undefined;
|
|
@@ -157,10 +157,10 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
157
157
|
fullscreen?: boolean | undefined;
|
|
158
158
|
circular?: boolean | undefined;
|
|
159
159
|
inset?: number | SizeTokens | {
|
|
160
|
-
top?: number
|
|
161
|
-
bottom?: number
|
|
162
|
-
left?: number
|
|
163
|
-
right?: number
|
|
160
|
+
top?: number;
|
|
161
|
+
bottom?: number;
|
|
162
|
+
left?: number;
|
|
163
|
+
right?: number;
|
|
164
164
|
} | undefined;
|
|
165
165
|
hoverTheme?: boolean | undefined;
|
|
166
166
|
pressTheme?: boolean | undefined;
|
|
@@ -176,26 +176,26 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
176
176
|
/**
|
|
177
177
|
* add icon before, passes color and size automatically if Component
|
|
178
178
|
*/
|
|
179
|
-
icon?: IconProp
|
|
179
|
+
icon?: IconProp;
|
|
180
180
|
/**
|
|
181
181
|
* add icon after, passes color and size automatically if Component
|
|
182
182
|
*/
|
|
183
|
-
iconAfter?: IconProp
|
|
183
|
+
iconAfter?: IconProp;
|
|
184
184
|
/**
|
|
185
185
|
* adjust icon relative to size
|
|
186
186
|
*/
|
|
187
187
|
/**
|
|
188
188
|
* default: -1
|
|
189
189
|
*/
|
|
190
|
-
scaleIcon?: number
|
|
190
|
+
scaleIcon?: number;
|
|
191
191
|
/**
|
|
192
192
|
* make the spacing elements flex
|
|
193
193
|
*/
|
|
194
|
-
spaceFlex?: number | boolean
|
|
194
|
+
spaceFlex?: number | boolean;
|
|
195
195
|
/**
|
|
196
196
|
* adjust internal space relative to icon size
|
|
197
197
|
*/
|
|
198
|
-
scaleSpace?: number
|
|
198
|
+
scaleSpace?: number;
|
|
199
199
|
/**
|
|
200
200
|
* title
|
|
201
201
|
*/
|
|
@@ -207,31 +207,31 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
207
207
|
/**
|
|
208
208
|
* will not wrap text around `children` only, "all" will not wrap title or subTitle
|
|
209
209
|
*/
|
|
210
|
-
noTextWrap?: boolean | "all"
|
|
210
|
+
noTextWrap?: boolean | "all";
|
|
211
211
|
}, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & ThemeableProps & {
|
|
212
212
|
/**
|
|
213
213
|
* add icon before, passes color and size automatically if Component
|
|
214
214
|
*/
|
|
215
|
-
icon?: IconProp
|
|
215
|
+
icon?: IconProp;
|
|
216
216
|
/**
|
|
217
217
|
* add icon after, passes color and size automatically if Component
|
|
218
218
|
*/
|
|
219
|
-
iconAfter?: IconProp
|
|
219
|
+
iconAfter?: IconProp;
|
|
220
220
|
/**
|
|
221
221
|
* adjust icon relative to size
|
|
222
222
|
*/
|
|
223
223
|
/**
|
|
224
224
|
* default: -1
|
|
225
225
|
*/
|
|
226
|
-
scaleIcon?: number
|
|
226
|
+
scaleIcon?: number;
|
|
227
227
|
/**
|
|
228
228
|
* make the spacing elements flex
|
|
229
229
|
*/
|
|
230
|
-
spaceFlex?: number | boolean
|
|
230
|
+
spaceFlex?: number | boolean;
|
|
231
231
|
/**
|
|
232
232
|
* adjust internal space relative to icon size
|
|
233
233
|
*/
|
|
234
|
-
scaleSpace?: number
|
|
234
|
+
scaleSpace?: number;
|
|
235
235
|
/**
|
|
236
236
|
* title
|
|
237
237
|
*/
|
|
@@ -243,7 +243,7 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
243
243
|
/**
|
|
244
244
|
* will not wrap text around `children` only, "all" will not wrap title or subTitle
|
|
245
245
|
*/
|
|
246
|
-
noTextWrap?: boolean | "all"
|
|
246
|
+
noTextWrap?: boolean | "all";
|
|
247
247
|
}, import("@tamagui/web").StackStyleBase, {
|
|
248
248
|
unstyled?: boolean | undefined;
|
|
249
249
|
size?: SizeTokens | undefined;
|
|
@@ -253,10 +253,10 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
253
253
|
fullscreen?: boolean | undefined;
|
|
254
254
|
circular?: boolean | undefined;
|
|
255
255
|
inset?: number | SizeTokens | {
|
|
256
|
-
top?: number
|
|
257
|
-
bottom?: number
|
|
258
|
-
left?: number
|
|
259
|
-
right?: number
|
|
256
|
+
top?: number;
|
|
257
|
+
bottom?: number;
|
|
258
|
+
left?: number;
|
|
259
|
+
right?: number;
|
|
260
260
|
} | undefined;
|
|
261
261
|
hoverTheme?: boolean | undefined;
|
|
262
262
|
pressTheme?: boolean | undefined;
|
|
@@ -278,10 +278,10 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
278
278
|
fullscreen?: boolean | undefined;
|
|
279
279
|
circular?: boolean | undefined;
|
|
280
280
|
inset?: number | SizeTokens | {
|
|
281
|
-
top?: number
|
|
282
|
-
bottom?: number
|
|
283
|
-
left?: number
|
|
284
|
-
right?: number
|
|
281
|
+
top?: number;
|
|
282
|
+
bottom?: number;
|
|
283
|
+
left?: number;
|
|
284
|
+
right?: number;
|
|
285
285
|
} | undefined;
|
|
286
286
|
hoverTheme?: boolean | undefined;
|
|
287
287
|
pressTheme?: boolean | undefined;
|
|
@@ -297,26 +297,26 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
297
297
|
/**
|
|
298
298
|
* add icon before, passes color and size automatically if Component
|
|
299
299
|
*/
|
|
300
|
-
icon?: IconProp
|
|
300
|
+
icon?: IconProp;
|
|
301
301
|
/**
|
|
302
302
|
* add icon after, passes color and size automatically if Component
|
|
303
303
|
*/
|
|
304
|
-
iconAfter?: IconProp
|
|
304
|
+
iconAfter?: IconProp;
|
|
305
305
|
/**
|
|
306
306
|
* adjust icon relative to size
|
|
307
307
|
*/
|
|
308
308
|
/**
|
|
309
309
|
* default: -1
|
|
310
310
|
*/
|
|
311
|
-
scaleIcon?: number
|
|
311
|
+
scaleIcon?: number;
|
|
312
312
|
/**
|
|
313
313
|
* make the spacing elements flex
|
|
314
314
|
*/
|
|
315
|
-
spaceFlex?: number | boolean
|
|
315
|
+
spaceFlex?: number | boolean;
|
|
316
316
|
/**
|
|
317
317
|
* adjust internal space relative to icon size
|
|
318
318
|
*/
|
|
319
|
-
scaleSpace?: number
|
|
319
|
+
scaleSpace?: number;
|
|
320
320
|
/**
|
|
321
321
|
* title
|
|
322
322
|
*/
|
|
@@ -328,31 +328,31 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
328
328
|
/**
|
|
329
329
|
* will not wrap text around `children` only, "all" will not wrap title or subTitle
|
|
330
330
|
*/
|
|
331
|
-
noTextWrap?: boolean | "all"
|
|
331
|
+
noTextWrap?: boolean | "all";
|
|
332
332
|
}, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & ThemeableProps & {
|
|
333
333
|
/**
|
|
334
334
|
* add icon before, passes color and size automatically if Component
|
|
335
335
|
*/
|
|
336
|
-
icon?: IconProp
|
|
336
|
+
icon?: IconProp;
|
|
337
337
|
/**
|
|
338
338
|
* add icon after, passes color and size automatically if Component
|
|
339
339
|
*/
|
|
340
|
-
iconAfter?: IconProp
|
|
340
|
+
iconAfter?: IconProp;
|
|
341
341
|
/**
|
|
342
342
|
* adjust icon relative to size
|
|
343
343
|
*/
|
|
344
344
|
/**
|
|
345
345
|
* default: -1
|
|
346
346
|
*/
|
|
347
|
-
scaleIcon?: number
|
|
347
|
+
scaleIcon?: number;
|
|
348
348
|
/**
|
|
349
349
|
* make the spacing elements flex
|
|
350
350
|
*/
|
|
351
|
-
spaceFlex?: number | boolean
|
|
351
|
+
spaceFlex?: number | boolean;
|
|
352
352
|
/**
|
|
353
353
|
* adjust internal space relative to icon size
|
|
354
354
|
*/
|
|
355
|
-
scaleSpace?: number
|
|
355
|
+
scaleSpace?: number;
|
|
356
356
|
/**
|
|
357
357
|
* title
|
|
358
358
|
*/
|
|
@@ -364,7 +364,7 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
364
364
|
/**
|
|
365
365
|
* will not wrap text around `children` only, "all" will not wrap title or subTitle
|
|
366
366
|
*/
|
|
367
|
-
noTextWrap?: boolean | "all"
|
|
367
|
+
noTextWrap?: boolean | "all";
|
|
368
368
|
}, import("@tamagui/web").StackStyleBase, {
|
|
369
369
|
unstyled?: boolean | undefined;
|
|
370
370
|
size?: SizeTokens | undefined;
|
|
@@ -374,10 +374,10 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
374
374
|
fullscreen?: boolean | undefined;
|
|
375
375
|
circular?: boolean | undefined;
|
|
376
376
|
inset?: number | SizeTokens | {
|
|
377
|
-
top?: number
|
|
378
|
-
bottom?: number
|
|
379
|
-
left?: number
|
|
380
|
-
right?: number
|
|
377
|
+
top?: number;
|
|
378
|
+
bottom?: number;
|
|
379
|
+
left?: number;
|
|
380
|
+
right?: number;
|
|
381
381
|
} | undefined;
|
|
382
382
|
hoverTheme?: boolean | undefined;
|
|
383
383
|
pressTheme?: 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":"AAMA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAErD,OAAO,KAAK,EACV,cAAc,EACd,QAAQ,EACR,uBAAuB,EACvB,UAAU,EACV,cAAc,EACf,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEzD,KAAK,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,GAAG,CAAC;IAAC,IAAI,CAAC,EAAE,GAAG,CAAA;CAAE,CAAA;AACpD,KAAK,QAAQ,GAAG,GAAG,CAAC,OAAO,GAAG,iBAAiB,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAA;AAEzE,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,gBAAgB,EAAE,eAAe,GAAG,YAAY,CAAC,GACrF,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,SAAS,CAAA;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,KAAK,CAAA;CAC7B,CAAA;AAEH,MAAM,MAAM,aAAa,GAAG,QAAQ,CAAC,OAAO,aAAa,CAAC,GAAG,kBAAkB,CAAA;AAI/E,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;6CAoDxB,CAAA;AAEF,eAAO,MAAM,YAAY;;;6CAmBvB,CAAA;AAEF,eAAO,MAAM,gBAAgB;;;6CA2B3B,CAAA;AAEF,eAAO,MAAM,aAAa;;;6CAExB,CAAA;AAEF,eAAO,MAAM,WAAW,YACb,aAAa,+BAKnB;IACD,KAAK,CAAC,EAAE,GAAG,CAAA;IACX,QAAQ,CAAC,EAAE,GAAG,CAAA;IACd,IAAI,CAAC,EAAE,GAAG,CAAA;CACX,KACA;IAAE,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../src/ListItem.tsx"],"names":[],"mappings":"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"}
|