@esic-lab/data-core-ui 0.0.51 → 0.0.52
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.css +0 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1790,9 +1790,6 @@
|
|
|
1790
1790
|
font-weight: 400;
|
|
1791
1791
|
line-height: 16px;
|
|
1792
1792
|
}
|
|
1793
|
-
.custom-select .ant-select-selection-item {
|
|
1794
|
-
color: #fff !important;
|
|
1795
|
-
}
|
|
1796
1793
|
:where(.css-dev-only-do-not-override-1jxkvwz).ant-color-picker-trigger {
|
|
1797
1794
|
justify-content: left !important;
|
|
1798
1795
|
}
|
package/dist/index.js
CHANGED
|
@@ -2637,7 +2637,7 @@ function SelectFieldStatus({
|
|
|
2637
2637
|
suffixIcon: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_icons.DownOutlined, { style: { color: value ? "#fff" : "#D9D9D9" } }),
|
|
2638
2638
|
value: value ? value : void 0,
|
|
2639
2639
|
onChange,
|
|
2640
|
-
className: `body-3 custom-select flex justify-center w-full ${className ?? ""}`,
|
|
2640
|
+
className: `body-3 custom-select flex justify-center w-full ${className ?? ""} `,
|
|
2641
2641
|
placeholder,
|
|
2642
2642
|
optionFilterProp: "label",
|
|
2643
2643
|
filterOption: (input, option) => (option?.label ?? "").toString().toLowerCase().includes(input.toLowerCase()),
|
package/dist/index.mjs
CHANGED
|
@@ -2576,7 +2576,7 @@ function SelectFieldStatus({
|
|
|
2576
2576
|
suffixIcon: /* @__PURE__ */ jsx29(DownOutlined, { style: { color: value ? "#fff" : "#D9D9D9" } }),
|
|
2577
2577
|
value: value ? value : void 0,
|
|
2578
2578
|
onChange,
|
|
2579
|
-
className: `body-3 custom-select flex justify-center w-full ${className ?? ""}`,
|
|
2579
|
+
className: `body-3 custom-select flex justify-center w-full ${className ?? ""} `,
|
|
2580
2580
|
placeholder,
|
|
2581
2581
|
optionFilterProp: "label",
|
|
2582
2582
|
filterOption: (input, option) => (option?.label ?? "").toString().toLowerCase().includes(input.toLowerCase()),
|