catchup-library-web 1.16.5 → 1.16.6

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
@@ -3917,13 +3917,12 @@ var InputGroup = ({
3917
3917
  BaseModal_default,
3918
3918
  {
3919
3919
  isOpen: showMathConstructor,
3920
- customSize: "small",
3920
+ size: "small",
3921
3921
  onAfterOpen: () => {
3922
3922
  },
3923
3923
  onRequestClose: () => {
3924
3924
  setShowMathConstructor(false);
3925
3925
  },
3926
- size: "large",
3927
3926
  children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(FullCard_default, { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "bg-white rounded-lg overflow-hidden", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { className: "p-6 space-y-6", children: [
3928
3927
  /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { children: [
3929
3928
  /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("p", { className: "text-md font-semibold pl-2 py-1 text-catchup-gray-400", children: i18n_default.t("math_editor") }),
package/dist/index.mjs CHANGED
@@ -3705,13 +3705,12 @@ var InputGroup = ({
3705
3705
  BaseModal_default,
3706
3706
  {
3707
3707
  isOpen: showMathConstructor,
3708
- customSize: "small",
3708
+ size: "small",
3709
3709
  onAfterOpen: () => {
3710
3710
  },
3711
3711
  onRequestClose: () => {
3712
3712
  setShowMathConstructor(false);
3713
3713
  },
3714
- size: "large",
3715
3714
  children: /* @__PURE__ */ jsx21(FullCard_default, { children: /* @__PURE__ */ jsx21("div", { className: "bg-white rounded-lg overflow-hidden", children: /* @__PURE__ */ jsxs12("div", { className: "p-6 space-y-6", children: [
3716
3715
  /* @__PURE__ */ jsxs12("div", { children: [
3717
3716
  /* @__PURE__ */ jsx21("p", { className: "text-md font-semibold pl-2 py-1 text-catchup-gray-400", children: i18n_default.t("math_editor") }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "1.16.5",
3
+ "version": "1.16.6",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -164,12 +164,11 @@ const InputGroup = ({
164
164
  return (
165
165
  <BaseModal
166
166
  isOpen={showMathConstructor}
167
- customSize="small"
167
+ size="small"
168
168
  onAfterOpen={() => {}}
169
169
  onRequestClose={() => {
170
170
  setShowMathConstructor(false);
171
171
  }}
172
- size="large"
173
172
  >
174
173
  <FullCard>
175
174
  <div className="bg-white rounded-lg overflow-hidden">