@alfresco/adf-core 8.1.0-15631258336 → 8.1.0-15639746130
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.
package/lib/styles/_index.scss
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
@import './mat-selectors';
|
|
9
9
|
@import '../form/components/widgets/form.theme';
|
|
10
10
|
@import '../clipboard/clipboard.theme';
|
|
11
|
-
@import './snackbar.theme';
|
|
12
11
|
@import './material.theme';
|
|
13
12
|
|
|
14
13
|
@mixin alfresco-material-theme($theme) {
|
|
@@ -115,7 +114,6 @@
|
|
|
115
114
|
}
|
|
116
115
|
|
|
117
116
|
@include datetimepicker-theme.mat-datetimepicker-theme($theme);
|
|
118
|
-
@include adf-snackbar-theme;
|
|
119
117
|
@include adf-material-theme;
|
|
120
118
|
}
|
|
121
119
|
|
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-
|
|
4
|
+
"version": "8.1.0-15639746130",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -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-
|
|
79
|
-
"@alfresco/adf-extensions": ">=8.1.0-
|
|
78
|
+
"@alfresco/js-api": ">=9.1.0-15639746130",
|
|
79
|
+
"@alfresco/adf-extensions": ">=8.1.0-15639746130",
|
|
80
80
|
"minimatch": ">=10.0.0",
|
|
81
81
|
"pdfjs-dist": ">=3.3.122",
|
|
82
82
|
"ts-morph": ">=20.0.0"
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
@mixin adf-snackbar-theme() {
|
|
2
|
-
.adf-error-snackbar {
|
|
3
|
-
background-color: var(--theme-warn-color);
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.adf-warning-snackbar {
|
|
7
|
-
background-color: var(--theme-accent-color);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.adf-info-snackbar {
|
|
11
|
-
background-color: var(--theme-primary-color);
|
|
12
|
-
}
|
|
13
|
-
}
|