revdev-components 0.224.0 → 0.225.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
@@ -675,6 +675,10 @@ body {
675
675
  transform: scale(1);
676
676
  }
677
677
  }
678
+ .index-module_root__6hATD > button {
679
+ font-size: inherit !important;
680
+ color: inherit !important;
681
+ }
678
682
  .index-module_link__0nACX {
679
683
  display: flex;
680
684
  place-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.224.0",
3
+ "version": "0.225.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {