@alfresco/adf-core 8.4.0-19302006691 → 8.4.0-19336680353

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.
Files changed (61) hide show
  1. package/fesm2022/adf-core.mjs +151 -151
  2. package/fesm2022/adf-core.mjs.map +1 -1
  3. package/fesm2022/alfresco-adf-core-breadcrumbs.mjs +2 -2
  4. package/fesm2022/alfresco-adf-core-breadcrumbs.mjs.map +1 -1
  5. package/fesm2022/alfresco-adf-core-feature-flags.mjs +2 -2
  6. package/fesm2022/alfresco-adf-core-feature-flags.mjs.map +1 -1
  7. package/lib/about/about-package/package-list.component.scss +10 -0
  8. package/lib/about/about-server-settings/about-server-settings.component.scss +2 -0
  9. package/lib/about/about.component.scss +4 -0
  10. package/lib/avatar/avatar.component.scss +9 -7
  11. package/lib/button/button.component.scss +13 -0
  12. package/lib/card-view/components/card-view/card-view.component.scss +26 -2
  13. package/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.scss +11 -1
  14. package/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.scss +1 -0
  15. package/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.scss +7 -2
  16. package/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.scss +3 -0
  17. package/lib/card-view/components/card-view-textitem/card-view-textitem.component.scss +28 -1
  18. package/lib/comments/comment-list/comment-list.component.scss +7 -5
  19. package/lib/comments/comments.component.scss +31 -2
  20. package/lib/datatable/components/columns-selector/columns-selector.component.scss +9 -9
  21. package/lib/datatable/components/datatable/datatable.component.scss +42 -29
  22. package/lib/dialogs/dialog/dialog.component.scss +2 -2
  23. package/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.scss +8 -11
  24. package/lib/directives/tooltip-card/tooltip-card.component.scss +9 -3
  25. package/lib/dynamic-chip-list/dynamic-chip-list.component.scss +4 -0
  26. package/lib/form/components/form-renderer.component.scss +30 -3
  27. package/lib/form/components/inplace-form-input/inplace-form-input.component.scss +19 -0
  28. package/lib/form/components/widgets/amount/amount.widget.scss +6 -0
  29. package/lib/form/components/widgets/date-time/date-time.widget.scss +1 -1
  30. package/lib/form/components/widgets/display-text/display-text.widget.scss +3 -0
  31. package/lib/form/components/widgets/form.theme.scss +42 -6
  32. package/lib/form/components/widgets/header/header.widget.scss +4 -2
  33. package/lib/form/components/widgets/hyperlink/hyperlink.widget.scss +1 -1
  34. package/lib/form/components/widgets/multiline-text/multiline-text.widget.scss +1 -1
  35. package/lib/header/header.component.scss +12 -12
  36. package/lib/header/navbar/navbar-item.component.scss +11 -3
  37. package/lib/identity-user-info/identity-user-info.component.scss +4 -4
  38. package/lib/info-drawer/info-drawer-layout.component.scss +5 -1
  39. package/lib/info-drawer/info-drawer.component.scss +21 -1
  40. package/lib/layout/components/header/header.component.scss +3 -3
  41. package/lib/layout/components/layout-container/layout-container.component.scss +3 -1
  42. package/lib/layout/components/sidebar-action/sidebar-action-menu.component.scss +8 -2
  43. package/lib/layout/components/sidenav-layout/sidenav-layout.component.scss +1 -0
  44. package/lib/login/components/login/login.component.scss +70 -12
  45. package/lib/notifications/components/notification-history.component.scss +17 -3
  46. package/lib/pagination/pagination.component.scss +6 -0
  47. package/lib/search-text/search-text-input.component.scss +6 -1
  48. package/lib/styles/_globals.scss +32 -3
  49. package/lib/styles/_mixins.scss +1 -1
  50. package/lib/templates/empty-content/empty-content.component.scss +6 -4
  51. package/lib/templates/error-content/error-content.component.scss +3 -2
  52. package/lib/toolbar/toolbar.component.scss +3 -0
  53. package/lib/viewer/components/img-viewer/img-viewer.component.scss +14 -2
  54. package/lib/viewer/components/pdf-viewer/pdf-viewer.component.scss +9 -8
  55. package/lib/viewer/components/pdf-viewer-password-dialog/pdf-viewer-password-dialog.scss +4 -0
  56. package/lib/viewer/components/pdf-viewer-thumbnails/pdf-viewer-thumbnails.component.scss +3 -3
  57. package/lib/viewer/components/txt-viewer/txt-viewer.component.scss +1 -1
  58. package/lib/viewer/components/unknown-format/unknown-format.component.scss +1 -0
  59. package/lib/viewer/components/viewer-render/viewer-render.component.scss +2 -2
  60. package/lib/viewer/components/viewer.component.scss +23 -11
  61. package/package.json +7 -7
