@tamagui/select 1.0.1-beta.141 → 1.0.1-beta.142

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 +12 -12
  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.0.1-beta.141",
3
+ "version": "1.0.1-beta.142",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -27,16 +27,16 @@
27
27
  "@floating-ui/react-dom-interactions": "^0.8.1",
28
28
  "@floating-ui/react-native": "^0.8.0",
29
29
  "@radix-ui/react-use-previous": "^0.1.1",
30
- "@tamagui/compose-refs": "^1.0.1-beta.141",
31
- "@tamagui/core": "^1.0.1-beta.141",
32
- "@tamagui/create-context": "^1.0.1-beta.141",
33
- "@tamagui/list-item": "^1.0.1-beta.141",
34
- "@tamagui/portal": "^1.0.1-beta.141",
35
- "@tamagui/separator": "^1.0.1-beta.141",
36
- "@tamagui/stacks": "^1.0.1-beta.141",
37
- "@tamagui/text": "^1.0.1-beta.141",
38
- "@tamagui/use-controllable-state": "^1.0.1-beta.141",
39
- "@tamagui/use-event": "^1.0.1-beta.141"
30
+ "@tamagui/compose-refs": "^1.0.1-beta.142",
31
+ "@tamagui/core": "^1.0.1-beta.142",
32
+ "@tamagui/create-context": "^1.0.1-beta.142",
33
+ "@tamagui/list-item": "^1.0.1-beta.142",
34
+ "@tamagui/portal": "^1.0.1-beta.142",
35
+ "@tamagui/separator": "^1.0.1-beta.142",
36
+ "@tamagui/stacks": "^1.0.1-beta.142",
37
+ "@tamagui/text": "^1.0.1-beta.142",
38
+ "@tamagui/use-controllable-state": "^1.0.1-beta.142",
39
+ "@tamagui/use-event": "^1.0.1-beta.142"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": "*",
@@ -44,7 +44,7 @@
44
44
  "react-native": "*"
45
45
  },
46
46
  "devDependencies": {
47
- "@tamagui/build": "^1.0.1-beta.141",
47
+ "@tamagui/build": "^1.0.1-beta.142",
48
48
  "@types/react-native": "^0.69.2",
49
49
  "react": "*",
50
50
  "react-dom": "*",
package/types/Select.d.ts CHANGED
@@ -707,7 +707,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
707
707
  children?: React.ReactNode;
708
708
  dismissOnOverlayPress?: boolean | undefined;
709
709
  dismissOnSnapToBottom?: boolean | undefined;
710
- animationConfig?: import("react-native").Animated.SpringAnimationConfig | undefined;
710
+ animationConfig?: import("@tamagui/core").AnimatedNumberStrategy | undefined;
711
711
  handleDisableScroll?: boolean | undefined;
712
712
  disableDrag?: boolean | undefined;
713
713
  modal?: boolean | undefined;