@alfresco/adf-core 8.1.0-15704247529 → 8.1.0-15704418083

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.
@@ -8,7 +8,6 @@
8
8
  .adf-property-label {
9
9
  color: var(--adf-metadata-property-panel-text-color);
10
10
  display: flex;
11
- padding: 3px 0;
12
11
  line-height: 20px;
13
12
 
14
13
  &.adf-property-value-editable {
@@ -219,15 +219,6 @@
219
219
  text-align: center;
220
220
  }
221
221
 
222
- &-label {
223
- width: 32px;
224
- height: 16px;
225
- font-size: var(--theme-caption-font-size);
226
- line-height: var(--theme-headline-line-height);
227
- text-align: left;
228
- white-space: nowrap;
229
- }
230
-
231
222
  &-form-mat-card-actions {
232
223
  padding-bottom: 25px;
233
224
  padding-right: 25px;
@@ -24,7 +24,7 @@ $adf-inplace-input-padding: 7px;
24
24
  }
25
25
 
26
26
  .adf-inplace-input-mat-form-field {
27
- width: 100%;
27
+ width: 98%;
28
28
  }
29
29
 
30
30
  .adf-inplace-input {
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-15704247529",
4
+ "version": "8.1.0-15704418083",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -30,18 +30,18 @@
30
30
  "esm": "./esm2022/adf-core.mjs",
31
31
  "default": "./fesm2022/adf-core.mjs"
32
32
  },
33
- "./auth": {
34
- "types": "./auth/index.d.ts",
35
- "esm2022": "./esm2022/auth/alfresco-adf-core-auth.mjs",
36
- "esm": "./esm2022/auth/alfresco-adf-core-auth.mjs",
37
- "default": "./fesm2022/alfresco-adf-core-auth.mjs"
38
- },
39
33
  "./api": {
40
34
  "types": "./api/index.d.ts",
41
35
  "esm2022": "./esm2022/api/alfresco-adf-core-api.mjs",
42
36
  "esm": "./esm2022/api/alfresco-adf-core-api.mjs",
43
37
  "default": "./fesm2022/alfresco-adf-core-api.mjs"
44
38
  },
39
+ "./auth": {
40
+ "types": "./auth/index.d.ts",
41
+ "esm2022": "./esm2022/auth/alfresco-adf-core-auth.mjs",
42
+ "esm": "./esm2022/auth/alfresco-adf-core-auth.mjs",
43
+ "default": "./fesm2022/alfresco-adf-core-auth.mjs"
44
+ },
45
45
  "./feature-flags": {
46
46
  "types": "./feature-flags/index.d.ts",
47
47
  "esm2022": "./esm2022/feature-flags/alfresco-adf-core-feature-flags.mjs",
@@ -75,8 +75,8 @@
75
75
  "@angular/router": ">=16.0.0",
76
76
  "@mat-datetimepicker/core": ">=12.0.1",
77
77
  "@ngx-translate/core": ">=14.0.0",
78
- "@alfresco/js-api": ">=9.1.0-15704247529",
79
- "@alfresco/adf-extensions": ">=8.1.0-15704247529",
78
+ "@alfresco/js-api": ">=9.1.0-15704418083",
79
+ "@alfresco/adf-extensions": ">=8.1.0-15704418083",
80
80
  "minimatch": ">=10.0.0",
81
81
  "pdfjs-dist": ">=3.3.122",
82
82
  "ts-morph": ">=20.0.0"