@tamagui/select 1.91.1 → 1.91.3

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 +23 -23
  2. package/types/Select.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/select",
3
- "version": "1.91.1",
3
+ "version": "1.91.3",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -35,27 +35,27 @@
35
35
  "@floating-ui/react": "^0.26.6",
36
36
  "@floating-ui/react-dom": "^2.0.6",
37
37
  "@floating-ui/react-native": "^0.10.3",
38
- "@tamagui/adapt": "1.91.1",
39
- "@tamagui/animate-presence": "1.91.1",
40
- "@tamagui/compose-refs": "1.91.1",
41
- "@tamagui/constants": "1.91.1",
42
- "@tamagui/core": "1.91.1",
43
- "@tamagui/create-context": "1.91.1",
44
- "@tamagui/dismissable": "1.91.1",
45
- "@tamagui/focus-scope": "1.91.1",
46
- "@tamagui/get-token": "1.91.1",
47
- "@tamagui/helpers": "1.91.1",
48
- "@tamagui/list-item": "1.91.1",
49
- "@tamagui/portal": "1.91.1",
50
- "@tamagui/remove-scroll": "1.91.1",
51
- "@tamagui/separator": "1.91.1",
52
- "@tamagui/sheet": "1.91.1",
53
- "@tamagui/stacks": "1.91.1",
54
- "@tamagui/text": "1.91.1",
55
- "@tamagui/use-controllable-state": "1.91.1",
56
- "@tamagui/use-debounce": "1.91.1",
57
- "@tamagui/use-event": "1.91.1",
58
- "@tamagui/use-previous": "1.91.1",
38
+ "@tamagui/adapt": "1.91.3",
39
+ "@tamagui/animate-presence": "1.91.3",
40
+ "@tamagui/compose-refs": "1.91.3",
41
+ "@tamagui/constants": "1.91.3",
42
+ "@tamagui/core": "1.91.3",
43
+ "@tamagui/create-context": "1.91.3",
44
+ "@tamagui/dismissable": "1.91.3",
45
+ "@tamagui/focus-scope": "1.91.3",
46
+ "@tamagui/get-token": "1.91.3",
47
+ "@tamagui/helpers": "1.91.3",
48
+ "@tamagui/list-item": "1.91.3",
49
+ "@tamagui/portal": "1.91.3",
50
+ "@tamagui/remove-scroll": "1.91.3",
51
+ "@tamagui/separator": "1.91.3",
52
+ "@tamagui/sheet": "1.91.3",
53
+ "@tamagui/stacks": "1.91.3",
54
+ "@tamagui/text": "1.91.3",
55
+ "@tamagui/use-controllable-state": "1.91.3",
56
+ "@tamagui/use-debounce": "1.91.3",
57
+ "@tamagui/use-event": "1.91.3",
58
+ "@tamagui/use-previous": "1.91.3",
59
59
  "react-dom": "^18.2.0"
60
60
  },
61
61
  "peerDependencies": {
@@ -63,7 +63,7 @@
63
63
  "react-native": "*"
64
64
  },
65
65
  "devDependencies": {
66
- "@tamagui/build": "1.91.1",
66
+ "@tamagui/build": "1.91.3",
67
67
  "react": "^18.2.0",
68
68
  "react-native": "^0.73.4"
69
69
  },
package/types/Select.d.ts CHANGED
@@ -447,7 +447,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => import("react
447
447
  open?: boolean | undefined;
448
448
  }, {}];
449
449
  };
450
- ScrollView: React.ForwardRefExoticComponent<Omit<import("@tamagui/web/types/interfaces/TamaguiComponentPropsBaseBase").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "contentContainerStyle"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
450
+ ScrollView: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "contentContainerStyle"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
451
451
  readonly contentContainerStyle?: Partial<import("@tamagui/core").GetFinalProps<import("react-native").ScrollViewProps, import("@tamagui/core").StackStyleBase, {}>> | undefined;
452
452
  }> & {
453
453
  fullscreen?: boolean | undefined;