@tamagui/list-item 1.0.1-rc.8 → 1.0.1

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.0.1-rc.8",
3
+ "version": "1.0.1",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -21,16 +21,16 @@
21
21
  "watch": "tamagui-build --watch"
22
22
  },
23
23
  "dependencies": {
24
- "@tamagui/core": "^1.0.1-rc.8",
25
- "@tamagui/font-size": "^1.0.1-rc.8",
26
- "@tamagui/helpers-tamagui": "^1.0.1-rc.8"
24
+ "@tamagui/core": "^1.0.1",
25
+ "@tamagui/font-size": "^1.0.1",
26
+ "@tamagui/helpers-tamagui": "^1.0.1"
27
27
  },
28
28
  "peerDependencies": {
29
- "react": "^18.2.0",
30
- "react-dom": "^18.2.0"
29
+ "react": "*",
30
+ "react-dom": "*"
31
31
  },
32
32
  "devDependencies": {
33
- "@tamagui/build": "^1.0.1-rc.8",
33
+ "@tamagui/build": "^1.0.1",
34
34
  "react": "^18.2.0",
35
35
  "react-dom": "^18.2.0"
36
36
  },
@@ -47,7 +47,6 @@ export declare const ListItemFrame: import("@tamagui/core").TamaguiComponent<Omi
47
47
  readonly fullscreen?: boolean | undefined;
48
48
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
49
49
  } & {
50
- readonly fontFamily?: unknown;
51
50
  readonly backgrounded?: boolean | undefined;
52
51
  readonly radiused?: boolean | undefined;
53
52
  readonly hoverTheme?: boolean | undefined;
@@ -67,7 +66,6 @@ export declare const ListItemFrame: import("@tamagui/core").TamaguiComponent<Omi
67
66
  readonly fullscreen?: boolean | undefined;
68
67
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
69
68
  } & {
70
- readonly fontFamily?: unknown;
71
69
  readonly backgrounded?: boolean | undefined;
72
70
  readonly radiused?: boolean | undefined;
73
71
  readonly hoverTheme?: boolean | undefined;
@@ -87,7 +85,6 @@ export declare const ListItemFrame: import("@tamagui/core").TamaguiComponent<Omi
87
85
  readonly fullscreen?: boolean | undefined;
88
86
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
89
87
  } & {
90
- readonly fontFamily?: unknown;
91
88
  readonly backgrounded?: boolean | undefined;
92
89
  readonly radiused?: boolean | undefined;
93
90
  readonly hoverTheme?: boolean | undefined;
@@ -107,7 +104,6 @@ export declare const ListItemFrame: import("@tamagui/core").TamaguiComponent<Omi
107
104
  readonly fullscreen?: boolean | undefined;
108
105
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
109
106
  } & {
110
- readonly fontFamily?: unknown;
111
107
  readonly backgrounded?: boolean | undefined;
112
108
  readonly radiused?: boolean | undefined;
113
109
  readonly hoverTheme?: boolean | undefined;
@@ -550,7 +546,6 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
550
546
  readonly fullscreen?: boolean | undefined;
551
547
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
552
548
  } & {
553
- readonly fontFamily?: unknown;
554
549
  readonly backgrounded?: boolean | undefined;
555
550
  readonly radiused?: boolean | undefined;
556
551
  readonly hoverTheme?: boolean | undefined;
@@ -571,7 +566,6 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
571
566
  readonly fullscreen?: boolean | undefined;
572
567
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
573
568
  } & {
574
- readonly fontFamily?: unknown;
575
569
  readonly backgrounded?: boolean | undefined;
576
570
  readonly radiused?: boolean | undefined;
577
571
  readonly hoverTheme?: boolean | undefined;
@@ -592,7 +586,6 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
592
586
  readonly fullscreen?: boolean | undefined;
593
587
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
594
588
  } & {
595
- readonly fontFamily?: unknown;
596
589
  readonly backgrounded?: boolean | undefined;
597
590
  readonly radiused?: boolean | undefined;
598
591
  readonly hoverTheme?: boolean | undefined;
@@ -613,7 +606,6 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
613
606
  readonly fullscreen?: boolean | undefined;
614
607
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
615
608
  } & {
616
- readonly fontFamily?: unknown;
617
609
  readonly backgrounded?: boolean | undefined;
618
610
  readonly radiused?: boolean | undefined;
619
611
  readonly hoverTheme?: boolean | undefined;
@@ -634,7 +626,6 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
634
626
  readonly fullscreen?: boolean | undefined;
635
627
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
636
628
  } & {
637
- readonly fontFamily?: unknown;
638
629
  readonly backgrounded?: boolean | undefined;
639
630
  readonly radiused?: boolean | undefined;
640
631
  readonly hoverTheme?: boolean | undefined;
@@ -652,7 +643,7 @@ export declare const useListItem: (props: ListItemProps, { Text, Subtitle, Title
652
643
  readonly disabled?: boolean | undefined;
653
644
  }> | null | undefined;
654
645
  themeInverse?: boolean | undefined;
655
- reset?: boolean | undefined;
646
+ themeReset?: boolean | undefined;
656
647
  fontFamily: `$${string}` | import("@tamagui/core").ThemeValueFallback | undefined;
657
648
  };
658
649
  };
@@ -663,7 +654,6 @@ export declare const ListItem: ((props: Omit<Omit<TextParentStyles, "TextCompone
663
654
  readonly fullscreen?: boolean | undefined;
664
655
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
665
656
  } & {
666
- readonly fontFamily?: unknown;
667
657
  readonly backgrounded?: boolean | undefined;
668
658
  readonly radiused?: boolean | undefined;
669
659
  readonly hoverTheme?: boolean | undefined;
@@ -683,7 +673,6 @@ export declare const ListItem: ((props: Omit<Omit<TextParentStyles, "TextCompone
683
673
  readonly fullscreen?: boolean | undefined;
684
674
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
685
675
  } & {
686
- readonly fontFamily?: unknown;
687
676
  readonly backgrounded?: boolean | undefined;
688
677
  readonly radiused?: boolean | undefined;
689
678
  readonly hoverTheme?: boolean | undefined;
@@ -703,7 +692,6 @@ export declare const ListItem: ((props: Omit<Omit<TextParentStyles, "TextCompone
703
692
  readonly fullscreen?: boolean | undefined;
704
693
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
705
694
  } & {
706
- readonly fontFamily?: unknown;
707
695
  readonly backgrounded?: boolean | undefined;
708
696
  readonly radiused?: boolean | undefined;
709
697
  readonly hoverTheme?: boolean | undefined;