asma-core-ui 1.2.2 → 1.2.3

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.
@@ -0,0 +1,2 @@
1
+ import { type SelectProps } from '@mui/material';
2
+ export declare const StyledSelect: import("@emotion/styled").StyledComponent<SelectProps<unknown> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { type MenuItemProps } from '@mui/material';
3
+ export declare const StyledSelectItem: (item: MenuItemProps) => JSX.Element;
@@ -1 +1,3 @@
1
1
  export * from './Dialog/StyledDialog';
2
+ export * from './Select/StyledSelect';
3
+ export * from './Select/StyledSelectItem';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "asma-core-ui",
3
3
  "private": false,
4
- "version": "1.2.2",
4
+ "version": "1.2.3",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist/**/*",