@zimbra/x-ui 6.2.0 → 6.3.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
@@ -113,4 +113,5 @@
113
113
  --row-height-narrow: 72px;
114
114
  --row-height-wide: 27px;
115
115
  --tag-secondary-font-color: #ffffff;
116
+ --popover-row-border-color: #ccc
116
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zimbra/x-ui",
3
- "version": "6.2.0",
3
+ "version": "6.3.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": [
@@ -13,7 +13,7 @@
13
13
  "prepublishOnly": "npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags"
14
14
  },
15
15
  "engines": {
16
- "node": ">=14.5.0"
16
+ "node": ">=18"
17
17
  },
18
18
  "repository": "Zimbra/zm-x-ui",
19
19
  "license": "BSD-3-Clause"