@tamagui/dialog 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.
- package/package.json +18 -18
- package/types/Dialog.d.ts +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/dialog",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.10",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"types": "./types/index.d.ts",
|
|
6
6
|
"main": "dist/cjs",
|
|
@@ -31,22 +31,22 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@tamagui/adapt": "^1.5.
|
|
35
|
-
"@tamagui/animate-presence": "^1.5.
|
|
36
|
-
"@tamagui/aria-hidden": "^1.5.
|
|
37
|
-
"@tamagui/compose-refs": "^1.5.
|
|
38
|
-
"@tamagui/core": "^1.5.
|
|
39
|
-
"@tamagui/create-context": "^1.5.
|
|
40
|
-
"@tamagui/dismissable": "^1.5.
|
|
41
|
-
"@tamagui/focus-scope": "^1.5.
|
|
42
|
-
"@tamagui/polyfill-dev": "^1.5.
|
|
43
|
-
"@tamagui/popper": "^1.5.
|
|
44
|
-
"@tamagui/portal": "^1.5.
|
|
45
|
-
"@tamagui/remove-scroll": "^1.5.
|
|
46
|
-
"@tamagui/sheet": "^1.5.
|
|
47
|
-
"@tamagui/stacks": "^1.5.
|
|
48
|
-
"@tamagui/text": "^1.5.
|
|
49
|
-
"@tamagui/use-controllable-state": "^1.5.
|
|
34
|
+
"@tamagui/adapt": "^1.5.10",
|
|
35
|
+
"@tamagui/animate-presence": "^1.5.10",
|
|
36
|
+
"@tamagui/aria-hidden": "^1.5.10",
|
|
37
|
+
"@tamagui/compose-refs": "^1.5.10",
|
|
38
|
+
"@tamagui/core": "^1.5.10",
|
|
39
|
+
"@tamagui/create-context": "^1.5.10",
|
|
40
|
+
"@tamagui/dismissable": "^1.5.10",
|
|
41
|
+
"@tamagui/focus-scope": "^1.5.10",
|
|
42
|
+
"@tamagui/polyfill-dev": "^1.5.10",
|
|
43
|
+
"@tamagui/popper": "^1.5.10",
|
|
44
|
+
"@tamagui/portal": "^1.5.10",
|
|
45
|
+
"@tamagui/remove-scroll": "^1.5.10",
|
|
46
|
+
"@tamagui/sheet": "^1.5.10",
|
|
47
|
+
"@tamagui/stacks": "^1.5.10",
|
|
48
|
+
"@tamagui/text": "^1.5.10",
|
|
49
|
+
"@tamagui/use-controllable-state": "^1.5.10"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "*",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"react-native": "*"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@tamagui/build": "^1.5.
|
|
57
|
+
"@tamagui/build": "^1.5.10",
|
|
58
58
|
"@types/react-dom": "^18.0.3",
|
|
59
59
|
"react": "^18.2.0",
|
|
60
60
|
"react-dom": "^18.2.0",
|
package/types/Dialog.d.ts
CHANGED
|
@@ -2589,13 +2589,13 @@ declare const Dialog: React.ForwardRefExoticComponent<DialogProps & React.RefAtt
|
|
|
2589
2589
|
}, "closed"> & {
|
|
2590
2590
|
readonly closed?: boolean | undefined;
|
|
2591
2591
|
}>>>) => JSX.Element;
|
|
2592
|
-
ScrollView: React.ForwardRefExoticComponent<
|
|
2593
|
-
|
|
2594
|
-
} & import("@tamagui/core").MediaProps<Partial<import("react-native").ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof import("react-native").ScrollViewProps> & Omit<{},
|
|
2595
|
-
|
|
2596
|
-
}>> & import("@tamagui/core").PseudoProps<Partial<import("react-native").ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof import("react-native").ScrollViewProps> & Omit<{},
|
|
2597
|
-
|
|
2598
|
-
}
|
|
2592
|
+
ScrollView: React.ForwardRefExoticComponent<import("react-native").ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof import("react-native").ScrollViewProps> & Omit<{}, "fullscreen"> & {
|
|
2593
|
+
readonly fullscreen?: boolean | undefined;
|
|
2594
|
+
} & import("@tamagui/core").MediaProps<Partial<import("react-native").ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof import("react-native").ScrollViewProps> & Omit<{}, "fullscreen"> & {
|
|
2595
|
+
readonly fullscreen?: boolean | undefined;
|
|
2596
|
+
}>> & import("@tamagui/core").PseudoProps<Partial<import("react-native").ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof import("react-native").ScrollViewProps> & Omit<{}, "fullscreen"> & {
|
|
2597
|
+
readonly fullscreen?: boolean | undefined;
|
|
2598
|
+
}>> & React.RefAttributes<TamaguiElement>>;
|
|
2599
2599
|
};
|
|
2600
2600
|
Adapt: (({ platform, when, children }: import("@tamagui/adapt").AdaptProps) => any) & {
|
|
2601
2601
|
Contents: {
|