buoy-breadcrumbs
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -40,7 +40,16 @@ "use strict"; | ||
var ActiveItem = (0, _styledComponents2.default)(SpanParagraph)(_templateObject, _buoyTheme.colors.primary, (0, _buoyTheme.fontSize)("label")); | ||
var ActiveItem = (0, _styledComponents2.default)(SpanParagraph).withConfig({ | ||
displayName: "breadcrumbItem__ActiveItem", | ||
componentId: "sc-142s8fr-0" | ||
})(_templateObject, _buoyTheme.colors.primary, (0, _buoyTheme.fontSize)("label")); | ||
var DeactivatedLink = (0, _styledComponents2.default)(SpanParagraph)(_templateObject, _buoyTheme.colors.neutral, (0, _buoyTheme.fontSize)("label")); | ||
var DeactivatedLink = (0, _styledComponents2.default)(SpanParagraph).withConfig({ | ||
displayName: "breadcrumbItem__DeactivatedLink", | ||
componentId: "sc-142s8fr-1" | ||
})(_templateObject, _buoyTheme.colors.neutral, (0, _buoyTheme.fontSize)("label")); | ||
var StyledLink = (0, _styledComponents2.default)(_buoyText.Link)(_templateObject, _buoyTheme.colors.neutral, (0, _buoyTheme.fontSize)("label")); | ||
var StyledLink = (0, _styledComponents2.default)(_buoyText.Link).withConfig({ | ||
displayName: "breadcrumbItem__StyledLink", | ||
componentId: "sc-142s8fr-2" | ||
})(_templateObject, _buoyTheme.colors.neutral, (0, _buoyTheme.fontSize)("label")); | ||
@@ -47,0 +56,0 @@ var BreadcrumbItem = function (_Component) { |
{ | ||
"name": "buoy-breadcrumbs", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Breadcrumb component for Buoy Health", | ||
@@ -19,6 +19,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"buoy-text": "^6.0.1", | ||
"buoy-theme": "^6.0.1" | ||
"buoy-text": "^6.0.2", | ||
"buoy-theme": "^6.0.2" | ||
}, | ||
"gitHead": "fc44b2e626b12848f4c7dca32bd14fc0c6b1065c" | ||
} |
14388
355
Updatedbuoy-text@^6.0.2
Updatedbuoy-theme@^6.0.2