rbro-tat-uds 2.2.18 → 2.2.19

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",
@@ -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",
@@ -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",
@@ -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",
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.19",
4
4
  "type": "module",
5
5
  "main": "build/cjs/index.cjs",
6
6
  "module": "build/esm/index.js",