qms-angular 1.1.3 → 1.1.5

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 (59) hide show
  1. package/README.md +15 -9
  2. package/bundles/qms-angular.umd.js +385 -39
  3. package/bundles/qms-angular.umd.js.map +1 -1
  4. package/esm2015/lib/components/breadcrumb/model/breadcrumb-node.model.js +1 -1
  5. package/esm2015/lib/components/button/button-toggle.js +1 -1
  6. package/esm2015/lib/components/button/button.js +3 -3
  7. package/esm2015/lib/components/list/list.js +2 -2
  8. package/esm2015/lib/components/qms-nav-drawer/directive/qms-multi-icon.directive.js +75 -0
  9. package/esm2015/lib/components/qms-nav-drawer/index.js +2 -0
  10. package/esm2015/lib/components/qms-nav-drawer/models/qms-nav-drawer.model.js +10 -0
  11. package/esm2015/lib/components/qms-nav-drawer/public_api.js +6 -0
  12. package/esm2015/lib/components/qms-nav-drawer/qms-nav-drawer.component.js +160 -0
  13. package/esm2015/lib/components/qms-nav-drawer/qms-nav-drawer.module.js +37 -0
  14. package/esm2015/lib/components/qms-nav-drawer/service/qms-nav-drawer.service.js +17 -0
  15. package/esm2015/lib/components/related/popup/related-popup.component.js +1 -1
  16. package/esm2015/lib/components/rich-text/rich-text.js +1 -1
  17. package/esm2015/lib/components/table/table-action.js +1 -1
  18. package/esm2015/lib/components/tree/tree.component.js +2 -3
  19. package/esm2015/lib/components/treeNew/tree.component.js +1 -1
  20. package/esm2015/lib/components/upload-file-error-dialog/upload-file-error-dialog.js +5 -2
  21. package/esm2015/lib/directives/dialog/dialog.content.directive.js +27 -1
  22. package/esm2015/lib/model/en.js +5 -1
  23. package/esm2015/lib/model/no.js +5 -1
  24. package/esm2015/lib/qms-angular.module.js +4 -2
  25. package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.component.js +1 -1
  26. package/esm2015/public-api.js +2 -1
  27. package/fesm2015/qms-angular.js +332 -17
  28. package/fesm2015/qms-angular.js.map +1 -1
  29. package/lib/components/breadcrumb/model/breadcrumb-node.model.d.ts +1 -0
  30. package/lib/components/qms-nav-drawer/directive/qms-multi-icon.directive.d.ts +15 -0
  31. package/lib/components/qms-nav-drawer/index.d.ts +1 -0
  32. package/lib/components/qms-nav-drawer/models/qms-nav-drawer.model.d.ts +34 -0
  33. package/lib/components/qms-nav-drawer/public_api.d.ts +5 -0
  34. package/lib/components/qms-nav-drawer/qms-nav-drawer.component.d.ts +67 -0
  35. package/lib/components/qms-nav-drawer/qms-nav-drawer.module.d.ts +2 -0
  36. package/lib/components/qms-nav-drawer/service/qms-nav-drawer.service.d.ts +7 -0
  37. package/lib/components/upload-file-error-dialog/upload-file-error-dialog.d.ts +6 -0
  38. package/lib/directives/dialog/dialog.content.directive.d.ts +7 -0
  39. package/lib/model/en.d.ts +4 -0
  40. package/lib/model/no.d.ts +4 -0
  41. package/lib.theme.scss +6 -3
  42. package/package.json +1 -1
  43. package/public-api.d.ts +1 -0
  44. package/qms-angular.metadata.json +1 -1
  45. package/src/assets/qms-ckeditor-plugin/package-lock.json +48 -0
  46. package/src/lib/components/button/button-toggle.scss +1 -1
  47. package/src/lib/components/list/_list-base.scss +1 -1
  48. package/src/lib/components/list/_list-expansion.scss +1 -1
  49. package/src/lib/components/qms-nav-drawer/qms-nav-drawer.component.scss +99 -0
  50. package/src/lib/components/rich-text/rich-text.scss +1 -1
  51. package/src/lib/components/substance-conflict/substance-conflict.component.scss +2 -2
  52. package/src/lib/components/table/{table.scss → table-action.scss} +0 -0
  53. package/src/lib/qms-ckeditor-components/qms-ckeditor.component.scss +1 -1
  54. package/src/themes/core/_app-bar.scss +2 -2
  55. package/src/themes/core/_checkbox.scss +6 -0
  56. package/src/themes/core/_dialog-new.scss +32 -0
  57. package/src/themes/core/_table-pure-gap.scss +110 -0
  58. package/src/themes/core/_table.scss +5 -5
  59. package/src/themes/theme/_variable.scss +31 -20
@@ -2115,6 +2115,16 @@
2115
2115
  "node": ">=8"
2116
2116
  }
2117
2117
  },
2118
+ "node_modules/bindings": {
2119
+ "version": "1.5.0",
2120
+ "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
2121
+ "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
2122
+ "dev": true,
2123
+ "optional": true,
2124
+ "dependencies": {
2125
+ "file-uri-to-path": "1.0.0"
2126
+ }
2127
+ },
2118
2128
  "node_modules/bluebird": {
2119
2129
  "version": "3.7.2",
2120
2130
  "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
@@ -4275,6 +4285,13 @@
4275
4285
  "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==",
4276
4286
  "dev": true
4277
4287
  },
4288
+ "node_modules/file-uri-to-path": {
4289
+ "version": "1.0.0",
4290
+ "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
4291
+ "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
4292
+ "dev": true,
4293
+ "optional": true
4294
+ },
4278
4295
  "node_modules/fill-range": {
4279
4296
  "version": "7.0.1",
4280
4297
  "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
@@ -5770,6 +5787,13 @@
5770
5787
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
5771
5788
  "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
5772
5789
  },
5790
+ "node_modules/nan": {
5791
+ "version": "2.16.0",
5792
+ "resolved": "https://registry.npmjs.org/nan/-/nan-2.16.0.tgz",
5793
+ "integrity": "sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==",
5794
+ "dev": true,
5795
+ "optional": true
5796
+ },
5773
5797
  "node_modules/nanoid": {
5774
5798
  "version": "3.1.22",
5775
5799
  "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.22.tgz",
@@ -14337,6 +14361,16 @@
14337
14361
  "dev": true,
14338
14362
  "optional": true
14339
14363
  },
14364
+ "bindings": {
14365
+ "version": "1.5.0",
14366
+ "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
14367
+ "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
14368
+ "dev": true,
14369
+ "optional": true,
14370
+ "requires": {
14371
+ "file-uri-to-path": "1.0.0"
14372
+ }
14373
+ },
14340
14374
  "bluebird": {
14341
14375
  "version": "3.7.2",
14342
14376
  "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
@@ -16113,6 +16147,13 @@
16113
16147
  "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==",
16114
16148
  "dev": true
16115
16149
  },
16150
+ "file-uri-to-path": {
16151
+ "version": "1.0.0",
16152
+ "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
16153
+ "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
16154
+ "dev": true,
16155
+ "optional": true
16156
+ },
16116
16157
  "fill-range": {
16117
16158
  "version": "7.0.1",
16118
16159
  "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
@@ -17292,6 +17333,13 @@
17292
17333
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
17293
17334
  "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
17294
17335
  },
17336
+ "nan": {
17337
+ "version": "2.16.0",
17338
+ "resolved": "https://registry.npmjs.org/nan/-/nan-2.16.0.tgz",
17339
+ "integrity": "sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==",
17340
+ "dev": true,
17341
+ "optional": true
17342
+ },
17295
17343
  "nanoid": {
17296
17344
  "version": "3.1.22",
17297
17345
  "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.22.tgz",
@@ -120,7 +120,7 @@
120
120
 
121
121
  &.qms-button-toggle-disabled {
122
122
  cursor: default !important;
123
- background: #e4e4e4 !important;
123
+ background: theme-apply($disabled) !important;
124
124
  color: rgba(0, 0, 0, 0.38) !important;
125
125
  user-select: none;
126
126
 
@@ -5,7 +5,7 @@ $leading-icon: 24px;
5
5
  $leading-icon-padding: 4px;
6
6
  $subtitle-color: theme-apply($default-color);
7
7
  $subtitle-weight: 600;
8
- $border-bottom-item: #e0e0e0;
8
+ $border-bottom-item: theme-apply($other-divider);;
9
9
  $size-caption: 0.75rem;
10
10
  $margin-icon: 0.75rem;
11
11
  $size-sm: 0.875rem;
@@ -4,7 +4,7 @@
4
4
  @import "../../../themes/theme/mixins";
5
5
 
6
6
  .mat-expansion-panel {
7
- &.qms-expansion {
7
+ &.qms-expansion:not([class*=mat-elevation-z]) {
8
8
  background-color: transparent;
9
9
  box-shadow: none;
10
10
  border-bottom: 1px solid $border-bottom-item;
@@ -0,0 +1,99 @@
1
+ @import "../../../themes/core/variables";
2
+ @import "../../../themes/theme/variable";
3
+ @import "../../../themes/theme/mixins";
4
+ @import "../../../themes/qms-icon-font";
5
+
6
+ .mat-tree.qms-nav-drawer-container {
7
+ .mat-tree-node {
8
+ &:hover {
9
+ background: black(0.08);
10
+ }
11
+
12
+ &:active {
13
+ background: black(0.12);
14
+ }
15
+
16
+ &.active {
17
+ color: theme-apply($primary);
18
+ background: theme-apply($primary-light-6-opacity);
19
+
20
+ &:active {
21
+ background: theme-apply($primary-light-12-opacity);
22
+ }
23
+
24
+ button,
25
+ .mat-icon-rtl-mirror,
26
+ .type-icon,
27
+ .text-name {
28
+ color: theme-apply($primary);
29
+ }
30
+ }
31
+ }
32
+
33
+ .mat-tree-node.collapse-node {
34
+ &.active {
35
+ button,
36
+ .mat-icon-rtl-mirror,
37
+ .type-icon,
38
+ .text-name {
39
+ color: theme-apply($primary);
40
+ }
41
+ &:hover {
42
+ background: theme-apply($primary-light-6-opacity);
43
+ }
44
+
45
+ &:active {
46
+ background: theme-apply($primary-light-12-opacity);
47
+ }
48
+ }
49
+ }
50
+
51
+ .mat-tree-node.expand-node {
52
+ color: theme-apply($primary);
53
+ button,
54
+ .mat-icon-rtl-mirror,
55
+ .type-icon,
56
+ .text-name {
57
+ color: theme-apply($primary);
58
+ }
59
+
60
+ &:hover {
61
+ background: theme-apply($primary-light-6-opacity);
62
+ }
63
+
64
+ &:active {
65
+ background: theme-apply($primary-light-12-opacity);
66
+ }
67
+ }
68
+
69
+ .type-icon {
70
+ margin-right: 5px;
71
+ color: theme-apply($ws-action-active);
72
+ }
73
+
74
+ .text-name {
75
+ color: theme-apply($default-color);
76
+ }
77
+
78
+ .mat-icon-rtl-mirror {
79
+ color: black(0.6);
80
+ }
81
+ }
82
+
83
+ .text-name {
84
+ position: relative;
85
+ overflow: hidden;
86
+ text-overflow: ellipsis;
87
+ display: -webkit-box;
88
+ -webkit-line-clamp: 2;
89
+ -webkit-box-orient: vertical;
90
+ cursor: pointer;
91
+ }
92
+
93
+ .cursor-pointer {
94
+ cursor: pointer;
95
+ }
96
+
97
+ .ml-5 {
98
+ margin-left: 10px;
99
+ }
@@ -23,7 +23,7 @@
23
23
  .ck-disabled {
24
24
  .ck.ck-toolbar,
25
25
  .ck.ck-editor__main > .ck-editor__editable {
26
- background-color: #e4e4e4;
26
+ background-color: theme-apply($disabled);
27
27
  pointer-events: none;
28
28
  }
29
29
 
@@ -58,7 +58,7 @@
58
58
  }
59
59
 
60
60
  .button-view {
61
- border: 1px solid #e4e4e4;
61
+ border: 1px solid theme-apply($disabled);
62
62
  border-radius: 5px;
63
63
  padding: 10px;
64
64
  cursor: pointer !important;
@@ -69,7 +69,7 @@
69
69
  }
70
70
 
71
71
  &.cancel {
72
- background-color: #e4e4e4;
72
+ background-color: theme-apply($disabled);
73
73
  color: #000000;
74
74
  }
75
75
 
@@ -64,7 +64,7 @@
64
64
  .ck-disabled {
65
65
  .ck.ck-toolbar,
66
66
  .ck.ck-editor__main > .ck-editor__editable {
67
- background-color: #e4e4e4;
67
+ background-color: theme-apply($disabled);
68
68
  pointer-events: none;
69
69
  }
70
70
 
@@ -3,13 +3,13 @@
3
3
  @import "../theme/mixins";
4
4
 
5
5
  .qms-app-bar-dark {
6
- background: theme-apply($-qms-app-bar-dark-background-color);
6
+ background: theme-apply($qms-app-bar-dark-background-color);
7
7
  width : 100% !important;
8
8
  height : 56px !important;
9
9
  }
10
10
 
11
11
  .qms-app-bar-light {
12
- background: theme-apply($-qms-app-bar-light-background-color);
12
+ background: theme-apply($qms-app-bar-light-background-color);
13
13
  width : 100% !important;
14
14
  height : 56px !important;
15
15
  }
@@ -99,5 +99,11 @@
99
99
  border-color: theme-apply($primary);
100
100
  }
101
101
  }
102
+
103
+ &.mat-checkbox-indeterminate {
104
+ .mat-checkbox-background {
105
+ background-color: theme-apply($primary);
106
+ }
107
+ }
102
108
  }
103
109
  }
@@ -0,0 +1,32 @@
1
+ ::ng-deep .qms-dialog-container-v2 {
2
+ width: 100%;
3
+ height: 100%;
4
+ display: flex;
5
+ flex-direction: column;
6
+ flex-wrap: nowrap;
7
+
8
+ .qms-dialog-header {
9
+ flex-shrink: 0;
10
+ }
11
+
12
+ .qms-dialog-content {
13
+ flex-grow: 1;
14
+ overflow-y: auto;
15
+ overflow-x: hidden;
16
+ margin: 0;
17
+ min-height: 2em;
18
+ }
19
+
20
+ .qms-dialog-footer {
21
+ margin-top: 10px;
22
+ flex-shrink: 0;
23
+
24
+ &.qms-dialog-footer-align-center {
25
+ justify-content: center;
26
+ }
27
+
28
+ &.qms-dialog-footer-align-start {
29
+ justify-content: start;
30
+ }
31
+ }
32
+ }
@@ -0,0 +1,110 @@
1
+ @import "../theme/variable";
2
+ @import "../theme/mixins";
3
+ @import "typography";
4
+
5
+
6
+ .table-scroll-container {
7
+ position: relative;
8
+ padding-top: 35px;
9
+ overflow: hidden;
10
+ }
11
+ .table-scroll-area {
12
+ height: 100%;
13
+ overflow-x: auto;
14
+ overflow-y: auto;
15
+ -webkit-overflow-scrolling: auto;
16
+ }
17
+
18
+
19
+
20
+ table.mat-table {
21
+ &.qms-table {
22
+ width: 100%;
23
+ border-collapse: separate;
24
+ border-spacing: 0 8px;
25
+ margin-top: -16px;
26
+ padding-right: 5px;
27
+ background-color: transparent;
28
+ font-family: Open Sans;
29
+ overflow-x: auto;
30
+ overflow-y: auto;
31
+ margin-bottom: 0;
32
+ border: none;
33
+
34
+ .mat-header-cell {
35
+ font-size: 14px;
36
+ font-weight: 600;
37
+ color: theme-apply($ws-text-secondary);
38
+ vertical-align: middle;
39
+
40
+ .mat-checkbox.qms-group-options {
41
+ padding: 5px;
42
+ }
43
+ }
44
+
45
+ .mat-header-row {
46
+ height: unset;
47
+ }
48
+
49
+ th {
50
+ border: none !important;
51
+ min-width: 40px;
52
+ }
53
+
54
+ .th-title {
55
+ position: absolute;
56
+ top: 0;
57
+ }
58
+
59
+ td {
60
+ border-top: 1px solid theme-apply($disabled);
61
+ }
62
+
63
+ &.border-left {
64
+ border-left: 1px solid theme-apply($disabled);
65
+ }
66
+
67
+ .border-right {
68
+ border-right: 1px solid theme-apply($disabled);
69
+ }
70
+
71
+ td.mat-cell {
72
+ padding: 10px 0 10px 0;
73
+ border-bottom: 1px solid theme-apply($other-divider);
74
+ border-top: 1px solid theme-apply($other-divider);
75
+ background-color: #fff;
76
+ color: theme-apply($ws-text-primary);
77
+ font-weight: 400;
78
+ }
79
+
80
+ td.mat-cell:first-child {
81
+ border-left: 1px solid theme-apply($other-divider);
82
+ border-bottom-left-radius: 4px;
83
+ border-top-left-radius: 4px;
84
+
85
+ .mat-checkbox.qms-group-options {
86
+ border-right: 1px solid theme-apply($other-divider);
87
+ border-radius: 0px;
88
+ padding: 5px 15px 5px 5px;
89
+ }
90
+ }
91
+
92
+ td.mat-cell:last-child {
93
+ border-right: 1px solid theme-apply($other-divider);
94
+ border-bottom-right-radius: 4px;
95
+ border-top-right-radius: 4px;
96
+ }
97
+
98
+ th.mat-header-cell:last-of-type,
99
+ td.mat-cell:last-of-type,
100
+ td.mat-footer-cell:last-of-type {
101
+ padding-right: 16px;
102
+ }
103
+
104
+ th.mat-header-cell:first-of-type,
105
+ td.mat-cell:first-of-type,
106
+ td.mat-footer-cell:first-of-type {
107
+ padding-left: 16px;
108
+ }
109
+ }
110
+ }
@@ -33,7 +33,7 @@
33
33
 
34
34
  &:hover, &:focus-visible {
35
35
  outline: unset;
36
- color: #1954A9;
36
+ color: theme-apply($primary);
37
37
  text-decoration: underline;
38
38
  }
39
39
  }
@@ -57,7 +57,7 @@
57
57
  .qms-table-row {
58
58
  padding: 8px 0 8px 20px;
59
59
  background: #FFFFFF;
60
- border: 1px solid #E0E0E0;
60
+ border: 1px solid theme-apply($other-divider);;
61
61
  border-radius: 4px;
62
62
  margin-top: 8px;
63
63
  min-height: 40px;
@@ -104,7 +104,7 @@
104
104
  }
105
105
 
106
106
  &-disabled {
107
- background: #E4E4E4;
107
+ background: theme-apply($disabled);
108
108
  color: rgba(0, 0, 0, 0.38);
109
109
  pointer-events: none;
110
110
 
@@ -203,7 +203,7 @@
203
203
  }
204
204
 
205
205
  .qms-row-detail {
206
- border: 1px solid #E0E0E0;
206
+ border: 1px solid theme-apply($other-divider);;
207
207
  border-top: none;
208
208
  }
209
209
  }
@@ -218,7 +218,7 @@
218
218
  }
219
219
 
220
220
  .qms-collapse-group {
221
- border: 1px solid #E0E0E0;
221
+ border: 1px solid theme-apply($other-divider);;
222
222
  border-left: 4px solid theme-apply($primary-light-32-opacity);
223
223
  border-bottom-left-radius: 4px;
224
224
  border-bottom-right-radius: 4px;
@@ -30,6 +30,7 @@ $slider-hover-border: --slider-hover-border;
30
30
  $slider-focus-border: --slider-focus-border;
31
31
  $slider-pressed: --slider-pressed;
32
32
  $disabled-select-input-checked: --disabled-select-input-checked;
33
+ $other-divider: --other-divider;
33
34
 
34
35
  $error-color: --error-color;
35
36
  $success-color: --success-color;
@@ -100,31 +101,33 @@ $tab-primary-background-hover: --tab-primary-background-hover;
100
101
  $tab-primary-border: --tab-primary-border;
101
102
  $tab-disable-background: --tab-disable-background;
102
103
 
103
- $-qms-app-bar-dark-background-color: --qms-app-bar-dark-background-color;
104
- $-qms-app-bar-light-background-color: --qms-app-bar-light-background-color;
104
+ $qms-app-bar-dark-background-color: --qms-app-bar-dark-background-color;
105
+ $qms-app-bar-light-background-color: --qms-app-bar-light-background-color;
105
106
 
107
+ $ws-text-secondary: --ws-text-secondary;
108
+ $ws-text-primary: --ws-text-primary;
109
+ $ws-action-active: --ws-action-active;
106
110
 
107
111
  @function black($opacity) {
108
- @return rgba(black, $opacity)
109
- };
112
+ @return rgba(black, $opacity);
113
+ }
110
114
 
