@oliasoft-open-source/react-ui-library 3.1.5 → 3.1.6

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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -35700,7 +35700,7 @@ const Row = (props) => {
35700
35700
  onMouseEnter: onRowMouseEnter,
35701
35701
  onMouseLeave: onRowMouseLeave,
35702
35702
  onFocus: onRowFocus,
35703
- className: cx(onRowClick ? styles$6.clickableRow : null, onRowMouseEnter ? styles$6.hoverableRow : null, active2 ? styles$6.rowActive : null),
35703
+ className: cx(onRowClick && !onRowClick.noStyle ? styles$6.clickableRow : null, onRowMouseEnter && !onRowMouseEnter.noStyle ? styles$6.hoverableRow : null, active2 ? styles$6.rowActive : null),
35704
35704
  ref: (provided == null ? void 0 : provided.innerRef) || null,
35705
35705
  ...(provided == null ? void 0 : provided.draggableProps) || null,
35706
35706
  style: snapshot && provided ? getItemStyle2(snapshot.isDragging, provided.draggableProps.style) : null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "3.1.5",
3
+ "version": "3.1.6",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",