@alfresco/adf-process-services-cloud 9.1.0-16718029883 → 9.1.0-16743363738

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.
@@ -116,7 +116,6 @@ export declare class StartProcessCloudComponent implements OnChanges, OnInit {
116
116
  onCustomOutcomeClicked(outcome: string): void;
117
117
  startProcessWithoutConfirmation(): void;
118
118
  startProcess(): void;
119
- private unifyErrorResponse;
120
119
  cancelStartProcess(): void;
121
120
  private resetErrorMessage;
122
121
  private resetProcessDefinitionList;
@@ -19,6 +19,10 @@
19
19
  padding-bottom: 1.25em;
20
20
  }
21
21
 
22
+ &-error-message {
23
+ padding-left: 0.5em;
24
+ }
25
+
22
26
  &-process-input-container {
23
27
  margin: 0 7px;
24
28
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-process-services-cloud",
3
3
  "description": "Alfresco ADF process services cloud",
4
- "version": "9.1.0-16718029883",
4
+ "version": "9.1.0-16743363738",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,9 +21,9 @@
21
21
  "@angular/platform-browser": ">=14.1.3",
22
22
  "@angular/platform-browser-dynamic": ">=14.1.3",
23
23
  "@angular/router": ">=14.1.3",
24
- "@alfresco/js-api": ">=10.1.0-16718029883",
25
- "@alfresco/adf-core": ">=9.1.0-16718029883",
26
- "@alfresco/adf-content-services": ">=9.1.0-16718029883",
24
+ "@alfresco/js-api": ">=10.1.0-16743363738",
25
+ "@alfresco/adf-core": ">=9.1.0-16743363738",
26
+ "@alfresco/adf-content-services": ">=9.1.0-16743363738",
27
27
  "@apollo/client": ">=3.7.2",
28
28
  "@ngx-translate/core": ">=14.0.0",
29
29
  "apollo-angular": ">=4.0.1"