@igo2/core 1.13.0-alpha.1 → 1.13.1

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 (108) hide show
  1. package/__ivy_ngcc__/locale/en.auth.json +29 -29
  2. package/__ivy_ngcc__/locale/en.common.json +43 -43
  3. package/__ivy_ngcc__/locale/en.context.json +199 -198
  4. package/__ivy_ngcc__/locale/en.core.json +29 -29
  5. package/__ivy_ngcc__/locale/en.geo.json +752 -737
  6. package/__ivy_ngcc__/locale/en.integration.json +123 -123
  7. package/__ivy_ngcc__/locale/en.json +20 -4
  8. package/__ivy_ngcc__/locale/fr.auth.json +32 -32
  9. package/__ivy_ngcc__/locale/fr.common.json +43 -43
  10. package/__ivy_ngcc__/locale/fr.context.json +199 -198
  11. package/__ivy_ngcc__/locale/fr.core.json +29 -29
  12. package/__ivy_ngcc__/locale/fr.geo.json +752 -737
  13. package/__ivy_ngcc__/locale/fr.integration.json +125 -125
  14. package/__ivy_ngcc__/locale/fr.json +19 -3
  15. package/esm2020/lib/activity/activity.interceptor.mjs +1 -1
  16. package/esm2020/lib/activity/activity.module.mjs +1 -1
  17. package/esm2020/lib/activity/activity.service.mjs +1 -1
  18. package/esm2020/lib/activity/index.mjs +1 -1
  19. package/esm2020/lib/analytics/index.mjs +1 -1
  20. package/esm2020/lib/analytics/shared/analytics.interface.mjs +1 -1
  21. package/esm2020/lib/analytics/shared/analytics.service.mjs +1 -1
  22. package/esm2020/lib/analytics/shared/index.mjs +1 -1
  23. package/esm2020/lib/compression/compressedData.interface.mjs +1 -1
  24. package/esm2020/lib/compression/compression.service.mjs +1 -1
  25. package/esm2020/lib/compression/index.mjs +1 -1
  26. package/esm2020/lib/config/config.interface.mjs +1 -1
  27. package/esm2020/lib/config/config.module.mjs +1 -1
  28. package/esm2020/lib/config/config.provider.mjs +1 -1
  29. package/esm2020/lib/config/config.service.mjs +1 -1
  30. package/esm2020/lib/config/index.mjs +1 -1
  31. package/esm2020/lib/config/version.mjs +3 -3
  32. package/esm2020/lib/core.module.mjs +1 -1
  33. package/esm2020/lib/gesture/gesture.module.mjs +1 -1
  34. package/esm2020/lib/gesture/gesture.provider.mjs +1 -1
  35. package/esm2020/lib/language/index.mjs +1 -1
  36. package/esm2020/lib/language/language.module.mjs +1 -1
  37. package/esm2020/lib/language/shared/index.mjs +1 -1
  38. package/esm2020/lib/language/shared/language.interface.mjs +1 -1
  39. package/esm2020/lib/language/shared/language.loader.mjs +1 -1
  40. package/esm2020/lib/language/shared/language.provider.mjs +1 -1
  41. package/esm2020/lib/language/shared/language.service.mjs +5 -1
  42. package/esm2020/lib/language/shared/missing-translation.guard.mjs +2 -2
  43. package/esm2020/lib/media/index.mjs +1 -1
  44. package/esm2020/lib/media/media.enum.mjs +1 -1
  45. package/esm2020/lib/media/media.service.mjs +1 -1
  46. package/esm2020/lib/message/index.mjs +1 -1
  47. package/esm2020/lib/message/message.module.mjs +1 -1
  48. package/esm2020/lib/message/shared/index.mjs +1 -1
  49. package/esm2020/lib/message/shared/message.enum.mjs +2 -1
  50. package/esm2020/lib/message/shared/message.interface.mjs +1 -1
  51. package/esm2020/lib/message/shared/message.service.mjs +101 -23
  52. package/esm2020/lib/network/index.mjs +1 -1
  53. package/esm2020/lib/network/network.interfaces.mjs +1 -1
  54. package/esm2020/lib/network/network.service.mjs +1 -1
  55. package/esm2020/lib/request/error.interceptor.mjs +9 -2
  56. package/esm2020/lib/request/error.module.mjs +1 -1
  57. package/esm2020/lib/request/index.mjs +1 -1
  58. package/esm2020/lib/request/logging.interceptor.mjs +2 -2
  59. package/esm2020/lib/request/logging.module.mjs +1 -1
  60. package/esm2020/lib/route/route.interface.mjs +1 -1
  61. package/esm2020/lib/route/route.service.mjs +1 -1
  62. package/esm2020/lib/storage/index.mjs +1 -1
  63. package/esm2020/lib/storage/storage.interface.mjs +1 -1
  64. package/esm2020/lib/storage/storage.service.mjs +1 -1
  65. package/esm2020/public_api.mjs +1 -1
  66. package/fesm2015/igo2-core.mjs +116 -28
  67. package/fesm2015/igo2-core.mjs.map +1 -1
  68. package/fesm2020/igo2-core.mjs +116 -28
  69. package/fesm2020/igo2-core.mjs.map +1 -1
  70. package/lib/config/config.provider.d.ts +1 -1
  71. package/lib/language/shared/language.service.d.ts +2 -0
  72. package/lib/message/shared/message.enum.d.ts +2 -1
  73. package/lib/message/shared/message.interface.d.ts +3 -0
  74. package/lib/message/shared/message.service.d.ts +7 -4
  75. package/lib/request/error.interceptor.d.ts +1 -1
  76. package/locale/en.auth.json +29 -29
  77. package/locale/en.common.json +43 -43
  78. package/locale/en.context.json +199 -198
  79. package/locale/en.core.json +29 -29
  80. package/locale/en.geo.json +752 -737
  81. package/locale/en.integration.json +123 -123
  82. package/locale/en.json +20 -4
  83. package/locale/fr.auth.json +32 -32
  84. package/locale/fr.common.json +43 -43
  85. package/locale/fr.context.json +199 -198
  86. package/locale/fr.core.json +29 -29
  87. package/locale/fr.geo.json +752 -737
  88. package/locale/fr.integration.json +125 -125
  89. package/locale/fr.json +19 -3
  90. package/package.json +10 -10
  91. package/style/all.theming.scss +5 -5
  92. package/style/core.theming.scss +9 -9
  93. package/style/foreground.scss +20 -20
  94. package/style/index.theming.scss +825 -755
  95. package/style/material.font.scss +9 -9
  96. package/style/partial/core.variables.scss +4 -4
  97. package/style/partial/media.scss +80 -80
  98. package/style/setup.scss +2 -1
  99. package/style/themes/blue.theme.scss +19 -19
  100. package/style/themes/bluedq.theme.scss +52 -52
  101. package/style/themes/bluegrey.theme.scss +16 -16
  102. package/style/themes/dark.theme.scss +16 -16
  103. package/style/themes/deeppurple.theme.scss +16 -16
  104. package/style/themes/indigo.theme.scss +16 -16
  105. package/style/themes/orange.theme.scss +16 -16
  106. package/style/themes/teal.theme.scss +16 -16
  107. package/style/theming.scss +5 -7
  108. package/style/typography.scss +17 -15
@@ -1,63 +1,65 @@
1
1
  @use './node_modules/@angular/material/_index.scss' as mat;
2
- @mixin igo-all-theming($theme, $typography: $igo-typography) {
3
- @include igo-theming($theme, $typography);
4
- @include igo-common-theming($theme, $typography);
5
- @include igo-geo-theming($theme, $typography);
6
- }
2
+ @use './node_modules/@angular/cdk' as cdk;
7
3
 
