@radix-ui/react-dialog 1.1.7-rc.8 → 1.1.7-rc.9
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 +44 -27
package/package.json
CHANGED
|
@@ -1,23 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@radix-ui/react-dialog",
|
|
3
|
-
"version": "1.1.7-rc.
|
|
3
|
+
"version": "1.1.7-rc.9",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"exports": {
|
|
6
|
-
".": {
|
|
7
|
-
"import": {
|
|
8
|
-
"types": "./dist/index.d.mts",
|
|
9
|
-
"default": "./dist/index.mjs"
|
|
10
|
-
},
|
|
11
|
-
"require": {
|
|
12
|
-
"types": "./dist/index.d.ts",
|
|
13
|
-
"default": "./dist/index.js"
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
5
|
"source": "./src/index.ts",
|
|
18
6
|
"main": "./dist/index.js",
|
|
19
7
|
"module": "./dist/index.mjs",
|
|
20
|
-
"
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"main": "./dist/index.js",
|
|
10
|
+
"module": "./dist/index.mjs",
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"import": {
|
|
15
|
+
"types": "./dist/index.d.mts",
|
|
16
|
+
"default": "./dist/index.mjs"
|
|
17
|
+
},
|
|
18
|
+
"require": {
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
20
|
+
"default": "./dist/index.js"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
21
25
|
"files": [
|
|
22
26
|
"dist",
|
|
23
27
|
"README.md"
|
|
@@ -29,18 +33,18 @@
|
|
|
29
33
|
"version": "yarn version"
|
|
30
34
|
},
|
|
31
35
|
"dependencies": {
|
|
32
|
-
"@radix-ui/primitive": "1.1.2-rc.
|
|
33
|
-
"@radix-ui/react-compose-refs": "1.1.2-rc.
|
|
34
|
-
"@radix-ui/react-context": "1.1.2-rc.
|
|
35
|
-
"@radix-ui/react-dismissable-layer": "1.1.6-rc.
|
|
36
|
-
"@radix-ui/react-focus-guards": "1.1.2-rc.
|
|
37
|
-
"@radix-ui/react-focus-scope": "1.1.3-rc.
|
|
38
|
-
"@radix-ui/react-id": "1.1.1-rc.
|
|
39
|
-
"@radix-ui/react-portal": "1.1.5-rc.
|
|
40
|
-
"@radix-ui/react-presence": "1.1.3-rc.
|
|
41
|
-
"@radix-ui/react-primitive": "2.0.3-rc.
|
|
42
|
-
"@radix-ui/react-slot": "1.2.0-rc.
|
|
43
|
-
"@radix-ui/react-use-controllable-state": "1.1.1-rc.
|
|
36
|
+
"@radix-ui/primitive": "1.1.2-rc.8",
|
|
37
|
+
"@radix-ui/react-compose-refs": "1.1.2-rc.8",
|
|
38
|
+
"@radix-ui/react-context": "1.1.2-rc.8",
|
|
39
|
+
"@radix-ui/react-dismissable-layer": "1.1.6-rc.8",
|
|
40
|
+
"@radix-ui/react-focus-guards": "1.1.2-rc.8",
|
|
41
|
+
"@radix-ui/react-focus-scope": "1.1.3-rc.8",
|
|
42
|
+
"@radix-ui/react-id": "1.1.1-rc.8",
|
|
43
|
+
"@radix-ui/react-portal": "1.1.5-rc.8",
|
|
44
|
+
"@radix-ui/react-presence": "1.1.3-rc.9",
|
|
45
|
+
"@radix-ui/react-primitive": "2.0.3-rc.8",
|
|
46
|
+
"@radix-ui/react-slot": "1.2.0-rc.3",
|
|
47
|
+
"@radix-ui/react-use-controllable-state": "1.1.1-rc.8",
|
|
44
48
|
"aria-hidden": "^1.2.4",
|
|
45
49
|
"react-remove-scroll": "^2.6.3"
|
|
46
50
|
},
|
|
@@ -76,5 +80,18 @@
|
|
|
76
80
|
"bugs": {
|
|
77
81
|
"url": "https://github.com/radix-ui/primitives/issues"
|
|
78
82
|
},
|
|
79
|
-
"stableVersion": "1.1.6"
|
|
83
|
+
"stableVersion": "1.1.6",
|
|
84
|
+
"exports": {
|
|
85
|
+
".": {
|
|
86
|
+
"import": {
|
|
87
|
+
"types": "./dist/index.d.mts",
|
|
88
|
+
"default": "./dist/index.mjs"
|
|
89
|
+
},
|
|
90
|
+
"require": {
|
|
91
|
+
"types": "./dist/index.d.ts",
|
|
92
|
+
"default": "./dist/index.js"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"types": "./dist/index.d.ts"
|
|
80
97
|
}
|