@fixefy/fixefy-ui-components 0.3.39 → 0.3.40

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.
@@ -31,4 +31,4 @@ export type AsyncDropdownPropsType = {
31
31
  data: string[];
32
32
  _id: string;
33
33
  };
34
- export declare const FxObjStaticDropdown: React.ForwardRefExoticComponent<Omit<AsyncDropdownPropsType, "ref"> & React.RefAttributes<unknown>>;
34
+ export declare const FxObjStaticDropdown: (props: AsyncDropdownPropsType) => React.JSX.Element;
@@ -64,7 +64,7 @@ const uncheckedIcon = /*#__PURE__*/ (0, _jsxruntime.jsx)(_iconsmaterial.CheckBox
64
64
  const checkedIcon = /*#__PURE__*/ (0, _jsxruntime.jsx)(_iconsmaterial.CheckBox, {
65
65
  fontSize: "small"
66
66
  });
67
- const FxObjStaticDropdown = /*#__PURE__*/ _react.default.forwardRef((props)=>{
67
+ const FxObjStaticDropdown = (props)=>{
68
68
  const { onAdd, onRemoveOne, onRemoveAll, onUnselectAll, disabled, type = 'text', search_path, modal_type, multiple, name, query, isInitialOpen, placeholder, title_path, rootStylesOverride, logo_placeholder, logo_folder_name, _id, data, defaultValue } = props;
69
69
  const ref = (0, _react.useRef)(null);
70
70
  const theme = (0, _material.useTheme)();
@@ -529,4 +529,4 @@ const FxObjStaticDropdown = /*#__PURE__*/ _react.default.forwardRef((props)=>{
529
529
  }) : null
530
530
  ]
531
531
  });
532
- });
532
+ };
package/package.json CHANGED
@@ -67,5 +67,5 @@
67
67
  "require": "./dist/index.js"
68
68
  }
69
69
  },
70
- "version": "0.3.39"
70
+ "version": "0.3.40"
71
71
  }