@tamagui/list-item 1.39.2 → 1.39.4

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.39.2",
3
+ "version": "1.39.4",
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/font-size": "1.39.2",
25
- "@tamagui/get-font-sized": "1.39.2",
26
- "@tamagui/get-token": "1.39.2",
27
- "@tamagui/helpers-tamagui": "1.39.2",
28
- "@tamagui/text": "1.39.2",
29
- "@tamagui/web": "1.39.2"
24
+ "@tamagui/font-size": "1.39.4",
25
+ "@tamagui/get-font-sized": "1.39.4",
26
+ "@tamagui/get-token": "1.39.4",
27
+ "@tamagui/helpers-tamagui": "1.39.4",
28
+ "@tamagui/text": "1.39.4",
29
+ "@tamagui/web": "1.39.4"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "react": "*"
33
33
  },
34
34
  "devDependencies": {
35
- "@tamagui/build": "1.39.2",
35
+ "@tamagui/build": "1.39.4",
36
36
  "react": "^18.2.0"
37
37
  },
38
38
  "publishConfig": {
@@ -216,7 +216,7 @@ export declare const ListItemText: import("@tamagui/web").TamaguiComponent<Omit<
216
216
  readonly size?: FontSizeTokens | undefined;
217
217
  }, "unstyled"> & {
218
218
  readonly unstyled?: boolean | undefined;
219
- }>>, import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
219
+ }>>, import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
220
220
  readonly unstyled?: boolean | undefined;
221
221
  readonly size?: FontSizeTokens | undefined;
222
222
  } & {
@@ -261,7 +261,7 @@ export declare const ListItemSubtitle: import("@tamagui/web").TamaguiComponent<O
261
261
  }, "size" | "unstyled"> & {
262
262
  readonly unstyled?: boolean | undefined;
263
263
  readonly size?: SizeTokens | undefined;
264
- }>>, import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
264
+ }>>, import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
265
265
  readonly unstyled?: boolean | undefined;
266
266
  readonly size?: FontSizeTokens | undefined;
267
267
  } & {
@@ -329,7 +329,7 @@ export declare const ListItemTitle: import("@tamagui/web").TamaguiComponent<(Omi
329
329
  readonly unstyled?: boolean | undefined;
330
330
  }, string | number> & {
331
331
  [x: string]: undefined;
332
- }>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
332
+ }>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
333
333
  readonly unstyled?: boolean | undefined;
334
334
  readonly size?: FontSizeTokens | undefined;
335
335
  } & {
@@ -999,7 +999,7 @@ export declare const ListItem: import("@tamagui/web").ReactComponentWithRef<Omit
999
999
  readonly size?: FontSizeTokens | undefined;
1000
1000
  }, "unstyled"> & {
1001
1001
  readonly unstyled?: boolean | undefined;
1002
- }>>, import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
1002
+ }>>, import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
1003
1003
  readonly unstyled?: boolean | undefined;
1004
1004
  readonly size?: FontSizeTokens | undefined;
1005
1005
  } & {
@@ -1044,7 +1044,7 @@ export declare const ListItem: import("@tamagui/web").ReactComponentWithRef<Omit
1044
1044
  }, "size" | "unstyled"> & {
1045
1045
  readonly unstyled?: boolean | undefined;
1046
1046
  readonly size?: SizeTokens | undefined;
1047
- }>>, import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
1047
+ }>>, import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
1048
1048
  readonly unstyled?: boolean | undefined;
1049
1049
  readonly size?: FontSizeTokens | undefined;
1050
1050
  } & {