@alfresco/adf-process-services-cloud 8.4.0-17917598952 → 8.4.0-17991598113

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