buoy-breadcrumbs
Advanced tools
Comparing version 6.0.1 to 6.3.0-alpha.0
@@ -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.3.0-alpha.0", | ||
"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.3.0-alpha.0", | ||
"buoy-theme": "^6.3.0-alpha.0" | ||
}, | ||
"gitHead": "fc44b2e626b12848f4c7dca32bd14fc0c6b1065c" | ||
"gitHead": "30b34331f95562c277fe7657a3dc5fcc66cb5396" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14412
355
3
+ Addedbuoy-text@6.3.0-alpha.2(transitive)
+ Addedbuoy-theme@6.3.0-alpha.0(transitive)
- Removedbuoy-text@6.1.1(transitive)
- Removedbuoy-theme@6.1.1(transitive)
Updatedbuoy-text@^6.3.0-alpha.0
Updatedbuoy-theme@^6.3.0-alpha.0