@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 CHANGED
@@ -3116,4 +3116,5 @@ input:disabled + ._1tMq-::after {
3116
3116
  ._6Tgxp:hover {
3117
3117
  background-color: rgba(var(--color-grey-100-rgb), 0.3);
3118
3118
  border-color: var(--color-grey-100);
3119
+ text-decoration: none;
3119
3120
  }
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);