@testgorilla/tgo-ui 6.2.3 → 6.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/autocomplete/autocomplete.component.d.ts +2 -2
- package/components/badge/badge.component.d.ts +6 -6
- package/components/button/button.component.d.ts +4 -4
- package/components/checklist/checklist.component.d.ts +4 -5
- package/components/deprecated-paginator/deprecated-paginator.component.d.ts +2 -6
- package/components/dialog/dialog.component.d.ts +1 -1
- package/components/dialog/dialog.model.d.ts +2 -2
- package/components/dropdown/dropdown.component.d.ts +2 -2
- package/components/empty-state/empty-state.component.d.ts +2 -2
- package/components/file-upload/file-upload.component.d.ts +1 -1
- package/components/icon/icon.component.d.ts +2 -2
- package/components/icon/icon.model.d.ts +3 -3
- package/components/icon-label/icon-label.component.d.ts +1 -3
- package/components/logo/logo.component.d.ts +1 -1
- package/components/multi-input/multi-input.component.d.ts +1 -1
- package/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.d.ts +3 -3
- package/components/password-criteria/password.component.d.ts +1 -1
- package/components/radial-progress/radial-progress.component.d.ts +2 -2
- package/components/radio-button/radio-button.component.d.ts +3 -3
- package/components/segmented-bar/segmented-bar.component.d.ts +1 -1
- package/components/segmented-button/segmented-button.component.d.ts +1 -1
- package/components/side-panel/side-panel.model.d.ts +1 -1
- package/components/side-sheet/side-sheet.component.d.ts +1 -1
- package/components/spider-chart/spider-chart.component.d.ts +2 -2
- package/components/spider-chart/spider-chart.model.d.ts +2 -2
- package/components/stepper/step-line-element.directive.d.ts +1 -1
- package/components/stepper/step.component.d.ts +1 -1
- package/components/stepper/stepper.component.d.ts +2 -2
- package/components/table/table.component.d.ts +2 -2
- package/components/tabs/tabs.component.d.ts +2 -2
- package/components/universal-skills/universal-skills-report.component.d.ts +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-accordion.mjs +7 -25
- package/fesm2022/testgorilla-tgo-ui-components-accordion.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs +0 -1
- package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs +31 -18
- package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-badge.mjs +6 -6
- package/fesm2022/testgorilla-tgo-ui-components-badge.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-button.mjs +39 -19
- package/fesm2022/testgorilla-tgo-ui-components-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-card.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-card.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs +38 -10
- package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-core.mjs +22 -16
- package/fesm2022/testgorilla-tgo-ui-components-core.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-datepicker.mjs +6 -6
- package/fesm2022/testgorilla-tgo-ui-components-datepicker.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs +8 -8
- package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-divider.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-divider.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs +18 -5
- package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs +2 -3
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-file-upload.mjs +5 -5
- package/fesm2022/testgorilla-tgo-ui-components-file-upload.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs +2 -3
- package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs +8 -7
- package/fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon-label.mjs +0 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon-label.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-logo.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-logo.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-media-card.mjs +2 -7
- package/fesm2022/testgorilla-tgo-ui-components-media-card.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-multi-input.mjs +1 -3
- package/fesm2022/testgorilla-tgo-ui-components-multi-input.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs +5 -5
- package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs +25 -4
- package/fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-page-header.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-page-header.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-paginator.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-password-criteria.mjs +4 -4
- package/fesm2022/testgorilla-tgo-ui-components-password-criteria.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-password-strength.mjs +3 -3
- package/fesm2022/testgorilla-tgo-ui-components-password-strength.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-phone-input.mjs +6 -6
- package/fesm2022/testgorilla-tgo-ui-components-phone-input.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs +5 -3
- package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs +42 -10
- package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-rating.mjs +3 -3
- package/fesm2022/testgorilla-tgo-ui-components-rating.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-scale-table.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-scale-table.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-scale.mjs +3 -3
- package/fesm2022/testgorilla-tgo-ui-components-scale.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs +4 -4
- package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-selectable-card.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-side-panel.mjs +3 -3
- package/fesm2022/testgorilla-tgo-ui-components-side-panel.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs +4 -4
- package/fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-skeleton.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-slider.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs +21 -5
- package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-spider-chart.mjs +3 -3
- package/fesm2022/testgorilla-tgo-ui-components-spider-chart.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-spinner.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs +14 -11
- package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-table.mjs +5 -5
- package/fesm2022/testgorilla-tgo-ui-components-table.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-tabs.mjs +3 -3
- package/fesm2022/testgorilla-tgo-ui-components-tabs.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-tag.mjs +25 -7
- package/fesm2022/testgorilla-tgo-ui-components-tag.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs +25 -9
- package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-tooltip.mjs +14 -15
- package/fesm2022/testgorilla-tgo-ui-components-tooltip.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs +6 -6
- package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui.mjs +2 -7
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/package.json +46 -40
- package/projects/tgo-canopy-ui/theme/_alert-bars.scss +2 -1
- package/projects/tgo-canopy-ui/theme/_breakpoints-mixin.scss +6 -6
- package/projects/tgo-canopy-ui/theme/_core.scss +1 -1
- package/projects/tgo-canopy-ui/theme/_icon.scss +1 -1
- package/projects/tgo-canopy-ui/theme/_input.scss +108 -65
- package/projects/tgo-canopy-ui/theme/_lib-styles.scss +8 -7
- package/projects/tgo-canopy-ui/theme/_mat-paginator.scss +11 -10
- package/projects/tgo-canopy-ui/theme/_palette.scss +41 -29
- package/projects/tgo-canopy-ui/theme/_tooltip.scss +30 -30
- package/projects/tgo-canopy-ui/theme/_typography.scss +24 -14
- package/projects/tgo-canopy-ui/theme/_variables.scss +56 -56
- package/projects/tgo-canopy-ui/theme/theme.scss +19 -18
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use
|
|
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=
|
|
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,
|
|
123
|
-
|
|
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,
|
|
129
|
-
|
|
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,
|
|
136
|
-
|
|
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,
|
|
142
|
-
|
|
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,
|
|
148
|
-
|
|
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
|
|
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,
|
|
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: #
|
|
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:
|
|
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:
|
|
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=
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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=
|
|
268
|
-
h1,
|
|
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:
|
|
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: #
|
|
10
|
-
$tgo-teal-30b: #
|
|
11
|
-
$tgo-teal-default: #
|
|
12
|
-
$tgo-teal-30w: #
|
|
13
|
-
$tgo-teal-60w: #
|
|
14
|
-
$tgo-teal-secondary: #
|
|
15
|
-
$tgo-teal-90w: #
|
|
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: #
|
|
19
|
+
$tgo-petrol-30b: #1b4754;
|
|
20
20
|
$tgo-petrol-default: #276678;
|
|
21
|
-
$tgo-petrol-30w: #
|
|
22
|
-
$tgo-petrol-60w: #
|
|
23
|
-
$tgo-petrol-secondary: #
|
|
24
|
-
$tgo-petrol-90w: #
|
|
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: #
|
|
29
|
-
$tgo-error-60w: #
|
|
30
|
-
$tgo-error-secondary: #
|
|
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: #
|
|
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: #
|
|
41
|
-
$tgo-grey: #
|
|
42
|
-
$tgo-light: #
|
|
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: #
|
|
53
|
-
$brand-50: #
|
|
54
|
-
$brand-40: #
|
|
55
|
-
$brand-30: #
|
|
56
|
-
$brand-20: #
|
|
57
|
-
$brand-10: #
|
|
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: #
|
|
62
|
-
$grayscale-20: #
|
|
63
|
-
$grayscale-10: #
|
|
61
|
+
$grayscale-30: #d3d3d3;
|
|
62
|
+
$grayscale-20: #e9e9e9;
|
|
63
|
+
$grayscale-10: #f4f4f4;
|
|
64
64
|
|
|
65
65
|
$black: #242424;
|
|
66
66
|
|
|
67
|
-
$accent-20: #
|
|
68
|
-
$accent-10: #
|
|
67
|
+
$accent-20: #fff5ed;
|
|
68
|
+
$accent-10: #fffaf6;
|
|
69
69
|
|
|
70
|
-
$informative-50: #
|
|
71
|
-
$informative-40: #
|
|
72
|
-
$informative-30: #
|
|
73
|
-
$informative-20: #
|
|
74
|
-
$informative-10: #
|
|
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: #
|
|
77
|
-
$success-40: #
|
|
78
|
-
$success-30: #
|
|
79
|
-
$success-20: #
|
|
80
|
-
$success-10: #
|
|
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: #
|
|
83
|
-
$error-40: #
|
|
84
|
-
$error-30: #
|
|
85
|
-
$error-20: #
|
|
86
|
-
$error-10: #
|
|
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: #
|
|
89
|
-
$warning-40: #
|
|
90
|
-
$warning-30: #
|
|
91
|
-
$warning-20: #
|
|
92
|
-
$warning-10: #
|
|
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: #
|
|
95
|
-
$ai-gradient-pink: #
|
|
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 #
|
|
157
|
-
$box-shadow-page-card: 0px 4px 100px 0px #
|
|
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
|
-
|
|
166
|
+
linear-gradient(to right, $ai-gradient-pink 25%, $ai-gradient-blue 100%);
|
|
167
167
|
}
|
|
@@ -1,37 +1,38 @@
|
|
|
1
|
-
@use
|
|
2
|
-
@use
|
|
3
|
-
@use
|
|
4
|
-
@use
|
|
5
|
-
@use
|
|
6
|
-
@use
|
|
7
|
-
@use
|
|
8
|
-
@use
|
|
9
|
-
@use
|
|
10
|
-
@use
|
|
11
|
-
@use
|
|
12
|
-
@use
|
|
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(
|
|
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=
|
|
21
|
+
*[theme='dark'],
|
|
22
|
+
*[theme='light'] {
|
|
22
23
|
* {
|
|
23
|
-
font-family:
|
|
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
|