@tamagui/list-item 1.11.2 → 1.12.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.11.2",
3
+ "version": "1.12.0",
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.11.2",
25
- "@tamagui/font-size": "1.11.2",
26
- "@tamagui/get-size": "1.11.2",
27
- "@tamagui/helpers-tamagui": "1.11.2",
28
- "@tamagui/text": "1.11.2"
24
+ "@tamagui/core": "1.12.0",
25
+ "@tamagui/font-size": "1.12.0",
26
+ "@tamagui/get-size": "1.12.0",
27
+ "@tamagui/helpers-tamagui": "1.12.0",
28
+ "@tamagui/text": "1.12.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": "*"
32
32
  },
33
33
  "devDependencies": {
34
- "@tamagui/build": "1.11.2",
34
+ "@tamagui/build": "1.12.0",
35
35
  "react": "^18.2.0"
36
36
  },
37
37
  "publishConfig": {
@@ -505,8 +505,8 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
505
505
  userSelect?: import("csstype").Property.UserSelect | undefined;
506
506
  outlineColor?: import("csstype").Property.OutlineColor | undefined;
507
507
  outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
508
- outlineOffset?: import("csstype").Property.OutlineOffset<0 | (string & {})> | undefined;
509
- outlineWidth?: import("csstype").Property.OutlineWidth<0 | (string & {})> | undefined;
508
+ outlineOffset?: import("@tamagui/core").SpaceTokens | undefined;
509
+ outlineWidth?: import("@tamagui/core").SpaceTokens | undefined;
510
510
  rel?: any;
511
511
  download?: any;
512
512
  onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;