revdev-components 0.225.0 → 0.226.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 -0
  2. package/package.json +1 -1
package/build/styles.css CHANGED
@@ -675,9 +675,13 @@ body {
675
675
  transform: scale(1);
676
676
  }
677
677
  }
678
+ .index-module_root__6hATD {
679
+ display: inline-flex;
680
+ }
678
681
  .index-module_root__6hATD > button {
679
682
  font-size: inherit !important;
680
683
  color: inherit !important;
684
+ display: inline-flex;
681
685
  }
682
686
  .index-module_link__0nACX {
683
687
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.225.0",
3
+ "version": "0.226.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {