dfh-ui-library 1.12.152 → 1.12.154

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,7 @@
1
+ import React from "react";
2
+ import { IInputProps } from "../../../shared/models/components/base.model";
3
+ /**
4
+ * Primary UI component for user interaction
5
+ */
6
+ declare const AutoResizeTextarea: React.FC<IInputProps>;
7
+ export default AutoResizeTextarea;
@@ -0,0 +1 @@
1
+ export { default as AutoResizeTextarea } from "./AutoResizeTextarea";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.152",
3
+ "version": "1.12.154",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",