@flywheel-io/vision 0.6.0 → 0.7.0
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/components/dialog/choice-dialog.component.d.ts +8 -5
- package/elements/README.md +20 -0
- package/elements/package.json +5 -5
- package/{esm2015/components/button/button.component.js → esm2020/components/button/button.component.mjs} +6 -11
- package/{esm2015/components/button/button.module.js → esm2020/components/button/button.module.mjs} +4 -4
- package/{esm2015/components/button-group/button-group.component.js → esm2020/components/button-group/button-group.component.mjs} +6 -12
- package/{esm2015/components/button-group/button-group.module.js → esm2020/components/button-group/button-group.module.mjs} +4 -4
- package/esm2020/components/dialog/choice-dialog.component.mjs +90 -0
- package/{esm2015/components/dialog/confirm-dialog.component.js → esm2020/components/dialog/confirm-dialog.component.mjs} +4 -4
- package/{esm2015/components/dialog/dialog.module.js → esm2020/components/dialog/dialog.module.mjs} +4 -4
- package/esm2020/components/dialog/dialog.service.mjs +72 -0
- package/{esm2015/components/dialog/error-dialog.component.js → esm2020/components/dialog/error-dialog.component.mjs} +4 -4
- package/esm2020/components/dialog/portal-dialog.component.mjs +112 -0
- package/{esm2015/components/icon/icon.component.js → esm2020/components/icon/icon.component.mjs} +3 -3
- package/{esm2015/components/icon/icon.module.js → esm2020/components/icon/icon.module.mjs} +4 -4
- package/esm2020/components/notification/notification/notification.component.mjs +69 -0
- package/{esm2015/components/notification/notification/notification.model.js → esm2020/components/notification/notification/notification.model.mjs} +0 -0
- package/esm2020/components/notification/notification-container/notification-container.component.mjs +86 -0
- package/{esm2015/components/notification/notification-timer.service.js → esm2020/components/notification/notification-timer.service.mjs} +0 -0
- package/{esm2015/components/notification/notification.module.js → esm2020/components/notification/notification.module.mjs} +4 -4
- package/{esm2015/components/notification/notification.service.js → esm2020/components/notification/notification.service.mjs} +3 -3
- package/{esm2015/components/popover/popover-trigger.component.js → esm2020/components/popover/popover-trigger.component.mjs} +3 -3
- package/esm2020/components/popover/popover-trigger.directive.mjs +133 -0
- package/esm2020/components/popover/popover.component.mjs +29 -0
- package/{esm2015/components/popover/popover.module.js → esm2020/components/popover/popover.module.mjs} +4 -4
- package/{esm2015/components/shared/pipes/pipes.module.js → esm2020/components/shared/pipes/pipes.module.mjs} +4 -4
- package/{esm2015/components/shared/pipes/translate.pipe.js → esm2020/components/shared/pipes/translate.pipe.mjs} +3 -3
- package/{esm2015/components/shared/pipes/trusthtml.pipe.js → esm2020/components/shared/pipes/trusthtml.pipe.mjs} +3 -3
- package/{esm2015/components/shared/translation.service.js → esm2020/components/shared/translation.service.mjs} +3 -3
- package/esm2020/components/table/table.component.mjs +179 -0
- package/{esm2015/components/table/table.module.js → esm2020/components/table/table.module.mjs} +4 -4
- package/{esm2015/elements/elements.js → esm2020/elements/elements.mjs} +4 -4
- package/{esm2015/elements/flywheel-io-vision-elements.js → esm2020/elements/flywheel-io-vision-elements.mjs} +0 -0
- package/{esm2015/elements/polyfills.js → esm2020/elements/polyfills.mjs} +0 -0
- package/{esm2015/elements/public-api.js → esm2020/elements/public-api.mjs} +0 -0
- package/{esm2015/flywheel-io-vision.js → esm2020/flywheel-io-vision.mjs} +0 -0
- package/{esm2015/public-api.js → esm2020/public-api.mjs} +0 -0
- package/fesm2015/{flywheel-io-vision-elements.js → flywheel-io-vision-elements.mjs} +5 -5
- package/fesm2015/flywheel-io-vision-elements.mjs.map +1 -0
- package/fesm2015/{flywheel-io-vision.js → flywheel-io-vision.mjs} +148 -165
- package/fesm2015/flywheel-io-vision.mjs.map +1 -0
- package/fesm2020/flywheel-io-vision-elements.mjs +85 -0
- package/fesm2020/flywheel-io-vision-elements.mjs.map +1 -0
- package/fesm2020/flywheel-io-vision.mjs +1392 -0
- package/fesm2020/flywheel-io-vision.mjs.map +1 -0
- package/package.json +43 -18
- package/scss/atoms/ghost.scss +30 -0
- package/scss/config/theme.scss +6 -6
- package/scss/material/overrides.scss +6 -1
- package/styles.css +156 -94
- package/styles.scss +8 -9
- package/bundles/flywheel-io-vision-elements.umd.js +0 -449
- package/bundles/flywheel-io-vision-elements.umd.js.map +0 -1
- package/bundles/flywheel-io-vision.umd.js +0 -1800
- package/bundles/flywheel-io-vision.umd.js.map +0 -1
- package/esm2015/components/dialog/choice-dialog.component.js +0 -78
- package/esm2015/components/dialog/dialog.service.js +0 -69
- package/esm2015/components/dialog/portal-dialog.component.js +0 -113
- package/esm2015/components/notification/notification/notification.component.js +0 -78
- package/esm2015/components/notification/notification-container/notification-container.component.js +0 -93
- package/esm2015/components/popover/popover-trigger.directive.js +0 -135
- package/esm2015/components/popover/popover.component.js +0 -35
- package/esm2015/components/table/table.component.js +0 -184
- package/fesm2015/flywheel-io-vision-elements.js.map +0 -1
- package/fesm2015/flywheel-io-vision.js.map +0 -1
package/styles.css
CHANGED
|
@@ -16,77 +16,115 @@
|
|
|
16
16
|
font-size: 24px;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.mat-h1,
|
|
19
|
+
.mat-h1,
|
|
20
|
+
.mat-headline,
|
|
21
|
+
.mat-typography .mat-h1,
|
|
22
|
+
.mat-typography .mat-headline,
|
|
23
|
+
.mat-typography h1 {
|
|
20
24
|
font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
|
|
21
25
|
letter-spacing: normal;
|
|
22
26
|
margin: 0 0 16px;
|
|
23
27
|
}
|
|
24
28
|
|
|
25
|
-
.mat-h2,
|
|
29
|
+
.mat-h2,
|
|
30
|
+
.mat-title,
|
|
31
|
+
.mat-typography .mat-h2,
|
|
32
|
+
.mat-typography .mat-title,
|
|
33
|
+
.mat-typography h2 {
|
|
26
34
|
font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
|
|
27
35
|
letter-spacing: normal;
|
|
28
36
|
margin: 0 0 16px;
|
|
29
37
|
}
|
|
30
38
|
|
|
31
|
-
.mat-h3,
|
|
39
|
+
.mat-h3,
|
|
40
|
+
.mat-subheading-2,
|
|
41
|
+
.mat-typography .mat-h3,
|
|
42
|
+
.mat-typography .mat-subheading-2,
|
|
43
|
+
.mat-typography h3 {
|
|
32
44
|
font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
|
|
33
45
|
letter-spacing: normal;
|
|
34
46
|
margin: 0 0 16px;
|
|
35
47
|
}
|
|
36
48
|
|
|
37
|
-
.mat-h4,
|
|
49
|
+
.mat-h4,
|
|
50
|
+
.mat-subheading-1,
|
|
51
|
+
.mat-typography .mat-h4,
|
|
52
|
+
.mat-typography .mat-subheading-1,
|
|
53
|
+
.mat-typography h4 {
|
|
38
54
|
font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
|
|
39
55
|
letter-spacing: normal;
|
|
40
56
|
margin: 0 0 16px;
|
|
41
57
|
}
|
|
42
58
|
|
|
43
|
-
.mat-h5,
|
|
59
|
+
.mat-h5,
|
|
60
|
+
.mat-typography .mat-h5,
|
|
61
|
+
.mat-typography h5 {
|
|
44
62
|
font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
|
|
45
63
|
margin: 0 0 12px;
|
|
46
64
|
}
|
|
47
65
|
|
|
48
|
-
.mat-h6,
|
|
66
|
+
.mat-h6,
|
|
67
|
+
.mat-typography .mat-h6,
|
|
68
|
+
.mat-typography h6 {
|
|
49
69
|
font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
|
|
50
70
|
margin: 0 0 12px;
|
|
51
71
|
}
|
|
52
72
|
|
|
53
|
-
.mat-body-strong,
|
|
73
|
+
.mat-body-strong,
|
|
74
|
+
.mat-body-2,
|
|
75
|
+
.mat-typography .mat-body-strong,
|
|
76
|
+
.mat-typography .mat-body-2 {
|
|
54
77
|
font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
|
|
55
78
|
letter-spacing: normal;
|
|
56
79
|
}
|
|
57
80
|
|
|
58
|
-
.mat-body,
|
|
81
|
+
.mat-body,
|
|
82
|
+
.mat-body-1,
|
|
83
|
+
.mat-typography .mat-body,
|
|
84
|
+
.mat-typography .mat-body-1,
|
|
85
|
+
.mat-typography {
|
|
59
86
|
font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
|
|
60
87
|
letter-spacing: normal;
|
|
61
88
|
}
|
|
62
|
-
.mat-body p,
|
|
89
|
+
.mat-body p,
|
|
90
|
+
.mat-body-1 p,
|
|
91
|
+
.mat-typography .mat-body p,
|
|
92
|
+
.mat-typography .mat-body-1 p,
|
|
93
|
+
.mat-typography p {
|
|
63
94
|
margin: 0 0 12px;
|
|
64
95
|
}
|
|
65
96
|
|
|
66
|
-
.mat-small,
|
|
97
|
+
.mat-small,
|
|
98
|
+
.mat-caption,
|
|
99
|
+
.mat-typography .mat-small,
|
|
100
|
+
.mat-typography .mat-caption {
|
|
67
101
|
font: 400 12px / 20px Roboto, "Helvetica Neue", sans-serif;
|
|
68
102
|
letter-spacing: normal;
|
|
69
103
|
}
|
|
70
104
|
|
|
71
|
-
.mat-display-4,
|
|
105
|
+
.mat-display-4,
|
|
106
|
+
.mat-typography .mat-display-4 {
|
|
72
107
|
font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
|
|
73
108
|
letter-spacing: -0.05em;
|
|
74
109
|
margin: 0 0 56px;
|
|
75
110
|
}
|
|
76
111
|
|
|
77
|
-
.mat-display-3,
|
|
112
|
+
.mat-display-3,
|
|
113
|
+
.mat-typography .mat-display-3 {
|
|
78
114
|
font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
|
|
79
115
|
letter-spacing: -0.02em;
|
|
80
116
|
margin: 0 0 64px;
|
|
81
117
|
}
|
|
82
118
|
|
|
83
|
-
.mat-display-2,
|
|
119
|
+
.mat-display-2,
|
|
120
|
+
.mat-typography .mat-display-2 {
|
|
84
121
|
font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
|
|
85
122
|
letter-spacing: -0.005em;
|
|
86
123
|
margin: 0 0 64px;
|
|
87
124
|
}
|
|
88
125
|
|
|
89
|
-
.mat-display-1,
|
|
126
|
+
.mat-display-1,
|
|
127
|
+
.mat-typography .mat-display-1 {
|
|
90
128
|
font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
|
|
91
129
|
letter-spacing: normal;
|
|
92
130
|
margin: 0 0 64px;
|
|
@@ -262,17 +300,14 @@
|
|
|
262
300
|
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
|
|
263
301
|
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
|
|
264
302
|
transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
|
|
265
|
-
-ms-transform: translateY(-1.28125em) scale(0.75);
|
|
266
303
|
width: 133.3333333333%;
|
|
267
304
|
}
|
|
268
305
|
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
|
|
269
306
|
transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
|
|
270
|
-
-ms-transform: translateY(-1.28124em) scale(0.75);
|
|
271
307
|
width: 133.3333433333%;
|
|
272
308
|
}
|
|
273
309
|
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
|
|
274
310
|
transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
|
|
275
|
-
-ms-transform: translateY(-1.28123em) scale(0.75);
|
|
276
311
|
width: 133.3333533333%;
|
|
277
312
|
}
|
|
278
313
|
.mat-form-field-appearance-legacy .mat-form-field-label {
|
|
@@ -288,7 +323,7 @@
|
|
|
288
323
|
|
|
289
324
|
@media print {
|
|
290
325
|
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
|
|
291
|
-
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
|
|
326
|
+
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
|
|
292
327
|
transform: translateY(-1.28122em) scale(0.75);
|
|
293
328
|
}
|
|
294
329
|
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
|
|
@@ -584,6 +619,11 @@ input.mat-input-element {
|
|
|
584
619
|
outline: 0;
|
|
585
620
|
-webkit-appearance: none;
|
|
586
621
|
-moz-appearance: none;
|
|
622
|
+
left: 0;
|
|
623
|
+
}
|
|
624
|
+
[dir=rtl] .cdk-visually-hidden {
|
|
625
|
+
left: auto;
|
|
626
|
+
right: 0;
|
|
587
627
|
}
|
|
588
628
|
|
|
589
629
|
.cdk-overlay-container, .cdk-global-overlay-wrapper {
|
|
@@ -641,8 +681,14 @@ input.mat-input-element {
|
|
|
641
681
|
background: rgba(0, 0, 0, 0.32);
|
|
642
682
|
}
|
|
643
683
|
|
|
644
|
-
.cdk-overlay-transparent-backdrop
|
|
684
|
+
.cdk-overlay-transparent-backdrop {
|
|
685
|
+
transition: visibility 1ms linear, opacity 1ms linear;
|
|
686
|
+
visibility: hidden;
|
|
687
|
+
opacity: 1;
|
|
688
|
+
}
|
|
689
|
+
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
|
|
645
690
|
opacity: 0;
|
|
691
|
+
visibility: visible;
|
|
646
692
|
}
|
|
647
693
|
|
|
648
694
|
.cdk-overlay-connected-position-bounding-box {
|
|
@@ -896,6 +942,10 @@ textarea.cdk-textarea-autosize-measuring-firefox {
|
|
|
896
942
|
position: relative;
|
|
897
943
|
}
|
|
898
944
|
|
|
945
|
+
.mat-badge.mat-badge {
|
|
946
|
+
overflow: visible;
|
|
947
|
+
}
|
|
948
|
+
|
|
899
949
|
.mat-badge-hidden .mat-badge-content {
|
|
900
950
|
display: none;
|
|
901
951
|
}
|
|
@@ -1175,13 +1225,13 @@ textarea.cdk-textarea-autosize-measuring-firefox {
|
|
|
1175
1225
|
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
|
|
1176
1226
|
}
|
|
1177
1227
|
|
|
1178
|
-
.mat-button-toggle-standalone,
|
|
1179
|
-
.mat-button-toggle-group {
|
|
1228
|
+
.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
|
|
1229
|
+
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
|
|
1180
1230
|
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
1181
1231
|
}
|
|
1182
1232
|
|
|
1183
|
-
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
|
|
1184
|
-
.mat-button-toggle-group-appearance-standard {
|
|
1233
|
+
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
|
|
1234
|
+
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
|
|
1185
1235
|
box-shadow: none;
|
|
1186
1236
|
}
|
|
1187
1237
|
|
|
@@ -1201,18 +1251,18 @@ textarea.cdk-textarea-autosize-measuring-firefox {
|
|
|
1201
1251
|
}
|
|
1202
1252
|
|
|
1203
1253
|
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
|
|
1204
|
-
border-left: solid 1px
|
|
1254
|
+
border-left: solid 1px #e0e0e0;
|
|
1205
1255
|
}
|
|
1206
1256
|
|
|
1207
1257
|
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
|
|
1208
1258
|
border-left: none;
|
|
1209
|
-
border-right: solid 1px
|
|
1259
|
+
border-right: solid 1px #e0e0e0;
|
|
1210
1260
|
}
|
|
1211
1261
|
|
|
1212
1262
|
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
|
|
1213
1263
|
border-left: none;
|
|
1214
1264
|
border-right: none;
|
|
1215
|
-
border-top: solid 1px
|
|
1265
|
+
border-top: solid 1px #e0e0e0;
|
|
1216
1266
|
}
|
|
1217
1267
|
|
|
1218
1268
|
.mat-button-toggle-checked {
|
|
@@ -1236,7 +1286,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
|
|
|
1236
1286
|
|
|
1237
1287
|
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
|
|
1238
1288
|
.mat-button-toggle-group-appearance-standard {
|
|
1239
|
-
border: solid 1px
|
|
1289
|
+
border: solid 1px #e0e0e0;
|
|
1240
1290
|
}
|
|
1241
1291
|
|
|
1242
1292
|
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
|
|
@@ -1291,7 +1341,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
|
|
|
1291
1341
|
border-color: #b0b0b0;
|
|
1292
1342
|
}
|
|
1293
1343
|
.mat-checkbox-disabled .mat-checkbox-label {
|
|
1294
|
-
color: rgba(0, 0, 0, 0.
|
|
1344
|
+
color: rgba(0, 0, 0, 0.38);
|
|
1295
1345
|
}
|
|
1296
1346
|
|
|
1297
1347
|
.mat-checkbox .mat-ripple-element {
|
|
@@ -1391,7 +1441,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
1391
1441
|
}
|
|
1392
1442
|
|
|
1393
1443
|
.mat-calendar-arrow {
|
|
1394
|
-
|
|
1444
|
+
fill: rgba(0, 0, 0, 0.54);
|
|
1395
1445
|
}
|
|
1396
1446
|
|
|
1397
1447
|
.mat-datepicker-toggle,
|
|
@@ -1477,12 +1527,16 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
1477
1527
|
box-shadow: inset 0 0 0 1px white;
|
|
1478
1528
|
}
|
|
1479
1529
|
|
|
1480
|
-
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
|
|
1481
1530
|
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
|
|
1482
1531
|
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
|
|
1483
1532
|
background-color: rgba(27, 104, 250, 0.3);
|
|
1484
1533
|
}
|
|
1485
1534
|
|
|
1535
|
+
@media (hover: hover) {
|
|
1536
|
+
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
|
|
1537
|
+
background-color: rgba(27, 104, 250, 0.3);
|
|
1538
|
+
}
|
|
1539
|
+
}
|
|
1486
1540
|
.mat-datepicker-content {
|
|
1487
1541
|
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1488
1542
|
background-color: white;
|
|
@@ -1521,11 +1575,15 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
1521
1575
|
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
|
|
1522
1576
|
box-shadow: inset 0 0 0 1px white;
|
|
1523
1577
|
}
|
|
1524
|
-
.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
|
|
1525
1578
|
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
|
|
1526
1579
|
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
|
|
1527
1580
|
background-color: rgba(89, 185, 107, 0.3);
|
|
1528
1581
|
}
|
|
1582
|
+
@media (hover: hover) {
|
|
1583
|
+
.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
|
|
1584
|
+
background-color: rgba(89, 185, 107, 0.3);
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1529
1587
|
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
|
|
1530
1588
|
background: rgba(217, 83, 75, 0.2);
|
|
1531
1589
|
}
|
|
@@ -1559,11 +1617,15 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
1559
1617
|
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
|
|
1560
1618
|
box-shadow: inset 0 0 0 1px white;
|
|
1561
1619
|
}
|
|
1562
|
-
.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
|
|
1563
1620
|
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
|
|
1564
1621
|
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
|
|
1565
1622
|
background-color: rgba(217, 83, 75, 0.3);
|
|
1566
1623
|
}
|
|
1624
|
+
@media (hover: hover) {
|
|
1625
|
+
.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
|
|
1626
|
+
background-color: rgba(217, 83, 75, 0.3);
|
|
1627
|
+
}
|
|
1628
|
+
}
|
|
1567
1629
|
|
|
1568
1630
|
.mat-datepicker-content-touch {
|
|
1569
1631
|
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
@@ -1826,9 +1888,9 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
1826
1888
|
.mat-list-base .mat-subheader {
|
|
1827
1889
|
color: rgba(0, 0, 0, 0.54);
|
|
1828
1890
|
}
|
|
1829
|
-
|
|
1830
|
-
.mat-list-item-disabled {
|
|
1891
|
+
.mat-list-base .mat-list-item-disabled {
|
|
1831
1892
|
background-color: #eeeeee;
|
|
1893
|
+
color: rgba(0, 0, 0, 0.38);
|
|
1832
1894
|
}
|
|
1833
1895
|
|
|
1834
1896
|
.mat-list-option:hover, .mat-list-option:focus,
|
|
@@ -2108,39 +2170,37 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
2108
2170
|
background-color: rgba(0, 0, 0, 0.26);
|
|
2109
2171
|
}
|
|
2110
2172
|
|
|
2111
|
-
.mat-primary .mat-slider-track-fill,
|
|
2112
|
-
.mat-primary .mat-slider-thumb,
|
|
2113
|
-
.mat-primary .mat-slider-thumb-label {
|
|
2173
|
+
.mat-slider.mat-primary .mat-slider-track-fill,
|
|
2174
|
+
.mat-slider.mat-primary .mat-slider-thumb,
|
|
2175
|
+
.mat-slider.mat-primary .mat-slider-thumb-label {
|
|
2114
2176
|
background-color: #1b68fa;
|
|
2115
2177
|
}
|
|
2116
|
-
.mat-primary .mat-slider-thumb-label-text {
|
|
2178
|
+
.mat-slider.mat-primary .mat-slider-thumb-label-text {
|
|
2117
2179
|
color: white;
|
|
2118
2180
|
}
|
|
2119
|
-
.mat-primary .mat-slider-focus-ring {
|
|
2181
|
+
.mat-slider.mat-primary .mat-slider-focus-ring {
|
|
2120
2182
|
background-color: rgba(27, 104, 250, 0.2);
|
|
2121
2183
|
}
|
|
2122
|
-
|
|
2123
|
-
.mat-accent .mat-slider-
|
|
2124
|
-
.mat-accent .mat-slider-thumb
|
|
2125
|
-
.mat-accent .mat-slider-thumb-label {
|
|
2184
|
+
.mat-slider.mat-accent .mat-slider-track-fill,
|
|
2185
|
+
.mat-slider.mat-accent .mat-slider-thumb,
|
|
2186
|
+
.mat-slider.mat-accent .mat-slider-thumb-label {
|
|
2126
2187
|
background-color: #59b96b;
|
|
2127
2188
|
}
|
|
2128
|
-
.mat-accent .mat-slider-thumb-label-text {
|
|
2189
|
+
.mat-slider.mat-accent .mat-slider-thumb-label-text {
|
|
2129
2190
|
color: white;
|
|
2130
2191
|
}
|
|
2131
|
-
.mat-accent .mat-slider-focus-ring {
|
|
2192
|
+
.mat-slider.mat-accent .mat-slider-focus-ring {
|
|
2132
2193
|
background-color: rgba(89, 185, 107, 0.2);
|
|
2133
2194
|
}
|
|
2134
|
-
|
|
2135
|
-
.mat-warn .mat-slider-
|
|
2136
|
-
.mat-warn .mat-slider-thumb
|
|
2137
|
-
.mat-warn .mat-slider-thumb-label {
|
|
2195
|
+
.mat-slider.mat-warn .mat-slider-track-fill,
|
|
2196
|
+
.mat-slider.mat-warn .mat-slider-thumb,
|
|
2197
|
+
.mat-slider.mat-warn .mat-slider-thumb-label {
|
|
2138
2198
|
background-color: #d9534b;
|
|
2139
2199
|
}
|
|
2140
|
-
.mat-warn .mat-slider-thumb-label-text {
|
|
2200
|
+
.mat-slider.mat-warn .mat-slider-thumb-label-text {
|
|
2141
2201
|
color: white;
|
|
2142
2202
|
}
|
|
2143
|
-
.mat-warn .mat-slider-focus-ring {
|
|
2203
|
+
.mat-slider.mat-warn .mat-slider-focus-ring {
|
|
2144
2204
|
background-color: rgba(217, 83, 75, 0.2);
|
|
2145
2205
|
}
|
|
2146
2206
|
|
|
@@ -2149,34 +2209,34 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
2149
2209
|
background-color: rgba(0, 0, 0, 0.38);
|
|
2150
2210
|
}
|
|
2151
2211
|
|
|
2152
|
-
.mat-slider-disabled .mat-slider-track-background,
|
|
2153
|
-
.mat-slider-disabled .mat-slider-track-fill,
|
|
2154
|
-
.mat-slider-disabled .mat-slider-thumb {
|
|
2212
|
+
.mat-slider.mat-slider-disabled .mat-slider-track-background,
|
|
2213
|
+
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
|
|
2214
|
+
.mat-slider.mat-slider-disabled .mat-slider-thumb {
|
|
2155
2215
|
background-color: rgba(0, 0, 0, 0.26);
|
|
2156
2216
|
}
|
|
2157
|
-
.mat-slider-disabled:hover .mat-slider-track-background {
|
|
2217
|
+
.mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
|
|
2158
2218
|
background-color: rgba(0, 0, 0, 0.26);
|
|
2159
2219
|
}
|
|
2160
2220
|
|
|
2161
|
-
.mat-slider-min-value .mat-slider-focus-ring {
|
|
2221
|
+
.mat-slider.mat-slider-min-value .mat-slider-focus-ring {
|
|
2162
2222
|
background-color: rgba(0, 0, 0, 0.12);
|
|
2163
2223
|
}
|
|
2164
|
-
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
|
|
2165
|
-
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
|
|
2224
|
+
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
|
|
2225
|
+
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
|
|
2166
2226
|
background-color: rgba(0, 0, 0, 0.87);
|
|
2167
2227
|
}
|
|
2168
|
-
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
|
|
2169
|
-
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
|
|
2228
|
+
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
|
|
2229
|
+
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
|
|
2170
2230
|
background-color: rgba(0, 0, 0, 0.26);
|
|
2171
2231
|
}
|
|
2172
|
-
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
|
|
2232
|
+
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
|
|
2173
2233
|
border-color: rgba(0, 0, 0, 0.26);
|
|
2174
2234
|
background-color: transparent;
|
|
2175
2235
|
}
|
|
2176
|
-
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
|
|
2236
|
+
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
|
|
2177
2237
|
border-color: rgba(0, 0, 0, 0.38);
|
|
2178
2238
|
}
|
|
2179
|
-
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
|
|
2239
|
+
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
|
|
2180
2240
|
border-color: rgba(0, 0, 0, 0.26);
|
|
2181
2241
|
}
|
|
2182
2242
|
|
|
@@ -2584,7 +2644,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
2584
2644
|
border-color: #b0b0b0;
|
|
2585
2645
|
}
|
|
2586
2646
|
.mat-checkbox-disabled .mat-checkbox-label {
|
|
2587
|
-
color: rgba(0, 0, 0, 0.
|
|
2647
|
+
color: rgba(0, 0, 0, 0.38);
|
|
2588
2648
|
}
|
|
2589
2649
|
|
|
2590
2650
|
.mat-checkbox .mat-ripple-element {
|
|
@@ -2721,39 +2781,37 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
2721
2781
|
background-color: rgba(0, 0, 0, 0.26);
|
|
2722
2782
|
}
|
|
2723
2783
|
|
|
2724
|
-
.mat-primary .mat-slider-track-fill,
|
|
2725
|
-
.mat-primary .mat-slider-thumb,
|
|
2726
|
-
.mat-primary .mat-slider-thumb-label {
|
|
2784
|
+
.mat-slider.mat-primary .mat-slider-track-fill,
|
|
2785
|
+
.mat-slider.mat-primary .mat-slider-thumb,
|
|
2786
|
+
.mat-slider.mat-primary .mat-slider-thumb-label {
|
|
2727
2787
|
background-color: #1b68fa;
|
|
2728
2788
|
}
|
|
2729
|
-
.mat-primary .mat-slider-thumb-label-text {
|
|
2789
|
+
.mat-slider.mat-primary .mat-slider-thumb-label-text {
|
|
2730
2790
|
color: white;
|
|
2731
2791
|
}
|
|
2732
|
-
.mat-primary .mat-slider-focus-ring {
|
|
2792
|
+
.mat-slider.mat-primary .mat-slider-focus-ring {
|
|
2733
2793
|
background-color: rgba(27, 104, 250, 0.2);
|
|
2734
2794
|
}
|
|
2735
|
-
|
|
2736
|
-
.mat-accent .mat-slider-
|
|
2737
|
-
.mat-accent .mat-slider-thumb
|
|
2738
|
-
.mat-accent .mat-slider-thumb-label {
|
|
2795
|
+
.mat-slider.mat-accent .mat-slider-track-fill,
|
|
2796
|
+
.mat-slider.mat-accent .mat-slider-thumb,
|
|
2797
|
+
.mat-slider.mat-accent .mat-slider-thumb-label {
|
|
2739
2798
|
background-color: #1b68fa;
|
|
2740
2799
|
}
|
|
2741
|
-
.mat-accent .mat-slider-thumb-label-text {
|
|
2800
|
+
.mat-slider.mat-accent .mat-slider-thumb-label-text {
|
|
2742
2801
|
color: white;
|
|
2743
2802
|
}
|
|
2744
|
-
.mat-accent .mat-slider-focus-ring {
|
|
2803
|
+
.mat-slider.mat-accent .mat-slider-focus-ring {
|
|
2745
2804
|
background-color: rgba(27, 104, 250, 0.2);
|
|
2746
2805
|
}
|
|
2747
|
-
|
|
2748
|
-
.mat-warn .mat-slider-
|
|
2749
|
-
.mat-warn .mat-slider-thumb
|
|
2750
|
-
.mat-warn .mat-slider-thumb-label {
|
|
2806
|
+
.mat-slider.mat-warn .mat-slider-track-fill,
|
|
2807
|
+
.mat-slider.mat-warn .mat-slider-thumb,
|
|
2808
|
+
.mat-slider.mat-warn .mat-slider-thumb-label {
|
|
2751
2809
|
background-color: #d9534b;
|
|
2752
2810
|
}
|
|
2753
|
-
.mat-warn .mat-slider-thumb-label-text {
|
|
2811
|
+
.mat-slider.mat-warn .mat-slider-thumb-label-text {
|
|
2754
2812
|
color: white;
|
|
2755
2813
|
}
|
|
2756
|
-
.mat-warn .mat-slider-focus-ring {
|
|
2814
|
+
.mat-slider.mat-warn .mat-slider-focus-ring {
|
|
2757
2815
|
background-color: rgba(217, 83, 75, 0.2);
|
|
2758
2816
|
}
|
|
2759
2817
|
|
|
@@ -2762,34 +2820,34 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
2762
2820
|
background-color: rgba(0, 0, 0, 0.38);
|
|
2763
2821
|
}
|
|
2764
2822
|
|
|
2765
|
-
.mat-slider-disabled .mat-slider-track-background,
|
|
2766
|
-
.mat-slider-disabled .mat-slider-track-fill,
|
|
2767
|
-
.mat-slider-disabled .mat-slider-thumb {
|
|
2823
|
+
.mat-slider.mat-slider-disabled .mat-slider-track-background,
|
|
2824
|
+
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
|
|
2825
|
+
.mat-slider.mat-slider-disabled .mat-slider-thumb {
|
|
2768
2826
|
background-color: rgba(0, 0, 0, 0.26);
|
|
2769
2827
|
}
|
|
2770
|
-
.mat-slider-disabled:hover .mat-slider-track-background {
|
|
2828
|
+
.mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
|
|
2771
2829
|
background-color: rgba(0, 0, 0, 0.26);
|
|
2772
2830
|
}
|
|
2773
2831
|
|
|
2774
|
-
.mat-slider-min-value .mat-slider-focus-ring {
|
|
2832
|
+
.mat-slider.mat-slider-min-value .mat-slider-focus-ring {
|
|
2775
2833
|
background-color: rgba(0, 0, 0, 0.12);
|
|
2776
2834
|
}
|
|
2777
|
-
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
|
|
2778
|
-
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
|
|
2835
|
+
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
|
|
2836
|
+
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
|
|
2779
2837
|
background-color: rgba(0, 0, 0, 0.87);
|
|
2780
2838
|
}
|
|
2781
|
-
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
|
|
2782
|
-
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
|
|
2839
|
+
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
|
|
2840
|
+
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
|
|
2783
2841
|
background-color: rgba(0, 0, 0, 0.26);
|
|
2784
2842
|
}
|
|
2785
|
-
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
|
|
2843
|
+
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
|
|
2786
2844
|
border-color: rgba(0, 0, 0, 0.26);
|
|
2787
2845
|
background-color: transparent;
|
|
2788
2846
|
}
|
|
2789
|
-
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
|
|
2847
|
+
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
|
|
2790
2848
|
border-color: rgba(0, 0, 0, 0.38);
|
|
2791
2849
|
}
|
|
2792
|
-
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
|
|
2850
|
+
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
|
|
2793
2851
|
border-color: rgba(0, 0, 0, 0.26);
|
|
2794
2852
|
}
|
|
2795
2853
|
|
|
@@ -4479,7 +4537,7 @@ html, body {
|
|
|
4479
4537
|
}
|
|
4480
4538
|
|
|
4481
4539
|
.mat-dialog-title {
|
|
4482
|
-
font-weight:
|
|
4540
|
+
font-weight: 500 !important;
|
|
4483
4541
|
}
|
|
4484
4542
|
|
|
4485
4543
|
.mat-dialog-close-button, [mat-dialog-close][mat-icon-button] {
|
|
@@ -4488,6 +4546,10 @@ html, body {
|
|
|
4488
4546
|
right: -4px;
|
|
4489
4547
|
top: -4px;
|
|
4490
4548
|
}
|
|
4549
|
+
.mat-dialog-close-button.no-title, .no-title[mat-dialog-close][mat-icon-button] {
|
|
4550
|
+
right: -10px;
|
|
4551
|
+
top: -10px;
|
|
4552
|
+
}
|
|
4491
4553
|
|
|
4492
4554
|
mat-dialog-content.fill, [mat-dialog-content].fill {
|
|
4493
4555
|
width: calc(100% + 48px) !important;
|
package/styles.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use '@angular/material
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
2
|
@use './scss/config/theme';
|
|
3
3
|
|
|
4
4
|
// Google Fonts
|
|
@@ -10,20 +10,19 @@
|
|
|
10
10
|
// Include the common styles for Angular Material. We include this here so that you only
|
|
11
11
|
// have to load a single css file for Angular Material in your app.
|
|
12
12
|
// Be sure that you only ever include this mixin once!
|
|
13
|
-
@include mat.
|
|
13
|
+
@include mat.core();
|
|
14
14
|
|
|
15
15
|
// Include theme styles for core and each component used in your app.
|
|
16
16
|
// Alternatively, you can import and @include the theme mixins for each component
|
|
17
17
|
// that you are using.
|
|
18
|
-
@include mat.
|
|
18
|
+
@include mat.all-component-themes(theme.$vision-theme);
|
|
19
19
|
|
|
20
20
|
// Override accent color in some components
|
|
21
|
-
|
|
22
|
-
@include mat.
|
|
23
|
-
@include mat.
|
|
24
|
-
@include mat.
|
|
25
|
-
@include mat.
|
|
26
|
-
@include mat.mat-slider-color(theme.$vision-accent-override);
|
|
21
|
+
@include mat.checkbox-color(theme.$vision-accent-override);
|
|
22
|
+
@include mat.pseudo-checkbox-color(theme.$vision-accent-override); // within lists and stuff
|
|
23
|
+
@include mat.radio-color(theme.$vision-accent-override);
|
|
24
|
+
@include mat.slide-toggle-color(theme.$vision-accent-override);
|
|
25
|
+
@include mat.slider-color(theme.$vision-accent-override);
|
|
27
26
|
|
|
28
27
|
// Config
|
|
29
28
|
@import './scss/config/colors';
|