@oliasoft-open-source/react-ui-library 5.6.5-beta-6 → 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.
- package/dist/index.js +1 -0
- 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