@tamagui/list-item 1.121.4 → 1.121.6
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/list-item",
|
|
3
|
-
"version": "1.121.
|
|
3
|
+
"version": "1.121.6",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@tamagui/font-size": "1.121.
|
|
40
|
-
"@tamagui/get-font-sized": "1.121.
|
|
41
|
-
"@tamagui/get-token": "1.121.
|
|
42
|
-
"@tamagui/helpers": "1.121.
|
|
43
|
-
"@tamagui/helpers-tamagui": "1.121.
|
|
44
|
-
"@tamagui/stacks": "1.121.
|
|
45
|
-
"@tamagui/text": "1.121.
|
|
46
|
-
"@tamagui/web": "1.121.
|
|
39
|
+
"@tamagui/font-size": "1.121.6",
|
|
40
|
+
"@tamagui/get-font-sized": "1.121.6",
|
|
41
|
+
"@tamagui/get-token": "1.121.6",
|
|
42
|
+
"@tamagui/helpers": "1.121.6",
|
|
43
|
+
"@tamagui/helpers-tamagui": "1.121.6",
|
|
44
|
+
"@tamagui/stacks": "1.121.6",
|
|
45
|
+
"@tamagui/text": "1.121.6",
|
|
46
|
+
"@tamagui/web": "1.121.6"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@tamagui/build": "1.121.
|
|
49
|
+
"@tamagui/build": "1.121.6",
|
|
50
50
|
"react": "*"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
package/types/ListItem.d.ts
CHANGED
|
@@ -112,7 +112,7 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
112
112
|
size?: SizeTokens | undefined;
|
|
113
113
|
unstyled?: boolean | undefined;
|
|
114
114
|
active?: boolean | undefined;
|
|
115
|
-
}>, "noTextWrap" | keyof import("@tamagui/text").TextContextStyles | "textProps" | keyof ThemeableProps | "
|
|
115
|
+
}>, "noTextWrap" | keyof import("@tamagui/text").TextContextStyles | "textProps" | "icon" | keyof ThemeableProps | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle"> & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & ThemeableProps & {
|
|
116
116
|
/**
|
|
117
117
|
* add icon before, passes color and size automatically if Component
|
|
118
118
|
*/
|
|
@@ -172,7 +172,7 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
172
172
|
size?: SizeTokens | undefined;
|
|
173
173
|
unstyled?: boolean | undefined;
|
|
174
174
|
active?: boolean | undefined;
|
|
175
|
-
}>, "noTextWrap" | keyof import("@tamagui/text").TextContextStyles | "textProps" | keyof ThemeableProps | "
|
|
175
|
+
}>, "noTextWrap" | keyof import("@tamagui/text").TextContextStyles | "textProps" | "icon" | keyof ThemeableProps | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle"> & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & ThemeableProps & {
|
|
176
176
|
/**
|
|
177
177
|
* add icon before, passes color and size automatically if Component
|
|
178
178
|
*/
|
|
@@ -293,7 +293,7 @@ export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<im
|
|
|
293
293
|
size?: SizeTokens | undefined;
|
|
294
294
|
unstyled?: boolean | undefined;
|
|
295
295
|
active?: boolean | undefined;
|
|
296
|
-
}>, "noTextWrap" | keyof import("@tamagui/text").TextContextStyles | "textProps" | keyof ThemeableProps | "
|
|
296
|
+
}>, "noTextWrap" | keyof import("@tamagui/text").TextContextStyles | "textProps" | "icon" | keyof ThemeableProps | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle"> & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & ThemeableProps & {
|
|
297
297
|
/**
|
|
298
298
|
* add icon before, passes color and size automatically if Component
|
|
299
299
|
*/
|