@zimbra/x-ui 5.4.0 → 5.5.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
@@ -109,4 +109,6 @@
109
109
  --external-header-bg: var(--brand-primary-700);
110
110
  --external-header-fg: #ffffff;
111
111
  --search-highlighter: #fff100;
112
+ --row-height-narrow: 72px;
113
+ --row-height-wide: 27px;
112
114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zimbra/x-ui",
3
- "version": "5.4.0",
3
+ "version": "5.5.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
@@ -280,6 +280,8 @@
280
280
  @external-header-bg: var(--external-header-bg);
281
281
  @external-header-fg: var(--external-header-fg);
282
282
 
283
+ @row-height-narrow: var(--row-height-narrow);
284
+ @row-height-wide: var(--row-height-wide);
283
285
 
284
286
  @import (reference, optional) '~DEFAULTCLIENT/variables.less';
285
287
  @import (reference, optional) '~CLIENT/variables.less';