111
115
  @function white($opacity) {
112
- @return rgba(white, $opacity)
116
+ @return rgba(white, $opacity);
113
117
  }
114
118
 
115
-
116
119
  $qms-theme-default: (
117
120
  $primary: #1954a9,
118
121
  $primary-light: #2873df,
119
122
  $primary-lighter: #b7daf8,
120
123
  $primary-light-3-opacity: #f5faff,
121
- $primary-light-6-opacity: #F2F7FD,
122
- $primary-light-12-opacity: #E5EEFB,
124
+ $primary-light-6-opacity: #f2f7fd,
125
+ $primary-light-12-opacity: #e5eefb,
123
126
  $primary-light-24-opacity: rgba(40, 115, 223, 0.24),
124
127
  $primary-light-32-opacity: #94baef,
125
- $primary-light-38-opacity: #86A5D1,
128
+ $primary-light-38-opacity: #86a5d1,
126
129
  $primary-dark: #144285,
127
- $primary-dark-24-opacity: #C8D6EA,
130
+ $primary-dark-24-opacity: #c8d6ea,
128
131
  $secondary: #9e360f,
129
132
  $secondary-light: #b63e11,
130
133
  $secondary-dark: #872e0d,
@@ -137,7 +140,7 @@ $qms-theme-default: (
137
140
  $disabled: #e4e4e4,
138
141
  $active: #1954a9,
139
142
  $default-color: #323232,
140
- $disabled-select-input-checked: #DADADA,
143
+ $disabled-select-input-checked: #dadada,
141
144
  $slider-background: rgba(#1954a9, 0.38),
142
145
  $slider-tick-color: rgba(255, 255, 255, 0.38),
143
146
  $slider-hover-border: rgba(25, 84, 169, 8%),
@@ -208,8 +211,12 @@ $qms-theme-default: (
208
211
  $tab-primary-background-hover: rgba(255, 255, 255, 0.08),
209
212
  $tab-primary-border: rgba(255, 255, 255, 0.38),
210
213
  $tab-disable-background: rgba(25, 84, 169, 0.12),
211
- $-qms-app-bar-dark-background-color: #0d6efd,
212
- $-qms-app-bar-light-background-color: #c41e1e,
214
+ $qms-app-bar-dark-background-color: #0d6efd,
215
+ $qms-app-bar-light-background-color: #c41e1e,
216
+ $other-divider: #e0e0e0,
217
+ $ws-text-secondary: #5a5a5a,
218
+ $ws-text-primary: #242424,
219
+ $ws-action-active: #707070
213
220
  );
214
221
 
215
222
  $qms-theme-pink: (
@@ -217,13 +224,13 @@ $qms-theme-pink: (
217
224
  $primary-light: #2873df,
218
225
  $primary-lighter: #b7daf8,
219
226
  $primary-light-3-opacity: #f5faff,
220
- $primary-light-6-opacity: #F2F7FD,
221
- $primary-light-12-opacity: #E5EEFB,
227
+ $primary-light-6-opacity: #f2f7fd,
228
+ $primary-light-12-opacity: #e5eefb,
222
229
  $primary-light-24-opacity: rgba(40, 115, 223, 0.24),
223
230
  $primary-light-32-opacity: #94baef,
224
- $primary-light-38-opacity: #86A5D1,
231
+ $primary-light-38-opacity: #86a5d1,
225
232
  $primary-dark: #144285,
226
- $primary-dark-24-opacity: #C8D6EA,
233
+ $primary-dark-24-opacity: #c8d6ea,
227
234
  $secondary: #9e360f,
228
235
  $secondary-light: #b63e11,
229
236
  $secondary-dark: #872e0d,
@@ -236,7 +243,7 @@ $qms-theme-pink: (
236
243
  $disabled: #e4e4e4,
237
244
  $active: #1954a9,
238
245
  $default-color: #323232,
239
- $disabled-select-input-checked: #DADADA,
246
+ $disabled-select-input-checked: #dadada,
240
247
  $slider-background: rgba(#1954a9, 0.38),
241
248
  $slider-tick-color: rgba(255, 255, 255, 0.38),
242
249
  $slider-hover-border: rgba(25, 84, 169, 8%),
@@ -307,6 +314,10 @@ $qms-theme-pink: (
307
314
  $tab-primary-background-hover: rgba(255, 255, 255, 0.08),
308
315
  $tab-primary-border: rgba(255, 255, 255, 0.38),
309
316
  $tab-disable-background: rgba(25, 84, 169, 0.12),
310
- $-qms-app-bar-dark-background-color: #0d6efd,
311
- $-qms-app-bar-light-background-color: #c41e1e,
317
+ $qms-app-bar-dark-background-color: #0d6efd,
318
+ $qms-app-bar-light-background-color: #c41e1e,
319
+ $other-divider: #e0e0e0,
320
+ $ws-text-secondary: #5a5a5a,
321
+ $ws-text-primary: #242424,
322
+ $ws-action-active: #707070
312
323
  );