ngx-edu-sharing-ui 10.0.28 → 10.0.29
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/assets/scss/branding.scss +24 -24
- package/assets/scss/material-theme.scss +10 -10
- package/assets/scss/mixins.scss +20 -0
- package/fesm2022/ngx-edu-sharing-ui.mjs +345 -276
- package/fesm2022/ngx-edu-sharing-ui.mjs.map +1 -1
- package/lib/common/edu-sharing-ui-common.module.d.ts +1 -1
- package/lib/directives/icon.directive.d.ts +2 -1
- package/lib/list-items/list-text/list-text.component.d.ts +1 -1
- package/lib/list-items/list-widget.d.ts +1 -1
- package/lib/mds-viewer/widget/mds-widget.component.d.ts +1 -0
- package/lib/node-entries/node-entries-card/node-entries-card.component.d.ts +1 -1
- package/lib/node-entries/node-entries-wrapper.component.d.ts +7 -1
- package/lib/node-entries/node-entries.component.d.ts +1 -0
- package/lib/pipes/node-license.pipe.d.ts +2 -1
- package/lib/services/node-entries.service.d.ts +2 -0
- package/lib/services/options-helper-data.service.d.ts +6 -0
- package/lib/types/option-item.d.ts +1 -0
- package/lib/util/color-helper.d.ts +11 -0
- package/package.json +1 -1
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
$tokens: (
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
primaryFontFamily: '"Atkinson Hyperlegible", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"',
|
|
3
|
+
primaryFontSize: 15px,
|
|
4
|
+
customIcons: false
|
|
5
5
|
);
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
$
|
|
9
|
-
$
|
|
10
|
-
$
|
|
8
|
+
$cardRadius: 20px;
|
|
9
|
+
$cardWidth: 250px;
|
|
10
|
+
$breadcrumbHeight: 60px;
|
|
11
11
|
|
|
12
|
-
$
|
|
13
|
-
$
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
$default-chip-color: rgb(188, 188, 188);
|
|
13
|
+
$custom-chip-colors: (
|
|
14
|
+
'ccm_taxonid': var(--primary),
|
|
15
|
+
'ccm_educationallearningresourcetype_agg': $default-chip-color,
|
|
16
|
+
'ccm_educationalcontext': $default-chip-color,
|
|
17
|
+
);
|
|
16
18
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
+
$mebisBreakpoint_2xl: 1536px;
|
|
20
|
+
$mebisBreakpoint_xl: 1280px;
|
|
21
|
+
$mebisBreakpoint_l: 1025px;
|
|
22
|
+
$mebisBreakpoint_m: 769px;
|
|
23
|
+
$mebisBreakpoint_s: 640px;
|
|
19
24
|
|
|
20
|
-
$custom-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
$body-2: mat.m2-define-typography-level(16px, 24px, 400, 'Montserrat'),
|
|
28
|
-
$body-1: mat.m2-define-typography-level(16px, 21px, 400),
|
|
29
|
-
$caption: mat.m2-define-typography-level(11px, 15px, 500, 'Montserrat'),
|
|
30
|
-
$button: mat.m2-define-typography-level(14px, 20px, 700, 'Montserrat'),
|
|
31
|
-
//$input: mat.define-typography-level(inherit, 1.125, 400),
|
|
25
|
+
$custom-chip-colors: (
|
|
26
|
+
'customProperties_special': rgb(166, 214, 208),
|
|
27
|
+
'ccm_educationallearningresourcetype_agg': rgb(214, 166, 166),
|
|
28
|
+
'ccm_taxonid': rgb(231, 213, 191),
|
|
29
|
+
'customProperties_license': rgb(166, 192, 214),
|
|
30
|
+
'customProperties_context': rgb(214, 193, 166),
|
|
31
|
+
'customProperties_source': rgb(211, 214, 166),
|
|
32
32
|
);
|
|
@@ -64,6 +64,7 @@ $dark-secondary-text: rgba(black, 0.54);
|
|
|
64
64
|
--mdc-switch-handle-shape: var(--mat-sys-corner-full);
|
|
65
65
|
--mdc-switch-track-shape: var(--mat-sys-corner-full);
|
|
66
66
|
}
|
|
67
|
+
|
|
67
68
|
html .mat-mdc-slide-toggle {
|
|
68
69
|
--mat-switch-track-outline-width: 2px;
|
|
69
70
|
--mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;
|
|
@@ -73,6 +74,9 @@ html .mat-mdc-slide-toggle {
|
|
|
73
74
|
--mdc-switch-handle-elevation-shadow: none;
|
|
74
75
|
--mat-switch-track-outline-color: var(--mdc-switch-unselected-handle-color);
|
|
75
76
|
}
|
|
77
|
+
.mat-mdc-standard-chip {
|
|
78
|
+
--mdc-chip-elevated-container-color: var(--palette-primary-100);
|
|
79
|
+
}
|
|
76
80
|
.mdc-switch--selected {
|
|
77
81
|
--mdc-switch-selected-icon-size: 16px;
|
|
78
82
|
--mdc-switch-selected-handle-color: var(--palette-primary-contrast-500);
|
|
@@ -331,19 +335,17 @@ body {
|
|
|
331
335
|
}
|
|
332
336
|
}
|
|
333
337
|
.mat-mdc-checkbox {
|
|
338
|
+
--mdc-checkbox-selected-checkmark-color: var(--primary);
|
|
339
|
+
--mdc-checkbox-selected-hover-icon-color: var(--primary);
|
|
340
|
+
--mdc-checkbox-selected-focus-icon-color: var(--primary);
|
|
341
|
+
--mdc-checkbox-disabled-selected-checkmark-color: var(--palette-primary-100);
|
|
334
342
|
.mdc-checkbox__background {
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
background-color: #fff !important;
|
|
338
|
-
|
|
343
|
+
background-color: #fff;
|
|
339
344
|
.mdc-checkbox__checkmark {
|
|
340
345
|
color: #fff !important;
|
|
341
346
|
}
|
|
342
347
|
}
|
|
343
348
|
&.mdc-checkbox--disabled {
|
|
344
|
-
.mdc-checkbox__background {
|
|
345
|
-
border-color: var(--palette-primary-100) !important;
|
|
346
|
-
}
|
|
347
349
|
&.mat-mdc-checkbox-checked,
|
|
348
350
|
&.mat-mdc-checkbox-indeterminate {
|
|
349
351
|
.mdc-checkbox__background {
|
|
@@ -354,7 +356,6 @@ body {
|
|
|
354
356
|
&.mat-mdc-checkbox-checked,
|
|
355
357
|
&.mat-mdc-checkbox-indeterminate {
|
|
356
358
|
.mdc-checkbox__background {
|
|
357
|
-
background-color: var(--primary) !important;
|
|
358
359
|
.mdc-checkbox__checkmark,
|
|
359
360
|
.mdc-checkbox__mixedmark {
|
|
360
361
|
color: #fff !important;
|
|
@@ -443,7 +444,7 @@ button {
|
|
|
443
444
|
.mat-calendar-table-header-divider {
|
|
444
445
|
display: none;
|
|
445
446
|
}
|
|
446
|
-
|
|
447
|
+
mat-option {
|
|
447
448
|
font-size: 100%;
|
|
448
449
|
.mat-option-primary {
|
|
449
450
|
line-height: initial;
|
|
@@ -571,7 +572,6 @@ mat-select.mat-select-icon {
|
|
|
571
572
|
}
|
|
572
573
|
}
|
|
573
574
|
.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) {
|
|
574
|
-
background-color: var(--palette-primary-100) !important;
|
|
575
575
|
.mat-mdc-chip-remove {
|
|
576
576
|
color: var(--primary) !important;
|
|
577
577
|
opacity: 1 !important;
|
package/assets/scss/mixins.scss
CHANGED
|
@@ -47,6 +47,26 @@
|
|
|
47
47
|
background-color: var(--primary);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
+
@mixin materialScrollbarLight() {
|
|
51
|
+
&::-webkit-scrollbar-track {
|
|
52
|
+
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
53
|
+
border-radius: 10px;
|
|
54
|
+
background-color: transparent;
|
|
55
|
+
}
|
|
56
|
+
&::-webkit-scrollbar {
|
|
57
|
+
height: 4px;
|
|
58
|
+
background-color: transparent;
|
|
59
|
+
}
|
|
60
|
+
&::-webkit-scrollbar-thumb {
|
|
61
|
+
max-width: 4px;
|
|
62
|
+
border-radius: 10px;
|
|
63
|
+
// -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
|
|
64
|
+
background-color: var(--palette-primary-100);
|
|
65
|
+
}
|
|
66
|
+
// Firefox
|
|
67
|
+
scrollbar-width: thin;
|
|
68
|
+
scrollbar-color: var(--palette-primary-100) transparent;
|
|
69
|
+
}
|
|
50
70
|
@mixin removeDefaultFocus() {
|
|
51
71
|
outline: none;
|
|
52
72
|
}
|