siam-ui-utils 2.2.22 → 2.2.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siam-ui-utils",
3
- "version": "2.2.22",
3
+ "version": "2.2.23",
4
4
  "keywords": [
5
5
  "ampf-react",
6
6
  "ampf-utils",
@@ -6,5 +6,3 @@ export const CustomSelectInput = (props) => {
6
6
  delete customProps.autoCapitalize;
7
7
  return <components.Input {...customProps} />;
8
8
  };
9
-
10
- export default CustomSelectInput;
@@ -144,4 +144,4 @@ export const CustomSelect: React.FC<Props> = (props: Props) => {
144
144
  </>
145
145
  );
146
146
  };
147
- export default CustomSelect;
147
+
@@ -1,7 +1,7 @@
1
1
  import { DropzoneUploader, DropzoneUploaderDniDigital, TomarFoto } from '.';
2
2
  import { CopyLink } from './copy-link';
3
3
  import { CustomInputCheckbox, CustomInputRadio } from './custom-input';
4
- import CustomSelect from './select';
4
+ import { CustomSelect } from './select';
5
5
  import { Timer } from './timer';
6
6
  import { ViewLayout } from './view-layout';
7
7
  import { WhereByRoom } from './where-by-room';