@tamagui/select 1.5.8 → 1.5.10

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.
Files changed (2) hide show
  1. package/package.json +16 -16
  2. package/types/Select.d.ts +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/select",
3
- "version": "1.5.8",
3
+ "version": "1.5.10",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -27,20 +27,20 @@
27
27
  "@floating-ui/react-dom": "^1.2.2",
28
28
  "@floating-ui/react-native": "^0.9.0",
29
29
  "@radix-ui/react-use-previous": "^0.1.1",
30
- "@tamagui/adapt": "^1.5.8",
31
- "@tamagui/compose-refs": "^1.5.8",
32
- "@tamagui/core": "^1.5.8",
33
- "@tamagui/create-context": "^1.5.8",
34
- "@tamagui/dismissable": "^1.5.8",
35
- "@tamagui/focus-scope": "^1.5.8",
36
- "@tamagui/list-item": "^1.5.8",
37
- "@tamagui/portal": "^1.5.8",
38
- "@tamagui/separator": "^1.5.8",
39
- "@tamagui/sheet": "^1.5.8",
40
- "@tamagui/stacks": "^1.5.8",
41
- "@tamagui/text": "^1.5.8",
42
- "@tamagui/use-controllable-state": "^1.5.8",
43
- "@tamagui/use-event": "^1.5.8"
30
+ "@tamagui/adapt": "^1.5.10",
31
+ "@tamagui/compose-refs": "^1.5.10",
32
+ "@tamagui/core": "^1.5.10",
33
+ "@tamagui/create-context": "^1.5.10",
34
+ "@tamagui/dismissable": "^1.5.10",
35
+ "@tamagui/focus-scope": "^1.5.10",
36
+ "@tamagui/list-item": "^1.5.10",
37
+ "@tamagui/portal": "^1.5.10",
38
+ "@tamagui/separator": "^1.5.10",
39
+ "@tamagui/sheet": "^1.5.10",
40
+ "@tamagui/stacks": "^1.5.10",
41
+ "@tamagui/text": "^1.5.10",
42
+ "@tamagui/use-controllable-state": "^1.5.10",
43
+ "@tamagui/use-event": "^1.5.10"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": "*",
@@ -48,7 +48,7 @@
48
48
  "react-native": "*"
49
49
  },
50
50
  "devDependencies": {
51
- "@tamagui/build": "^1.5.8",
51
+ "@tamagui/build": "^1.5.10",
52
52
  "react": "^18.2.0",
53
53
  "react-dom": "^18.2.0",
54
54
  "react-native": "*"
package/types/Select.d.ts CHANGED
@@ -636,13 +636,13 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
636
636
  }, "closed"> & {
637
637
  readonly closed?: boolean | undefined;
638
638
  }>>>) => JSX.Element;
639
- ScrollView: React.ForwardRefExoticComponent<((import("react-native").ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof import("react-native").ScrollViewProps>) | Pick<import("react-native").ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof import("react-native").ScrollViewProps> & Omit<{}, string | number> & {
640
- [x: string]: undefined;
641
- } & import("@tamagui/core").MediaProps<Partial<import("react-native").ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof import("react-native").ScrollViewProps> & Omit<{}, string | number> & {
642
- [x: string]: undefined;
643
- }>> & import("@tamagui/core").PseudoProps<Partial<import("react-native").ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof import("react-native").ScrollViewProps> & Omit<{}, string | number> & {
644
- [x: string]: undefined;
645
- }>>, string | number>) & React.RefAttributes<TamaguiElement>>;
639
+ ScrollView: React.ForwardRefExoticComponent<import("react-native").ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof import("react-native").ScrollViewProps> & Omit<{}, "fullscreen"> & {
640
+ readonly fullscreen?: boolean | undefined;
641
+ } & import("@tamagui/core").MediaProps<Partial<import("react-native").ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof import("react-native").ScrollViewProps> & Omit<{}, "fullscreen"> & {
642
+ readonly fullscreen?: boolean | undefined;
643
+ }>> & import("@tamagui/core").PseudoProps<Partial<import("react-native").ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof import("react-native").ScrollViewProps> & Omit<{}, "fullscreen"> & {
644
+ readonly fullscreen?: boolean | undefined;
645
+ }>> & React.RefAttributes<TamaguiElement>>;
646
646
  };
647
647
  };
648
648
  //# sourceMappingURL=Select.d.ts.map