revdev-components 0.205.0 → 0.207.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 +2 -3
  2. package/package.json +1 -1
package/build/styles.css CHANGED
@@ -672,14 +672,13 @@ body {
672
672
  .index-module_root__W7fFh {
673
673
  display: flex;
674
674
  flex-flow: row nowrap;
675
- gap: 0.2em;
675
+ place-items: flex-start flex-start;
676
+ gap: 0.3em;
676
677
  color: var(--levelBadgeColor);
677
678
  }
678
679
 
679
680
  .index-module_bar__V-ymE {
680
681
  display: flex;
681
- justify-content: center;
682
- align-items: center;
683
682
  height: 1em;
684
683
  width: 1.2em;
685
684
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.205.0",
3
+ "version": "0.207.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {