@oliasoft-open-source/react-ui-library 4.18.4-beta-3 → 4.18.5-beta-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.
package/dist/index.js CHANGED
@@ -5222,7 +5222,6 @@ const ButtonGroup = (props) => {
5222
5222
  maxWidth: maxTooltipWidth,
5223
5223
  display: "block",
5224
5224
  enabled: tooltip2 && isStringNumberOrNode(tooltip2) || error2 && isStringNumberOrNode(error2) || warning2 && isStringNumberOrNode(warning2) || false,
5225
- placement: "bottom-center",
5226
5225
  children: /* @__PURE__ */ jsx(
5227
5226
  Button$1,
5228
5227
  {
@@ -9129,7 +9128,6 @@ const Input$1 = forwardRef(
9129
9128
  enabled: tooltip2 && isStringNumberOrNode(tooltip2) || error2 && isStringNumberOrNode(error2) || warning2 && isStringNumberOrNode(warning2) || false,
9130
9129
  maxWidth: maxTooltipWidth,
9131
9130
  display: "block",
9132
- placement: "bottom-center",
9133
9131
  children: /* @__PURE__ */ jsx(
9134
9132
  "input",
9135
9133
  {
@@ -14990,7 +14988,6 @@ const NativeSelect = ({
14990
14988
  text: tooltip2 || error2 || warning2,
14991
14989
  enabled: tooltip2 && isStringNumberOrNode(tooltip2) || error2 && isStringNumberOrNode(error2) || warning2 && isStringNumberOrNode(warning2) || false,
14992
14990
  maxWidth: maxTooltipWidth,
14993
- placement: "bottom-center",
14994
14991
  children: /* @__PURE__ */ jsx(
14995
14992
  "select",
14996
14993
  {
@@ -16308,7 +16305,6 @@ const Trigger = ({
16308
16305
  text: tooltip2 || error2 || warning2,
16309
16306
  enabled: tooltip2 && isStringNumberOrNode(tooltip2) || error2 && isStringNumberOrNode(error2) || warning2 && isStringNumberOrNode(warning2) || false,
16310
16307
  maxWidth: maxTooltipWidth,
16311
- placement: "bottom-center",
16312
16308
  children: triggerInput
16313
16309
  }
16314
16310
  ) });
@@ -51311,7 +51307,6 @@ const LinkCell = ({ cell: cell2, testId }) => {
51311
51307
  text: tooltip2 || error2 || warning2,
51312
51308
  enabled: isTooltipEnabled(tooltip2) || isTooltipEnabled(error2) || isTooltipEnabled(warning2) || false,
51313
51309
  maxWidth: maxTooltipWidth,
51314
- placement: "bottom-center",
51315
51310
  children: /* @__PURE__ */ jsx(
51316
51311
  "div",
51317
51312
  {
@@ -51441,7 +51436,6 @@ const StaticCell = ({ cell: cell2, isHeader, testId }) => {
51441
51436
  enabled: tooltip2 && isStringNumberOrNode(tooltip2) || error2 && isStringNumberOrNode(error2) || warning2 && isStringNumberOrNode(warning2) || false,
51442
51437
  maxWidth: maxTooltipWidth,
51443
51438
  display: "block",
51444
- placement: "bottom-center",
51445
51439
  children: field2
51446
51440
  }
51447
51441
  ) });
@@ -52185,7 +52179,6 @@ const TextArea = ({
52185
52179
  text: tooltip2 || error2 || warning2,
52186
52180
  enabled: tooltip2 && isStringNumberOrNode(tooltip2) || error2 && isStringNumberOrNode(error2) || warning2 && isStringNumberOrNode(warning2) || false,
52187
52181
  maxWidth: maxTooltipWidth,
52188
- placement: "bottom-center",
52189
52182
  children: textarea2
52190
52183
  }
52191
52184
  );