dfh-ui-library 1.13.88 → 1.13.89

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.
@@ -32,6 +32,7 @@ interface ConboboxV2Props {
32
32
  isBorderedError?: boolean;
33
33
  onOpen?: () => Promise<void>;
34
34
  isLoading?: boolean;
35
+ maxLength?: number;
35
36
  }
36
37
  declare const ConboboxV2: React.FC<ConboboxV2Props>;
37
38
  export default ConboboxV2;
@@ -33,6 +33,7 @@ interface SelectV2Props {
33
33
  isBorderedError?: boolean;
34
34
  onOpen?: () => Promise<void>;
35
35
  isLoading?: boolean;
36
+ maxLength?: number;
36
37
  }
37
38
  declare const SelectV2: React.FC<SelectV2Props>;
38
39
  export default SelectV2;
package/dist/index.d.ts CHANGED
@@ -1424,6 +1424,7 @@ interface SelectV2Props {
1424
1424
  isBorderedError?: boolean;
1425
1425
  onOpen?: () => Promise<void>;
1426
1426
  isLoading?: boolean;
1427
+ maxLength?: number;
1427
1428
  }
1428
1429
  declare const SelectV2: React__default.FC<SelectV2Props>;
1429
1430
 
@@ -1529,6 +1530,7 @@ interface ConboboxV2Props {
1529
1530
  isBorderedError?: boolean;
1530
1531
  onOpen?: () => Promise<void>;
1531
1532
  isLoading?: boolean;
1533
+ maxLength?: number;
1532
1534
  }
1533
1535
  declare const ConboboxV2: React__default.FC<ConboboxV2Props>;
1534
1536
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.88",
3
+ "version": "1.13.89",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",