@astral/features 4.61.3 → 4.62.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,6 +1,6 @@
1
1
  import { Grid, MenuItem, type StyledComponent, ToggleButton, ToggleButtonGroup } from '@astral/ui';
2
2
  import type { ComponentProps } from 'react';
3
- export declare const StyledMenu: ({ children, onClose, open, title, ...restProps }: import("@astral/ui").MenuProps) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const StyledMenu: ({ children, onClose, open, title, MenuListProps, ...restProps }: import("@astral/ui").MenuProps) => import("react/jsx-runtime").JSX.Element;
4
4
  export declare const StyledMenuItem: typeof MenuItem;
5
5
  export declare const Logo: StyledComponent<{
6
6
  theme?: import("@emotion/react").Theme | undefined;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@astral/features",
3
3
  "main": "./node/index.js",
4
- "version": "4.61.3",
4
+ "version": "4.62.1",
5
5
  "dependencies": {
6
- "@astral/ui": "4.61.3",
6
+ "@astral/ui": "4.62.1",
7
7
  "mobx": "^6.15.0",
8
8
  "mobx-react-lite": "^4.1.1",
9
9
  "@astral/cryptopro-cades": "^1.5.1"
@@ -1,6 +1,6 @@
1
1
  import { Grid, MenuItem, type StyledComponent, ToggleButton, ToggleButtonGroup } from '@astral/ui';
2
2
  import type { ComponentProps } from 'react';
3
- export declare const StyledMenu: ({ children, onClose, open, title, ...restProps }: import("@astral/ui").MenuProps) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const StyledMenu: ({ children, onClose, open, title, MenuListProps, ...restProps }: import("@astral/ui").MenuProps) => import("react/jsx-runtime").JSX.Element;
4
4
  export declare const StyledMenuItem: typeof MenuItem;
5
5
  export declare const Logo: StyledComponent<{
6
6
  theme?: import("@emotion/react").Theme | undefined;