revdev-components 0.189.0 → 0.190.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 -1
  2. package/package.json +1 -1
package/build/styles.css CHANGED
@@ -35,6 +35,7 @@
35
35
  --backLayoutSpinColor: rgb(58, 63, 81);
36
36
  --iconDropBackgroundColor: white;
37
37
  --helpTipMargin: none;
38
+ --helpTipFontSize: 0.8em;
38
39
  }
39
40
 
40
41
  html,
@@ -663,6 +664,6 @@ body {
663
664
  }
664
665
  }
665
666
  .index-module_icon__-KK3y {
666
- font-size: 0.8em;
667
+ font-size: var(--helpTipFontSize);
667
668
  margin: var(--helpTipMargin);
668
669
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.189.0",
3
+ "version": "0.190.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {