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

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