@semcore/badge
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -5,2 +5,8 @@ # Changelog | ||
## [3.1.2] - 2022-09-01 | ||
### Fixed | ||
- Change line-height to correctly display uppercase letters. | ||
## [3.1.1] - 2022-08-30 | ||
@@ -7,0 +13,0 @@ |
@@ -49,12 +49,12 @@ "use strict"; | ||
/*__inner_css_start__*/ | ||
".___SBadge_1tm5t_gg_{display:inline-block;box-sizing:border-box;height:14px;line-height:1.2;padding:0 4px;border-radius:6px;white-space:nowrap;font-size:10px;font-weight:500;letter-spacing:.3px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.___SBadge_1tm5t_gg_.__bg_1tm5t_gg_{background-color:var(--bg_1tm5t)}.___SBadge_1tm5t_gg_.__color_1tm5t_gg_{color:var(--color_1tm5t)}" | ||
".___SBadge_1hul1_gg_{display:inline-block;box-sizing:border-box;height:14px;line-height:14px;padding:0 4px;border-radius:6px;white-space:nowrap;font-size:10px;font-weight:500;letter-spacing:.3px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.___SBadge_1hul1_gg_.__bg_1hul1_gg_{background-color:var(--bg_1hul1)}.___SBadge_1hul1_gg_.__color_1hul1_gg_{color:var(--color_1hul1)}" | ||
/*__inner_css_end__*/ | ||
, "1tm5t_gg_") | ||
, "1hul1_gg_") | ||
/*__reshadow_css_end__*/ | ||
, { | ||
"__SBadge": "___SBadge_1tm5t_gg_", | ||
"_bg": "__bg_1tm5t_gg_", | ||
"--bg": "--bg_1tm5t", | ||
"_color": "__color_1tm5t_gg_", | ||
"--color": "--color_1tm5t" | ||
"__SBadge": "___SBadge_1hul1_gg_", | ||
"_bg": "__bg_1hul1_gg_", | ||
"--bg": "--bg_1hul1", | ||
"_color": "__color_1hul1_gg_", | ||
"--color": "--color_1hul1" | ||
}); | ||
@@ -61,0 +61,0 @@ |
@@ -28,12 +28,12 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
/*__inner_css_start__*/ | ||
".___SBadge_1tm5t_gg_{display:inline-block;box-sizing:border-box;height:14px;line-height:1.2;padding:0 4px;border-radius:6px;white-space:nowrap;font-size:10px;font-weight:500;letter-spacing:.3px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.___SBadge_1tm5t_gg_.__bg_1tm5t_gg_{background-color:var(--bg_1tm5t)}.___SBadge_1tm5t_gg_.__color_1tm5t_gg_{color:var(--color_1tm5t)}" | ||
".___SBadge_1hul1_gg_{display:inline-block;box-sizing:border-box;height:14px;line-height:14px;padding:0 4px;border-radius:6px;white-space:nowrap;font-size:10px;font-weight:500;letter-spacing:.3px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.___SBadge_1hul1_gg_.__bg_1hul1_gg_{background-color:var(--bg_1hul1)}.___SBadge_1hul1_gg_.__color_1hul1_gg_{color:var(--color_1hul1)}" | ||
/*__inner_css_end__*/ | ||
, "1tm5t_gg_") | ||
, "1hul1_gg_") | ||
/*__reshadow_css_end__*/ | ||
, { | ||
"__SBadge": "___SBadge_1tm5t_gg_", | ||
"_bg": "__bg_1tm5t_gg_", | ||
"--bg": "--bg_1tm5t", | ||
"_color": "__color_1tm5t_gg_", | ||
"--color": "--color_1tm5t" | ||
"__SBadge": "___SBadge_1hul1_gg_", | ||
"_bg": "__bg_1hul1_gg_", | ||
"--bg": "--bg_1hul1", | ||
"_color": "__color_1hul1_gg_", | ||
"--color": "--color_1hul1" | ||
}); | ||
@@ -40,0 +40,0 @@ |
{ | ||
"name": "@semcore/badge", | ||
"description": "Semrush Badge Component", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"main": "lib/cjs/index.js", | ||
@@ -6,0 +6,0 @@ "module": "lib/es6/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24459