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 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 px-4 py-2", children: [
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 px-4 py-2", children: [
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -59,7 +59,7 @@ const BaseModal = ({
59
59
  }`}
60
60
  >
61
61
  <FullCard>
62
- <div className="flex flex-row justify-between px-4 py-2">
62
+ <div className="flex flex-row justify-between">
63
63
  <BaseTitle title={title} />
64
64
  <BaseImage
65
65
  src="/icons/cross-red.webp"