cr-ui-lib 1.1.78 → 1.1.79
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 +5 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -14
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -806,29 +806,20 @@ var SimpleCard = ({
|
|
|
806
806
|
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex-1 flex flex-col justify-between", children: [
|
|
807
807
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-between", children: [
|
|
808
808
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: `flex-1 flex flex-col justify-between gap-1`, children: [
|
|
809
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center relative", children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
809
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center relative ", children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
810
810
|
"h3",
|
|
811
811
|
{
|
|
812
|
-
className: "text-content-2 font-semibold flex",
|
|
812
|
+
className: "text-content-2 font-semibold flex items-center justify-center",
|
|
813
813
|
style: { fontSize: "12px" },
|
|
814
814
|
children: [
|
|
815
815
|
isCustomTitle ? customTitle : /* @__PURE__ */ jsxRuntime.jsx("span", { className: "font-semibold antialiased tracking-normal", children: title }),
|
|
816
816
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
817
817
|
"span",
|
|
818
818
|
{
|
|
819
|
-
className: "cursor-pointer text-gray-400 relative group",
|
|
820
|
-
style: {
|
|
819
|
+
className: "cursor-pointer text-gray-400 inline-flex relative group text-center items-center ",
|
|
820
|
+
style: { left: "2px", bottom: "0.5px" },
|
|
821
821
|
children: [
|
|
822
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
823
|
-
"img",
|
|
824
|
-
{
|
|
825
|
-
src: info_default,
|
|
826
|
-
alt: "Info",
|
|
827
|
-
width: 12,
|
|
828
|
-
height: 12,
|
|
829
|
-
className: "pt-[1px]"
|
|
830
|
-
}
|
|
831
|
-
),
|
|
822
|
+
/* @__PURE__ */ jsxRuntime.jsx("img", { src: info_default, alt: "Info", width: 12, height: 12 }),
|
|
832
823
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
833
824
|
"div",
|
|
834
825
|
{
|