8
- $igo-typography: mat.define-typography-config(
9
- $display-4: mat.define-typography-level(110px, 110px, 300),
10
- $display-3: mat.define-typography-level(54px, 54px, 400),
11
- $display-2: mat.define-typography-level(43px, 46px, 400),
12
- $display-1: mat.define-typography-level(32px, 38px, 400),
13
- $headline: mat.define-typography-level(22px, 30px, 400),
14
- $title: mat.define-typography-level(18px, 30px, 500),
15
- $subheading-2: mat.define-typography-level(14px, 26px, 400),
16
- $subheading-1: mat.define-typography-level(13px, 22px, 400),
17
- $body-2: mat.define-typography-level(12px, 22px, 500),
18
- $body-1: mat.define-typography-level(12px, 18px, 400),
19
- $caption: mat.define-typography-level(12px, 18px, 400),
20
- $button: mat.define-typography-level(13px, 13px, 500),
21
- $input: mat.define-typography-level(14px, 1.25, 400)
22
- );
23
-
24
- @function theme-foreground($palette) {
25
- $color: mat.get-color-from-palette($palette, 500);
26
- @return (
27
- base: $color,
28
- divider: rgba($color, 0.12),
29
- dividers: rgba($color, 0.12),
30
- disabled: rgba($color, 0.38),
31
- disabled-button: rgba($color, 0.26),
32
- disabled-text: rgba($color, 0.38),
33
- elevation: $color,
34
- hint-text: rgba($color, 0.38),
35
- secondary-text: rgba($color, 0.54),
36
- icon: rgba($color, 0.54),
37
- icons: rgba($color, 0.54),
38
- text: rgba($color, 0.87),
39
- slider-min: rgba($color, 0.87),
40
- slider-off: rgba($color, 0.26),
41
- slider-off-active: rgba($color, 0.38)
42
- );
43
- };
44
-
45
- button.mat-menu-item {
46
- line-height: 24px !important;
47
- }
48
- a.mat-menu-item > mat-icon {
49
- margin-bottom: 14px;
50
- }
51
- .mat-icon svg {
52
- height: 24px;
53
- width: 24px;
54
- }
55
-
56
- @mixin igo-theming($theme, $typography) {
57
- @include mat.core($typography);
58
-
59
- @include igo-core-theming($theme, $typography);
60
- }
4
+ $igo-typography: mat.define-typography-config(
5
+ $display-4: mat.define-typography-level(110px, 110px, 300),
6
+ $display-3: mat.define-typography-level(54px, 54px, 400),
7
+ $display-2: mat.define-typography-level(43px, 46px, 400),
8
+ $display-1: mat.define-typography-level(32px, 38px, 400),
9
+ $headline: mat.define-typography-level(22px, 30px, 400),
10
+ $title: mat.define-typography-level(18px, 30px, 500),
11
+ $subheading-2: mat.define-typography-level(14px, 26px, 400),
12
+ $subheading-1: mat.define-typography-level(13px, 22px, 400),
13
+ $body-2: mat.define-typography-level(12px, 22px, 500),
14
+ $body-1: mat.define-typography-level(12px, 18px, 400),
15
+ $caption: mat.define-typography-level(12px, 18px, 400),
16
+ $button: mat.define-typography-level(13px, 13px, 500),
17
+ $input: mat.define-typography-level(14px, 1.25, 400)
18
+ );
19
+
20
+ @include mat.core($igo-typography);
21
+
22
+ @mixin igo-all-theming($theme, $typography: $igo-typography) {
23
+ @include igo-theming($theme, $typography);
24
+ @include igo-common-theming($theme, $typography);
25
+ @include igo-geo-theming($theme, $typography);
26
+ }
27
+
28
+ @function theme-foreground($palette) {
29
+ $color: mat.get-color-from-palette($palette, 500);
30
+ @return (
31
+ base: $color,
32
+ divider: rgba($color, 0.12),
33
+ dividers: rgba($color, 0.12),
34
+ disabled: rgba($color, 0.38),
35
+ disabled-button: rgba($color, 0.26),
36
+ disabled-text: rgba($color, 0.38),
37
+ elevation: $color,
38
+ hint-text: rgba($color, 0.38),
39
+ secondary-text: rgba($color, 0.54),
40
+ icon: rgba($color, 0.54),
41
+ icons: rgba($color, 0.54),
42
+ text: rgba($color, 0.87),
43
+ slider-min: rgba($color, 0.87),
44
+ slider-off: rgba($color, 0.26),
45
+ slider-off-active: rgba($color, 0.38)
46
+ );
47
+ };
48
+
49
+ button.mat-menu-item {
50
+ line-height: 24px !important;
51
+ }
52
+ a.mat-menu-item > mat-icon {
53
+ margin-bottom: 14px;
54
+ }
55
+ .mat-icon svg {
56
+ height: 24px;
57
+ width: 24px;
58
+ }
59
+
60
+ @mixin igo-theming($theme, $typography) {
61
+ @include igo-core-theming($theme, $typography);
62
+ }
61
63
 
