dfh-ui-library 1.3.4 → 1.3.6

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.
@@ -291,6 +291,8 @@ export interface DropdownSearchProps {
291
291
  additionalClasses?: string;
292
292
  readOnly?: boolean;
293
293
  isBorderedError?: boolean;
294
+ AddMeBtnClick: () => void;
295
+ AddUnregisterBtnClick: () => void;
294
296
  }
295
297
  export type LableTypes = "default" | "black" | "smallSelect" | "blackSmall" | "formLabel" | "formLabelMedeum";
296
298
  export interface ButtonGroupProps {
package/dist/index.d.ts CHANGED
@@ -251,6 +251,8 @@ interface DropdownSearchProps {
251
251
  additionalClasses?: string;
252
252
  readOnly?: boolean;
253
253
  isBorderedError?: boolean;
254
+ AddMeBtnClick: () => void;
255
+ AddUnregisterBtnClick: () => void;
254
256
  }
255
257
  type LableTypes = "default" | "black" | "smallSelect" | "blackSmall" | "formLabel" | "formLabelMedeum";
256
258
  interface ButtonGroupProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",