@radix-ui/react-radio-group 1.2.3 → 1.2.4-rc.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +43 -25
package/dist/index.js CHANGED
@@ -29,8 +29,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
30
 
31
31
  // packages/react/radio-group/src/index.ts
32
- var src_exports = {};
33
- __export(src_exports, {
32
+ var index_exports = {};
33
+ __export(index_exports, {
34
34
  Indicator: () => Indicator,
35
35
  Item: () => Item2,
36
36
  RadioGroup: () => RadioGroup,
@@ -39,7 +39,7 @@ __export(src_exports, {
39
39
  Root: () => Root2,
40
40
  createRadioGroupScope: () => createRadioGroupScope
41
41
  });
42
- module.exports = __toCommonJS(src_exports);
42
+ module.exports = __toCommonJS(index_exports);
43
43
 
44
44
  // packages/react/radio-group/src/radio-group.tsx
45
45
  var React2 = __toESM(require("react"));
package/package.json CHANGED
@@ -1,23 +1,27 @@
1
1
  {
2
2
  "name": "@radix-ui/react-radio-group",
3
- "version": "1.2.3",
3
+ "version": "1.2.4-rc.10",
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
- "types": "./dist/index.d.ts",
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,16 +33,16 @@
29
33
  "version": "yarn version"
30
34
  },
31
35
  "dependencies": {
32
- "@radix-ui/primitive": "1.1.1",
33
- "@radix-ui/react-compose-refs": "1.1.1",
34
- "@radix-ui/react-context": "1.1.1",
35
- "@radix-ui/react-direction": "1.1.0",
36
- "@radix-ui/react-presence": "1.1.2",
37
- "@radix-ui/react-primitive": "2.0.2",
38
- "@radix-ui/react-roving-focus": "1.1.2",
39
- "@radix-ui/react-use-controllable-state": "1.1.0",
40
- "@radix-ui/react-use-previous": "1.1.0",
41
- "@radix-ui/react-use-size": "1.1.0"
36
+ "@radix-ui/primitive": "1.1.2-rc.9",
37
+ "@radix-ui/react-compose-refs": "1.1.2-rc.9",
38
+ "@radix-ui/react-context": "1.1.2-rc.9",
39
+ "@radix-ui/react-direction": "1.1.1-rc.9",
40
+ "@radix-ui/react-presence": "1.1.3-rc.10",
41
+ "@radix-ui/react-primitive": "2.0.3-rc.9",
42
+ "@radix-ui/react-roving-focus": "1.1.3-rc.9",
43
+ "@radix-ui/react-use-controllable-state": "1.1.1-rc.9",
44
+ "@radix-ui/react-use-previous": "1.1.1-rc.9",
45
+ "@radix-ui/react-use-size": "1.1.1-rc.9"
42
46
  },
43
47
  "devDependencies": {
44
48
  "@repo/eslint-config": "0.0.0",
@@ -71,5 +75,19 @@
71
75
  },
72
76
  "bugs": {
73
77
  "url": "https://github.com/radix-ui/primitives/issues"
74
- }
78
+ },
79
+ "stableVersion": "1.2.3",
80
+ "exports": {
81
+ ".": {
82
+ "import": {
83
+ "types": "./dist/index.d.mts",
84
+ "default": "./dist/index.mjs"
85
+ },
86
+ "require": {
87
+ "types": "./dist/index.d.ts",
88
+ "default": "./dist/index.js"
89
+ }
90
+ }
91
+ },
92
+ "types": "./dist/index.d.ts"
75
93
  }