revdev-components 0.209.0 → 0.210.0

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.
Files changed (2) hide show
  1. package/build/styles.css +4 -5
  2. package/package.json +1 -1
package/build/styles.css CHANGED
@@ -684,14 +684,13 @@ body {
684
684
 
685
685
  .index-module_bar__V-ymE {
686
686
  display: flex;
687
- height: 1.1em;
688
- width: 1.4em;
687
+ height: 1em;
688
+ width: 1.2em;
689
689
  position: relative;
690
690
  }
691
691
  .index-module_bar__active__-BwOz {
692
- background-color: var(--levelBadgeRateColor);
693
- color: var(--levelBadgeColor);
694
- border-radius: 0.2em;
692
+ font-weight: bold;
693
+ color: var(--levelBadgeRateColor);
695
694
  }
696
695
  .index-module_bar__active__-BwOz .index-module_rate__A2rzm {
697
696
  display: none !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.209.0",
3
+ "version": "0.210.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {