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

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,10 +10,6 @@
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;
@@ -53,7 +49,6 @@
53
49
  max-width: 1366px;
54
50
  height: auto;
55
51
  margin: 40px auto;
56
- padding-bottom: 40px;
57
52
  border-radius: 14px;
58
53
  }
59
54
  }
@@ -62,8 +57,6 @@
62
57
  @extend .adf-full-screen;
63
58
 
64
59
  .adf-cloud-form-content {
65
- padding-top: 40px;
66
- padding-bottom: 40px;
67
60
  border-radius: 14px;
68
61
  }
69
62
  }
@@ -103,13 +96,14 @@
103
96
  }
104
97
 
105
98
  &-content-card {
99
+ padding-bottom: 2rem;
106
100
  overflow-y: auto;
107
101
  position: static;
108
102
  height: 70%;
109
103
  border-radius: 14px;
110
104
 
111
105
  &-fullscreen {
112
- padding: 0;
106
+ padding-top: 0;
113
107
  height: 100%;
114
108
  width: 100%;
115
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-18010361913",
4
+ "version": "8.4.0-18041881470",
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-18041881470",
25
+ "@alfresco/adf-core": ">=8.4.0-18041881470",
26
+ "@alfresco/adf-content-services": ">=8.4.0-18041881470",
27
27
  "@apollo/client": ">=3.7.2",
28
28
  "@ngx-translate/core": ">=14.0.0",
29
29
  "apollo-angular": ">=4.0.1",