@symphony-talent/component-library 3.88.0 → 3.89.0

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 (31) hide show
  1. package/esm2020/lib/atoms/contextual-menu/contextual-menu.component.mjs +2 -2
  2. package/esm2020/lib/atoms/filter-area/filter-area.component.mjs +2 -2
  3. package/esm2020/lib/atoms/icon-wrapper/icon-wrapper.component.mjs +2 -2
  4. package/esm2020/lib/atoms/input-dropdown/input-dropdown.component.mjs +2 -2
  5. package/esm2020/lib/atoms/input-search-checkbox-dropdown/input-search-checkbox-dropdown.component.mjs +2 -2
  6. package/esm2020/lib/atoms/input-text/input-text.component.mjs +2 -2
  7. package/esm2020/lib/atoms/input-toggle/input-toggle.component.mjs +2 -2
  8. package/esm2020/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +2 -2
  9. package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +4 -4
  10. package/esm2020/lib/templates/admin-list/admin-list.component.mjs +2 -2
  11. package/esm2020/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.mjs +2 -2
  12. package/esm2020/projects/component-library/lib/atoms/filter-area/filter-area.component.mjs +2 -2
  13. package/esm2020/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.mjs +2 -2
  14. package/esm2020/projects/component-library/lib/atoms/input-dropdown/input-dropdown.component.mjs +2 -2
  15. package/esm2020/projects/component-library/lib/atoms/input-search-checkbox-dropdown/input-search-checkbox-dropdown.component.mjs +2 -2
  16. package/esm2020/projects/component-library/lib/atoms/input-text/input-text.component.mjs +2 -2
  17. package/esm2020/projects/component-library/lib/atoms/input-toggle/input-toggle.component.mjs +2 -2
  18. package/esm2020/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +2 -2
  19. package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +4 -4
  20. package/esm2020/projects/component-library/lib/templates/admin-list/admin-list.component.mjs +2 -2
  21. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +20 -20
  22. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  23. package/fesm2015/symphony-talent-component-library.mjs +20 -20
  24. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  25. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +20 -20
  26. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  27. package/fesm2020/symphony-talent-component-library.mjs +20 -20
  28. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  29. package/package.json +1 -1
  30. package/projects/component-library/global-assets/variables-v2.scss +65 -0
  31. package/projects/component-library/global.scss +62 -87
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symphony-talent/component-library",
3
- "version": "3.88.0",
3
+ "version": "3.89.0",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "ag-grid-angular": "^24.0.0",
@@ -0,0 +1,65 @@
1
+ // Font
2
+ $font-v2-reg: "runda", sans-serif;
3
+ $font-v2-300: 300;
4
+ $font-v2-500: 500;
5
+ $font-v2-600: 600;
6
+ $font-v2-700: 700;
7
+ // Font size
8
+ $font-v2-12: 0.75rem;
9
+ $font-v2-14: 0.875rem;
10
+ $font-v2-18: 1.125rem;
11
+ $font-v2-24: 1.5rem;
12
+ $font-v2-32: 2rem;
13
+ $font-v2-48: 3rem;
14
+ $font-v2-56: 3.5rem;
15
+ // old-variables
16
+ $font-12: 0.75rem;
17
+ $font-14: 0.875rem;
18
+ $font-18: 1.125rem;
19
+ $font-24: 1.5rem;
20
+ $font-30: 1.875rem;
21
+ $font-40: 2.5rem;
22
+ $font-46: 2.875rem;
23
+ $font-56: 3.5rem;
24
+ // end old variables
25
+ // Line height
26
+ $line-height-v2-16: 1rem;
27
+ $line-height-v2-20: 1.25rem;
28
+ $line-height-v2-24: 1.5rem;
29
+ $line-height-v2-30: 1.875rem;
30
+ $line-height-v2-38: 2.375rem;
31
+ $line-height-v2-52: 3.25rem;
32
+ $line-height-v2-60: 3.75rem;
33
+ // Color Primary
34
+ $color-v2-slate-1: #08203E;
35
+ $color-v2-slate-2: #334860;
36
+ $color-v2-slate-3: #5B6D80;
37
+ $color-v2-slate-4: #82919F;
38
+ $color-v2-gray-1: #C3CBDC;
39
+ $color-v2-gray-2: #D2D8E5;
40
+ $color-v2-gray-3: #E4E7EF;
41
+ $color-v2-gray-4: #F1F2F5;
42
+ $color-v2-purple-1: #712ACE;
43
+ $color-v2-purple-2: #814DFF;
44
+ $color-v2-purple-3: #9D79FF;
45
+ $color-v2-purple-4: #C5AEFF;
46
+ $color-v2-mdm-blue: #2B8FF3;
47
+ $color-v2-aqua: #48DEDA;
48
+ // Secondary-color
49
+ $color-v2-lemon-1: #D7DF23;
50
+ $color-v2-lemon-2: #EAE851;
51
+ $color-v2-orange-1: #F6861F;
52
+ $color-v2-orange-2: #FAA83D;
53
+ $color-v2-red-1: #AC4463;
54
+ $color-v2-red-2: #BD6F80;
55
+ $color-v2-green-1: #2CB45F;
56
+ $color-v2-green-2: #82C676;
57
+ // Override
58
+ %sfx-filter-label {
59
+ font-size: $font-v2-14;
60
+ font-family: $font-v2-reg;
61
+ font-weight: 500;
62
+ margin-bottom: $space-5;
63
+ padding-left: $space-5;
64
+ line-height: $space-20;
65
+ }
@@ -1,6 +1,9 @@
1
1
  :root {
2
2
  font-size: 16px;
3
3
  }
