jclib-ui 1.0.211 → 1.0.213

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.
@@ -4433,6 +4433,7 @@ function DropDownButton({
4433
4433
  toggle,
4434
4434
  direction,
4435
4435
  size,
4436
+ className: "btn btn-sm",
4436
4437
  title,
4437
4438
  children: [
4438
4439
  /* @__PURE__ */ jsxRuntimeExports.jsxs(
@@ -4469,7 +4470,7 @@ function DropDownButton({
4469
4470
  ]
4470
4471
  }
4471
4472
  ),
4472
- /* @__PURE__ */ jsxRuntimeExports.jsx(DropdownToggle, { color: color || "secondary", ...rest, children })
4473
+ /* @__PURE__ */ jsxRuntimeExports.jsx(DropdownToggle, { color: color || "secondary", ...rest, size, children })
4473
4474
  ]
4474
4475
  }
4475
4476
  );
@@ -4575,7 +4576,6 @@ function Table({
4575
4576
  if (selecao.rangeCount > 0) {
4576
4577
  const range = selecao.getRangeAt(0);
4577
4578
  if (elemento.contains(range.commonAncestorContainer)) {
4578
- console.log("Texto dentro do elemento:", selecao.toString());
4579
4579
  if (selecao.toString().length > 0) {
4580
4580
  return;
4581
4581
  }