@thecb/components 8.2.0-beta.0 → 8.2.0-beta.1
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.esm.js
CHANGED
|
@@ -18779,7 +18779,7 @@ var StyledBadgeContainer = styled(Box).withConfig({
|
|
|
18779
18779
|
var StyledBadge = styled(Text$1).withConfig({
|
|
18780
18780
|
displayName: "Badge__StyledBadge",
|
|
18781
18781
|
componentId: "sc-1g438j-1"
|
|
18782
|
-
})(["font-family:\"Public Sans\";font-size:10px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:0.2px;color:", ";@media screen and (min-width:
|
|
18782
|
+
})(["font-family:\"Public Sans\";font-size:10px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:0.2px;color:", ";@media screen and (min-width:1049px){font-size:12px;line-height:150%;letter-spacing:0.24px;}"], function (_ref2) {
|
|
18783
18783
|
var variant = _ref2.variant;
|
|
18784
18784
|
return fallbackValues$7.color[variant];
|
|
18785
18785
|
});
|