@oliasoft-open-source/react-ui-library 3.1.6 → 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 +0 -1
  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`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "3.1.6",
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",