@alfresco/adf-process-services-cloud 8.4.0-17829814673 → 8.4.0-17844146986

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,7 +10,14 @@
10
10
  }
11
11
 
12
12
  .adf-cloud-form {
13
+ &-content-standalone-fullscreen {
14
+ background-color: transparent;
15
+ border-radius: 14px;
16
+ }
17
+
13
18
  &-container {
19
+ border-radius: 14px;
20
+
14
21
  .adf-cloud-form-content {
15
22
  @extend .adf-full-screen;
16
23
 
@@ -22,11 +29,22 @@
22
29
  }
23
30
 
24
31
  &-fullscreen-container {
32
+ position: fixed;
33
+ top: 0;
34
+ left: 0;
35
+ z-index: 100000;
36
+ background-color: var(--adf-theme-mat-grey-color-a400);
37
+ display: block;
38
+ height: 100%;
39
+ width: 100vw;
40
+ overflow-y: auto;
41
+ border-radius: 0 0 14px;
42
+
25
43
  .adf-cloud-form-content {
26
- position: fixed;
27
- top: 0;
28
- left: 0;
29
- z-index: 100000;
44
+ width: calc(100% - 80px);
45
+ max-width: 1366px;
46
+ height: auto;
47
+ margin: 40px auto;
30
48
  }
31
49
  }
32
50
 
@@ -34,9 +52,10 @@
34
52
  @extend .adf-full-screen;
35
53
  }
36
54
 
37
- &-toolbar {
55
+ &-toolbar ::ng-deep {
38
56
  #{ms.$mat-toolbar} {
39
57
  background-color: var(--adf-theme-background-card-color-087);
58
+ border-radius: 14px 14px 0 0;
40
59
  }
41
60
  }
42
61
 
@@ -72,6 +91,7 @@
72
91
  overflow-y: auto;
73
92
  position: static;
74
93
  height: 70%;
94
+ border-radius: 14px;
75
95
 
76
96
  &-fullscreen {
77
97
  padding: 0;
@@ -79,6 +99,10 @@
79
99
  width: 100%;
80
100
  position: relative;
81
101
 
102
+ &-toolbar {
103
+ border-radius: 0 0 14px 14px;
104
+ }
105
+
82
106
  &-container {
83
107
  display: flex;
84
108
  flex-direction: column;
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-17829814673",
4
+ "version": "8.4.0-17844146986",
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-17829814673",
25
- "@alfresco/adf-core": ">=8.4.0-17829814673",
26
- "@alfresco/adf-content-services": ">=8.4.0-17829814673",
24
+ "@alfresco/js-api": ">=9.4.0-17844146986",
25
+ "@alfresco/adf-core": ">=8.4.0-17844146986",
26
+ "@alfresco/adf-content-services": ">=8.4.0-17844146986",
27
27
  "@apollo/client": ">=3.7.2",
28
28
  "@ngx-translate/core": ">=14.0.0",
29
29
  "apollo-angular": ">=4.0.1",