@alfresco/adf-process-services-cloud 8.1.0-14860367508 → 8.1.0-14908201181

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.
@@ -17,6 +17,7 @@
17
17
  flex: 1;
18
18
  flex-direction: column;
19
19
  display: flex;
20
+ position: relative;
20
21
  }
21
22
 
22
23
  .adf-card-actions-spacer {
@@ -72,13 +73,14 @@
72
73
 
73
74
  &-content-card {
74
75
  overflow-y: auto;
76
+ position: static;
75
77
 
76
78
  &-fullscreen {
77
79
  padding: 0;
78
80
  height: 100%;
79
81
  width: 100%;
80
82
 
81
- .adf-cloud-form-content-card-container {
83
+ &-container {
82
84
  display: flex;
83
85
  flex-direction: column;
84
86
  height: 100%;
@@ -89,6 +91,14 @@
89
91
  }
90
92
  }
91
93
  }
94
+
95
+ &-actions {
96
+ position: fixed;
97
+ bottom: 0;
98
+ width: -webkit-fill-available;
99
+ z-index: 1;
100
+ background-color: white;
101
+ }
92
102
  }
93
103
 
94
104
  &-sidebars {
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.1.0-14860367508",
4
+ "version": "8.1.0-14908201181",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -37,9 +37,9 @@
37
37
  "@angular/platform-browser": ">=14.1.3",
38
38
  "@angular/platform-browser-dynamic": ">=14.1.3",
39
39
  "@angular/router": ">=14.1.3",
40
- "@alfresco/js-api": ">=9.1.0-14860367508",
41
- "@alfresco/adf-core": ">=8.1.0-14860367508",
42
- "@alfresco/adf-content-services": ">=8.1.0-14860367508",
40
+ "@alfresco/js-api": ">=9.1.0-14908201181",
41
+ "@alfresco/adf-core": ">=8.1.0-14908201181",
42
+ "@alfresco/adf-content-services": ">=8.1.0-14908201181",
43
43
  "@apollo/client": ">=3.7.2",
44
44
  "@ngx-translate/core": ">=14.0.0",
45
45
  "apollo-angular": ">=4.0.1"