@alfresco/adf-content-services 8.1.0-14664375052 → 8.1.0-14711395239

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 (33) hide show
  1. package/lib/aspect-list/aspect-list-dialog.component.scss +3 -3
  2. package/lib/aspect-list/aspect-list.component.scss +3 -2
  3. package/lib/breadcrumb/dropdown-breadcrumb.component.scss +2 -2
  4. package/lib/category/categories-management/categories-management.component.scss +4 -4
  5. package/lib/content-metadata/components/content-metadata/content-metadata.component.scss +5 -5
  6. package/lib/content-node-selector/content-node-selector-panel/content-node-selector-panel.component.scss +10 -10
  7. package/lib/content-node-selector/content-node-selector.component.scss +3 -3
  8. package/lib/content-node-share/content-node-share.dialog.scss +3 -3
  9. package/lib/dialogs/folder/folder.dialog.scss +5 -5
  10. package/lib/dialogs/library/library.dialog.scss +9 -9
  11. package/lib/document-list/components/document-list.component.scss +4 -4
  12. package/lib/flex.scss +81 -0
  13. package/lib/mat-selectors.scss +190 -0
  14. package/lib/permission-manager/components/add-permission/add-permission-dialog.component.scss +5 -5
  15. package/lib/permission-manager/components/add-permission/add-permission-panel.component.scss +6 -6
  16. package/lib/permission-manager/components/permission-list/permission-list.component.scss +2 -2
  17. package/lib/permission-manager/components/user-role-column/user-role-column.component.scss +3 -3
  18. package/lib/search/components/search-check-list/search-check-list.component.scss +2 -2
  19. package/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.scss +7 -7
  20. package/lib/search/components/search-control.component.scss +4 -4
  21. package/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.scss +42 -42
  22. package/lib/search/components/search-date-range-tabbed/search-date-range-tabbed.component.scss +2 -2
  23. package/lib/search/components/search-filter-chips/search-facet-chip/search-facet-chip.component.scss +2 -2
  24. package/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-chip-tabbed.component.scss +3 -3
  25. package/lib/search/components/search-filter-chips/search-filter-chips.component.scss +4 -4
  26. package/lib/search/components/search-filter-container/search-filter-container.component.scss +2 -2
  27. package/lib/search/components/search-filter-tabbed/search-filter-tabbed.component.scss +3 -3
  28. package/lib/search/components/search-form/search-form.component.scss +2 -2
  29. package/lib/search/components/search-properties/search-properties.component.scss +20 -20
  30. package/lib/search/components/search-text/search-text.component.scss +0 -2
  31. package/lib/tag/tags-creator/tags-creator.component.scss +3 -3
  32. package/lib/version-manager/version-upload.component.scss +3 -3
  33. package/package.json +3 -3
@@ -1,9 +1,9 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../mat-selectors.scss' as ms;
2
2
 
3
3
  adf-aspect-list-dialog {
4
4
  display: block;
5
5
 
6
- #{$mat-expansion-panel-body} {
6
+ #{ms.$mat-expansion-panel-body} {
7
7
  margin-top: -2px;
8
8
  }
9
9
  }
@@ -35,7 +35,7 @@ adf-aspect-list-dialog {
35
35
  padding-right: 4px;
36
36
  padding-top: 0;
37
37
 
38
- #{$mat-dialog-content} {
38
+ #{ms.$mat-dialog-content} {
39
39
  padding: 0;
40
40
  }
41
41
 
@@ -1,4 +1,5 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../mat-selectors.scss' as ms;
2
+
2
3
  $dialog-title-height: 100px;
3
4
  $dialog-information-height: 44px;
4
5
  $dialog-buttons-height: 68px;
@@ -49,7 +50,7 @@ $dialog-list-height: calc(65vh - ($dialog-title-height + $dialog-information-hei
49
50
  box-shadow: none;
50
51
  background: border-box;
51
52
 
52
- #{$mat-checkbox-background} {
53
+ #{ms.$mat-checkbox-background} {
53
54
  height: 16px;
54
55
  width: 16px;
55
56
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../mat-selectors.scss' as ms;
2
2
 
3
3
  $dropdown-horizontal-offset: 30px;
4
4
 
@@ -98,6 +98,6 @@ $dropdown-horizontal-offset: 30px;
98
98
  }
99
99
  }
100
100
 
101
- #{$cdk-overlay-pane}:has(>.adf-breadcrumb-dropdown-panel){
101
+ #{ms.$cdk-overlay-pane}:has(> .adf-breadcrumb-dropdown-panel) {
102
102
  min-width: fit-content;
103
103
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../mat-selectors.scss' as ms;
2
2
 
3
3
  .adf-categories-management {
4
4
  .adf-category-name-field {
@@ -20,7 +20,7 @@
20
20
  box-sizing: content-box;
21
21
  }
22
22
 
23
- #{$mat-form-field-error} {
23
+ #{ms.$mat-form-field-error} {
24
24
  padding-top: 5px;
25
25
  }
26
26
  }
@@ -56,7 +56,7 @@
56
56
  background-color: inherit;
57
57
  color: inherit;
58
58
 
59
- &:not(#{$mat-list-item-disabled}):hover {
59
+ &:not(#{ms.$mat-list-item-disabled}):hover {
60
60
  cursor: pointer;
61
61
  background: var(--adf-theme-mat-grey-color-a200);
62
62
  }
@@ -86,7 +86,7 @@
86
86
  overflow-wrap: anywhere;
87
87
  }
88
88
 
89
- #{$mat-list-item-disabled} #{$mat-list-item-primary-text} {
89
+ #{ms.$mat-list-item-disabled} #{ms.$mat-list-item-primary-text} {
90
90
  opacity: 1;
91
91
  }
92
92
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../mat-selectors.scss' as ms;
2
2
 
3
3
  $panel-properties-height: 56px !default;
4
4
 
@@ -11,11 +11,11 @@ $panel-properties-height: 56px !default;
11
11
  margin: 12px;
12
12
 
13
13
  adf-card-view-textitem {
14
- #{$mat-form-field-subscript-wrapper} {
14
+ #{ms.$mat-form-field-subscript-wrapper} {
15
15
  display: none;
16
16
  }
17
17
 
18
- #{$mat-form-field-infix} {
18
+ #{ms.$mat-form-field-infix} {
19
19
  padding-bottom: 0;
20
20
  }
21
21
  }
@@ -47,7 +47,7 @@ $panel-properties-height: 56px !default;
47
47
  }
