@esic-lab/data-core-ui 0.0.24 → 0.0.25
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2786,7 +2786,7 @@ function SelectCustom({
|
|
|
2786
2786
|
" ",
|
|
2787
2787
|
showError && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("p", { className: "caption-1 text-red-500 ", children: errorMessage })
|
|
2788
2788
|
] }),
|
|
2789
|
-
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "
|
|
2789
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "w-full p-[2px] overflow-y-auto", children: valueList.map((v, index) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
|
|
2790
2790
|
"div",
|
|
2791
2791
|
{
|
|
2792
2792
|
className: "flex justify-between items-center py-[2px] body-1",
|
|
@@ -2801,7 +2801,7 @@ function SelectCustom({
|
|
|
2801
2801
|
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2802
2802
|
import_icons_react8.IconTrash,
|
|
2803
2803
|
{
|
|
2804
|
-
className: "cursor-pointer
|
|
2804
|
+
className: "cursor-pointer",
|
|
2805
2805
|
onClick: () => handleDelete(v)
|
|
2806
2806
|
}
|
|
2807
2807
|
)
|
package/dist/index.mjs
CHANGED
|
@@ -2732,7 +2732,7 @@ function SelectCustom({
|
|
|
2732
2732
|
" ",
|
|
2733
2733
|
showError && /* @__PURE__ */ jsx31("p", { className: "caption-1 text-red-500 ", children: errorMessage })
|
|
2734
2734
|
] }),
|
|
2735
|
-
/* @__PURE__ */ jsx31("div", { className: "
|
|
2735
|
+
/* @__PURE__ */ jsx31("div", { className: "w-full p-[2px] overflow-y-auto", children: valueList.map((v, index) => /* @__PURE__ */ jsxs27(
|
|
2736
2736
|
"div",
|
|
2737
2737
|
{
|
|
2738
2738
|
className: "flex justify-between items-center py-[2px] body-1",
|
|
@@ -2747,7 +2747,7 @@ function SelectCustom({
|
|
|
2747
2747
|
/* @__PURE__ */ jsx31(
|
|
2748
2748
|
IconTrash,
|
|
2749
2749
|
{
|
|
2750
|
-
className: "cursor-pointer
|
|
2750
|
+
className: "cursor-pointer",
|
|
2751
2751
|
onClick: () => handleDelete(v)
|
|
2752
2752
|
}
|
|
2753
2753
|
)
|