@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/es/index.js
CHANGED
|
@@ -1533,7 +1533,7 @@ function RlsBadge({ children, rlsTheme }) {
|
|
|
1533
1533
|
}
|
|
1534
1534
|
|
|
1535
1535
|
function RlsBreadcrumb({ labels }) {
|
|
1536
|
-
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:
|
|
1536
|
+
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', {
|
|
1537
1537
|
actionable: !!onClick
|
|
1538
1538
|
}), children: label }) }, index))) }));
|
|
1539
1539
|
}
|