rbro-tat-uds 2.2.18 → 2.2.20

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.
@@ -259,7 +259,7 @@ const PropunereAsigurareLocuinta = ({
259
259
  /* @__PURE__ */ jsxRuntime.jsx(
260
260
  IconButton.default,
261
261
  {
262
- onClick: buttonOnClick,
262
+ onClick: iconButtonOnClick,
263
263
  icon: "new_tab",
264
264
  intent: "accent",
265
265
  variant: "tertiary",
@@ -272,7 +272,7 @@ const PropunereAsigurareLocuinta = ({
272
272
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
273
273
  /* @__PURE__ */ jsxRuntime.jsx("span", { children: "Total de plata anual" }),
274
274
  /* @__PURE__ */ jsxRuntime.jsx("span", { children: totalDePlataAnual || "-" }),
275
- /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
275
+ includePad && /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
276
276
  /* @__PURE__ */ jsxRuntime.jsx(
277
277
  Icon.default,
278
278
  {
@@ -82236,7 +82236,7 @@ const PropunereAsigurareLocuinta = ({
82236
82236
  /* @__PURE__ */ jsxRuntime.jsx(
82237
82237
  IconButton,
82238
82238
  {
82239
- onClick: buttonOnClick,
82239
+ onClick: iconButtonOnClick,
82240
82240
  icon: "new_tab",
82241
82241
  intent: "accent",
82242
82242
  variant: "tertiary",
@@ -82249,7 +82249,7 @@ const PropunereAsigurareLocuinta = ({
82249
82249
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
82250
82250
  /* @__PURE__ */ jsxRuntime.jsx("span", { children: "Total de plata anual" }),
82251
82251
  /* @__PURE__ */ jsxRuntime.jsx("span", { children: totalDePlataAnual || "-" }),
82252
- /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
82252
+ includePad && /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
82253
82253
  /* @__PURE__ */ jsxRuntime.jsx(
82254
82254
  Icon$1,
82255
82255
  {
@@ -255,7 +255,7 @@ const PropunereAsigurareLocuinta = ({
255
255
  /* @__PURE__ */ jsx(
256
256
  IconButton,
257
257
  {
258
- onClick: buttonOnClick,
258
+ onClick: iconButtonOnClick,
259
259
  icon: "new_tab",
260
260
  intent: "accent",
261
261
  variant: "tertiary",
@@ -268,7 +268,7 @@ const PropunereAsigurareLocuinta = ({
268
268
  /* @__PURE__ */ jsxs("div", { children: [
269
269
  /* @__PURE__ */ jsx("span", { children: "Total de plata anual" }),
270
270
  /* @__PURE__ */ jsx("span", { children: totalDePlataAnual || "-" }),
271
- /* @__PURE__ */ jsxs("div", { children: [
271
+ includePad && /* @__PURE__ */ jsxs("div", { children: [
272
272
  /* @__PURE__ */ jsx(
273
273
  Icon,
274
274
  {
@@ -82213,7 +82213,7 @@ const PropunereAsigurareLocuinta = ({
82213
82213
  /* @__PURE__ */ jsx(
82214
82214
  IconButton,
82215
82215
  {
82216
- onClick: buttonOnClick,
82216
+ onClick: iconButtonOnClick,
82217
82217
  icon: "new_tab",
82218
82218
  intent: "accent",
82219
82219
  variant: "tertiary",
@@ -82226,7 +82226,7 @@ const PropunereAsigurareLocuinta = ({
82226
82226
  /* @__PURE__ */ jsxs("div", { children: [
82227
82227
  /* @__PURE__ */ jsx("span", { children: "Total de plata anual" }),
82228
82228
  /* @__PURE__ */ jsx("span", { children: totalDePlataAnual || "-" }),
82229
- /* @__PURE__ */ jsxs("div", { children: [
82229
+ includePad && /* @__PURE__ */ jsxs("div", { children: [
82230
82230
  /* @__PURE__ */ jsx(
82231
82231
  Icon$1,
82232
82232
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rbro-tat-uds",
3
- "version": "2.2.18",
3
+ "version": "2.2.20",
4
4
  "type": "module",
5
5
  "main": "build/cjs/index.cjs",
6
6
  "module": "build/esm/index.js",