48
48
  }
49
49
 
50
- #{$mat-expansion-panel-body} {
50
+ #{ms.$mat-expansion-panel-body} {
51
51
  padding-top: 16px;
52
52
 
53
53
  input {
@@ -64,7 +64,7 @@ $panel-properties-height: 56px !default;
64
64
  color: var(--adf-theme-foreground-text-color-054);
65
65
  }
66
66
 
67
- #{$mat-chip} {
67
+ #{ms.$mat-chip} {
68
68
  &.metadata-properties-tag-chip {
69
69
  // TODO: bug open https://github.com/angular/components/issues/26584
70
70
  /* stylelint-disable selector-class-pattern */
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../mat-selectors.scss' as ms;
2
2
 
3
3
  /* stylelint-disable no-descending-specificity */
4
4
  $content-node-selector-thumbnail-width: 35px !default;
@@ -15,8 +15,8 @@ h2.adf-search-results-label {
15
15
  color: var(--adf-theme-foreground-text-color-087);
16
16
  }
17
17
 
18
- #{$mdc-dialog} {
19
- #{$mat-dialog-surface}:is(div) {
18
+ #{ms.$mdc-dialog} {
19
+ #{ms.$mat-dialog-surface}:is(div) {
20
20
  padding-bottom: 0;
21
21
  }
22
22
  }
@@ -41,17 +41,17 @@ h2.adf-search-results-label {
41
41
  }
42
42
 
43
43
  &-content {
44
- #{$mat-input-element} {
44
+ #{ms.$mat-input-element} {
45
45
  &:focus::placeholder {
46
46
  color: var(--theme-primary-color);
47
47
  }
48
48
  }
49
49
 
50
- #{$mat-form-field-wrapper} {
51
- #{$mat-form-field-flex} {
50
+ #{ms.$mat-form-field-wrapper} {
51
+ #{ms.$mat-form-field-flex} {
52
52
  align-items: center;
53
53
 
54
- #{$mat-form-field-infix} {
54
+ #{ms.$mat-form-field-infix} {
55
55
  padding-bottom: 0;
56
56
  }
57
57
  }
@@ -59,13 +59,13 @@ h2.adf-search-results-label {
59
59
 
60
60
  .adf-sites-dropdown-form-field {
61
61
  label {
62
- &#{$mat-form-field-label} {
62
+ &#{ms.$mat-form-field-label} {
63
63
  top: 32px;
64
64
  }
65
65
  }
66
66
  }
67
67
 
68
- #{$mat-form-field-subscript-wrapper} {
68
+ #{ms.$mat-form-field-subscript-wrapper} {
69
69
  height: 16px;
70
70
  }
71
71
 
@@ -88,7 +88,7 @@ h2.adf-search-results-label {
88
88
  }
89
89
  }
90
90
 
91
- #{$mat-form-field-subscript-wrapper} {
91
+ #{ms.$mat-form-field-subscript-wrapper} {
92
92
  display: none;
93
93
  }
94
94
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../mat-selectors.scss' as ms;
2
2
 
3
3
  adf-content-node-selector {
4
4
  .adf-upload-dialog {
@@ -42,7 +42,7 @@ adf-content-node-selector {
42
42
  }
43
43
 
44
44
  .adf-content-node-selector-dialog {
45
- #{$mat-form-field} {
45
+ #{ms.$mat-form-field} {
46
46
  width: 100%;
47
47
  }
48
48
 
@@ -50,7 +50,7 @@ adf-content-node-selector {
50
50
  color: var(--adf-theme-foreground-base-color-045);
51
51
  }
52
52
 
53
- #{$mat-dialog-title} {
53
+ #{ms.$mat-dialog-title} {
54
54
  margin-bottom: 0;
55
55
  padding: 0;
56
56
 
@@ -1,8 +1,8 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../mat-selectors.scss' as ms;
2
2
 
3
3
  .adf-share-link-dialog {
4
4
  .adf-share-link {
5
- #{$mat-form-field-flex} {
5
+ #{ms.$mat-form-field-flex} {
6
6
  height: 48px;
7
7
  }
8
8
 
@@ -35,7 +35,7 @@
35
35
  &__form {
36
36
  padding-top: 8px;
37
37
 
38
- #{$mat-form-field-infix}:has(.adf-share-link__input) {
38
+ #{ms.$mat-form-field-infix}:has(.adf-share-link__input) {
39
39
  border-top: 0.9375em solid transparent;
40
40
  border-bottom: 0.9375em solid transparent;
41
41
  height: 16px;
@@ -1,21 +1,21 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../mat-selectors.scss' as ms;
2
2
 
3
3
  .adf-folder-dialog {
4
4
  .adf-folder-dialog-content {
5
5
  padding: 0;
6
6
  overflow: unset;
7
7
 
8
- #{$mat-form-field-infix} {
8
+ #{ms.$mat-form-field-infix} {
9
9
  padding-bottom: 3.5px;
10
10
  }
11
11
 
12
- #{$mat-form-field-hide-placeholder} {
13
- #{$mat-floating-label} {
12
+ #{ms.$mat-form-field-hide-placeholder} {
13
+ #{ms.$mat-floating-label} {
14
14
  padding-top: 20px;
15
15
  }
16
16
  }
17
17
 
18
- #{$mat-form-field-hint-wrapper} {
18
+ #{ms.$mat-form-field-hint-wrapper} {
19
19
  padding-left: 0;
20
20
  margin-left: -2px;
21
21
  color: var(--adf-theme-foreground-secondary-text-color);
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../mat-selectors.scss' as ms;
2
2
 
3
3
  .adf-library-dialog {
4
4
  .adf-library-dialog-content {
@@ -28,34 +28,34 @@
28
28
  padding-top: 4.5px;
29
29
  }
30
30
 
31
- #{$mat-floating-label} {
31
+ #{ms.$mat-floating-label} {
32
32
  -webkit-font-smoothing: subpixel-antialiased;
33
33
  }
34
34
 
35
- &#{$mat-form-field-hide-placeholder} {
36
- #{$mat-floating-label} {
35
+ &#{ms.$mat-form-field-hide-placeholder} {
36
+ #{ms.$mat-floating-label} {
37
37
  padding-top: 20px;
38
38
  }
39
39
  }
40
40
 
41
41
  &-description {
42
- &#{$mat-form-field-hide-placeholder} {
43
- #{$mat-floating-label} {
42
+ &#{ms.$mat-form-field-hide-placeholder} {
43
+ #{ms.$mat-floating-label} {
44
44
  padding-top: 20px;
45
45
  }
46
46
  }
