@luminati-io/uikit 6.3.83 → 6.3.84
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.
@@ -38743,7 +38743,6 @@ Breadcrumbs.propTypes = {
|
|
38743
38743
|
name: _constants__WEBPACK_IMPORTED_MODULE_5__.PT_ICON_NAMES.isRequired,
|
38744
38744
|
color: _constants__WEBPACK_IMPORTED_MODULE_5__.PT_COLOR_NAMES
|
38745
38745
|
}),
|
38746
|
-
to: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().string),
|
38747
38746
|
onClick: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().func)
|
38748
38747
|
})),
|
38749
38748
|
minItemWidth: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().number),
|
@@ -38924,7 +38923,7 @@ var BreadcrumbsItem = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_0__.forward
|
|
38924
38923
|
color: isLastItem ? 'text' : 'text_quaternary',
|
38925
38924
|
$isLastItem: isLastItem
|
38926
38925
|
}, text));
|
38927
|
-
var isInteractiveItem = item.href || item.onClick;
|
38926
|
+
var isInteractiveItem = item.href || item.to || item.onClick;
|
38928
38927
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_layout__WEBPACK_IMPORTED_MODULE_2__.Flex, {
|
38929
38928
|
ref: ref,
|
38930
38929
|
align_items: "center",
|