@radix-ui/react-checkbox 1.3.8 → 1.3.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/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';
@@ -20,7 +19,7 @@ interface CheckboxProviderProps<State extends CheckedState = CheckedState> {
20
19
  value?: string | number | readonly string[];
21
20
  children?: React.ReactNode;
22
21
  }
23
- declare function CheckboxProvider<State extends CheckedState = CheckedState>(props: ScopedProps<CheckboxProviderProps<State>>): react_jsx_runtime.JSX.Element;
22
+ declare function CheckboxProvider<State extends CheckedState = CheckedState>(props: ScopedProps<CheckboxProviderProps<State>>): React.JSX.Element;
24
23
  interface CheckboxTriggerProps extends Omit<React.ComponentPropsWithoutRef<typeof Primitive.button>, keyof CheckboxProviderProps> {
25
24
  children?: React.ReactNode;
26
25
  }
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';
@@ -20,7 +19,7 @@ interface CheckboxProviderProps<State extends CheckedState = CheckedState> {
20
19
  value?: string | number | readonly string[];
21
20
  children?: React.ReactNode;
22
21
  }
23
- declare function CheckboxProvider<State extends CheckedState = CheckedState>(props: ScopedProps<CheckboxProviderProps<State>>): react_jsx_runtime.JSX.Element;
22
+ declare function CheckboxProvider<State extends CheckedState = CheckedState>(props: ScopedProps<CheckboxProviderProps<State>>): React.JSX.Element;
24
23
  interface CheckboxTriggerProps extends Omit<React.ComponentPropsWithoutRef<typeof Primitive.button>, keyof CheckboxProviderProps> {
25
24
  children?: React.ReactNode;
26
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radix-ui/react-checkbox",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "license": "MIT",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./dist/index.js",
@@ -11,22 +11,22 @@
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-presence": "1.1.8",
18
- "@radix-ui/react-primitive": "2.1.7",
19
- "@radix-ui/react-use-controllable-state": "1.2.4",
20
- "@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-presence": "1.1.9",
17
+ "@radix-ui/react-context": "1.2.1",
18
+ "@radix-ui/react-primitive": "2.1.8",
19
+ "@radix-ui/react-use-size": "1.1.3",
20
+ "@radix-ui/react-use-controllable-state": "1.2.5"
21
21
  },
22
22
  "devDependencies": {
23
- "@types/react": "^19.2.2",
24
- "@types/react-dom": "^19.2.2",
25
- "react": "^19.2.0",
26
- "react-dom": "^19.2.0",
23
+ "@types/react": "^19.2.17",
24
+ "@types/react-dom": "^19.2.3",
25
+ "react": "^19.2.7",
26
+ "react-dom": "^19.2.7",
27
27
  "typescript": "^5.9.3",
28
- "@repo/builder": "0.0.0",
29
- "@repo/typescript-config": "0.0.0"
28
+ "@repo/typescript-config": "0.0.0",
29
+ "@repo/builder": "0.0.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@types/react": "*",