revdev-components 0.197.0 → 0.198.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 +1 -0
  2. package/package.json +1 -1
package/build/styles.css CHANGED
@@ -680,6 +680,7 @@ body {
680
680
  .index-module_level__J8dSJ {
681
681
  display: flex;
682
682
  flex-direction: column;
683
+ position: relative;
683
684
  }
684
685
 
685
686
  .index-module_bar__V-ymE {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.197.0",
3
+ "version": "0.198.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {