@igo2/core 1.13.0 → 1.13.2

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