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