@tamagui/list-item 1.68.5 → 1.69.0

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.68.5",
3
+ "version": "1.69.0",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -22,18 +22,18 @@
22
22
  "watch": "tamagui-build --watch"
23
23
  },
24
24
  "dependencies": {
25
- "@tamagui/font-size": "1.68.5",
26
- "@tamagui/get-font-sized": "1.68.5",
27
- "@tamagui/get-token": "1.68.5",
28
- "@tamagui/helpers-tamagui": "1.68.5",
29
- "@tamagui/text": "1.68.5",
30
- "@tamagui/web": "1.68.5"
25
+ "@tamagui/font-size": "1.69.0",
26
+ "@tamagui/get-font-sized": "1.69.0",
27
+ "@tamagui/get-token": "1.69.0",
28
+ "@tamagui/helpers-tamagui": "1.69.0",
29
+ "@tamagui/text": "1.69.0",
30
+ "@tamagui/web": "1.69.0"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": "*"
34
34
  },
35
35
  "devDependencies": {
36
- "@tamagui/build": "1.68.5",
36
+ "@tamagui/build": "1.69.0",
37
37
  "react": "^18.2.0"
38
38
  },
39
39
  "publishConfig": {
@@ -600,7 +600,7 @@ export declare const useListItem: (propsIn: ListItemProps, { Text, Subtitle, Tit
600
600
  onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | null | undefined;
601
601
  disabled?: boolean | undefined;
602
602
  target?: string | undefined;
603
- asChild?: boolean | "except-style" | undefined;
603
+ asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
604
604
  dangerouslySetInnerHTML?: {
605
605
  __html: string;
606
606
  } | undefined;