@7shifts/sous-chef 3.1.0-beta.2 → 3.1.0-beta.4
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.css +1 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -8801,7 +8801,8 @@ var BreadcrumbItem = function BreadcrumbItem(_ref) {
|
|
|
8801
8801
|
children = _ref.children;
|
|
8802
8802
|
return React__default.createElement(reactRouterDom.Link, {
|
|
8803
8803
|
to: href,
|
|
8804
|
-
className: styles$T['breadcrumb-item']
|
|
8804
|
+
className: styles$T['breadcrumb-item'],
|
|
8805
|
+
relative: "path"
|
|
8805
8806
|
}, React__default.createElement(IconChevronLeft, {
|
|
8806
8807
|
size: "small"
|
|
8807
8808
|
}), children);
|