catchup-library-web 2.6.4 → 2.6.5

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
@@ -4299,7 +4299,7 @@ var InputGroup = ({
4299
4299
  }
4300
4300
  )
4301
4301
  ] }),
4302
- description ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("p", { className: "text-sm text-catchup-gray-300 mt-1 ml-12", children: description }) : null
4302
+ description ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("p", { className: "text-md text-catchup-gray-300 mt-1 ml-12", children: description }) : null
4303
4303
  ] });
4304
4304
  };
4305
4305
  const RenderMainContent = () => {
package/dist/index.mjs CHANGED
@@ -4065,7 +4065,7 @@ var InputGroup = ({
4065
4065
  }
4066
4066
  )
4067
4067
  ] }),
4068
- description ? /* @__PURE__ */ jsx23("p", { className: "text-sm text-catchup-gray-300 mt-1 ml-12", children: description }) : null
4068
+ description ? /* @__PURE__ */ jsx23("p", { className: "text-md text-catchup-gray-300 mt-1 ml-12", children: description }) : null
4069
4069
  ] });
4070
4070
  };
4071
4071
  const RenderMainContent = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "2.6.4",
3
+ "version": "2.6.5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -566,7 +566,7 @@ const InputGroup = ({
566
566
  </p>
567
567
  </div>
568
568
  {description ? (
569
- <p className="text-sm text-catchup-gray-300 mt-1 ml-12">
569
+ <p className="text-md text-catchup-gray-300 mt-1 ml-12">
570
570
  {description}
571
571
  </p>
572
572
  ) : null}