@rolster/react-components 18.20.2 → 18.20.3
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/cjs/index.js
CHANGED
|
@@ -1535,7 +1535,7 @@ function RlsBadge({ children, rlsTheme }) {
|
|
|
1535
1535
|
}
|
|
1536
1536
|
|
|
1537
1537
|
function RlsBreadcrumb({ labels }) {
|
|
1538
|
-
return (jsxRuntimeExports.jsx("div", { className: "rls-breadcrumb", children: labels.map(({ label, onClick }, index) => (jsxRuntimeExports.jsx("label", { className: "rls-breadcrumb__label", onClick: onClick, children: jsxRuntimeExports.jsx("a", { className:
|
|
1538
|
+
return (jsxRuntimeExports.jsx("div", { className: "rls-breadcrumb", children: labels.map(({ label, onClick }, index) => (jsxRuntimeExports.jsx("label", { className: "rls-breadcrumb__label", onClick: onClick, children: jsxRuntimeExports.jsx("a", { className: renderClassStatus('rls-breadcrumb__label__a', {
|
|
1539
1539
|
actionable: !!onClick
|
|
1540
1540
|
}), children: label }) }, index))) }));
|
|
1541
1541
|
}
|