@tamagui/dialog 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 +20 -20
  2. package/types/Dialog.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/dialog",
3
- "version": "1.91.1",
3
+ "version": "1.91.3",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "dist/cjs",
@@ -32,31 +32,31 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@tamagui/adapt": "1.91.1",
36
- "@tamagui/animate-presence": "1.91.1",
37
- "@tamagui/aria-hidden": "1.91.1",
38
- "@tamagui/compose-refs": "1.91.1",
39
- "@tamagui/constants": "1.91.1",
40
- "@tamagui/core": "1.91.1",
41
- "@tamagui/create-context": "1.91.1",
42
- "@tamagui/dismissable": "1.91.1",
43
- "@tamagui/focus-scope": "1.91.1",
44
- "@tamagui/helpers": "1.91.1",
45
- "@tamagui/polyfill-dev": "1.91.1",
46
- "@tamagui/popper": "1.91.1",
47
- "@tamagui/portal": "1.91.1",
48
- "@tamagui/remove-scroll": "1.91.1",
49
- "@tamagui/sheet": "1.91.1",
50
- "@tamagui/stacks": "1.91.1",
51
- "@tamagui/text": "1.91.1",
52
- "@tamagui/use-controllable-state": "1.91.1"
35
+ "@tamagui/adapt": "1.91.3",
36
+ "@tamagui/animate-presence": "1.91.3",
37
+ "@tamagui/aria-hidden": "1.91.3",
38
+ "@tamagui/compose-refs": "1.91.3",
39
+ "@tamagui/constants": "1.91.3",
40
+ "@tamagui/core": "1.91.3",
41
+ "@tamagui/create-context": "1.91.3",
42
+ "@tamagui/dismissable": "1.91.3",
43
+ "@tamagui/focus-scope": "1.91.3",
44
+ "@tamagui/helpers": "1.91.3",
45
+ "@tamagui/polyfill-dev": "1.91.3",
46
+ "@tamagui/popper": "1.91.3",
47
+ "@tamagui/portal": "1.91.3",
48
+ "@tamagui/remove-scroll": "1.91.3",
49
+ "@tamagui/sheet": "1.91.3",
50
+ "@tamagui/stacks": "1.91.3",
51
+ "@tamagui/text": "1.91.3",
52
+ "@tamagui/use-controllable-state": "1.91.3"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "react": "*",
56
56
  "react-native": "*"
57
57
  },
58
58
  "devDependencies": {
59
- "@tamagui/build": "1.91.1",
59
+ "@tamagui/build": "1.91.3",
60
60
  "react": "^18.2.0",
61
61
  "react-native": "^0.73.4"
62
62
  },
package/types/Dialog.d.ts CHANGED
@@ -271,7 +271,7 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
271
271
  open?: boolean | undefined;
272
272
  }, {}];
273
273
  };
274
- 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 & {
274
+ 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 & {
275
275
  readonly contentContainerStyle?: Partial<import("@tamagui/core").GetFinalProps<import("react-native").ScrollViewProps, import("@tamagui/core").StackStyleBase, {}>> | undefined;
276
276
  }> & {
277
277
  fullscreen?: boolean | undefined;