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 +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
|
@@ -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: "
|
|
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: "
|
|
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