@testgorilla/tgo-ui 6.2.3 → 6.2.8

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 (165) hide show
  1. package/README.md +158 -53
  2. package/components/autocomplete/autocomplete.component.d.ts +2 -2
  3. package/components/badge/badge.component.d.ts +6 -6
  4. package/components/button/button.component.d.ts +4 -4
  5. package/components/checklist/checklist.component.d.ts +4 -5
  6. package/components/deprecated-paginator/deprecated-paginator.component.d.ts +2 -6
  7. package/components/dialog/dialog.component.d.ts +1 -1
  8. package/components/dialog/dialog.model.d.ts +2 -2
  9. package/components/dropdown/dropdown.component.d.ts +2 -2
  10. package/components/empty-state/empty-state.component.d.ts +2 -2
  11. package/components/file-upload/file-upload.component.d.ts +1 -1
  12. package/components/icon/icon-svg-content.d.ts +1 -1
  13. package/components/icon/icon.component.d.ts +2 -2
  14. package/components/icon/icon.model.d.ts +3 -3
  15. package/components/icon-label/icon-label.component.d.ts +1 -3
  16. package/components/logo/logo.component.d.ts +1 -1
  17. package/components/multi-input/multi-input.component.d.ts +1 -1
  18. package/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.d.ts +3 -3
  19. package/components/overflow-menu/overflow-menu.model.d.ts +1 -0
  20. package/components/password-criteria/password.component.d.ts +1 -1
  21. package/components/radial-progress/radial-progress.component.d.ts +2 -2
  22. package/components/radio-button/radio-button.component.d.ts +3 -3
  23. package/components/segmented-bar/segmented-bar.component.d.ts +1 -1
  24. package/components/segmented-button/segmented-button.component.d.ts +1 -1
  25. package/components/side-panel/side-panel.model.d.ts +1 -1
  26. package/components/side-sheet/side-sheet.component.d.ts +1 -1
  27. package/components/spider-chart/spider-chart.component.d.ts +2 -2
  28. package/components/spider-chart/spider-chart.model.d.ts +2 -2
  29. package/components/stepper/step-line-element.directive.d.ts +1 -1
  30. package/components/stepper/step.component.d.ts +1 -1
  31. package/components/stepper/stepper.component.d.ts +2 -2
  32. package/components/table/table.component.d.ts +2 -2
  33. package/components/tabs/tabs.component.d.ts +2 -2
  34. package/components/universal-skills/universal-skills-report.component.d.ts +1 -1
  35. package/fesm2022/testgorilla-tgo-ui-components-accordion.mjs +7 -25
  36. package/fesm2022/testgorilla-tgo-ui-components-accordion.mjs.map +1 -1
  37. package/fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs +2 -2
  38. package/fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs.map +1 -1
  39. package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs +0 -1
  40. package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs.map +1 -1
  41. package/fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs.map +1 -1
  42. package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs +31 -18
  43. package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs.map +1 -1
  44. package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs +1 -1
  45. package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs.map +1 -1
  46. package/fesm2022/testgorilla-tgo-ui-components-badge.mjs +6 -6
  47. package/fesm2022/testgorilla-tgo-ui-components-badge.mjs.map +1 -1
  48. package/fesm2022/testgorilla-tgo-ui-components-button.mjs +39 -19
  49. package/fesm2022/testgorilla-tgo-ui-components-button.mjs.map +1 -1
  50. package/fesm2022/testgorilla-tgo-ui-components-card.mjs +2 -2
  51. package/fesm2022/testgorilla-tgo-ui-components-card.mjs.map +1 -1
  52. package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs +38 -10
  53. package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs.map +1 -1
  54. package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs +2 -2
  55. package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs.map +1 -1
  56. package/fesm2022/testgorilla-tgo-ui-components-core.mjs +22 -16
  57. package/fesm2022/testgorilla-tgo-ui-components-core.mjs.map +1 -1
  58. package/fesm2022/testgorilla-tgo-ui-components-datepicker.mjs +6 -6
  59. package/fesm2022/testgorilla-tgo-ui-components-datepicker.mjs.map +1 -1
  60. package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs +8 -8
  61. package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs.map +1 -1
  62. package/fesm2022/testgorilla-tgo-ui-components-divider.mjs +2 -2
  63. package/fesm2022/testgorilla-tgo-ui-components-divider.mjs.map +1 -1
  64. package/fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs +2 -2
  65. package/fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs.map +1 -1
  66. package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs +18 -5
  67. package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs.map +1 -1
  68. package/fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs +2 -2
  69. package/fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs.map +1 -1
  70. package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs.map +1 -1
  71. package/fesm2022/testgorilla-tgo-ui-components-field.mjs +2 -3
  72. package/fesm2022/testgorilla-tgo-ui-components-field.mjs.map +1 -1
  73. package/fesm2022/testgorilla-tgo-ui-components-file-upload.mjs +5 -5
  74. package/fesm2022/testgorilla-tgo-ui-components-file-upload.mjs.map +1 -1
  75. package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs +2 -3
  76. package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs.map +1 -1
  77. package/fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs +8 -7
  78. package/fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs.map +1 -1
  79. package/fesm2022/testgorilla-tgo-ui-components-icon-label.mjs +0 -1
  80. package/fesm2022/testgorilla-tgo-ui-components-icon-label.mjs.map +1 -1
  81. package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +1 -1
  82. package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
  83. package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs +1 -1
  84. package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs.map +1 -1
  85. package/fesm2022/testgorilla-tgo-ui-components-logo.mjs +2 -2
  86. package/fesm2022/testgorilla-tgo-ui-components-logo.mjs.map +1 -1
  87. package/fesm2022/testgorilla-tgo-ui-components-media-card.mjs +2 -7
  88. package/fesm2022/testgorilla-tgo-ui-components-media-card.mjs.map +1 -1
  89. package/fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs +2 -2
  90. package/fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs.map +1 -1
  91. package/fesm2022/testgorilla-tgo-ui-components-multi-input.mjs +1 -3
  92. package/fesm2022/testgorilla-tgo-ui-components-multi-input.mjs.map +1 -1
  93. package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs +5 -5
  94. package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs.map +1 -1
  95. package/fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs +28 -6
  96. package/fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs.map +1 -1
  97. package/fesm2022/testgorilla-tgo-ui-components-page-header.mjs +2 -2
  98. package/fesm2022/testgorilla-tgo-ui-components-page-header.mjs.map +1 -1
  99. package/fesm2022/testgorilla-tgo-ui-components-paginator.mjs.map +1 -1
  100. package/fesm2022/testgorilla-tgo-ui-components-password-criteria.mjs +4 -4
  101. package/fesm2022/testgorilla-tgo-ui-components-password-criteria.mjs.map +1 -1
  102. package/fesm2022/testgorilla-tgo-ui-components-password-strength.mjs +3 -3
  103. package/fesm2022/testgorilla-tgo-ui-components-password-strength.mjs.map +1 -1
  104. package/fesm2022/testgorilla-tgo-ui-components-phone-input.mjs +6 -6
  105. package/fesm2022/testgorilla-tgo-ui-components-phone-input.mjs.map +1 -1
  106. package/fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs.map +1 -1
  107. package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs +1 -1
  108. package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs.map +1 -1
  109. package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs +5 -3
  110. package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs.map +1 -1
  111. package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs +42 -10
  112. package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs.map +1 -1
  113. package/fesm2022/testgorilla-tgo-ui-components-rating.mjs +3 -3
  114. package/fesm2022/testgorilla-tgo-ui-components-rating.mjs.map +1 -1
  115. package/fesm2022/testgorilla-tgo-ui-components-scale-table.mjs +2 -2
  116. package/fesm2022/testgorilla-tgo-ui-components-scale-table.mjs.map +1 -1
  117. package/fesm2022/testgorilla-tgo-ui-components-scale.mjs +3 -3
  118. package/fesm2022/testgorilla-tgo-ui-components-scale.mjs.map +1 -1
  119. package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs +4 -4
  120. package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs.map +1 -1
  121. package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs +1 -1
  122. package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs.map +1 -1
  123. package/fesm2022/testgorilla-tgo-ui-components-selectable-card.mjs.map +1 -1
  124. package/fesm2022/testgorilla-tgo-ui-components-side-panel.mjs +3 -3
  125. package/fesm2022/testgorilla-tgo-ui-components-side-panel.mjs.map +1 -1
  126. package/fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs +4 -4
  127. package/fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs.map +1 -1
  128. package/fesm2022/testgorilla-tgo-ui-components-skeleton.mjs.map +1 -1
  129. package/fesm2022/testgorilla-tgo-ui-components-slider.mjs +2 -2
  130. package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs +21 -5
  131. package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs.map +1 -1
  132. package/fesm2022/testgorilla-tgo-ui-components-spider-chart.mjs +3 -3
  133. package/fesm2022/testgorilla-tgo-ui-components-spider-chart.mjs.map +1 -1
  134. package/fesm2022/testgorilla-tgo-ui-components-spinner.mjs.map +1 -1
  135. package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs +14 -11
  136. package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs.map +1 -1
  137. package/fesm2022/testgorilla-tgo-ui-components-table.mjs +5 -5
  138. package/fesm2022/testgorilla-tgo-ui-components-table.mjs.map +1 -1
  139. package/fesm2022/testgorilla-tgo-ui-components-tabs.mjs +3 -3
  140. package/fesm2022/testgorilla-tgo-ui-components-tabs.mjs.map +1 -1
  141. package/fesm2022/testgorilla-tgo-ui-components-tag.mjs +25 -7
  142. package/fesm2022/testgorilla-tgo-ui-components-tag.mjs.map +1 -1
  143. package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs +25 -9
  144. package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs.map +1 -1
  145. package/fesm2022/testgorilla-tgo-ui-components-tooltip.mjs +14 -15
  146. package/fesm2022/testgorilla-tgo-ui-components-tooltip.mjs.map +1 -1
  147. package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs +6 -6
  148. package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs.map +1 -1
  149. package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs +2 -2
  150. package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs.map +1 -1
  151. package/fesm2022/testgorilla-tgo-ui.mjs +2 -7
  152. package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
  153. package/package.json +85 -79
  154. package/projects/tgo-canopy-ui/theme/_alert-bars.scss +2 -1
  155. package/projects/tgo-canopy-ui/theme/_breakpoints-mixin.scss +6 -6
  156. package/projects/tgo-canopy-ui/theme/_core.scss +1 -1
  157. package/projects/tgo-canopy-ui/theme/_icon.scss +1 -1
  158. package/projects/tgo-canopy-ui/theme/_input.scss +108 -65
  159. package/projects/tgo-canopy-ui/theme/_lib-styles.scss +8 -7
  160. package/projects/tgo-canopy-ui/theme/_mat-paginator.scss +11 -10
  161. package/projects/tgo-canopy-ui/theme/_palette.scss +41 -29
  162. package/projects/tgo-canopy-ui/theme/_tooltip.scss +30 -30
  163. package/projects/tgo-canopy-ui/theme/_typography.scss +24 -14
  164. package/projects/tgo-canopy-ui/theme/_variables.scss +56 -56
  165. package/projects/tgo-canopy-ui/theme/theme.scss +19 -18
@@ -1,4 +1,4 @@
1
- @use "./variables" as *;
1
+ @use './variables' as *;
2
2
 
3
3
  @mixin rebranded-tooltip {
4
4
  background-color: $black;
@@ -12,7 +12,7 @@
12
12
  @mixin rebranded-tooltip-right {
13
13
  margin-left: 5px;
14
14
  &:after {
15
- content: "";
15
+ content: '';
16
16
  position: absolute;
17
17
  left: -8px;
18
18
  top: calc(50% - 7px);
@@ -30,7 +30,7 @@
30
30
  @mixin rebranded-tooltip-left {
31
31
  margin-right: 5px;
32
32
  &:after {
33
- content: "";
33
+ content: '';
34
34
  position: absolute;
35
35
  right: -8px;
36
36
  top: calc(50% - 7px);
@@ -48,7 +48,7 @@
48
48
  @mixin rebranded-tooltip-below {
49
49
  margin-top: 5px;
50
50
  &:after {
51
- content: "";
51
+ content: '';
52
52
  position: absolute;
53
53
  right: calc(50% - 7px);
54
54
  top: -8px;
@@ -66,7 +66,7 @@
66
66
  @mixin rebranded-tooltip-above {
67
67
  margin-bottom: 5px;
68
68
  &:after {
69
- content: "";
69
+ content: '';
70
70
  position: absolute;
71
71
  right: calc(50% - 7px);
72
72
  bottom: -8px;
@@ -79,7 +79,6 @@
79
79
  border-top-right-radius: 4px;
80
80
  transform: rotate(135deg);
81
81
  }
82
-
83
82
  }
84
83
 
85
84
  .mat-mdc-tooltip {
@@ -95,57 +94,62 @@
95
94
  }
96
95
 
97
96
  body {
98
- &[theme="dark"], &[theme="light"] {
97
+ &[theme='dark'],
98
+ &[theme='light'] {
99
99
  .mat-mdc-tooltip {
100
- @include rebranded-tooltip()
100
+ @include rebranded-tooltip();
101
101
  }
102
102
 
103
103
  .mat-mdc-tooltip-panel-right .mat-mdc-tooltip-show {
104
- @include rebranded-tooltip-right()
104
+ @include rebranded-tooltip-right();
105
105
  }
106
106
 
107
107
  .mat-mdc-tooltip-panel-left .mat-mdc-tooltip-show {
108
- @include rebranded-tooltip-left()
108
+ @include rebranded-tooltip-left();
109
109
  }
110
110
 
111
111
  .mat-mdc-tooltip-panel-below .mat-mdc-tooltip-show {
112
- @include rebranded-tooltip-below()
112
+ @include rebranded-tooltip-below();
113
113
  }
114
114
 
115
115
  .mat-mdc-tooltip-panel-above .mat-mdc-tooltip-show {
116
- @include rebranded-tooltip-above()
116
+ @include rebranded-tooltip-above();
117
117
  }
118
118
  }
119
119
  }
120
120
 
121
121
  .mat-mdc-tooltip {
122
- &.light, &.dark {
123
- @include rebranded-tooltip()
122
+ &.light,
123
+ &.dark {
124
+ @include rebranded-tooltip();
124
125
  }
125
126
  }
126
127
 
127
128
  .mat-mdc-tooltip-panel-right .mat-mdc-tooltip-show {
128
- &.light, &.dark {
129
- @include rebranded-tooltip-right()
129
+ &.light,
130
+ &.dark {
131
+ @include rebranded-tooltip-right();
130
132
  }
131
133
  }
132
134
 
133
-
134
135
  .mat-mdc-tooltip-panel-left .mat-mdc-tooltip-show {
135
- &.light, &.dark {
136
- @include rebranded-tooltip-left()
136
+ &.light,
137
+ &.dark {
138
+ @include rebranded-tooltip-left();
137
139
  }
138
140
  }
139
141
 
140
142
  .mat-mdc-tooltip-panel-below .mat-mdc-tooltip-show {
141
- &.light, &.dark {
142
- @include rebranded-tooltip-below()
143
+ &.light,
144
+ &.dark {
145
+ @include rebranded-tooltip-below();
143
146
  }
144
147
  }
145
148
 
146
149
  .mat-mdc-tooltip-panel-above .mat-mdc-tooltip-show {
147
- &.light, &.dark {
148
- @include rebranded-tooltip-above()
150
+ &.light,
151
+ &.dark {
152
+ @include rebranded-tooltip-above();
149
153
  }
150
154
  }
151
155
 
@@ -177,19 +181,17 @@ body {
177
181
  }
178
182
  }
179
183
 
180
-
181
184
  .right {
182
185
  .template-tooltip {
183
186
  @include rebranded-tooltip-right();
184
187
 
185
188
  &:after {
186
- transition: none!important;
189
+ transition: none !important;
187
190
  left: -3px;
188
191
  }
189
192
  }
190
193
  }
191
194
 
192
-
193
195
  .left {
194
196
  .template-tooltip {
195
197
  @include rebranded-tooltip-left();
@@ -239,7 +241,6 @@ body {
239
241
  }
240
242
  }
241
243
 
242
-
243
244
  .right {
244
245
  .template-tooltip {
245
246
  @include rebranded-tooltip-right();
@@ -250,7 +251,6 @@ body {
250
251
  }
251
252
  }
252
253
 
253
-
254
254
  .left {
255
255
  .template-tooltip {
256
256
  @include rebranded-tooltip-left();
@@ -281,7 +281,7 @@ body {
281
281
  .label-definition {
282
282
  &-inner {
283
283
  display: flex;
284
- font-weight: bold!important;
284
+ font-weight: bold !important;
285
285
  font-size: 12px;
286
286
  line-height: 16px;
287
287
  }
@@ -310,7 +310,7 @@ body {
310
310
  }
311
311
 
312
312
  .text-definition {
313
- font-weight: normal!important;
313
+ font-weight: normal !important;
314
314
  font-size: 12px;
315
315
  line-height: 16px;
316
316
  }
@@ -1,4 +1,4 @@
1
- @use "./variables" as *;
1
+ @use './variables' as *;
2
2
 
3
3
  // Headings
4
4
  h1,
@@ -72,7 +72,8 @@ body {
72
72
  line-height: 20px;
73
73
  }
74
74
 
75
- strong, b {
75
+ strong,
76
+ b {
76
77
  font-weight: 700 !important;
77
78
  }
78
79
 
@@ -86,7 +87,7 @@ p,
86
87
  .caption {
87
88
  .semibold {
88
89
  font-weight: 600;
89
- color: #46A997;
90
+ color: #46a997;
90
91
  }
91
92
  }
92
93
 
@@ -142,11 +143,11 @@ caption,
142
143
  } @else if ($type == 'button-label') {
143
144
  font-weight: 500;
144
145
  font-size: 14px;
145
- font-feature-settings: "capb";
146
+ font-feature-settings: 'capb';
146
147
  } @else if ($type == 'label') {
147
148
  font-weight: 400;
148
149
  font-size: 14px;
149
- font-feature-settings: "capb";
150
+ font-feature-settings: 'capb';
150
151
  } @else if ($type == 'large-hover-state') {
151
152
  font-weight: bold;
152
153
  text-decoration: underline;
@@ -160,8 +161,8 @@ caption,
160
161
  }
161
162
  }
162
163
 
163
-
164
- *[theme="dark"], *[theme="light"] {
164
+ *[theme='dark'],
165
+ *[theme='light'] {
165
166
  h1,
166
167
  .h1 {
167
168
  color: $black;
@@ -170,7 +171,7 @@ caption,
170
171
  font-weight: 400;
171
172
 
172
173
  &.black {
173
- font-family: "ModernGothic", sans-serif!important;
174
+ font-family: 'ModernGothic', sans-serif !important;
174
175
  font-weight: 900;
175
176
  }
176
177
  }
@@ -181,7 +182,7 @@ caption,
181
182
  font-size: 24px;
182
183
  line-height: 30px;
183
184
  font-weight: 900;
184
- font-family: "ModernGothic", sans-serif!important;
185
+ font-family: 'ModernGothic', sans-serif !important;
185
186
  }
186
187
 
187
188
  h3,
@@ -192,7 +193,7 @@ caption,
192
193
  color: $black;
193
194
 
194
195
  &.bold {
195
- font-family: "ModernGothic", sans-serif!important;
196
+ font-family: 'ModernGothic', sans-serif !important;
196
197
  font-weight: 700;
197
198
  }
198
199
  }
@@ -203,7 +204,7 @@ caption,
203
204
  line-height: 20px;
204
205
  font-weight: 700;
205
206
  color: $black;
206
- font-family: "ModernGothic", sans-serif!important;
207
+ font-family: 'ModernGothic', sans-serif !important;
207
208
  }
208
209
 
209
210
  h5,
@@ -212,7 +213,7 @@ caption,
212
213
  line-height: 18px;
213
214
  font-weight: 700;
214
215
  color: $black;
215
- font-family: "ModernGothic", sans-serif!important;
216
+ font-family: 'ModernGothic', sans-serif !important;
216
217
  }
217
218
 
218
219
  .body-large {
@@ -264,8 +265,17 @@ caption,
264
265
  }
265
266
  }
266
267
 
267
- *[theme="dark"] {
268
- h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, {
268
+ *[theme='dark'] {
269
+ h1,
270
+ .h1,
271
+ h2,
272
+ .h2,
273
+ h3,
274
+ .h3,
275
+ h4,
276
+ .h4,
277
+ h5,
278
+ .h5 {
269
279
  color: $tgo-white;
270
280
  }
271
281
  }
@@ -1,45 +1,45 @@
1
1
  /* global */
2
2
  $background-color: #f6f6f6;
3
- $font-family: "Open Sans", sans-serif;
3
+ $font-family: 'Open Sans', sans-serif;
4
4
  // TODO: Remove this varible already declared in typography.scss
5
5
  $font-size: 14px;
6
6
 
7
7
  //colors
8
8
  //teal colors
9
- $tgo-teal-60b: #1C443C;
10
- $tgo-teal-30b: #31766A;
11
- $tgo-teal-default: #46A997;
12
- $tgo-teal-30w: #7EC3B6;
13
- $tgo-teal-60w: #B5DDD5;
14
- $tgo-teal-secondary: #CBD6CB;
15
- $tgo-teal-90w: #ECF6F5;
9
+ $tgo-teal-60b: #1c443c;
10
+ $tgo-teal-30b: #31766a;
11
+ $tgo-teal-default: #46a997;
12
+ $tgo-teal-30w: #7ec3b6;
13
+ $tgo-teal-60w: #b5ddd5;
14
+ $tgo-teal-secondary: #cbd6cb;
15
+ $tgo-teal-90w: #ecf6f5;
16
16
 
17
17
  //petrol colors
18
18
  $tgo-petrol-60b: #102930;
19
- $tgo-petrol-30b: #1B4754;
19
+ $tgo-petrol-30b: #1b4754;
20
20
  $tgo-petrol-default: #276678;
21
- $tgo-petrol-30w: #6894A0;
22
- $tgo-petrol-60w: #A9C2C9;
23
- $tgo-petrol-secondary: #C8D7DE;
24
- $tgo-petrol-90w: #E9F0F1;
21
+ $tgo-petrol-30w: #6894a0;
22
+ $tgo-petrol-60w: #a9c2c9;
23
+ $tgo-petrol-secondary: #c8d7de;
24
+ $tgo-petrol-90w: #e9f0f1;
25
25
 
26
26
  //error colors
27
27
  $tgo-error-60b: #513131;
28
- $tgo-error-30b: #8E5655;
29
- $tgo-error-60w: #E3C3C6;
30
- $tgo-error-secondary: #F0DAD9;
28
+ $tgo-error-30b: #8e5655;
29
+ $tgo-error-60w: #e3c3c6;
30
+ $tgo-error-secondary: #f0dad9;
31
31
  $tgo-error-default: #cb7b7a;
32
32
 
33
33
  //warning colors
34
- $tgo-warning-secondary: #F0D6BB;
34
+ $tgo-warning-secondary: #f0d6bb;
35
35
  $tgo-warning-default: #cca45f;
36
36
 
37
37
  //black colors - grayscale
38
38
  $tgo-black: #000000;
39
39
  $tgo-dark: #888888;
40
- $tgo-medium: #E0E0E0;
41
- $tgo-grey: #EDEDED;
42
- $tgo-light: #F6F6F6;
40
+ $tgo-medium: #e0e0e0;
41
+ $tgo-grey: #ededed;
42
+ $tgo-light: #f6f6f6;
43
43
  $tgo-white: #ffffff;
44
44
 
45
45
  //box-shadow
@@ -49,50 +49,50 @@ $box-shadow-rebrand: #24242414;
49
49
  $navigation-subtitle: #528593;
50
50
 
51
51
  // new colors
52
- $brand-60: #A90686;
53
- $brand-50: #D410AA;
54
- $brand-40: #FF54DA;
55
- $brand-30: #FFB3EE;
56
- $brand-20: #FFE6FA;
57
- $brand-10: #FFF2FC;
52
+ $brand-60: #a90686;
53
+ $brand-50: #d410aa;
54
+ $brand-40: #ff54da;
55
+ $brand-30: #ffb3ee;
56
+ $brand-20: #ffe6fa;
57
+ $brand-10: #fff2fc;
58
58
 
59
59
  $grayscale-50: #666666;
60
60
  $grayscale-40: #919191;
61
- $grayscale-30: #D3D3D3;
62
- $grayscale-20: #E9E9E9;
63
- $grayscale-10: #F4F4F4;
61
+ $grayscale-30: #d3d3d3;
62
+ $grayscale-20: #e9e9e9;
63
+ $grayscale-10: #f4f4f4;
64
64
 
65
65
  $black: #242424;
66
66
 
67
- $accent-20: #FFF5ED;
68
- $accent-10: #FFFAF6;
67
+ $accent-20: #fff5ed;
68
+ $accent-10: #fffaf6;
69
69
 
70
- $informative-50: #1A47AA;
71
- $informative-40: #0165FC;
72
- $informative-30: #277CFD;
73
- $informative-20: #99C1FE;
74
- $informative-10: #D9E8FF;
70
+ $informative-50: #1a47aa;
71
+ $informative-40: #0165fc;
72
+ $informative-30: #277cfd;
73
+ $informative-20: #99c1fe;
74
+ $informative-10: #d9e8ff;
75
75
 
76
- $success-50: #3C9A13;
77
- $success-40: #56C71A;
78
- $success-30: #80D63E;
79
- $success-20: #AAE47A;
80
- $success-10: #D4F2C3;
76
+ $success-50: #3c9a13;
77
+ $success-40: #56c71a;
78
+ $success-30: #80d63e;
79
+ $success-20: #aae47a;
80
+ $success-10: #d4f2c3;
81
81
 
82
- $error-50: #E02800;
83
- $error-40: #FF3003;
84
- $error-30: #FF6E4F;
85
- $error-20: #FFAC9A;
86
- $error-10: #FFEAE6;
82
+ $error-50: #e02800;
83
+ $error-40: #ff3003;
84
+ $error-30: #ff6e4f;
85
+ $error-20: #ffac9a;
86
+ $error-10: #ffeae6;
87
87
 
88
- $warning-50: #D07D00;
89
- $warning-40: #FF9A03;
90
- $warning-30: #FFC268;
91
- $warning-20: #FFE1B3;
92
- $warning-10: #FFF5E6;
88
+ $warning-50: #d07d00;
89
+ $warning-40: #ff9a03;
90
+ $warning-30: #ffc268;
91
+ $warning-20: #ffe1b3;
92
+ $warning-10: #fff5e6;
93
93
 
94
- $ai-gradient-blue: #0165FC;
95
- $ai-gradient-pink: #D410AA;
94
+ $ai-gradient-blue: #0165fc;
95
+ $ai-gradient-pink: #d410aa;
96
96
 
97
97
  //resposive breakpoints
98
98
  $tgo-breakpoints: (
@@ -153,8 +153,8 @@ $colors: (
153
153
  }
154
154
 
155
155
  $box-shadow-hover-state: 0px 4px 16px 0px #24242414;
156
- $box-shadow-notification: 0px 4px 16px 0px #2424240A;
157
- $box-shadow-page-card: 0px 4px 100px 0px #2424240A;
156
+ $box-shadow-notification: 0px 4px 16px 0px #2424240a;
157
+ $box-shadow-page-card: 0px 4px 100px 0px #2424240a;
158
158
  $box-shadow-modal: 0px 4px 100px 0px #24242414;
159
159
 
160
160
  @mixin ai-gradient-background() {
@@ -163,5 +163,5 @@ $box-shadow-modal: 0px 4px 100px 0px #24242414;
163
163
 
164
164
  @mixin ai-gradient-border() {
165
165
  background: linear-gradient(to left, white, white),
166
- linear-gradient(to right, $ai-gradient-pink 25%, $ai-gradient-blue 100%);
166
+ linear-gradient(to right, $ai-gradient-pink 25%, $ai-gradient-blue 100%);
167
167
  }
@@ -1,37 +1,38 @@
1
- @use "palette.scss" as *;
2
- @use "core.scss" as *;
3
- @use "variables.scss" as *;
4
- @use "typography.scss" as *;
5
- @use "tooltip.scss" as *;
6
- @use "mat-menu.scss" as *;
7
- @use "mat-paginator.scss" as *;
8
- @use "font.scss" as *;
9
- @use "input.scss" as *;
10
- @use "button.scss" as *;
11
- @use "icon.scss" as *;
12
- @use "line-clamp.scss" as *;
1
+ @use 'palette.scss' as *;
2
+ @use 'core.scss' as *;
3
+ @use 'variables.scss' as *;
4
+ @use 'typography.scss' as *;
5
+ @use 'tooltip.scss' as *;
6
+ @use 'mat-menu.scss' as *;
7
+ @use 'mat-paginator.scss' as *;
8
+ @use 'font.scss' as *;
9
+ @use 'input.scss' as *;
10
+ @use 'button.scss' as *;
11
+ @use 'icon.scss' as *;
12
+ @use 'line-clamp.scss' as *;
13
13
 
14
- @import url("https://fonts.googleapis.com/icon?family=Material+Icons");
14
+ @import url('https://fonts.googleapis.com/icon?family=Material+Icons');
15
15
 
16
16
  //TODO: MOVE TO THE CORRESPONDING COMPONENTS OR PARTIAL
17
17
  .hidden {
18
18
  visibility: hidden;
19
19
  }
20
20
 
21
- *[theme="dark"], *[theme="light"] {
21
+ *[theme='dark'],
22
+ *[theme='light'] {
22
23
  * {
23
- font-family: "ModernGothic", sans-serif;
24
+ font-family: 'ModernGothic', sans-serif;
24
25
  font-weight: 400;
25
26
 
26
- .mat-mdc-elevation-specific.mat-elevation-z8 {
27
- box-shadow: $box-shadow-modal!important;
27
+ .mat-mdc-elevation-specific.mat-elevation-z8 {
28
+ box-shadow: $box-shadow-modal !important;
28
29
  border-radius: 10px;
29
30
  }
30
31
 
31
32
  .mat-mdc-menu-panel {
32
33
  max-width: fit-content;
33
34
  }
34
- };
35
+ }
35
36
  }
36
37
 
37
38
  //custom scss for the angular material components