@@ -20,14 +20,14 @@
20
20
  }
21
21
 
22
22
  &-userinfo-pic {
23
- background: var(--mat-sys-primary);
23
+ background: var(--adf-theme-primary-300);
24
24
  display: inline-block;
25
25
  width: 40px;
26
26
  height: 40px;
27
27
  border-radius: 100px;
28
28
  text-align: center;
29
29
  font-weight: bolder;
30
- font-size: var(--mat-sys-title-large-size);
30
+ font-size: var(--theme-adf-picture-1-font-size);
31
31
  text-transform: uppercase;
32
32
  vertical-align: middle;
33
33
  line-height: 40px;
@@ -75,7 +75,7 @@
75
75
  }
76
76
 
77
77
  &-userinfo-profile-picture {
78
- background: var(--mat-sys-primary);
78
+ background: var(--adf-theme-primary-300);
79
79
  background-size: cover;
80
80
  border-radius: 50%;
81
81
  height: 80px;
@@ -91,7 +91,7 @@
91
91
  }
92
92
  }
93
93
 
94
- @media only screen and (device-width >=480px) {
94
+ @media only screen and (device-width >= 480px) {
95
95
  .adf-identity-userinfo-menu.adf-userinfo-menu {
96
96
  max-height: 450px;
97
97
  min-width: 450px;
@@ -1,7 +1,7 @@
1
1
  @use '../styles/mixins' as mixins;
2
2
  @use '../styles/mat-selectors' as ms;
3
3
 
4
- $adf-info-drawer-layout-title-font-size: var(--mat-sys-title-medium-size) !default;
4
+ $adf-info-drawer-layout-title-font-size: var(--theme-title-font-size) !default;
5
5
  $adf-info-drawer-icon-size: 48px !default;
6
6
  $adf-info-drawer-icon-size-half: 24px !default;
7
7
 
@@ -15,6 +15,7 @@ $adf-info-drawer-icon-size-half: 24px !default;
15
15
 
16
16
  overflow: auto;
17
17
  width: 100%;
18
+ background-color: var(--theme-card-background-color);
18
19
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
19
20
 
20
21
  & #{ms.$mat-tab-label-text} {
@@ -50,12 +51,14 @@ $adf-info-drawer-icon-size-half: 24px !default;
50
51
  letter-spacing: 0.15px;
51
52
  text-align: left;
52
53
  align-items: center;
54
+ color: var(--adf-theme-foreground-text-color-054);
53
55
  overflow: hidden;
54
56
 
55
57
  & > div {
56
58
  overflow: hidden;
57
59
  white-space: nowrap;
58
60
  text-overflow: ellipsis;
61
+ color: var(--adf-metadata-property-panel-title-color);
59
62
  }
60
63
  }
61
64
  }
@@ -77,6 +80,7 @@ $adf-info-drawer-icon-size-half: 24px !default;
77
80
  .adf-manage-versions-no-permission {
78
81
  margin: 0;
79
82
  padding: $adf-info-drawer-icon-size-half;
83
+ color: var(--adf-theme-foreground-text-color-054);
80
84
  text-align: center;
81
85
  display: flex;
82
86
  flex-direction: column;
@@ -65,7 +65,13 @@
65
65
 
66
66
  /* stylelint-disable-next-line no-descending-specificity */
67
67
  .adf-info-drawer-tabs {
68
+ #{ms.$mat-tab-label-container} {
69
+ border-bottom: 1px solid rgba(0, 0, 0, 0.12);
70
+ }
71
+
68
72
  div[role='tab'].adf-info-drawer-tab {
73
+ color: var(--theme-accent-color);
74
+ background-color: var(--adf-theme-background-card-color);
69
75
  border-bottom: unset;
70
76
  opacity: 1;
71
77
 
@@ -84,12 +90,26 @@
84
90
  }
85
91
 
86
92
  &--active {
87
- color: var(--mat-sys-primary);
93
+ color: var(--theme-primary-color);
94
+ background-color: var(--adf-theme-background-card-color);
88
95
  border-bottom: 1px solid unset;
89
96
 
90
97
  &:focus {
98
+ color: var(--adf-theme-foreground-text-color);
91
99
  border-bottom: unset;
92
100
  }
93
101
  }
102
+
103
+ &:hover:not([class*='--disabled'], [class*='--active']) {
104
+ color: var(--theme-accent-color);
105
+ background-color: var(--adf-theme-background-card-color);
106
+ border-bottom: unset;
107
+ }
108
+
109
+ &--disabled {
110
+ color: var(--adf-info-drawer-tab-disabled-color);
111
+ background-color: var(--adf-info-drawer-tab-disabled-background);
112
+ border-bottom: var(--adf-info-drawer-tab-disabled-bottom-line);
113
+ }
94
114
  }
95
115
  }
