@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.
- package/dist/index.js +0 -1
- 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`,
|