revdev-components 0.191.0 → 0.194.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.
package/build/styles.css CHANGED
@@ -666,4 +666,32 @@ body {
666
666
  .index-module_icon__-KK3y {
667
667
  font-size: var(--helpTipFontSize);
668
668
  margin: var(--helpTipMargin);
669
+ }
670
+ .index-module_root__W7fFh {
671
+ display: flex;
672
+ flex-direction: row;
673
+ font-size: 12px;
674
+ gap: 0.3em;
675
+ }
676
+
677
+ .index-module_level__J8dSJ {
678
+ display: flex;
679
+ flex-direction: column;
680
+ }
681
+
682
+ .index-module_bar__V-ymE {
683
+ height: 1.1em;
684
+ background-color: rgba(15, 23, 42, 0.055);
685
+ display: flex;
686
+ align-items: flex-end;
687
+ justify-content: center;
688
+ }
689
+
690
+ .index-module_bar__rate__w6r3z {
691
+ width: 100%;
692
+ background-color: var(--passiveColor);
693
+ }
694
+
695
+ .index-module_code__aAnic {
696
+ padding: 1px 0;
669
697
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.191.0",
3
+ "version": "0.194.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {