@zimbra/x-ui 6.2.0 → 6.3.1
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/.github/CODEOWNERS +1 -1
- package/css-variables.css +1 -0
- package/package.json +2 -2
package/.github/CODEOWNERS
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# Global owners
|
|
2
|
-
* @silentsakky @miteshsavani810 @lavegupta @damini-vashishtha @
|
|
2
|
+
* @silentsakky @miteshsavani810 @lavegupta @damini-vashishtha @sitaram-mulik-synacor @k-kato
|
package/css-variables.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zimbra/x-ui",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.3.1",
|
|
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": ">=
|
|
16
|
+
"node": ">=18"
|
|
17
17
|
},
|
|
18
18
|
"repository": "Zimbra/zm-x-ui",
|
|
19
19
|
"license": "BSD-3-Clause"
|