@omniumretail/component-library 1.3.57 → 1.3.58

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.
@@ -25283,7 +25283,7 @@ const ResponsiveTable = (props) => {
25283
25283
  const selectedCell = selectedCells[cellIndex];
25284
25284
  const cellColor = selectedCell?.value?.color || selectedCellColor;
25285
25285
  const cellType = selectedCell?.value?.type || "X";
25286
- if (cellType === "X") {
25286
+ if (cellType === "X" || cellType === "R" || cellType === "A") {
25287
25287
  return /* @__PURE__ */ jsx(
25288
25288
  Tag,
25289
25289
  {