@ambuj.bhaskar/react-component-library 0.18.9-alpha → 0.18.10-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/index.js CHANGED
@@ -54220,13 +54220,13 @@ const xle = ({
54220
54220
  return /* @__PURE__ */ pe.jsxs(
54221
54221
  "div",
54222
54222
  {
54223
- className: "paginator " + f ? 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) ? "full" : "",
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) ? "full" : "",
54258
+ className: "paginator_arrows " + (!c && u) ? "full_pagination" : "",
54259
54259
  children: [
54260
54260
  /* @__PURE__ */ pe.jsx(
54261
54261
  or,