@ambuj.bhaskar/react-component-library 0.18.9-alpha → 0.18.11-alpha
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/assets/index.css +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +4 -4
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -54220,13 +54220,13 @@ const xle = ({
|
|
|
54220
54220
|
return /* @__PURE__ */ pe.jsxs(
|
|
54221
54221
|
"div",
|
|
54222
54222
|
{
|
|
54223
|
-
className: "paginator " + f
|
|
54223
|
+
className: "paginator " + (f || ""),
|
|
54224
54224
|
style: { width: l },
|
|
54225
54225
|
children: [
|
|
54226
54226
|
c ? /* @__PURE__ */ pe.jsxs(
|
|
54227
54227
|
"span",
|
|
54228
54228
|
{
|
|
54229
|
-
className: "paginator_current_page " + (c && !u) ? "
|
|
54229
|
+
className: "paginator_current_page " + (c && !u) ? "full_pagination" : "",
|
|
54230
54230
|
children: [
|
|
54231
54231
|
/* @__PURE__ */ pe.jsx(
|
|
54232
54232
|
Y4,
|
|
@@ -54255,7 +54255,7 @@ const xle = ({
|
|
|
54255
54255
|
u ? /* @__PURE__ */ pe.jsxs(
|
|
54256
54256
|
"span",
|
|
54257
54257
|
{
|
|
54258
|
-
className: "paginator_arrows " + (!c && u) ? "
|
|
54258
|
+
className: "paginator_arrows " + (!c && u) ? "full_pagination" : "",
|
|
54259
54259
|
children: [
|
|
54260
54260
|
/* @__PURE__ */ pe.jsx(
|
|
54261
54261
|
or,
|
|
@@ -54746,7 +54746,7 @@ const Rle = "_backdrop_iv22p_1", Ile = "_backdrop__transparent_iv22p_10", Lle =
|
|
|
54746
54746
|
function F6e(e = 1) {
|
|
54747
54747
|
const [t, n] = Kn(e), [r, o] = Kn(1), i = T1(
|
|
54748
54748
|
(c) => {
|
|
54749
|
-
c >= 1 && c
|
|
54749
|
+
c >= 1 && c <= r + 1 ? n(c) : console.error(`Invalid page number: ${c}`);
|
|
54750
54750
|
},
|
|
54751
54751
|
[r]
|
|
54752
54752
|
), a = T1(() => {
|