@alfresco/adf-core 8.1.0-16066418835 → 8.1.0-16111552428

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.
@@ -26,10 +26,14 @@
26
26
 
27
27
  #{ms.$mat-tab-body} {
28
28
  margin-bottom: 8em;
29
+
30
+ @include flex.layout-bp(lt-md) {
31
+ margin-bottom: 0em;
32
+ }
29
33
  }
30
34
 
31
35
  #{ms.$mat-tab-header} {
32
- z-index: 10;
36
+ z-index: 2;
33
37
  margin: 0;
34
38
  background-color: white;
35
39
  position: absolute;
@@ -94,11 +98,7 @@
94
98
  flex-direction: column;
95
99
  }
96
100
 
97
- .adf-grid-list-single-column-xl {
98
- display: none;
99
- }
100
-
101
- .adf-grid-list-single-column-s {
101
+ .adf-grid-list-single-column {
102
102
  display: block;
103
103
  /* stylelint-disable-next-line declaration-no-important */
104
104
  width: 90% !important;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-core",
3
3
  "description": "Alfresco ADF core",
4
- "version": "8.1.0-16066418835",
4
+ "version": "8.1.0-16111552428",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -63,8 +63,8 @@
63
63
  "@angular/router": ">=16.0.0",
64
64
  "@mat-datetimepicker/core": ">=12.0.1",
65
65
  "@ngx-translate/core": ">=16.0.0",
66
- "@alfresco/js-api": ">=9.1.0-16066418835",
67
- "@alfresco/adf-extensions": ">=8.1.0-16066418835",
66
+ "@alfresco/js-api": ">=9.1.0-16111552428",
67
+ "@alfresco/adf-extensions": ">=8.1.0-16111552428",
68
68
  "minimatch": ">=10.0.0",
69
69
  "pdfjs-dist": ">=3.3.122",
70
70
  "ts-morph": ">=20.0.0"