@astral/features 4.13.1 → 4.15.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.
@@ -7,7 +7,7 @@ export declare const StyledMenu: import("@emotion/styled").StyledComponent<impor
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
9
  note?: string | undefined;
10
- tooltipPlacement?: "bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | undefined;
10
+ tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
11
11
  component?: TComponent | undefined;
12
12
  href?: string | undefined;
13
13
  } & import("react").ComponentPropsWithRef<import("react").ElementType extends TComponent ? "li" : TComponent> & import("react").RefAttributes<HTMLLIElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@astral/features",
3
3
  "main": "./node/index.js",
4
- "version": "4.13.1",
4
+ "version": "4.15.0",
5
5
  "dependencies": {
6
- "@astral/ui": "4.13.1",
6
+ "@astral/ui": "4.15.0",
7
7
  "mobx": "^6.8.0",
8
8
  "mobx-react-lite": "^3.4.0",
9
9
  "@astral/cryptopro-cades": "^1.5.1"
@@ -13,6 +13,36 @@
13
13
  "react-dom": "^17.0.0 || ^18.0.0",
14
14
  "@types/react": "^17.0.0 || ^18.0.0"
15
15
  },
16
+ "exports": {
17
+ ".": {
18
+ "module": "./index.js",
19
+ "require": "./node/index.js",
20
+ "types": "./index.d.ts",
21
+ "default": "./index.js",
22
+ "import": "./index.js"
23
+ },
24
+ "./AutoSaveIndicatorService": {
25
+ "module": "./AutoSaveIndicatorService/index.js",
26
+ "require": "./node/AutoSaveIndicatorService/index.js",
27
+ "types": "./AutoSaveIndicatorService/index.d.ts",
28
+ "default": "./AutoSaveIndicatorService/index.js",
29
+ "import": "./AutoSaveIndicatorService/index.js"
30
+ },
31
+ "./AstralProductSwitcher": {
32
+ "module": "./productSwitcher/AstralProductSwitcher/index.js",
33
+ "require": "./node/productSwitcher/AstralProductSwitcher/index.js",
34
+ "types": "./productSwitcher/AstralProductSwitcher/index.d.ts",
35
+ "default": "./productSwitcher/AstralProductSwitcher/index.js",
36
+ "import": "./productSwitcher/AstralProductSwitcher/index.js"
37
+ },
38
+ "./IdentityProductSwitcher": {
39
+ "module": "./productSwitcher/IdentityProductSwitcher/index.js",
40
+ "require": "./node/productSwitcher/IdentityProductSwitcher/index.js",
41
+ "types": "./productSwitcher/IdentityProductSwitcher/index.d.ts",
42
+ "default": "./productSwitcher/IdentityProductSwitcher/index.js",
43
+ "import": "./productSwitcher/IdentityProductSwitcher/index.js"
44
+ }
45
+ },
16
46
  "author": "Astral.Soft",
17
47
  "license": "MIT",
18
48
  "repository": {
@@ -22,14 +52,5 @@
22
52
  "types": "./index.d.ts",
23
53
  "module": "./index.js",
24
54
  "browser": "./index.js",
25
- "sideEffects": false,
26
- "exports": {
27
- ".": {
28
- "module": "./index.js",
29
- "require": "./node/index.js",
30
- "types": "./index.d.ts",
31
- "default": "./index.js",
32
- "import": "./index.js"
33
- }
34
- }
55
+ "sideEffects": false
35
56
  }
@@ -7,7 +7,7 @@ export declare const StyledMenu: import("@emotion/styled").StyledComponent<impor
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
9
  note?: string | undefined;
10
- tooltipPlacement?: "bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | undefined;
10
+ tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
11
11
  component?: TComponent | undefined;
12
12
  href?: string | undefined;
13
13
  } & import("react").ComponentPropsWithRef<import("react").ElementType extends TComponent ? "li" : TComponent> & import("react").RefAttributes<HTMLLIElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null;