4
+ @import url('https://use.typekit.net/krt0kxk.css');
5
+ @import "global-assets/spacing.scss";
6
+ @import "global-assets/variables-v2.scss";
4
7
  // Color Palette
5
8
  $color-white: #ffffff;
6
9
  $color-black: #000000;
@@ -44,88 +47,27 @@ $color-scroll-thumb: #d4d4d4;
44
47
  }
45
48
  // End Custom Scroll
46
49
  // Typography
47
- @font-face {
48
- font-family: "neuzeit_groteskregular";
49
- src: url("global-assets/fonts/neuzeitgro-reg-webfont.woff2") format("woff2"),
50
- url("global-assets/fonts/neuzeitgro-reg-webfont.woff") format("woff");
51
- font-weight: normal;
52
- font-style: normal;
53
- }
54
- @font-face {
55
- font-family: "neuzeit_grotesklight";
56
- src: url("global-assets/fonts/neuzeitgro-lig-webfont.woff2") format("woff2"),
57
- url("global-assets/fonts/neuzeitgro-lig-webfont.woff") format("woff");
58
- font-weight: normal;
59
- font-style: normal;
60
- }
61
- @font-face {
62
- font-family: "neuzeit_groteskbold";
63
- src: url("global-assets/fonts/neuzeitgro-bol-webfont.woff2") format("woff2"),
64
- url("global-assets/fonts/neuzeitgro-bol-webfont.woff") format("woff");
65
- font-weight: normal;
66
- font-style: normal;
67
- }
68
- @font-face {
69
- font-family: "neuzeit_groteskblack";
70
- src: url("global-assets/fonts/neuzeitgro-bla-webfont.woff2") format("woff2"),
71
- url("global-assets/fonts/neuzeitgro-bla-webfont.woff") format("woff");
72
- font-weight: normal;
73
- font-style: normal;
74
- }
75
- @font-face {
76
- font-family: "neuzeit_grotesk_t_otBlkCn";
77
- src: url("global-assets/fonts/neuzeit-grotesk-t-ot-black-condensed_32179-webfont.woff2")
78
- format("woff2"),
79
- url("global-assets/fonts/neuzeit-grotesk-t-ot-black-condensed_32179-webfont.woff")
80
- format("woff");
81
- font-weight: normal;
82
- font-style: normal;
83
- }
84
- @font-face {
85
- font-family: "neuzeit_grotesk_t_otBlkXCn";
86
- src: url("global-assets/fonts/neuzeit-grotesk-t-ot-black-extra-condensed_32180-webfont.woff2")
87
- format("woff2"),
88
- url("global-assets/fonts/neuzeit-grotesk-t-ot-black-extra-condensed_32180-webfont.woff")
89
- format("woff");
90
- font-weight: normal;
91
- font-style: normal;
92
- }
93
- $font-12: 0.75rem;
94
- $font-14: 0.875rem;
95
- $font-18: 1.125rem;
96
- $font-24: 1.5rem;
97
- $font-30: 1.875rem;
98
- $font-40: 2.5rem;
99
- $font-46: 2.875rem;
100
- $font-56: 3.5rem;
101
- $font-reg: "neuzeit_groteskregular", sans-serif;
102
- $font-light: "neuzeit_grotesklight", sans-serif;
103
- $font-bold: "neuzeit_groteskbold", sans-serif;
104
- $font-black: "neuzeit_groteskblack", sans-serif;
105
- $font-cond-black: "neuzeit_grotesk_t_otBlkCn", sans-serif;
106
50
  $font-sfxicon: "sfxicons", sans-serif;
107
51
 
108
52
  // Iconography
109
53
  @import "global-assets/iconography/library-icons.css";
110
54
  // End Iconography
111
55
  // Spacing
112
-
113
- @import "global-assets/spacing.scss";
114
56
  @import "node_modules/ag-grid-community/src/styles/ag-grid.scss";
115
57
  @import "node_modules/ag-grid-community/src/styles/ag-theme-alpine/sass/ag-theme-alpine-mixin.scss";
116
58
  .ag-theme-alpine {
117
59
  @include ag-theme-alpine();
118
60
  }
