@tamagui/list-item 1.8.0 → 1.8.2

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.8.0",
3
+ "version": "1.8.2",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -21,17 +21,17 @@
21
21
  "watch": "tamagui-build --watch"
22
22
  },
23
23
  "dependencies": {
24
- "@tamagui/core": "1.8.0",
25
- "@tamagui/font-size": "1.8.0",
26
- "@tamagui/get-size": "1.8.0",
27
- "@tamagui/helpers-tamagui": "1.8.0",
28
- "@tamagui/text": "1.8.0"
24
+ "@tamagui/core": "1.8.2",
25
+ "@tamagui/font-size": "1.8.2",
26
+ "@tamagui/get-size": "1.8.2",
27
+ "@tamagui/helpers-tamagui": "1.8.2",
28
+ "@tamagui/text": "1.8.2"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": "*"
32
32
  },
33
33
  "devDependencies": {
34
- "@tamagui/build": "1.8.0",
34
+ "@tamagui/build": "1.8.2",
35
35
  "react": "^18.2.0"
36
36
  },
37
37
  "publishConfig": {
@@ -499,8 +499,8 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
499
499
  contain?: import("csstype").Property.Contain | undefined;
500
500
  display?: "flex" | "none" | "inherit" | "inline" | "block" | "contents" | "inline-flex" | undefined;
501
501
  gap?: import("@tamagui/core").SpaceTokens | undefined;
502
- gapColumn?: import("@tamagui/core").SpaceTokens | undefined;
503
- gapRow?: import("@tamagui/core").SpaceTokens | undefined;
502
+ columnGap?: import("@tamagui/core").SpaceTokens | undefined;
503
+ rowGap?: import("@tamagui/core").SpaceTokens | undefined;
504
504
  userSelect?: import("csstype").Property.UserSelect | undefined;
505
505
  outlineColor?: import("csstype").Property.OutlineColor | undefined;
506
506
  outlineStyle?: import("csstype").Property.OutlineStyle | undefined;