@tamagui/list-item 1.3.1 → 1.5.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.3.1",
3
+ "version": "1.5.0",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -21,18 +21,18 @@
21
21
  "watch": "tamagui-build --watch"
22
22
  },
23
23
  "dependencies": {
24
- "@tamagui/core": "^1.3.1",
25
- "@tamagui/font-size": "^1.3.1",
26
- "@tamagui/get-size": "^1.3.1",
27
- "@tamagui/helpers-tamagui": "^1.3.1",
28
- "@tamagui/text": "^1.3.1"
24
+ "@tamagui/core": "^1.5.0",
25
+ "@tamagui/font-size": "^1.5.0",
26
+ "@tamagui/get-size": "^1.5.0",
27
+ "@tamagui/helpers-tamagui": "^1.5.0",
28
+ "@tamagui/text": "^1.5.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": "*",
32
32
  "react-dom": "*"
33
33
  },
34
34
  "devDependencies": {
35
- "@tamagui/build": "^1.3.1",
35
+ "@tamagui/build": "^1.5.0",
36
36
  "react": "^18.2.0",
37
37
  "react-dom": "^18.2.0"
38
38
  },
@@ -375,7 +375,7 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
375
375
  */
376
376
  animation?: import("@tamagui/core").AnimationProp | null | undefined;
377
377
  animateOnly?: string[] | undefined;
378
- debug?: boolean | "verbose" | undefined;
378
+ debug?: import("@tamagui/core").DebugProp | undefined;
379
379
  disabled?: boolean | undefined;
380
380
  className?: string | undefined;
381
381
  themeShallow?: boolean | undefined;