@symphony-talent/component-library 4.87.0 → 4.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.
- 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/pages/modals/schedule-interview-modal/schedule-interview-modal.component.mjs +31 -0
- package/esm2020/lib/pages/modals/schedule-interview-modal/schedule-interview-modal.module.mjs +42 -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/pages/modals/schedule-interview-modal/schedule-interview-modal.component.mjs +31 -0
- package/esm2020/projects/component-library/lib/pages/modals/schedule-interview-modal/schedule-interview-modal.module.mjs +42 -0
- package/esm2020/projects/component-library/public-api.mjs +3 -1
- package/esm2020/public-api.mjs +3 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +66 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +66 -1
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +66 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +66 -1
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/icon/icon.enum.d.ts +2 -1
- package/lib/pages/modals/schedule-interview-modal/schedule-interview-modal.component.d.ts +12 -0
- package/lib/pages/modals/schedule-interview-modal/schedule-interview-modal.module.d.ts +13 -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 +62 -61
- 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 +73 -67
- package/projects/component-library/global-assets/iconography/{sfx-icons-v4.json → sfx-icons-v5.json} +217 -92
- package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +2 -1
- package/projects/component-library/lib/pages/modals/schedule-interview-modal/schedule-interview-modal.component.d.ts +12 -0
- package/projects/component-library/lib/pages/modals/schedule-interview-modal/schedule-interview-modal.module.d.ts +13 -0
- package/projects/component-library/public-api.d.ts +2 -0
- package/public-api.d.ts +2 -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?oxwuck');
|
|
4
|
+
src: url('library-fonts/library-icons.eot?oxwuck#iefix') format('embedded-opentype'),
|
|
5
|
+
url('library-fonts/library-icons.ttf?oxwuck') format('truetype'),
|
|
6
|
+
url('library-fonts/library-icons.woff?oxwuck') format('woff'),
|
|
7
|
+
url('library-fonts/library-icons.svg?oxwuck#library-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -25,23 +25,29 @@
|
|
|
25
25
|
-moz-osx-font-smoothing: grayscale;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.si-assign-to-actions:before {
|
|
29
|
-
content: "\e900";
|
|
30
|
-
}
|
|
31
28
|
.si-email-sms-default:before {
|
|
32
29
|
content: "\e901";
|
|
30
|
+
color: #82919f;
|
|
33
31
|
}
|
|
34
|
-
.si-
|
|
32
|
+
.si-assign-to-actions:before {
|
|
35
33
|
content: "\e902";
|
|
34
|
+
color: #334860;
|
|
35
|
+
}
|
|
36
|
+
.si-qr-code:before {
|
|
37
|
+
content: "\e900";
|
|
38
|
+
color: #334860;
|
|
39
|
+
}
|
|
40
|
+
.si-advertise:before {
|
|
41
|
+
content: "\e903";
|
|
36
42
|
}
|
|
37
43
|
.si-economics:before {
|
|
38
44
|
content: "\e959";
|
|
39
45
|
}
|
|
40
46
|
.si-arrow-bold-next:before {
|
|
41
|
-
content: "\
|
|
47
|
+
content: "\e904";
|
|
42
48
|
}
|
|
43
49
|
.si-arrow-bold-previous:before {
|
|
44
|
-
content: "\
|
|
50
|
+
content: "\e905";
|
|
45
51
|
}
|
|
46
52
|
.si-access:before {
|
|
47
53
|
content: "\e947";
|
|
@@ -86,10 +92,10 @@
|
|
|
86
92
|
content: "\e954";
|
|
87
93
|
}
|
|
88
94
|
.si-arrow-next:before {
|
|
89
|
-
content: "\
|
|
95
|
+
content: "\e906";
|
|
90
96
|
}
|
|
91
97
|
.si-arrow-prev:before {
|
|
92
|
-
content: "\
|
|
98
|
+
content: "\e907";
|
|
93
99
|
}
|
|
94
100
|
.si-edit:before {
|
|
95
101
|
content: "\e90b";
|
|
@@ -134,167 +140,167 @@
|
|
|
134
140
|
content: "\e945";
|
|
135
141
|
}
|
|
136
142
|
.si-more-options:before {
|
|
137
|
-
content: "\
|
|
143
|
+
content: "\e908";
|
|
138
144
|
}
|
|
139
145
|
.si-add:before {
|
|
140
146
|
content: "\e927";
|
|
141
147
|
}
|
|
142
148
|
.si-activity:before {
|
|
143
|
-
content: "\
|
|
149
|
+
content: "\e909";
|
|
144
150
|
}
|
|
145
151
|
.si-arrow-hide-reveal:before {
|
|
146
|
-
content: "\
|
|
152
|
+
content: "\e90a";
|
|
147
153
|
}
|
|
148
154
|
.si-close-modal:before {
|
|
149
|
-
content: "\
|
|
155
|
+
content: "\e90d";
|
|
150
156
|
}
|
|
151
157
|
.si-collapse:before {
|
|
152
|
-
content: "\
|
|
158
|
+
content: "\e90e";
|
|
153
159
|
}
|
|
154
160
|
.si-daymode:before {
|
|
155
|
-
content: "\
|
|
161
|
+
content: "\e90f";
|
|
156
162
|
}
|
|
157
163
|
.si-delete:before {
|
|
158
|
-
content: "\
|
|
164
|
+
content: "\e910";
|
|
159
165
|
}
|
|
160
166
|
.si-document:before {
|
|
161
|
-
content: "\
|
|
167
|
+
content: "\e911";
|
|
162
168
|
}
|
|
163
169
|
.si-download:before {
|
|
164
|
-
content: "\
|
|
170
|
+
content: "\e914";
|
|
165
171
|
}
|
|
166
172
|
.si-email-open:before {
|
|
167
|
-
content: "\
|
|
173
|
+
content: "\e915";
|
|
168
174
|
}
|
|
169
175
|
.si-email-send:before {
|
|
170
|
-
content: "\
|
|
176
|
+
content: "\e916";
|
|
171
177
|
}
|
|
172
178
|
.si-expand:before {
|
|
173
|
-
content: "\
|
|
179
|
+
content: "\e918";
|
|
174
180
|
}
|
|
175
181
|
.si-favorite:before {
|
|
176
|
-
content: "\
|
|
182
|
+
content: "\e919";
|
|
177
183
|
}
|
|
178
184
|
.si-feedback-maybe:before {
|
|
179
|
-
content: "\
|
|
185
|
+
content: "\e91a";
|
|
180
186
|
}
|
|
181
187
|
.si-folder-multiple:before {
|
|
182
|
-
content: "\
|
|
188
|
+
content: "\e91c";
|
|
183
189
|
}
|
|
184
190
|
.si-include:before {
|
|
185
|
-
content: "\
|
|
191
|
+
content: "\e91f";
|
|
186
192
|
}
|
|
187
193
|
.si-info:before {
|
|
188
|
-
content: "\
|
|
194
|
+
content: "\e924";
|
|
189
195
|
}
|
|
190
196
|
.si-link:before {
|
|
191
|
-
content: "\
|
|
197
|
+
content: "\e925";
|
|
192
198
|
}
|
|
193
199
|
.si-location:before {
|
|
194
|
-
content: "\
|
|
200
|
+
content: "\e926";
|
|
195
201
|
}
|
|
196
202
|
.si-menu-all:before {
|
|
197
|
-
content: "\
|
|
203
|
+
content: "\e928";
|
|
198
204
|
}
|
|
199
205
|
.si-menu-assets:before {
|
|
200
|
-
content: "\
|
|
206
|
+
content: "\e929";
|
|
201
207
|
}
|
|
202
208
|
.si-menu-content:before {
|
|
203
|
-
content: "\
|
|
209
|
+
content: "\e92a";
|
|
204
210
|
}
|
|
205
211
|
.si-menu-return:before {
|
|
206
|
-
content: "\
|
|
212
|
+
content: "\e92b";
|
|
207
213
|
}
|
|
208
214
|
.si-menu-workflows:before {
|
|
209
|
-
content: "\
|
|
215
|
+
content: "\e92c";
|
|
210
216
|
}
|
|
211
217
|
.si-merge:before {
|
|
212
|
-
content: "\
|
|
218
|
+
content: "\e92d";
|
|
213
219
|
}
|
|
214
220
|
.si-move:before {
|
|
215
|
-
content: "\
|
|
221
|
+
content: "\e92e";
|
|
216
222
|
}
|
|
217
223
|
.si-nightmode:before {
|
|
218
|
-
content: "\
|
|
224
|
+
content: "\e92f";
|
|
219
225
|
}
|
|
220
226
|
.si-notification:before {
|
|
221
|
-
content: "\
|
|
227
|
+
content: "\e930";
|
|
222
228
|
}
|
|
223
229
|
.si-organize-columns:before {
|
|
224
|
-
content: "\
|
|
230
|
+
content: "\e931";
|
|
225
231
|
}
|
|
226
232
|
.si-organize-contacts:before {
|
|
227
|
-
content: "\
|
|
233
|
+
content: "\e932";
|
|
228
234
|
}
|
|
229
235
|
.si-pending-incomplete:before {
|
|
230
|
-
content: "\
|
|
236
|
+
content: "\e933";
|
|
231
237
|
}
|
|
232
238
|
.si-phone-number:before {
|
|
233
|
-
content: "\
|
|
239
|
+
content: "\e934";
|
|
234
240
|
}
|
|
235
241
|
.si-preview:before {
|
|
236
|
-
content: "\
|
|
242
|
+
content: "\e935";
|
|
237
243
|
}
|
|
238
244
|
.si-promote:before {
|
|
239
|
-
content: "\
|
|
245
|
+
content: "\e936";
|
|
240
246
|
}
|
|
241
247
|
.si-refresh:before {
|
|
242
|
-
content: "\
|
|
248
|
+
content: "\e937";
|
|
243
249
|
}
|
|
244
250
|
.si-remove:before {
|
|
245
|
-
content: "\
|
|
251
|
+
content: "\e938";
|
|
246
252
|
}
|
|
247
253
|
.si-exclude:before {
|
|
248
|
-
content: "\
|
|
254
|
+
content: "\e939";
|
|
249
255
|
}
|
|
250
256
|
.si-results-filters:before {
|
|
251
|
-
content: "\
|
|
257
|
+
content: "\e93a";
|
|
252
258
|
}
|
|
253
259
|
.si-review:before {
|
|
254
|
-
content: "\
|
|
260
|
+
content: "\e93b";
|
|
255
261
|
}
|
|
256
262
|
.si-salary:before {
|
|
257
|
-
content: "\
|
|
263
|
+
content: "\e93c";
|
|
258
264
|
}
|
|
259
265
|
.si-save:before {
|
|
260
|
-
content: "\
|
|
266
|
+
content: "\e93d";
|
|
261
267
|
}
|
|
262
268
|
.si-search-advanced:before {
|
|
263
|
-
content: "\
|
|
269
|
+
content: "\e93f";
|
|
264
270
|
}
|
|
265
271
|
.si-search-clear:before {
|
|
266
|
-
content: "\
|
|
272
|
+
content: "\e940";
|
|
267
273
|
}
|
|
268
274
|
.si-search-new:before {
|
|
269
|
-
content: "\
|
|
275
|
+
content: "\e941";
|
|
270
276
|
}
|
|
271
277
|
.si-settings-smart:before {
|
|
272
|
-
content: "\
|
|
278
|
+
content: "\e942";
|
|
273
279
|
}
|
|
274
280
|
.si-sms:before {
|
|
275
|
-
content: "\
|
|
281
|
+
content: "\e943";
|
|
276
282
|
}
|
|
277
283
|
.si-sort-mini:before {
|
|
278
|
-
content: "\
|
|
284
|
+
content: "\e944";
|
|
279
285
|
}
|
|
280
286
|
.si-system-action:before {
|
|
281
|
-
content: "\
|
|
287
|
+
content: "\e946";
|
|
282
288
|
}
|
|
283
289
|
.si-task-completed:before {
|
|
284
|
-
content: "\
|
|
290
|
+
content: "\e955";
|
|
285
291
|
}
|
|
286
292
|
.si-task-open:before {
|
|
287
|
-
content: "\
|
|
293
|
+
content: "\e956";
|
|
288
294
|
}
|
|
289
295
|
.si-timeframe:before {
|
|
290
|
-
content: "\
|
|
296
|
+
content: "\e957";
|
|
291
297
|
}
|
|
292
298
|
.si-timeline:before {
|
|
293
|
-
content: "\
|
|
299
|
+
content: "\e958";
|
|
294
300
|
}
|
|
295
301
|
.si-upload:before {
|
|
296
|
-
content: "\
|
|
302
|
+
content: "\e95a";
|
|
297
303
|
}
|
|
298
304
|
.si-user:before {
|
|
299
|
-
content: "\
|
|
305
|
+
content: "\e95b";
|
|
300
306
|
}
|