@tamagui/list-item 1.0.1-beta.154 → 1.0.1-beta.157

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/list-item",
3
- "version": "1.0.1-beta.154",
3
+ "version": "1.0.1-beta.157",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -21,16 +21,16 @@
21
21
  "watch": "tamagui-build --watch"
22
22
  },
23
23
  "dependencies": {
24
- "@tamagui/core": "^1.0.1-beta.154",
25
- "@tamagui/font-size": "^1.0.1-beta.154",
26
- "@tamagui/helpers-tamagui": "^1.0.1-beta.154"
24
+ "@tamagui/core": "^1.0.1-beta.157",
25
+ "@tamagui/font-size": "^1.0.1-beta.157",
26
+ "@tamagui/helpers-tamagui": "^1.0.1-beta.157"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "react": "*",
30
30
  "react-dom": "*"
31
31
  },
32
32
  "devDependencies": {
33
- "@tamagui/build": "^1.0.1-beta.154",
33
+ "@tamagui/build": "^1.0.1-beta.157",
34
34
  "react": "*",
35
35
  "react-dom": "*"
36
36
  },
@@ -75,7 +75,7 @@ export declare const ListItemFrame: TamaguiComponent<Omit<import("react-native")
75
75
  size?: import("@tamagui/core").SizeTokens | undefined;
76
76
  active?: boolean | undefined;
77
77
  disabled?: boolean | undefined;
78
- }>>, any, import("@tamagui/core").StackPropsBase, {
78
+ }>>, TamaguiElement, import("@tamagui/core").StackPropsBase, {
79
79
  readonly fullscreen?: boolean | undefined;
80
80
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
81
81
  } & {
@@ -114,7 +114,7 @@ export declare const ListItemText: TamaguiComponent<(Omit<import("react-native")
114
114
  size?: FontSizeTokens | undefined;
115
115
  }, string | number> & {
116
116
  [x: string]: undefined;
117
- }>>), any, import("@tamagui/core").TextPropsBase, {
117
+ }>>), TamaguiElement, import("@tamagui/core").TextPropsBase, {
118
118
  size?: FontSizeTokens | undefined;
119
119
  } | ({
120
120
  size?: FontSizeTokens | undefined;
@@ -187,7 +187,7 @@ export declare const ListItemSubtitle: TamaguiComponent<(Omit<import("react-nati
187
187
  [x: string]: undefined;
188
188
  }), string | number> & {
189
189
  [x: string]: undefined;
190
- }>>), any, import("@tamagui/core").TextPropsBase, ({
190
+ }>>), TamaguiElement, import("@tamagui/core").TextPropsBase, ({
191
191
  size?: FontSizeTokens | undefined;
192
192
  } | ({
193
193
  size?: FontSizeTokens | undefined;
@@ -220,7 +220,7 @@ export declare const ListItem: import("@tamagui/core").ReactComponentWithRef<Lis
220
220
  size?: FontSizeTokens | undefined;
221
221
  }, string | number> & {
222
222
  [x: string]: undefined;
223
- }>>), any, import("@tamagui/core").TextPropsBase, {
223
+ }>>), TamaguiElement, import("@tamagui/core").TextPropsBase, {
224
224
  size?: FontSizeTokens | undefined;
225
225
  } | ({
226
226
  size?: FontSizeTokens | undefined;
@@ -293,7 +293,7 @@ export declare const ListItem: import("@tamagui/core").ReactComponentWithRef<Lis
293
293
  [x: string]: undefined;
294
294
  }), string | number> & {
295
295
  [x: string]: undefined;
296
- }>>), any, import("@tamagui/core").TextPropsBase, ({
296
+ }>>), TamaguiElement, import("@tamagui/core").TextPropsBase, ({
297
297
  size?: FontSizeTokens | undefined;
298
298
  } | ({
299
299
  size?: FontSizeTokens | undefined;