@@ -1,7 +1,7 @@
1
1
  @use '../../../styles/flex' as flex;
2
2
 
3
3
  adf-layout-header .adf-toolbar-container-row {
4
- color: var(--mat-sys-on-primary);
4
+ color: var(--theme-header-text-color);
5
5
  position: relative;
6
6
  padding: 0 24px;
7
7
 
@@ -36,14 +36,14 @@ adf-layout-header .adf-toolbar-container-row {
36
36
  margin: 0 5px;
37
37
 
38
38
  & > div {
39
- background-color: var(--mat-sys-surface);
39
+ background-color: var(--adf-theme-background-card-color);
40
40
  }
41
41
  }
42
42
 
43
43
  .adf-header-delimiter {
44
44
  height: 24px;
45
45
  width: 2px;
46
- background-color: var(--mat-sys-on-primary);
46
+ background-color: var(--theme-primary-color-default-contrast);
47
47
  }
48
48
 
49
49
  .adf-userinfo-container {
@@ -8,7 +8,9 @@ adf-layout-container {
8
8
 
9
9
  .adf-layout-container-sidenav {
10
10
  overflow: hidden;
11
- border-right: 1px solid var(--mat-sys-outline-variant);
11
+ border-right: 1px solid var(--adf-theme-foreground-text-color-007);
12
+ background-color: var(--theme-background-color);
13
+ color: var(--adf-theme-foreground-text-color);
12
14
  }
13
15
  }
14
16
 
@@ -8,7 +8,10 @@
8
8
  box-shadow: none;
9
9
  height: 37.5px;
10
10
  font-weight: bold;
11
+ background-color: var(--theme-primary-color);
12
+ color: var(--theme-primary-color-default-contrast);
11
13
  border-radius: 4px;
14
+
12
15
  }
13
16
 
14
17
  &-text {
@@ -20,11 +23,11 @@
20
23
 
21
24
  &-sidebar-action-menu-icon {
22
25
  margin: 18px 0 0 20px;
23
- color: var(--mat-sys-on-surface);
26
+ color: var(--adf-theme-foreground-text-color-054);
24
27
  cursor: pointer;
25
28
 
26
29
  &:hover {
27
- color: var(--mat-sys-primary);
30
+ color: var(--theme-primary-color);
28
31
  }
29
32
  }
30
33
 
@@ -33,11 +36,14 @@
33
36
  letter-spacing: -0.4px;
34
37
 
35
38
  button {
39
+ font-size: var(--theme-body-1-font-size);
40
+ color: var(--adf-theme-foreground-text-color-087);
36
41
  text-align: left;
37
42
  line-height: 1.5;
38
43
  letter-spacing: -0.4px;
39
44
 
40
45
  &:hover {
46
+ color: var(--theme-primary-color);
41
47
  opacity: inherit;
42
48
  }
43
49
  }
@@ -1,3 +1,4 @@
1
+ @use '../../../styles/flex' as flex;
1
2
  @use '../../../styles/mixins' as mixins;
2
3
  @use '../../../styles/mat-selectors' as ms;
3
4
 
@@ -1,4 +1,5 @@
1
1
  @use '../../../styles/mixins' as mixins;
2
+ @use '../../../styles/mat-selectors' as ms;
2
3
 
3
4
  .adf-login {
4
5
  @include mixins.flex-column;
@@ -55,14 +56,15 @@
55
56
 
56
57
  .adf-login-card-wide {
57
58
  border-radius: 8px;
58
- box-shadow: var(--mat-sys-level2);
59
+ background-color: var(--adf-theme-background-dialog-color);
60
+ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
59
61
  width: 450px;
60
62
  min-width: 320px;
61
63
  padding: 21px 64px 34px;
62
64
  box-sizing: border-box;
63
65
  }
64
66
 
65
- @media screen and (width <=482px) {
67
+ @media screen and (width <= 482px) {
66
68
  .adf-login-card-wide {
67
69
  width: calc(100% - 32px);
68
70
  }
@@ -76,10 +78,10 @@
76
78
  display: flex;
77
79
  flex-direction: row;
78
80
  justify-content: flex-start;
79
- color: var(--mat-sys-error);
81
+ color: var(--theme-warn-color);
80
82
  padding: 0;
81
83
  margin-bottom: 4px;
82
- font-size: var(--mat-sys-body-small-size);
84
+ font-size: var(--theme-caption-font-size);
83
85
  }
84
86
 
85
87
  .adf-error-message .adf-error-icon {
@@ -109,6 +111,26 @@
109
111
  .adf-login-button {
110
112
  width: 100%;
111
113
  height: 36px;
114
+ line-height: normal;
115
+ box-shadow: none;
116
+ }
117
+
118
+ .adf-login-button-label {
119
+ color: var(--theme-accent-color-default-contrast);
120
+ font-weight: bolder;
121
+ }
122
+
123
+ .adf-login-button.adf-isChecking {
124
+ background-color: #e0f7fa;
125
+ }
126
+
127
+ .adf-login-button.adf-isChecking .adf-login-button-label {
128
+ color: var(--theme-primary-color);
129
+ }
130
+
131
+ .adf-login-button.adf-isWelcome {
132
+ background-color: var(--theme-primary-color);
133
+ color: var(--theme-primary-color-default-contrast);
112
134
  }
113
135
 
114
136
  .adf-login-button.adf-isWelcome .adf-welcome-icon {
@@ -141,20 +163,32 @@
141
163
 
142
164
  .adf-is-active {
143
165
  background-color: transparent;
144
- font-size: var(--mat-sys-body-small-size);
166
+ font-size: var(--theme-caption-font-size);
145
167
  font-weight: normal;
146
168
  line-height: 1.33;
147
- color: var(--mat-sys-error);
169
+ color: var(--theme-warn-color);
148
170
  }
149
171
 
150
172
  .adf-copyright {
151
173
  min-width: 320px;
152
174
  text-align: center;
153
175
  padding: 16px 0;
154
- font-size: var(--mat-sys-body-small-size);
176
+ font-size: var(--theme-caption-font-size);
155
177
  opacity: 0.54;
156
178
  }
157
179
 
180
+ .adf-login-input:is(input) {
181
+ font-size: var(--theme-subheading-2-font-size);
182
+ }
183
+
184
+ .adf-login-form-field .adf-login-password-icon.adf-login-form-password-icon {
185
+ color: var(--adf-theme-foreground-text-color);
186
+ font-size: var(--theme-subheading-2-font-size);
187
+ top: 9px;
188
+ position: relative;
189
+ left: 7px;
190
+ }
191
+
158
192
  .adf-login-controls:has(div) {
159
193
  padding: 0 0 26px;
160
194
  overflow: visible;
@@ -168,19 +202,43 @@
168
202
  .adf-login__field {
169
203
  display: block;
170
204
  padding-bottom: 16px;
205
+ font-size: var(--theme-subheading-2-font-size);
206
+
207
+ #{ms.$mat-form-field-infix} {
208
+ min-height: 0;
209
+ padding-bottom: 3px;
210
+ padding-top: 20px;
211
+
212
+ .adf-login-form-input-label {
213
+ font-size: var(--theme-subheading-2-font-size);
214
+ }
215
+
216
+ #{ms.$mat-floating-label-required} {
217
+ &::after {
218
+ font-size: var(--theme-subheading-2-font-size);
219
+ }
220
+ }
221
+ }
222
+
223
+ & input:-webkit-autofill {
224
+ /* stylelint-disable */
225
+ -webkit-box-shadow: 0 0 0 1000px var(--adf-theme-background-dialog-color) inset;
226
+ -webkit-text-fill-color: var(--adf-theme-foreground-text-color);
227
+ /* stylelint-enable */
228
+ }
171
229
  }
172
230
  }
173
231
 
174
232
  .adf-login-validation {
175
233
  background-color: transparent;
176
- color: var(--mat-sys-error);
177
- font-size: var(--mat-sys-body-small-size);
234
+ color: var(--theme-warn-color);
235
+ font-size: var(--theme-caption-font-size);
178
236
  }
179
237
 
180
238
  .adf-login-error {
181
- color: var(--mat-sys-error);
239
+ color: var(--theme-warn-color);
182
240
  position: absolute;
183
- font-size: var(--mat-sys-body-small-size);
241
+ font-size: var(--theme-caption-font-size);
184
242
  margin-top: -12px;
185
243
  display: block;
186
244
  }
@@ -198,7 +256,7 @@
198
256
  }
199
257
 
200
258
  .adf-login-remember-me:has(.adf-login-remember-me-label) {
201
- color: var(--mat-sys-on-surface);
259
+ color: var(--adf-theme-foreground-text-color);
202
260
  }
203
261
 
204
262
  .adf-login-action-container {
@@ -20,6 +20,7 @@ $notification-item-height: 72px;
20
20
  font-size: 24px;
21
21
  height: 24px;
22
22
  width: 24px;
23
+ color: var(--theme-text-color);
23
24
  }
24
25
  }
25
26
 
@@ -79,19 +80,31 @@ $notification-item-height: 72px;
79
80
  p {
80
81
  line-height: normal;
81
82
  margin: 0;
83
+ color: var(--theme-sidenav-user-menu-color);
82
84
  }
83
85
  }
84
86
  }
85
87
  }
86
88
  }
87
89
 
90
+ .adf-notification-history-menu-item:focus {
91
+ outline: none;
92
+ background: var(--adf-theme-background-hover-color);
93
+ }
94
+
95
+ .adf-notification-history-menu-item:hover {
96
+ background-color: var(--adf-theme-background-hover-color);
97
+ }
98
+
88
99
  .adf-notification-history-menu-message:is(p) {
89
100
  white-space: nowrap;
90
101
  overflow: hidden;
91
102
  text-overflow: ellipsis;
103
+ font-size: var(--theme-body-1-font-size);
92
104
  }
93
105
 
94
106
  .adf-notification-history-item-list .adf-notification-history-menu-no-message-text {
107
+ color: var(--theme-sidenav-user-menu-color);
95
108
  margin: 0;
96
109
  padding: 12px 16px;
97
110
  opacity: inherit;
@@ -104,7 +117,7 @@ $notification-item-height: 72px;
104
117
  }
105
118
 
106
119
  .adf-notification-history-menu-date.adf-notification-history-menu-text:is(p) {
107
- font-size: var(--mat-sys-body-small-size);
120
+ font-size: var(--theme-caption-font-size);
108
121
  text-indent: 3px;
109
122
  }
110
123
 
@@ -115,16 +128,17 @@ $notification-item-height: 72px;
115
128
 
116
129
  &-notification-initiator-pic {
117
130
  min-width: 40px;
118
- background: var(--mat-sys-secondary);
131
+ background: var(--theme-accent-color);
119
132
  display: inline-block;
120
133
  height: 40px;
121
134
  border-radius: 100px;
122
135
  text-align: center;
123
136
  font-weight: bolder;
124
- font-size: var(--mat-sys-title-large-size);
137
+ font-size: var(--theme-adf-picture-1-font-size);
125
138
  text-transform: uppercase;
126
139
  vertical-align: middle;
127
140
  line-height: 40px;
141
+ color: var(--adf-theme-mat-grey-color-a200);
128
142
  }
129
143
 
130
144
  &-notification-history-load-more {
@@ -9,6 +9,7 @@ $adf-pagination-line-height: 20px;
9
9
  border-top: $adf-pagination-border;
10
10
  height: $adf-pagination-height;
11
11
  line-height: $adf-pagination-line-height;
12
+ color: var(--adf-theme-foreground-text-color);
12
13
 
13
14
  &__block {
14
15
  display: flex;
@@ -55,6 +56,11 @@ $adf-pagination-line-height: 20px;
55
56
  &__current-page {
56
57
  margin-right: 5px;
57
58
 
59
+ &,
60
+ & + button {
61
+ color: var(--adf-theme-foreground-text-color);
62
+ }
63
+
58
64
  & + button {
59
65
  margin-left: -10px;
60
66
  }
@@ -18,9 +18,14 @@
18
18
  &-search-fixed-text {
19
19
  line-height: normal;
20
20
  }
21
+
22
+ &-clear-search-button {
23
+ font-size: var(--theme-button-font-size);
24
+ cursor: pointer;
25
+ }
21
26
  }
22
27
 
23
28
  .adf-highlight {
24
- color: var(--mat-sys-primary);
29
+ color: var(--adf-theme-primary-900);
25
30
  }
26
31
  }
@@ -6,7 +6,30 @@
6
6
  & #{ms.$mat-expansion-panel-header}.cdk-program-focused,
7
7
  &:not(#{ms.$mat-expanded}) #{ms.$mat-expansion-panel-header}:hover {
8
8
  &:not([aria-disabled='true']) {
9
- background-color: var(--mat-sys-surface-container);
9
+ background-color: var(--adf-theme-background-hover-color);
10
+ }
11
+ }
12
+ }
13
+
14
+ #{ms.$mat-calendar} {
15
+ #{ms.$mat-calendar-header} {
16
+ button {
17
+ color: var(--adf-theme-foreground-text-color-087);
18
+
19
+ &:disabled {
20
+ color: var(--adf-theme-foreground-text-color-054);
21
+ }
22
+ }
23
+ }
24
+
25
+ #{ms.$mat-calendar-content} {
26
+ #{ms.$mat-calendar-table-header} th {
27
+ color: var(--adf-theme-foreground-text-color-054);
28
+ }
29
+
30
+ #{ms.$mat-calendar-body-disabled} > div {
31
+ /* stylelint-disable-next-line declaration-no-important */
32
+ color: var(--adf-theme-foreground-text-color-054) !important;
10
33
  }
