dfh-ui-library 1.9.111 → 1.9.113

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.
@@ -406,6 +406,7 @@ export interface IInputProps extends TextareaHTMLAttributes<HTMLTextAreaElement>
406
406
  inputFocus?: any;
407
407
  refProps?: any;
408
408
  reSize?: string;
409
+ textClass?: string;
409
410
  }
410
411
  export interface ICardProps {
411
412
  /**
package/dist/index.d.ts CHANGED
@@ -798,6 +798,7 @@ interface IInputProps extends TextareaHTMLAttributes<HTMLTextAreaElement> {
798
798
  inputFocus?: any;
799
799
  refProps?: any;
800
800
  reSize?: string;
801
+ textClass?: string;
801
802
  }
802
803
  interface ICardProps {
803
804
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.9.111",
3
+ "version": "1.9.113",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",