beca-ui 2.0.0-beta.17 → 2.0.0-beta.18

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/beca-ui.js CHANGED
@@ -91150,23 +91150,13 @@ const AppContext = createContext$1({}), MainLayout = (a) => {
91150
91150
  const d = u === "small" ? "small" : void 0;
91151
91151
  switch (s) {
91152
91152
  case "page":
91153
- return /* @__PURE__ */ jsx(
91154
- Button$3,
91155
- {
91156
- type: "text",
91157
- status: "info",
91158
- className: "pagination-btn",
91159
- size: d,
91160
- children: a
91161
- }
91162
- );
91153
+ return /* @__PURE__ */ jsx(Button$3, { type: "text", className: "pagination-btn", size: d, children: a });
91163
91154
  case "prev":
91164
91155
  return /* @__PURE__ */ jsx(
91165
91156
  Button$3,
91166
91157
  {
91167
91158
  type: "text",
91168
91159
  icon: /* @__PURE__ */ jsx(SvgArrowLeft2OutlinedStyle, {}),
91169
- status: "info",
91170
91160
  className: "pagination-btn",
91171
91161
  size: d
91172
91162
  }
@@ -91177,7 +91167,6 @@ const AppContext = createContext$1({}), MainLayout = (a) => {
91177
91167
  {
91178
91168
  type: "text",
91179
91169
  icon: /* @__PURE__ */ jsx(SvgArrowRight3OutlinedStyle, {}),
91180
- status: "info",
91181
91170
  className: "pagination-btn",
91182
91171
  size: d
91183
91172
  }
@@ -91188,7 +91177,6 @@ const AppContext = createContext$1({}), MainLayout = (a) => {
91188
91177
  {
91189
91178
  type: "text",
91190
91179
  icon: /* @__PURE__ */ jsx(SvgArrowLeft3OutlinedStyle, {}),
91191
- status: "info",
91192
91180
  className: "pagination-btn",
91193
91181
  size: d
91194
91182
  }
@@ -91199,7 +91187,6 @@ const AppContext = createContext$1({}), MainLayout = (a) => {
91199
91187
  {
91200
91188
  type: "text",
91201
91189
  icon: /* @__PURE__ */ jsx(SvgArrowRight2OutlinedStyle, {}),
91202
- status: "info",
91203
91190
  className: "pagination-btn",
91204
91191
  size: d
91205
91192
  }