@luscii-healthtech/web-ui 2.69.0 → 2.69.2

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.
@@ -26,7 +26,6 @@ import htmlToDraft from 'html-to-draftjs';
26
26
  import 'react-draft-wysiwyg/dist/react-draft-wysiwyg.css';
27
27
  import pick from 'lodash-es/pick';
28
28
  import { Controller, useForm } from 'react-hook-form/dist/index.ie11';
29
- import { Controller as Controller$1 } from 'react-hook-form';
30
29
 
31
30
  function _regeneratorRuntime() {
32
31
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
@@ -8544,7 +8543,7 @@ var FormTextarea = /*#__PURE__*/React__default.forwardRef(function (_ref, innerR
8544
8543
  label: label,
8545
8544
  info: info,
8546
8545
  decoratorClassname: decoratorClassname
8547
- }, /*#__PURE__*/React__default.createElement(Controller$1, {
8546
+ }, /*#__PURE__*/React__default.createElement(Controller, {
8548
8547
  name: name,
8549
8548
  control: control,
8550
8549
  rules: rules,