dfh-ui-library 1.12.763 → 1.12.764

Sign up to get free protection for your applications and to get access to all the features.
@@ -384,6 +384,7 @@ export interface DropdownSearchProps {
384
384
  isBorderedError?: boolean;
385
385
  listHeader?: string;
386
386
  selected?: string;
387
+ clearAction?: () => void;
387
388
  }
388
389
  export interface DropdownVersionProps {
389
390
  options?: OptionProps[];
package/dist/index.d.ts CHANGED
@@ -361,6 +361,7 @@ interface DropdownSearchProps {
361
361
  isBorderedError?: boolean;
362
362
  listHeader?: string;
363
363
  selected?: string;
364
+ clearAction?: () => void;
364
365
  }
365
366
  interface UserDropdownProps {
366
367
  options?: OptionProps[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.763",
3
+ "version": "1.12.764",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",