119
61
  body {
120
- font-family: $font-reg !important;
62
+ font-family: $font-v2-reg !important;
121
63
  overflow-x: hidden;
122
64
  background: $color-white;
123
65
  color: $color-black;
124
66
  .sfx {
125
67
  @extend %sfx-custom-scroll;
126
68
  a {
127
- font-size: $font-14;
128
- color: $color-st-link;
69
+ font-size: $font-v2-14;
70
+ color: $color-v2-purple-1;
129
71
  text-decoration: none;
130
72
  &:hover {
131
73
  -webkit-transition: 0.3s ease-in-out;
@@ -136,28 +78,38 @@ body {
136
78
  }
137
79
  }
138
80
  p {
139
- font-size: $font-14;
140
- font-family: $font-reg;
141
- }
142
- h5 {
143
- font-size: $font-14;
144
- font-family: $font-bold;
145
- }
146
- h4 {
147
- font-size: $font-24;
148
- font-family: $font-bold;
81
+ font-size: $font-v2-14;
82
+ font-family: $font-v2-reg!important;
83
+ }
84
+
85
+ h5 {
86
+ font-size: $font-18;
87
+ font-weight: $font-v2-500;
88
+ }
89
+
90
+ h4 {
91
+ font-size: $font-v2-24;
92
+ font-family: $font-v2-reg;
93
+ font-weight: $font-v2-300;
94
+ line-height: $line-height-v2-30;
149
95
  }
150
96
  h3 {
151
- font-size: $font-30;
152
- font-family: $font-bold;
97
+ font-size: $font-v2-32;
98
+ font-family: $font-v2-reg;
99
+ font-weight: $font-v2-300;
100
+ line-height: $line-height-v2-38;
153
101
  }
154
102
  h2 {
155
- font-size: $font-46;
156
- font-family: $font-black;
103
+ font-size: $font-v2-48;
104
+ font-family: $font-v2-reg;
105
+ font-weight: $font-v2-300;
106
+ line-height: $line-height-v2-52;
157
107
  }
158
108
  h1 {
159
- font-size: $font-56;
160
- font-family: $font-black;
109
+ font-size: $font-v2-56;
110
+ font-family: $font-v2-reg;
111
+ font-weight: $font-v2-300;
112
+ line-height: $line-height-v2-60;
161
113
  }
162
114
  // End Typography
163
115
  // Utilities
@@ -196,13 +148,13 @@ body {
196
148
  font-weight: 600;
197
149
  }
198
150
  .sfx-font-light {
199
- font-family: $font-light;
151
+ font-family: $font-v2-300;
200
152
  }
201
153
  .sfx-font-bold {
202
- font-family: $font-bold;
154
+ font-family: $font-v2-500;
203
155
  }
204
156
  .sfx-font-black {
205
- font-family: $font-black;
157
+ font-family: $font-v2-700;
206
158
  }
207
159
  // End Fonts
208
160
  // Color
@@ -393,7 +345,7 @@ body {
393
345
  }
394
346
  }
395
347
  }
396
- font-family: $font-reg;
348
+ font-family: $font-v2-reg;
397
349
  .ag-root-wrapper {
398
350
  border-color: $color-white;
399
351
  border-radius: 0px;
@@ -404,7 +356,7 @@ body {
404
356
  // Grid Header
405
357
  .ag-header {
406
358
  font-size: $font-14;
407
- font-family: $font-bold;
359
+ font-weight: $font-v2-500;
408
360
  background-color: $color-white;
409
361
  border-color: $color-light-gray2;
410
362
  .ag-header-cell-text {
@@ -484,7 +436,7 @@ body {
484
436
  .ag-row {
485
437
  z-index: 1;
486
438
  .ag-row div:first-child {
487
- font-family: "neuzeit_groteskbold";
439
+ font-weight: $font-v2-500;
488
440
  }
489
441
  .ag-cell {
490
442
  .more-options {
@@ -508,6 +460,29 @@ body {
508
460
  .dropdown-menu::before {
509
461
  top: -24px;
510
462
  }
463
+ .btn-group{
464
+ button {
465
+ &.dropdown-toggle{
466
+ &.btn {
467
+ color: $color-v2-slate-2;
468
+ &:hover {
469
+ background: $color-v2-gray-4;
470
+ color: $color-v2-slate-2 !important;
471
+ }
472
+ }
473
+ }
474
+ }
475
+ &.open {
476
+ button {
477
+ &.dropdown-toggle{
478
+ &.btn {
479
+ background: $color-v2-gray-4;
480
+ color: $color-v2-slate-2;
481
+ }
482
+ }
483
+ }
484
+ }
485
+ }
511
486
  }
512
487
  .sfx-icon-show-password {
513
488
  display: inline-block;
@@ -606,7 +581,7 @@ body {
606
581
  .notification-text {
607
582
  .hasBold {
608
583
  b {
609
- font-family: $font-bold;
584
+ font-weight: $font-v2-500;
610
585
  }
611
586
  }
612
587
  }