catchup-library-web 2.4.7 → 2.4.8
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/modals/BaseModal.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -1280,7 +1280,7 @@ var BaseModal = ({
|
|
|
1280
1280
|
{
|
|
1281
1281
|
className: `font-quicksand ${size === "small" ? "w-[600px]" : size === "medium" ? "w-[900px]" : "w-[600px] lg:w-[900px] xl:w-[1200px] 2xl:w-[1500px]"}`,
|
|
1282
1282
|
children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(FullCard_default, { children: [
|
|
1283
|
-
/* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "flex flex-row justify-between
|
|
1283
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "flex flex-row justify-between", children: [
|
|
1284
1284
|
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(BaseTitle_default, { title }),
|
|
1285
1285
|
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1286
1286
|
BaseImage_default,
|
package/dist/index.mjs
CHANGED
|
@@ -1047,7 +1047,7 @@ var BaseModal = ({
|
|
|
1047
1047
|
{
|
|
1048
1048
|
className: `font-quicksand ${size === "small" ? "w-[600px]" : size === "medium" ? "w-[900px]" : "w-[600px] lg:w-[900px] xl:w-[1200px] 2xl:w-[1500px]"}`,
|
|
1049
1049
|
children: /* @__PURE__ */ jsxs11(FullCard_default, { children: [
|
|
1050
|
-
/* @__PURE__ */ jsxs11("div", { className: "flex flex-row justify-between
|
|
1050
|
+
/* @__PURE__ */ jsxs11("div", { className: "flex flex-row justify-between", children: [
|
|
1051
1051
|
/* @__PURE__ */ jsx17(BaseTitle_default, { title }),
|
|
1052
1052
|
/* @__PURE__ */ jsx17(
|
|
1053
1053
|
BaseImage_default,
|
package/package.json
CHANGED