11
34
  }
12
35
  }
@@ -28,11 +51,11 @@
28
51
 
29
52
  #{ms.$mat-datetimepicker-calendar-content} {
30
53
  #{ms.$mat-datetimepicker-calendar-table-header} th {
31
- color: var(--mat-sys-on-surface);
54
+ color: var(--adf-theme-foreground-text-color-054);
32
55
  }
33
56
 
34
57
  #{ms.$mat-datetimepicker-calendar-body-disabled} > div {
35
- color: var(--mat-sys-on-surface);
58
+ color: var(--adf-theme-foreground-text-color-054);
36
59
  }
37
60
  }
38
61
  }
@@ -47,6 +70,12 @@
47
70
  }
48
71
  }
49
72
 
73
+ #{ms.$mat-input-element} {
74
+ &:focus::placeholder {
75
+ color: var(--theme-primary-color);
76
+ }
77
+ }
78
+
50
79
  #{ms.$mat-datetimepicker-dialog} {
51
80
  #{ms.$mat-dialog-container} {
52
81
  #{ms.$mat-dialog-surface} {
@@ -14,7 +14,7 @@
14
14
  font-family: 'Material Icons';
15
15
  font-weight: normal;
16
16
  font-style: normal;
17
- font-size: var(--mat-sys-headline-small-size);
17
+ font-size: var(--theme-headline-font-size);
18
18
  line-height: 1;
