@oliasoft-open-source/react-ui-library 5.0.3-beta-1 → 5.0.3-beta-3

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
@@ -168921,15 +168921,7 @@ const InputCellWrapper = ({
168921
168921
  columnAlignment,
168922
168922
  testId
168923
168923
  }
168924
- ) : cell2.type === "DateInput" ? /* @__PURE__ */ jsx(
168925
- InputCell,
168926
- {
168927
- type: "date",
168928
- cell: cell2,
168929
- columnAlignment,
168930
- testId
168931
- }
168932
- ) : cell2.type === "Select" ? /* @__PURE__ */ jsx(
168924
+ ) : cell2.type === "DateInput" ? /* @__PURE__ */ jsx(InputCell, { cell: cell2, testId, type: "date" }) : cell2.type === "Select" ? /* @__PURE__ */ jsx(
168933
168925
  SelectCell,
168934
168926
  {
168935
168927
  cell: cell2,