@zimbra/x-ui 6.0.0 → 6.1.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/css-variables.css CHANGED
@@ -112,4 +112,5 @@
112
112
  --search-highlighter: #fff100;
113
113
  --row-height-narrow: 72px;
114
114
  --row-height-wide: 27px;
115
+ --tag-secondary-font-color: #ffffff;
115
116
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zimbra/x-ui",
3
- "version": "6.0.0",
3
+ "version": "6.1.0",
4
4
  "description": "LESS mixins, CSS variables, and icons used by the Zimbra X client and Zimbra X compatible zimlets",
5
5
  "main": "index.less",
6
6
  "keywords": [
package/variables.less CHANGED
@@ -283,5 +283,7 @@
283
283
  @row-height-narrow: var(--row-height-narrow);
284
284
  @row-height-wide: var(--row-height-wide);
285
285
 
286
+ @tag-secondary-font-color: var(--tag-secondary-font-color);
287
+
286
288
  @import (reference, optional) '~DEFAULTCLIENT/variables.less';
287
289
  @import (reference, optional) '~CLIENT/variables.less';