62
64
  /* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
63
65
 
@@ -251,39 +253,47 @@ button.toast-close-button {
251
253
  width: 25em;
252
254
  }
253
255
  }
254
-
255
-
256
- @mixin igo-core-theming($theme, $typography) {
257
- @include igo-message-theming($theme, $typography);
258
-
259
- button.mat-icon-button.mat-button-base[disabled="true"] {
260
- color: rgba(0,0,0,.26);
261
- }
262
- }
263
256
 
264
- @mixin igo-message-theming($theme, $typography) {
265
- $primary: map-get($theme, primary);
266
- $accent: map-get($theme, accent);
267
- $warn: map-get($theme, warn);
268
-
269
- .toast-error {
270
- background-color: mat.get-color-from-palette($warn);
271
- }
272
- .toast-info {
273
- background-color: mat.get-color-from-palette($primary);
274
- }
275
- .toast-title {
276
- line-height: 23px;
277
- font-size: 15px;
278
- font-weight: bold;
279
- font-family: Roboto, "Helvetica Neue", sans-serif;
280
- }
281
- .toast-message {
282
- line-height: 18px;
283
- font-size: mat.font-size($typography, subheading-2);
284
- font-family: Roboto, "Helvetica Neue", sans-serif;
285
- }
286
- }
257
+
258
+ @mixin igo-core-theming($theme, $typography) {
259
+ @include igo-message-theming($theme, $typography);
260
+
261
+ button.mat-icon-button.mat-button-base[disabled="true"] {
262
+ color: rgba(0,0,0,.26);
263
+ }
264
+ }
265
+
266
+ @mixin igo-message-theming($theme, $typography) {
267
+ $primary: map-get($theme, primary);
268
+ $accent: map-get($theme, accent);
269
+ $warn: map-get($theme, warn);
270
+
271
+ .toast-error {
272
+ background-color: mat.get-color-from-palette($warn);
273
+ }
274
+
275
+ .toast-info {
276
+ background-color: mat.get-color-from-palette($primary);
277
+ }
278
+
279
+ .toast-no-icon {
280
+ background-image: none;
281
+ padding-left: 6%;
282
+ }
283
+
284
+ .toast-title {
285
+ line-height: 23px;
286
+ font-size: 15px;
287
+ font-weight: bold;
288
+ font-family: Roboto, "Helvetica Neue", sans-serif;
289
+ }
290
+ .toast-message {
291
+ line-height: 18px;
292
+ font-size: mat.font-size($typography, subheading-2);
293
+ font-family: Roboto, "Helvetica Neue", sans-serif;
294
+ }
295
+
296
+ }
287
297
 
288
298
  .shepherd-button{background:#3288e6;border:0;border-radius:3px;color:hsla(0,0%,100%,.75);cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:hsla(0,0%,100%,.75)}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:rgba(0,0,0,.75)}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:rgba(0,0,0,.75)}.shepherd-button:disabled{cursor:not-allowed}
289
299
  .shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}
@@ -293,260 +303,271 @@ button.toast-close-button {
293
303
  .shepherd-text{color:rgba(0,0,0,.75);font-size:1rem;line-height:1.3em;padding:.75em}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}
294
304
  .shepherd-content{border-radius:5px;outline:none;padding:0}
295
305
  .shepherd-element{background:#fff;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.2);max-width:400px;opacity:0;outline:none;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#e6e6e6}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}
296
- .shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0ms .3s,opacity .3s 0ms;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}
297
-
298
- @mixin igo-common-theming($theme, $typography) {
299
- @include igo-action-theming($theme);
300
- @include igo-collapsible-theming($theme);
301
- @include igo-entity-theming($theme);
302
- @include igo-list-theming($theme);
303
- @include igo-panel-theming($theme);
304
- @include igo-tool-theming($theme);
305
- @include igo-tour-theming($theme);
306
- @include igo-home-button-theming($theme);
307
- }
306
+ .shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0ms .3s,opacity .3s 0ms;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}
308
307
 
309
- @mixin igo-action-theming($theme) {
310
- @include igo-actionbar-theming($theme);
311
- }
308
+ @mixin igo-common-theming($theme, $typography) {
309
+ @include igo-action-theming($theme);
310
+ @include igo-collapsible-theming($theme);
311
+ @include igo-entity-theming($theme);
312
+ @include igo-list-theming($theme);
313
+ @include igo-panel-theming($theme);
314
+ @include igo-tool-theming($theme);
315
+ @include igo-tour-theming($theme);
316
+ @include igo-home-button-theming($theme);
317
+ }
312
318
 
313
- @mixin igo-actionbar-theming($theme) {
314
- .igo-actionbar-overlay {
315
- min-width: inherit !important;
316
- padding-top: 0;
317
- padding-bottom: 0;
318
-
319
- .mat-list {
320
- padding-top: 0
321
- }
322
-
323
- .mat-list .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text {
324
- padding-right: 16px;
325
- }
326
-
327
- .mat-menu-content:not(:empty) {
328
- padding-top: 0;
329
- padding-bottom: 0;
330
- }
331
- }
332
- }
319
+ @mixin igo-action-theming($theme) {
320
+ @include igo-actionbar-theming($theme);
321
+ }
333
322
 
334
- @mixin igo-collapsible-theming($theme) {
335
- mat-icon[mat-list-avatar][igocollapse] {
336
- &:hover {
337
- cursor: pointer;
338
- }
339
-
340
- &.igo-chevron {
341
- width: auto !important;
342
- transform: rotateZ(0deg);
343
- transition: 300ms ease-in-out;
344
-
345
- &.collapsed {
346
- transform: rotateZ(180deg);
347
- transition: 300ms ease-in-out;
348
- }
349
- }
350
- }
351
-
352
- div.igo-collapsed {
353
- display: none !important;
354
- }
355
-
356
- }
323
+ @mixin igo-actionbar-theming($theme) {
324
+ .igo-actionbar-overlay {
325
+ min-width: inherit !important;
326
+ padding-top: 0;
327
+ padding-bottom: 0;
328
+
329
+ .mat-list {
330
+ padding-top: 0
331
+ }
332
+
333
+ .mat-list .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text {
334
+ padding-right: 16px;
335
+ }
336
+
337
+ .mat-menu-content:not(:empty) {
338
+ padding-top: 0;
339
+ padding-bottom: 0;
340
+ }
341
+ }
342
+ }
357
343
 
358
- @mixin igo-entity-theming($theme) {
359
- @include igo-entity-table-theming($theme);
360
- }
344
+ @mixin igo-collapsible-theming($theme) {
345
+ mat-icon[mat-list-avatar][igocollapse] {
346
+ &:hover {
347
+ cursor: pointer;
348
+ }
361
349
 
362
- @mixin igo-entity-table-theming($theme) {
363
- $primary: map-get($theme, primary);
364
- $accent: map-get($theme, accent);
365
-
366
- igo-entity-table table.igo-entity-table-with-selection tr.igo-entity-table-row-highlighted {
367
- background-color: mat.get-color-from-palette($primary, A100);
368
- color: mat.get-color-from-palette($primary, default-contrast);
369
- }
370
- }
350
+ &.igo-chevron {
351
+ width: auto !important;
352
+ transform: rotateZ(0deg);
353
+ transition: 300ms ease-in-out;
371
354
 
372
- @mixin igo-home-button-theming($theme) {
373
- $primary: map-get($theme, primary);
374
- $accent: map-get($theme, accent);
375
- $foreground: map-get($theme, foreground);
376
-
377
- igo-home-button > #homeButton {
378
- background-color: mat.get-color-from-palette($primary);
379
- color: mat.get-color-from-palette($primary, default-contrast);
380
-
381
- &:hover {
382
- background-color: mat.get-color-from-palette($accent, lighter);
383
- color: black;
384
- }
385
- }
386
- }
387
-
355
+ &.collapsed {
356
+ transform: rotateZ(180deg);
357
+ transition: 300ms ease-in-out;
358
+ }
359
+ }
360
+ }
388
361
 
389
- @mixin igo-list-theming($theme) {
390
- $primary: map-get($theme, primary);
391
- $accent: map-get($theme, accent);
392
-
393
- igo-list [igolistitem][color="primary"].igo-list-item-selected > mat-list-item {
394
- background-color: mat.get-color-from-palette($primary);
395
- color: mat.get-color-from-palette($primary, default-contrast);
396
- }
397
-
398
- igo-list [igolistitem][color="accent"].igo-list-item-selected > mat-list-item {
399
- background-color: mat.get-color-from-palette($accent);
400
- color: mat.get-color-from-palette($accent, default-contrast);
401
- }
402
-
403
- igo-list [igolistitem].igo-list-item-disabled > mat-list-item {
404
- color: rgba(0, 0, 0, 0.38);
405
- }
406
-
407
- igo-list [igolistitem][color="primary"]:not(.igo-list-item-disabled):hover > mat-list-item,
408
- igo-list [igolistitem][color="primary"].igo-list-item-focused > mat-list-item {
409
- background-color: mat.get-color-from-palette($primary, lighter);
410
- color: mat.get-color-from-palette($primary, default-contrast);
411
- }
412
-
413
- igo-list [igolistitem][color="accent"]:not(.igo-list-item-disabled):hover > mat-list-item,
414
- igo-list [igolistitem][color="accent"].igo-list-item-focused > mat-list-item {
415
- background-color: mat.get-color-from-palette($accent, lighter);
416
- color: mat.get-color-from-palette($accent, default-contrast);
417
- }
418
- }
362
+ div.igo-collapsed {
363
+ display: none !important;
364
+ }
419
365
 
420
- @mixin igo-panel-theming($theme) {
421
- $primary: map-get($theme, primary);
422
-
423
- igo-panel > div.igo-panel-header {
424
- background-color: mat.get-color-from-palette($primary);
425
- color: mat.get-color-from-palette($primary, default-contrast);
426
- }
427
-
428
- }
366
+ }
429
367
 
430
- @mixin igo-tool-theming($theme) {
431
- @include igo-toolbox-theming($theme);
432
- }
368
+ @mixin igo-entity-theming($theme) {
369
+ @include igo-entity-table-theming($theme);
370
+ }
433
371
 
434
- @mixin igo-toolbox-theming($theme) {
435
- $primary: map-get($theme, primary);
436
- $accent: map-get($theme, accent);
437
- $foreground: map-get($theme, foreground);
438
-
439
- igo-toolbox > igo-actionbar mat-list.mat-list-base igo-actionbar-item mat-list-item {
440
- &:hover {
441
- background-color: mat.get-color-from-palette($accent, lighter);
442
- }
443
-
444
- &.tool-activated,
445
- &.children-tool-activated {
446
- background-color: mat.get-color-from-palette($accent);
447
- cursor: default;
448
- button {
449
- cursor: default;
450
- }
451
- }
452
- }
453
-
454
- igo-toolbox > igo-actionbar:not(.with-title) > mat-list {
455
- & > #lowChevron,
456
- & > #topChevron {
457
- &:hover {
458
- background-color: mat.get-color-from-palette($accent, lighter);
459
- color: black;
460
- }
461
- }
462
- }
463
-
464
- igo-toolbox.color-primary > igo-actionbar:not(.with-title) {
465
- box-shadow: unset;
466
- background-color: mat.get-color-from-palette($primary);
467
- #lowChevron,
468
- #topChevron {
469
- background-color: mat.get-color-from-palette($primary);
470
- color: white;
471
- }
472
- }
473
-
474
- igo-toolbox.color-grey > igo-actionbar:not(.with-title) {
475
- box-shadow: unset;
476
- background-color: #737475;
477
- #lowChevron,
478
- #topChevron {
479
- background-color: #737475;
480
- color: white;
481
- }
482
- }
483
-
484
- igo-toolbox.color-primary,
485
- igo-toolbox.color-grey {
486
- & > igo-actionbar:not(.with-title) mat-list.mat-list-base {
487
- .mat-list-item.mat-list-item-with-avatar {
488
- color: white;
489
- &:hover {
490
- color: black;
491
- }
492
-
493
- &.tool-activated,
494
- &.children-tool-activated {
495
- background-color: white;
496
- color: black;
497
- }
498
- }
499
- }
500
- }
501
-
502
- }
372
+ @mixin igo-entity-table-theming($theme) {
373
+ $primary: map-get($theme, primary);
374
+ $accent: map-get($theme, accent);
503
375
 
504
- @mixin igo-tour-theming($theme) {
505
- $primary: map-get($theme, primary);
506
- $accent: map-get($theme, accent);
507
- $warn: map-get($theme, warn);
508
-
509
- igo-interactive-tour > button.mat-raised-button.tour-button-tool-icon {
510
- box-shadow: none;
511
- }
512
-
513
- igo-interactive-tour > button.tour-button-tool-icon {
514
- background-color: mat.get-color-from-palette($primary);
515
- color: mat.get-color-from-palette($primary, default-contrast);
516
-
517
- box-shadow: none;
518
- border:none;
519
- border-radius: 50%;
520
- padding: 0;
521
- min-width: 0;
522
- width: 40px;
523
- height: 40px;
524
- flex-shrink: 0;
525
- line-height: 40px;
526
- }
527
-
528
- igo-interactive-tour > button.tour-button-tool-icon span.interactive-tour-button-title {
529
- display: none;
530
- }
531
-
532
- igo-interactive-tour > button.tour-button-tool {
533
- background-color: mat.get-color-from-palette($primary);
534
- color: mat.get-color-from-palette($primary, default-contrast);
535
- border: none;
536
- }
537
-
538
- igo-interactive-tour > button.tour-button-tool-icon:hover {
539
- background-color: mat.get-color-from-palette($primary, default-contrast);
540
- color: mat.get-color-from-palette($primary);
541
- cursor: pointer;
542
- }
543
- }
376
+ igo-entity-table table.igo-entity-table-with-selection tr.igo-entity-table-row-highlighted {
377
+ background-color: mat.get-color-from-palette($primary, A100);
378
+ color: mat.get-color-from-palette($primary, default-contrast);
379
+ }
380
+ }
381
+
382
+ @mixin igo-home-button-theming($theme) {
383
+ $primary: map-get($theme, primary);
384
+ $accent: map-get($theme, accent);
385
+ $foreground: map-get($theme, foreground);
386
+
387
+ igo-home-button > #homeButton {
388
+ background-color: mat.get-color-from-palette($primary);
389
+ color: mat.get-color-from-palette($primary, default-contrast);
390
+
391
+ &:hover {
392
+ background-color: mat.get-color-from-palette($accent, lighter);
393
+ color: black;
394
+ }
395
+ }
396
+ }
397
+
398
+
399
+ @mixin igo-list-theming($theme) {
400
+ $primary: map-get($theme, primary);
401
+ $accent: map-get($theme, accent);
402
+
403
+ igo-list [igolistitem][color="primary"].igo-list-item-selected > mat-list-item {
404
+ background-color: mat.get-color-from-palette($primary);
405
+ color: mat.get-color-from-palette($primary, default-contrast);
406
+ }
407
+
408
+ igo-list [igolistitem][color="accent"].igo-list-item-selected > mat-list-item {
409
+ background-color: mat.get-color-from-palette($accent);
410
+ color: mat.get-color-from-palette($accent, default-contrast);
411
+ }
412
+
413
+ igo-list [igolistitem].igo-list-item-disabled > mat-list-item {
414
+ color: rgba(0, 0, 0, 0.38);
415
+ }
416
+
417
+ igo-list [igolistitem][color="primary"]:not(.igo-list-item-disabled):hover > mat-list-item,
418
+ igo-list [igolistitem][color="primary"].igo-list-item-focused > mat-list-item {
419
+ background-color: mat.get-color-from-palette($primary, lighter);
420
+ color: mat.get-color-from-palette($primary, default-contrast);
421
+ }
422
+
423
+ igo-list [igolistitem][color="accent"]:not(.igo-list-item-disabled):hover > mat-list-item,
424
+ igo-list [igolistitem][color="accent"].igo-list-item-focused > mat-list-item {
425
+ background-color: mat.get-color-from-palette($accent, lighter);
426
+ color: mat.get-color-from-palette($accent, default-contrast);
427
+ }
428
+ }
429
+
430
+ @mixin igo-panel-theming($theme) {
431
+ $primary: map-get($theme, primary);
432
+
433
+ igo-panel > div.igo-panel-header {
434
+ background-color: mat.get-color-from-palette($primary);
435
+ color: mat.get-color-from-palette($primary, default-contrast);
436
+ }
437
+
438
+ }
439
+
440
+ @mixin igo-tool-theming($theme) {
441
+ @include igo-toolbox-theming($theme);
442
+ }
443
+
444
+ @mixin igo-toolbox-theming($theme) {
445
+ $primary: map-get($theme, primary);
446
+ $accent: map-get($theme, accent);
447
+ $foreground: map-get($theme, foreground);
448
+
449
+ igo-toolbox > igo-actionbar mat-list.mat-list-base igo-actionbar-item mat-list-item {
450
+ &:hover {
451
+ background-color: mat.get-color-from-palette($accent, lighter);
452
+ }
453
+
454
+ &.tool-activated,
455
+ &.children-tool-activated {
456
+ background-color: mat.get-color-from-palette($accent);
457
+ cursor: default;
458
+ button {
459
+ cursor: default;
460
+ }
461
+ }
462
+ }
463
+
464
+ igo-toolbox > igo-actionbar:not(.with-title) > mat-list {
465
+ & > #lowChevron,
466
+ & > #topChevron {
467
+ &:hover {
468
+ background-color: mat.get-color-from-palette($accent, lighter);
469
+ color: black;
470
+ }
471
+ }
472
+ }
473
+
474
+ igo-toolbox.color-primary > igo-actionbar:not(.with-title) {
475
+ box-shadow: unset;
476
+ background-color: mat.get-color-from-palette($primary);
477
+ #lowChevron,
478
+ #topChevron {
479
+ background-color: mat.get-color-from-palette($primary);
480
+ color: white;
481
+ }
482
+ }
483
+
484
+ igo-toolbox.color-grey > igo-actionbar:not(.with-title) {
485
+ box-shadow: unset;
486
+ background-color: #737475;
487
+ #lowChevron,
488
+ #topChevron {
489
+ background-color: #737475;
490
+ color: white;
491
+ }
492
+ }
493
+
494
+ igo-toolbox.color-primary,
495
+ igo-toolbox.color-grey {
496
+ & > igo-actionbar:not(.with-title) mat-list.mat-list-base {
497
+ .mat-list-item.mat-list-item-with-avatar {
498
+ color: white;
499
+ &:hover {
500
+ color: black;
501
+ }
502
+
503
+ &.tool-activated,
504
+ &.children-tool-activated {
505
+ background-color: white;
506
+ color: black;
507
+ }
508
+ }
509
+ }
510
+ }
511
+
512
+ }
513
+
514
+ @mixin igo-tour-theming($theme) {
515
+ $primary: map-get($theme, primary);
516
+ $accent: map-get($theme, accent);
517
+ $warn: map-get($theme, warn);
518
+
519
+ igo-interactive-tour > button.mat-raised-button.tour-button-tool-icon {
520
+ box-shadow: none;
521
+ }
522
+
523
+ igo-interactive-tour > button.tour-button-tool-icon {
524
+ background-color: mat.get-color-from-palette($primary);
525
+ color: mat.get-color-from-palette($primary, default-contrast);
526
+
527
+ box-shadow: none;
528
+ border:none;
529
+ border-radius: 50%;
530
+ padding: 0;
531
+ min-width: 0;
532
+ width: 40px;
533
+ height: 40px;
534
+ flex-shrink: 0;
535
+ line-height: 40px;
536
+ }
537
+
538
+ igo-interactive-tour > button.tour-button-tool-icon span.interactive-tour-button-title {
539
+ display: none;
540
+ }
541
+
542
+ igo-interactive-tour > button.tour-button-tool {
543
+ background-color: mat.get-color-from-palette($primary);
544
+ color: mat.get-color-from-palette($primary, default-contrast);
545
+ border: none;
546
+ }
547
+
548
+ igo-interactive-tour > button.tour-button-tool-icon:hover {
549
+ background-color: mat.get-color-from-palette($primary, default-contrast);
550
+ color: mat.get-color-from-palette($primary);
551
+ cursor: pointer;
552
+ }
553
+ }
554
+
555
+ :root,
556
+ :host {
557
+ --ol-background-color: white;
558
+ --ol-accent-background-color: #F5F5F5;
559
+ --ol-subtle-background-color: rgba(128, 128, 128, 0.25);
560
+ --ol-partial-background-color: rgba(255, 255, 255, 0.75);
561
+ --ol-foreground-color: #333333;
562
+ --ol-subtle-foreground-color: #666666;
563
+ --ol-brand-color: #00AAFF;
564
+ }
544
565
 
545
566
  .ol-box {
546
567
  box-sizing: border-box;
547
568
  border-radius: 2px;
548
- border: 1.5px solid rgb(179,197,219);
549
- background-color: rgba(255,255,255,0.4);
569
+ border: 1.5px solid var(--ol-background-color);
570
+ background-color: var(--ol-partial-background-color);
550
571
  }
551
572
 
552
573
  .ol-mouse-position {
@@ -556,118 +577,142 @@ button.toast-close-button {
556
577
  }
557
578
 
558
579
  .ol-scale-line {
559
- background: rgba(0,60,136,0.3);
580
+ background: var(--ol-partial-background-color);
560
581
  border-radius: 4px;
561
582
  bottom: 8px;
562
583
  left: 8px;
563
584
  padding: 2px;
564
585
  position: absolute;
565
586
  }
587
+
566
588
  .ol-scale-line-inner {
567
- border: 1px solid #eee;
589
+ border: 1px solid var(--ol-subtle-foreground-color);
568
590
  border-top: none;
569
- color: #eee;
591
+ color: var(--ol-foreground-color);
570
592
  font-size: 10px;
571
593
  text-align: center;
572
594
  margin: 1px;
573
595
  will-change: contents, width;
574
596
  transition: all 0.25s;
575
597
  }
598
+
576
599
  .ol-scale-bar {
577
600
  position: absolute;
578
601
  bottom: 8px;
579
602
  left: 8px;
580
603
  }
604
+
605
+ .ol-scale-bar-inner {
606
+ display: flex;
607
+ }
608
+
581
609
  .ol-scale-step-marker {
582
610
  width: 1px;
583
611
  height: 15px;
584
- background-color: #000000;
612
+ background-color: var(--ol-foreground-color);
585
613
  float: right;
586
614
  z-index: 10;
587
615
  }
616
+
588
617
  .ol-scale-step-text {
589
618
  position: absolute;
590
619
  bottom: -5px;
591
- font-size: 12px;
620
+ font-size: 10px;
592
621
  z-index: 11;
593
- color: #000000;
594
- text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
622
+ color: var(--ol-foreground-color);
623
+ text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
595
624
  }
625
+
596
626
  .ol-scale-text {
597
627
  position: absolute;
598
- font-size: 14px;
628
+ font-size: 12px;
599
629
  text-align: center;
600
630
  bottom: 25px;
601
- color: #000000;
602
- text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
631
+ color: var(--ol-foreground-color);
632
+ text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
603
633
  }
634
+
604
635
  .ol-scale-singlebar {
605
636
  position: relative;
606
637
  height: 10px;
607
638
  z-index: 9;
608
639
  box-sizing: border-box;
609
- border: 1px solid black;
640
+ border: 1px solid var(--ol-foreground-color);
641
+ }
642
+
643
+ .ol-scale-singlebar-even {
644
+ background-color: var(--ol-subtle-foreground-color);
645
+ }
646
+
647
+ .ol-scale-singlebar-odd {
648
+ background-color: var(--ol-background-color);
610
649
  }
611
650
 
612
651
  .ol-unsupported {
613
652
  display: none;
614
653
  }
615
- .ol-viewport, .ol-unselectable {
654
+
655
+ .ol-viewport,
656
+ .ol-unselectable {
616
657
  -webkit-touch-callout: none;
617
658
  -webkit-user-select: none;
618
659
  -moz-user-select: none;
619
- -ms-user-select: none;
620
660
  user-select: none;
621
- -webkit-tap-highlight-color: rgba(0,0,0,0);
661
+ -webkit-tap-highlight-color: transparent;
622
662
  }
663
+
623
664
  .ol-viewport canvas {
624
665
  all: unset;
625
666
  }
667
+
626
668
  .ol-selectable {
627
669
  -webkit-touch-callout: default;
628
670
  -webkit-user-select: text;
629
671
  -moz-user-select: text;
630
- -ms-user-select: text;
631
672
  user-select: text;
632
673
  }
674
+
633
675
  .ol-grabbing {
634
676
  cursor: -webkit-grabbing;
635
677
  cursor: -moz-grabbing;
636
678
  cursor: grabbing;
637
679
  }
680
+
638
681
  .ol-grab {
639
682
  cursor: move;
640
683
  cursor: -webkit-grab;
641
684
  cursor: -moz-grab;
642
685
  cursor: grab;
643
686
  }
687
+
644
688
  .ol-control {
645
689
  position: absolute;
646
- background-color: rgba(255,255,255,0.4);
690
+ background-color: var(--ol-subtle-background-color);
647
691
  border-radius: 4px;
648
- padding: 2px;
649
- }
650
- .ol-control:hover {
651
- background-color: rgba(255,255,255,0.6);
652
692
  }
693
+
653
694
  .ol-zoom {
654
695
  top: .5em;
655
696
  left: .5em;
656
697
  }
698
+
657
699
  .ol-rotate {
658
700
  top: .5em;
659
701
  right: .5em;
660
702
  transition: opacity .25s linear, visibility 0s linear;
661
703
  }
704
+
662
705
  .ol-rotate.ol-hidden {
663
706
  opacity: 0;
664
707
  visibility: hidden;
665
708
  transition: opacity .25s linear, visibility 0s linear .25s;
666
709
  }
710
+
667
711
  .ol-zoom-extent {
668
712
  top: 4.643em;
669
713
  left: .5em;
670
714
  }
715
+
671
716
  .ol-full-screen {
672
717
  right: .5em;
673
718
  top: .5em;
@@ -677,7 +722,7 @@ button.toast-close-button {
677
722
  display: block;
678
723
  margin: 1px;
679
724
  padding: 0;
680
- color: white;
725
+ color: var(--ol-subtle-foreground-color);
681
726
  font-weight: bold;
682
727
  text-decoration: none;
683
728
  font-size: inherit;
@@ -685,42 +730,49 @@ button.toast-close-button {
685
730
  height: 1.375em;
686
731
  width: 1.375em;
687
732
  line-height: .4em;
688
- background-color: rgba(0,60,136,0.5);
733
+ background-color: var(--ol-background-color);
689
734
  border: none;
690
735
  border-radius: 2px;
691
736
  }
737
+
692
738
  .ol-control button::-moz-focus-inner {
693
739
  border: none;
694
740
  padding: 0;
695
741
  }
742
+
696
743
  .ol-zoom-extent button {
697
744
  line-height: 1.4em;
698
745
  }
746
+
699
747
  .ol-compass {
700
748
  display: block;
701
749
  font-weight: normal;
702
- font-size: 1.2em;
703
750
  will-change: transform;
704
751
  }
752
+
705
753
  .ol-touch .ol-control button {
706
754
  font-size: 1.5em;
707
755
  }
756
+
708
757
  .ol-touch .ol-zoom-extent {
709
758
  top: 5.5em;
710
759
  }
760
+
711
761
  .ol-control button:hover,
712
762
  .ol-control button:focus {
713
763
  text-decoration: none;
714
- background-color: rgba(0,60,136,0.7);
764
+ outline: 1px solid var(--ol-subtle-foreground-color);
765
+ color: var(--ol-foreground-color);
715
766
  }
767
+
716
768
  .ol-zoom .ol-zoom-in {
717
769
  border-radius: 2px 2px 0 0;
718
770
  }
771
+
719
772
  .ol-zoom .ol-zoom-out {
720
773
  border-radius: 0 0 2px 2px;
721
774
  }
722
775
 
723
-
724
776
  .ol-attribution {
725
777
  text-align: right;
726
778
  bottom: .5em;
@@ -730,47 +782,58 @@ button.toast-close-button {
730
782
  flex-flow: row-reverse;
731
783
  align-items: center;
732
784
  }
785
+
733
786
  .ol-attribution a {
734
- color: rgba(0,60,136,0.7);
787
+ color: var(--ol-subtle-foreground-color);
735
788
  text-decoration: none;
736
789
  }
790
+
737
791
  .ol-attribution ul {
738
792
  margin: 0;
739
793
  padding: 1px .5em;
740
- color: #000;
741
- text-shadow: 0 0 2px #fff;
794
+ color: var(--ol-foreground-color);
795
+ text-shadow: 0 0 2px var(--ol-background-color);
742
796
  font-size: 12px;
743
797
  }
798
+
744
799
  .ol-attribution li {
745
800
  display: inline;
746
801
  list-style: none;
747
802
  }
803
+
748
804
  .ol-attribution li:not(:last-child):after {
749
805
  content: " ";
750
806
  }
807
+
751
808
  .ol-attribution img {
752
809
  max-height: 2em;
753
810
  max-width: inherit;
754
811
  vertical-align: middle;
755
812
  }
813
+
756
814
  .ol-attribution button {
757
815
  flex-shrink: 0;
758
816
  }
817
+
759
818
  .ol-attribution.ol-collapsed ul {
760
819
  display: none;
761
820
  }
821
+
762
822
  .ol-attribution:not(.ol-collapsed) {
763
- background: rgba(255,255,255,0.8);
823
+ background: var(--ol-partial-background-color);
764
824
  }
825
+
765
826
  .ol-attribution.ol-uncollapsible {
766
827
  bottom: 0;
767
828
  right: 0;
768
829
  border-radius: 4px 0 0;
769
830
  }
831
+
770
832
  .ol-attribution.ol-uncollapsible img {
771
833
  margin-top: -.2em;
772
834
  max-height: 1.6em;
773
835
  }
836
+
774
837
  .ol-attribution.ol-uncollapsible button {
775
838
  display: none;
776
839
  }
@@ -780,6 +843,7 @@ button.toast-close-button {
780
843
  left: .5em;
781
844
  height: 200px;
782
845
  }
846
+
783
847
  .ol-zoomslider button {
784
848
  position: relative;
785
849
  height: 10px;
@@ -793,456 +857,462 @@ button.toast-close-button {
793
857
  left: 0.5em;
794
858
  bottom: 0.5em;
795
859
  }
860
+
796
861
  .ol-overviewmap.ol-uncollapsible {
797
862
  bottom: 0;
798
863
  left: 0;
799
864
  border-radius: 0 4px 0 0;
800
865
  }
866
+
801
867
  .ol-overviewmap .ol-overviewmap-map,
802
868
  .ol-overviewmap button {
803
869
  display: block;
804
870
  }
871
+
805
872
  .ol-overviewmap .ol-overviewmap-map {
806
- border: 1px solid #7b98bc;
873
+ border: 1px solid var(--ol-subtle-foreground-color);
807
874
  height: 150px;
808
- margin: 2px;
809
875
  width: 150px;
810
876
  }
877
+
811
878
  .ol-overviewmap:not(.ol-collapsed) button {
812
- bottom: 2px;
813
- left: 2px;
879
+ bottom: 0;
880
+ left: 0;
814
881
  position: absolute;
815
882
  }
883
+
816
884
  .ol-overviewmap.ol-collapsed .ol-overviewmap-map,
817
885
  .ol-overviewmap.ol-uncollapsible button {
818
886
  display: none;
819
887
  }
888
+
820
889
  .ol-overviewmap:not(.ol-collapsed) {
821
- background: rgba(255,255,255,0.8);
890
+ background: var(--ol-subtle-background-color);
822
891
  }
892
+
823
893
  .ol-overviewmap-box {
824
- border: 2px dotted rgba(0,60,136,0.7);
894
+ border: 1.5px dotted var(--ol-subtle-foreground-color);
825
895
  }
826
896
 
827
897
  .ol-overviewmap .ol-overviewmap-box:hover {
828
898
  cursor: move;
829
899
  }
830
-
831
-
832
- @mixin igo-geo-theming($theme, $typography) {
833
- @include igo-drawingTool-theming($theme, $typography);
834
- @include igo-feature-theming($theme);
835
- @include igo-filter-theming($theme, $typography);
836
- @include igo-layer-theming($theme);
837
- @include igo-map-theming($theme, $typography);
838
- @include igo-measure-theming($theme, $typography);
839
- @include igo-directions-theming($theme);
840
- @include igo-workspace-theming($theme, $typography);
841
- }
842
900
 
843
- @mixin igo-directions-theming($theme) {
844
- @include igo-directions-results-theming($theme);
845
- }
846
901
 
847
- @mixin igo-directions-results-theming($theme) {
848
- $accent: map-get($theme, accent);
849
-
850
- igo-directions-results mat-list-item.igo-steps:hover {
851
- background-color: mat.get-color-from-palette($accent, lighter);
852
- }
853
- }
902
+ @mixin igo-geo-theming($theme, $typography) {
903
+ @include igo-drawingTool-theming($theme, $typography);
904
+ @include igo-feature-theming($theme);
905
+ @include igo-filter-theming($theme, $typography);
906
+ @include igo-layer-theming($theme);
907
+ @include igo-map-theming($theme, $typography);
908
+ @include igo-measure-theming($theme, $typography);
909
+ @include igo-directions-theming($theme);
910
+ @include igo-workspace-theming($theme, $typography);
911
+ }
854
912
 
855
- @mixin igo-drawingTool-theming($theme, $typography) {
856
- @include igo-draw-theming($theme, $typography);
857
- }
913
+ @mixin igo-directions-theming($theme) {
914
+ @include igo-directions-results-theming($theme);
915
+ }
858
916
 
859
- @mixin igo-draw-theming($theme, $typography) {
860
- $foreground: map-get($theme, foreground);
861
-
862
- .igo-map-tooltip {
863
- position: relative;
864
- border-radius: 4px;
865
- padding: 4px 8px;
866
- white-space: nowrap;
867
- }
868
-
869
- .igo-map-tooltip-draw {
870
- color: mat.get-color-from-palette($foreground, text);
871
- font-weight: bold;
872
- font-size: mat.font-size($typography, subheading-2);
873
- }
874
-
875
- igo-draw-popup-component {
876
- h1 {
877
- font-size: mat.font-size($typography, display-1);
878
- font-family: Roboto, "Helvetica Neue", sans-serif;
879
- }
880
- }
881
- }
882
-
883
- @mixin igo-feature-theming($theme) {
884
- @include igo-feature-details-theming($theme);
885
- }
917
+ @mixin igo-directions-results-theming($theme) {
918
+ $accent: map-get($theme, accent);
886
919
 
887
- @mixin igo-feature-details-theming($theme) {
888
- $is-dark: map-get($theme, is-dark);
889
- $foreground: map-get($theme, foreground);
890
- $background: map-get($theme, background);
891
-
892
- igo-feature-details > table.igo-striped tbody tr:nth-child(odd) {
893
- background-color: mat.get-color-from-palette($background, if($is-dark, app-bar, status-bar));
894
- color: black;
895
- }
896
-
897
- }
920
+ igo-directions-results mat-list-item.igo-steps:hover {
921
+ background-color: mat.get-color-from-palette($accent, lighter);
922
+ }
923
+ }
898
924
 
899
- @mixin igo-filter-theming($theme, $typography) {
900
- @include igo-time-filter-form-theming($theme);
901
- @include igo-ogc-filter-time-slider-theming($theme);
902
- @include igo-ogc-filter-selection-theming($theme);
903
- }
925
+ @mixin igo-drawingTool-theming($theme, $typography) {
926
+ @include igo-draw-theming($theme, $typography);
927
+ }
904
928
 
905
- @mixin igo-ogc-filter-selection-theming($theme) {
906
- $primary: map-get($theme, primary);
907
- $accent: map-get($theme, accent);
908
- $dark: mat.define-palette(mat.$grey-palette, 800, 700, 900);
909
-
910
- mat-button-toggle.mat-button-toggle-checked {
911
- background-color: mat.get-color-from-palette($accent);
912
- color: mat.get-color-from-palette($dark);
913
- }
914
-
915
- mat-button-toggle {
916
- color: black !important;
917
- }
918
- }
929
+ @mixin igo-draw-theming($theme, $typography) {
930
+ $foreground: map-get($theme, foreground);
931
+
932
+ .igo-map-tooltip {
933
+ position: relative;
934
+ border-radius: 4px;
935
+ padding: 4px 8px;
936
+ white-space: nowrap;
937
+ }
938
+
939
+ .igo-map-tooltip-draw {
940
+ color: mat.get-color-from-palette($foreground, text);
941
+ font-weight: bold;
942
+ font-size: mat.font-size($typography, subheading-2);
943
+ }
944
+
945
+ igo-draw-popup-component {
946
+ h1 {
947
+ font-size: mat.font-size($typography, display-1);
948
+ font-family: Roboto, "Helvetica Neue", sans-serif;
949
+ }
950
+ }
951
+ }
919
952
 
920
- @mixin igo-ogc-filter-time-slider-theming($theme) {
921
- $primary: map-get($theme, primary);
922
- $color: mat.define-palette(mat.$yellow-palette);
923
-
924
- .mat-slider-thumb-label {
925
- transform: rotate(45deg) !important;
926
- border-radius: 50% 50% 0 !important;
927
- }
928
- }
929
-
930
- @mixin igo-time-filter-form-theming($theme) {
931
- $primary: map-get($theme, primary);
932
-
933
- mat-datetimepicker-calendar > div.mat-datetimepicker-calendar-header {
934
- color: mat.get-color-from-palette($primary);
935
- }
936
-
937
- mat-datetimepicker-calendar > div.mat-datetimepicker-calendar-content .mat-datetimepicker-calendar-body-active {
938
- background-color: mat.get-color-from-palette($primary, lighter);
939
- border-radius: 100%;
940
- }
941
- }
953
+ @mixin igo-feature-theming($theme) {
954
+ @include igo-feature-details-theming($theme);
955
+ }
942
956
 
943
- @mixin igo-layer-theming($theme) {
944
- $primary: map-get($theme, primary);
945
- $accent: map-get($theme, accent);
946
-
947
- @include igo-layer-legend-theming($theme);
948
-
949
- igo-layer-item.igo-layer-item-focused > mat-list-item {
950
- background-color: mat.get-color-from-palette($accent, lighter);
951
- color: mat.get-color-from-palette($primary, default-contrast);
952
- }
953
-
954
- .mat-menu-opacity-slider{
955
- box-shadow: 0 2px 4px -1px rgba(0,0,0,.5), 0 4px 5px 0 rgba(0,0,0,.15), 0 1px 10px 0 rgba(0,0,0,.4)
956
- }
957
- }
957
+ @mixin igo-feature-details-theming($theme) {
958
+ $is-dark: map-get($theme, is-dark);
959
+ $foreground: map-get($theme, foreground);
960
+ $background: map-get($theme, background);
958
961
 
959
- @mixin igo-layer-legend-theming($theme) {
960
- $primary: map-get($theme, primary);
961
-
962
- igo-layer-legend img:after {
963
- border-top-color: mat.get-color-from-palette($primary);
964
- }
965
- }
962
+ igo-feature-details > table.igo-striped tbody tr:nth-child(odd) {
963
+ background-color: mat.get-color-from-palette($background, if($is-dark, app-bar, status-bar));
964
+ color: black;
965
+ }
966
966
 
967
- @mixin igo-map-theming($theme, $typography) {
968
- @include igo-map-browser-theming($theme, $typography);
969
- @include igo-zoom-button-theming($theme);
970
- @include igo-menu-button-theming($theme);
971
- }
967
+ }
972
968
 
973
- @mixin igo-map-browser-theming($theme, $typography) {
974
- $primary: map-get($theme, primary);
975
- $is-dark: map-get($theme, is-dark);
976
-
977
- igo-map-browser div.ol-attribution > button {
978
- color: mat.get-color-from-palette($primary, if($is-dark, default-contrast, default));
979
- background-color: mat.get-color-from-palette(
980
- $primary,
981
- if($is-dark, default, default-contrast)
982
- );
983
- }
984
-
985
- igo-map-browser div.ol-attribution > ul {
986
- font-size: mat.font-size($typography, body-1);
987
- }
988
- }
969
+ @mixin igo-filter-theming($theme, $typography) {
970
+ @include igo-time-filter-form-theming($theme);
971
+ @include igo-ogc-filter-time-slider-theming($theme);
972
+ @include igo-ogc-filter-selection-theming($theme);
973
+ }
989
974
 
990
- @mixin igo-zoom-button-theming($theme) {
991
- $primary: map-get($theme, primary);
992
- $accent: map-get($theme, accent);
993
- $is-dark: map-get($theme, is-dark);
994
-
995
- igo-zoom-button > div.igo-zoom-button-container > button {
996
- &.mat-primary {
997
- color: mat.get-color-from-palette($primary, if($is-dark, default-contrast, default));
998
- background-color: mat.get-color-from-palette($primary, if($is-dark, default, default-contrast));
999
- }
1000
-
1001
- &.mat-accent {
1002
- color: mat.get-color-from-palette($accent, if($is-dark, default-contrast, default));
1003
- background-color: mat.get-color-from-palette($accent, if($is-dark, default, default-contrast));
1004
- }
1005
- }
1006
-
1007
- }
975
+ @mixin igo-ogc-filter-selection-theming($theme) {
976
+ $primary: map-get($theme, primary);
977
+ $accent: map-get($theme, accent);
978
+ $dark: mat.define-palette(mat.$grey-palette, 800, 700, 900);
1008
979
 
1009
- @mixin igo-menu-button-theming($theme) {
1010
- $primary: map-get($theme, primary);
1011
-
1012
- igo-menu-button > #menu-button {
1013
- color: mat.get-color-from-palette($primary);
1014
- }
1015
-
1016
- igo-menu-button > #menu-button.menu-button-reverse-color-close {
1017
- background-color: mat.get-color-from-palette($primary);
1018
- color: mat.get-color-from-palette($primary, default-contrast);
1019
- }
1020
-
1021
- igo-menu-button > #menu-button.menu-button-reverse-color {
1022
- background-color: mat.get-color-from-palette($primary);
1023
- color: mat.get-color-from-palette($primary, default-contrast);
1024
- }
1025
- }
1026
-
980
+ mat-button-toggle.mat-button-toggle-checked {
981
+ background-color: mat.get-color-from-palette($accent);
982
+ color: mat.get-color-from-palette($dark);
983
+ }
1027
984
 
1028
- @mixin igo-measure-theming($theme, $typography) {
1029
- @include igo-measurer-theming($theme, $typography);
1030
- }
985
+ mat-button-toggle {
986
+ color: black !important;
987
+ }
988
+ }
1031
989
 
1032
- @mixin igo-measurer-theming($theme, $typography) {
1033
- $foreground: map-get($theme, foreground);
1034
-
1035
- .igo-map-tooltip {
1036
- position: relative;
1037
- border-radius: 4px;
1038
- padding: 4px 8px;
1039
- white-space: nowrap;
1040
- }
1041
-
1042
- .igo-map-tooltip-measure {
1043
- background-color: rgba(255, 204, 51, 0.7);
1044
- border: 1px solid rgb(255, 205, 51);
1045
- color: black;
1046
- font-weight: bold;
1047
- font-size: mat.font-size($typography, subheading-2);
1048
- }
1049
- .igo-map-tooltip-hidden {
1050
- display: none;
1051
- }
1052
- .igo-map-tooltip-measure-by-display{
1053
- display: none;
1054
- }
1055
- }
990
+ @mixin igo-ogc-filter-time-slider-theming($theme) {
991
+ $primary: map-get($theme, primary);
992
+ $color: mat.define-palette(mat.$yellow-palette);
1056
993
 
1057
- @mixin igo-workspace-theming($theme, $typography) {
1058
- @include igo-confirmation-popup-theming($theme, $typography);
1059
- }
994
+ .mat-slider-thumb-label {
995
+ transform: rotate(45deg) !important;
996
+ border-radius: 50% 50% 0 !important;
997
+ }
998
+ }
1060
999
 
1061
- @mixin igo-confirmation-popup-theming($theme, $typography) {
1062
- $foreground: map-get($theme, foreground);
1063
-
1064
- igo-confirmation-popup-component {
1065
- h1 {
1066
- font-size: mat.font-size($typography, display-1);
1067
- font-family: Roboto, "Helvetica Neue", sans-serif;
1068
- }
1069
- }
1070
- }
1071
-
1072
- .blue-theme {
1073
- $primary: mat.define-palette(mat.$blue-palette, 700, 400, 900);
1074
- $accent: mat.define-palette(mat.$blue-palette, 200);
1075
- $warn: mat.define-palette(mat.$red-palette);
1076
-
1077
- $temp-theme: mat.define-light-theme((
1078
- color: (
1079
- primary: $primary,
1080
- accent: $accent,
1081
- warn: $warn
1082
- )
1083
- ));
1084
-
1085
- $foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
1086
- $theme: map-merge($temp-theme, (foreground: $foreground));
1087
-
1088
- @include igo-all-theming($theme);
1089
- @include mat.all-component-colors($theme);
1090
- }
1000
+ @mixin igo-time-filter-form-theming($theme) {
1001
+ $primary: map-get($theme, primary);
1091
1002
 
1092
- .bluedq-theme {
1093
- $dq-palette: (
1094
- 50 : #e3eaec,
1095
- 100 : #b9cad0,
1096
- 200 : #8ba7b1,
1097
- 300 : #5c8391,
1098
- 400 : #39697a,
1099
- 500 : #164e62,
1100
- 600 : #13475a,
1101
- 700 : #103d50,
1102
- 800 : #0c3546,
1103
- 900 : #062534,
1104
- A100 : #6dc6ff,
1105
- A200 : #3ab2ff,
1106
- A400 : #079eff,
1107
- A700 : #0090ec,
1108
- contrast: (
1109
- 50 : #000000,
1110
- 100 : #000000,
1111
- 200 : #000000,
1112
- 300 : #ffffff,
1113
- 400 : #ffffff,
1114
- 500 : #ffffff,
1115
- 600 : #ffffff,
1116
- 700 : #ffffff,
1117
- 800 : #ffffff,
1118
- 900 : #ffffff,
1119
- A100 : #000000,
1120
- A200 : #000000,
1121
- A400 : #ffffff,
1122
- A700 : #ffffff,
1123
- )
1124
- );
1125
-
1126
- $primary: mat.define-palette($dq-palette, 500);
1127
- $accent: mat.define-palette($dq-palette, 200);
1128
- $warn: mat.define-palette(mat.$red-palette);
1129
-
1130
- $temp-theme: mat.define-light-theme((
1131
- color: (
1132
- primary: $primary,
1133
- accent: $accent,
1134
- warn: $warn
1135
- )
1136
- ));
1137
-
1138
- $foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
1139
- $theme: map-merge($temp-theme, (foreground: $foreground));
1140
-
1141
- @include igo-all-theming($theme);
1142
- @include mat.all-component-colors($theme);
1143
- }
1003
+ mat-datetimepicker-calendar > div.mat-datetimepicker-calendar-header {
1004
+ color: mat.get-color-from-palette($primary);
1005
+ }
1144
1006
 
1145
- .bluegrey-theme {
1146
- $primary: mat.define-palette(mat.$blue-grey-palette);
1147
- $accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
1148
- $warn: mat.define-palette(mat.$deep-orange-palette);
1149
-
1150
- $theme: mat.define-light-theme((
1151
- color: (
1152
- primary: $primary,
1153
- accent: $accent,
1154
- warn: $warn
1155
- )
1156
- ));
1157
-
1158
- @include igo-all-theming($theme);
1159
- @include mat.all-component-colors($theme);
1160
- }
1007
+ mat-datetimepicker-calendar > div.mat-datetimepicker-calendar-content .mat-datetimepicker-calendar-body-active {
1008
+ background-color: mat.get-color-from-palette($primary, lighter);
1009
+ border-radius: 100%;
1010
+ }
1011
+ }
1161
1012
 
1162
- .deeppurple-theme {
1163
- $primary: mat.define-palette(mat.$deep-purple-palette);
1164
- $accent: mat.define-palette(mat.$amber-palette, A200, A100, A400);
1165
- $warn: mat.define-palette(mat.$red-palette);
1166
-
1167
- $theme: mat.define-light-theme((
1168
- color: (
1169
- primary: $primary,
1170
- accent: $accent,
1171
- warn: $warn
1172
- )
1173
- ));
1174
-
1175
- @include igo-all-theming($theme);
1176
- @include mat.all-component-colors($theme);
1177
- }
1013
+ @mixin igo-layer-theming($theme) {
1014
+ $primary: map-get($theme, primary);
1015
+ $accent: map-get($theme, accent);
1178
1016
 
1179
- .indigo-theme {
1180
- $primary: mat.define-palette(mat.$indigo-palette);
1181
- $accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
1182
- $warn: mat.define-palette(mat.$red-palette);
1183
-
1184
- $theme: mat.define-light-theme((
1185
- color: (
1186
- primary: $primary,
1187
- accent: $accent,
1188
- warn: $warn
1189
- )
1190
- ));
1191
-
1192
- @include igo-all-theming($theme);
1193
- @include mat.all-component-colors($theme);
1194
- }
1017
+ @include igo-layer-legend-theming($theme);
1195
1018
 
1196
- .orange-theme {
1197
- $primary: mat.define-palette(mat.$orange-palette, 800);
1198
- $accent: mat.define-palette(mat.$light-blue-palette, 600, 100, 800);
1199
- $warn: mat.define-palette(mat.$red-palette, 600);
1200
-
1201
- $theme: mat.define-light-theme((
1202
- color: (
1203
- primary: $primary,
1204
- accent: $accent,
1205
- warn: $warn
1206
- )
1207
- ));
1208
-
1209
- @include igo-all-theming($theme);
1210
- @include mat.all-component-colors($theme);
1211
- }
1019
+ igo-layer-item.igo-layer-item-focused > mat-list-item {
1020
+ background-color: mat.get-color-from-palette($accent, lighter);
1021
+ color: mat.get-color-from-palette($primary, default-contrast);
1022
+ }
1212
1023
 
1213
- .dark-theme {
1214
- $primary: mat.define-palette(mat.$blue-grey-palette);
1215
- $accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
1216
- $warn: mat.define-palette(mat.$deep-orange-palette);
1217
-
1218
- $theme: mat.define-dark-theme((
1219
- color: (
1220
- primary: $primary,
1221
- accent: $accent,
1222
- warn: $warn
1223
- )
1224
- ));
1225
-
1226
- @include igo-all-theming($theme);
1227
- @include mat.all-component-colors($theme);
1228
- }
1024
+ .mat-menu-opacity-slider{
1025
+ box-shadow: 0 2px 4px -1px rgba(0,0,0,.5), 0 4px 5px 0 rgba(0,0,0,.15), 0 1px 10px 0 rgba(0,0,0,.4)
1026
+ }
1027
+ }
1229
1028
 
1230
- .teal-theme {
1231
- $primary: mat.define-palette(mat.$teal-palette, 600, 400, 900);
1232
- $accent: mat.define-palette(mat.$teal-palette, 400);
1233
- $warn: mat.define-palette(mat.$red-palette);
1234
-
1235
- $theme: mat.define-light-theme((
1236
- color: (
1237
- primary: $primary,
1238
- accent: $accent,
1239
- warn: $warn
1240
- )
1241
- ));
1242
-
1243
- @include igo-all-theming($theme);
1244
- @include mat.all-component-colors($theme);
1245
- }
1029
+ @mixin igo-layer-legend-theming($theme) {
1030
+ $primary: map-get($theme, primary);
1031
+
1032
+ igo-layer-legend img:after {
1033
+ border-top-color: mat.get-color-from-palette($primary);
1034
+ }
1035
+ }
1036
+
1037
+ @mixin igo-map-theming($theme, $typography) {
1038
+ @include igo-map-browser-theming($theme, $typography);
1039
+ @include igo-zoom-button-theming($theme);
1040
+ @include igo-menu-button-theming($theme);
1041
+ }
1042
+
1043
+ @mixin igo-map-browser-theming($theme, $typography) {
1044
+ $primary: map-get($theme, primary);
1045
+ $is-dark: map-get($theme, is-dark);
1046
+
1047
+ igo-map-browser div.ol-attribution > button {
1048
+ color: mat.get-color-from-palette($primary, if($is-dark, default-contrast, default));
1049
+ background-color: mat.get-color-from-palette(
1050
+ $primary,
1051
+ if($is-dark, default, default-contrast)
1052
+ );
1053
+ }
1054
+
1055
+ igo-map-browser div.ol-attribution > ul {
1056
+ font-size: mat.font-size($typography, body-1);
1057
+ }
1058
+ }
1059
+
1060
+ @mixin igo-zoom-button-theming($theme) {
1061
+ $primary: map-get($theme, primary);
1062
+ $accent: map-get($theme, accent);
1063
+ $is-dark: map-get($theme, is-dark);
1064
+
1065
+ igo-zoom-button > div.igo-zoom-button-container > button {
1066
+ &.mat-primary {
1067
+ color: mat.get-color-from-palette($primary, if($is-dark, default-contrast, default));
1068
+ background-color: mat.get-color-from-palette($primary, if($is-dark, default, default-contrast));
1069
+ }
1070
+
1071
+ &.mat-accent {
1072
+ color: mat.get-color-from-palette($accent, if($is-dark, default-contrast, default));
1073
+ background-color: mat.get-color-from-palette($accent, if($is-dark, default, default-contrast));
1074
+ }
1075
+ }
1076
+
1077
+ }
1078
+
1079
+ @mixin igo-menu-button-theming($theme) {
1080
+ $primary: map-get($theme, primary);
1081
+
1082
+ igo-menu-button > #menu-button {
1083
+ color: mat.get-color-from-palette($primary);
1084
+ }
1085
+
1086
+ igo-menu-button > #menu-button.menu-button-reverse-color-close {
1087
+ background-color: mat.get-color-from-palette($primary);
1088
+ color: mat.get-color-from-palette($primary, default-contrast);
1089
+ }
1090
+
1091
+ igo-menu-button > #menu-button.menu-button-reverse-color {
1092
+ background-color: mat.get-color-from-palette($primary);
1093
+ color: mat.get-color-from-palette($primary, default-contrast);
1094
+ }
1095
+ }
1096
+
1097
+
1098
+ @mixin igo-measure-theming($theme, $typography) {
1099
+ @include igo-measurer-theming($theme, $typography);
1100
+ }
1101
+
1102
+ @mixin igo-measurer-theming($theme, $typography) {
1103
+ $foreground: map-get($theme, foreground);
1104
+
1105
+ .igo-map-tooltip {
1106
+ position: relative;
1107
+ border-radius: 4px;
1108
+ padding: 4px 8px;
1109
+ white-space: nowrap;
1110
+ }
1111
+
1112
+ .igo-map-tooltip-measure {
1113
+ background-color: rgba(255, 204, 51, 0.7);
1114
+ border: 1px solid rgb(255, 205, 51);
1115
+ color: black;
1116
+ font-weight: bold;
1117
+ font-size: mat.font-size($typography, subheading-2);
1118
+ }
1119
+ .igo-map-tooltip-hidden {
1120
+ display: none;
1121
+ }
1122
+ .igo-map-tooltip-measure-by-display{
1123
+ display: none;
1124
+ }
1125
+ }
1126
+
1127
+ @mixin igo-workspace-theming($theme, $typography) {
1128
+ @include igo-confirmation-popup-theming($theme, $typography);
1129
+ }
1130
+
1131
+ @mixin igo-confirmation-popup-theming($theme, $typography) {
1132
+ $foreground: map-get($theme, foreground);
1133
+
1134
+ igo-confirmation-popup-component {
1135
+ h1 {
1136
+ font-size: mat.font-size($typography, display-1);
1137
+ font-family: Roboto, "Helvetica Neue", sans-serif;
1138
+ }
1139
+ }
1140
+ }
1141
+
1142
+ .blue-theme {
1143
+ $primary: mat.define-palette(mat.$blue-palette, 700, 400, 900);
1144
+ $accent: mat.define-palette(mat.$blue-palette, 200);
1145
+ $warn: mat.define-palette(mat.$red-palette);
1146
+
1147
+ $temp-theme: mat.define-light-theme((
1148
+ color: (
1149
+ primary: $primary,
1150
+ accent: $accent,
1151
+ warn: $warn
1152
+ )
1153
+ ));
1154
+
1155
+ $foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
1156
+ $theme: map-merge($temp-theme, (foreground: $foreground));
1157
+
1158
+ @include igo-all-theming($theme);
1159
+ @include mat.all-component-colors($theme);
1160
+ }
1161
+
1162
+ .bluedq-theme {
1163
+ $dq-palette: (
1164
+ 50 : #e1f5fd,
1165
+ 100 : #b4e5fb,
1166
+ 200 : #82d4f8,
1167
+ 300 : #53c3f4,
1168
+ 400 : #31B6f2,
1169
+ 500 : #0d81df,
1170
+ 600 : #149Be1,
1171
+ 700 : #1088cd,
1172
+ 800 : #0F77B9,
1173
+ 900 : #095797,
1174
+ A100 : #6dc6ff,
1175
+ A200 : #3ab2ff,
1176
+ A400 : #079eff,
1177
+ A700 : #0090ec,
1178
+ contrast: (
1179
+ 50 : #000000,
1180
+ 100 : #000000,
1181
+ 200 : #000000,
1182
+ 300 : #000000,
1183
+ 400 : #000000,
1184
+ 500 : #000000,
1185
+ 600 : #ffffff,
1186
+ 700 : #ffffff,
1187
+ 800 : #ffffff,
1188
+ 900 : #ffffff,
1189
+ A100 : #000000,
1190
+ A200 : #000000,
1191
+ A400 : #ffffff,
1192
+ A700 : #ffffff,
1193
+ )
1194
+ );
1195
+
1196
+ $primary: mat.define-palette($dq-palette, 900);
1197
+ $accent: mat.define-palette($dq-palette, 500);
1198
+ $warn: mat.define-palette(mat.$red-palette);
1199
+
1200
+ $temp-theme: mat.define-light-theme((
1201
+ color: (
1202
+ primary: $primary,
1203
+ accent: $accent,
1204
+ warn: $warn
1205
+ )
1206
+ ));
1207
+
1208
+ $foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
1209
+ $theme: map-merge($temp-theme, (foreground: $foreground));
1210
+
1211
+ @include igo-all-theming($theme);
1212
+ @include mat.all-component-colors($theme);
1213
+ }
1214
+
1215
+ .bluegrey-theme {
1216
+ $primary: mat.define-palette(mat.$blue-grey-palette);
1217
+ $accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
1218
+ $warn: mat.define-palette(mat.$deep-orange-palette);
1219
+
1220
+ $theme: mat.define-light-theme((
1221
+ color: (
1222
+ primary: $primary,
1223
+ accent: $accent,
1224
+ warn: $warn
1225
+ )
1226
+ ));
1227
+
1228
+ @include igo-all-theming($theme);
1229
+ @include mat.all-component-colors($theme);
1230
+ }
1231
+
1232
+ .deeppurple-theme {
1233
+ $primary: mat.define-palette(mat.$deep-purple-palette);
1234
+ $accent: mat.define-palette(mat.$amber-palette, A200, A100, A400);
1235
+ $warn: mat.define-palette(mat.$red-palette);
1236
+
1237
+ $theme: mat.define-light-theme((
1238
+ color: (
1239
+ primary: $primary,
1240
+ accent: $accent,
1241
+ warn: $warn
1242
+ )
1243
+ ));
1244
+
1245
+ @include igo-all-theming($theme);
1246
+ @include mat.all-component-colors($theme);
1247
+ }
1248
+
1249
+ .indigo-theme {
1250
+ $primary: mat.define-palette(mat.$indigo-palette);
1251
+ $accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
1252
+ $warn: mat.define-palette(mat.$red-palette);
1253
+
1254
+ $theme: mat.define-light-theme((
1255
+ color: (
1256
+ primary: $primary,
1257
+ accent: $accent,
1258
+ warn: $warn
1259
+ )
1260
+ ));
1261
+
1262
+ @include igo-all-theming($theme);
1263
+ @include mat.all-component-colors($theme);
1264
+ }
1265
+
1266
+ .orange-theme {
1267
+ $primary: mat.define-palette(mat.$orange-palette, 800);
1268
+ $accent: mat.define-palette(mat.$light-blue-palette, 600, 100, 800);
1269
+ $warn: mat.define-palette(mat.$red-palette, 600);
1270
+
1271
+ $theme: mat.define-light-theme((
1272
+ color: (
1273
+ primary: $primary,
1274
+ accent: $accent,
1275
+ warn: $warn
1276
+ )
1277
+ ));
1278
+
1279
+ @include igo-all-theming($theme);
1280
+ @include mat.all-component-colors($theme);
1281
+ }
1282
+
1283
+ .dark-theme {
1284
+ $primary: mat.define-palette(mat.$blue-grey-palette);
1285
+ $accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
1286
+ $warn: mat.define-palette(mat.$deep-orange-palette);
1287
+
1288
+ $theme: mat.define-dark-theme((
1289
+ color: (
1290
+ primary: $primary,
1291
+ accent: $accent,
1292
+ warn: $warn
1293
+ )
1294
+ ));
1295
+
1296
+ @include igo-all-theming($theme);
1297
+ @include mat.all-component-colors($theme);
1298
+ }
1299
+
1300
+ .teal-theme {
1301
+ $primary: mat.define-palette(mat.$teal-palette, 600, 400, 900);
1302
+ $accent: mat.define-palette(mat.$teal-palette, 400);
1303
+ $warn: mat.define-palette(mat.$red-palette);
1304
+
1305
+ $theme: mat.define-light-theme((
1306
+ color: (
1307
+ primary: $primary,
1308
+ accent: $accent,
1309
+ warn: $warn
1310
+ )
1311
+ ));
1312
+
1313
+ @include igo-all-theming($theme);
1314
+ @include mat.all-component-colors($theme);
1315
+ }
1246
1316
 
1247
1317
  .qcca-theme {
1248
1318
  $qcca-palette: (