@tamagui/list-item 1.15.17 → 1.15.19

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.15.17",
3
+ "version": "1.15.19",
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.15.17",
25
- "@tamagui/font-size": "1.15.17",
26
- "@tamagui/get-size": "1.15.17",
27
- "@tamagui/helpers-tamagui": "1.15.17",
28
- "@tamagui/text": "1.15.17"
24
+ "@tamagui/core": "1.15.19",
25
+ "@tamagui/font-size": "1.15.19",
26
+ "@tamagui/get-size": "1.15.19",
27
+ "@tamagui/helpers-tamagui": "1.15.19",
28
+ "@tamagui/text": "1.15.19"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": "*"
32
32
  },
33
33
  "devDependencies": {
34
- "@tamagui/build": "1.15.17",
34
+ "@tamagui/build": "1.15.19",
35
35
  "react": "^18.2.0"
36
36
  },
37
37
  "publishConfig": {
@@ -206,9 +206,9 @@ export declare const ListItemTitle: import("@tamagui/core").TamaguiComponent<(Om
206
206
  readonly size?: FontSizeTokens | undefined;
207
207
  } & {
208
208
  unstyled?: boolean | undefined;
209
- } & {
209
+ } & ({} | {
210
210
  [x: string]: undefined;
211
- }, {
211
+ }), {
212
212
  displayName: string | undefined;
213
213
  }>;
214
214
  export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title, }?: {