@alfresco/adf-process-services-cloud 8.4.0-18094792914 → 8.4.0-18127637576

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.
@@ -15,6 +15,10 @@
15
15
  border-radius: 14px;
16
16
  }
17
17
 
18
+ &-content-toolbar {
19
+ padding-top: 0;
20
+ }
21
+
18
22
  &-container {
19
23
  border-radius: 14px;
20
24
 
@@ -45,11 +49,16 @@
45
49
  max-width: 1366px;
46
50
  height: auto;
47
51
  margin: 40px auto;
52
+ border-radius: 14px;
48
53
  }
49
54
  }
50
55
 
51
56
  &-inline-container {
52
57
  @extend .adf-full-screen;
58
+
59
+ .adf-cloud-form-content {
60
+ border-radius: 14px;
61
+ }
53
62
  }
54
63
 
55
64
  &-toolbar ::ng-deep {
@@ -87,14 +96,14 @@
87
96
  }
88
97
 
89
98
  &-content-card {
90
- padding-bottom: 2em;
99
+ padding-bottom: 2rem;
91
100
  overflow-y: auto;
92
101
  position: static;
93
102
  height: 70%;
94
103
  border-radius: 14px;
95
104
 
96
105
  &-fullscreen {
97
- padding: 0;
106
+ padding-top: 0;
98
107
  height: 100%;
99
108
  width: 100%;
100
109
  position: relative;
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": "8.4.0-18094792914",
4
+ "version": "8.4.0-18127637576",
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": ">=9.4.0-18094792914",
25
- "@alfresco/adf-core": ">=8.4.0-18094792914",
26
- "@alfresco/adf-content-services": ">=8.4.0-18094792914",
24
+ "@alfresco/js-api": ">=9.4.0-18127637576",
25
+ "@alfresco/adf-core": ">=8.4.0-18127637576",
26
+ "@alfresco/adf-content-services": ">=8.4.0-18127637576",
27
27
  "@apollo/client": ">=3.7.2",
28
28
  "@ngx-translate/core": ">=14.0.0",
29
29
  "apollo-angular": ">=4.0.1",