dfh-ui-library 1.3.48 → 1.3.50

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.
@@ -127,6 +127,7 @@ export interface ImageInputProps {
127
127
  imageUrl?: string;
128
128
  isImage?: boolean;
129
129
  type?: InputType;
130
+ name?: string;
130
131
  /**
131
132
  * Set new variant of the input
132
133
  */
package/dist/index.d.ts CHANGED
@@ -91,6 +91,7 @@ interface ImageInputProps {
91
91
  imageUrl?: string;
92
92
  isImage?: boolean;
93
93
  type?: InputType;
94
+ name?: string;
94
95
  /**
95
96
  * Set new variant of the input
96
97
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.3.48",
3
+ "version": "1.3.50",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",