@alfresco/adf-core 9.1.0-16716438378 → 9.1.0-16717535124

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.
@@ -13,6 +13,14 @@
13
13
  height: 100%;
14
14
  }
15
15
 
16
+ .adf-form-renderer {
17
+ // override Material styles, otherwise fields collapse on some screen widths
18
+ // related issue: https://hyland.atlassian.net/browse/AAE-36582
19
+ .mat-mdc-form-field-infix {
20
+ width: auto;
21
+ }
22
+ }
23
+
16
24
  .alfresco-tabs-widget {
17
25
  width: 100%;
18
26
 
@@ -256,6 +264,18 @@
256
264
  line-height: 64px;
257
265
  margin-right: 15px;
258
266
  }
267
+
268
+ &-error-messages-container {
269
+ min-height: 35px;
270
+ }
271
+
272
+ &-error-messages-container-visible {
273
+ visibility: visible;
274
+ }
275
+
276
+ &-error-messages-container-hidden {
277
+ visibility: hidden;
278
+ }
259
279
  }
260
280
 
261
281
  form-field {
@@ -267,7 +287,3 @@ form-field {
267
287
  line-height: normal;
268
288
  }
269
289
  }
270
-
271
- .adf-error-messages-container {
272
- min-height: 35px;
273
- }
@@ -5,7 +5,7 @@
5
5
  &-single-column {
6
6
  display: flex;
7
7
  flex-wrap: inherit;
8
- align-items: baseline;
8
+ align-items: center;
9
9
  gap: 1%;
10
10
 
11
11
  @include flex.layout-bp(lt-md) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-core",
3
3
  "description": "Alfresco ADF core",
4
- "version": "9.1.0-16716438378",
4
+ "version": "9.1.0-16717535124",
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": ">=10.1.0-16716438378",
67
- "@alfresco/adf-extensions": ">=9.1.0-16716438378",
66
+ "@alfresco/js-api": ">=10.1.0-16717535124",
67
+ "@alfresco/adf-extensions": ">=9.1.0-16717535124",
68
68
  "minimatch": ">=10.0.0",
69
69
  "pdfjs-dist": ">=3.3.122",
70
70
  "ts-morph": ">=20.0.0"