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