19
19
  letter-spacing: normal;
20
20
  text-transform: none;
@@ -1,4 +1,5 @@
1
1
  .adf-empty-content {
2
+ color: var(--adf-theme-foreground-text-color-054);
2
3
  display: flex;
3
4
  flex-direction: column;
4
5
  align-items: center;
@@ -7,13 +8,13 @@
7
8
  width: 100%;
8
9
 
9
10
  &__icon > *:first-child {
10
- font-size: var(--mat-sys-display-medium-size);
11
- height: var(--mat-sys-display-medium-size);
12
- width: var(--mat-sys-display-medium-size);
11
+ font-size: var(--theme-display-3-font-size);
12
+ height: var(--theme-display-3-font-size);
13
+ width: var(--theme-display-3-font-size);
13
14
  }
14
15
 
15
16
  &__title {
16
- font-size: var(--mat-sys-title-large-size);
17
+ font-size: var(--theme-adf-task-title-font-size);
17
18
  font-weight: 600;
18
19
  line-height: 0;
19
20
  white-space: normal;
@@ -23,6 +24,7 @@
23
24
 
24
25
  &__subtitle,
25
26
  &__text {
27
+ font-size: var(--theme-body-1-font-size);
26
28
  font-weight: 300;
27
29
  line-height: inherit;
28
30
  white-space: normal;
@@ -1,6 +1,7 @@
1
1
  @use '../../styles/flex' as flex;
2
2
 
3
3
  .adf-error-content {
4
+ color: var(--adf-theme-foreground-text-color-054);
4
5
  display: flex;
5
6
  flex-direction: column;
6
7
  align-items: center;
@@ -48,11 +49,11 @@
48
49
  }
49
50
 
50
51
  &-title {
51
- font-size: var(--mat-sys-headline-small-size);
52
+ font-size: var(--theme-headline-font-size);
52
53
  }
53
54
 
54
55
  &-description {
55
- font-size: var(--mat-sys-title-small-size);
56
+ font-size: var(--theme-subheading-2-font-size);
56
57
  }
57
58
  }
58
59
  }
@@ -10,7 +10,10 @@
10
10
  }
11
11
 
12
12
  .adf-toolbar-container.adf-toolbar-container-row {
13
+ border: 1px solid var(--adf-theme-foreground-text-color-007);
14
+ color: var(--adf-theme-foreground-text-color-054);
13
15
  height: 64px;
16
+ font-size: var(--theme-body-1-font-size);
14
17
  white-space: normal;
15
18
  padding: 0 16px;
16
19
  }
@@ -1,10 +1,12 @@
1
+ @use '../../../styles/mat-selectors' as ms;
2
+
1
3
  .adf-image-viewer {
2
4
  width: 100%;
3
5
 
4
6
  .adf-image-container {
5
7
  &:focus {
6
8
  outline-offset: -1px;
7
- outline: 1px solid var(--mat-sys-primary);
9
+ outline: 1px solid var(--theme-accent-color-a200);
8
10
  }
9
11
 
10
12
  display: flex;
@@ -31,6 +33,15 @@
31
33
  left: 50%;
32
34
  transform: translateX(-50%);
33
35
 
36
+ .adf-toolbar #{ms.$mat-toolbar} {
37
+ max-height: 48px;
38
+ background-color: var(--adf-theme-background-card-color);
39
+ border-width: 0;
40
+ border-radius: 2px;
41
+ /* stylelint-disable-next-line */
42
+ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
43
+ }
44
+
34
45
  .adf-main-toolbar {
35
46
  display: inline-block;
36
47
  }
@@ -44,7 +55,8 @@
44
55
  cursor: default;
45
56
  width: 79px;
46
57
  height: 24px;
47
- border: 1px solid var(--mat-sys-outline);
58
+ font-size: var(--theme-body-1-font-size);
59
+ border: 1px solid var(--adf-theme-foreground-text-color-007);
48
60
  text-align: center;
49
61
  line-height: 24px;
50
62
  margin-left: 4px;