@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.
Files changed (2) hide show
  1. package/package.json +10 -10
  2. 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.4",
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.4",
40
- "@tamagui/get-font-sized": "1.121.4",
41
- "@tamagui/get-token": "1.121.4",
42
- "@tamagui/helpers": "1.121.4",
43
- "@tamagui/helpers-tamagui": "1.121.4",
44
- "@tamagui/stacks": "1.121.4",
45
- "@tamagui/text": "1.121.4",
46
- "@tamagui/web": "1.121.4"
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.4",
49
+ "@tamagui/build": "1.121.6",
50
50
  "react": "*"
51
51
  },
52
52
  "publishConfig": {
@@ -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 | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle"> & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & 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 | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle"> & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & 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 | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle"> & Omit<TextParentStyles, "TextComponent" | "noTextWrap"> & 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
  */