@symphony-talent/component-library 4.124.0 → 4.126.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.
- package/esm2020/lib/atoms/icon/icon.enum.mjs +2 -1
- package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +7 -1
- package/esm2020/lib/molecules/reports-card/reports-card.component.mjs +26 -0
- package/esm2020/lib/molecules/reports-card/reports-card.model.mjs +2 -0
- package/esm2020/lib/molecules/reports-card/reports-card.module.mjs +22 -0
- package/esm2020/lib/organisms/organisms.module.mjs +8 -4
- package/esm2020/lib/organisms/reports-card-list/reports-card-list.component.mjs +23 -0
- package/esm2020/lib/organisms/reports-card-list/reports-card-list.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +2 -1
- package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +7 -1
- package/esm2020/projects/component-library/lib/molecules/reports-card/reports-card.component.mjs +26 -0
- package/esm2020/projects/component-library/lib/molecules/reports-card/reports-card.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/reports-card/reports-card.module.mjs +22 -0
- package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/organisms/reports-card-list/reports-card-list.component.mjs +23 -0
- package/esm2020/projects/component-library/lib/organisms/reports-card-list/reports-card-list.module.mjs +19 -0
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +79 -3
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +79 -3
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +79 -3
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +79 -3
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/icon/icon.enum.d.ts +2 -1
- package/lib/molecules/reports-card/reports-card.component.d.ts +11 -0
- package/lib/molecules/reports-card/reports-card.model.d.ts +12 -0
- package/lib/molecules/reports-card/reports-card.module.d.ts +12 -0
- package/lib/organisms/organisms.module.d.ts +2 -1
- package/lib/organisms/reports-card-list/reports-card-list.component.d.ts +11 -0
- package/lib/organisms/reports-card-list/reports-card-list.module.d.ts +9 -0
- package/package.json +1 -1
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.eot +0 -0
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.svg +94 -93
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.ttf +0 -0
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.woff +0 -0
- package/projects/component-library/global-assets/iconography/library-icons.css +101 -98
- package/projects/component-library/global-assets/iconography/{sfx-icons-v6.json → sfx-icons-v7.json} +184 -101
- package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +2 -1
- package/projects/component-library/lib/molecules/reports-card/reports-card.component.d.ts +11 -0
- package/projects/component-library/lib/molecules/reports-card/reports-card.model.d.ts +12 -0
- package/projects/component-library/lib/molecules/reports-card/reports-card.module.d.ts +12 -0
- package/projects/component-library/lib/organisms/organisms.module.d.ts +2 -1
- package/projects/component-library/lib/organisms/reports-card-list/reports-card-list.component.d.ts +11 -0
- package/projects/component-library/lib/organisms/reports-card-list/reports-card-list.module.d.ts +9 -0
package/projects/component-library/global-assets/iconography/library-fonts/library-icons.ttf
CHANGED
|
Binary file
|
package/projects/component-library/global-assets/iconography/library-fonts/library-icons.woff
CHANGED
|
Binary file
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'library-icons';
|
|
3
|
-
src: url('library-fonts/library-icons.eot?
|
|
4
|
-
src: url('library-fonts/library-icons.eot?
|
|
5
|
-
url('library-fonts/library-icons.ttf?
|
|
6
|
-
url('library-fonts/library-icons.woff?
|
|
7
|
-
url('library-fonts/library-icons.svg?
|
|
3
|
+
src: url('library-fonts/library-icons.eot?g424qq');
|
|
4
|
+
src: url('library-fonts/library-icons.eot?g424qq#iefix') format('embedded-opentype'),
|
|
5
|
+
url('library-fonts/library-icons.ttf?g424qq') format('truetype'),
|
|
6
|
+
url('library-fonts/library-icons.woff?g424qq') format('woff'),
|
|
7
|
+
url('library-fonts/library-icons.svg?g424qq#library-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -26,281 +26,284 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.si-email-sms-default:before {
|
|
29
|
-
content: "\
|
|
29
|
+
content: "\e95d";
|
|
30
30
|
}
|
|
31
31
|
.si-assign-to-actions:before {
|
|
32
|
-
content: "\
|
|
32
|
+
content: "\e95e";
|
|
33
33
|
}
|
|
34
34
|
.si-qr-code:before {
|
|
35
|
-
content: "\
|
|
35
|
+
content: "\e95f";
|
|
36
36
|
}
|
|
37
37
|
.si-advertise:before {
|
|
38
|
-
content: "\
|
|
38
|
+
content: "\e960";
|
|
39
39
|
}
|
|
40
40
|
.si-economics:before {
|
|
41
|
-
content: "\
|
|
41
|
+
content: "\e961";
|
|
42
42
|
}
|
|
43
43
|
.si-arrow-bold-next:before {
|
|
44
|
-
content: "\
|
|
44
|
+
content: "\e962";
|
|
45
45
|
}
|
|
46
46
|
.si-arrow-bold-previous:before {
|
|
47
|
-
content: "\
|
|
47
|
+
content: "\e963";
|
|
48
48
|
}
|
|
49
49
|
.si-access:before {
|
|
50
|
-
content: "\
|
|
50
|
+
content: "\e964";
|
|
51
51
|
}
|
|
52
52
|
.si-chatbot:before {
|
|
53
|
-
content: "\
|
|
53
|
+
content: "\e965";
|
|
54
54
|
}
|
|
55
55
|
.si-codetag:before {
|
|
56
|
-
content: "\
|
|
56
|
+
content: "\e966";
|
|
57
57
|
}
|
|
58
58
|
.si-confirmation:before {
|
|
59
|
-
content: "\
|
|
59
|
+
content: "\e967";
|
|
60
60
|
}
|
|
61
61
|
.si-field:before {
|
|
62
|
-
content: "\
|
|
62
|
+
content: "\e968";
|
|
63
63
|
}
|
|
64
64
|
.si-flow:before {
|
|
65
|
-
content: "\
|
|
65
|
+
content: "\e969";
|
|
66
66
|
}
|
|
67
67
|
.si-form:before {
|
|
68
|
-
content: "\
|
|
68
|
+
content: "\e96a";
|
|
69
69
|
}
|
|
70
70
|
.si-hierarchy:before {
|
|
71
|
-
content: "\
|
|
71
|
+
content: "\e96b";
|
|
72
72
|
}
|
|
73
73
|
.si-list:before {
|
|
74
|
-
content: "\
|
|
74
|
+
content: "\e96c";
|
|
75
75
|
}
|
|
76
76
|
.si-password:before {
|
|
77
|
-
content: "\
|
|
77
|
+
content: "\e96d";
|
|
78
78
|
}
|
|
79
79
|
.si-referral:before {
|
|
80
|
-
content: "\
|
|
80
|
+
content: "\e96e";
|
|
81
81
|
}
|
|
82
82
|
.si-tag:before {
|
|
83
|
-
content: "\
|
|
83
|
+
content: "\e96f";
|
|
84
84
|
}
|
|
85
85
|
.si-team:before {
|
|
86
|
-
content: "\
|
|
86
|
+
content: "\e970";
|
|
87
87
|
}
|
|
88
88
|
.si-workflow:before {
|
|
89
|
-
content: "\
|
|
89
|
+
content: "\e971";
|
|
90
90
|
}
|
|
91
91
|
.si-arrow-next:before {
|
|
92
|
-
content: "\
|
|
92
|
+
content: "\e972";
|
|
93
93
|
}
|
|
94
94
|
.si-arrow-prev:before {
|
|
95
|
-
content: "\
|
|
95
|
+
content: "\e973";
|
|
96
96
|
}
|
|
97
97
|
.si-edit:before {
|
|
98
|
-
content: "\
|
|
98
|
+
content: "\e974";
|
|
99
99
|
}
|
|
100
100
|
.si-email-drip:before {
|
|
101
|
-
content: "\
|
|
101
|
+
content: "\e975";
|
|
102
102
|
}
|
|
103
103
|
.si-feedback-no:before {
|
|
104
|
-
content: "\
|
|
104
|
+
content: "\e976";
|
|
105
105
|
}
|
|
106
106
|
.si-feedback-yes:before {
|
|
107
|
-
content: "\
|
|
107
|
+
content: "\e977";
|
|
108
108
|
}
|
|
109
109
|
.si-interview:before {
|
|
110
|
-
content: "\
|
|
110
|
+
content: "\e978";
|
|
111
111
|
}
|
|
112
112
|
.si-menu-analytics:before {
|
|
113
|
-
content: "\
|
|
113
|
+
content: "\e979";
|
|
114
114
|
}
|
|
115
115
|
.si-menu-campaigns:before {
|
|
116
|
-
content: "\
|
|
116
|
+
content: "\e97a";
|
|
117
117
|
}
|
|
118
118
|
.si-menu-contact:before {
|
|
119
|
-
content: "\
|
|
119
|
+
content: "\e97b";
|
|
120
120
|
}
|
|
121
121
|
.si-menu-dashboard:before {
|
|
122
|
-
content: "\
|
|
122
|
+
content: "\e97c";
|
|
123
123
|
}
|
|
124
124
|
.si-menu-events:before {
|
|
125
|
-
content: "\
|
|
125
|
+
content: "\e97d";
|
|
126
126
|
}
|
|
127
127
|
.si-menu-folders:before {
|
|
128
|
-
content: "\
|
|
128
|
+
content: "\e97e";
|
|
129
129
|
}
|
|
130
130
|
.si-menu-jobs:before {
|
|
131
|
-
content: "\
|
|
131
|
+
content: "\e97f";
|
|
132
132
|
}
|
|
133
133
|
.si-status:before {
|
|
134
|
-
content: "\
|
|
134
|
+
content: "\e980";
|
|
135
135
|
}
|
|
136
136
|
.si-user-multiple:before {
|
|
137
|
-
content: "\
|
|
137
|
+
content: "\e981";
|
|
138
138
|
}
|
|
139
139
|
.si-more-options:before {
|
|
140
|
-
content: "\
|
|
140
|
+
content: "\e982";
|
|
141
141
|
}
|
|
142
142
|
.si-add:before {
|
|
143
|
-
content: "\
|
|
143
|
+
content: "\e983";
|
|
144
144
|
}
|
|
145
145
|
.si-activity:before {
|
|
146
|
-
content: "\
|
|
146
|
+
content: "\e984";
|
|
147
147
|
}
|
|
148
148
|
.si-arrow-hide-reveal:before {
|
|
149
|
-
content: "\
|
|
149
|
+
content: "\e985";
|
|
150
150
|
}
|
|
151
151
|
.si-close-modal:before {
|
|
152
|
-
content: "\
|
|
152
|
+
content: "\e986";
|
|
153
153
|
}
|
|
154
154
|
.si-collapse:before {
|
|
155
|
-
content: "\
|
|
155
|
+
content: "\e987";
|
|
156
156
|
}
|
|
157
157
|
.si-daymode:before {
|
|
158
|
-
content: "\
|
|
158
|
+
content: "\e988";
|
|
159
159
|
}
|
|
160
160
|
.si-delete:before {
|
|
161
|
-
content: "\
|
|
161
|
+
content: "\e989";
|
|
162
162
|
}
|
|
163
163
|
.si-document:before {
|
|
164
|
-
content: "\
|
|
164
|
+
content: "\e98a";
|
|
165
165
|
}
|
|
166
166
|
.si-download:before {
|
|
167
|
-
content: "\
|
|
167
|
+
content: "\e98b";
|
|
168
168
|
}
|
|
169
169
|
.si-email-open:before {
|
|
170
|
-
content: "\
|
|
170
|
+
content: "\e98c";
|
|
171
171
|
}
|
|
172
172
|
.si-email-send:before {
|
|
173
|
-
content: "\
|
|
173
|
+
content: "\e98d";
|
|
174
174
|
}
|
|
175
175
|
.si-expand:before {
|
|
176
|
-
content: "\
|
|
176
|
+
content: "\e98e";
|
|
177
177
|
}
|
|
178
178
|
.si-favorite:before {
|
|
179
|
-
content: "\
|
|
179
|
+
content: "\e98f";
|
|
180
180
|
}
|
|
181
181
|
.si-feedback-maybe:before {
|
|
182
|
-
content: "\
|
|
182
|
+
content: "\e990";
|
|
183
183
|
}
|
|
184
184
|
.si-folder-multiple:before {
|
|
185
|
-
content: "\
|
|
185
|
+
content: "\e991";
|
|
186
186
|
}
|
|
187
187
|
.si-include:before {
|
|
188
|
-
content: "\
|
|
188
|
+
content: "\e992";
|
|
189
189
|
}
|
|
190
190
|
.si-info:before {
|
|
191
|
-
content: "\
|
|
191
|
+
content: "\e993";
|
|
192
192
|
}
|
|
193
193
|
.si-link:before {
|
|
194
|
-
content: "\
|
|
194
|
+
content: "\e994";
|
|
195
195
|
}
|
|
196
196
|
.si-location:before {
|
|
197
|
-
content: "\
|
|
197
|
+
content: "\e995";
|
|
198
198
|
}
|
|
199
199
|
.si-menu-all:before {
|
|
200
|
-
content: "\
|
|
200
|
+
content: "\e996";
|
|
201
201
|
}
|
|
202
202
|
.si-menu-assets:before {
|
|
203
|
-
content: "\
|
|
203
|
+
content: "\e997";
|
|
204
204
|
}
|
|
205
205
|
.si-menu-content:before {
|
|
206
|
-
content: "\
|
|
206
|
+
content: "\e998";
|
|
207
207
|
}
|
|
208
208
|
.si-menu-return:before {
|
|
209
|
-
content: "\
|
|
209
|
+
content: "\e999";
|
|
210
210
|
}
|
|
211
211
|
.si-menu-workflows:before {
|
|
212
|
-
content: "\
|
|
212
|
+
content: "\e99a";
|
|
213
213
|
}
|
|
214
214
|
.si-merge:before {
|
|
215
|
-
content: "\
|
|
215
|
+
content: "\e99b";
|
|
216
216
|
}
|
|
217
217
|
.si-move:before {
|
|
218
|
-
content: "\
|
|
218
|
+
content: "\e99c";
|
|
219
219
|
}
|
|
220
220
|
.si-nightmode:before {
|
|
221
|
-
content: "\
|
|
221
|
+
content: "\e99d";
|
|
222
222
|
}
|
|
223
223
|
.si-notification:before {
|
|
224
|
-
content: "\
|
|
224
|
+
content: "\e99e";
|
|
225
225
|
}
|
|
226
226
|
.si-organize-columns:before {
|
|
227
|
-
content: "\
|
|
227
|
+
content: "\e99f";
|
|
228
228
|
}
|
|
229
229
|
.si-organize-contacts:before {
|
|
230
|
-
content: "\
|
|
230
|
+
content: "\e9a0";
|
|
231
231
|
}
|
|
232
232
|
.si-pending-incomplete:before {
|
|
233
|
-
content: "\
|
|
233
|
+
content: "\e9a1";
|
|
234
234
|
}
|
|
235
235
|
.si-phone-number:before {
|
|
236
|
-
content: "\
|
|
236
|
+
content: "\e9a2";
|
|
237
237
|
}
|
|
238
238
|
.si-preview:before {
|
|
239
|
-
content: "\
|
|
239
|
+
content: "\e9a3";
|
|
240
240
|
}
|
|
241
241
|
.si-promote:before {
|
|
242
|
-
content: "\
|
|
242
|
+
content: "\e9a4";
|
|
243
243
|
}
|
|
244
244
|
.si-refresh:before {
|
|
245
|
-
content: "\
|
|
245
|
+
content: "\e9a5";
|
|
246
246
|
}
|
|
247
247
|
.si-remove:before {
|
|
248
|
-
content: "\
|
|
248
|
+
content: "\e9a6";
|
|
249
249
|
}
|
|
250
250
|
.si-exclude:before {
|
|
251
|
-
content: "\
|
|
251
|
+
content: "\e9a7";
|
|
252
252
|
}
|
|
253
253
|
.si-results-filters:before {
|
|
254
|
-
content: "\
|
|
254
|
+
content: "\e9a8";
|
|
255
255
|
}
|
|
256
256
|
.si-review:before {
|
|
257
|
-
content: "\
|
|
257
|
+
content: "\e9a9";
|
|
258
258
|
}
|
|
259
259
|
.si-salary:before {
|
|
260
|
-
content: "\
|
|
260
|
+
content: "\e9aa";
|
|
261
261
|
}
|
|
262
262
|
.si-save:before {
|
|
263
|
-
content: "\
|
|
263
|
+
content: "\e9ab";
|
|
264
264
|
}
|
|
265
265
|
.si-search-advanced:before {
|
|
266
|
-
content: "\
|
|
266
|
+
content: "\e9ac";
|
|
267
267
|
}
|
|
268
268
|
.si-search-clear:before {
|
|
269
|
-
content: "\
|
|
269
|
+
content: "\e9ad";
|
|
270
270
|
}
|
|
271
271
|
.si-search-new:before {
|
|
272
|
-
content: "\
|
|
272
|
+
content: "\e9ae";
|
|
273
273
|
}
|
|
274
274
|
.si-settings-smart:before {
|
|
275
|
-
content: "\
|
|
275
|
+
content: "\e9af";
|
|
276
276
|
}
|
|
277
277
|
.si-sms:before {
|
|
278
|
-
content: "\
|
|
278
|
+
content: "\e9b0";
|
|
279
279
|
}
|
|
280
280
|
.si-sort-mini:before {
|
|
281
|
-
content: "\
|
|
281
|
+
content: "\e9b1";
|
|
282
282
|
}
|
|
283
283
|
.si-system-action:before {
|
|
284
|
-
content: "\
|
|
284
|
+
content: "\e9b2";
|
|
285
285
|
}
|
|
286
286
|
.si-task-completed:before {
|
|
287
|
-
content: "\
|
|
287
|
+
content: "\e9b3";
|
|
288
288
|
}
|
|
289
289
|
.si-task-open:before {
|
|
290
|
-
content: "\
|
|
290
|
+
content: "\e9b4";
|
|
291
291
|
}
|
|
292
292
|
.si-timeframe:before {
|
|
293
|
-
content: "\
|
|
293
|
+
content: "\e9b5";
|
|
294
294
|
}
|
|
295
295
|
.si-timeline:before {
|
|
296
|
-
content: "\
|
|
296
|
+
content: "\e9b6";
|
|
297
297
|
}
|
|
298
298
|
.si-upload:before {
|
|
299
|
-
content: "\
|
|
299
|
+
content: "\e9b7";
|
|
300
300
|
}
|
|
301
301
|
.si-user:before {
|
|
302
|
-
content: "\
|
|
302
|
+
content: "\e9b8";
|
|
303
303
|
}
|
|
304
304
|
.si-analytics-new:before {
|
|
305
|
-
content: "\
|
|
305
|
+
content: "\e9b9";
|
|
306
|
+
}
|
|
307
|
+
.si-beta-analytics:before {
|
|
308
|
+
content: "\e9ba";
|
|
306
309
|
}
|