[ACS-10448] Move theme variables from ADF to ACA (#4823)

* [ACS-10448] Move theme variables from ADF to ACA

* [ACS-10448] Use latest ADF alphas
This commit is contained in:
MichalKinas
2025-10-01 16:25:57 +02:00
committed by GitHub
parent 6b9ebada30
commit ddf3aa4c3d
5 changed files with 147 additions and 38 deletions
+31 -30
View File
@@ -9,11 +9,11 @@
"version": "7.2.0",
"license": "LGPL-3.0",
"dependencies": {
"@alfresco/adf-content-services": "8.4.0-18010361913",
"@alfresco/adf-core": "8.4.0-18010361913",
"@alfresco/adf-extensions": "8.4.0-18010361913",
"@alfresco/eslint-plugin-eslint-angular": "8.4.0-18010361913",
"@alfresco/js-api": "9.4.0-18010361913",
"@alfresco/adf-content-services": "8.4.0-18161598994",
"@alfresco/adf-core": "8.4.0-18161598994",
"@alfresco/adf-extensions": "8.4.0-18161598994",
"@alfresco/eslint-plugin-eslint-angular": "8.4.0-18161598994",
"@alfresco/js-api": "9.4.0-18161598994",
"@angular/animations": "19.2.6",
"@angular/cdk": "19.2.9",
"@angular/common": "19.2.6",
@@ -46,7 +46,7 @@
"zone.js": "0.15.0"
},
"devDependencies": {
"@alfresco/adf-cli": "8.4.0-18010361913",
"@alfresco/adf-cli": "8.4.0-18161598994",
"@angular-devkit/build-angular": "19.2.15",
"@angular-devkit/core": "19.2.7",
"@angular-devkit/schematics": "19.2.7",
@@ -114,13 +114,13 @@
"peer": true
},
"node_modules/@alfresco/adf-cli": {
"version": "8.4.0-18010361913",
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-8.4.0-18010361913.tgz",
"integrity": "sha512-8CcwCS6FpUuaN3gU8Ys74T0/0fcXLFrq3slz4bMCZ430h5K3A6rG6Qclz4nmulWDTFWsOhGUCVNImRCH10oObw==",
"version": "8.4.0-18161598994",
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-8.4.0-18161598994.tgz",
"integrity": "sha512-yvRQWM002i+YHIEO7H1tLdH+UcVezxqT8P9XTqadLRqHhpg7/PRDVjnKabgmUX3XXLhrcWLsDI2L4hSC6gaDag==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@alfresco/js-api": ">=9.4.0-18010361913",
"@alfresco/js-api": ">=9.4.0-18161598994",
"commander": "^6.2.1",
"ejs": "^3.1.10",
"license-checker": "^25.0.1",
@@ -135,16 +135,16 @@
}
},
"node_modules/@alfresco/adf-content-services": {
"version": "8.4.0-18010361913",
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-8.4.0-18010361913.tgz",
"integrity": "sha512-1vni4CvgJ0Juo6ZFSJ5CRRRWVGSFxEs4OzWIUbXFGJK25ShYqYiL3mQXgU3bfPy9P7juUTlYyxqekdXDr2JZxA==",
"version": "8.4.0-18161598994",
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-8.4.0-18161598994.tgz",
"integrity": "sha512-U6OJP9s/xOFi+BOEW9n6WLihaZ7lVHI0A2hhpoNAkz/NCJmxVipYcplZnDUlOPbcbWh+gvgB4PUTswSgAG7rhw==",
"license": "Apache-2.0",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@alfresco/adf-core": ">=8.4.0-18010361913",
"@alfresco/js-api": ">=9.4.0-18010361913",
"@alfresco/adf-core": ">=8.4.0-18161598994",
"@alfresco/js-api": ">=9.4.0-18161598994",
"@angular/animations": ">=14.1.3",
"@angular/cdk": ">=14.1.2",
"@angular/common": ">=14.1.3",
@@ -159,9 +159,9 @@
}
},
"node_modules/@alfresco/adf-core": {
"version": "8.4.0-18010361913",
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-8.4.0-18010361913.tgz",
"integrity": "sha512-17TIMWt0uRUfpFPWEHSiYMzc6n5Ni6p+cZ/v4eV16kKqle42B86amUuWaKCMLHvnxpyixKaQluMO0kCvxKw9/g==",
"version": "8.4.0-18161598994",
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-8.4.0-18161598994.tgz",
"integrity": "sha512-dOFK2VA8TY5di4V7hQ58uAOUj9PnaDKRhLo842jKKY3ISZxYcHKlHJE0tfasYuB7M4A4k1LpACzcVJ6gXQ3OSw==",
"license": "Apache-2.0",
"dependencies": {
"angular-oauth2-oidc": "17.0.2",
@@ -172,8 +172,8 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@alfresco/adf-extensions": ">=8.4.0-18010361913",
"@alfresco/js-api": ">=9.4.0-18010361913",
"@alfresco/adf-extensions": ">=8.4.0-18161598994",
"@alfresco/js-api": ">=9.4.0-18161598994",
"@angular/animations": ">=16.0.0",
"@angular/cdk": ">=16.0.0",
"@angular/common": ">=16.0.0",
@@ -206,29 +206,29 @@
}
},
"node_modules/@alfresco/adf-extensions": {
"version": "8.4.0-18010361913",
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-8.4.0-18010361913.tgz",
"integrity": "sha512-xyh/DpwMkLW3MpEKADPqyaF3sbNCFsUDJnjQwFqJHYCypdPC5Myo9lUGkOkAdgiPTJZzmnM7nBW/hMmZospd5g==",
"version": "8.4.0-18161598994",
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-8.4.0-18161598994.tgz",
"integrity": "sha512-bh8GwqiGs9wlyH78Gr1bJSrGs5uHPNKCr5vJeqgyGGeCx0pNfD9QiYJGzJiMvvhZYvC04+x3+4m/KLgOnrPO4A==",
"license": "Apache-2.0",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@alfresco/js-api": ">=9.4.0-18010361913",
"@alfresco/js-api": ">=9.4.0-18161598994",
"@angular/common": ">=14.1.3",
"@angular/core": ">=14.1.3"
}
},
"node_modules/@alfresco/eslint-plugin-eslint-angular": {
"version": "8.4.0-18010361913",
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-8.4.0-18010361913.tgz",
"integrity": "sha512-KccttXrVcvz0anRDKrm/EW1XBi6KuxyxrRVdC0rvHqP9HQaqePht7dWkUBNI5b6pnRL7NfFcPK+h8X+CItigHQ==",
"version": "8.4.0-18161598994",
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-8.4.0-18161598994.tgz",
"integrity": "sha512-KgdUKjNJ8dCj36yyhpDItoNgNiwrfjU7VwmrXU0vk8gT3yDRhTL3UTYF+lAY4FYIqzQTKSU+LCUfUTSYXwcxsw==",
"license": "Apache-2.0"
},
"node_modules/@alfresco/js-api": {
"version": "9.4.0-18010361913",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.4.0-18010361913.tgz",
"integrity": "sha512-HD0nC60f84w43cX4PGawNRvlb25X3aC9RSUrGEiH8SIjJaD730D1yixx3Ywg7B3PQgoeImb2lv7DQHSGwBAD/A==",
"version": "9.4.0-18161598994",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.4.0-18161598994.tgz",
"integrity": "sha512-BIVuqXpup0P/WjgfEIt2AeXxHmWsMDXHgXXRA6+0f22iXIMIbF3h+jnKLX3Zp+bFjfy/fZt0AVWmHdMNcNztHQ==",
"license": "Apache-2.0",
"dependencies": {
"eventemitter3": "^5.0.1",
@@ -28891,6 +28891,7 @@
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/superagent/-/superagent-9.0.2.tgz",
"integrity": "sha512-xuW7dzkUpcJq7QnhOsnNUgtYp3xRwpt2F7abdRYIpCsAt0hhUqia0EdxyXZQQpNmGtsCzYHryaKSV3q3GJnq7w==",
"deprecated": "Please upgrade to superagent v10.2.2+, see release notes at https://github.com/forwardemail/superagent/releases/tag/v10.2.2 - maintenance is supported by Forward Email @ https://forwardemail.net",
"license": "MIT",
"dependencies": {
"component-emitter": "^1.3.0",