@tamagui/alert-dialog 1.85.0 → 1.85.2
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/dist/esm/AlertDialog.js +0 -2
- package/dist/jsx/AlertDialog.js +0 -2
- package/package.json +22 -19
package/dist/esm/AlertDialog.js
CHANGED
|
@@ -16,9 +16,7 @@ import {
|
|
|
16
16
|
createDialogScope
|
|
17
17
|
} from "@tamagui/dialog";
|
|
18
18
|
import { composeEventHandlers, withStaticProperties } from "@tamagui/helpers";
|
|
19
|
-
import "@tamagui/use-controllable-state";
|
|
20
19
|
import * as React from "react";
|
|
21
|
-
import "react-native";
|
|
22
20
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
23
21
|
const ROOT_NAME = "AlertDialog", [createAlertDialogContext, createAlertDialogScope] = createContextScope(ROOT_NAME, [
|
|
24
22
|
createDialogScope
|
package/dist/jsx/AlertDialog.js
CHANGED
|
@@ -16,9 +16,7 @@ import {
|
|
|
16
16
|
createDialogScope
|
|
17
17
|
} from "@tamagui/dialog";
|
|
18
18
|
import { composeEventHandlers, withStaticProperties } from "@tamagui/helpers";
|
|
19
|
-
import "@tamagui/use-controllable-state";
|
|
20
19
|
import * as React from "react";
|
|
21
|
-
import "react-native";
|
|
22
20
|
const ROOT_NAME = "AlertDialog", [createAlertDialogContext, createAlertDialogScope] = createContextScope(ROOT_NAME, [
|
|
23
21
|
createDialogScope
|
|
24
22
|
]), useDialogScope = createDialogScope(), TRIGGER_NAME = "AlertDialogTrigger", NativeAlertDialogTriggerFrame = styled(View, {
|
package/package.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/alert-dialog",
|
|
3
|
-
"version": "1.85.
|
|
3
|
+
"version": "1.85.2",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"types": "./types/index.d.ts",
|
|
6
6
|
"main": "dist/cjs",
|
|
7
7
|
"module": "dist/esm",
|
|
8
8
|
"module:jsx": "dist/jsx",
|
|
9
|
+
"removeSideEffects": [
|
|
10
|
+
"@tamagui/use-controllable-state"
|
|
11
|
+
],
|
|
9
12
|
"sideEffects": [
|
|
10
13
|
"*.css"
|
|
11
14
|
],
|
|
@@ -30,30 +33,30 @@
|
|
|
30
33
|
}
|
|
31
34
|
},
|
|
32
35
|
"dependencies": {
|
|
33
|
-
"@tamagui/animate-presence": "1.85.
|
|
34
|
-
"@tamagui/aria-hidden": "1.85.
|
|
35
|
-
"@tamagui/compose-refs": "1.85.
|
|
36
|
-
"@tamagui/constants": "1.85.
|
|
37
|
-
"@tamagui/core": "1.85.
|
|
38
|
-
"@tamagui/create-context": "1.85.
|
|
39
|
-
"@tamagui/dialog": "1.85.
|
|
40
|
-
"@tamagui/dismissable": "1.85.
|
|
41
|
-
"@tamagui/focus-scope": "1.85.
|
|
42
|
-
"@tamagui/helpers": "1.85.
|
|
43
|
-
"@tamagui/polyfill-dev": "1.85.
|
|
44
|
-
"@tamagui/popper": "1.85.
|
|
45
|
-
"@tamagui/portal": "1.85.
|
|
46
|
-
"@tamagui/remove-scroll": "1.85.
|
|
47
|
-
"@tamagui/stacks": "1.85.
|
|
48
|
-
"@tamagui/text": "1.85.
|
|
49
|
-
"@tamagui/use-controllable-state": "1.85.
|
|
36
|
+
"@tamagui/animate-presence": "1.85.2",
|
|
37
|
+
"@tamagui/aria-hidden": "1.85.2",
|
|
38
|
+
"@tamagui/compose-refs": "1.85.2",
|
|
39
|
+
"@tamagui/constants": "1.85.2",
|
|
40
|
+
"@tamagui/core": "1.85.2",
|
|
41
|
+
"@tamagui/create-context": "1.85.2",
|
|
42
|
+
"@tamagui/dialog": "1.85.2",
|
|
43
|
+
"@tamagui/dismissable": "1.85.2",
|
|
44
|
+
"@tamagui/focus-scope": "1.85.2",
|
|
45
|
+
"@tamagui/helpers": "1.85.2",
|
|
46
|
+
"@tamagui/polyfill-dev": "1.85.2",
|
|
47
|
+
"@tamagui/popper": "1.85.2",
|
|
48
|
+
"@tamagui/portal": "1.85.2",
|
|
49
|
+
"@tamagui/remove-scroll": "1.85.2",
|
|
50
|
+
"@tamagui/stacks": "1.85.2",
|
|
51
|
+
"@tamagui/text": "1.85.2",
|
|
52
|
+
"@tamagui/use-controllable-state": "1.85.2"
|
|
50
53
|
},
|
|
51
54
|
"peerDependencies": {
|
|
52
55
|
"react": "*",
|
|
53
56
|
"react-native": "*"
|
|
54
57
|
},
|
|
55
58
|
"devDependencies": {
|
|
56
|
-
"@tamagui/build": "1.85.
|
|
59
|
+
"@tamagui/build": "1.85.2",
|
|
57
60
|
"react": "^18.2.0",
|
|
58
61
|
"react-native": "^0.72.6"
|
|
59
62
|
},
|