magneto365.ui 2.69.0-beta → 2.69.0-beta.1

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.
@@ -27,4 +27,8 @@ export interface IInputPlus {
27
27
  * this fn get the input value
28
28
  */
29
29
  getValue?: (value: string) => void;
30
+ /**
31
+ * this property sets the max length
32
+ */
33
+ maxLength?: number;
30
34
  }
package/dist/index.d.ts CHANGED
@@ -2651,6 +2651,10 @@ interface IInputPlus {
2651
2651
  * this fn get the input value
2652
2652
  */
2653
2653
  getValue?: (value: string) => void;
2654
+ /**
2655
+ * this property sets the max length
2656
+ */
2657
+ maxLength?: number;
2654
2658
  }
2655
2659
 
2656
2660
  declare const InputPlus: React__default.FC<IInputPlus>;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/W170/talenta.magneto365.ui.git"
6
6
  },
7
- "version": "2.69.0-beta",
7
+ "version": "2.69.0-beta.1",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",