@radix-ui/react-select 2.3.4 → 2.3.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 +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +25 -25
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';
|
|
@@ -35,7 +34,7 @@ interface SelectProviderProps extends SelectSharedProps {
|
|
|
35
34
|
defaultValue?: string;
|
|
36
35
|
onValueChange?(value: string): void;
|
|
37
36
|
}
|
|
38
|
-
declare function SelectProvider(props: ScopedProps<SelectProviderProps>):
|
|
37
|
+
declare function SelectProvider(props: ScopedProps<SelectProviderProps>): React.JSX.Element;
|
|
39
38
|
declare const Select: React.FC<SelectProps>;
|
|
40
39
|
type PrimitiveButtonProps = React.ComponentPropsWithoutRef<typeof Primitive.button>;
|
|
41
40
|
interface SelectTriggerProps extends PrimitiveButtonProps {
|
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';
|
|
@@ -35,7 +34,7 @@ interface SelectProviderProps extends SelectSharedProps {
|
|
|
35
34
|
defaultValue?: string;
|
|
36
35
|
onValueChange?(value: string): void;
|
|
37
36
|
}
|
|
38
|
-
declare function SelectProvider(props: ScopedProps<SelectProviderProps>):
|
|
37
|
+
declare function SelectProvider(props: ScopedProps<SelectProviderProps>): React.JSX.Element;
|
|
39
38
|
declare const Select: React.FC<SelectProps>;
|
|
40
39
|
type PrimitiveButtonProps = React.ComponentPropsWithoutRef<typeof Primitive.button>;
|
|
41
40
|
interface SelectTriggerProps extends PrimitiveButtonProps {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@radix-ui/react-select",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"source": "./src/index.ts",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -13,32 +13,32 @@
|
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"aria-hidden": "^1.2.4",
|
|
15
15
|
"react-remove-scroll": "^2.7.2",
|
|
16
|
-
"@radix-ui/number": "1.1.
|
|
17
|
-
"@radix-ui/primitive": "1.1.
|
|
18
|
-
"@radix-ui/react-collection": "1.1.
|
|
19
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
20
|
-
"@radix-ui/react-context": "1.2.
|
|
21
|
-
"@radix-ui/react-direction": "1.1.
|
|
22
|
-
"@radix-ui/react-
|
|
23
|
-
"@radix-ui/react-
|
|
24
|
-
"@radix-ui/react-focus-scope": "1.1.
|
|
25
|
-
"@radix-ui/react-id": "1.1.
|
|
26
|
-
"@radix-ui/react-popper": "1.3.
|
|
27
|
-
"@radix-ui/react-portal": "1.1.
|
|
28
|
-
"@radix-ui/react-presence": "1.1.
|
|
29
|
-
"@radix-ui/react-primitive": "2.1.
|
|
30
|
-
"@radix-ui/react-slot": "1.3.
|
|
31
|
-
"@radix-ui/react-use-callback-ref": "1.1.
|
|
32
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
33
|
-
"@radix-ui/react-use-layout-effect": "1.1.
|
|
34
|
-
"@radix-ui/react-
|
|
35
|
-
"@radix-ui/react-
|
|
16
|
+
"@radix-ui/number": "1.1.3",
|
|
17
|
+
"@radix-ui/primitive": "1.1.7",
|
|
18
|
+
"@radix-ui/react-collection": "1.1.13",
|
|
19
|
+
"@radix-ui/react-compose-refs": "1.1.4",
|
|
20
|
+
"@radix-ui/react-context": "1.2.1",
|
|
21
|
+
"@radix-ui/react-direction": "1.1.3",
|
|
22
|
+
"@radix-ui/react-focus-guards": "1.1.5",
|
|
23
|
+
"@radix-ui/react-dismissable-layer": "1.1.17",
|
|
24
|
+
"@radix-ui/react-focus-scope": "1.1.14",
|
|
25
|
+
"@radix-ui/react-id": "1.1.3",
|
|
26
|
+
"@radix-ui/react-popper": "1.3.5",
|
|
27
|
+
"@radix-ui/react-portal": "1.1.15",
|
|
28
|
+
"@radix-ui/react-presence": "1.1.9",
|
|
29
|
+
"@radix-ui/react-primitive": "2.1.8",
|
|
30
|
+
"@radix-ui/react-slot": "1.3.1",
|
|
31
|
+
"@radix-ui/react-use-callback-ref": "1.1.3",
|
|
32
|
+
"@radix-ui/react-use-controllable-state": "1.2.5",
|
|
33
|
+
"@radix-ui/react-use-layout-effect": "1.1.3",
|
|
34
|
+
"@radix-ui/react-visually-hidden": "1.2.9",
|
|
35
|
+
"@radix-ui/react-use-previous": "1.1.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@types/react": "^19.2.
|
|
39
|
-
"@types/react-dom": "^19.2.
|
|
40
|
-
"react": "^19.2.
|
|
41
|
-
"react-dom": "^19.2.
|
|
38
|
+
"@types/react": "^19.2.17",
|
|
39
|
+
"@types/react-dom": "^19.2.3",
|
|
40
|
+
"react": "^19.2.7",
|
|
41
|
+
"react-dom": "^19.2.7",
|
|
42
42
|
"typescript": "^5.9.3",
|
|
43
43
|
"@repo/builder": "0.0.0",
|
|
44
44
|
"@repo/test-data": "0.0.0",
|