@radix-ui/react-radio-group 1.4.4 → 1.4.5

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/index.d.mts CHANGED
@@ -1,4 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as _radix_ui_react_context from '@radix-ui/react-context';
3
2
  import { Scope } from '@radix-ui/react-context';
4
3
  import * as React from 'react';
@@ -72,7 +71,7 @@ interface RadioGroupItemProviderProps {
72
71
  disabled?: boolean;
73
72
  children?: React.ReactNode;
74
73
  }
75
- declare function RadioGroupItemProvider(props: ScopedProps<RadioGroupItemProviderProps>): react_jsx_runtime.JSX.Element;
74
+ declare function RadioGroupItemProvider(props: ScopedProps<RadioGroupItemProviderProps>): React.JSX.Element;
76
75
  interface RadioGroupItemTriggerProps extends React.ComponentPropsWithoutRef<typeof RadioTrigger> {
77
76
  }
78
77
  declare const RadioGroupItemTrigger: React.ForwardRefExoticComponent<RadioGroupItemTriggerProps & React.RefAttributes<HTMLButtonElement>>;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as _radix_ui_react_context from '@radix-ui/react-context';
3
2
  import { Scope } from '@radix-ui/react-context';
4
3
  import * as React from 'react';
@@ -72,7 +71,7 @@ interface RadioGroupItemProviderProps {
72
71
  disabled?: boolean;
73
72
  children?: React.ReactNode;
74
73
  }
75
- declare function RadioGroupItemProvider(props: ScopedProps<RadioGroupItemProviderProps>): react_jsx_runtime.JSX.Element;
74
+ declare function RadioGroupItemProvider(props: ScopedProps<RadioGroupItemProviderProps>): React.JSX.Element;
76
75
  interface RadioGroupItemTriggerProps extends React.ComponentPropsWithoutRef<typeof RadioTrigger> {
77
76
  }
78
77
  declare const RadioGroupItemTrigger: React.ForwardRefExoticComponent<RadioGroupItemTriggerProps & React.RefAttributes<HTMLButtonElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radix-ui/react-radio-group",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "license": "MIT",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./dist/index.js",
@@ -11,21 +11,21 @@
11
11
  ],
12
12
  "sideEffects": false,
13
13
  "dependencies": {
14
- "@radix-ui/primitive": "1.1.6",
15
- "@radix-ui/react-compose-refs": "1.1.3",
16
- "@radix-ui/react-context": "1.2.0",
17
- "@radix-ui/react-direction": "1.1.2",
18
- "@radix-ui/react-presence": "1.1.8",
19
- "@radix-ui/react-primitive": "2.1.7",
20
- "@radix-ui/react-roving-focus": "1.1.16",
21
- "@radix-ui/react-use-controllable-state": "1.2.4",
22
- "@radix-ui/react-use-size": "1.1.2"
14
+ "@radix-ui/primitive": "1.1.7",
15
+ "@radix-ui/react-compose-refs": "1.1.4",
16
+ "@radix-ui/react-context": "1.2.1",
17
+ "@radix-ui/react-presence": "1.1.9",
18
+ "@radix-ui/react-direction": "1.1.3",
19
+ "@radix-ui/react-primitive": "2.1.8",
20
+ "@radix-ui/react-roving-focus": "1.1.17",
21
+ "@radix-ui/react-use-controllable-state": "1.2.5",
22
+ "@radix-ui/react-use-size": "1.1.3"
23
23
  },
24
24
  "devDependencies": {
25
- "@types/react": "^19.2.2",
26
- "@types/react-dom": "^19.2.2",
27
- "react": "^19.2.0",
28
- "react-dom": "^19.2.0",
25
+ "@types/react": "^19.2.17",
26
+ "@types/react-dom": "^19.2.3",
27
+ "react": "^19.2.7",
28
+ "react-dom": "^19.2.7",
29
29
  "typescript": "^5.9.3",
30
30
  "@repo/builder": "0.0.0",
31
31
  "@repo/typescript-config": "0.0.0"