beca-ui 0.1.41 → 2.0.0-beta.1
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 +1 -1
- package/dist/main.css +1 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -88389,7 +88389,7 @@ const AppContext = createContext$1({}), MainLayout = (a) => {
|
|
|
88389
88389
|
style: h,
|
|
88390
88390
|
onClick: b,
|
|
88391
88391
|
children: [
|
|
88392
|
-
(c || d || p || u || v) && /* @__PURE__ */ jsxs("div", { className: "bu2-card-header", children: [
|
|
88392
|
+
(c || d || p || u || v || f) && /* @__PURE__ */ jsxs("div", { className: "bu2-card-header", children: [
|
|
88393
88393
|
/* @__PURE__ */ jsxs("div", { className: "bu2-card-header-top", children: [
|
|
88394
88394
|
/* @__PURE__ */ jsxs("div", { className: "bu2-card-header-title", children: [
|
|
88395
88395
|
v && /* @__PURE__ */ jsx("div", { className: "bu2-card-header-title__back-btn", children: C != null && C.LinkComponent ? /* @__PURE__ */ jsx(C.LinkComponent, { to: v, children: /* @__PURE__ */ jsx(SvgArrowLeftOutlinedStyle, {}) }) : T ? /* @__PURE__ */ jsx(T, { to: v, children: /* @__PURE__ */ jsx(SvgArrowLeftOutlinedStyle, {}) }) : /* @__PURE__ */ jsx("a", { href: v, children: /* @__PURE__ */ jsx(SvgArrowLeftOutlinedStyle, {}) }) }),
|