@oliasoft-open-source/react-ui-library 5.6.5-beta-5 → 5.6.5-beta-7

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4170,6 +4170,7 @@ const Cell = ({ cell: e, isHeader: t, columnHeaderAlignment: n, columnAlignment:
4170
4170
  rowSpan: h,
4171
4171
  "data-row-index": o,
4172
4172
  "data-column-index": s,
4173
+ "data-selected": d,
4173
4174
  children: /* @__PURE__ */ jsx(CellWrapper, {
4174
4175
  cell: e,
4175
4176
  columnAlignment: x ?? Align.RIGHT,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.6.5-beta-5",
3
+ "version": "5.6.5-beta-7",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {