ingeniuscliq-core 0.2.26 → 0.2.27

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.
Files changed (2) hide show
  1. package/dist/index.js +8 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5767,7 +5767,14 @@ function E1({
5767
5767
  );
5768
5768
  }
5769
5769
  function Ln({ disabled: e = !1, className: t = "", ...n }) {
5770
- return /* @__PURE__ */ d("li", { "data-slot": "pagination-item", className: `${t} ${e ? "!opacity-50 !cursor-not-allowed" : ""}`, ...n });
5770
+ return /* @__PURE__ */ d(
5771
+ "li",
5772
+ {
5773
+ "data-slot": "pagination-item",
5774
+ className: D(`${e ? "!opacity-50 !cursor-not-allowed" : ""}`, t),
5775
+ ...n
5776
+ }
5777
+ );
5771
5778
  }
5772
5779
  function fr({
5773
5780
  className: e,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.2.26",
3
+ "version": "0.2.27",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",