47
47
  }
48
48
 
49
- #{$mat-form-field-infix} {
49
+ #{ms.$mat-form-field-infix} {
50
50
  padding-bottom: 3.5px;
51
51
  }
52
52
 
53
- #{$mat-form-field-error-wrapper} {
53
+ #{ms.$mat-form-field-error-wrapper} {
54
54
  margin-left: -2px;
55
55
  font-size: 10.5px;
56
56
  -webkit-font-smoothing: subpixel-antialiased;
57
57
 
58
- #{$mat-form-field-error} {
58
+ #{ms.$mat-form-field-error} {
59
59
  height: 13.125px;
60
60
  }
61
61
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/flex';
1
+ @use '../../flex' as flex;
2
2
 
3
3
  .adf-document-list {
4
4
  min-height: 0;
@@ -143,7 +143,7 @@
143
143
  word-break: break-all;
144
144
  white-space: pre-line;
145
145
 
146
- @include layout-bp(lt-sm) {
146
+ @include flex.layout-bp(lt-sm) {
147
147
  font-size: 48px;
148
148
  }
149
149
  }
@@ -165,12 +165,12 @@
165
165
  object-fit: contain;
166
166
  margin-top: 17px;
167
167
 
168
- @include layout-bp(lt-sm) {
168
+ @include flex.layout-bp(lt-sm) {
169
169
  width: 250px;
170
170
  }
171
171
  }
172
172
 
173
- @include layout-bp(lt-md) {
173
+ @include flex.layout-bp(lt-md) {
174
174
  &-drag-drop,
175
175
  &-any-files-here-to-add {
176
176
  display: none;
package/lib/flex.scss ADDED
@@ -0,0 +1,81 @@
1
+ @charset "UTF-8";
2
+ /* stylelint-disable */
3
+
4
+ // Non-overlapping Material Design breakpoints
5
+ // @type map
6
+ $breakpoints: (
7
+ xs: (
8
+ begin: 0,
9
+ end: 599.9px
10
+ ),
11
+ sm: (
12
+ begin: 600px,
13
+ end: 959.9px
14
+ ),
15
+ md: (
16
+ begin: 960px,
17
+ end: 1279.9px
18
+ ),
19
+ lg: (
20
+ begin: 1280px,
21
+ end: 1919.9px
22
+ ),
23
+ xl: (
24
+ begin: 1920px,
25
+ end: 4999.99px
26
+ )
27
+ ) !default;
28
+
29
+ // Overlapping breakpoints that are greater than defined
30
+ // Material Design breakpoints
31
+ // @type map
32
+ $overlapping-gt: (
33
+ gt-xs: 600px,
34
+ gt-sm: 960px,
35
+ gt-md: 1280px,
36
+ gt-lg: 1920px
37
+ ) !default;
38
+
39
+ // Overlapping breakpoints that are less than defined
40
+ // Material Design breakpoints
41
+ // @type map
42
+ $overlapping-lt: (
43
+ lt-sm: 599.9px,
44
+ lt-md: 959.9px,
45
+ lt-lg: 1279.9px,
46
+ lt-xl: 1919.9px
47
+ ) !default;
48
+
49
+ // Media Query Mixin, takes a breakpoint and returns a wrapping
50
+ // media query statement
51
+ // e.g.
52
+ //
53
+ // @include layout-bp(xs) {
54
+ // background-color: red;
55
+ // }
56
+ //
57
+ // becomes
58
+ //
59
+ // @media (min-width: 0px) and (max-width: 599px) {
60
+ // background-color: red;
61
+ // }
62
+ @mixin layout-bp($bp) {
63
+ @if map-has-key($breakpoints, $bp) {
64
+ $min: map-get(map-get($breakpoints, $bp), begin);
65
+ $max: map-get(map-get($breakpoints, $bp), end);
66
+ @media (min-width: $min) and (max-width: $max) {
67
+ @content;
68
+ }
69
+ } @else if map-has-key($overlapping-gt, $bp) {
70
+ $min: map-get($overlapping-gt, $bp);
71
+ @media (min-width: $min) {
72
+ @content;
73
+ }
74
+ } @else if map-has-key($overlapping-lt, $bp) {
75
+ $max: map-get($overlapping-lt, $bp);
76
+ @media (max-width: $max) {
77
+ @content;
78
+ }
79
+ }
80
+ }
81
+ /* stylelint-enable */
@@ -0,0 +1,190 @@
1
+ /* Variables in this file are used in the Angular Material library. Do not modify them unless you know what you are doing. */
2
+
3
+ $material-icons: '.material-icons';
4
+ $mat-icon: '.mat-icon';
5
+ $mat-icon-button: '.mat-mdc-icon-button';
6
+ $mat-icon-button-hover: '.mdc-icon-button__ripple';
7
+ $mat-accent: '.mat-accent';
8
+ $mat-focused: '.mat-focused';
9
+ $mat-line: '.mat-line';
10
+ $mat-tab-label: '.mat-mdc-tab';
11
+ $mat-tab-label-active: '.mdc-tab--active';
12
+ $mat-tab-label-content: '.mdc-tab__content';
13
+ $mat-tab-label-container: '.mat-mdc-tab-label-container';
14
+ $mat-expansion-panel-body: '.mat-expansion-panel-body';
15
+ $mat-tab-label-text: '.mdc-tab__text-label';
16
+ $mat-tab-list: '.mat-mdc-tab-list';
17
+ $mat-tab-body: '.mat-mdc-tab-body';
18
+ $mat-tab-body-wrapper: '.mat-mdc-tab-body-wrapper';
19
+ $mat-tab-body-content: '.mat-mdc-tab-body-content';
20
+ $mat-tab-header: '.mat-mdc-tab-header';
21
+ $mat-tab-labels: '.mat-mdc-tab-labels';
22
+ $mat-tab-ink-bar: '.mdc-tab-indicator';
23
+ $mat-chip: '.mat-mdc-chip';
24
+ $mat-chip-list: '.mat-mdc-chip-list';
25
+ $mat-chip-list-wrapper: '.mat-chip-list-wrapper';
26
+ $mat-checkbox: '.mat-mdc-checkbox';
27
+ $mat-checkbox-box: '.mdc-checkbox';
28
+ $mat-checkbox-frame: '.mdc-checkbox__checkmark';
29
+ $mat-checkbox-label: '.mdc-label';
30
+ $mat-checkbox-checked: '.mat-mdc-checkbox-checked';
31
+ $mat-button: '.mat-mdc-button';
32
+ $mat-button-label: '.mdc-button__label';
33
+ $mat-button-label-text: '.mdc-button__label';
34
+ $mat-radio-checked: '.mat-mdc-radio-checked';
35
+ $mat-radio-label: '.mdc-label';
36
+ $mat-progress-bar: '.mat-mdc-progress-bar';
37
+ $mat-progress-spinner: '.mat-mdc-progress-spinner';
38
+ $mat-form-field: '.mat-mdc-form-field';
39
+ $mat-form-field-flex: '.mat-mdc-form-field-flex';
40
+ $mat-form-field-outline: '.mat-mdc-form-field-outline';
41
+ $mat-form-field-wrapper: '.mat-mdc-text-field-wrapper';
42
+ $mat-line-ripple: '.mdc-line-ripple';
43
+ $mat-form-field-subscript-wrapper: '.mat-mdc-form-field-subscript-wrapper';
44
+ $mat-form-field-prefix: '.mat-mdc-form-field-text-prefix';
45
+ $mat-form-field-suffix: '.mat-mdc-form-field-text-suffix';
46
+ $mat-form-text-field-infix: '.mat-mdc-form-text-infix';
47
+ $mat-form-field-label: '.mat-mdc-floating-label';
48
+ $mat-form-field-invalid: '.mat-form-field-invalid';
49
+ $mat-form-field-appearance-outline: '.mat-form-field-appearance-outline';
50
+ $mat-text-field-outlined: '.mdc-text-field--outlined';
51
+ $mat-text-field-outlined-thick: '.mdc-text-field--outlined-thick';
52
+ $mat-text-field-focused: '.mdc-text-field--focused';
53
+ $mat-dialog-actions: '.mat-mdc-dialog-actions';
54
+ $mat-dialog-container: '.mdc-dialog__container';
55
+ $mat-dialog-content: '.mat-mdc-dialog-content';
56
+ $mat-button-toggle: '.mat-button-toggle';
57
+ $mat-button-toggle-checked: '.mat-button-toggle-checked';
58
+ $mat-button-touch-target: '.mat-mdc-button-touch-target';
59
+ $mat-input-element: '.mat-mdc-input-element';
60
+ $mat-card: '.mat-mdc-card';
61
+ $mat-card-actions: '.mat-mdc-card-actions';
62
+ $mat-card-header-text: '.mat-mdc-card-header-text';
63
+ $mat-card-title: '.mat-mdc-card-title';
64
+ $mat-card-content: '.mat-mdc-card-content';
65
+ $mat-mini-fab: '.mat-mdc-mini-fab';
66
+ $mat-list-item-primary-text: '.mdc-list-item__primary-text';
67
+ $mat-list-item-end: '.mdc-list-item__end';
68
+ $mat-table: '.mat-mdc-table';
69
+ $mat-header-row: '.mat-mdc-header-row';
70
+ $mat-row: '.mat-mdc-row';
71
+ $mat-select: '.mat-mdc-select';
72
+ $mat-select-value: '.mat-select-value';
73
+ $mat-select-value-text: '.mat-mdc-select-value-text';
74
+ $mat-select-panel: '.mat-mdc-select-panel';
75
+ $mat-grid-tile: '.mat-grid-tile';
76
+ $mat-sidenav-content: '.mat-sidenav-content';
77
+ $mat-drawer-transition: '.mat-drawer-transition';
78
+ $mat-drawer-content: '.mat-drawer-content';
79
+ $mat-subheader: '.mat-mdc-subheader';
80
+ $mat-menu-panel: '.mat-mdc-menu-panel';
81
+ $mat-menu-content: '.mat-mdc-menu-content';
82
+ $mat-expansion-panel: '.mat-expansion-panel';
83
+ $mat-expansion-panel-header: '.mat-expansion-panel-header';
84
+ $mat-expanded: '.mat-expanded';
85
+ $mat-calendar: '.mat-calendar';
86
+ $mat-calendar-header: '.mat-calendar-header';
87
+ $mat-calendar-content: '.mat-calendar-content';
88
+ $mat-calendar-table-header: '.mat-calendar-table-header';
89
+ $mat-calendar-body-disabled: '.mat-calendar-body-disabled';
90
+ $mat-toolbar: '.mat-toolbar';
91
+ $mat-slide-toggle: '.mat-mdc-slide-toggle';
92
+ $mat-list-item-content: '.mdc-list-item__content';
93
+ $mat-list-item-unscoped-content: '.mat-mdc-list-item-unscoped-content';
94
+ $mat-text-field-no-label: '.mdc-text-field--no-label';
95
+ $mat-form-field-infix: '.mat-mdc-form-field-infix';
96
+ $mat-form-field-hide-placeholder: '.mat-form-field-hide-placeholder';
97
+ $mat-form-field-hint-wrapper: '.mat-mdc-form-field-hint-wrapper';
98
+ $mat-form-field-error-wrapper: '.mat-mdc-form-field-error-wrapper';
99
+ $mat-form-field-error: '.mat-mdc-form-field-error';
100
+ $mat-checkbox-background: '.mdc-checkbox__background';
101
+ $mat-dialog-content: '.mdc-dialog__content';
102
+ $mat-floating-label: '.mdc-floating-label';
103
+ $mat-floating-label-above: '.mdc-floating-label--float-above';
104
+ $mat-select-arrow-wrapper: '.mat-mdc-select-arrow-wrapper';
105
+ $mat-dialog-title: '.mdc-dialog__title';
106
+ $mat-expansion-panel-body: '.mat-expansion-panel-body';
107
+ $mat-dialog-surface: '.mat-mdc-dialog-surface';
108
+ $mdc-dialog: '.mdc-dialog';
109
+ $mat-text-filed-input: '.mdc-text-field__input';
110
+ $mat-floating-label-float-above: '.mdc-floating-label--float-above';
111
+ $mat-floating-label-required: '.mdc-floating-label--required';
112
+ $mat-evolution-chip: '.mdc-evolution-chip';
113
+ $mat-standard-chip: '.mat-mdc-standard-chip';
114
+ $mat-evolution-chip-action: '.mdc-evolution-chip__action';
115
+ $mat-evolution-chip-text-label: '.mdc-evolution-chip__text-label';
116
+ $mat-notched-outline: '.mdc-notched-outline';
117
+ $mat-evolution-chip-graphic: '.mdc-evolution-chip__graphic';
118
+ $mat-select-trigger: '.mat-mdc-select-trigger';
119
+ $mat-select-arrow: '.mat-mdc-select-arrow';
120
+ $mat-notched-outline-leading: '.mdc-notched-outline__leading';
121
+ $mat-notched-outline-trailing: '.mdc-notched-outline__trailing';
122
+ $mat-notched-outline-notch: '.mdc-notched-outline__notch';
123
+ $mat-evolution-chip-set: '.mdc-evolution-chip-set';
124
+ $mat-mdc-button: '.mdc-button';
125
+ $mat-outlined-button: '.mat-mdc-outlined-button';
126
+ $mat-button-base: '.mat-mdc-button-base';
127
+ $mat-button-touch-target: '.mat-mdc-button-touch-target';
128
+ $mat-evolution-chip-text-label: '.mdc-evolution-chip__text-label';
129
+ $cdk-overlay-pane: '.cdk-overlay-pane';
130
+ $cdk-drag-preview: '.cdk-drag-preview';
131
+ $mat-snackbar: '.mdc-snackbar';
132
+ $mat-snack-bar-container: '.mat-mdc-snack-bar-container';
133
+ $mat-snackbar-label: '.mdc-snackbar__label';
134
+ $mat-datetimepicker-dialog: '.mat-datetimepicker-dialog';
135
+ $mat-tab-indicator-underline: '.mdc-tab-indicator__content--underline';
136
+ $mat-autocomplete-panel: '.mat-mdc-autocomplete-panel';
137
+ $mat-menu-surface: '.mdc-menu-surface';
138
+ $mat-text-field-filled: '.mdc-text-field--filled';
139
+ $mat-text-field-disabled: '.mdc-text-field--disabled';
140
+ $mat-form-field-focus-overlay: '.mat-mdc-form-field-focus-overlay';
141
+ $mat-form-field-error-wrapper: '.mat-mdc-form-field-error-wrapper';
142
+ $mat-text-field-textarea: '.mdc-text-field--textarea';
143
+ $mat-list-item-disabled: '.mdc-list-item--disabled';
144
+ $mat-chip-focus-overlay: '.mat-mdc-chip-focus-overlay';
145
+ $mat-primary: '.mat-primary';
146
+ $mat-checkbox-touch-target: '.mat-mdc-checkbox-touch-target';
147
+ $mat-switch: '.mdc-switch';
148
+ $mat-switch-ripple: '.mdc-switch-ripple';
149
+ $mat-switch-selected: '.mdc-switch--selected';
150
+ $mat-switch-checked: '.mdc-switch--checked';
151
+ $mat-switch-handle-track: '.mdc-switch__handle-track';
152
+ $mat-switch-handle: '.mdc-switch__handle';
153
+ $mat-switch-track: '.mdc-switch__track';
154
+ $mat-switch-icons: '.mdc-switch__icons';
155
+ $mat-switch-shadow: '.mdc-switch__shadow';
156
+ $mat-switch-unselected: '.mdc-switch--unselected';
157
+ $mat-chip-action: '.mat-mdc-chip-action';
158
+ $mat-chip-graphic: '.mat-mdc-chip-graphic';
159
+ $mat-data-table-row: '.mdc-data-table__row';
160
+ $mat-data-table-cell: '.mdc-data-table__cell';
161
+ $mat-data-table-header-cell: '.mdc-data-table__header-cell';
162
+ $mat-toolbar-single-row: '.mat-toolbar-single-row';
163
+ $mat-toolbar-multiple-row: '.mat-toolbar-multiple-row';
164
+ $mat-unthemed: '.mat-unthemed';
165
+ $mat-calendar-period-button: '.mat-calendar-period-button';
166
+ $mat-radio-button: '.mat-mdc-radio-button';
167
+ $mat-radio: '.mdc-radio';
168
+ $mat-tab-ripple: '.mdc-tab__ripple';
169
+ $mat-tab-disabled: '.mat-mdc-tab-disabled';
170
+ $mat-tab-group: '.mat-mdc-tab-group';
171
+ $mat-tab-group-stretch: '.mat-mdc-tab-group-stretch-tabs';
172
+ $mat-list-item: '.mdc-list-item';
173
+ $mat-menu-item: '.mat-mdc-menu-item';
174
+ $mat-icon-no-color: '.mat-icon-no-color';
175
+ $mat-submenu-icon: '.mat-menu-submenu-icon';
176
+ $mat-mdc-submenu-icon: '.mat-mdc-menu-submenu-icon';
177
+ $mdc-form-field: '.mdc-form-field';
178
+ $mat-divider-horizontal: '.mat-divider-horizontal';
179
+ $mat-accordion: '.mat-accordion';
180
+ $mdc-list: '.mdc-list';
181
+ $mat-form-field-icon-suffix: '.mat-mdc-form-field-icon-suffix';
182
+ $mat-text-field: '.mdc-text-field';
183
+ $mat-form-field-disabled: '.mat-form-field-disabled';
184
+ $mat-select-disabled: '.mat-mdc-select-disabled';
185
+ $mat-select-value: '.mat-mdc-select-value';
186
+ $mat-checkbox-native-control: '.mdc-checkbox__native-control';
187
+ $mat-checkbox-selected: '.mdc-checkbox--selected';
188
+ $mat-checkbox-ripple: '.mat-mdc-checkbox-ripple';
189
+ $mat-list-base: '.mat-mdc-list-base';
190
+ $mat-card-header: '.mat-mdc-card-header';
@@ -1,7 +1,7 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../mat-selectors.scss' as ms;
2
2
 
3
- #{$mdc-dialog} {
4
- #{$mat-dialog-surface}:is(div) {
3
+ #{ms.$mdc-dialog} {
4
+ #{ms.$mat-dialog-surface}:is(div) {
5
5
  padding-bottom: 0;
6
6
  }
7
7
  }
@@ -31,11 +31,11 @@
31
31
  width: 100%;
32
32
  justify-content: unset;
33
33
 
34
- #{$mat-button-label} {
34
+ #{ms.$mat-button-label} {
35
35
  padding-right: 0;
36
36
  }
37
37
 
38
- #{$mat-icon} {
38
+ #{ms.$mat-icon} {
39
39
  font-size: 24px;
40
40
  width: 24px;
41
41
  height: 24px;
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../mat-selectors.scss' as ms;
2
2
 
3
3
  $search-result-height: calc(100% - 60px);
4
4
 
@@ -9,7 +9,7 @@ $search-result-height: calc(100% - 60px);
9
9
  overflow: auto;
10
10
  border: 2px solid var(--adf-theme-foreground-text-color-007);
11
11
 
12
- #{$mat-list-item-end} {
12
+ #{ms.$mat-list-item-end} {
13
13
  display: none;
14
14
  }
