@astral/ui 1.13.0 → 1.13.1
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.
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { AutocompleteCloseReason } from '@mui/base/AutocompleteUnstyled/useAutocomplete';
|
|
1
2
|
declare type PopId = string;
|
|
2
|
-
export declare type Reason = 'escapeKeyDown' | 'backdropClick' | 'toggleInput' | 'blur' | null;
|
|
3
|
+
export declare type Reason = 'escapeKeyDown' | 'backdropClick' | 'toggleInput' | 'blur' | AutocompleteCloseReason | null;
|
|
3
4
|
declare class BackdropStackManager {
|
|
4
5
|
private stack;
|
|
5
6
|
private previousPopInfo;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { AutocompleteCloseReason } from '@mui/base/AutocompleteUnstyled/useAutocomplete';
|
|
1
2
|
declare type PopId = string;
|
|
2
|
-
export declare type Reason = 'escapeKeyDown' | 'backdropClick' | 'toggleInput' | 'blur' | null;
|
|
3
|
+
export declare type Reason = 'escapeKeyDown' | 'backdropClick' | 'toggleInput' | 'blur' | AutocompleteCloseReason | null;
|
|
3
4
|
declare class BackdropStackManager {
|
|
4
5
|
private stack;
|
|
5
6
|
private previousPopInfo;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astral/ui",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.1",
|
|
4
4
|
"browser": "./src/index.ts",
|
|
5
5
|
"jest": {
|
|
6
6
|
"moduleNameMapper": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@astral/icons": "^1.13.
|
|
11
|
+
"@astral/icons": "^1.13.1",
|
|
12
12
|
"@emotion/cache": "11.7.1",
|
|
13
13
|
"@emotion/react": "11.9.0",
|
|
14
14
|
"@emotion/server": "11.4.0",
|