@credithub/harlan-components 1.48.0 → 1.48.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.
@@ -8,8 +8,8 @@ declare const useCardsAndProducts: ({ finderResponse, rfbResponse }: {
8
8
  }[];
9
9
  products: {
10
10
  title: string;
11
+ onClick: () => Promise<void>;
11
12
  price: number;
12
- onClick: () => void;
13
13
  hide: boolean;
14
14
  isLoading: boolean;
15
15
  }[];
@@ -279,7 +279,7 @@ var useCardsAndProducts = function (_a) {
279
279
  {
280
280
  title: 'Consultar Pefin/Refin Serasa',
281
281
  price: productsPrices === null || productsPrices === void 0 ? void 0 : productsPrices.refinSerasa,
282
- onClick: handleModalClick,
282
+ onClick: handleOnClick('refinSerasa'),
283
283
  hide: (_f = consultasComplementares === null || consultasComplementares === void 0 ? void 0 : consultasComplementares.refinSerasa) === null || _f === void 0 ? void 0 : _f.consultaRealizada,
284
284
  isLoading: loadingButtons['refinSerasa']
285
285
  },