15
15
 
@@ -54,18 +54,18 @@ $search-result-height: calc(100% - 60px);
54
54
  padding-bottom: 0;
55
55
  padding-top: 12px;
56
56
 
57
- #{$mat-form-field-wrapper} {
58
- #{$mat-form-field-flex} {
57
+ #{ms.$mat-form-field-wrapper} {
58
+ #{ms.$mat-form-field-flex} {
59
59
  align-items: center;
60
60
 
61
- #{$mat-form-field-infix} {
61
+ #{ms.$mat-form-field-infix} {
62
62
  padding-top: 0;
63
63
  padding-bottom: 0;
64
64
  }
65
65
  }
66
66
  }
67
67
 
68
- #{$mat-form-field-subscript-wrapper} {
68
+ #{ms.$mat-form-field-subscript-wrapper} {
69
69
  height: 16px;
70
70
  }
71
71
 
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../mat-selectors.scss' as ms;
2
2
 
3
3
  .adf {
4
4
  &-permission-card {
@@ -88,7 +88,7 @@
88
88
  height: calc(100% - 63px);
89
89
  }
90
90
 
91
- &-local-permission-container#{$mat-card-content} {
91
+ &-local-permission-container#{ms.$mat-card-content} {
92
92
  overflow: hidden;
93
93
  flex: 1 1 auto;
94
94
  padding: 0;
@@ -1,11 +1,11 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../mat-selectors.scss' as ms;
2
2
 
3
- .adf-role-selector-field#{$mat-form-field} {
3
+ .adf-role-selector-field#{ms.$mat-form-field} {
4
4
  width: 100%;
5
5
  max-width: 200px;
6
6
  height: 40px;
7
7
 
8
- #{$mat-form-field-infix}:not(:disabled) {
8
+ #{ms.$mat-form-field-infix}:not(:disabled) {
9
9
  padding-top: 8px;
10
10
  }
11
11
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../mat-selectors.scss' as ms;
2
2
 
3
3
  .adf-search-check-list > div {
4
4
  display: flex;
@@ -21,7 +21,7 @@
21
21
  white-space: nowrap;
22
22
  }
23
23
 
24
- #{$mat-checkbox-box} {
24
+ #{ms.$mat-checkbox-box} {
25
25
  margin-left: 4px;
26
26
  margin-top: 5px;
27
27
  margin-bottom: 4px;
@@ -1,21 +1,21 @@
1
1
  /* stylelint-disable selector-class-pattern */
2
- @import 'styles/mat-selectors';
2
+ @use '../../../mat-selectors.scss' as ms;
3
3
 
4
4
  adf-search-chip-autocomplete-input {
5
5
  .adf-chip-list {
6
6
  width: 100%;
7
7
  }
8
8
 
9
- .adf-chip-list:has(#{$mat-notched-outline}) {
9
+ .adf-chip-list:has(#{ms.$mat-notched-outline}) {
10
10
  margin-top: 4px;
11
11
  }
12
12
 
13
- #{$mat-form-text-field-infix} {
13
+ #{ms.$mat-form-text-field-infix} {
14
14
  border: none;
15
15
  }
16
16
 
17
- .adf-chip-list#{$mat-form-field} {
18
- #{$mat-form-field-infix} {
17
+ .adf-chip-list#{ms.$mat-form-field} {
18
+ #{ms.$mat-form-field-infix} {
19
19
  padding-top: 14px;
20
20
  padding-bottom: 14px;
21
21
  min-height: unset;
@@ -35,8 +35,8 @@ adf-search-chip-autocomplete-input {
35
35
  padding: 4px 0;
36
36
  }
37
37
 
38
- #{$mat-evolution-chip-set} {
39
- #{$mat-evolution-chip} {
38
+ #{ms.$mat-evolution-chip-set} {
39
+ #{ms.$mat-evolution-chip} {
40
40
  margin-left: 0;
41
41
  margin-right: 4px;
42
42
  }
@@ -1,8 +1,8 @@
1
1
  @use '@angular/material' as mat;
2
- @import 'styles/flex';
2
+ @use '../../flex' as flex;
3
3
 
4
- $mat-menu-overlay-min-width: 112px !default; // 56 * 2
5
- $mat-menu-overlay-max-width: 280px !default; // 56 * 5
4
+ $mat-menu-overlay-min-width: 112px !default; // 56 * 2
5
+ $mat-menu-overlay-max-width: 280px !default; // 56 * 5
6
6
 
7
7
  .adf {
8
8
  &-search-result-autocomplete {
@@ -24,7 +24,7 @@ $mat-menu-overlay-max-width: 280px !default; // 56 * 5
24
24
  background-color: var(--adf-theme-background-card-color);
25
25
  border-radius: 2px;
26
26
 
27
- @include layout-bp(lt-md) {
27
+ @include flex.layout-bp(lt-md) {
28
28
  white-space: nowrap;
29
29
  text-overflow: ellipsis;
30
30
  overflow: hidden;
@@ -1,50 +1,50 @@
1
- @import "styles/mat-selectors";
1
+ @use '../../../../mat-selectors' as ms;
2
2
 
3
3
  adf-search-date-range {
4
- .adf-search-date-range-container {
5
- margin-top: 20px;
6
- padding: 10px;
4
+ .adf-search-date-range-container {
5
+ margin-top: 20px;
6
+ padding: 10px;
7
7
 
8
- .adf-search-date-range-form-field-select {
9
- width: 180px;
10
- min-width: 180px;
11
- }
12
-
13
- &-row {
14
- display: flex;
15
- flex-direction: row;
16
- padding-bottom: 21px;
17
- align-items: center;
18
-
19
- &-date {
20
- margin-top: 8px;
21
- }
22
-
23
- #{$mat-select-arrow-wrapper} {
24
- height: unset;
25
- }
26
-
27
- .adf-search-date-range-input-field {
28
- width: 75px;
29
- }
30
-
31
- .adf-search-date-range-form-field {
32
- padding-left: 10px;
33
- flex: 1;
34
- margin-bottom: 12px;
35
-
36
- #{$mat-form-field-flex} {
37
- align-items: center;
8
+ .adf-search-date-range-form-field-select {
9
+ width: 180px;
10
+ min-width: 180px;
11
+ }
38
12
 
39
- #{$mat-form-field-infix} {
40
- padding: 0.375em 0 4px;
41
- }
13
+ &-row {
14
+ display: flex;
15
+ flex-direction: row;
16
+ padding-bottom: 21px;
17
+ align-items: center;
18
+
19
+ &-date {
20
+ margin-top: 8px;
21
+ }
22
+
23
+ #{ms.$mat-select-arrow-wrapper} {
24
+ height: unset;
25
+ }
26
+
27
+ .adf-search-date-range-input-field {
28
+ width: 75px;
29
+ }
30
+
31
+ .adf-search-date-range-form-field {
32
+ padding-left: 10px;
33
+ flex: 1;
34
+ margin-bottom: 12px;
35
+
36
+ #{ms.$mat-form-field-flex} {
37
+ align-items: center;
38
+
39
+ #{ms.$mat-form-field-infix} {
40
+ padding: 0.375em 0 4px;
41
+ }
42
+ }
43
+ }
42
44
  }
43
- }
44
45
  }
45
- }
46
46
 
47
- .adf-search-widget-extra-width {
48
- max-width: 500px;
49
- }
47
+ .adf-search-widget-extra-width {
48
+ max-width: 500px;
49
+ }
50
50
  }
@@ -1,7 +1,7 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../mat-selectors.scss' as ms;
2
2
 
3
3
  adf-search-date-range-tabbed {
4
- #{$mat-tab-header} {
4
+ #{ms.$mat-tab-header} {
5
5
  margin-top: -5px;
6
6
  }
7
7
  }
@@ -1,7 +1,7 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../../mat-selectors.scss' as ms;
2
2
 
3
3
  .adf-search-filter-chip {
4
- #{$mat-evolution-chip-graphic} {
4
+ #{ms.$mat-evolution-chip-graphic} {
5
5
  display: none;
6
6
  }
7
7
 
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../../mat-selectors.scss' as ms;
2
2
 
3
3
  adf-search-facet-chip-tabbed {
4
4
  .adf-search-filter-chip-tabbed {
@@ -6,7 +6,7 @@ adf-search-facet-chip-tabbed {
6
6
  pointer-events: none;
7
7
  }
8
8
 
9
- #{$mat-evolution-chip-graphic} {
9
+ #{ms.$mat-evolution-chip-graphic} {
10
10
  display: none;
11
11
  }
12
12
  }
@@ -16,6 +16,6 @@ adf-search-facet-chip-tabbed {
16
16
  }
17
17
  }
18
18
 
19
- .adf-search-widget-extra-width#{$mat-menu-panel} {
19
+ .adf-search-widget-extra-width#{ms.$mat-menu-panel} {
20
20
  max-width: 500px;
21
21
  }
@@ -1,5 +1,5 @@
1
1
  @use '@angular/material' as mat;
2
- @import 'styles/mat-selectors';
2
+ @use '../../../mat-selectors.scss' as ms;
3
3
 
4
4
  .adf-search-filter-chip,
5
5
  .adf-search-filter-chip-tabbed {
@@ -52,15 +52,15 @@
52
52
  }
53
53
  }
54
54
 
55
- .adf-search-filter-chip#{$mat-evolution-chip}#{$mat-standard-chip} {
55
+ .adf-search-filter-chip#{ms.$mat-evolution-chip}#{ms.$mat-standard-chip} {
56
56
  margin-top: 0;
57
57
  margin-bottom: 0;
58
58
  }
59
59
 
60
- #{$mat-standard-chip} {
60
+ #{ms.$mat-standard-chip} {
61
61
  -webkit-font-smoothing: unset;
62
62
  }
63
63
 
64
- #{$mat-evolution-chip-set} {
64
+ #{ms.$mat-evolution-chip-set} {
65
65
  margin-top: -4px;
66
66
  }
@@ -1,5 +1,5 @@
1
1
  @use '@angular/material' as mat;
2
- @import 'styles/mat-selectors';
2
+ @use '../../../mat-selectors.scss' as ms;
3
3
 
4
4
  .adf-filter {
5
5
  &-button:has(.adf-filter-icon) {
@@ -73,7 +73,7 @@
73
73
  padding-right: 16px;
74
74
  -webkit-font-smoothing: subpixel-antialiased;
75
75
 
76
- #{$mat-button-label} {
76
+ #{ms.$mat-button-label} {
77
77
  font-weight: unset;
78
78
  }
79
79
  }
@@ -1,14 +1,14 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../mat-selectors.scss' as ms;
2
2
 
3
3
  adf-search-filter-tabbed {
4
- #{$mat-tab-header} {
4
+ #{ms.$mat-tab-header} {
5
5
  margin-top: 0;
6
6
  }
7
7
 
8
8
  .adf-search-tab-label-active {
9
9
  border-bottom: 1px solid var(--theme-primary-color);
10
10
 
11
- #{$mat-tab-label-text} {
11
+ #{ms.$mat-tab-label-text} {
12
12
  color: var(--adf-theme-foreground-secondary-text-color);
13
13
  }
14
14
  }
@@ -1,5 +1,5 @@
1
1
  @use '@angular/material' as mat;
2
- @import 'styles/mat-selectors';
2
+ @use '../../../mat-selectors.scss' as ms;
3
3
 
4
4
  .adf-search-form {
5
5
  &.adf-search-form-button {
@@ -28,7 +28,7 @@
28
28
  text-align: left;
29
29
  }
30
30
 
31
- .adf-search-form-icon#{$mat-icon} {
31
+ .adf-search-form-icon#{ms.$mat-icon} {
32
32
  font-size: 24px;
33
33
  height: 24px;
34
34
  width: 24px;
@@ -1,5 +1,5 @@
1
1
  /* stylelint-disable selector-class-pattern */
2
- @import 'styles/mat-selectors';
2
+ @use '../../../mat-selectors.scss' as ms;
3
3
 
4
4
  adf-search-properties {
5
5
  .adf-search-properties-form {
@@ -9,39 +9,39 @@ adf-search-properties {
9
9
  display: block;
10
10
  }
11
11
 
12
- #{$mat-text-field-no-label} {
13
- #{$mat-form-field-infix} {
12
+ #{ms.$mat-text-field-no-label} {
13
+ #{ms.$mat-form-field-infix} {
14
14
  padding-top: 9px;
15
15
  padding-bottom: 9px;
16
16
  display: inline-block;
17
17
  }
18
18
  }
19
19
 
20
- #{$mat-form-field-infix} {
20
+ #{ms.$mat-form-field-infix} {
21
21
  height: 37.5px;
22
22
  min-height: 37.5px;
23
23
  display: inline-block;
24
24
  }
25
25
 
26
- #{$mat-select-trigger} {
26
+ #{ms.$mat-select-trigger} {
27
27
  height: 17.5px;
28
28
  }
29
29
 
30
- #{$mat-select-arrow-wrapper} {
30
+ #{ms.$mat-select-arrow-wrapper} {
31
31
  width: 16px;
32
32
  }
33
33
 
34
- #{$mat-line-ripple} {
34
+ #{ms.$mat-line-ripple} {
35
35
  &::before {
36
36
  display: none;
37
37
  }
38
38
  }
39
39
 
40
- #{$mat-select-arrow} {
40
+ #{ms.$mat-select-arrow} {
41
41
  margin-left: 5px;
42
42
  }
43
43
 
44
- #{$mat-form-field} {
44
+ #{ms.$mat-form-field} {
45
45
  margin-bottom: 18px;
46
46
  }
47
47
  }
@@ -49,7 +49,7 @@ adf-search-properties {
49
49
  adf-search-chip-autocomplete-input {
50
50
  display: block;
51
51
 
52
- #{$mat-text-field-outlined} {
52
+ #{ms.$mat-text-field-outlined} {
53
53
  &-start,
54
54
  &-end {
55
55
  border-top: 1px solid var(--adf-theme-mat-grey-color-a400);
@@ -65,15 +65,15 @@ adf-search-properties {
65
65
  }
66
66
  }
67
67
 
68
- #{$mat-focused} {
69
- #{$mat-text-field-outlined} {
68
+ #{ms.$mat-focused} {
69
+ #{ms.$mat-text-field-outlined} {
70
70
  outline: 2px auto -webkit-focus-ring-color;
71
71
  }
72
72
  }
73
73
 
74
- #{$mat-form-field-appearance-outline} {
75
- #{$mat-text-field-outlined-thick} {
76
- #{$mat-text-field-outlined} {
74
+ #{ms.$mat-form-field-appearance-outline} {
75
+ #{ms.$mat-text-field-outlined-thick} {
76
+ #{ms.$mat-text-field-outlined} {
77
77
  &-start,
78
78
  &-end {
79
79
  border-width: 1px;
@@ -82,11 +82,11 @@ adf-search-properties {
82
82
  }
83
83
  }
84
84
 
85
- #{$mat-notched-outline-leading} {
85
+ #{ms.$mat-notched-outline-leading} {
86
86
  border-color: var(--adf-theme-foreground-text-color-027);
87
87
  }
88
88
 
89
- #{$mat-notched-outline-trailing} {
89
+ #{ms.$mat-notched-outline-trailing} {
90
90
  border-color: var(--adf-theme-foreground-text-color-027);
91
91
  }
92
92
  }
@@ -107,14 +107,14 @@ adf-search-properties {
107
107
 
108
108
  .adf-search-properties-file-size-operator,
109
109
  .adf-search-properties-file-size-unit {
110
- #{$mat-form-field-infix} {
110
+ #{ms.$mat-form-field-infix} {
111
111
  border: 1px solid var(--adf-theme-mat-grey-color-a400);
112
112
  border-radius: 5px;
113
113
  padding: 9px;
114
114
  }
115
115
 
116
- &#{$mat-focused} {
117
- #{$mat-form-field-infix} {
116
+ &#{ms.$mat-focused} {
117
+ #{ms.$mat-form-field-infix} {
118
118
  outline: 2px auto -webkit-focus-ring-color;
119
119
  }
120
120
  }
@@ -1,5 +1,3 @@
1
- @import 'styles/mat-selectors';
2
-
3
1
  .adf-search-text {
4
2
  padding: 0;
5
3
 
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../mat-selectors.scss' as ms;
2
2
 
3
3
  adf-tags-creator {
4
4
  display: block;
@@ -77,7 +77,7 @@ adf-tags-creator {
77
77
  background-color: inherit;
78
78
  color: inherit;
79
79
 
80
- &:not(#{$mat-list-item-disabled}):hover {
80
+ &:not(#{ms.$mat-list-item-disabled}):hover {
81
81
  cursor: pointer;
82
82
  background: var(--adf-theme-mat-grey-color-a200);
83
83
  }
@@ -93,7 +93,7 @@ adf-tags-creator {
93
93
  min-height: 62px;
94
94
  }
95
95
 
96
- #{$mat-list-item-disabled} #{$mat-list-item-primary-text} {
96
+ #{ms.$mat-list-item-disabled} #{ms.$mat-list-item-primary-text} {
97
97
  opacity: 1;
98
98
  }
99
99
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../mat-selectors.scss' as ms;
2
2
 
3
3
  .adf-new-version-radio-group {
4
4
  display: inline-flex;
@@ -26,11 +26,11 @@
26
26
  width: 100%;
27
27
  float: right;
28
28
 
29
- #{$mat-floating-label} {
29
+ #{ms.$mat-floating-label} {
30
30
  padding-bottom: 10px;
31
31
  }
32
32
 
33
- #{$mat-form-field-infix} {
33
+ #{ms.$mat-form-field-infix} {
34
34
  padding-top: 12px;
35
35
  padding-bottom: 0;
36
36
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-content-services",
3
3
  "description": "Alfresco ADF content services",
4
- "version": "8.1.0-14664375052",
4
+ "version": "8.1.0-14711395239",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,9 +21,9 @@
21
21
  "@angular/platform-browser": ">=14.1.3",
22
22
  "@angular/platform-browser-dynamic": ">=14.1.3",
23
23
  "@angular/router": ">=14.1.3",
24
- "@alfresco/js-api": ">=9.1.0-14664375052",
24
+ "@alfresco/js-api": ">=9.1.0-14711395239",
25
25
  "@ngx-translate/core": ">=14.0.0",
26
- "@alfresco/adf-core": ">=8.1.0-14664375052"
26
+ "@alfresco/adf-core": ">=8.1.0-14711395239"
27
27
  },
28
28
  "keywords": [
29
29
  "content-services",