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.
- package/dist/index.js +8 -1
- 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(
|
|
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,
|