@oliasoft-open-source/react-ui-library 3.1.5 → 3.1.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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -24842,7 +24842,6 @@ const MetaContent = ({
24842
24842
  }
24843
24843
  return /* @__PURE__ */ jsxs("span", {
24844
24844
  className: listStyles.title,
24845
- "data-testid": testId,
24846
24845
  children: [renderedName, details2 && /* @__PURE__ */ jsx("span", {
24847
24846
  className: listStyles.details,
24848
24847
  "data-testid": testId && `${testId}-details`,
@@ -35700,7 +35699,7 @@ const Row = (props) => {
35700
35699
  onMouseEnter: onRowMouseEnter,
35701
35700
  onMouseLeave: onRowMouseLeave,
35702
35701
  onFocus: onRowFocus,
35703
- className: cx(onRowClick ? styles$6.clickableRow : null, onRowMouseEnter ? styles$6.hoverableRow : null, active2 ? styles$6.rowActive : null),
35702
+ className: cx(onRowClick && !onRowClick.noStyle ? styles$6.clickableRow : null, onRowMouseEnter && !onRowMouseEnter.noStyle ? styles$6.hoverableRow : null, active2 ? styles$6.rowActive : null),
35704
35703
  ref: (provided == null ? void 0 : provided.innerRef) || null,
35705
35704
  ...(provided == null ? void 0 : provided.draggableProps) || null,
35706
35705
  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.7",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",