catchup-library-web 2.4.3 → 2.4.4

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
@@ -1242,7 +1242,7 @@ var BaseModal = ({
1242
1242
  {
1243
1243
  className: `font-quicksand ${size === "small" ? "w-[600px]" : size === "medium" ? "w-[900px]" : "w-[600px] lg:w-[900px] xl:w-[1200px] 2xl:w-[1500px]"}`,
1244
1244
  children: [
1245
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "ml-auto px-5 py-3", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1245
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "flex flex-row justify-end px-2 py-2", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1246
1246
  BaseImage_default,
1247
1247
  {
1248
1248
  src: "/icons/cross-red.webp",
package/dist/index.mjs CHANGED
@@ -1009,7 +1009,7 @@ var BaseModal = ({
1009
1009
  {
1010
1010
  className: `font-quicksand ${size === "small" ? "w-[600px]" : size === "medium" ? "w-[900px]" : "w-[600px] lg:w-[900px] xl:w-[1200px] 2xl:w-[1500px]"}`,
1011
1011
  children: [
1012
- /* @__PURE__ */ jsx15("div", { className: "ml-auto px-5 py-3", children: /* @__PURE__ */ jsx15(
1012
+ /* @__PURE__ */ jsx15("div", { className: "flex flex-row justify-end px-2 py-2", children: /* @__PURE__ */ jsx15(
1013
1013
  BaseImage_default,
1014
1014
  {
1015
1015
  src: "/icons/cross-red.webp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -50,7 +50,7 @@ const BaseModal = ({
50
50
  : "w-[600px] lg:w-[900px] xl:w-[1200px] 2xl:w-[1500px]"
51
51
  }`}
52
52
  >
53
- <div className="ml-auto px-5 py-3">
53
+ <div className="flex flex-row justify-end px-2 py-2">
54
54
  <BaseImage
55
55
  src="/icons/cross-red.webp"
56
56
  alt="cross-red"