asma-core-ui 1.2.4 → 1.2.6

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;
@@ -0,0 +1,2 @@
1
+ export * from './StyledSelect';
2
+ export * from './StyledSelectItem';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
- export * from './components/Dialog';
1
+ export * from './components/dialog';
2
2
  export * from './components/feedback';
3
3
  export * from './components/inputs';
4
+ export * from './components/select';
4
5
  export * from './helpers';
5
6
  export * from './theme';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "asma-core-ui",
3
3
  "private": false,
4
- "version": "1.2.4",
4
+ "version": "1.2.6",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist/**/*",
@@ -84,7 +84,6 @@
84
84
  "react": "^18.*",
85
85
  "react-dom": "^18.*",
86
86
  "react-hooks": "^1.0.1",
87
- "recoil": "^0.7.7",
88
87
  "sass": "^1.57.1",
89
88
  "tailwind": "^4.0.0",
90
89
  "tailwindcss": "^3.1.8",
@@ -100,8 +99,7 @@
100
99
  "@mui/material": "^5.*",
101
100
  "immer": "^9.*",
102
101
  "react": "^18.*",
103
- "react-dom": "^18.*",
104
- "recoil": "^0.7.*"
102
+ "react-dom": "^18.*"
105
103
  },
106
104
  "exports": {
107
105
  ".": {
File without changes