@astral/features 3.169.1 → 3.171.0
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/cryproPro/components/CryptoProCertAutocomplete/AutocompleteListItem/styles.d.ts +2 -0
- package/node/cryproPro/components/CryptoProCertAutocomplete/AutocompleteListItem/styles.d.ts +2 -0
- package/node/productSwitcher/components/IdentityProductSwitcher/styles.d.ts +1 -0
- package/package.json +2 -2
- package/productSwitcher/components/IdentityProductSwitcher/styles.d.ts +1 -0
|
@@ -620,6 +620,7 @@ export declare const StyledListItemIcon: import("@emotion/styled").StyledCompone
|
|
|
620
620
|
}, {}, {}>;
|
|
621
621
|
export declare const GroupMenuItem: import("@emotion/styled").StyledComponent<import("@astral/ui").WithoutEmotionSpecific<import("@mui/material").MenuItemProps> & {
|
|
622
622
|
disabledReason?: string | undefined;
|
|
623
|
+
note?: string | undefined;
|
|
623
624
|
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | undefined;
|
|
624
625
|
component?: import("react").ElementType | undefined;
|
|
625
626
|
href?: string | undefined;
|
|
@@ -632,6 +633,7 @@ export declare const GroupMenuItem: import("@emotion/styled").StyledComponent<im
|
|
|
632
633
|
}, {}, {}>;
|
|
633
634
|
export declare const Content: import("@emotion/styled").StyledComponent<import("@astral/ui").WithoutEmotionSpecific<import("@mui/material").MenuItemProps> & {
|
|
634
635
|
disabledReason?: string | undefined;
|
|
636
|
+
note?: string | undefined;
|
|
635
637
|
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | undefined;
|
|
636
638
|
component?: import("react").ElementType | undefined;
|
|
637
639
|
href?: string | undefined;
|
package/node/cryproPro/components/CryptoProCertAutocomplete/AutocompleteListItem/styles.d.ts
CHANGED
|
@@ -620,6 +620,7 @@ export declare const StyledListItemIcon: import("@emotion/styled").StyledCompone
|
|
|
620
620
|
}, {}, {}>;
|
|
621
621
|
export declare const GroupMenuItem: import("@emotion/styled").StyledComponent<import("@astral/ui").WithoutEmotionSpecific<import("@mui/material").MenuItemProps> & {
|
|
622
622
|
disabledReason?: string | undefined;
|
|
623
|
+
note?: string | undefined;
|
|
623
624
|
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | undefined;
|
|
624
625
|
component?: import("react").ElementType | undefined;
|
|
625
626
|
href?: string | undefined;
|
|
@@ -632,6 +633,7 @@ export declare const GroupMenuItem: import("@emotion/styled").StyledComponent<im
|
|
|
632
633
|
}, {}, {}>;
|
|
633
634
|
export declare const Content: import("@emotion/styled").StyledComponent<import("@astral/ui").WithoutEmotionSpecific<import("@mui/material").MenuItemProps> & {
|
|
634
635
|
disabledReason?: string | undefined;
|
|
636
|
+
note?: string | undefined;
|
|
635
637
|
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | undefined;
|
|
636
638
|
component?: import("react").ElementType | undefined;
|
|
637
639
|
href?: string | undefined;
|
|
@@ -6,6 +6,7 @@ export declare const StyledMenu: import("@emotion/styled").StyledComponent<impor
|
|
|
6
6
|
}, {}, {}>;
|
|
7
7
|
export declare const StyledMenuItem: <TComponent extends import("react").ElementType>(props: import("@astral/ui").WithoutEmotionSpecific<import("@mui/material").MenuItemProps> & {
|
|
8
8
|
disabledReason?: string | undefined;
|
|
9
|
+
note?: string | undefined;
|
|
9
10
|
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | undefined;
|
|
10
11
|
component?: TComponent | undefined;
|
|
11
12
|
href?: string | undefined;
|
package/package.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@astral/features",
|
|
3
3
|
"browser": "./index.js",
|
|
4
4
|
"main": "./node/index.js",
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.171.0",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@astral/ui": "3.
|
|
7
|
+
"@astral/ui": "3.171.0",
|
|
8
8
|
"mobx": "^6.8.0",
|
|
9
9
|
"mobx-react-lite": "^3.4.0",
|
|
10
10
|
"@astral/cryptopro-cades": "^1.5.1"
|
|
@@ -6,6 +6,7 @@ export declare const StyledMenu: import("@emotion/styled").StyledComponent<impor
|
|
|
6
6
|
}, {}, {}>;
|
|
7
7
|
export declare const StyledMenuItem: <TComponent extends import("react").ElementType>(props: import("@astral/ui").WithoutEmotionSpecific<import("@mui/material").MenuItemProps> & {
|
|
8
8
|
disabledReason?: string | undefined;
|
|
9
|
+
note?: string | undefined;
|
|
9
10
|
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | undefined;
|
|
10
11
|
component?: TComponent | undefined;
|
|
11
12
|
href?: string | undefined;
|