dfh-ui-library 1.3.24 → 1.3.25

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.
@@ -275,7 +275,7 @@ export interface OptionProps {
275
275
  iconText: string;
276
276
  imageUrl?: string;
277
277
  bgColor?: string;
278
- clickedAction?: string;
278
+ clickedAction?: ClickedAction;
279
279
  }
280
280
  export interface BtnOptionDropdown {
281
281
  btnLabel: string;
@@ -275,7 +275,7 @@ export interface OptionProps {
275
275
  iconText: string;
276
276
  imageUrl?: string;
277
277
  bgColor?: string;
278
- clickedAction?: string;
278
+ clickedAction?: ClickedAction;
279
279
  }
280
280
  export interface BtnOptionDropdown {
281
281
  btnLabel: string;
package/dist/index.d.ts CHANGED
@@ -235,7 +235,7 @@ interface OptionProps {
235
235
  iconText: string;
236
236
  imageUrl?: string;
237
237
  bgColor?: string;
238
- clickedAction?: string;
238
+ clickedAction?: ClickedAction;
239
239
  }
240
240
  interface BtnOptionDropdown {
241
241
  btnLabel: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.3.24",
3
+ "version": "1.3.25",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",