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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/groups/InputGroup.tsx +1 -1
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-
|
|
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-
|
|
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